body{
    font-family: 'BonyadeKoodak', sans-serif;
    background-color: #EBEBEB;
	  direction: rtl;
  
  }

  @font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 100;
	src: url('/fonts/Bonyad/woff/BonyadeKoodakFaNum-Thin.woff') format('woff'),  
 
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-Thin.woff2') format('woff2');		
}


@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 200;
	src: url('/Bonyad/woff/BonyadeKoodakFaNum-ExtraLight.woff') format('woff'),   
	
url('/Bonyad/woff2/BonyadeKoodakFaNum-ExtraLight.woff2') format('woff2');		
}


@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/woff/BonyadeKoodakFaNum-Light.woff') format('woff'),   
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-Light.woff2') 
format('woff2');		
}


@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/Bonyad/woff/BonyadeKoodakFaNum-Regular.woff') format('woff'),   
	url('/fonts/woff2/BonyadeKoodakFaNum-Regular.woff2') format('woff2');		 	 
}

@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 500;
	src: url('/assets/fonts/woff/BonyadeKoodakFaNum-Medium.woff') format('woff'),   
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: bold;
	src: url('/assets/fonts/Bonyad/woff/BonyadeKoodakFaNum-Bold.woff') format('woff'),   
	url('/assets/fonts/woff2/BonyadeKoodakFaNum-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/woff/BonyadeKoodakFaNum-ExtraBold.woff') format('woff'),   
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-ExtraBold.woff2') format('woff2'); 
}





/*-------------------------- PRE EXAM REGISTRATION TITLE ---------------------------*/

#preExamRegistrationTitle{
   
    font-size: 28px;
    color: #424242;
    text-align: center;
    margin: 60px auto;
}

/*-------------------------- PRE EXAM REGISTRATION TITLE END---------------------------*/

/*-------------------------- PRE EXAM REGISTRATION KINDS ------------------------------*/

#preExamRegistrationKinds{
    width: 384px;
    min-height: 407px;
    margin: 0 auto;
    padding-bottom: 20px;
}

#thisYearExamRegistration{
    width: 384px;
    height: 407px;
    background-color: white;
    float: right;
    border-radius: 50px;
    border-top: solid #ffae00 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

#nextYearExamRegistration{
    width: 384px;
    height: 407px;
    background-color: white;
    float: right;
    margin-right: 15px;
    border-radius: 50px;
    border-top: solid #00bcd4 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.preExamRegistrationKind h5{
   
    font-size: 24px;
    text-align: center;
    margin: 65px 0 0 0 ;
}

#thisYearExamRegistration h5{
    color: #ffae00;
}

#nextYearExamRegistration h5{
    color: #00bcd4;
}

.yearNum{
    font-size: 38px;
    margin-right: 8px;
}

.preExamRegistrationKind i{
    color: #989898;
    font-size: 10px;
    margin-left: 9px;
}

.preExamRegistrationKind ul{
    margin: 35px 25px 20px 0;
    padding: 0;
}

.preExamRegistrationKind li{
    list-style-type: none;

    font-size: 12px;
    color: #616161;
    margin: 20px 0 0 0 ;
    line-height: 15px;
}

.registrationBtn{

    font-size: 11px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    width: 200px;
    height: 50px;
    background-color: #ebebeb;
    margin: 35px auto 0 auto;
    border-radius: 50px;
}
label.pardakht{

    background: #00000017;
    color: red;
    padding: 10px;
	margin-top: 20px;
    margin-bottom: 20px;
	border-radius:30px;
}

.registrationBtn:hover{
    cursor: pointer;
}

#thisYearExamRegistration .registrationBtn{
    background-color: #ffae00;
}

#nextYearExamRegistration .registrationBtn{
    background-color: #00bcd4;
}

/*-------------------------- PRE EXAM REGISTRATION KINDS END---------------------------*/

/*-------------------------- PRE EXAM REGISTRATION FORM---------------------------*/

#preExamRegistration {
    margin: 30px auto;
    text-align: center;
    display: none;
    /*height: 550px;*/
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#preExamRegistrationForm {
    /*width: 750px;*/
    /*min-height: 505px;*/
    background-color: #ffffff;
    /*margin: 50px auto;*/
    padding: 35px 0 35px 0;
	
   /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);*/
	    box-shadow: 0px 0px 2px rgb(116 115 115);
    height: auto;
}
#preExamRegistrationshow {
    /*width: 750px;*/
    /*min-height: 505px;*/
    background-color: #deefff;
    /*margin: 50px auto;*/
    padding: 50px 0 50px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 11px 13px 15px rgb(183 208 225);
    height: auto;
	border-radius:8px;
}
.preExamRegistrationForms {
    /*width: 310px;*/
    height: 56px;
    border-radius: 2px;

    font-size: 12px;
    padding-right: 15px;
    vertical-align: middle;
    color: #424242;
    border: 1px #c2c2c2 solid;
    margin-top: 17px;
    height: auto;
}

.preExamRegistrationRightForms{    
    height: 56px;
    width: 276px;
    float: right;
    border-radius: 50px;

}

.preExamRegistrationLeftForms {
    height: 56px;
    width: 276px;
    float: right;
    /*margin-right: 10px;*/
    border-radius: 50px;

}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"]{
    float: right !important;
}

.preExamRegistrationForms::-webkit-input-placeholder {

    font-size: 12px;
    color: #acacac;
}
.preExamRegistrationForms::-moz-placeholder {
    font-size: 12px;
    color: #acacac;
}
.preExamRegistrationForms:-ms-input-placeholder {
    font-size: 12px;
    color: #acacac;
}
.preExamRegistrationForms:-moz-placeholder {
    font-size: 12px;
    color: #acacac;
}

.btn-group>.btn:first-child {
    height: 56px;
    border-radius: 50px;
    font-size: 12px;
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    width: 590px;
}

