@import url(owl.css);
@import url(flaticon.css);

*,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

.mobile-menu-visible,
.page-wrap {
    overflow: hidden
}

.mobile-menu .navigation li,
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.box .icon,
.footer_social,
li,
ul {
    list-style: none
}

* {
    border: none;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box
}

body {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #47a5ae
}

img {
    max-width: 100%;
    height: auto
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto
}

.page-wrap {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    position: relative
}

.lower-box .logo {
    top: 9px;
    position: absolute;
    display: inline-block;
    left: 0;
    z-index: 999
}

.lower-box .nav-outer {
    position: relative;
    display: inline-block;
    text-align: right;
    margin-left: 0;
    width: 100%;
    padding: 0;
    margin-top: 0
}

.main-menu {
    position: relative;
    text-align: center;
    margin: 25px 0 0;
    top: 0;
    float: right
}

.mar-row,
.social-icon-two li a:first-child {
    margin-left: 0
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.main-menu .navigation {
    position: relative;
    display: block;
    padding: 0 11px;
    border-radius: 24px 0 1px 24px
}

.main-menu .navigation>li {
    position: relative;
    display: inline-table
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    border-right: 0px;
    padding: 8px 18px;
    text-transform: uppercase;
    opacity: 1;
    color: #000
}

.main-menu .navigation>li>a:hover {
    color: #000
}

.main-menu .navigation>li>a i {
    position: absolute;
    right: -3px;
    top: 15px;
    color: #37c8d7;
    font-size: 18px;
    transform: rotate(90deg)
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 5
}

.top-wrap {
    position: relative;
    height: 100vh
}

.header-main {
    position: absolute;
    width: 100%;
    z-index: 5
}

.baby-img,
.banner-carousel,
.banner-section,
.header-main .info-list,
.header-one,
.header-one .container,
.img-sec,
.main-footer,
.main-footer .links-widget,
.main-footer .list,
.newsletter-section .title-column,
.single-service,
.support_block,
.testimonial-block .info-box {
    position: relative
}

.header-one .lower-box {
    position: relative;
    height: 100%
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 25px 0
}

.mobile-menu,
.mobile-menu .menu-backdrop {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px
}

.mobile-menu {
    width: 300px;
    max-width: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .menu-backdrop {
    width: 100%;
    background-color: rgb(11 26 34);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    z-index: 1
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    visibility: visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.mobile-menu .nav-logo a,
.social-icon-two li {
    position: relative;
    display: inline-block
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: rgb(67 82 90);
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover,
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .navigation li>a:before {
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.mobile-menu .navigation li>a:before {
    content: '';
    left: 0;
    top: 0;
    height: 0;
    transition: .5s
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
    position: relative
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    background: rgb(71 165 174);
    cursor: pointer;
    border-radius: 2px;
    transition: .5s;
    z-index: 5
}

.bread_cumb_wrap ul li:last-child:before,
.logins_section,
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-view,
.news-block-one .post-meta li:last-child:before,
.services-area1,
.testimonial-carousel .owl-nav {
    display: none
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobile-menu .social-links li a:hover {
    color: #ddd
}

.main-menu .navigation>li>ul {
    border-top: 3px solid #47a5ae;
    position: absolute;
    top: 100%;
    visibility: hidden;
    left: 0;
    width: 291px;
    opacity: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px 0px 6px #ccc;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .5s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.main-menu .navigation>li>ul>li>ul,
.main-menu .navigation>li>ul>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0;
    width: 291px;
    padding: 0;
    z-index: 100;
    color: #000;
    background: #fff;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    opacity: 0;
    border-top: 3px solid #47a5ae
}

.main-menu .navigation>li>ul>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 4px 0;
    line-height: 24px;
    text-align: left;
    font-size: 15px;
    position: relative;
    text-transform: capitalize
}

.main-menu .navigation>li>ul>li>ul>li,
.main-menu .navigation>li>ul>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5bf
}

.main-menu .navigation>li>ul>li>ul>li>ul>li>a {
    color: #000 !important;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.main-menu .navigation>li>ul>li>ul>li>ul>li:hover a {
    color: #fff !important
}

.main-menu .navigation>li>ul>li>ul>li>ul>li:hover {
    background: rgb(245 132 102)
}

.main-menu .navigation>li>ul>li>ul>li>a {
    color: #000;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

@media only screen and (min-width:768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0
    }
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5bf
}

._addre_bar .fa-map-marker,
.choose-list1 i:first-child,
.main-menu .navigation>li>ul>li:hover,
.main-menu .navigation>li>ul>li>ul>li:hover {
    background: #f58466
}

.asahcmaab h2 a,
.dnb-head a,
.header-main .info-list li a:hover,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li:hover a {
    color: #fff
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 4px 16px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #181818;
    text-align: left;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul>li:last-child,
.sptr_row .col-md-4:nth-child(4),
.sptr_row .col-md-4:nth-child(5),
.sptr_row .col-md-4:nth-child(6) {
    border-bottom: none
}

.header-main .top-left {
    position: relative;
    padding: 10px 2px 10px 10px;
    top: 6px;
    right: -11%
}

.asahcmaab::after,
.asahcmaab::before {
    content: " ";
    height: 7px;
    top: 72px;
    border-bottom: 3px solid #4299a1
}

.header-main .top-left::before {
    content: "";
    position: absolute
}

.header-main .info-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 12px;
    color: #000;
    font-weight: 400;
    padding: 2px 11px 3px 0;
    margin-right: 2px;
    border-radius: 8px;
    background: linear-gradient(to right, #47a5ae, #47a5ae)
}

.header-main .info-list li:nth-child(2) {
    border-right: none;
    background: #adbc72;
    padding: 2px 7px;
    border-radius: 8px
}

.header-main .info-list li:nth-child(3) {
    background: 0 0
}

.news-block-one .image a:after,
.news-block-one .image a:before {
    height: 50%;
    opacity: 0;
    background-color: rgba(36, 41, 54, .92);
    content: ''
}

.header-main .info-list li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-main .info-list li span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    width: 32px;
    height: 32px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%
}

.header-main .top-right {
    position: relative;
    float: right
}

.asahcmaab::after,
.asahcmaab::before {
    position: absolute;
    background: #4299a1
}

.slides {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.slide1 {
    background-image: url(../gallery/banner/banner2.jpg)
}

.slide2 {
    background-image: url(../gallery/banner/banner1.jpg)
}

.logins_section a {
    display: inline-block;
    color: #fff;
    padding: 2px 16px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
    background: linear-gradient(to right, #f58466, #f58466)
}

.abt-content {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.abt-cnt h2 {
    text-transform: uppercase;
    font-size: 22px;
    display: inline-flex;
    color: #fdfdfd;
    padding: 10px;
    background: #47a5ae;
    border-radius: 46px
}

.asahcmaab h2,
.dnb-head h3,
.footer_social,
.footer_social li,
.footer_social span,
a.reach-us {
    display: inline-block
}

.dnb-head h3,
.dnb-head h4 {
    color: #fff;
    text-transform: uppercase
}

.m_list_info,
.vi_list_info {
    border: 6px solid #f1f1f1;
    padding: 29px;
    text-align: center
}

.abt-cnt p {
    line-height: 30px
}

.sec-title2 h2,
.sec-title2.light h3 {
    line-height: 1.2em;
    font-size: 45px;
    padding-top: 20px
}

.abt-cnt h3 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
}

.abt-img img {
    border: 5px solid #ececec;
    box-shadow: 1px 9px 37px -9px #545454;
    filter: grayscale(.6)
}

.m_list_info {
    background: #ecf3f3;
    border-radius: 5%
}

.vi_list_info {
    background: #ffe8de;
    border-radius: 5%
}

.v_list_info {
    text-align: center;
    background: #eff3df;
    padding: 29px;
    border: 6px solid #f1f1f1;
    border-radius: 5%
}

.dnb-edu {
    text-align: center;
    padding-bottom: 50px
}

.dnb-head {
    background: #286a71;
    border: 8px solid #edebe9;
    padding: 45px 30px;
    box-shadow: 0 0 10px #c5c4c4;
    left: -41px
}

.dnb-head h3 {
    font-size: 34px;
    font-weight: 700;
    border-bottom: 2px dotted #fff
}

.dnb-head h4 {
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    padding-top: 14px
}

.dnb-head h5 {
    color: #c2f300;
    font-weight: 500;
    font-size: 27px;
    padding-top: 4px
}

.asahcmaab h2,
.asahcmaab p {
    font-weight: 400;
    color: #fff
}

.dnb-head p {
    text-align: center;
    color: #fff;
    padding-top: 2px
}

.dnb-head .btn {
    background: #d95432;
    margin-top: 2px
}

.asahcmaab {
    background: #4299a1;
    text-align: center;
    padding: 34px 28px 28px;
    position: relative;
    z-index: 1;
    box-shadow: 0 14px 6px 0 #9b9b9b;
    border-radius: 88px;
    justify-content: center
}

.asahcmaab p {
    font-size: 39px;
    margin: 0 0 20px;
    text-transform: uppercase
}

.asahcmaab h2 {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 0
}

.copyright {
    text-align: center;
    color: #e3e3e3;
    padding: 8px 0;
    font-size: 14px
}

.footer-bottom {
    background: #142833
}

.asahcmaab::before {
    width: 40%;
    left: -36%
}

.asahcmaab::after {
    width: 65%
}

.footer_social {
    padding: 0
}

.footer_social span {
    color: #000;
    margin-right: 11px;
    font-size: 19px
}

.footer_social li a {
    display: block;
    width: 40px;
    height: 40px;
    color: #000;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 0 2px
}

a.reach-us {
    color: #fff;
    background: #47a5ae;
    padding: 7px 27px;
    font-size: 20px;
    border-radius: 30px
}

.about_choose_us,
.footer-upper {
    padding-bottom: 50px
}

.team-section {
    position: relative;
    padding: 22px 0 156px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.why-bg {
    content: "";
    position: absolute;
    background: #b9c588;
    width: 70%;
    height: 76%;
    left: 15%;
    box-shadow: -1px 4px 28px #a1a1a1
}

.box1,
.box2 {
    width: 14%;
    height: 93%;
    border: 2px solid;
    top: -4%;
    z-index: -1;
    content: "";
    position: absolute
}

.box2 {
    left: 11%
}

.box1 {
    right: 11%
}

.facilities-row .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 20%;
    padding: 0 6px
}

.facilities-row .col-md-2:last-child {
    border-right: 0
}

.fac-title {
    margin-bottom: 55px
}

.fac-title h3::after {
    background-color: #142833
}

.facility-list {
    text-align: center;
    font-size: 20px;
    color: #142833;
    line-height: 30px;
    border: 1px dashed;
    padding: 27px 0;
    height: 226px
}

._sp_icon img {
    filter: brightness(0) invert(1);
    width: 95px
}

.fac_img {
    margin-bottom: 16px
}

.fac_img img {
    filter: brightness(0)
}

.team-section .icon-star-3 {
    top: 160px !important;
    left: -135px !important
}

.team-section .icon-star-4 {
    left: -190px !important;
    bottom: 170px !important;
    top: auto !important
}

.team-section .icon-balloon-2 {
    top: auto !important;
    bottom: -140px !important;
    right: -360px !important;
    left: auto !important
}

.team-section .icon-star-6 {
    top: 140px !important;
    right: -115px !important;
    left: auto !important
}

.sec-title2 {
    position: relative;
    z-index: 1
}

.sec-title2.light h3 {
    color: #142833;
    text-transform: capitalize
}

.baby-care p,
.sec-title2.light h2 {
    color: #142833
}

.sec-title2 h3::after {
    position: absolute;
    left: 0;
    top: 81px;
    width: 287px;
    height: 3px;
    content: "";
    border-radius: 2px
}

.sec-title2 h2 {
    position: relative;
    display: block;
    color: #131e54;
    font-weight: 600
}

.sec-title2.text-center h3::after {
    right: 0;
    margin: 0 auto
}

.blog-section {
    position: relative;
    padding-top: 20px
}

.sec-title3 h1::after,
.sec-title3 h1::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #f48365;
    background: #fff;
    left: 43%;
    top: 38px;
    border-radius: 50%;
    margin: inherit;
    z-index: 1
}

.sec-title3 h1::after {
    left: initial;
    right: 42.9%
}

.btn-style-four a {
    position: relative;
    background: #47a5ae;
    color: #fff;
    padding: 8px;
    border-radius: 5px
}

.news-block-one .inner-box {
    position: relative;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
    margin-bottom: 30px;
    border: 6px solid #e5e5e5
}

.box,
.news-block-one .image {
    position: relative;
    overflow: hidden
}

.news-block-one .image img {
    width: 100%;
    transform: scale(1.01);
    transition: .7s
}

.news-block-one .image::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #00000052
}

.news-block-one .inner-box:hover .image img {
    transform: scale(1.2)
}

.news-block-one .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.about_choose_us .col-md-6,
.lower-content .text {
    padding-bottom: 30px
}

.news-block-one .image a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: .5s
}

.news-block-one .image a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: .5s
}

.news-block-one .inner-box:hover .image a:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
    transition: .7s .1s
}

.news-block-one .inner-box:hover .image a:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
    transition: .7s .3s
}

