.region-banner{
    margin-top: 95px;
}
.region-intro{
    background:url(../images/small-flower-bg.png) #00b7ac;
    text-align: center;
    color: #fff;
    padding: 0 0 35px 0;
}
.region-intro h1{
    background: #034EA1;
    border-radius: 5px;
    display: inline-block;
    font-family: Montserrat;
    font-size: 30px;
    padding: 20px 30px;
    margin-top: -40px;
}
.region-intro p{
    font-size: 15px;
    margin-top: 20px;
    line-height: 32px;
}

.hp-lis-text h2{
    font-style: normal;
    font-weight: 700;
    font-size: 15.8012px;
    line-height: 19px;
    font-family: Montserrat;
    color: #034EA1;
    margin-bottom: 15px;
    width: 85%;
}
.hp-lis-text p{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: rgb(106 103 103);
}
.hp-lis-text{
    position: relative;
}
.hp-lis-text img{
    position: absolute;
    right: 0;
    top: 0;
}
.hp-list-cont{
    display: flex;
}
.hp-lis-img{
    width: 40%;
    overflow: hidden;
    border-radius: 4px;
}
.hp-lis-img img{
    width: 100%;
    display: block;
}
.hp-lis-text{
    width: 60%;
    padding: 0 15px;
    position: relative;
}
.hp-lis-btns{
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 15px;
    bottom: 0;
    
}
.hp-lis-btns a{
    background: #fff;
    border-radius: 4px;
    color: #034EA1;
    border: 1px solid #034ea1;
    width: 130px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 12px;
}
.hp-lis-btns a:first-child{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
    color: #fff;
    border-color: transparent;
}
.hp-lis-btns a:last-child{
    margin-right: 0;
}
.hp-list-cont{
    background: #FFFFFF;
    box-shadow: 0px 0px 10.5342px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 30px;
}
.hospital-lists{
    padding: 30px 0;
    background: url(../images/small-flower-bg.png) #fff;
    background-size: 4%;
}
.overview-sec{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
    padding: 30px 0 15px 0;
    box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.18);
}
.overview-sec img{
    display: block;
    width: 100%;
}
.overview-sec h2{
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}
.overview-lists{
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 178px;
    overflow: hidden;
}
.overview-lists h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.overview-lists p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    height: 110px !important;
    overflow-y: auto;
}
.overview-lists .overview-lists-txt{
    padding: 17px;
}
.location-speciality{
    padding: 50px 0;
}
.location-speciality-g-bg{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
    padding: 15px;
    border-radius: 20px;
}
.location-speciality-w-bg{
    background: #fff;
    padding: 25px 15px 15px 15px;
    border-radius: 20px;
    position: relative;
}
.region-loc-drop{
    position: absolute;
    right: 30px;
    top: 25px;
}
.region-loc-drop button{
    width: 245px;
    border: 2px solid #034EA1;
    border-radius: 5px;
    height: 40px;
    color: #034ea1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    padding-left: 20px;
    padding-right: 10px;
    background: url(../images/region-spec-arrow.svg) no-repeat 95% 50%;
    text-align: left;
}
.region-loc-drop .dropdown-menu{
    width: 100%;
    background: #034ea1;
    height: 120px;
    overflow-y: scroll;
    border-radius: 0px 0px 10px 10px;
    margin: -4px 0 0 0;
    padding: 5px;
}
.region-loc-drop .dropdown-menu li{
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
#button_speciality a{
    background: #034EA1;
    padding: 7px 35px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}
#button_speciality{
    text-align: center;
}
#button_speciality{
    position: absolute;
    right: 8%;
}
/* width */
.region-loc-drop .dropdown-menu::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .region-loc-drop .dropdown-menu::-webkit-scrollbar-track {
    background: none;
  }
   
  /* Handle */
  .region-loc-drop .dropdown-menu::-webkit-scrollbar-thumb {
    background:#fff; 
    border-radius: 20px;
    height: 20px;
  }
  
  /* Handle on hover */
  .region-loc-drop .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #fff; 
  }
