body{
  font-family: 'cairo',sans-serif !important;
  background-color:#f8f9f8;
  margin: 0px;
}


.LANGA:hover{
  color:black !important;
}
.langactive{
  display: block !important;
}
.langu{
  width:70px;
  height:70px !important;
  background-color:#234C42;
  position: absolute;
  top:60%;
  left:0.5%;
  font-size: 16px;
  border-radius:10px;
  color:#fff;
  padding: 0px;
  display: none;
 
}
.langu p{
  margin: 0px;
  padding: 0px;
}
.langu hr{
  margin: 0px;
  padding: 0px;
  color:goldenrod;
}
.header{
    color:#234C42;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: right;
}
.info_header{
 margin-top: 30px;   
font-size: 22px;
font-weight: 600;
line-height: 41px;
letter-spacing: 0em;


}
.hr_small{
    width: 30px;
    height: 4px;
    border-radius: 50px;
    margin-right: 10px;
    background-color:#CD4A00;
    display: inline-block;
}
.hr_ball{
    width: 6px;
    height: 4px;
    border-radius: 50%;
    background-color:#D6C0A0;
    display: inline-block;

}
.catigeries{
width: 424px;
height: 60px;
border-radius: 30px;
box-shadow: 2px 4px 15px 3px #0000001C;
background-color:#FFFFFF;
font-size: 24px;
font-weight: 600;
line-height: 45px;
letter-spacing: 0em;
margin-top: 50px;
position: relative;
}
.agedrop{
  position: absolute;
  width:40%;
  bottom:-400%;
  left: 40%;
  background-color:#234C42;
  border-radius: 10px;
  z-index: 100000;
  color:#fff;
  padding:10px;
  font-size: 18px;
  display: none;
}
.agedrop hr{
  color:goldenrod ;
}

.subdrop{
  position: absolute;
  width:40%;
  bottom:-865%;
  left: -20%;
  background-color:#234C42;
  border-radius: 10px;
  z-index: 100000;
  color:#fff;
  padding:10px;
  font-size: 18px;
  display: none;
 
}
.subdrop hr{
  color:goldenrod ;
  margin: 0px;
}

.teachers_instructor{
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
    gap: 70px 0px !important;
    padding: 0px
}
    .teachers_instructor .card_instructorDetails {
        width: 249.28px;
        height: 474px;
        background: transparent;
        border: 0px
    }
.teachers_instructor .card_img_instructor{
    height: 256px;
    position: relative;
     background: linear-gradient(270.24deg, #234C42 1.99%,#CD4A00); 
}
.teachers_instructor .card-body{
    height: 200px;
}
.teachers_instructor .card_img_instructor img{
    height: 359.54px;
    position: absolute;
    bottom: 0px;
}
    .teachers_instructor .card_instructorDetails .btn-teacher_card {
        width: 85px;
        height: 38px;
        border-radius: 8px;
        box-shadow: 6px 14px 28px 0px #00000026;
        background: #234C42;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #FFFFFF
    }
.main{
  margin: 50px 50px 30px 50px;
}

.main_info{
  margin: 50px 50px 30px 0px;
}
.teachers_instructor_detials{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: last baseline;
    margin-top: 100px;
    
}
    .teachers_instructor_detials .card_instructorDetails {
        width: 249.28px;
        height: 300px;
        background: transparent;
        border: 0px
    }
.teachers_instructor_detials .card_img_instructor{
    height: 256px;
    position: relative;
    background: linear-gradient(270.24deg, #234C42 1.99%,#CD4A00); 
}
.teachers_instructor_detials .card-body{
    height: 200px;
}
.teachers_instructor_detials .card_img_instructor img{
    height: 359.54px;
    position: absolute;
    bottom: 0px;
}
.teachers_instructor_detials  .info_teacher{
font-size: 24px;
font-weight: 700;
line-height: 45px;
letter-spacing: 0em;
text-align: right;

}
.video_detials{
    width: 580px;
    height: 494px;
    border-radius: 10px

}
.video_detials video{
    width: 100%;
    height: 100%;
}

.btn_teacher_details{
    display: flex;
    justify-content: center;
    text-align: center;
   
}
.btn_teacher_details .btn{
    width:319px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn_teacher_details .cv{
    width: 100%;
    height: 69px;
    border-radius: 7px;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px; 
    background:transparent;
    transition: 0.3s;
    position: relative;
    border:0px;
    display:block;
    z-index: 19;
    color:#fff
}
.btn_teacher_details .booking{
    width: 102px;
    height: 60px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
    background:transparent;
    transition: 0.3s;
    border:0px;
    display:block;
    margin-top: 30px;
    position: relative;
    z-index: 19;
    color:#fff;
}
.booking::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#234C42;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
    z-index: -1;
    border-radius: 4px;
  }
  .booking::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#CD4A00;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s;
    z-index: -2;
    border-radius: 4px;
  }
  
  .booking:hover::before {
    transform: scaleX(1);
  }
  

  .cv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CD4A00;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
    z-index: -1;
    border-radius: 4px;
  }
  .cv::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#234C42;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s;
    z-index: -2;
    border-radius: 4px;
  }
  
  .cv:hover::before {
    transform: scaleX(1);
  }
  





  .inputs_feilds{
    width: 80%;
    
  }
  .label-input {
    flex-basis: 50%;
  }
  
  .inputs_feilds label {
display: block;
color:#234C42;
font-size: 18px;
font-weight: 700;
line-height: 34px;
letter-spacing: 0em;


  }
  
  .inputs_feilds input {
    margin-top: 5px;
    /* width: 400px !important; */
   
    height: 45px;

    border-radius: 6px !important;
    background: linear-gradient(0deg, #b6b6b62a, #b6b6b62c),
    linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;
    border: 1.08px solid #B6B6B6 !important
  } 
  .inputs_feilds .form-group{
    width: 100% !important;
  }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);

  }
  select{
    margin-top: 5px;
    /* width: 400px !important; */
    border: 1.08px solid #B6B6B6 !important;
    text-align: right;
    background-color:#f3f3f0 !important
  }
  #btn-book{