.news-block-one .lower-content {
    position: relative;
    padding: 50px
}

.news-block-one .date img {
    position: absolute;
    top: 0;
    left: 0
}

.news-block-one .date {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 23px;
    border: 9px solid #fff;
    background: #f57f4b;
    text-align: center;
    top: -40px;
    left: 50px;
    z-index: 1;
    padding: 9px 0;
    text-transform: uppercase;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08)
}

.news-block-one .post-meta,
.team-list10,
.team-list11,
.team-list12,
.team-list13,
.team-list14,
.team-list3,
.team-list4,
.team-list5,
.team-list6,
.team-list7,
.team-list8,
.team-list9 {
    margin-bottom: 10px
}

.news-block-one .post-meta li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px
}

.service-title h2::after,
.service-title h2::before {
    top: 37px;
    margin: inherit;
    z-index: 1;
    content: "";
    width: 20px;
    height: 20px
}

.news-block-one .post-meta li:last-child {
    margin-right: 0;
    padding-right: 0
}

.news-block-one .post-meta li:before {
    position: absolute;
    content: '';
    top: 13px;
    right: 0;
    background: #f57f4b;
    width: 1px;
    height: 13px
}

.service-title1 h2.section-title__title1::before,
.service-title2 h2.section-title__title2::before {
    background-color: #000
}