.bootstrap-select.form-control:not([class*="col-"]){
    max-width: 563px;
    float: right;
}


	  
	  
#mapBtn{
    width: 140px;
    height: 40px;
    border-radius: 2px;
    font-size: 12px;
    color: #424242;
    background-color: #fdfdfd;
    border: 1px #dfdfdf solid;
    margin: 17px 10px 0 0;
    float: right;
    padding-bottom: 8px;
}

#mapBtn i{
    color: #424242;
    font-size: 20px;
    padding-left: 15px;
    padding-bottom: 0;
}

.customCheckbox{
    font-size: 12px;
    color: #424242;
    margin: 30px 15px 15px 0 !important;
    float: right;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline{
    margin-right: 30px !important;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]{
    margin-top: 0 !important;
}


.P_rtl {
    padding: 5px;
    direction: rtl;
    text-align: justify;
    
    letter-spacing: 0px;
    color: #D1D1D1;
    opacity: 1;
}

.footer-separator:before {
   
    width: 97% !important;
}
@media (max-width: 768px) {

    .brand-section {
        flex: 2 1 100% !important;
}}

.footer-cp {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    text-align: right;
}

#submitBtn {
    
    font-size: 13px;
	font-weight: 600px;
	
    color: #ffffff;
    float: right;
    /* width: 163px; */
    height: 56px;
    background-color: #7f223ec9;
    border: #ffae00;
    /* margin-left: 200px; */
    border-radius: 35px;
    /* margin-right: 35%; */
    background-color: #E81D75 !important;
    /* box-shadow: 0px 1px 15px 0px rgb(73 102 177 / 70%); */
    -moz-box-shadow: 0px 1px 15px 0px r gba(73, 102, 177, 0.7);
    /* -webkit-box-shadow: 0px 1px 15px 0px rgb(73 102 177 / 70%); */
    -o-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
    -ms-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
}
input#submitBtn:hover {
    background-color: #E81D75;
    box-shadow: 0px 1px 15px 0px rgb(226 66 115);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(226 66 115);
}

#submitBtnpardakht{
	
    font-size: 12px;
    color: #ffffff;
    float: right;
    width: 163px;
    height: 56px;
    background-color: #25b174;
    border: #00ff3e;
    /*margin-left: 200px;*/
    border-radius: 50px;
    margin-right: 35%;
	box-shadow: 0px 0px 7px 0 #16e91d !important;
	font-weight: 700;
	
}
#submitBtnpardakht:hover{
	color: #4706af;
    font-weight: 900;
    font-size: 13px;
}

.btn-preregister-container {
    width: 200px;
    height: 60px;
}

.validation-summery-errors {
    
    font-size: 13px;
    line-height: 20px;
}


.categoryEditable, .contentEditable{
	
	    z-index: 0 !important;
	
}
.AzmoontypeHidden {
    display: none;
}

.error {
    border-color: #ff0000;
}
/*-------------------------- PRE EXAM REGISTRATION FORM END---------------------------*/
.headerBox h4 {
    color: black;
    font-weight: bold;
    font-size: 11px !important;
    text-align: center;
    margin-top: 40px;
    font-size: 18px !important;
}

a.btn.btn-outline-secondary.btn-rounded {

    margin-top: -21px !important;

}
    .headerBox {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0px 0px 2px rgb(116 115 115);
}

a.btn.btn-outline-secondary.btn-rounded:hover {
    color: #fff;
    background-color: #39a0dc;
    border-color: #868e96;
}
.footer-cp {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}

.mainBox {
    min-height: calc(100vh - 259px);
}
.footer {
    background: #FFF;
    padding: 50px 0;
    min-height: 220px;

}



.bottomText {
    max-width: 90%;
    margin: auto;
    text-align: justify;
    line-height: 30px;
}

.preExamRegistrationRightForms, .preExamRegistrationLeftForms {
   /* width: calc(50% - 10px);  */
   width: 100%;
   
}

@media (max-width: 680px) {
    .preExamRegistrationRightForms, .preExamRegistrationLeftForms {
        width: 100%;
    }
    #submitBtn {
       /*   margin-right: 27%;*/
	   margin-bottom: 0!important;
    }
}


      @media (min-width: 320px) {
  .font-register{
  font-size:13px !important;
         
     } }

figcaption {    position: absolute;
    top: 0;
    right: 0;
    background-color: #3a3a3a;
	background: #FFFFFF;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 7%);
    border-radius: 50px;
	 padding: 1%;
	 height:90%;
	
	
	
	
	}

  button#load-more-videos {position:unset;}
  svg.search {    left: 4px;}
  ul#video-list {
   /*   height: 200px!important; */
  }
  
  
  
  
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    border-radius: 50px;
    margin-right: 22%;
    /* margin-left: 14%; */
}



@media screen and (max-width:1100px) {
  figcaption {position: unset!important;
  height: 100%;
  }
  figure#video_player {
      max-width: 710px;
  }
  
  
  
@media screen and (max-width: 902px)
video {
    
  
    margin-right: 0;
}

@media only screen and (max-width: 1100px) {
  video {
     margin-right: 0;
  }
}
  @media screen and (max-width:1100px) {
   p.titlle-cilinic {

    font-size: 18px !important;
   }
}

.ErrorMessageHolder {
    width: 230px;
    margin-top: 2%;
  //  height: 50px; 
    padding-top: 2%;
    display: inline-block;
    color: red;
}





/* MOBILE */
@media(max-width:991px){

    .links-col.second{
        border-right:none;
        padding-right:10px !important;
    }

    .footer-bottom-top{
        flex-direction:column;
        gap:15px;
        align-items:center !important;
    }

    .copyright{
        text-align:center;
    }

}