.header-stricky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    transition: all 0.3s ease-in-out;
}

.navbar-brand{
    display: flex;
    align-items: center;
}
.navbar-brand img{
    width: 60px;
    margin-right: 10px;
}
.logo_names{
    font-weight: 600;
}
.logo_names p{
   margin-bottom: 10px;
   text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.25);
}
.logo_names span{
    display: block;
    text-align: center;
    font-size: 14px;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.25);
}


.banner-section{
    padding-top: 224px;
}
@media (min-width: 320px) and (max-width: 576px){
    .banner-section{
        padding-top: 115px;
    }
}
@media (min-width: 577px) and (max-width: 768px){
    .banner-section{
        padding-top: 125px;
    }
}
@media (min-width: 769px) and (max-width: 992px){
    .banner-section{
        padding-top: 125px;
    }
}


.reheb_service_benefits{
    position: relative;
    text-align: center;
    padding: 30px 15px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 3px solid transparent;
    transition: all 0.4s ease;
}
.reheb_service_benefits:hover {
    transform: scale(1.05);
}
.top_border{
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #6c5ce7;
    border-radius: 2px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
    }
}

/* Pricing Section */
.pricing_section{
    padding: 20px 0;
}
.pricing_plan_container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (min-width: 360px) and (max-width: 576px){
    .pricing_plan_container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
@media (min-width: 577px) and (max-width: 768px){
    .pricing_plan_container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
@media (min-width: 769px) and (max-width: 992px){
    .pricing_plan_container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
.card_container{
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    border-radius: 16px;
}
.card_details{
    padding: 40px 24px 24px;
    border-bottom: 2px solid #fff;
}
.card_title h3{
    text-align: center;
    color: #141515;
    font-size: 23px;
    font-weight: 600;
}
.card_title p{
    text-align: center;
    color: #141515;
    font-size: 20px;
    font-weight: 600;
}
.card_title .pricing{
    font-size: 2.25rem;
    color: #e0452f;
    line-height: 1;
    font-weight: 700;
    margin: 32px 0 16px;
    text-align: center;
}
.card_price_description{
    padding: 40px 24px 24px;
}
.card_price_description ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.card_price_description ul .pricing_list{
    font-size: 20px;
    margin-bottom: 8px;
}
.card_price_description ul .pricing_list .text-success{
   margin-right: 10px;
}


.service_description ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.service_description ul .service_list{
    font-size: 16px;
    margin-bottom: 6px;
}
.service_description ul .service_list .text-success{
   margin-right: 10px;
}
.drug_addic_details{
    margin-top: 80px;
}


.package_section {

}
.package_list {
    padding: 0;
    list-style: none;
}
.package_section h3{
    color: #000 !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 20px;

}
.package_list li{
    color: #7A7A7A !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.border_r{
    border-right: 2px solid #8D8D8D;
}

.google_map {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.reheb_center_consultancy{
    width: 70%;
    height: 500px;
}
@media (min-width: 360px) and (max-width: 576px){
    .reheb_center_consultancy{
        width: 100%;
        height: 100%;
    }
    .best_rehebs h2{
        font-size: 26px;
    }
    .best_rehebs p{
        font-size: 16px !important;
    }
}
@media (min-width: 577px) and (max-width: 768px){
    .reheb_center_consultancy{
        width: 100%;
        height: 100%;
    }
    .best_rehebs h2{
        font-size: 26px;
    }
    .best_rehebs p{
        font-size: 16px !important;
    }
}


.social_titles{
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
}
.footer_social_icons
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_social_icons li
{
   display: inline-block;
   margin-right: 12px;
}
.footer_social_icons li a
{
    font-size: 18px;
    color: #FFF;
    width: 50px;
    height: 50px;
    background: #1BD79A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}



.galary-section{
    padding: 80px 0;
}
.galary-titles{
    margin-bottom: 60px;
}
.galary-titles span{
   display: block;
   text-align: center;
   font-size: 12px;
   font-weight: 700;
   color: #01d28e;
   text-transform: uppercase;
   letter-spacing: 1px;
}
.galary-titles h2{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.galary-tab-section{
   margin-bottom: 60px;
}
.galary-tab-section ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.galary-tab-section ul li{
    font-size: 18px;
    font-weight: 600;
    list-style: none;
    display: inline-block;
    margin: 0 14px;
    color: #2D3E50;
    cursor: pointer;
}
.galary-containers{

}
.galary-item{
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.galary-item.active{
    display: grid;
}

.ftco-navbar-light .navbar-toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
}


@media (min-width: 993px) and (max-width: 1920px){
    .ftco-navbar-light .navbar-toggler{
        display: none;
    }
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