.cta-wrapper,
.facilites-block,
.sec-title3,
.section_title4,
.testimonials h1 {
    text-align: center
}

.sec-title3 h1 {
    font-size: 45px;
    border-bottom: 3px solid;
    display: inline-block;
    padding-bottom: 2px
}

.choose-list,
.choose-list1 {
    border-style: solid;
    position: relative;
    box-shadow: 0 0 25px 0 rgb(122 122 122 / 20%);
    filter: drop-shadow(0px 0px 0px #000);
    height: 110px;
    background: #fff
}

.news-block-one .post-meta li a {
    color: #f57f4b;
    font-weight: 600;
    font-size: 16px
}

.news-block-one h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px
}

.news-block-one h3 a {
    color: #252733;
    transition: .5s
}

.news-block-one h3 a:hover {
    color: #f57f4b
}

section#choose_us {
    padding-top: 100px
}

.choose-list {
    border-width: 1px 1px 1px 3px;
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 #142833;
    padding: 12px 12px 12px 38px;
    text-align: right
}

.choose-list h3,
.choose-list1 h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000
}

.choose-list p,
.choose-list1 p {
    margin: 0;
    font-size: 16px;
    line-height: 25px
}

.choose-list i,
.choose-list1 i {
    top: 30%;
    background: #142833;
    padding: 10px;
    font-size: 24px;
    width: 50px;
    line-height: 1.2;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    text-align: center
}

.choose-list i {
    left: -27px
}

.choose-list1 {
    border-width: 1px 3px 1px 1px;
    border-color: #f1f1f1 #142833 #f1f1f1 #f1f1f1;
    padding: 12px 38px 12px 12px
}

.choose-list1 i {
    right: -26px
}

.mission-image img {
    width: 87%
}

@media(max-width:991px) {
    .choose-list {
        margin-bottom: 30px
    }

    section#choose_us {
        padding-bottom: 0
    }

    .choose-list i {
        top: 24%
    }

    .mission-image img {
        width: auto
    }
}

@media(max-width:811px) {
    .choose-list {
        padding-left: 71px;
        height: 179px
    }

    .choose-list i {
        left: -4px;
        top: 25%
    }
}

.section_title4 span {
    font-size: 40px;
    border-bottom: 3px solid;
    display: inline-block
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0b4e55;
    display: none;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.d_flex,
.service-title1 {
    position: relative;
    background: #a9dee3
}

.scroll-to-top:hover {
    background: #f48365
}

.services-area {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px
}

.service-title,
.service-title5 {
    position: relative;
    text-align: center;
    padding-bottom: 25px
}
.extra-tag h1 {
    text-transform: capitalize;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 42px;
    margin-top: 54px;
}
.section-title__title {
    font-size: 42px;
    line-height: 1.1;
    color: #142833;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 6px
}

.d_flex,
.servimainrow .col-md-3 {
    padding: 0 9px
}

.service-title::after,
.service-title::before {
    content: "";
    position: absolute;
    width: 12%;
    height: 2px;
    background: #142833;
    left: 60px;
    top: 46px
}

.service-title::after {
    left: initial;
    right: 65px
}

.service-title h2,
.service-title4 h2,
.service-title5 h2,
.service-title6 h2,
.service-title7 h2,
.service-title8 h2 {
    margin-bottom: 5px;
    padding: 0 66px
}

.service-title h2::before {
    position: absolute;
    border: 4px solid #f48365;
    background: #fff;
    left: 18%;
    border-radius: 50%
}

.service-title h2::after {
    position: absolute;
    border: 4px solid #f48365;
    background: #fff;
    border-radius: 50%;
    left: initial;
    right: 18%
}

.service-title p {
    font-size: 23px;
    font-weight: 400;
    margin-top: 8px;
    color: #000
}

.d_flex {
    display: flex;
    align-items: center;
    height: 100%;
    left: -12px;
    flex-wrap: wrap;
    border-radius: 17px
}

.service-title1 {
    color: #000;
    text-align: center;
    padding-bottom: 0
}

.section-title {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 25px
}

.service-title1 h2 {
    margin-bottom: 5px;
    color: #000;
    padding-top: 37px
}

.section-title__title1,
.section-title__title2 {
    font-size: 42px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 6px
}

.section-title__title1::before {
    content: "";
    position: absolute;
    width: 59%;
    height: 2px;
    background-color: #f11136;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    top: 0
}

.service-title1 p,
.service-title2 p {
    font-size: 23px;
    font-weight: 300;
    color: #000
}

.single-service__content,
.single-service__content a,
.single-service__content1 {
    font-size: 19px;
    z-index: 99;
    color: #181818;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase
}

.servics_block {
    position: relative;
    width: 215px;
    text-align: center
}

.single-service__image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 9px solid #e5e5e5;
    display: inline-block;
    width: 199px;
    box-shadow: 0 8px 5px #a3a3a3
}

.single-service__image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.single-service__content1::before,
.single-service__content::before {
    width: 31%;
    height: 7px;
    bottom: 0;
    transition: .8s ease-in-out;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: -1
}

.single-service__image img {
    display: inline-block;
    transition: .8s ease-in-out;
    border-radius: 50%
}

.servics_block1:hover .single-service__image img,
.servics_block:hover .single-service__image img {
    transform: scale(1.4)
}

.single-service__content {
    width: 100%;
    bottom: 0
}

.single-service__content::before {
    position: absolute;
    background: #a9dee3
}

.service-banner>img,
.single-service__image a {
    display: block
}

.single-service__image a img {
    width: 100%
}

.single-service__content a,
.single-service__content1 {
    width: 100%;
    bottom: 0
}

.servics_block h3 a,
.single-service__content a:hover {
    color: #000
}