.region-loc-drop .dropdown-menu li a{
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    white-space: 'break-spaces;';
}
.region-loc-drop .dropdown-menu li a:hover{
    background: none;
}
.location-speciality-w-bg h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    color: #034EA1;
    text-align: center;
}
.loc-sepc-list-cont{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 70px;
    margin-bottom: 30px;
}
.loc-sepc-lists {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 2px solid #034EA1;
    transition: all 0.3s ease-in-out;
    padding: 5px;
}
.loc-sepc-list-cont .loc-sepc-lists:last-child{
    border: none;
}
.loc-sepc-lists h4{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #034EA1;
    transition: all 0.3s ease-in-out;
}
.loc-sepc-lists img{
    transition: all 0.3s ease-in-out;
}
.loc-sepc-lists:hover{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
    border: none;
}
.loc-sepc-lists:hover h4{
    color: #fff;
}
.loc-sepc-lists:hover img{
    filter:  brightness(0) invert(1);
}
.visit-us-btn-mobile{
    background: #034EA1;
    padding: 7px 35px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
}
.rg-overview-mobile-text{
    background: rgba(0, 0, 0, 0.05);
    padding: 15px;
}
.rg-overview-mobile-text h3{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}
.rg-overview-mobile-text p{
    font-size: 12px;
    line-height: 18px;
    font-family: Montserrat;
    font-weight: normal;
}
.rg-overview-mobile{
    display: none;
}
.viwe-all-btn-mobile{
    display: none;
}
.mobile-regen-list{
    display: none;
}
@media (max-width:1199px){
    .hp-list-cont{
        padding:5px
    }
    .hp-lis-btns a{
        width: 117px;
    }
}
@media (max-width:991px){
    .overview-lists{
        height: auto;
    }
    .location-speciality-w-bg h2{
        text-align: left;
    }
}
@media (max-width:767px){
    .region-intro h1 {
        font-size: 20px;
    }
    .region-loc-drop{
        position: relative;
        top: unset;
        right: unset;
        text-align: center;
        margin-top: 20px;
    }
    .location-speciality-w-bg h2{
        text-align: center;
        
    }
    .loc-sepc-list-cont {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .loc-sepc-lists{
        margin-bottom: 10px;
    }
   
   
}
@media (max-width:499px){
    .region-intro p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 25px;
    }
    .region-intro h1{
        padding: 10px;
    }
    .hp-list-cont{
        flex-direction: column;
    }
    .hp-lis-img{
        width: 100%;
    }
    .hp-lis-text{
        width: 100%;
        padding: 10px 5px;
    }
    .hp-lis-btns{
        position: relative;
        margin-top: 20px
    }
    .hp-lis-text img {
        position: absolute;
        right: 5px;
        top: 10px;
    }
    .hp-lis-btns{
        display: block;
        left: unset;
    }
    .hp-lis-btns a{
        width: 100%;
        display: block;
        text-align: center;
        height: auto;
        margin: 0;
    }
    .hp-lis-btns a:first-child{
        margin-bottom: 10px;
    }
    .location-speciality-w-bg h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .region-loc-drop button{
        width: 100%;
        padding-left: 15px;
        margin-top: 10px;
    }
    .loc-sepc-list-cont {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .location-speciality-w-bg {
        background: #fff;
        padding: 25px 0px 0px 0px;
    }
    .location-speciality-g-bg {
        background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
        padding: 5px;
        border-radius: 10px;
    }
    .location-speciality-w-bg {
        border-radius: 10px;
    }
    .hp-list-cont{
        display: block;
    }
    .hp-lis-img, .hp-lis-text{
        width: 100%;
    }
    .hp-lis-img{
        padding: 15px;
    }
    .visit-us-btn-mobile{
        margin-top: 10px;
        margin-left: 15px;
    }
    .hp-lis-btns{
        display: none;
    }
    .rg-overview-mobile{
        display: block;
    }
    .hp-list-cont{
        padding: 0;
    }
    .hp-lis-text{
        padding: 0;
    }
    .overview-bg-mobile{
        background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
        padding: 5px;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .hp-list-cont{
        margin-bottom: 0;
    }
    .hp-lis-img img{
        border-radius: 10px 10px 0 0;
    }
    .hp-lis-text h2{
        margin-left: 15px;
    }
    .hp-lis-text p{
        margin-left: 15px;
    }
    .hp-lis-text h2{
        font-size: 13px;
        width: 70%;
    }
    .hp-lis-text img {
        position: absolute;
        right: 20px;
        top: 2px;
    }
    .region-intro h1 {
        font-size: 18px;
    }
    .region-intro h1{
        margin-top: -20px;
    }
    .viwe-all-btn-mobile button{
        background:url(../images/bottom-arrow.svg) #034EA1;
        background-repeat: no-repeat;
        background-position: 90% 50%;
        padding: 7px 35px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 15px;
        display: inline-block;
        color: #fff;
        margin-bottom: 10px;
        display: inline-block;
        border: none;
        box-shadow: none;
    }
    .viwe-all-btn-mobile{
        text-align: center;
        display: block;
    }
    .overview-sec{
        display: none;
    }
    .loc-sepc-lists h4{
        font-size: 8px;
    }
    .loc-sepc-list-cont .loc-sepc-lists:last-child,
    .loc-sepc-list-cont .loc-sepc-lists:nth-child(3),
    .loc-sepc-list-cont .loc-sepc-lists:nth-child(6){
        border: none;
    }
    .loc-sepc-lists {
        margin-bottom: 30px;
    }
    .region-loc-drop .dropdown-menu{
        width: 100%;
        margin: -4px auto 0 auto;
        color: #fff;
        padding: 5px;
        font-size: 13px;
    }
    .region-loc-drop .dropdown-menu li{
        font-size: 13px;
    }
    .region-loc-drop{
        width: 80%;
        margin: 0 auto;
    }
    .loc-sepc-list-cont{
        margin-bottom: 0;
    }
    .rg-overview-mobile p{
        margin: 0;
    }
    #button_speciality{
        position: unset;
    }
    .desktop-regen-list{
        display: none;
    }
    .mobile-regen-list{
        display: block;
    }
    .regn-all-loc{
        display: none;
    }
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00b7ab6e;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #034ea1;
    border-radius: 0;
}

