@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
body {
    margin:0;
    padding: 0;
/*    font-family: 'Open Sans', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    color: #EBEFF2;
    background: #f9f9f9;
    top: 0px !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    letter-spacing: 0.8px;
}
a, a:hover {
    text-decoration: none;
}
button:focus, input:focus {
    outline: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* custom container design */
@media (min-width: 1500px){
    .container {
        max-width: 1320px;
    }
}
@media all and (max-width: 1499px){
    .container {
        max-width: 1200px;
    }
}
@media all and (max-width: 1399px){
    .container {
        max-width: 1080px;
    }
}
@media all and (max-width: 1199px){
    .container {
        max-width: 960px;
    }
}
@media all and (max-width: 991px){
    .container {
        max-width: 720px;
    }
}
@media all and (max-width: 767px){
    .container {
        max-width: 540px;
    }
}
@media all and (max-width: 575px){
    .container {
        max-width: 100%;
        width: 100%;
    }
}
/* custom container design */
.text-primary{
    color: #003a70 !important;
}
h1{
    font-weight: 700;
    font-size: 48px;
    color: #EDF3F6;
    line-height: 1.2em;
}
h2{
    font-weight: 700;
    font-size: 32px;
    color: #EDF3F6;
    line-height: 1.2em;
}
h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 1em;
    color: #2b918f;
}
.related-h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 1em;
    color: #003a70 !important;
}
p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
}
.header_area{
    background: #003a70;
    box-shadow: 0px 4px 5px 0px #00000040;
    padding: 30px 0px 6px 0px;
    position: relative;
}
.header_area .container-fluid {
    padding-right: var(--bs-gutter-x,1.5rem);
    padding-left: var(--bs-gutter-x,1.5rem);
}
/*.header_area.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    z-index: 1000;
}*/

.header_col_1{
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}
.header_col_2{
    flex: 0 0 53%;
    max-width: 53%;
    width: 100%;
}
.header_col_3{
    flex: 0 0 22%;
    max-width: 22%;
    width: 100%;
}


.logo img {
    width: 285px;
    height: auto;
    filter: invert(1) brightness(2);
    position: absolute;
    top: 10px;
}