.servics_block:hover .single-service__content::before {
    width: 100%;
    height: 100%
}

.single-service__content1::before {
    position: absolute;
    background: #ffc9bb
}

.inner-content3 .contact-form1,
.servics_block1:hover .single-service__content1::before,
.servics_block:hover .single-service__content1::before {
    width: 100%;
    height: 100%
}

.row1 {
    padding-top: 70px
}

.d_flex1 {
    display: flex;
    align-items: center;
    right: -15px;
    position: relative;
    height: 100%;
    flex-wrap: wrap;
    background: #ffc9bb;
    padding: 0 5px;
    border-radius: 17px
}

.service-title2 {
    position: relative;
    background: #ffc9bb;
    color: #000;
    text-align: center;
    padding-bottom: 0
}

.appointment_section::before,
.emergency-section {
    background-position: center;
    background-size: cover
}

.service-title2 h2 {
    margin-bottom: 5px;
    color: #000
}

.section-title__title2::before {
    content: "";
    position: absolute;
    width: 59%;
    height: 2px;
    background-color: #f11136;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    top: 0
}

.appointment_section {
    position: relative;
    z-index: 1;
    padding: 75px 0 86px
}

.appointment_section .container {
    max-width: 1140px
}

.appointment_section::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../gallery/appointment-bg.jpg);
    transform: skew(0deg, 3deg);
    z-index: -1
}

.appointment_section::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(20 40 51 / 93%);
    transform: skew(0deg, 3deg);
    z-index: -1;
    box-shadow: 0 0 10px #afafaf
}

.mar-row {
    margin-right: 0
}

.sptr_row {
    padding-top: 20px
}

.app-block {
    padding: 0 45px
}

.app-block .col-md-6,
.form-control {
    padding: 0 15px
}

.factitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 14px
}

.app-block p {
    color: #fff;
    margin-bottom: 27px
}

.app-form .form-control {
    border: transparent;
    border-radius: 0;
    color: #fff;
    background-color: rgb(255 255 255 / 10%)
}

.form-control {
    height: 45px;
    font-size: 15px;
    line-height: initial;
    color: #121521;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.app-btn .btn {
    background-color: rgb(207 91 60);
    margin-top: 0;
    width: 200px;
    padding: 10px 49px 14px 19px
}

.btn-primary i {
    position: absolute;
    right: 31%;
    top: 31%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 33px;
    color: rgb(244 131 101);
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.emergency-section {
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 38px
}

.emergency-block {
    text-align: center;
    color: #eee
}

.emergency-block h3 {
    color: #fff;
    font-weight: 500;
    font-size: 29px
}

.emergency-block h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 41px
}

.sptr_row .col-md-4 {
    border-right: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    padding: 24px 0
}

._sp_title {
    text-transform: uppercase;
    margin-top: 9px
}

.sptr_row .col-md-4:nth-child(3),
.sptr_row .col-md-4:nth-child(6) {
    border-right: none
}

.btn-primary {
    background: rgb(244 131 101);
    color: #fff;
    border-color: rgb(207 91 60);
    border-radius: 30px
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #19ce67;
    color: #fff
}

.btn-primary:focus,
.btn-primary:hover {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background: rgb(207 91 60) !important;
    color: #fff !important;
    border-color: rgb(207 91 60)
}

.cta-area::after,
.cta-area::before,
.cts_setion {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.btn-primary:focus i,
.btn-primary:hover i {
    background-color: #fff;
    color: rgb(207 91 60)
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }

    .baby-care .container {
        width: 1140px
    }
}

.baby-care {
    padding-top: 100px;
    padding-bottom: 72px;
    position: relative
}

.baby-care .col-md-5::after {
    background-image: url(../gallery/babycare/image-new2.png);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0
}

.cts_setion .container::after,
.cts_setion .container::before {
    width: 65%;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    content: ""
}

.baby-care span,
.img-sec h3 {
    color: #000;
    text-align: center;
    position: relative
}
.c_map,
.img-sec .col-md-4,
.team-mem .team-text h3,
.team1 {
    padding: 10px
}

.img-sec .img-sec1 img {
    border: 2px solid #ccc;
    box-shadow: 0 0 10px #c5c4c4;
    transition: .6s ease-in-out;
    border-radius: 50%;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -ms-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.img-sec img::before {
    content: "";
    position: absolute;
    width: 211.66px;
    height: 211.66px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #333);
    right: 0;
    bottom: -37px;
    z-index: 1;
    border-radius: 38px
}

.img-sec .img-sec1 img:hover {
    transform: scale(1.1);
    filter: grayscale(1);
    -webkit-filter: grayscale(1)
}

.img-sec h3 {
    margin-top: 20px;
    font-weight: 300;
    z-index: 22;
    font-size: 20px
}

.baby-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.baby-care span {
    background: #bac788;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    width: 410px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    left: 0
}

.baby-desc h6 {
    text-align: left;
    padding-left: 17px;
    font-size: 23px;
    text-transform: capitalize
}

.cts_setion {
    position: relative
}

@media (min-width:1500px) {

    .cta-area::after,
    .cta-area::before {
        height: 323px;
        top: 34px
    }
}

.cta-area::after,
.cta-area::before {
    content: "";
    position: absolute;
    width: 30%;
    background-image: url(../gallery/feedbacks1.jpg);
    left: 0;
    top: 144px;
    border-radius: 0 156px 156px 0
}

.cts_setion .container {
    padding: 86px 0 50px;
    justify-content: center;
    align-items: center
}

.cts_setion .container::before {
    height: 89%;
    top: 52px;
    background: #142833;
    z-index: -1;
    border-radius: 218px
}

.cts_setion .container::after {
    height: 32px;
    top: 0;
    opacity: .5
}

.cta-area::after {
    left: initial;
    right: 0;
    background-image: url(../gallery/testimonials-bg1.jpg);
    border-radius: 156px 0 0 156px;
    height: 323px;
    top: 134px
}

.testimonial-section {
    position: relative;
    padding: 0 0 48px
}

.testimonial-head {
    margin-bottom: 31px
}

.testimonial-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0
}

.testimonial-section::after {
    position: absolute;
    content: ""
}

.testimonial-carousel {
    position: relative;
    margin: 0 auto
}

.testimonial-block {
    position: relative;
    padding-bottom: 31px
}

.testimonial-block .inner-box {
    position: relative;
    background-color: #afffc2;
    padding: 77px 27px 20px;
    text-align: center;
    z-index: 9;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0%)
}