width: 250px;
height: 75px;
border-radius: 8px;

  }
.tables{
   background-color:#234C42;
   height: 400px;
   margin-bottom: 5% !important;

  }
  .tables .text{
    color:#fff;
    font-size: 22px;
    padding: 2%;
  }
  

  @media only screen and (max-width: 700px){
 
    
    .main{
      margin: 30px 20px 30px 20px;
    }
    .card_instructorDetails {
        width: 14rem !important;
    }
    .catigeries {
      width: 16rem !important;
      margin-right: 20px;
    }
    .catigeries .agedrop{
      position: absolute;
      width:40%;
      bottom:-345%;
      left: 40%;
      background-color:#234C42;
      border-radius: 10px;
      z-index: 100000;
      color:#fff;
      padding:10px;
      font-size: 14px;
    }
    .catigeries .agedrop hr{
      color:goldenrod ;
      margin: 0px;
    }
    
    .catigeries .subdrop{
      position: absolute;
      width:50%;
      bottom:-860%;
      left: -25%;
      background-color:#234C42;
      border-radius: 10px;
      z-index: 100000;
      color:#fff;
      padding:10px;
      font-size: 14px;
    }
    .catigeries .subdrop hr{
      color:goldenrod ;
      margin: 0px;
    }
     .header h2{
        
        font-size: 20px !important;
        margin-right: 10px;
      
    }
    .info_header{
      font-size: 18px !important;
      margin-right: 10px;
    }

    

  .btn_teacher_details .btnn{
      width:250px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      border:0px
  }
  .btn_teacher_details .cv{
      width: 100%;
      height: 55px;
      border-radius: 7px;
      font-size: 20px;
      font-weight: 700;
      line-height: 45px; 
      background:transparent;
      transition: 0.3s;
      position: relative;
      border:0px;
      display:block;
      z-index: 19;
      color:#fff
  }
  .btn_teacher_details .booking{
      width: 85px;
      height: 50px;
      border-radius: 4px;
      font-size: 20px;
      font-weight: 700;
      line-height: 45px;
      background:transparent;
      transition: 0.3s;
      border:0px;
      display:block;
      margin-top: 30px;
      position: relative;
      z-index: 19;
      color:#fff;
  }
  .booking::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background:#234C42;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s;
      z-index: -1;
      border-radius: 4px;
    }
    .booking::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background:#CD4A00;
      transform: scaleX(1);
      transform-origin: right;
      transition: transform 0.3s;
      z-index: -2;
      border-radius: 4px;
    }
    
    .booking:hover::before {
      transform: scaleX(1);
    }
    
  
    .cv::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #CD4A00;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s;
      z-index: -1;
      border-radius: 4px;
    }
    .cv::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background:#234C42;
      transform: scaleX(1);
      transform-origin: right;
      transition: transform 0.3s;
      z-index: -2;
      border-radius: 4px;
    }
    
    .cv:hover::before {
      transform: scaleX(1);
    }
    
   