.menu > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.menu > ul > li > a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    color: #EDF3F6;
}
.menu > ul > li > a > img{
    display: none;
    width: 18px;
}
.menu > ul > li > a.active{
    color: #2b918f;
}
.sub_menu{
    display: none;
    position: fixed;
    width: 100%;
    max-width: 1300px;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
    top: 96px;
    overflow: hidden;
}
.sub_menu > .ns_container{
    border-radius: 0px;
}
.app_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.appointment_botton .app_btn .btn-header {
    display: inline-block;
    color: #EDF3F6;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    background: #2b918f;
    padding: 8px 12px;
    line-height: normal;
    border-radius: 10px;
    outline: none;
    border: 1px solid #2b918f;
    cursor: pointer;
    margin-right: 7px;
}
.related-services-link-list a{
  background-color: #f9f9f9 !important;
  margin-bottom: 10px !important;
  border-radius: 7px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-services-link-list a .name{
  font-size: 16px !important;
  line-height: 18px !important;
  color: #003a70 !important;
}
.related-services-link-list a .icon img{
  filter: invert(34%) sepia(100%) saturate(7437%) hue-rotate(188deg) brightness(94%) contrast(102%);
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.appointment_botton .app_btn .btn-header:hover {
    color: #2b918f;
    background: transparent;
    border: 1px solid #2b918f;
}
.btn-theme-primary {
    display: inline-block;
    color: #EDF3F6;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    background: #2b918f;
    padding: 8px 12px;
    line-height: normal;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-right: 7px;
}
.appointment_botton .right_side_btn {
    display: flex;
}
.banner_slider_items{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner_slider_items::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 53, 97, 0.3);
}
.banner_slider_items img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.banner_slider_items > img:nth-child(1), .left_obi_box > img.open_fullpage, .all_banner_area > img:nth-child(1){
    display: block !important;
}
.banner_slider_items > img:nth-child(2), .left_obi_box > img.show_mobile, .all_banner_area > img:nth-child(2){
    display: none !important;
}
.banner_slider .owl-nav {
    /*display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0px;
    */position: absolute;
    /*bottom: 200px;
    right: 140px;*/
}
.owl-nav button:hover{
    background: transparent !important;
}
.banner_slider .owl-nav button {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    background: transparent !important;
}
.banner_slider .owl-nav button .left_arrow{
    margin-right: 20px;
}
.banner_slider .owl-nav button .left_arrow, .banner_slider .owl-nav button .right_arrow {
    /*border: 4px solid #EDF3F6;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: 0px 3px 3px 2px #30365c4d;*/
}
.banner_slider .owl-nav button .left_arrow img, .banner_slider .owl-nav button .right_arrow img{
/*    width: 15px;*/
}

.our_services_area {
    background: transparent;
    padding-bottom: 80px;
    margin-top: -110px;
    position: relative;
    z-index: 1;
}
.our_counter_area {
    background: transparent;
    padding-bottom: 80px;
    margin-top: -55px;
    position: relative;
    z-index: 1;
}
.left_our_services {
    background: #2b918f;
    padding: 30px 20px 30px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.left_our_services h1 {
    color: #EBEFF2;
}
.left_our_services p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3em;
    color: #EBEFF2CC;
    padding: 15px 0px;
    border-bottom: 1px solid #65D0CD;
}
.view_btn{
    margin-top: 40px;
    display: inline-block;
}
.view_btn > button, .view_btn > a {
    color: #EDF3F6;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    background: #003a70;
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.view_btn button img, .view_btn a img{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 15px;
}
.right_services_items{
    background: #EDF3F6;
    padding: 20px 15px 15px 15px;
    border-radius: 10px;
    overflow: hidden;
}
.right_services_items.owl-carousel .owl-stage {
    display: flex;
}
.right_services_items.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.right_services_items.owl-theme .owl-nav {
     margin-top: 0px; 
}
.srows {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sgaps {
    padding: 5px 3px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sub_services {
    background: #2b918f;
    padding: 15px 10px;
    text-align: center;
    height: 100%;
    border-radius: 7px;
    transition: 0.3s;
}
.sub_services:hover{
    background: #fff;
}
.sub_services:hover h3{
    color: #2b918f;
}
.sub_services:hover img{
    color: #2b918f;
    filter: brightness(0) saturate(100%) invert(42%) sepia(22%) saturate(439%) hue-rotate(132deg) brightness(91%) contrast(87%) !important;
}
.sub_services img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.sub_services h3 {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
    margin-top: 8px;
    min-height: 32px;
}

.abouts_area{
    background: #003a70;
    padding: 80px 0px;
}
.left_abouts_items{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 69px 11px #00000040;
}
.left_abouts_items img{
    width: 100%;
    height: auto;
}
.right_abouts_items h1{
    line-height: 1;
}
.right_abouts_items h3{
    padding-bottom: 10px;
}
.right_abouts_items p{
    color: #EDF3F6CC;
    padding-top: 15px;
}

.abouts_list_1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #65D0CD;
}
.abouts_list_1 li, .abouts_list_2 li{
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    color: #EDF3F6;
}
.abouts_list_2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
}
.abouts_list_2 li{
    color: #EDF3F6CC;
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
}
.abouts_list_2 li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background: #EDF3F6CC;
}
.right_abouts_items > .left_abouts_items{
    display: none;
}

.right_abouts_items .view_btn{
    border: none;
    padding-top: 40px;
    margin: 0;
    text-align: right;
}
.right_abouts_items .view_btn a {
    background: #2b918f;
}

.clinic_area, .our_blogs_area{
    padding: 80px 0px;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.clinic_area::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 330px;
    background: #003a70;
    z-index: -1;
}
.clinic_box {
    background: #FFF;
    box-shadow: 0px 4px 42px 0px #00000040;
}
.crows{
    display: flex;
    flex-wrap: wrap;
}
.cgaps_1{
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
}
.cgaps_2{
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
}
.left_clinic_items{
    padding: 25px 25px;
}
.ccontent_box1{
    padding-bottom: 20px;
    border-bottom: 1px solid #65D0CD;
}
.ccontent_box1 h1{
    color: #003a70;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1;
}
.ccontent_box1 h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    color: #003a70;
}
.left_clinic_items > .right_clinic_items{
    display: none;
}

.ccontent_box2 {
    padding: 20px 0px;
    border-bottom: 1px solid #65D0CD;
}
.ccontent_box2 h3{
    color: #003a70;
    font-weight: 700;
    text-transform: uppercase;
}
.ccontent_box2 p {
    font-weight: 600;
    font-size: 15px;
    color: #003a70CC;
    padding-top: 5px;
}
.ccontent_box2 ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 10px;
}
.ccontent_box2 ul li{
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    color: #003a70;
    position: relative;
    padding: 0px 10px;
}
.ccontent_box2 ul li:first-child{
    padding-left: 0;
}
.ccontent_box2 ul li:last-child{
    padding-right: 0;
}
.ccontent_box2 ul li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    background: #003a70;
    width: 1px;
    height: 100%;
}
.ccontent_box2 ul li:last-child::after{
    display: none;
}
.clinic_services_box ul{
    display: flex;
    flex-wrap: wrap;
}
.clinic_services_box ul li{
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-top: 30px;
}
.clinic_services_box ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    color: #003a70;
}
.clinic_services_box ul li a img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-right: 15px;
}
.right_clinic_items{
    height: 100%;
    overflow: hidden;
}
.right_clinic_items img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our_blogs_area{
    padding-bottom: 50px;
    padding-top: 60px;
}
.all_title{
    border-bottom: 1px solid #65D0CD;
    padding-bottom: 20px;
}
.all_title h1{
    color: #003a70;
    line-height: 1em;
}
.all_title h2{
    color: #003a70;
    line-height: 1em;
}
.all_title h3{
    padding-bottom: 5px;
}