.testimonial-block .inner-box:after,
.testimonial-block .inner-box:before {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 36px;
    width: 42px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.testimonial-block .inner-box:after {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.active .testimonial-block .inner-box:after,
.active .testimonial-block .inner-box:before {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px
}

.testimonial-block .name {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase
}

.testimonial-block .designation {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px
}

.testimonial-block .thumb {
    position: relative;
    display: inline-block;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 18px
}

.testimonial-block:after,
.testimonial-block:before {
    position: absolute;
    left: 30px;
    right: 30px;
    height: 100%;
    bottom: 30px;
    margin: 0 auto;
    content: "";
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.testimonial-block:before {
    left: 60px;
    right: 60px;
    bottom: 0;
    z-index: -1
}

.testimonial-carousel .active .testimonial-block:after,
.testimonial-carousel .active .testimonial-block:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.testimonial-carousel .active .testimonial-block:before {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.testimonial-carousel .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 5px 0 0
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 3px solid #fff;
    opacity: 1;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.logo-widget .logo img,
.main-footer .list li a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.testimonial-carousel .owl-dot.active,
.testimonial-carousel .owl-dot:hover {
    opacity: 1;
    border: 3px solid #f57f4b
}

.testimnila_box.serviceBox {
    text-align: center;
    padding: 0 22px;
    position: relative;
    margin: 0 0 27px;
    border-radius: 16px
}

.testimnila_box.serviceBox:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    width: 75%;
    height: 70px
}

.testimnila_box.serviceBox .service-icon {
    font-size: 26px;
    position: relative;
    left: -43%;
    top: 10px;
    color: #fff
}

.service_icon_btm {
    position: absolute;
    bottom: -26px;
    right: 10px;
    font-size: 26px;
    color: #fff
}

.testimnila_box.serviceBox .title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff
}

.testimnila_box.serviceBox .description {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .testimnila_box.serviceBox {
        margin: 0 0 40px;
        left: -7px
    }
}

.testimoanial_read {
    position: relative;
    text-align: center;
    margin-top: 30px
}

.testimoanial_read::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 16px;
    z-index: -1
}

.testimoanial_read a {
    display: inline-block;
    color: #f08533;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid;
    padding: 7px 19px;
    border-radius: 30px;
    background: #fff
}

.gg_review {
    position: relative;
    width: 150px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto 16px;
    text-align: center;
    padding: 11px 9px;
    border-radius: 5px
}

.gg_review i {
    display: inline-block;
    border-radius: 50%;
    font-size: 65px;
    line-height: 48px;
    margin: 0 0 7px;
    color: #fff
}

.ratings {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 22px
}

.feedbacks-head h2 {
    color: #f48365;
    text-transform: capitalize;
    font-size: 45px
}

.feedbacks-head h4 {
    position: relative;
    color: #fff;
    top: 11px;
    font-size: 30px;
    left: 5px
}

.feedbacks-head h2::after {
    position: absolute;
    left: 10px;
    top: 53px;
    width: 241px;
    height: 3px;
    content: "";
    border-radius: 2px;
    background-color: #f48365;
    right: 0;
    margin: 0 auto
}

.service-title4 {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    top: 36px
}

.section-title__title4,
.section-title__title5,
.section-title__title6,
.section-title__title7,
.section-title__title8 {
    font-size: 42px;
    line-height: 1.1;
    color: #142833;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 6px
}

.service-title4::after,
.service-title4::before {
    content: "";
    position: absolute;
    width: 16%;
    height: 2px;
    background: #142833;
    left: 114px;
    top: 46px
}

.service-title4::after {
    left: initial;
    right: 130px
}

.service-title4 h2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #f48365;
    background: #fff;
    left: 27%;
    top: 37px;
    border-radius: 50%;
    margin: inherit;
    z-index: 1
}

.service-title4 h2::after,
.service-title5 h2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #f48365;
    background: #fff
}

.service-title4 h2::after {
    top: 37px;
    border-radius: 50%;
    margin: inherit;
    z-index: 1;
    left: initial;
    right: 28%
}

.service-title4 p,
.service-title6 p {
    font-size: 23px;
    font-weight: 400;
    margin-top: 0;
    color: #000
}

.service-title5::after,
.service-title5::before {
    content: "";
    position: absolute;
    width: 16%;
    height: 2px;
    background: #142833;
    left: 209px;
    top: 27px
}

.service-title5::after {
    left: initial;
    right: 215px;
    top: 24px
}

.service-title5 h2::before {
    left: 35%;
    top: 16px;
    border-radius: 50%;
    margin: inherit;
    z-index: 1
}

.service-title5 h2::after,
.service-title6 h2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #f48365;
    background: #fff;
    margin: inherit;
    z-index: 1
}

.service-title5 h2::after {
    top: 14px;
    border-radius: 50%;
    left: initial;
    right: 36%
}

.service-title5 p,
.service-title7 p,
.service-title8 p {
    font-size: 23px;
    font-weight: 400;
    margin-top: 0;
    color: #000
}

.logo-widget,
.service-title6,
.service-title7 {
    position: relative;
    text-align: center
}

.service-title6::after,
.service-title6::before {
    content: "";
    position: absolute;
    width: 16%;
    height: 2px;
    background: #fff;
    left: -2px;
    top: 25px
}

.service-title6::after {
    left: initial;
    right: 3px;
    top: 26px
}

.service-title6 h2::before {
    left: 20%;
    top: 16px;
    border-radius: 50%
}

.service-title6 h2::after,
.service-title7 h2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #f48365;
    background: #fff
}

.service-title6 h2::after {
    top: 15px;
    border-radius: 50%;
    margin: inherit;
    z-index: 1;
    left: initial;
    right: 20%
}

.service-title7::after,
.service-title7::before {
    content: "";
    position: absolute;
    width: 16%;
    height: 2px;
    background: #000;
    left: 24%;
    top: 25px
}

.service-title7::after {
    left: initial;
    right: 24%;
    top: 26px
}

.service-title7 h2::before {
    left: 42%;
    top: 16px;
    border-radius: 50%;
    margin: inherit;
    z-index: 1
}

.service-title7 h2::after,
.service-title8 h2::before {
    border: 4px solid #f48365;
    width: 20px;
    height: 20px;
    background: #fff;
    margin: inherit;
    z-index: 1;
    position: absolute;
    content: ""
}

.service-title7 h2::after {
    top: 15px;
    border-radius: 50%;
    left: initial;
    right: 42%
}

.service-title8 {
    position: relative;
    text-align: center;
    padding-bottom: 30px
}

.service-title8::after,
.service-title8::before {
    content: "";
    position: absolute;
    width: 16%;
    height: 2px;
    background: #000;
    left: -9%;
    top: 42px
}

.service-title8::after {
    left: initial;
    right: -8%;
    top: 46px
}

.service-title8 h2::before {
    left: 8%;
    top: 34px;
    border-radius: 50%
}

.service-title8 h2::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #f48365;
    background: #fff;
    top: 37px;
    border-radius: 50%;
    margin: inherit;
    z-index: 1;
    left: initial;
    right: 9%
}