.label_input_booking{
 
font-size: 16px !important;
font-weight: 700;
line-height: 30px;
letter-spacing: 0em;


}
  }

  @media only screen and (max-width: 570px){
    .maincard_instructor{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0px;
      width: 100%;
    
    }

    .card_instructorDetails {
        margin-bottom: 0px 0px 100px 0px !important;
    }
  .main{
    margin: 30px 0px 30px 0px !important;
    }
  }

  @media only screen and (min-width: 992px){
  
  }

  @media only screen and (max-width: 570px) and (min-width:300px){
    .label_input_booking{
      font-size: 12px !important;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0em;
      
      }

    .header h2{
        
        font-size: 18px !important;
        margin-right: 10px;
        text-align: center;
      
    }
    .info_header{
      font-size: 16px !important;
      margin-right: 10px;
      text-align: center;
    }
    .main_info {
      margin-right: 0px;
    }
  }


  .footer4,.footer5{
    display: none !important;
  }
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  img {
  max-width: 100%;
  height: auto;
  }
  section {
    padding: 60px 0;
   /* min-height: 100vh;*/
  }
  .footer {
  background: #234C42 ;
  padding-top: 80px;
  padding-bottom: 40px;
  }
  /*END FOOTER SOCIAL DESIGN*/
  @media only screen and (max-width:768px) { 
  .single_footer{margin-bottom:30px;}
  }
  .single_footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  }
  
  .single_footer p{color:#fff;}
  .single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  .single_footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  
  text-transform: capitalize;
  
  }
  .single_footer ul li a:hover { color: #ff3666; }
  
  .location_footer li{
    color:#fff;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .single_footer_address ul li{
    
    color:#fff;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .single_footer_address ul li span {
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  }
  .contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  }
  
  /*START NEWSLETTER CSS*/
  .subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
  }
  .subscribe__input {
  background-color: #fff;
  border: medium none;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 150px 0 20px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  }
  @media only screen and (max-width:768px) { 
  .subscribe__input{padding: 0 50px 0 20px;}
  }
  
  .subscribe__btn {
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #01c7e9;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  }
  .subscribe__btn i{transition: all 0.3s ease 0s;}
  @media only screen and (max-width:768px) { 
  .subscribe__btn{right:0px;}
  }
  
  .subscribe__btn:hover i{
  color:#ff3666;
  }
  button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  }
  
  .social_profile {margin-top:30px;}
  .social_profile ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
  }
  .social_profile ul li{float:left;}
  .social_profile ul li a {
  text-align: right;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border:  none
  }
  .social_profile2 {margin-top:30px;}
  .social_profile2 ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
  }
  .social_profile2 ul li{float:left;}
  .social_profile2 ul li a {
  text-align: right;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: none;
  border:  none
  }
  @media only screen and (max-width:768px) { 
  .social_profile ul li a{margin-right:10px;margin-bottom:10px;}
  .social_profile2 ul li a{margin-right:10px;margin-bottom:10px;}
  }
  @media only screen and (max-width:680px) { 
  .social_profile ul li a{
  width:40px;
  height:40px;
  line-height:40px;
  }
  .social_profile2 ul li a{
      width:40px;
      height:40px;
      line-height:40px;
      }
  .social_profile{
      display: none !important;
  }
  .footer5 .social_profile{
      display: flex !important;
  }
  .footer2, .footer3{
      display: none  !important;
  }
  .footer4, .footer5{
      display: flex !important;
  }
  
  .location_footer li{
      color:#fff;
      padding-bottom: 7px;
      font-size: 16px;
  }
  .single_footer_address ul li{
      
      color:#fff;
      padding-bottom: 7px;
      font-size: 16px;
  }
  .icons-slider{
      top:15%
  }
  .icons-slider i{
      color:#FFFFFF;
      font-size: 20px;
      margin-bottom: 10px;
       display: block;
  }
  }
  .search{
    width: 230px;
    height: 50px;
    border:0.5px solid #6C6C6C66;
    border-radius:12px;
    margin-right: 12%;
    background-color:#fff
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}
.navbar{
    height: auto;
    background-color:#fff !important;
    position: sticky;
    top:0px;
    width: 100%;
    z-index: 100000000000000;
}
.navbar-brand img{
    height: 100px;
}


.nav-item .nav-link{
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 37.48px;
    color:#1A1A1A;
}
.nav-item .nav-link:hover{
    color: #CD4A00;
}
.delete{
    display: none !important;
  }
.nav-btn{
    width:115px ;
    height:48px ;
    background-color:#234C42;
    color:#fff;
    border-radius:8px;
    margin-right: 10%;
    font-size: 18px;
    font-weight: 400;
    line-height: 33.73px;
}
.navbar-toggler{
   color:#234C42 !important;
   font-size: 30px;
}
.navbar-collapse{
    margin-right: 5%;
}

@media only screen and (max-width: 900px) {
    .nav{
        display: flex;
        
    }
    .search{
        display: none !important;
        margin-right: 0px;
    }
    #navbarNavDropdown{
        background-color:#fff;
       
    }
    .nav-btn{
        margin-right: 0px !important; 
    }
}