.our_blogs_sitems {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px #00000021;
    margin: 30px 0px;
}
.ob_gaps_1{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
}
.ob_gaps_2{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    width: 100%;
}
.left_obi_box{
    height: 100%;
    overflow: hidden;
}
.left_obi_box img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.right_obi_box {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.right_obi_box h3{
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #65D0CD;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
}
.right_obi_box h4 {
    font-weight: 600;
    font-size: 16px;
    color: #003a70;
}
.right_obi_box p {
    padding-top: 15px;
    color: #003a70CC;
    font-size: 15px;
    padding-bottom: 15px;
}
.right_obi_box a {
    font-weight: 400;
    font-size: 15px;
    color: #003a70;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.right_obi_box a span{
    border-bottom: 1px solid #003a70;
}
.right_obi_box a > img{
    width: 20px !important;
    margin-left: 10px;
}

.our_blogs_slider .owl-nav, .services_slider .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -65px;
    z-index: 1;
    display: block !important;
}
.our_blogs_slider .owl-nav button, .services_slider .owl-nav button{
    margin: 0px !important;
}
.our_blogs_slider .owl-nav .left_arrow, .services_slider .owl-nav .left_arrow{
    margin-right: 15px;
}
.our_blogs_slider .owl-nav .left_arrow img, .our_blogs_slider .owl-nav .right_arrow img, .services_slider .owl-nav .left_arrow img, .services_slider .owl-nav .right_arrow img {
    /*width: 40px;
    height: 40px;*/
}

.services_slider.owl-carousel .owl-stage {
  display: flex;
}
.services_slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.services_slider_items{
    background: #FFF;
    box-shadow: 0px 0px 25px 0px #00000021;
    margin: 30px 0px;
    padding: 20px 20px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    position: relative;
}
.services_slider_items .right_obi_box {
    padding: 0px;
    display: block;
    text-align: center;
}
.services_slider_items .right_obi_box h4 {
    line-height: 1.2em;
    padding-bottom: 15px;
    border-bottom: 1px solid #65D0CD;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_slider_items .right_obi_box p {
    color: #003a70CC;
    margin-bottom: 25px;
}
.services_slider_items .right_obi_box a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.footer_area{
    background: #003a70;
    padding-top: 60px;
    padding-bottom: 40px;
}
.follows_box ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.follows_box ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
    padding-right: 15px;
}
.follows_box ul li:first-child{
    padding-right: 25px;
}
.follows_box ul li:last-child{
    padding-right: 0;
}
.follows_box ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #2b918f;
    border-radius: 100%;
    transition: 0.3s;
}
.follows_box ul li a:hover {
    background: #96bfa2;
}
.follows_box ul li a img {
    width: 20px;
    height: 20px;
}
.footer_widget h3{
    font-weight: 600;
    font-size: 26px;
}
.footer_widget ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 20px;
}
.footer_widget ul li{
    margin-right: 40px;
}
.footer_widget ul li:last-child{
    margin-right: 0;
}
.footer_widget ul li a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.footer_widget ul li, .footer_widget ul li a, .loc_address p{
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #EDF3F6;
}
.loc_address p br{
    display: none;
}
.footer_widget ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    background: url('../images/angle.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 7px;
    height: 12px;
}
.border{
    background: #65D0CD;
    width: 100%;
    height: 1px;
    margin-top: 20px;
}
.footer_widget.footer_contact, .footer_widget.footer_services{
    padding-top: 40px;
}
.footer_widget.footer_services ul, .footer_widget.footer_contact ul{
    flex-wrap: wrap;
    padding: 0px;
}
.footer_widget.footer_services ul li{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}
.footer_widget.footer_contact ul li, .footer_widget.footer_services ul li{
    margin-top: 20px;
}
.footer_widget.footer_contact ul li{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}
.footer_widget.footer_contact ul li a{
    padding: 0;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer_widget.footer_contact ul li a img, .locations img{
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.footer_widget.footer_contact ul li a::after{
    display: none;
}
.locations {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.loc_address p{
    padding-bottom: 10px;
}
.loc_address p:last-child{
    padding-bottom: 0;
}
.loc_address p span{
    color: #2b918f;
}
.copy_right_box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 80px;
    border-top: 1px solid #65D0CD;
    padding-top: 20px;
}
.copy_right ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.copy_right ul li{
    font-weight: 400;
    font-size: 15px;
    line-height: 1em;
    color: #EDF3F6;
    padding: 0px 10px;
    position: relative;
}
.abouts_list_1 li{
    padding: 0px 10px;
    position: relative;
}
.copy_right ul li:first-child, .abouts_list_1 li:first-child{
    padding-left: 0;
}
.copy_right ul li:last-child, .abouts_list_1 li:last-child{
    padding-right: 0;
}
.copy_right ul li a {
    color: #fff;
}
.copy_right ul li::after, .abouts_list_1 li::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    background: #EDF3F6;
    width: 1px;
    height: 100%;
}
.copy_right ul li:last-child::after, .abouts_list_1 li:last-child::after{
    display: none;
}
.footer_area .disclaimer {
    margin-top: 20px;
}
.whatapps {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 11;
}
.whatapps img{
    width: 40px;
    height: 40px;
}

.services_nav_area {
    position: fixed;
    width: 95%;
    max-width: 1300px;
    height: auto;
    z-index: 11;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    visibility: hidden;
    transition: 0.5s;
}
.services_nav_area.opens_box{
    visibility: visible;
    left: 50%;
    top: 50%;
}
.ns_container{
   background: #003a70;
   padding: 15px 15px;
   border-radius: 15px;
}
.nav_services_box {
    position: relative;
    overflow: hidden;
}
.nav_services_box::after{
    
}
.nav_services_box  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start
    margin-left: -5px;
    margin-right: -5px;
}
.nav_services_box  ul li {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    position: relative;
    padding: 0px 5px;
    margin: 10px 0px;
}
.nav_services_box  ul li {
    margin: 5px 0px;
}
.nav_services_box  ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: #EDF3F6;
    line-height: normal;
    padding: 5px 0px;
    position: relative;
    height: 100%;
    transition: 0.3s;
    background: #2b918f;
    border: 1px solid #2b918f;
}
.nav_services_box  ul li a:hover{
    color: #fff !important;
    background: transparent;
}
.nav_services_box  ul li::after{
    
}
.nav_services_box  ul li:nth-child(6)::after, .nav_services_box  ul li:nth-child(12)::after, .nav_services_box  ul li:last-child::after{
    display: none;
}
.nav_services_box  ul li a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