.newsletter-section {
    position: relative;
    padding: 136px 0 43px;
    color: #000;
    text-align: center;
    margin: -74px 0 0
}

.add_bar_row .col-md-3 {
    border-right: 1px dashed #000
}

.add_bar_row .col-md-3:nth-child(3) {
    border-right: 0px
}

._addre_bar i {
    width: 74px;
    height: 70px;
    background: #47a5ae;
    color: #fffdfd;
    border-radius: 13px;
    border: 3px solid #fff;
    font-size: 42px;
    line-height: 64px;
    margin-bottom: 15px
}

._addre_bar h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.newsletter-section::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto
}

.newsletter-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-top: 0
}

.newsletter-section h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 27px
}

.newsletter-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    font-weight: 500
}

.newsletter-section .inner-container {
    max-width: 1245px;
    margin: auto
}

.main-footer:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 25px;
    width: 100%;
    max-width: 700px;
    height: 5px;
    background: linear-gradient(to left, #4299a1, #4299a1);
    content: ""
}

.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 53px 0 34px;
    margin-top: 0
}

.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 16px
}

.main-footer .footer-upper .footer-column:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 137px;
    right: 12px;
    top: 83px
}

.main-footer .footer-upper .footer-column:last-child:before {
    content: none
}

.main-footer .footer-widget .widget-title {
    position: relative;
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin-bottom: 18px;
    text-transform: uppercase
}

.main-footer .footer-widget .widget-title::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    border-bottom: 2px solid #fd6c10;
    left: 0;
    top: 32px
}

a:hover {
    color: #f58466;
    text-decoration: none
}

.logo-widget .logo img {
    position: relative;
    transition: .3s;
    margin-top: 30px;
    width: 347px
}

.box:hover .box-content:after,
.box:hover .box-content:before,
.box:hover .icon,
.box:hover:after,
.box:hover:before,
.close:not(:disabled):not(.disabled):hover,
.logo-widget .logo img:hover {
    opacity: 1
}

.logo-widget .text {
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 7px
}

.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 4px;
    padding-left: 17px
}

.main-footer .list li:before {
    position: absolute;
    left: 0;
    top: 9px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #000;
    content: ""
}

.main-footer .list li a {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    transition: .3s;
    color: #000
}

.main-footer .list li a:hover {
    color: #ff8433
}

.social-icon-two {
    position: relative;
    text-align: center;
    margin-top: 11px;
    display: inline-block;
    padding: 17px 17px 0;
    border-top: 1px dashed #000
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #000;
    border: 1px solid;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: 0 0
}

.social-icon-two li a:hover {
    color: #fff;
    background: #47a5ae
}

.news_form .form-control {
    background: #fff;
    border: 1px solid #000;
    color: #000
}

.news_form .form-control::placeholder {
    color: #000
}

.bread-crumb {
    min-height: 150px;
    padding-top: 190px;
    margin-bottom: 45px
}

.bread-crumb::before {
    background: linear-gradient(to right, #47a5ae, #adbc72);
    min-height: 150px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%
}

.bread-crumb h2 {
    text-align: center;
    color: #fff;
    padding-top: 31px
}

.breadcrumb {
    width: auto;
    padding: 6px 22px;
    display: table;
    margin: 0 auto auto;
    position: relative
}

.breadcrumb>.breadcrumb-item {
    font-size: 23px;
    display: inline-block;
    font-weight: 400
}

.breadcrumb>.breadcrumb-item a {
    color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.breadcrumb-item+.breadcrumb-item::before,
.emergency-block .section-title__title6,
.emergency-block p,
.logins_section a:hover {
    color: #fff
}

.breadcrumb-item .active {
    color: #adbc72
}

.contact-area {
    padding: 20px
}

.contact-form1 {
    border: 10px solid #ddd;
    margin-bottom: 15px;
    padding: 20px
}

.c_map iframe {
    border-top: 1px dashed #000;
    padding: 10px;
    height: 220px;
    border: 8px solid #fff;
    width: 100%;
    box-shadow: 0 0 10px #d1eff1
}

.contact_form {
    padding-top: 45px
}

.contact-area h4,
.contact_form h4 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 13px;
    color: #000
}

.contact-area .fa {
    font: 400 20px/36px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #000;
    border: 1px solid;
    border-radius: 50%
}

.contact-area .counter {
    border-bottom: 1px dashed #000;
    margin-bottom: 10px
}

.contact-area .counter1 p,
.tab-content .ol_styles,
.team1 h5 {
    margin-bottom: 0
}

.contact-area .counter1 {
    border-bottom: 1px dashed #000;
    padding: 10px
}

.contact-area .counter2 {
    border-bottom: 1px dashed #000;
    padding: 12px 10px 8px
}

.contact-area .counter2 p {
    margin: 0
}

.contact-area .counter2 .phone {
    border-right: 1px dashed #000;
    align-items: center
}

@media only screen and (max-width:2560px) {
    .counter2 {
        display: flex
    }
}

@media only screen and (max-width:1440px) {
    .counter2 {
        display: flex
    }
}

@media only screen and (max-width:765px) {
    .counter2 {
        display: block
    }

    .contact-area .counter2 .phone {
        border-bottom: 1px dashed #000;
        margin-bottom: 10px;
        border-right: 0
    }
}

@media only screen and (max-width:425px) {
    .counter2 {
        display: block
    }

    .counter2 .phone {
        border-bottom: 1px dashed #000;
        border-right: none
    }
}

.inner-content3 {
    padding-top: 48px;
    padding-bottom: 79px
}

.inner-content3 .form-control {
    color: #000
}

.form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.form-control::placeholder {
    color: 0000;
    opacity: .5;
    color: #fff
}

.btn {
    padding: 10px 50px;
    margin-top: 10px;
    background-color: #47a5ae;
    color: #fff;
    border: none;
    margin-bottom: 10px
}

.btn:hover {
    color: #fff;
    background-color: 000;
    transition: .3s linear
}

.contact_form .form-control {
    border: 0;
    border-bottom: 1px dashed #000
}

.contact-form1 .form-control::placeholder {
    color: #000
}

.testimonials {
    --color: rgba(30, 30, 30);
    --bgColor: rgba(245, 245, 245);
    min-height: 85 vh;
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: rem;
    color: var(--color);
    background: #fff;
    margin-top: 100px;
    margin-bottom: 50px
}

.testimonials ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto
}

.testimonials ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1/span 58;
    background: #e1e1e1;
    border-radius: calc(var(--line-w)/ 2);
    top: 10px;
    position: relative
}

.testimonials .ul li:not(:last-child) {
    margin-bottom: var(--row-gap)
}

.testimonials ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content
}

.testimonials ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH)/ 2) 0 0 calc(var(--dateH)/ 2)
}

.testimonials ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, .2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0
}

.testimonials ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: .3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w)/ 2)
}

