*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: Arabic;
    src: url('../chmmk/font/18\ Khebrat\ Musamim\ Bold.ttf');
}
@font-face {
    font-family: Ashalota;
    src: url('../chmmk/font/Li Sabbir Ashalota 1 Unicode.ttf');
}
@font-face {
    font-family: Nihar;
    src: url('../chmmk/font/Li\ Manowar\ Nihar\ Unicode.ttf');
}
@font-face {
    font-family: Salsa ;
    src:url('../chmmk/font/Salsa-Regular.ttf');
}
@media print{
    .teacher_info_body{
        display: none !important;
    }
}
.teacher_info_body{
    height: 1118px;
    width:  768px;
    background-color: white !important;
    border:none;
    position: relative;
    margin: 0 auto;
    border: 1px solid black;
}
.head_pad{
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin-top: 10px;
}
.institute_logo img{
    width: 120px;
}
.institute_name_a{
    font-size: 34px;
}
.institute_name_b{
    font-family: Nihar;
    font-size: 28px;
    margin-top: -6px;
}
.institute_name_e{
    font-family: Salsa;
    font-size: 19px;
    margin-top: -5px;
}
.website_phone{
    font-family: Salsa;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
.address{
    font-family: Salsa;
    font-size: 18px;
    text-align: center;
}
.title{
    font-size: 19px;
    width: 250px;
    border-radius: 30px;
    background-color: rgba(128, 128, 128, 0.237);
    margin: 15px auto;
    text-align: center;
    padding: 7px 0px;
    font-family: Salsa;
}
.teacher_images{
    width: 150px;
    height: 150px;
    border: 1px solid red;
    position: absolute;
    top: 237px;
    right: 30px;
}
.common{
    font-size: 16px;
    font-family: Salsa;
}
.teacher_information {
    padding: 10px 23px;
}

.left .common .clone {
    position: absolute;
    left: 172px;
}

.left .common .data {
    position: absolute;
    left: 185px;
}
.personal{
    margin-bottom: 12px;
}
.contact{
    margin-bottom: 12px;
}
.c_title{
    font-family: Salsa;
    font-size: 20px;
    margin-bottom: 5px;
}