.appointment_from {
    position: absolute;
    width: 95%;
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    top: -500px;
    background: #FFF;
    border-radius: 15px;
    z-index: 11;
    padding: 30px 20px;
    overflow: hidden;
    visibility: hidden;
    transition: 0.5s;
}
.appointment_from.opens{
    visibility: visible;
    top: 100px;
    left: 50%;
}
.appointment_from h1{
    text-align: center;
    color: #003a70;
    line-height: 1em;
}
.appointment_from p{
    text-align: center;
    color: #003a70CC;
    line-height: 1em;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #65D0CD;
}
.frow{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.f_col{
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    margin-top: 30px;
    padding: 0px 10px;
}
.f_col_2{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    padding: 0px 10px;
}
.appointment{
    position: relative;
    overflow: hidden;
}
.appointment img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.appointment input, .appointment select {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #2D356199;
    background: #EDF3F6;
    border: none;
    width: 100%;
    padding: 10px 10px 10px 42px;
    height: 50px;
    border-radius: 7px;
    outline: none;
    appearance: none;
    resize: none;
}
.appointment select {
    background: #EDF3F6 url('../images/bottom-angle.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 98% center;
}
.appointment input::placeholder{
    opacity: 1;
    color: #2D356199;
    text-transform: capitalize;
}
.appointment_btn{
    text-align: center;
}
.primary_button {
    background: #003a70;
    display: inline-block;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    padding: 12px 45px;
    border-radius: 100px;
    cursor: pointer;
}

.all_banner_area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.all_banner_area > img{
    width: 100%;
/*    height: 150px;*/
    object-fit: cover;
    position: relative;
    z-index: -111;
}
.all_banner_area::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(89.39deg, rgba(255, 255, 255, 0.85) 29.83%, rgba(255, 255, 255, 0) 86.21%);
    z-index: -1;
}
.all_banner_area::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 53, 97, 0.3);
    z-index: -11;
}
.banner_content_box {
    padding: 40px 0px;
}
.all_banner h1{
    font-weight: 700;
    font-size: 54px;
    line-height: 1.2em;
    color: #003a70;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.all_banner h1 img{
    width: 60px;
    margin-right: 15px;
}
.all_banner h1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 320px;
    height: 1px;
    background: #2D3561;
}
.blog_detail.all_banner h1{
    font-size: 44px;
}

.about_area{
    background: #FFF;
    padding: 80px 0px;
}
.about_area .right_abouts_items h1, .about_area .right_abouts_items p, .about_area .right_abouts_items ul.abouts_list_1 li{
    color: #003a70;
}
.about_area .right_abouts_items ul.abouts_list_2 li{
    color: #003a70CC;
}
.about_area .abouts_list_1 li::after{
    background: #003a70;
}
.about_area .abouts_list_2 li::before{
    background: #003a70CC;
}
.about_area .left_abouts_items{
    box-shadow: none;
}
.about_content p{
    color: #003a70CC;
    margin-top: 30px;
    position: relative;
    padding-left: 25px;
}
.about_content p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8px;
    height: 12px;
}

.blog_area{
    background: #FFF;
    padding: 80px 0px;
}
.blog_items_box{
    display: flex;
    flex-wrap: wrap;
}
.contact_items h3 a{
    color: #003a70CC !important;
}
.our_blogs_area h2{
    color: #003a70;
    margin-bottom: 15px;
}
.blog_gaps{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}
.blog_gaps:first-child{
    margin-top: 0;
}
.blog_items{
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px #00000021;
}