.testimonials ul li .title,
ul li .descr {
    background: #fff;
    position: relative;
    padding-inline: 1.5rem
}

.testimonials ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500
}

.testimonials ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 400
}

.testimonials ul li .title::before {
    content: "";
    position: absolute;
    width: 90%;
    height: .5rem;
    background: rgba(0, 0, 0, .5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
    bottom: calc(100% + .125rem)
}

.testimonials ul li .descr::before {
    z-index: -1;
    bottom: .25rem
}

@media (min-width:40rem) {
    .testimonials ul {
        grid-template-columns: 1fr var(--line-w) 1fr
    }

    .testimonials ul::before {
        grid-column: 2
    }

    .testimonials ul li:nth-child(odd) {
        grid-column: 1
    }

    .testimonials ul li:nth-child(2n) {
        grid-column: 3
    }

    .testimonials ul li:nth-child(2) {
        grid-row: 2/4
    }

    .testimonials ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0
    }

    .testimonials ul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w)/ 2)
    }

    .testimonials ul li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH)/ 2) calc(var(--dateH)/ 2) 0
    }
}

.newsandarticles,
.ourteam,
.videos {
    padding: 50px 100px;
    text-align: center
}

.panel_content_section {
    position: relative;
    min-height: 60vh;
    padding: 50px 0 60px
}

.panel_content_section .panel-img {
    position: relative;
    box-shadow: 0 0 10px #cacaca;
    border-radius: 7px;
    margin-bottom: 30px;
    padding-left: 10px;
    border-right: 5px solid #47a5ae
}

@media only screen and (max-width:800px) {
    .panel_content_section {
        padding: 50px 0 45px
    }
}

.team-mem .col-md-4 {
    text-align: center;
    padding: 20px
}

.team1 h2 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #47a5ae
}

.team1 h3 {
    font-size: 30px;
    font-weight: 400
}

.team1 h4,
.team1 h5 {
    font-size: 18px;
    font-weight: 400
}

.team1 h4 {
    margin-bottom: -1px
}

.team-mem h3 {
    font-size: 28px;
    color: #47a5ae;
    display: inline-block
}

.team-mem .one {
    background-color: #fdf6f6
}

.team-mem .two {
    background-color: #effeff
}

.team-list1,
.team-list2 {
    padding-top: 28px;
    margin-bottom: 10px
}

.team-list15 {
    margin-top: 25px;
    margin-bottom: 10px
}

.team-mem {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 70px
}

.team-mem .tb-left {
    border-right: 1px dashed #8d8f8f
}

.team-mem h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    display: unset;
    border-bottom: 2px dotted #6a7881;
    color: #6a7881;
    padding-bottom: 4px
}

.modal-docname h2,
span.gi {
    color: #47a5ae;
    font-weight: 600
}

.team-mem .doc_img {
    display: inline-block;
    box-shadow: 0 0 6px #bebebe;
    border: 8px solid #eeeff0;
    margin-bottom: 10px
}

.team-mem .doc_profile {
    display: inline-block;
    padding: 4px 15px;
    margin-top: 10px;
    border: 1px solid #47a5ae;
    color: #000;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer
}

.team-mem .doc_profile:hover {
    background-color: #47a5ae !important;
    color: #fff !important;
    transition: .3s linear
}

.modal-dialog {
    max-width: 500px;
    margin: 4rem auto
}

.modal-content::-webkit-scrollbar-thumb {
    background-color: #08885d
}

.modal-content::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.codecontents .close,
.codecontents .close:hover {
    padding: 10px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    right: -25px;
    top: -25px;
    text-shadow: none;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    position: absolute
}

.codecontents {
    border-bottom: 4px solid #f57f4b
}

.codecontents .close {
    background: #47a5ae
}

.codecontents .close:hover {
    background: #f57f4b;
    transition: .3s
}

.modal-docname h2 {
    text-transform: uppercase;
    font-size: 24px
}

.modal-docname h3 {
    font-size: 21px;
    margin: 5px 0 4px;
    padding: 2px 0
}

@media only screen and (max-width:479px) {
    .team-mem h1 {
        padding-bottom: 0
    }

    .modal-dialog {
        max-width: 360px;
        margin: 4rem auto
    }
}

@media only screen and (max-width:375px) {
    .modal-dialog {
        max-width: 320px;
        margin: 4rem auto
    }
}

@media only screen and (max-width:320px) {
    .modal-dialog {
        max-width: 280px;
        margin: 4rem auto
    }
}

.ol-styles li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 15px
}

.box .title,
.dnb-education h2 {
    font-size: 22px;
    text-transform: uppercase
}

.inner-content-dnb {
    padding: 60px 0 50px
}

.dnb-education h2 {
    text-align: center;
    color: #2d2c2c;
    margin-bottom: 20px
}

.dnb-education h3 {
    font-size: 28px;
    color: #47a5ae;
    margin: 15px 0;
    padding: 5px 10px;
    border-left: 4px solid #f57f4b;
    display: inline-block
}

.dnb-education h4 {
    color: #3c3b3b;
    font-size: 16px;
    text-transform: uppercase
}

.dnb-education span {
    position: relative;
    display: inline-block;
    line-height: 31px;
    width: 32px;
    height: 32px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%
}

.dnb-education .table thead th,
.table thead th {
    vertical-align: bottom;
    background: #f57f4b;
    color: #fff;
    font-size: 15px
}

.bg-green {
    color: #fff;
    background-color: #47a5ae !important
}

.blog1 {
    padding: 50px 0;
    text-align: center
}

.inner-content {
    padding-top: 90px;
    padding-bottom: 50px
}

.box-content:after,
.box-content:before,
.box:after,
.box:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .3s
}

.box-content .lightboxed:hover {
    box-shadow: 0 0 32px #333;
    transform: scale(1.025)
}

.box:after {
    top: 25%;
    transition-delay: .1s
}

.box-content:before {
    top: 50%;
    transition-delay: .2s
}

.box-content:after {
    top: 75%;
    transition-delay: .3s
}

.box .icon,
.box .post,
.box .title {
    opacity: 0;
    transition: .5s .3s
}

.box img {
    width: 100%;
    height: auto;
    border: 5px solid #e3e3e3;
    border-radius: 8%;
    box-shadow: -2px 7px 12px 0 #e3dce5
}

.box .box-content {
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1
}

.box .icon,
.content {
    left: 50%;
    z-index: 2;
    text-align: center
}

.content {
    width: 100%;
    transform: translateX(-50%);
    position: relative;
    transition: .3s 0
}

.box .title {
    color: #25567a;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
    margin: 0;
    transform: translateX(-100px)
}

.box .post {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    transform: translateX(100px)
}

.box:hover .post,
.box:hover .title {
    opacity: 1;
    transform: translateX(0)
}

.box .icon {
    padding: 0;
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%
}

