body{
  font-family: 'cairo',sans-serif !important;
  background-color:#f8f9f8;
}

.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;
}
.main_study {
    margin: 30px 0px 30px 0px;
    width: 100%;
}
.header{
    color:#234C42;
    font-family: Cairo;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: right;
    margin: 30px 50px 30px 0px;
}

.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;

}
.main_study .categires_study {
    display: flex;
    justify-content: space-evenly;
    margin: 60px;
}
    .main_study .categires_study button {
        width: 250px;
        height: 60px;
        border-radius: 10px;
        font-size: 24px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: 0em;
        margin-bottom: 30px;
        color: #FFFFFF;
        background: #234C42;
        border: 0px;
    }

.general,.mid,.prim,.all{
    display: block;
    position: relative;
    height:  auto;
    margin: auto;
}
.mid,.prim,.general{
    display: none;
}

.categ_sec4_study .card_study {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    cursor: pointer !important;
}
.categ_sec4_study {
    margin: 0px 0px 0px 0px;
    display: flex;
    justify-content: start;
    gap: 30px 50px !important;
}


 .more_sec5{
    width: 135px;
    height: 60px;
    font-size:22px;
    font-weight:600 ;
    background-color:#234C42;
    color: #fff;
    border:0px !important;
    border-radius:10px;
    margin-right: 50px;
    
}
.activee{
    background:#CD4A00 !important;
}

@media only screen and (max-width: 700px) {
    
      .header h2{
        
        font-size: 20px !important;
        margin-right: 10px;
      
    }

    .main_study .categires_study button {
        width: 150px;
        height: 45px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: 0em;
        margin-bottom: 20px;
        color: #FFFFFF;
        background: #234C42;
        border: 0px;
    }
}



@media only screen and (max-width: 500px) and (min-width:300px){
    .label_input_booking{
      font-size: 12px !important;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: 0em;
      
      }

    .header h2{
        
        font-size: 18px !important;
        margin-right: 10px;
       
      
    }
    .info_header{
      font-size: 16px !important;
      margin-right: 10px;
      text-align: center;
    }
    .main_info_study {
        margin-right: 0px;
    }
    .card-title_study {
        font-size: 18px !important;
    }
    .card-text_study {
        font-size: 14px !important;
    }
  }

  .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;
    font-weight: 400;
    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
    }
  }
  
  
  
  .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;
  }
  }
  @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-img, .card-img-top {
    border-radius: 10px;
}