.blog_items_box.latest_blog h1 {
    font-weight: 600;
    font-size: 28px;
    color: #003a70;
    line-height: 1em;
    width: 100%;
}
.blog_items_box.latest_blog .blog_gaps{
    margin-top: 20px;
}
.blog_items_box.latest_blog .blog_items{
    box-shadow: none;
}
.blog_items_box.latest_blog .right_obi_box {
    padding: 10px 10px;
}
.blog_items_box.latest_blog .right_obi_box h4 {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #65D0CD;
}
.blog_items_box.latest_blog .right_obi_box h3 {
    color: #003a70CC;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 10px;
    border: none;
}
.single_blog_box h3 {
    color: #003a70;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 15px;
    line-height: 45px;
    border-bottom: 1px solid #65D0CD;
}
.single_blog_box h3 span {
    font-weight: 600;
    font-size: 20px;
}
.single_blog_box p{
    color: #003a70CC;
}
.single_blog_box img{
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 40px 0px #00000040;
}
.single_blog_box > img:nth-child(1){
    display: block;
}
.single_blog_box > img:nth-child(3){
    display: none;
}
.single_blog_box ul, .single_blog_box ol {
    padding-left: 15px;
    margin-top: 15px;
}
.single_blog_box ul li {
    list-style: initial;
    list-style-position: inside;
    color: #003a70CC;
    font-size: 14px;
    padding: 2px 0px;
}
.single_blog_box ol li {
    list-style-position: inside;
    color: #003a70CC;
    font-size: 14px;
    padding: 2px 0px;
}
.single_blog_box ul li a, .single_blog_box ol li a {
    color: #003a70CC;
    text-decoration: underline;
}
.titles.all_title h1{
    font-weight: 600;
}

.contact_title h1 {
    font-weight: 600;
    font-size: 44px;
    color: #003a70;
    line-height: 1em;
}
.contact_title p {
    font-weight: 600;
    font-size: 24px;
    color: #003a70;
    line-height: 1.2em;
}
.contact_items{
    text-align: center;
    margin-top: 40px;
}
.contact_items > img{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}
.contact_items h3, .contact_list{
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}
.contact_items h3::after, .contact_list::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #2b918f;
    width: 40%;
    height: 1px;
}
.contact_list ul{
    display: flex;
    flex-direction: column;
}
.contact_list ul li{
    line-height: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}
.contact_list ul li span {
    margin-right: 7px;
}
.contact_items > h3, .contact_list ul li, .contact_list ul li a{
    font-weight: 600;
    font-size: 16px;
    color: #003a70;
    line-height: normal;
}
.contact_list ul li a{
    color: #003a70CC;
    display: inline-block;
    line-height: normal;
}
.contact_list.add_color ul li a{
    color: #003a70;
}
.contact_list ul li:first-child{
    margin-top: 0;
}
.contact_boxs{
    background: #FFF;
    box-shadow: 0px 4px 42px 0px #00000040;
    overflow: hidden;
    margin-top: 80px;
}
.crows{
    display: flex;
    flex-wrap: wrap;
}

.cleft_box{
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
}
.cright_box{
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
}
.map_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
}
.map_box iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.contact_form_box{
    padding: 20px 20px;
}
.contact_form_box h1 {
    color: #003a70;
    line-height: 1em;
}
.contact_form_box p{
    color: #003a70CC;
    padding: 15px 0px;
}
.opening_time {
    padding: 15px 0px;
    border-top: 1px solid #65D0CD;
    border-bottom: 1px solid #65D0CD;
}
.opening_time h3{
    color: #003a70;
    font-weight: 700;
    padding-bottom: 5px;
}
.opening_time ul{
    display: flex;
    flex-wrap: wrap;
}
.opening_time ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    width: 100%;
    margin-top: 10px;
}
.opening_time ul li span{
    font-weight: 600;
    font-size: 16px;
    color: #003a70CC;
}

.general_surgery_area{
    background: #FFF;
    padding: 50px 0px;
}
.general_surgery_box ul {
    list-style: initial;
    margin-top: 10px;
    margin-bottom: 0;
    padding: initial;
    list-style-position: inside;
    padding-left: 2rem;
    color: #003a70CC;
}
.general_surgery_box ol {
    margin-top: 10px;
    margin-bottom: 0;
    padding: initial;
    list-style-position: inside;
    padding-left: 2rem;
    color: #003a70CC;
}
.general_surgery_box ul li, .general_surgery_box ol li {
    padding: 2px 0px;
}
.general_surgery_box .sub_gs_box:first-child{
    padding-top: 0;
}
.general_surgery_box .sub_gs_box:first-child p:first-child{
    padding-top: 0;
}
.sub_gs_box h3{
    display: none;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2em;
    color: #003a70;
}
.general_surgery_box .sub_gs_box p{
    color: #003a70CC;
    padding-top: 20px;
    text-align: justify;
}
.general_surgery_box .sub_gs_box a {
    color: #003a70CC;
    line-height: 1em;
    margin-top: 15px;
    text-decoration: underline;
}
.general_surgery_box .sub_gs_box a > img{
    margin-left: 10px;
}

.bar_icon{
    display: none;
}
.bar_icon > img{
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 100%;
    cursor: pointer;
}
.bar_icon > img.bar_open{
    display: block;
}
.bar_icon > img.bar_close{
    display: none;
}
.footer_widget.footer_contact ul li:first-child > a:nth-child(2){
    margin-left: 25px;
}
.new_blog_section.our_blogs_area, .close_box{
    display: none;
}
.close_box {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    overflow: hidden;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    z-index: 1;
}
.close_box > img{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.professional_services {
    padding-left: 20px;
    position: sticky;
    top: 130px;
    left: 0;
}
.professional_services h1 {
    font-weight: 700;
    font-size: 22px;
    color: #003a70;
    margin-top: -4px;
}
.professional_services ul {
    margin-top: 10px;
}

#captcha_text{
    display: inline-block; 
    font-size: 22px; 
    font-weight: bold; 
    letter-spacing: 3px; 
    background: #003a70; 
    padding: 10px 20px; 
    border-radius: 7px;
/*    color: #003a70 !important;*/
}
.professional_services ul li a {
    color: #2b918f;
    display: block;
    padding: 7px 20px;
    background: #F7F5F6;
    margin: 3px 0px;
    font-size: 13px;
}
.professional_services ul li a.active {
    font-weight: 600;
    color: #fff;
    background: #003a70;
}