.box .icon li {
    margin: 0 4px;
    display: inline-block
}

.box .icon li a {
    color: #fff;
    background-color: #47a5ae;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    transition: .3s
}

.box .icon li a:hover {
    color: #fff;
    background-color: #f57f4b
}

.navigation .dropdown .cstmwidth {
    width: 196px
}

.vaccine-table .table thead th {
    vertical-align: bottom;
    background: #2b3840;
    color: #fff;
    font-size: 19px
}

.vaccine-table .table td {
    font-size: 16px;
    padding: 5px;
    background: #effeff
}

.vaccine-table .table .table-data {
    background: #fdf6f6
}

.vaccine-table .table-bordered td {
    border: 1px solid #242424
}

.vaccine-table .table-bordered th {
    border: 1px solid #a5a5a5
}

.bread_cumb_wrap {
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    padding: 170px 0 60px
}

.bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 144%;
    top: -180px;
    left: 0;
    background: #5eafb73d;
    transform: skew(0deg, 7deg);
    z-index: -1
}

.bread_cumb_wrap h1 {
    text-transform: capitalize;
    color: #000;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 400
}

.bread_cumb_wrap ul {
    display: inline-block;
    box-shadow: 0 5px 4px #ccc;
    padding: 4px 15px;
    border-radius: 30px;
    background: #fff
}

.bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    color: #2c2c2c
}

.bread_cumb_wrap i {
    color: #0a1a22
}

.bread_cumb_wrap ul li a {
    display: block;
    color: #f58466;
    font-size: 17px
}

.vertical-tab {
    display: table;
    padding-top: 15px
}

.vertical-tab .nav-tabs {
    width: 20%;
    min-width: 27%;
    padding-left: 15px;
    border: none;
    vertical-align: top;
    padding-top: 15px;
    display: table-cell
}

.vertical-tab .nav-tabs li a {
    color: #f2f2f2;
    background-color: #38454b;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 10px;
    border-radius: 0;
    border: 1px solid #e4e9f3;
    border-right: 0px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.serv-img img,
.serv-img1 img,
.tab-pane img {
    border: 7px solid #f5f5f5;
    box-shadow: 0 0 10px #9f9f9f
}

.vertical-tab .nav-tabs li a.active,
.vertical-tab .nav-tabs li a.active a:hover {
    color: #f2f2f2;
    background-color: #f57f4b;
    border-right: none;
    font-weight: 500
}

.vertical-tab .tab-content {
    color: #000;
    background: rgb(251 251 251);
    font-size: 14px;
    line-height: 23px;
    padding: 20px 0 20px 20px;
    display: table-cell;
    box-shadow: 0 0 10px #cacaca
}

.vertical-tab .tab-content h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #f57f4b;
    border-left: 4px solid #47a5ae
}

@media only screen and (max-width:479px) {
    .box .title {
        font-size: 20px
    }

    .vertical-tab .nav-tabs {
        width: 100%;
        padding-left: 0;
        display: block
    }

    .vertical-tab .nav-tabs li a {
        padding: 15px 10px 14px
    }

    .vertical-tab .tab-content {
        font-size: 14px;
        display: block;
        width: 100%
    }
}

.tab-content .ol_styles li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 7px
}

.inner-text p,
.tab-content .ol_Fstyles li p {
    text-align: justify
}

.tab-content .ol_styles li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f111";
    font-weight: 600;
    left: 0;
    width: 24px;
    height: 24px;
    padding-left: 0PX;
    text-align: center;
    line-height: 25px;
    font-size: 8px
}

.tab-pane h4 {
    color: #3c3b3b;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase
}

.tab-pane {
    height: 635px;
    overflow-y: auto;
    padding-right: 20px;
    overflow-x: hidden
}

.inner-section2 {
    padding-bottom: 50px;
    padding-top: 20px
}

.inner-text .highlight-text {
    text-transform: uppercase;
    border-bottom: 1px solid;
    display: inline-flex;
    font-weight: 700;
    font-size: 20px
}

.ol_styles {
    padding: 0 0 0 20px
}

.ol_styles li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
}

.ol_styles li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    line-height: 28px;
    color: #373434;
    font-weight: 600;
    content: "\f101";
    font-family: "FontAwesome"
}

.inner-text h2 {
    font-size: 23px;
    color: #4299a1
}

.serv-img img {
    width: 300px
}

.serv-img-sec {
    display: flex;
    align-items: center
}

.inner-text h3 {
    font-size: 20px;
    color: #f58466
}

.vaccine-table {
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px
}

.inner-section2 .mvv-list h3 {
    color: #000;
    font-size: 26px;
    border-bottom: 2px solid;
    display: inline-block
}

.inner-section2 .m-list {
    margin-bottom: 30px
}

.inner-section {
    padding-top: 20px;
    padding-bottom: 100px;
    text-align: center
}

.vaccine-table a {
    color: #000
}

.vaccine-table h2 {
    border-bottom: 2px solid #000;
    display: inline-block
}

.vaccine-table .news-head {
    margin-bottom: 20px
}

.vaccine-table1 .table td {
    font-size: 14px
}

.faq-text {
    text-transform: none
}

.appointment .facilites-block {
    background: #142833;
    padding: 14px 34px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.servicesrow {
    padding-top: 40px
}

.blog-row,
.faq-row {
    padding-top: 30px
}

._addre_bar .fa-envelope,
.choose-list i:first-child {
    background: #adbc72
}

.choose-list1 i:nth-child(3) {
    background: #47a5ae
}
.videos iframe {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 30px;
}
.research-insights-page h2{
    color: #121521;
    margin-bottom: 20px;
}
.research-insights-page span{
    font-weight: bold;
    color: #47a5ae;
    font-size: 19px;
}
.research-insights-table{
    margin-bottom: 40px;
}
.blogslist {
    position: relative;
    text-align: center;
    border-radius: 22px;
    margin-top: 10px
}

.blog_pic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top,#000,transparent);
    left: 0;
    bottom: 0;
    z-index: 1
}

.blog_info {
    position: relative;
    bottom: 0;
    padding: 28px 22px 0;
    color: #0c0c0c;
    z-index: 1;
    background: linear-gradient(to top,#c5e7eb,#fff);
    box-shadow: 0 7px 7px #b7b7b7;
    min-height: 172px
}

.blog_info h3 {
    font-size: 20px;
    margin: 0 0 9px;
    color: #1c1c1c
}

.blog_info p {
    line-height: 22px;
    margin-bottom: 10px
}

.blog_info a {
    display: inline-block;
    background: #f58366;
    color: #fff;
    padding: 4px 8px;
    position: absolute;
    top: -16px;
    width: 105px;
    left: 0;
    right: 0;
    margin: auto
}
.blog-img img {
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 7px #b8b8b8;
}
.feedbacks-head .service-title6 p {
    color: #fff;
}