@media only screen and (max-width: 1050px) {

    .nav-link{
        font-size:14px !important;
        font-weight: 200;
    }
    .search{
       margin-right:5%;
    }
    .navbar-collapse{
        margin-right: 2%;
    }
    .nav-btn{
        width:80px ;
        height:40px ;
        background-color:#234C42;
        color:#fff;
        border-radius:8px;
        margin-right: 10%;
        font-size: 16px;
        font-weight: 400;
        line-height: 33.73px;
    }
    .search{
        width: 170px;
        height: 40px;
        border:0.5px solid #6C6C6C66;
        border-radius:8px;
        margin-right: 8%;
        background-color:#fff
    }
}

@media only screen and (max-width: 1150px) and (min-width: 1050px) {
    .nav-link{
        font-size:16px !important;
        font-weight: 200;
    }
    .search{
       margin-right:0%;
    }
    .navbar-collapse{
        margin-right: 2%;
    }
    .nav-btn{
        width:90px ;
        height:43px ;
        background-color:#234C42;
        color:#fff;
        border-radius:8px;
        margin-right: 10%;
        font-size: 18px;
        font-weight: 400;
        line-height: 33.73px;
    }
    .search{
        width: 200px;
        height: 45px;
        border:0.5px solid #6C6C6C66;
        border-radius:8px;
        margin-right: 5%;
        background-color:#fff
    }
}
@media only screen and (max-width: 1270px) and (min-width: 1151px) {
    .nav-link{
        font-size:16px !important;
        font-weight: 200;
    }
    .search{
       margin-right:0%;
    }
    .navbar-collapse{
        margin-right: 5%;
    }
    .nav-btn{
        width:90px ;
        height:43px ;
        background-color:#234C42;
        color:#fff;
        border-radius:8px;
        margin-right: 10%;
        font-size: 18px;
        font-weight: 400;
        line-height: 33.73px;
    }
    .search{
        width: 220px;
        height: 45px;
        border:0.5px solid #6C6C6C66;
        border-radius:8px;
        margin-right: 9%;
        background-color:#fff
    }
    
}

 @media only screen and  (max-width: 1350px) and (min-width: 1271px)  {
    .nav-link{
        font-size:18px !important;
        font-weight: 200;
    }
    .search{
       margin-right:7%;
    }
    .navbar-collapse{
        margin-right: 8%;
    }
    .nav-btn{
        width:90px ;
        height:43px ;
        background-color:#234C42;
        color:#fff;
        border-radius:8px;
        margin-right: 10%;
        font-size: 18px;
        font-weight: 400;
        line-height: 33.73px;
    }
    .search{
        width: 200px;
        height: 45px;
        border:0.5px solid #6C6C6C66;
        border-radius:8px;
        margin-right: 12%;
        background-color:#fff
    }
} 
@media only screen and (max-width: 1050px) {
  .langu{
    width:70px;
    height:70px !important;
    background-color:#234C42;
    position: absolute;
    top:95%;
    right:3%;
    font-size: 16px;
    border-radius:10px;
    color:#fff;
    padding: 0px;
    display: none;
   
}
}





.card_instructorDetails {
    margin: 0 0.5em;
    border-radius: 10px;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    font-size: 0.7em;
    overflow: visible;
}

.video_detials_instructor {
    width: 580px;
    height: 494px;
    border-radius: 10px
}

    .video_detials_instructor video {
        width: 100%;
        height: 100%;
    }

    .video_detials_instructor ifram {
        width: 100%;
        height: 100%;
    }

.teachers_detials_instructor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: last baseline;
    margin-top: 100px;
}

.teachers_detials_instructor .card_instructor {
    width: 249.28px;
    height: 300px;
    background: transparent;
    border: 0px
}

.teachers_detials_instructor .card_img_instructor {
    height: 256px;
    position: relative;
    background: linear-gradient(270.24deg, #234C42 1.99%,#CD4A00);
}

.teachers_detials_instructor .card-body_instructor {
    height: 200px;
}

.teachers_detials_instructor .card_img_instructor img {
    height: 359.54px;
    position: absolute;
    bottom: 0px;
}

.teachers_detials_instructor .info_teacher_instructor {
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: right;
}


.card_instructor {
    width: 14rem !important;
}
.card_instructor {
    margin-bottom: 0px 0px 100px 0px !important;
}

.teachers_instructor .card_instructor .btn-teacher_card {
    width: 85px;
    height: 38px;
    border-radius: 8px;
    box-shadow: 6px 14px 28px 0px #00000026;
    background: #234C42;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF
}