.insurance_policy {
    padding: 20px 0px 60px 0px;
}
.insurance_policy .row {
    align-items: center;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px #00000021;
    padding: 30px 20px;
    margin: 0;
}
.insurance_policy .insurance_title {
    text-align: center;
    margin-bottom: 30px;
}
.insurance_policy .insurance_title h1 {
    font-weight: 700;
    font-size: 42px;
    color: #003a70;
}
.insurance_policy .insurance_policy_left .insurance_policy_content h2 {
    font-weight: 700;
    font-size: 24px;
    color: #003a70CC;
}
.insurance_policy .insurance_policy_left .insurance_policy_content p {
    color: #003a70CC;
    padding: 10px 0px;
}
.insurance_policy .insurance_policy_left .insurance_policy_content .primary_button {
    margin-top: 20px;
    padding: 10px 40px;
}
.insurance_policy .insurance_policy_left .insurance_policy_content a img {
    width: 20px;
    margin-left: 10px;
}
.insurance_policy .insurance_policy_left .insurance_policy_content .primary_button:hover {
    color: #fff;
}
.insurance_policy .insurance_policy_right img {
    width: 100%;
}


#google_translate_element {
    
}
.goog-te-gadget-icon {
  display:none;
}

.goog-te-gadget-simple {
    background-color: #2b918f !important;
    border: 0 !important;
    font-size: 10pt;
    font-weight: 600;
    display: inline-block;
    padding: 13px 10px !important;
    cursor: pointer;
    zoom: 1;
    border-radius: 30px;
}
.goog-te-gadget-simple span {
    color: #fff !important;
    font-size: 13px;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    border: none !important;
    font-family: 'Open Sans', sans-serif;
}
.goog-te-menu-frame {
    margin-left: 10px;
}
#\:2\.container {
    display: none !important;
}

/*====================new css=================*/
.top-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
  position: relative;
  color: white;
  font-family: sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.top-bar::after {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  height: 100%;
  width: calc(100% - 200px);
  background-color: #2b918f;
  clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}
.top-bar .content {
  display: flex;
  gap: 30px;
  margin-right: 20px;
  z-index: 1;
  padding-right: 15px;
}
.top-bar .content img{
  width: 16px;
  height: 16px;
}
.top-bar .content div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blue-box-area{
    background-color: #003a70;
    padding: 20px 15px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.white-box-area{
    background: #f9f9f9;
    padding: 20px 40px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.blue-box-area h2{
    font-weight: 700;
    font-size: 35px;
    color: #EDF3F6;
    line-height: 1.2em;
}
.icon-arrow-left {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.icon-arrow-right {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*=======================================*/
.owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Taake buttons ke alawa koi click effect na ho */
}

.owl-nav button {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  pointer-events: auto; /* Enable click */
  z-index: 10;
}

.owl-prev {
  left: 50px;
}

.owl-next {
  right: 50px;
}

.left_arrow img,
.right_arrow img {
  width: 50px;
  height: 50px;
}
.our_counter_area img{
    width: 50px;
    height: 50px;
    margin-right: 8px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(80%) saturate(748%) hue-rotate(176deg) brightness(95%) contrast(93%);
}
.theme-slider-arrow img{
    width: 35px;
    height: 35px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(80%) saturate(748%) hue-rotate(176deg) brightness(95%) contrast(93%);
}
.our_counter_area h6{
    color: #2b918f;
}
.our_counter_area .counter-size{
    color: #003a70;
    font-weight: 700;
    font-size: 30px;
}
.custom-subheading-font{
    font-size: 24px !important;
    font-weight: 500 !important;
}
.p-about-custom{
    font-size: 27px;
}
.right_abouts_items .text-uppercase{
    font-size: 18px;
}
.testimonials-box {
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.testimonials-box img{
    width: 90px;
}
.testimonials-box p{
    font-sie: 16px !important;
}

/*.blogSwiper {
  overflow-y: visible !important;
  padding: 50px 0;
}*/

/*.blogSwiper .swiper-slide {
  background-color: #f5f5f5;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: scale(0.8);
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}*/
.blog-box{
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
    overflow: hidden;
}
.blog-box img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog-box h3{
    line-height: 25px;
    color: #003a70 !important;
}
.blue-c{
    color: #003a70;
}
.opening-hours-box .day-time{
    font-size: 16px !important;
    color: #000;
    font-weight: 400;
    padding: 10px 0px;
    border-bottom: 1px solid #003a70;
}
.lead-form-box{
    background-color: #2b918f;
    padding: 25px;
    border-radius: 15px;
    position: sticky;
    top: 120px;
    z-index: 1;
}
.lead-form-box input{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #2D356199 !important;
    background: #EDF3F6 !important;
    border: none;
    width: 100%;
    padding: 10px 10px 10px 10px;
    height: 50px;
    border-radius: 7px;
    outline: none;
    appearance: none;
    resize: none;
}
.lead-form-box textarea{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #2D356199 !important;
    background: #EDF3F6 !important;
    border: none;
    width: 100%;
    padding: 10px 10px 10px 10px;
    height: 50px;
    border-radius: 7px;
    outline: none;
    appearance: none;
    resize: none;
}
.profile-box-info .user-pic img{
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bg-blue-btn{
    background-color: #003a70 !important;
}
#generated-captcha{
    display: inline-block;
    padding: 7px 17px;
    font-weight: bold;
    font-size: 15px;
    z-index: 5;
    color: #fff;
    position: absolute;
    top: 6px !important;
    user-select: none;
    background: #003a70 ;
    border-radius: 5px;
    right: 6px;
}
.our_blogs_area p{
    color: #000;
    margin-bottom: 15px;
}
.our_blogs_area ul {
    list-style: inside;
    margin: auto;
    padding: auto;
    font-size: 14px !important;
    margin-bottom: 15px;
}
.our_blogs_area ul li{
    color: #000;
}
.our_blogs_area ul li strong{
    color: #003a70;
}
.our_blogs_area h3{
    color: #003a70;
    margin-bottom: 15px;
}
.blog-social-icon {
    width: 30px;
    height: 30px;
    background: #003a70;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.blog-social-icon i{
    color: #fff;
}
.font-16-blog{
    font-size: 14px;
    color: #003a70;
}
/*.blogSwiper .swiper-slide-active .blog-box{
  transform: scale(1.2);
}*/
.banner_area .banner_slider_items img{
    height: 70vh;
    object-fit: cover;
}


.sticky-header {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 5;
    transition: 0.3s all ease;
}
.related-blog-box{
    border: 1px solid;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
}
.related-blog-box .single-blogs-boxs .blue-c{
    font-size: 16px !important;
    line-height: 20px;
    margin-bottom: 5px !important;
    color: #2b918f !important;
}
.related-blog-box .single-blogs-boxs{
    padding-bottom: 10px;
    border-bottom: 1px solid #003a7059;
    margin-bottom: 10px;
}
.related-blog-box .single-blogs-boxs:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.font-12-blog {
    font-size: 12px;
    color: #2b918f;
}
.service-list-box .accordion-item {
    background-color: #f9f9f9 !important;
    border: 0px !important;
    margin-bottom: 10px !important;
    border-radius: 10px;
}
.service-list-box .accordion-item h2 {
    font-size: 16px !important;
    line-height: 18px !important;
}
.service-list-box .accordion-item .accordion-button{
    padding: 0.85rem 1rem;
    font-size: 16px !important;
    color: #003a70 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.service-list-box .accordion-body{
    border-top: 1px solid #003a7059;
    padding: 0.85rem 1rem;
    font-size: 16px !important;
    color: #003a70 !important;
}
.service-list-box .accordion-body ul{
    list-style: none;
    padding: 0px;
}
.service-list-box .accordion-body ul li a{
    color: #003a70 !important;
}
.service-list-box .accordion-body ul li a:hover{
    color: #2b918f !important;
}
.service-list-box .accordion-button::after {
    width: 1rem !important;
    height: 1rem !important;
    background-size: 1rem !important;
    filter: brightness(0) saturate(100%) invert(16%) sepia(70%) saturate(700%) hue-rotate(170deg) !important;
}
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    visibility: hidden;
    z-index: 999;
    margin-top: -0px;
    background-color: #003a70;
    border-top: 1px solid #2b918f;
}
.mega-menu h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.mega-menu a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.mega-menu a:hover{
    color: #2b918f;
}
.mega-menu a i{
    margin-right: 5px;
}
.mega-menu.active{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.mobile-services-collapse ul{
    padding-left: 15px !important;
}
.mobile-services-collapse li{
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0px;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #65D0CD;
    padding-top: 25px;
}
.mobile-services-collapse li:last-child{
    border-bottom: 0px;
}
.mobile-services-collapse li a{
    color: #fff;
}
.top-bar .content a{
        color: #fff;
    }
    header .menu ul li a:hover {
        color: #2b918f;
    }
    .mobile-sticy-bottom-menu {
        width: 100%;
        position: fixed;
        z-index: 99;
        bottom: 0;
        text-align: center;
        background-color: #003a70;
        border-top: 1px solid #2b918f;
    }
    .mobile-sticy-bottom-menu a {
        font-size: 12px;
        color: #fff !important;
        text-transform: uppercase;
        font-weight: 700;
    }
    .mobile-sticy-bottom-menu a i{
        font-size: 18px;
        color: #2b918f !important;
    }

    .phone-float-btn {
        bottom: 80px;
        background-color: #003a70;
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 40px;
        left: 15px;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 11;
        transition: .5s;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .phone-float-btn i {
        color: #2b918f !important;
    }
    .whatsapp-float-btn i {
        color: #fff !important;
    }
    .whatsapp-float-btn{
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 40px;
        bottom: 20px;
        left: 15px;
        background-color: #25d366;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 11;
        transition: .5s;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
.testimonials-box .p-scrollable p{
        height: 105px;
        overflow-y: auto;
}
.testimonials-box .p-scrollable p::-webkit-scrollbar {
  width: 3px;
}
.testimonials-box .p-scrollable p::-webkit-scrollbar-thumb {
  background-color: #003a70;
  border-radius: 10px;
}
.testimonials-box .p-scrollable p::-webkit-scrollbar-track {
  background: #ffffff !important;
}
.testimonials-box .p-scrollable p {
  scrollbar-width: thin;
  scrollbar-color: #003a70 transparent;
}
.testimonials-box .p-scrollable p::-webkit-scrollbar-button {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}
.appointment_botton .app_btn .btn-header {
      white-space: nowrap;
}
.px-md-5-manage{
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
}
/*============================*/
@media only screen and (max-width: 1179px) {
    .banner_area .banner_slider_items img{
        height: 60vh;
        object-fit: cover;
    }
    .banner_content_box {
        padding: 30px 0px;
    }
    .top-bar::after {
    	left: 0%;
    	width: 100%;
    	clip-path: initial;
    }
    .header_col_2.mobile_menu{
        top: 101px !important;
    }
    .white-box-area{
        padding: 15px 20px;
    }
    .blue-box-area{
        padding: 20px;
    }
    .our_services_area {
        margin-top: -110px;
    }
    .logo img {
        position: initial;
    }
    .nav_services_box ul li a{
            text-align: start !important; 
            font-size: 16px;
            color: #fff;
            line-height: 1em !important;
            display: block;
            font-weight: 700;
            background: transparent;
            margin: 0;
            gap: 0px;
            border-top: 0px;
            border-left: 0px;
            border-right: 0px;
            width: 100%;
            padding: 15px 10px;
        }
        .nav_services_box ul li{
            max-width: 100% !important;
            flex: auto !important;
            margin: 0px !important;
        }
        .nav_services_box ul li:first-child a {
          border-top: 1px solid #2b918f !important;
        }

        .nav_services_box ul li:last-child a {
          border-bottom: 0 !important;
        }
  }
@media only screen and (max-width: 767px) {
    .banner_area .banner_slider_items img{
        height: 54vh;
        object-fit: cover;
    }
    .banner_content_box {
        padding: 20px 0px;
    }
    .top-bar .content a {
        color: #003a70;
        font-weight: 700;
    }
    .top-bar .content {
    	gap: 18px;
    	padding-right: 0px;
        margin: 0px;
    }
    .header_area{
        padding: 20px 0px 5px 0px !important;
    }
    .top-bar .content i {
    	color: #003a70;
    }
    .top-bar {
     	font-size: 12px;
    	height: 20px;
        justify-content: center;
    }
    .whatsapp-float-btn{
         bottom: 80px;
      }
      .phone-float-btn {
         bottom: 140px;
      }
      .menu ul li a {
         font-size: 16px !important;
       }
    .header_col_2.mobile_menu{
        top: 75px !important;
    }
    .bar_icon > img{
        width: 40px;
        height: 40px;
    }
    .all_banner_area > img {
/*      height: auto;*/
    }
    .logo img {
        position: initial;
    }
    .left_arrow img, .right_arrow img{
        width: 40px;
        height: 40px;
    }
    .owl-next{
        right: 10px;
    }
    .owl-prev{
        left: 10px;
    }
    .blogSwiper .swiper-slide-active .blog-box {
        transform: scale(1);
    }
    .our_counter_area{
        margin-top: 0px;
        padding-top: 35px;
    }
    .mobile-services-collapse li{
        font-size: 18px;
    }
  }
@media (max-width: 1399px) {
    .custom-subheading-font{
        font-size: 25px !important;
    }
    .banner_area .banner_slider_items img{
        height: 65vh;
        object-fit: cover;
    }
    .p-about-custom{
        font-size: 22px;
    }
    .testimonials-box p{
        font-size: 14px !important;
    }
}
@media (max-width: 991px) {
    .nav_services_box ul li a, .abouts_list_1 li {
        margin: 5px;
        padding: 5px;
    }
   .nav_services_box ul li a{
            text-align: start !important; 
            font-size: 16px;
            color: #fff;
            line-height: 1em !important;
            display: block;
            font-weight: 700;
            background: transparent;
            margin: 0;
            gap: 0px;
            border-top: 0px;
            border-left: 0px;
            border-right: 0px;
            width: 100%;
            padding: 15px 10px;
        }
        .nav_services_box ul li{
            max-width: 100% !important;
            flex: auto !important;
            margin: 0px !important;
        }
        .nav_services_box ul li:first-child a {
          border-top: 1px solid #2b918f !important;
        }

        .nav_services_box ul li:last-child a {
          border-bottom: 0 !important;
        }
}
@media only screen and (max-width: 392px) {
   .bar_icon > img{
        width: 35px;
        height: 35px;
    }
  .appointment_botton .app_btn .btn-header {
        font-size: 11px !important;
        padding: 6px 5px !important;
    }
   .logo img {
        width: 155px !important;
    }
    .header_col_2.mobile_menu {
        top: 71px !important;
    }
}
@media (min-width: 1179px) {
    .custom-subheading-font{
        font-size: 25px !important;
    }
    header .header_col_3{
    	flex: 0 0 22%;
   	max-width: 22%;
    	width: 100%;
    }
}
/*============================*/