@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&amp;display=swap";body {
    font-family: poppins;
    color: #4a6f8a;
    background-color: #fff;
    font-size: 15px
}

h1,h2,h3,h4,h5,h6 {
    color: #00537b;
}

p {
    line-height: 1.7
}

a {
    transition: .5s all ease;
    text-decoration: none;
    color: #255d76;
}

a:hover {
    color: #111
}

img {
    max-width: 100%
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.ptb-100 {
    padding-top: 0px;
    padding-bottom: 47px;
}

.pt-100 {
    padding-top: 100px
}

.pb-70 {
    padding-bottom: 24px;
}

.pb-100 {
    padding-bottom: 100px
}

button:focus {
    outline: 0
}

.btn.focus,.btn:focus {
    box-shadow: none
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #0046c0
}

.spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 100px auto
}

.double-bounce1,.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    animation-delay: -1s
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.header-top {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #1c6085;
    z-index: 1
}

.header-top-item .header-top-left ul {
    margin: 0;
    padding: 0
}

.header-top-item .header-top-left ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    margin-right: 25px
}

.header-top-item .header-top-left ul li i {
    color: #ec1a21;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px
}

.header-top-item .header-top-left ul li:last-child {
    margin-right: 0
}

.header-top-item .header-top-left ul li a {
    display: inline-block;
    color: #ffffff;
}

.header-top-item .header-top-left ul li a:hover {
    color: #fdfbff;
}

.header-top-item .header-top-left ul li a i {
    color: #ec2a30;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px
}

.header-top-item .header-top-right {
    text-align: right
}

.header-top-item .header-top-right ul {
    margin: 0;
    padding: 0
}

.header-top-item .header-top-right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px
}

.header-top-item .header-top-right ul li:last-child {
    margin-right: 0
}

.header-top-item .header-top-right ul li a {
    display: block;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    line-height: 29px;
    color: #000;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    background-color: #fdfbff;
    position: relative;
}

.header-top-item .header-top-right ul li a:hover {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #004a72;
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:hover {
    width: 8em;
    border: 2px solid #ffffff;
    background: white;
}

.main-nav {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.main-nav nav {
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
    transition: .5s all ease
}

.main-nav nav .navbar-nav {
    /* margin-right: auto; */
    margin-left: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #00537b;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background: #fff;
    box-shadow: 0 0 15px 0 #ddd;
    border: 0;
    border-left: 3px solid #00537b;
    padding-top: 15px;
    padding-bottom: 15px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px dashed rgba(0,70,192,.2784313725)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #4a6f8a;
    font-size: 15px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #eb1c23;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #0046c0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:hover,.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:focus,.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a.active {
    color: #ec262c;
}

.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    color: #00537b;
    text-transform: capitalize
}

.main-nav nav .navbar-nav .nav-item a:hover,.main-nav nav .navbar-nav .nav-item a:focus,.main-nav nav .navbar-nav .nav-item a.active {
    color: #00537b;
}

.search-icon {
    font-size: 16px;
    border: 0;
    outline: none;
    transition: .5s all ease;
    color: #0046c0;
    background-color: #d8e0e8;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px
}

.search-icon:hover {
    background-color: #111;
    color: #fff
}

.search-toggle .search-icon.icon-close {
    display: none
}

.search-toggle.opened .search-icon.icon-search {
    display: none
}

.search-toggle.opened .search-icon.icon-close {
    display: block
}

.nav-srh {
    position: relative
}

.nav-srh .search-area {
    position: absolute;
    right: 8px;
    bottom: -105px;
    z-index: 5;
    transition: .5s all ease;
    max-height: 0;
    overflow: hidden;
    background-color: #fff
}

.nav-srh .search-area .search-icon {
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 22px;
    background-color: transparent;
    font-size: 20px;
    color: #0046c0;
    transition: .5s all ease
}

.nav-srh .search-area .search-icon:hover {
    color: #111
}

.nav-srh .search-area .src-input {
    outline: none;
    padding-left: 20px;
    margin: 0;
    width: 300px;
    background-color: rgba(221,221,221,.5019607843);
    border: 1px solid #ddd;
    font-size: 15px;
    height: 45px;
    border-radius: 0
}

.nav-srh .search-area.opened {
    max-height: 100px;
    padding: 20px 25px;
    box-shadow: 0 0 15px rgba(221,221,221,.5019607843)
}

.menu-shrink {
    box-shadow: 0 0 15px 0 #ddd
}

.menu-shrink nav {
    padding-top: 10px;
    padding-bottom: 10px
}

.slider-item-img {
    background-image: url(../../new-img/website-photo-couple-with-laptop.2301251130081.jpg);
}

.slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative
}

.slider-item .slider-shape img {
    position: absolute;
    top: -9px;
    right: -90px;
    max-width: 730px
}

.slider-item .slider-shape-two img {
    position: absolute;
    top: 20px;
    right: -60px;
    max-width: 730px
}

.slider-item .slider-shape-three img {
    position: absolute;
    top: 60px;
    right: 0;
    max-width: 730px
}

.slider-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0d0f1287;
    opacity: 0.8;
}

.slider-item .slider-text {
    position: relative;
    margin-top: 44px;
    margin-bottom: 29px;
}

.slider-item .slider-text h1 {
    font-weight: 700;
    font-size: 46px;
    color: #fff;
    margin-bottom: 9px;
    max-width: 600px;
    margin-left: 0
}

.slider-item .slider-text p {
    color: #fff;
    font-weight: 40;
    margin-bottom: 40px;
    max-width: 575px;
    margin-left: 0
}

.common-btn a {
    display: inline-block;
    color: #ffffff;
    position: relative;
    background-color: #1c6085;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 11px;
    border-radius: 5px;
    margin-right: 4px;
    border: 2px solid transparent;
    top: 6px;
}

.common-btn a:hover {
    background-color: #1c6085;
    border: 2px solid #fff;
    color: #fdfbff;
}

.common-btn a:last-child {
    margin-right: 0
}

.common-btn .cmn-btn-right {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding-left: 25px;
    padding-right: 25px
}

.common-btn .cmn-btn-right:hover {
    color: #000000;
    background-color: #fff
}

.home-slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px!important;
    font-size: 28px!important;
    border-radius: 50%!important;
    color: #fff!important;
    background-color: #00537b !important;
    transition: .5s all ease
}

.home-slider .owl-prev:hover {
    color: #fff!important;
    background-color: #111!important
}

.home-slider .owl-next {
    position: absolute;
    top: 45%;
    right: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px!important;
    font-size: 28px!important;
    border-radius: 50%!important;
    color: #fff!important;
    background-color: #00537b !important;
    transition: .5s all ease
}

.home-slider .owl-next:hover {
    color: #fff!important;
    background-color: #111!important
}

.home-slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px
}

.owl-theme .owl-nav {
    margin-top: 0
}

.home-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 4px;
    background-color: #00537b;
    transition: .5s all ease
}

.home-slider.owl-theme .owl-dots .owl-dot.active span,.home-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 30px
}

.counter-bg {
    background-image: url(../img/home-one/3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 14px;
    padding-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(221,221,221,.6509803922);
    margin-top: -53px;
    position: relative;
    z-index: 1
}

.counter-item {
    margin-bottom: 30px;
    text-align: center
}

.counter-item i {
    display: block;
    color: #eb1e26;
    font-size: 42px;
    margin-bottom: 20px
}

.counter-item h3 {
    font-weight: 700;
    font-size: 39px;
    color: #00527b;
    margin-bottom: 8px
}

.counter-item p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.about-item {
    margin-bottom: 30px
}

.about-item h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 45px;
}

.about-item p {
    margin-bottom: 40px
}

.about-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 40px
}

.about-item ul li {
    list-style-type: none;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px
}

.about-item ul li:last-child {
    margin-bottom: 0
}

.about-item ul li i {
    display: inline-block;
    margin-right: 10px;
    color: #0046c0;
    font-size: 23px;
    position: relative;
    top: 2px
}

.about-item a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #00537b;
    font-weight: 500;
    padding: 12px 57px;
    border-radius: 5px
}

.about-item a:hover {
    color: 15px;
    background-color: #eb1c24;
}

.about-left {
    position: relative
}

.about-left img {
    width: 100%;
    z-index: 1;
    border-radius: 10px;
    animation: a-seven 10s infinite linear;
    height: 286px;
    object-fit: cover;
    position: relative;
    top: -28px;
}

.about-left:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 418px;
    height: 351px;
    border-radius: 10px;
    z-index: -1;
    animation: a-one 5s infinite linear;
    /* background-color: #00537b; */
}

.about-left:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    width: 413px;
    height: 338px;
    border-radius: 10px;
    z-index: -1;
    animation: a-two 5s infinite linear;
    /* background-color: #00537b; */
}

@keyframes a-one {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(-20px,-20px)
    }

    100% {
        transform: translate(0,0)
    }
}

@keyframes a-two {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(20px,20px)
    }

    100% {
        transform: translate(0,0)
    }
}

.about-right {
    padding-left: 40px;
    position: relative
}

.about-right img {
    position: absolute;
    top: -55px;
    right: 0;
    z-index: -1;
    width: 500px;
    animation: a-three 5s infinite linear
}

@keyframes a-three {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(0,35px)
    }

    100% {
        transform: translate(0,0)
    }
}

.section-title {
    margin-bottom: 50px;
    margin-top: -7px
}

.section-title h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative
}

.section-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #eb1c24;
    border-radius: 5px
}

.service-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-top: 0px;
    padding-bottom: 21px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    height: 278px;
    border: 2px solid #165d82;
}

.service-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    background-color: #1c6085;
    opacity: 0;
    z-index: -1;
    transition: .5s all ease
}

.service-item:hover {
    box-shadow: none
}

.service-item:hover:before {
    opacity: 1
}

.service-item:hover .service-front {
    display: none;
    transform: scale(.5)
}

.service-item:hover .service-end {
    display: block;
    transform: scale(1)
}

.service-item:hover .service-end p {
    margin-bottom: 24px
}

.service-item .service-front {
    transition: .5s all ease;
    display: block
}

.service-item .service-front i {
    display: block;
    color: #4d93e9;
    font-size: 65px;
    margin-bottom: 20px
}

.service-item .service-front h3 {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: 15px;
}

.service-item .service-front p {
    margin-bottom: 0
}

.service-item .service-end {
    position: relative;
    display: none;
    transform: scale(.5);
    padding-top: 25px;
    padding-bottom: 12px;
    height: 195px;
    position: relative;
    top: 28px;
}

.service-item .service-end i {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    font-size: 170px;
    color: #fff;
    opacity: .1;
    z-index: -1
}

.service-item .service-end h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px
}

.service-item .service-end p {
    margin-bottom: 0;
    color: #fff
}

.service-item .service-end a {
    display: inline-block;
    color: #0e5a80;
    background-color: #fff;
    padding: 7px 27px;
}

.service-item .service-end a:hover {
    color: #000;
    background-color: #fff;
}

.expertise-item {
    text-align: center
}

.expertise-item a {
    display: block
}

.expertise-item .expertise-inner {
    background-color: #0046c0;
    padding: 42px 25px 35px;
    border-radius: 10px;
    margin-bottom: 30px
}

.expertise-item .expertise-inner:hover i {
    box-shadow: none
}

.expertise-item .expertise-inner i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    color: #0046c0;
    font-size: 30px;
    margin-bottom: 35px;
    box-shadow: 0 0 0 7px rgba(255,255,255,.6509803922);
    background-color: #fff;
    transition: .5s all ease;
    position: relative;
    top: 8px
}

.expertise-item .expertise-inner h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px
}

.expertise-item .expertise-inner p {
    margin-bottom: 0;
    color: #fff
}

.expertise-item .expertise-right {
    padding-left: 80px;
    position: relative
}

.expertise-item .expertise-right:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 70px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    animation: a-one 5s infinite linear;
    background-color: #0046c0
}

.expertise-item .expertise-right:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    animation: a-two 5s infinite linear;
    background-color: #0046c0
}

.expertise-item .expertise-right img {
    width: 100%;
    z-index: 1;
    animation: a-seven 10s infinite linear
}

@keyframes a-seven {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.video-area {
    background-image: url(../img/home-one/7.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 560px;
    text-align: center
}

.video-item a {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    color: #4d93e9;
    font-size: 35px;
    background-color: #fff
}

.video-item a:hover {
    color: #fff;
    background-color: #111
}

.video-item .video-content {
    margin-top: 90px;
    text-align: left;
    padding-left: 30px;
    position: relative;
    max-width: 745px;
    margin-left: 0
}

.video-item .video-content:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 5px;
    height: 130px;
    background-color: #fff
}

.video-item .video-content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 25px
}

.video-item .video-content p {
    color: #fff;
    margin-bottom: 0
}

.video-wrap .video-nav {
    margin-top: -42px;
    background-color: #fff;
    text-align: center;
    display: block;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 15px 0 #ddd
}

.video-wrap .video-nav .video-nav-item {
    display: inline-block
}

.video-wrap .video-nav .video-nav-item a {
    color: #4d93e9;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    padding: 25px 49.4px 22px 49.3px;
    border-bottom: 2px solid transparent;
    border-radius: 0
}

.video-wrap .nav-pills .nav-link,.video-wrap .nav-pills .show>.nav-link {
    border-top: 4px solid transparent
}

.video-wrap .nav-pills .nav-link.active,.video-wrap .nav-pills .show>.nav-link {
    border-top: 4px solid #4d93e9
}

.doctor-item {
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 20px 0 #ddd;
    border-radius: 10px;
    height: 389px;
}

.doctor-item:hover .doctor-top:before {
    opacity: .6;
    transform: scale(1)
}

.doctor-item:hover .doctor-top a {
    opacity: 1;
    bottom: 20px
}

.doctor-item .doctor-top {
    position: relative;
    border-radius: 10px
}

.doctor-item .doctor-top a {
    display: inline-block;
    color: #1b5e82;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

.doctor-item .doctor-top a:hover {
    color: #fff;
    background-color: #111
}

.doctor-item .doctor-top img {
    width: 100%;
    border-radius: 10px
}

.doctor-item .doctor-bottom {
    padding-top: 25px;
    padding-bottom: 25px
}

.doctor-item .doctor-bottom h3 a {
    display: block;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    color: #232323
}

.doctor-item .doctor-bottom h3 a:hover {
    color: #00537b;
}

.doctor-item .doctor-bottom span {
    display: block;
    color: #4a6f8a;
    font-size: 15px
}

.doctor-btn {
    text-align: center
}

.doctor-btn a {
    margin-top: 30px;
    display: inline-block;
    font-weight: 600;
    color: #232323;
    font-size: 18px;
    border: 2px solid #386ae6;
    padding: 18px 55px;
    border-radius: 10px
}

.doctor-btn a:hover {
    color: #fff;
    background-color: #386ae6
}

.blog-area {
    background-color: #1c6085;
    position: relative;
    padding-bottom: 10px;
    padding-top: 28px;
}

.blog-item {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(221,221,221,.4196078431)
}

.blog-item:hover .blog-top {
    overflow: hidden
}

.blog-item:hover .blog-top img {
    transform: scale(1.1)
}

.blog-item .blog-top {
    overflow: hidden
}

.blog-item .blog-top img {
    width: 100%;
    border-radius: 10px;
    transition: .5s all ease
}

.blog-item .blog-top a {
    display: block
}

.blog-item .blog-bottom {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px
}

.blog-item .blog-bottom h3 {
    margin-bottom: 0
}

.blog-item .blog-bottom h3 a {
    font-weight: 600;
    font-size: 20px;
    color: #232323;
    margin-bottom: 12px;
    transition: .5s all ease;
    line-height: 1.4;
    display: block
}

.blog-item .blog-bottom h3 a:hover {
    color: #0046c0
}

.blog-item .blog-bottom p {
    color: #232323;
    margin-bottom: 0;
    padding-bottom: 30px
}

.blog-item .blog-bottom ul {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    border-top: 1px solid #b1b8ed
}

.blog-item .blog-bottom ul li {
    display: inline-block;
    list-style-type: none;
    color: #0046c0;
    font-weight: 500;
    font-size: 15px
}

.blog-item .blog-bottom ul li i {
    color: #0046c0
}

.blog-item .blog-bottom ul li:last-child {
    float: right
}

.blog-item .blog-bottom ul li:last-child i {
    font-size: 19px;
    top: 1px;
    margin-right: 3px
}

.blog-item .blog-bottom ul li a {
    display: block;
    color: #0046c0;
    font-weight: 500;
    font-size: 15px
}

.blog-item .blog-bottom ul li a:hover {
    color: #111
}

.blog-item .blog-bottom ul li a:hover i {
    color: #111
}

.blog-item .blog-bottom ul li a i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px;
    transition: .3s all ease
}

.newsletter-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 55px;
    padding-right: 55px;
    box-shadow: 0 0 20px 0 rgba(221,221,221,.6705882353);
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    max-width: 1105px;
    margin-left: auto;
    margin-right: auto
}

.newsletter-item h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px
}

.newsletter-item p {
    margin-bottom: 0;
    color: #676767;
    font-size: 15px;
    max-width: 550px;
    margin-left: 0
}

.newsletter-item .newsletter-form {
    position: relative
}

.newsletter-item .newsletter-form .form-control {
    height: 75px;
    border-radius: 10px;
    border: 1px solid #0046c0;
    padding-left: 25px;
    font-size: 18px
}

.newsletter-item .newsletter-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #111
}

.newsletter-item .newsletter-form ::-moz-placeholder {
    color: #333
}

.newsletter-item .newsletter-form ::placeholder {
    color: #333
}

.newsletter-item .newsletter-form .newsletter-btn {
    border-radius: 10px;
    padding: 16px 30px;
    font-size: 18px;
    position: absolute;
    top: 7px;
    right: 7px;
    color: #fff;
    background-color: #0046c0;
    transition: .5s all ease;
    opacity: 1
}

.newsletter-item .newsletter-form .newsletter-btn:hover {
    background-color: #111
}

.newsletter-item .newsletter-form .validation-danger {
    color: #dc3545;
    margin-top: 10px
}

footer {
    background-image: url(../img/home-one/14.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-color: #246689f2; */
    /* padding-top: 31px; */
    position: relative;
    background-image: url(../../new-img/9c8a0d64db.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-item {
    margin-bottom: 30px;
    padding-top: 41px;
}

.footer-item .footer-contact h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px
}

.footer-item .footer-contact ul {
    margin: 0;
    padding: 0
}

.footer-item .footer-contact ul li {
    list-style-type: none;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px
}

.footer-item .footer-contact ul li:last-child {
    margin-bottom: 0;
    margin-left: 0
}

.footer-item .footer-contact ul li:last-child i {
    top: 2px
}

.footer-item .footer-contact ul li a {
    display: block;
    color: #fff;
    margin-bottom: 7px
}

.footer-item .footer-contact ul li a:last-child {
    margin-bottom: 0
}

.footer-item .footer-contact ul li a:hover {
    margin-left: 5px
}

.footer-item .footer-contact ul li a:hover i {
    left: 5px
}

.footer-item .footer-contact ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 42px;
    transition: .5s all ease
}

.footer-item .footer-quick h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px
}

.footer-item .footer-quick ul {
    margin: 0;
    padding: 0
}

.footer-item .footer-quick ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px
}

.footer-item .footer-quick ul li:last-child {
    margin-bottom: 0
}

.footer-item .footer-quick ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #fff
}

.footer-item .footer-quick ul li a:hover {
    margin-left: 5px
}

.footer-item .footer-feedback h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px
}

.footer-item .footer-feedback .form-group {
    margin-bottom: 20px
}

.footer-item .footer-feedback .form-group .form-control {
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.7803921569);
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
    color: #fff
}

.footer-item .footer-feedback .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid rgba(255,255,255,.7803921569)
}

.footer-item .footer-feedback .form-group ::-moz-placeholder {
    color: rgba(255,255,255,.7803921569)
}

.footer-item .footer-feedback .form-group ::placeholder {
    color: rgba(255,255,255,.7803921569)
}

.footer-item .footer-feedback .feedback-btn {
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    color: #0046c0;
    transition: .5s all ease
}

.footer-item .footer-feedback .feedback-btn:hover {
    color: #fff;
    background-color: #111
}

.copyright-area {
    background-color: #000000;
}

.copyright-area .copyright-item {
    padding-top: 4px;
    padding-bottom: 4px;
}

.copyright-area .copyright-item p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center
}

.copyright-area .copyright-item p a {
    display: inline-block;
    color: #fff
}

.copyright-area .copyright-item p a:hover {
    color: #F44336;
}

.home-slider-two.owl-theme .owl-dots .owl-dot.active span,.home-slider-two.owl-theme .owl-dots .owl-dot:hover span {
    background: #9dbdfc
}

.slider-item-img-two {
    background-image: url(../img/home-two/slider/1.jpg)
}

.slider-item-img-three {
    background-image: url(../img/home-two/slider/2.jpg)
}

.slider-item-img-four {
    background-image: url(../img/home-two/slider/3.jpg)
}

.home-slider-two .owl-prev {
    background-color: #bdcce2!important
}

.home-slider-two .owl-next {
    background-color: #bdcce2!important
}

.home-slider-two .slider-item {
    height: 830px
}

.home-slider-two .slider-item .slider-shape img {
    position: absolute;
    top: -160px;
    left: 0;
    width: 525px;
    animation: a-three 5s infinite linear
}

.home-slider-two .slider-item:before {
    display: none
}

.home-slider-two .slider-item .slider-text h1 {
    color: #232323
}

.home-slider-two .slider-item .slider-text p {
    color: #616263
}

.home-slider-two .slider-item .slider-text .common-btn a {
    border: 2px solid #0046c0;
    color: #fff;
    background-color: #0046c0;
    position: relative
}

.home-slider-two .slider-item .slider-text .common-btn a:hover {
    color: #0046c0;
    background-color: transparent
}

.home-slider-two .slider-item .slider-text .common-btn .cmn-btn-right {
    background-color: transparent;
    color: #0046c0
}

.home-slider-two .slider-item .slider-text .common-btn .cmn-btn-right:hover {
    color: #fff;
    background-color: #0046c0
}

.emergency-area {
    margin-top: -125px;
    position: relative;
    z-index: 1
}

.emergency-bg {
    background-image: url(../img/home-two/2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 45px 0 15px 110px;
    border-radius: 10px
}

.emergency-item {
    margin-bottom: 30px;
    position: relative
}

.emergency-item i {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: #111;
    font-size: 20px;
    box-shadow: 0 0 0 4px rgba(255,255,255,.6117647059);
    background-color: #fff
}

.emergency-item .emergency-inner {
    padding-left: 75px
}

.emergency-item .emergency-inner h3 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600
}

.emergency-item .emergency-inner p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px
}

.emergency-item .emergency-inner a {
    display: block;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px
}

.welcome-left {
    background-image: url(../../new-img/new-delhi-meta.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
    margin-bottom: 30px;
    width: 100%;
    height: 100%
}

.welcome-left img {
    display: none
}

.welcome-item ul {
    margin: 0;
    padding: 0;
    max-width: 430px
}

.welcome-item ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 60px
}

.welcome-item ul li:hover i {
    box-shadow: 0 0 0 10px #111
}

.welcome-item ul li:last-child {
    margin-bottom: 0
}

.welcome-item ul li i {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    text-align: center;
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #111;
    box-shadow: 0 0 0 10px #00537b;
    background-color: #f1f1f1;
    transition: .5s all ease
}

.welcome-item ul li .welcome-inner {
    padding-left: 110px
}

.welcome-item ul li .welcome-inner h3 {
    font-weight: 600;
    font-size: 24px;
    color: #4a6f8a;
    margin-bottom: 10px
}

.welcome-item ul li .welcome-inner p {
    margin-bottom: 0
}

.welcome-right {
    padding-left: 70px;
    padding-top: 0
}

.section-title-two {
    max-width: 430px;
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: -5px
}

.section-title-two span {
    display: inline-block;
    color: #00537b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px
}

.section-title-two h2 {
    font-size: 38px;
    font-weight: 700;
    color: #232323;
    text-transform: capitalize;
}

.speciality-area .section-title-two {
    padding-top: 50px;
    padding-left: 15px
}

.speciality-item .speciality-inner {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(221,221,221,.6509803922);
    padding: 35px;
    margin-bottom: 30px
}

.speciality-item .speciality-inner:hover i {
    color: #fff;
    background-color: #6096fd
}

.speciality-item .speciality-inner i {
    display: block;
    color: #6096fd;
    background-color: #e9eef5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 18px;
    transition: .5s all ease
}

.speciality-item .speciality-inner h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px
}

.speciality-item .speciality-inner p {
    margin-bottom: 0
}

.speciality-right {
    background-image: url(../img/home-two/4.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    position: relative;
    width: 100%;
    height: 100%
}

.speciality-right img {
    display: none
}

.speciality-right .speciality-emergency {
    position: absolute;
    bottom: 20px;
    left: -70px;
    background-color: #0046c0;
    padding: 30px 295px 25px 40px;
    border-radius: 10px
}

.speciality-right .speciality-emergency .speciality-icon {
    width: 45px;
    height: 45px;
    background-color: #fff;
    transform: rotate(45deg);
    display: inline-block;
    position: relative
}

.speciality-right .speciality-emergency .speciality-icon i {
    display: inline-block;
    line-height: 45px;
    color: #0046c0;
    text-align: center;
    font-size: 20px;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 12px
}

.speciality-right .speciality-emergency h3 {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
    position: absolute;
    top: 23px;
    right: 70px
}

.speciality-right .speciality-emergency a {
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    right: 142px;
    top: 56px;
    display: block
}

.speciality-left {
    padding-left: 55px;
    padding-right: 120px
}

.video-wrap-two .video-area {
    background-image: url(../img/home-two/7.jpg)
}

.video-wrap-two .video-nav .video-nav-item a {
    padding-left: 49.7px;
    padding-right: 49px
}

.video-wrap-two .video-item a {
    color: #0046c0
}

.video-wrap-two .nav-pills .nav-link,.video-wrap-two .nav-pills .show>.nav-link {
    border-top: 0
}

.video-wrap-two .nav-pills .nav-link.active,.video-wrap-two .nav-pills .show>.nav-link {
    border-top: 0;
    background-color: #0046c0;
    color: #fff
}

.counter-area-two .counter-bg {
    margin-top: 0;
    bottom: -100px
}

.appointment-area {
    background-image: url(../img/home-two/6.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 200px
}

.appointment-item {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 80px 100px;
    border-radius: 10px;
    background-image: url(../img/home-two/5.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.appointment-item h2 {
    color: #0046c0;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px
}

.appointment-item span {
    display: block;
    color: #4a6f8a;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 50px
}

.appointment-item .appointment-form .form-group {
    padding-left: 70px;
    position: relative;
    margin-bottom: 60px
}

.appointment-item .appointment-form .form-group i {
    display: inline-block;
    color: #0046c0;
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 50px
}

.appointment-item .appointment-form .form-group label {
    margin-bottom: 10px;
    color: #4a6f8a;
    font-size: 15px;
    font-weight: 500
}

.appointment-item .appointment-form .form-group .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0,70,192,.6196078431);
    font-size: 15px;
    padding-left: 0;
    padding-bottom: 8px;
    height: 40px;
    background-color: transparent
}

.appointment-item .appointment-form .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid rgba(0,70,192,.6196078431)
}

.appointment-item .appointment-form .form-group ::-moz-placeholder {
    color: #4a6f8a
}

.appointment-item .appointment-form .form-group ::placeholder {
    color: #4a6f8a
}

.appointment-item .appointment-form .appointment-btn {
    color: #fff;
    background-color: #0046c0;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    padding: 18px 45px;
    transition: .5s all ease
}

.appointment-item .appointment-form .appointment-btn:hover {
    color: #fff;
    background-color: #111
}

.banner-area {
    height: 700px;
    position: relative
}

.banner-area .heart-shape img {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: -1
}

.banner-item {
    position: relative
}

.banner-item h1 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 25px;
    max-width: 575px;
    margin-left: 0
}

.banner-item p {
    color: #616263;
    margin-bottom: 35px;
    max-width: 575px;
    margin-left: 0
}

.banner-item .common-btn-two a {
    display: inline-block;
    color: #fff;
    background-color: #0046c0;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 5px;
    margin-right: 20px;
    border: 2px solid transparent
}

.banner-item .common-btn-two a:hover {
    background-color: transparent;
    border: 2px solid #0046c0;
    color: #0046c0
}

.banner-item .common-btn-two a:last-child {
    margin-right: 0
}

.banner-item .common-btn-two .cmn-btn-right-two {
    background-color: transparent;
    color: #0046c0;
    border: 2px solid #0046c0;
    padding-left: 25px;
    padding-right: 25px
}

.banner-item .common-btn-two .cmn-btn-right-two:hover {
    color: #fff;
    background-color: #0046c0
}

.banner-item .banner-right img {
    position: absolute
}

.banner-item .banner-right img:nth-child(1) {
    top: -125px;
    right: 10px;
    max-width: 510px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.banner-item .banner-right img:nth-child(2) {
    top: -125px;
    right: 20px;
    max-width: 510px;
    animation: a-four 5s infinite linear;
    margin-left: auto;
    margin-right: auto
}

.banner-item .banner-right img:nth-child(3) {
    top: -125px;
    right: 0;
    max-width: 510px;
    animation: a-five 5s infinite linear;
    margin-left: auto;
    margin-right: auto
}

.banner-item .banner-right img:nth-child(4) {
    bottom: 215px;
    left: 50px;
    max-width: 360px;
    z-index: -1;
    animation: a-eight 20s infinite linear
}

@keyframes a-eight {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(75px,0)
    }

    100% {
        transform: translate(0,0)
    }
}

@keyframes a-four {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(-10px,-10px)
    }

    100% {
        transform: translate(0,0)
    }
}

@keyframes a-five {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(10px,10px)
    }

    100% {
        transform: translate(0,0)
    }
}

.hospital-area {
    position: relative
}

.hospital-area .hospital-shape img {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 290px;
    animation: a-six 5s infinite linear
}

@keyframes a-six {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(0,40px)
    }

    100% {
        transform: translate(0,0)
    }
}

.hospital-item {
    margin-bottom: 30px;
    position: relative
}

.hospital-item .hospital-play-btn {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    color: #0046c0;
    text-align: center;
    font-size: 32px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    top: 40%
}

.hospital-item .hospital-play-btn:hover {
    color: #fff;
    background-color: #111
}

.hospital-item h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 15px
}

.hospital-item p {
    margin-bottom: 40px
}

.hospital-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 50px
}

.hospital-item ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #111;
    margin-bottom: 20px
}

.hospital-item ul li:last-child {
    margin-bottom: 0
}

.hospital-item ul li i {
    color: #6096fd;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    bottom: -1px
}

.hospital-item .hospital-btn {
    display: inline-block;
    color: #fff;
    background-color: #0046c0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    padding: 20px 42px
}

.hospital-item .hospital-btn:hover {
    color: #fff;
    background-color: #111
}

.hospital-item .hospital-left-one {
    margin-top: 100px;
    position: relative;
    z-index: 1
}

.hospital-item .hospital-left-one:before {
    position: absolute;
    content: "";
    right: -17px;
    bottom: -15px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    background-color: #0046c0
}

.hospital-item .hospital-left-one img {
    width: 100%;
    z-index: 1
}

.hospital-item .hospital-left-two {
    margin-left: 15px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1
}

.hospital-item .hospital-left-two:before {
    position: absolute;
    content: "";
    left: -17px;
    top: -15px;
    width: 295px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    background-color: #0046c0
}

.hospital-item .hospital-left-two img {
    width: 100%;
    z-index: 1
}

.hospital-right {
    max-width: 525px;
    margin-left: 85px
}

.speciality-right-two {
    position: relative
}

.speciality-right-two:before {
    position: absolute;
    content: "";
    top: -25px;
    right: 0;
    width: 405px;
    height: 300px;
    z-index: -1;
    background-color: #0046c0
}

.welcome-left-two {
    position: relative;
    z-index: 1
}

.counter-area-three .counter-bg {
    margin-top: 0;
    bottom: -100px
}

.review-area {
    position: relative;
    background-image: url(../img/home-three/review-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 200px
}

.main {
    max-width: 770px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative
}

.main:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 330px;
    top: 65px;
    left: 0;
    right: 0;
    background-color: #fff
}

.slick-dotted.slick-slider {
    margin-bottom: 25px
}

.slider-nav {
    margin-bottom: 30px;
    position: relative;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto
}

.slider-nav .slick-dots {
    bottom: -145px
}

.slider-nav .slick-dots li {
    margin: 0
}

.slider-nav .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #4a6f8a
}

.slider-nav .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0046c0
}

.slider-nav .slick-track {
    padding-top: 2px
}

.slider-nav div {
    text-align: center
}

.slider-nav div .review-img {
    position: relative;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px
}

.slider-nav div .review-img img {
    display: inline-block;
    margin-bottom: 45px;
    width: 90px;
    height: 90px;
    border: 3px solid #0046c0;
    border-radius: 50%;
    transition: .5s all ease;
    margin-top: 2px;
    cursor: pointer
}

.slider-nav div h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px
}

.slider-nav div span {
    display: block;
    color: #3776d0
}

.slick-slide .review-details {
    opacity: 0
}

.slick-slide:focus {
    outline: 0
}

.slick-slide.slick-center .review-details {
    opacity: 1
}

.slick-slide.slick-center .review-img img {
    transform: scale(1.3)
}

.slider-for div p {
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
    text-align: center;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto
}

.page-title-one {
    background-image: url(../img/doctor/1.jpg)
}

.page-title-area {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 138px;
    text-align: center;
    position: relative;
    background-color: #1c6085;
}

.page-title-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #1c6085c9;
}

.page-title-item {
    position: relative;
    margin-top: -80px
}

.page-title-item h2 {
    color: #f8f8f8;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 8px;
}

.page-title-item ul {
    margin: 0;
    padding: 0
}

.page-title-item ul li {
    list-style-type: none;
    display: inline-block;
    color: #f8f8f8;
    font-weight: 600;
    font-size: 18px;
    margin-right: 3px;
    margin-left: 3px
}

.page-title-item ul li a {
    display: inline-block;
    color: #f8f8f8
}

.page-title-item ul li a:hover {
    color: #fff;
}

.page-title-item ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 1px
}

.doctor-search-wrap {
    padding-top: 45px;
    padding-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #ddd;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    max-width: 970px;
    margin-right: auto;
    margin-left: auto
}

.doctor-search-item {
    margin-bottom: 30px;
    position: relative;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto
}

.doctor-search-item .form-group {
    position: relative;
    padding-left: 60px;
    margin-bottom: 0
}

.doctor-search-item .form-group i {
    display: inline-block;
    color: #0046c0;
    font-size: 45px;
    position: absolute;
    top: 8px;
    left: 0
}

.doctor-search-item .form-group label {
    color: #4a6f8a;
    font-size: 15px;
    margin-bottom: 5px
}

.doctor-search-item .form-group .form-control {
    font-weight: 600;
    font-size: 15px;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccd9f2
}

.doctor-search-item .form-group .form-control:focus {
    border-bottom: 1px solid #111;
    box-shadow: none
}

.doctor-search-item .form-group ::-moz-placeholder {
    color: #4a6f8a
}

.doctor-search-item .form-group ::placeholder {
    color: #4a6f8a
}

.doctor-search-item .doctor-search-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #4a6f8a;
    font-size: 18px
}

.doctors-area-two {
    padding-bottom: 180px;
    position: relative
}

.doctors-area-two .doctor-shape {
    position: absolute;
    top: 45%;
    left: 0;
    animation: a-six 5s infinite linear
}

.page-title-two {
    background-image: url(../img/appointment/1.jpg);
    height: 440px
}

.page-title-two .page-title-item {
    margin-top: -135px
}

.appointment-area-two {
    padding-bottom: 180px
}

.appointment-item-two {
    background-image: none;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 #ddd;
    padding: 80px 65px;
    position: relative
}

.appointment-item-two .appointment-shape {
    position: absolute;
    bottom: -65px;
    left: -74px;
    width: 310px;
    animation: a-six 5s infinite linear
}

.appointment-item-two-right {
    background-image: url(../img/appointment/2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
    position: relative
}

.appointment-item-two-right .appointment-item-content {
    background-color: #e7e7e7;
    padding: 95px 30px 100px;
    margin: 0 40px;
    border-radius: 10px
}

.appointment-item-two-right .appointment-item-content h2 {
    color: #0046c0;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px
}

.appointment-item-two-right .appointment-item-content .content-one {
    display: inline-block
}

.appointment-item-two-right .appointment-item-content .content-one ul {
    margin: 0;
    padding: 0
}

.appointment-item-two-right .appointment-item-content .content-one ul li {
    list-style-type: none;
    display: block;
    position: relative;
    color: #4a6f8a;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px
}

.appointment-item-two-right .appointment-item-content .content-one ul li:last-child {
    margin-bottom: 0
}

.appointment-item-two-right .appointment-item-content .content-one ul li:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 10px;
    left: 95px;
    background-color: #b7b2b2
}

.appointment-item-two-right .appointment-item-content .content-two {
    display: inline-block;
    margin-left: 70px
}

.appointment-item-two-right .appointment-item-content .content-two ul {
    margin: 0;
    padding: 0
}

.appointment-item-two-right .appointment-item-content .content-two ul li {
    list-style-type: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #4a6f8a;
    margin-bottom: 10px
}

.appointment-item-two-right .appointment-item-content .content-two ul li:last-child {
    margin-bottom: 0
}

.appointment-wrap-two {
    margin-top: -160px
}

.page-title-three {
    background-image: url(../img/doctor/1.jpg);
    height: 460px
}

.page-title-three .d-table-cell {
    vertical-align: bottom
}

.page-title-item-two {
    position: relative;
    text-align: left;
    max-width: 500px;
    margin-left: auto
}

.page-title-item-two h2 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin-bottom: 14px
}

.page-title-item-two h3 {
    font-weight: 600;
    font-size: 32px;
    color: #fefefe;
    margin-bottom: 15px
}

.page-title-item-two p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fefefe;
    padding-bottom: 55px
}

.doctor-details-left {
    box-shadow: 0 0 10px 0 #ddd;
    border-radius: 10px;
    margin-top: -225px;
    position: relative
}

.doctor-details-item {
    margin-bottom: 30px
}

.doctor-details-item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 60px
}

.doctor-details-item .doctor-details-contact {
    padding-left: 65px;
    margin-bottom: 50px
}

.doctor-details-item .doctor-details-contact h3 {
    font-weight: 600;
    font-size: 22px;
    color: #4a6f8a;
    margin-bottom: 30px
}

.doctor-details-item .doctor-details-contact ul {
    margin: 0;
    padding: 0
}

.doctor-details-item .doctor-details-contact ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #858585;
    margin-bottom: 25px
}

.doctor-details-item .doctor-details-contact ul li:last-child {
    margin-bottom: 0
}

.doctor-details-item .doctor-details-contact ul li i {
    display: inline-block;
    color: #0046c0;
    margin-right: 8px;
    font-size: 23px;
    position: relative;
    top: 2px
}

.doctor-details-item .doctor-details-contact ul li a {
    color: #858585
}

.doctor-details-item .doctor-details-work {
    padding-left: 65px;
    padding-bottom: 60px
}

.doctor-details-item .doctor-details-work h3 {
    font-weight: 600;
    font-size: 22px;
    color: #4a6f8a;
    margin-bottom: 30px
}

.doctor-details-item .doctor-details-work .appointment-item-two-right {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0
}

.doctor-details-item .doctor-details-work .appointment-item-two-right .appointment-item-content {
    padding: 0;
    background-color: transparent;
    margin: 0
}

.doctor-details-item .doctor-details-biography {
    padding-left: 63px;
    padding-top: 70px
}

.doctor-details-item .doctor-details-biography h3 {
    font-weight: 600;
    font-size: 24px;
    color: #2f60bd;
    margin-bottom: 25px
}

.doctor-details-item .doctor-details-biography p {
    margin-bottom: 0
}

.doctor-details-item .doctor-details-biography ul {
    margin: 0;
    padding: 0
}

.doctor-details-item .doctor-details-biography ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px
}

.doctor-details-item .doctor-details-biography ul li:last-child {
    margin-bottom: 0
}

.appointment-area-three {
    padding-bottom: 210px
}

.appointment-area-three .appointment-item {
    max-width: 565px;
    margin-left: auto;
    margin-right: 80px;
    margin-top: 50px
}

.appointment-area-three .appointment-item .appointment-shape {
    bottom: 0;
    top: -95px;
    left: -74px;
    width: 250px
}

.appointment-area-three .speciality-right-three {
    background-image: url(../img/doctor/4.jpg)
}

.page-title-four {
    /* background-image: url(../../new-img/baby-care.jpg); */
}

.page-title-four .page-title-item {
    margin-top: 0
}

.blog-details-area {
    padding-bottom: 20px
}

.blog-details-item {
    margin-bottom: 30px
}

.blog-details-item .blog-details-img img {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.blog-details-item .blog-details-img h2 {
    color: #232323;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px
}

.blog-details-item .blog-details-img ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.blog-details-item .blog-details-img ul li {
    list-style-type: none;
    display: inline-block;
    color: #3a5ed3;
    font-size: 16px;
    margin-right: 50px
}

.blog-details-item .blog-details-img ul li a {
    font-weight: 400;
    color: #0046c0;
    display: inline-block
}

.blog-details-item .blog-details-img ul li a:hover {
    color: #111
}

.blog-details-item .blog-details-img ul li:last-child {
    margin-right: 0
}

.blog-details-item .blog-details-img ul li i {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px
}

.blog-details-item .blog-details-img p {
    font-size: 15px;
    margin-bottom: 22px;
    text-align: justify;
}

.blog-details-item .blog-details-previous h3 {
    color: #232323;
    font-weight: 700;
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 25px
}

.blog-details-item .blog-details-previous ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.blog-details-item .blog-details-previous ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 6px
}

.blog-details-item .blog-details-previous ul li:last-child {
    margin-bottom: 0
}

.blog-details-item .blog-details-previous .prev-next ul {
    margin: 0;
    padding: 0
}

.blog-details-item .blog-details-previous .prev-next ul li {
    list-style-type: none;
    display: inline-block
}

.blog-details-item .blog-details-previous .prev-next ul li:last-child {
    float: right
}

.blog-details-item .blog-details-previous .prev-next ul li a {
    display: block;
    font-size: 15px;
    color: #0045be;
    border: 1px solid #0045be;
    padding: 10px 25px;
    border-radius: 6px
}

.blog-details-item .blog-details-previous .prev-next ul li a:hover {
    color: #fff;
    border: 1px solid #4a6f8a;
    background-color: #4a6f8a
}

.blog-details-item .blog-details-search {
    position: relative;
    margin-bottom: 40px
}

.blog-details-item .blog-details-search .form-control {
    height: 50px;
    border-radius: 6px;
    border: 1px solid #0046c0;
    padding-left: 25px
}

.blog-details-item .blog-details-search .form-control:focus {
    box-shadow: none
}

.blog-details-item .blog-details-search .blog-details-btn {
    color: #fff;
    background-color: #0046c0;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    padding: 11px 20px;
    transition: .5s all ease
}

.blog-details-item .blog-details-search .blog-details-btn:hover {
    background-color: #4a6f8a
}

.blog-details-item .blog-details-search ::-moz-placeholder {
    color: #4a6f8a
}

.blog-details-item .blog-details-search ::placeholder {
    color: #4a6f8a
}

.blog-details-item .blog-details-recent {
    margin-bottom: 40px
}

.blog-details-item .blog-details-recent h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px
}

.blog-details-item .blog-details-recent ul {
    margin: 0;
    padding: 0
}

.blog-details-item .blog-details-recent ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 120px;
    padding-bottom: 25px
}

.blog-details-item .blog-details-recent ul li:last-child {
    padding-bottom: 0
}

.blog-details-item .blog-details-recent ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 95px
}

.blog-details-item .blog-details-recent ul li a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #232323;
    margin-bottom: 15px;
    padding-top: 4px
}

.blog-details-item .blog-details-recent ul li a:hover {
    color: #0046c0
}

.blog-details-item .blog-details-recent ul li ul li {
    display: inline-block;
    padding-left: 0;
    color: #3a5ed3;
    font-size: 15px;
    margin-right: 25px;
    padding-bottom: 0
}

.blog-details-item .blog-details-recent ul li ul li a {
    font-weight: 400;
    color: #0046c0;
    display: inline-block
}

.blog-details-item .blog-details-recent ul li ul li a:hover {
    color: #111
}

.blog-details-item .blog-details-recent ul li ul li i {
    font-size: 20px;
    margin-right: 2px;
    display: inline-block
}

.blog-details-item .blog-details-recent ul li ul li:last-child {
    margin-right: 0
}

.blog-details-item .blog-details-category {
    margin-bottom: 40px
}

.blog-details-item .blog-details-category h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px
}

.blog-details-item .blog-details-category ul {
    margin: 0;
    padding: 0
}

.blog-details-item .blog-details-category ul li {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #dee8f5;
    position: relative;
    padding-left: 20px;
    padding-bottom: 16px;
    margin-bottom: 15px
}

.blog-details-item .blog-details-category ul li:hover a {
    color: #fff
}

.blog-details-item .blog-details-category ul li:hover:before {
    width: 100%
}

.blog-details-item .blog-details-category ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: -4px;
    width: 3px;
    height: 30px;
    z-index: -1;
    transition: .5s all ease;
    background-color: #1c6085;
}

.blog-details-item .blog-details-category ul li:last-child {
    margin-bottom: 0
}

.blog-details-item .blog-details-category ul li a {
    display: block;
    z-index: 1;
    color: #4a6f8a;
    font-weight: 500
}

.blog-details-item .blog-details-tags h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px
}

.blog-details-item .blog-details-tags ul {
    margin: 0;
    padding: 0
}

.blog-details-item .blog-details-tags ul li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px
}

.blog-details-item .blog-details-tags ul li a {
    display: block;
    font-size: 15px;
    color: #4a6f8a;
    background-color: #e5e5e5;
    padding: 12px 25px;
    border-radius: 8px
}

.blog-details-item .blog-details-tags ul li a:hover {
    color: #fff;
    background-color: #4a6f8a
}

.blog-details-form {
    position: relative
}

.blog-details-form .blog-details-shape {
    position: absolute;
    top: 130px;
    right: 0;
    width: 360px;
    animation: a-six 5s infinite linear
}

.blog-details-form .blog-details-form-wrap {
    max-width: 770px
}

.blog-details-form .blog-details-form-wrap h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 40px
}

.blog-details-form .blog-details-form-wrap .form-group {
    margin-bottom: 30px
}

.blog-details-form .blog-details-form-wrap .form-group textarea {
    height: auto!important;
    padding: 20px;
    z-index: 1;
    position: relative
}

.blog-details-form .blog-details-form-wrap .form-group .form-control {
    height: 50px;
    padding-left: 20px;
    border-radius: 6px;
    border: 0;
    background-color: #fafafa;
    box-shadow: 0 3px 8px 0 rgba(221,221,221,.7215686275)
}

.blog-details-form .blog-details-form-wrap .form-group ::-moz-placeholder {
    color: #4a6f8a
}

.blog-details-form .blog-details-form-wrap .form-group ::placeholder {
    color: #4a6f8a
}

.blog-details-form .blog-details-form-wrap .blog-details-form-btn {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 34px;
    background-color: #0046c0;
    transition: .5s all ease
}

.blog-details-form .blog-details-form-wrap .blog-details-form-btn:hover {
    color: #fff;
    background-color: #4a6f8a
}

.blog-area-two {
    padding-bottom: 180px
}

.blog-area-two .section-title {
    margin-bottom: 0
}

.blog-area-two .section-title h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 0
}

.blog-area-two .section-title h2:before {
    display: none
}

.page-title-five {
    background-image: url(../img/contact/1.jpg)
}

.page-title-five .page-title-item {
    margin-top: -120px
}

.location-wrap {
    background-image: url(../img/home-one/3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px 0 #ddd;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 170px;
    margin-top: -125px;
    position: relative;
    background-color: #fff
}

.location-wrap .location-item {
    margin-bottom: 30px
}

.location-wrap .location-item i {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
    background-color: #0046c0
}

.location-wrap .location-item h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px
}

.location-wrap .location-item p {
    margin-bottom: 18px
}

.location-wrap .location-item a {
    color: #4a6f8a
}

.location-wrap .location-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 18px
}

.location-wrap .location-item ul li {
    list-style-type: none;
    display: block
}

.drop-img {
    background-image: url(../img/contact/2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.drop-img img {
    display: none
}

.drop-area .speciality-right-three {
    border-radius: 0
}

.drop-item .drop-left {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    /* background: white; */
    padding: 32px 38px;
}

.drop-item .drop-left h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 25px;
    padding-right: 50px
}

.drop-item .drop-left .form-group {
    margin-bottom: 11px;
}

.drop-item .drop-left .form-group .form-control {
    height: 50px;
    background-color: #fff;
    padding-left: 20px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(221,221,221,.6392156863)
}

.drop-item .drop-left .form-group textarea {
    padding-top: 20px;
    height: auto!important
}

.drop-item .drop-left .drop-btn {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 11px 75px;
    transition: .5s all ease;
    background-color: #1c6085;
    box-shadow: none;
    border: 0
}

.drop-item .drop-left .drop-btn:hover {
    color: #fff;
    background-color: #4a6f8a
}

.drop-item .drop-left .list-unstyled {
    color: #dc3545;
    font-size: 13px;
    margin-top: 10px
}

.drop-item .drop-left .text-danger {
    color: #dc3545;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 24px
}

.drop-item .drop-left .text-success {
    color: #28a745;
    margin-top: 25px;
    font-size: 24px
}

#map {
    height: 600px;
    display: block;
    width: 100%;
    border: 0
}

.faq-head h2 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 25px
}

.faq-wrap {
    margin-bottom: 50px
}

.faq-wrap:last-child {
    margin-bottom: 30px
}

.accordion {
    padding-left: 0;
    margin: 0;
    padding: 0
}

.accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 30px
}

.accordion li:first-child {
    border-top: 0
}

.accordion li:last-child {
    margin-bottom: 0
}

.accordion li .faq-head.active {
    color: #fff;
    background-color: #0046c0;
    border: 1px solid #0046c0
}

.accordion li .faq-head.active:after {
    content: "-";
    font-size: 25px;
    color: #fff
}

.accordion li .faq-head {
    color: #232323;
    font-size: 17px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 35px 15px 18px;
    border: 1px solid #232323;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    transition: .5s all ease
}

.accordion li .faq-head:after {
    position: absolute;
    right: 20px;
    content: "+";
    top: 10px;
    color: #232323;
    font-size: 25px;
    font-weight: 700
}

.accordion li .faq-content {
    display: none
}

.accordion li .faq-content p {
    font-size: 15px;
    padding: 20px 45px 15px 20px;
    margin-bottom: 0
}

.accordion li .faq-content p a {
    display: inline-block;
    color: #0046c0
}

.accordion li .faq-content p a:hover {
    color: #111
}

.footer-two {
    padding-top: 100px
}

.error-item {
    height: 700px;
    text-align: center;
    margin-top: -65px
}

.error-item h1 {
    font-size: 130px;
    font-weight: 700;
    margin-bottom: 8px
}

.error-item p {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 35px
}

.error-item span {
    display: block
}

.error-item a {
    display: inline-block;
    color: #fff;
    background-color: #0046c0;
    border-radius: 10px;
    padding: 20px 45px;
    margin-top: 70px;
    font-size: 18px
}

.error-item a:hover {
    background-color: #111
}

.coming-item {
    height: 100vh;
    text-align: center
}

.coming-item h1 {
    font-size: 75px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px
}

.coming-item p {
    margin-bottom: 40px;
    max-width: 865px;
    margin-left: auto;
    margin-right: auto
}

.coming-item .coming-wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.coming-item .coming-wrap .coming-inner {
    text-align: center;
    background-color: #efefef;
    padding-top: 15px;
    padding-bottom: 12px;
    margin-bottom: 30px
}

.coming-item .coming-wrap .coming-inner h3 {
    font-size: 40px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 5px
}

.coming-item .coming-wrap .coming-inner p {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0
}

.coming-item ul {
    margin: 0;
    padding: 0
}

.coming-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px
}

.coming-item ul li a {
    display: block;
    color: #fff;
    background-color: #232323;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 15px
}

.coming-item ul li a:hover {
    background-color: #0046c0
}

.testimonial-area {
    background-image: url(../img/testimonial-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative
}

.testimonial-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0046c0;
    opacity: .5
}

.testimonial-area .owl-theme .owl-nav {
    margin-top: 25px
}

.testimonial-area .testimonial-wrap {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 50px 60px
}

.testimonial-area .testimonial-wrap h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 50px
}

.testimonial-area .testimonial-wrap .testimonial-slider .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px!important;
    border-radius: 50%!important;
    color: #fff!important;
    background-color: #232323!important;
    font-size: 25px!important;
    transition: .5s all ease
}

.testimonial-area .testimonial-wrap .testimonial-slider .owl-prev:hover {
    background-color: #0046c0!important
}

.testimonial-area .testimonial-wrap .testimonial-slider .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px!important;
    border-radius: 50%!important;
    color: #fff!important;
    background-color: #232323!important;
    font-size: 25px!important;
    transition: .5s all ease
}

.testimonial-area .testimonial-wrap .testimonial-slider .owl-next:hover {
    background-color: #0046c0!important
}

.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px
}

.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item p {
    margin-bottom: 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto
}

.signup-left {
    background-image: url(../img/signup-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.signup-left img {
    display: none
}

.signup-item {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto
}

.signup-item .signup-head {
    margin-bottom: 40px
}

.signup-item .signup-head h2 {
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative
}

.signup-item .signup-head h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #0046c0;
    border-radius: 5px
}

.signup-item .signup-head p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0
}

.signup-item .signup-head p a {
    display: inline-block;
    color: #0046c0
}

.signup-item .signup-head p a:hover {
    color: #111
}

.signup-item .signup-form .form-group {
    margin-bottom: 30px
}

.signup-item .signup-form .form-group .form-control {
    height: 45px;
    border: 1px solid #4a6f8a;
    padding-left: 20px;
    font-size: 15px
}

.signup-item .signup-form .form-group .form-control:focus {
    border: 1px solid #0046c0;
    box-shadow: none
}

.signup-item .signup-form .form-group .form-check .form-check-input {
    width: 15px!important;
    height: 15px!important;
    top: 3px;
    margin-top: 0
}

.signup-item .signup-form .form-group .form-check label {
    color: #4a6f8a
}

.signup-item .signup-form .form-group .form-check label a {
    display: inline-block;
    color: #0046c0
}

.signup-item .signup-form .form-group .form-check label a:hover {
    color: #111
}

.signup-item .signup-form .form-group ::-moz-placeholder {
    color: #4a6f8a
}

.signup-item .signup-form .form-group ::placeholder {
    color: #4a6f8a
}

.signup-item .signup-form .form-group .forgot-pass a {
    color: #4a6f8a;
    display: inline-block;
    border-bottom: 2px solid #0046c0
}

.signup-item .signup-form .form-group .forgot-pass a:hover {
    color: #0046c0
}

.signup-item .signup-form .signup-btn {
    color: #fff;
    background-color: #0046c0;
    width: 100%;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    transition: .5s all ease
}

.signup-item .signup-form .signup-btn:hover {
    background-color: #232323
}

.login-left {
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.login-left img {
    display: none
}

.privacy-area {
    padding-bottom: 160px
}

.privacy-item {
    margin-bottom: 50px
}

.privacy-item h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600
}

.privacy-item p {
    margin-bottom: 0
}

.privacy-item ul {
    margin: 0;
    padding: 0
}

.privacy-item ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 18px
}

.privacy-item ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    bottom: -2px
}

.privacy-item ul li:last-child {
    margin-bottom: 0
}

.departments-area {
    padding-bottom: 180px
}

.department-item {
    text-align: center;
    border: 2px solid #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: .5s all ease;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-style: dotted;
}

.department-item:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #1a5b7d;
    transition: .5s all ease
}

.department-item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #1c6084;
    transition: .5s all ease
}

.department-item:hover:before {
    width: 51%
}

.department-item:hover:after {
    width: 50%
}

.department-item:hover i {
    color: #fff
}

.department-item:hover h3 {
    color: #fff
}

.department-item:hover p {
    color: #fff;
    text-align: justify!important;
}

.department-item i {
    font-size: 45px;
    display: block;
    margin-bottom: 20px;
    color: #1c5f84;
    transition: .5s all ease
}

.department-item h3 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
    transition: .5s all ease
}

.department-item p {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    transition: .5s all ease;
    text-align: justify;
}

.services-details-img {
    margin-bottom: 50px
}

.services-details-img img {
    width: 100%;
    margin-bottom: 30px;
    height: 100%;
    object-fit: cover;
    background: white;
}

.services-details-img h2 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.services-details-img p {
    margin-bottom: 20px;
    text-align: justify;
}

.services-details-img blockquote {
    font-size: 15px;
    color: #4a6f8a;
    background-color: rgba(0,70,192,.0784313725);
    padding: 30px 75px;
    line-height: 26px;
    position: relative;
    margin-bottom: 20px;
    text-align: justify;
}

.services-details-img blockquote i {
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 38px;
    font-size: 32px
}

.service-details-inner-left {
    background-image: url(../img/signup-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.service-details-inner-left img {
    display: none
}

.service-details-inner {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4%;
    right: 10%;
    background: #1c6085;
    padding: 19px 19px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.service-details-inner h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px
}

.service-details-inner p {
    margin-bottom: 0
}

.counter-area-four {
    margin-top: 0;
    margin-bottom: 100px
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 10
}

.back-to-top-btn i {
    background-color: #000000;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    border-radius: 50%;
    transition: .5s all ease;
    margin-right: 28px;
    box-shadow: 0 0 14px 0 #000000;
}

.back-to-top-btn i:hover {
    background-color: #111;
    color: #fff;
    box-shadow: 0 0 14px 0 #111
}

.slider-item-two {
    overflow: hidden
}

.slider-item-two:before {
    background-color: #000111
}

.slider-item-two .slider-shape img {
    top: -75px;
    right: 0;
    animation: item-two-ani 35s infinite linear
}

.slider-item-two .slider-text h1 {
    margin-bottom: 25px;
    line-height: 60px
}

@keyframes item-two-ani {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.about-area-two .about-item p {
    margin-bottom: 10px;
    text-align: justify;
}

.about-area-two .about-item a {
    margin-top: 20px
}

.service-area-two .section-title {
    max-width: 415px
}

.symptoms-img {
    margin-bottom: 30px
}

.symptoms-img img {
    border-radius: 10px;
    width: 100%
}

.symptoms-content .section-title {
    margin-bottom: 30px
}

.symptoms-content p {
    margin-bottom: 20px
}

.symptoms-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.symptoms-content ul li {
    list-style-type: none;
    display: inline-block;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
    position: relative
}

.symptoms-content ul li span {
    display: block;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(221,221,221,.5019607843);
    color: #111;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 10px 14px 40px;
    border-radius: 5px;
    z-index: 1;
    transition: .5s all ease
}

.symptoms-content ul li span:hover {
    color: #fff
}

.symptoms-content ul li span:hover i {
    color: #fff
}

.symptoms-content ul li span:hover:before {
    height: 100%;
    border-radius: 5px
}

.symptoms-content ul li span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0046c0;
    border-radius: 0 0 5px 5px;
    z-index: -1;
    transition: .5s all ease
}

.symptoms-content ul li span i {
    display: inline-block;
    color: #0046c0;
    font-size: 30px;
    position: absolute;
    top: 9px;
    left: 10px;
    transition: .5s all ease
}

.faq-area-two {
    background-color: #4f87fb;
    position: relative
}

.faq-area-two .faq-shape img {
    position: absolute
}

.faq-area-two .faq-shape img:nth-child(1) {
    top: 0;
    right: 0
}

.faq-area-two .faq-shape img:nth-child(2) {
    left: 0;
    bottom: 0
}

.faq-area-two .section-title {
    text-align: center
}

.faq-area-two .section-title h2 {
    color: #fff;
    display: inline-block
}

.faq-area-two .section-title h2:before {
    background-color: #fff
}

.faq-area-two .faq-img {
    margin-bottom: 30px;
    background-image: url(../img/home-four/faq-main.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative
}

.faq-area-two .faq-img img {
    width: 100%;
    display: none
}

.faq-area-two .faq-img a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: #fff;
    background-color: #4f87fb;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    z-index: 1;
    text-align: center;
    transform: translateY(-50%) translateX(-50%)
}

.faq-area-two .faq-img a:hover {
    background-color: #232323
}

.faq-area-two .accordion li .faq-head {
    color: #fff;
    border: 1px solid #fff
}

.faq-area-two .accordion li .faq-head.active {
    border: 1px solid #0046c0
}

.faq-area-two .accordion li .faq-head:after {
    color: #fff
}

.faq-area-two .accordion li .faq-content p {
    color: #fff
}

.faq-area-two .accordion li .faq-content p a {
    color: #fff
}

.faq-area-two .accordion li .faq-content p a:hover {
    color: #111
}

.slider-item-three-img {
    background-image: url(../img/home-five/banner-main.jpg)
}

.slider-item-three-img-two {
    background-image: url(../img/home-five/banner-main2.jpg)
}

.home-slider-three .owl-dots {
    display: none!important
}

.slider-item-three {
    overflow: hidden
}

.slider-item-three:before {
    display: none
}

.slider-item-three .slider-text {
    margin-top: -30px
}

.slider-item-three .slider-text span {
    display: inline-block;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px
}

.slider-item-three .slider-text span:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    left: 0;
    bottom: 10px;
    background-color: #2459b8;
    border-radius: 10px
}

.slider-item-three .slider-text h1 {
    font-size: 60px;
    margin-bottom: 25px;
    color: #111
}

.slider-item-three .slider-text p {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 22px;
    color: #111
}

.slider-item-three .slider-text .common-btn a {
    color: #fff;
    background-color: #0046c0
}

.slider-item-three .slider-text .common-btn a:hover {
    border: 2px solid #111;
    background-color: #111
}

.slider-item-three .slider-text .common-btn .cmn-btn-right {
    background-color: transparent;
    color: #0046c0;
    border: 2px solid #0046c0
}

.slider-item-three .slider-text .common-btn .cmn-btn-right:hover {
    background-color: #0046c0;
    color: #fff;
    border: 2px solid #0046c0
}

.slider-item-three .slider-shape img {
    top: -65px;
    right: 0;
    animation: item-two-ani 40s infinite linear
}

.spread-area .spread-img {
    margin-bottom: 30px
}

.spread-area .spread-img img {
    border-radius: 10px;
    width: 100%
}

.spread-area .spread-content .section-title-two {
    margin-bottom: 25px
}

.spread-area .spread-content p {
    margin-bottom: 25px
}

.spread-area .spread-content ul {
    margin: 0;
    padding: 0
}

.spread-area .spread-content ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 105px
}

.spread-area .spread-content ul li:hover img {
    animation: item-two-ani 5s infinite linear
}

.spread-area .spread-content ul li img {
    position: absolute;
    top: 0;
    left: 0;
    animation: none;
    transition: .5s all ease
}

.spread-area .spread-content ul li h3 {
    font-weight: 600;
    font-size: 20px
}

.spread-area .spread-content ul li p {
    margin-bottom: 0
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    transform: translateY(-50%)
}

.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d
}
img.gole {
    width: 139px!important;
    height: 76px;
    position: relative;
    top: -20px;
    background: white;
    border: 2px solid white;
    padding: 7px 6px;
    border-radius: 8px;
    object-fit: contain;
}


section.why_u {
    background: #1c6085;
}
.coun {
    background: #fff;
    /* padding: 10px 0px; */
    border-radius: 7px;
}
.why_main h2 {
    color: #fff;
    margin-bottom: 22px;
    font-size: 37px;
    font-weight: 600;
    text-shadow: 2px 2px black;
    text-transform: capitalize;
}
.count-number {
    text-align: center;
}
.coun {
    position: relative;
}

.coun:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #335185;
    left: 33%;
    top: 0;
}
.coun:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #335185;
    right: 33%;
    top: 0;
}
.abt p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    text-align: justify;
}
.red_mo a.btn-view {
    color: #fff!important;
    border: 1px solid #fff;
    padding: 5px 17px;
    border-radius: 5px;
}

.red_mo {
    margin-top: 22px;
}
.red_mo .btn-view .icon {
    color: #ffffff;
}
.pr_md h2 {
    color: #fff;
    padding-top: 69px;
    text-align: center;
    text-shadow: 2px 2px black;
}
.pr_md p {
    color: #fff;
    font-size: 16px;
    padding-top: 23px;
    line-height: 27px;
    font-weight: 400;
    text-align: justify;
}
.my_bg {
    /* background-image: url(../../new-img/9c8a0d64db.png); */
    width: 100%;
    background-size: contain;
    background-position: right;
    position: relative;
    margin-top: -141px;
    padding-top: 0;
    background-repeat: no-repeat;
    background: #00537b00;
}
.row.pt-cus {
    padding: 60px 0px;
}
.pr_md {
    padding: 75px 0px;
}
.icon-box img {
    width: 117px;
}
.row.top_foot {
    padding: 88px 0px;
}
.row.footermenurow {
    border-top: 1px solid #ffffff5c;
}
.footer_sd {
    padding-right: 34px;
}
.comon_icon {
    position: fixed;
    width: 59px;
    z-index: 1;
    right: 30px;
    bottom: 66px;
    }
.comon_icon img {width:100%}	
	.wrap-counter {
  display: flex;
  justify-content: space-between;
}
.wrap-counter .counter-box {width: 35%;padding: 26px 8px;}
.wrap-counter .counter-box .number {
  font-size: 38px;
  line-height: 56px;
  /* font-family: "Josefin Sans", sans-serif; */
  color: #335185;
  font-weight: 700;
}
.wrap-counter .counter-box .title-count {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #335185;
  text-transform: uppercase;
  text-align: center;
}
section.services-area.pb-70 {
    padding-top: 30px;
}
img.fotoo {
    width: 100%;
    height: 225px;
    object-fit: cover;
    padding-top: 11px;
}

.footer {
    background: rgb(26, 82, 145);
}

.footer a {
    color: rgb(242, 242, 242);
}

.footer a:focus, .footer a:hover, .footer a:active {
    color: rgb(239, 163, 53);
}

.footer .widget .widget-title {
    margin-top: 0px;
}

.footer .widget.dark .quick-contact-form button {
    border-color: rgb(51, 51, 51);
    color: rgb(144, 144, 144);
}

.footer .widget.dark .quick-contact-form button:hover {
    background-color: rgb(238, 238, 238);
    border-color: rgb(238, 238, 238);
    color: rgb(51, 51, 51);
}

.footer-box {
    padding: 20px 15px;
}

.footer-box.icon-box {
    margin-bottom: 0px;
}

.footer-box .title {
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.footer-box p {
    color: rgb(238, 238, 238);
    line-height: 20px;
}

.footer-box p i {
    color: rgb(255, 255, 255);
    margin-left: 10px;
}

.footer-box-wrapper {
    margin-top: -55px;
}

.footer-news-letter .newsletter-form .form-control {
    background: rgb(51, 51, 51);
    border: medium none;
    height: 42px;
    margin-right: 10px;
}

.tp-bgimg.defaultimg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
}

img.img-fullwidth {
    width: 100%;
    height: 288px;
    object-fit: cover;
}

a.post-thumb.mr-20 img {
    width: 102px;
    object-fit: cover;
}

p.copy__right {
    color: black;
    font-weight: 700;
    margin: -11px 0px;
    text-align: center;
}

p.copy__right a {
    color: rgb(26, 82, 145);
}

.footer-bottom.bg-white-333 {
    background: rgb(239, 163, 53);
}
.footer-quick p {
    color: white;
    line-height: 23px;
    text-align: justify;
}
img.fotr {
    width: 14em;
    background: white;
    border: 2px solid #2f6d8f;
    border-radius: 16px;
    margin-bottom: 7px;
}

.promo-info h3 {
    color: white;
}

.promo-info p {
    color: white;
}
.testimonial-card.style3.aos-init.aos-animate {
    height: 300px;
}

.loc h2 {
    font-size: 20px;
    text-align: center;
    font-family: system-ui;
    color: #255d76;
    font-weight: 700;
}

.loc p {
    color: black;
    text-align: center;
}

iframe.head {
    width: 100%;
    height: 236px;
}
.loc {
    border: 4px solid #bdb9b9;
    padding: 6px 6px;
    background: #fdfcfb;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    border-radius: 16px;
    height: 461px;
}
.location-list{    overflow: hidden;
    margin: 20px 0 0;
    border-bottom: 1px solid #095b7f52;
    padding: 5px 0;}
.location-list ul{    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 80%;
    float: right;}
	.location-list h5{
    width: 17%;
    text-align: center;
    float: left;
    font-size: 15px;
    color: #ffffff;
    padding: 15px 0;
    background: #1c6085;
    font-family: system-ui;
    }
.location-list ul li{
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    color: #255d76;
    margin: 0px 0px;
}
section.upper-part {
    background: linear-gradient(45deg, #255d7645, #fdfbff);
}
section.testimonia {
    background: #1c6085;
    padding: 37px 0px;
}

p.client-quote {
    color: black;
    text-align: center;
}

.testimonial-card.style3.aos-init.aos-animate {
    border: 3px solid white;
    padding: 18px 22px;
    background: white;
    height: 277px;
    border-radius: 13px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.client-info h3 {
    color: #2f6d8f;
    font-size: 18px;
    text-align: center;
}
h2.hed-test {
    color: white;
}
.promo-wrap.style3.pb-100 {
    padding-top: 32px;
    padding-bottom: 32px;
    background-image: url(../../new-img/shape-10.png);
    background-position: unset;
    background-repeat: no-repeat;
    /* background-size: cover; */
}
footer.pb-70:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #115078a3;
}

.row.justify-content-center {
    position: relative;
}


/** processing-section **/

.processing-section{
  position: relative;
  padding: 120px 0px 115px 0px;
}

.processing-section .sec-title .sub-title{
  color: #fff;
}

.processing-section .sec-title .sub-title:before,
.processing-section .sec-title .sub-title:after{
  background: #fff;
}

.processing-block-one .inner-box{
  position: relative;
  display: block;
  padding: 0px 50px;
}

.processing-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
}

.processing-block-one .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 140px;
  height: 130px;
  line-height: 140px;
  font-size: 56px;
  color: #fff;
  z-index: 1;
}

.processing-block-one .inner-box .icon-box .icon:before{
  position: absolute;
  content: '';
  width: 140px;
  height: 130px;
  left: 0px;
  top: 0px;
  background: #2b75fc;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

.processing-block-one .inner-box .icon-box .count-text{
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  z-index: 1;
  top: 0px;
  right: -20px;
}

.processing-block-one .inner-box .icon-box .count-text:before{
  position: absolute;
  content: '';
  width: 48px;
  height: 40px;
  left: 0px;
  top: 0px;
  background: #0f5ff1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

.processing-block-one .inner-box .icon-box .count-text:after{
  position: absolute;
  content: '';
  width: 38px;
  height: 32px;
  left: 6px;
  top: 4px;
  background: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

.processing-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 29px;
}

.processing-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 9px;
}

.processing-block-one .inner-box .lower-content p{
  color: #fff;
}

.processing-block-one .inner-box .shape{
  position: absolute;
  top: 57px;
  right: -51%;
  transform: translateX(-50%);
  width: 216px;
  height: 16px;
  background-repeat: no-repeat;
}

.processing-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.services-area.service-area-two.pb-70 {
    background-position: initial;
    background-repeat: no-repeat;
    /* background: red; */
    background-image: url(../../new-img/shape-12.png);
}
p.test {
    text-align: center;
    font-size: 23px;
    margin-bottom: -4px;
    color: #ffc40e;
}


.ratingAndLeads_ratingAndLeadsSection__ry_wh {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #2a76a4
}

.ratingAndLeads_cardColor__Sp0Vx {
    background: linear-gradient(180deg,#369969,#359868 .01%,#004b22)
}

.ratingAndLeads_ratingStars__A189K {
    width: 20.66px;
    margin-right: 4px
}

.ratingAndLeads_ratingAndLeadsSectionInfoHeading__rO87N {
    font-size: 300%;
    font-weight: 500;
    line-height: 64px;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 2.86%;
    text-align: center;
}

.ratingAndLeads_ratingAndLeadsSectionInfoSubheading__XaRvm {
    width: 98%;
    font-size: 150%;
    line-height: 32px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.ratingAndLeads_ratingAndLeadsSectionInfoDiv__8Cmqw {
    margin-top: 4.63%
}

.ratingAndLeads_ratingLeadsHeading__cccIl {
    font-size: 300%;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    margin-bottom: 31px
}

.ratingAndLeads_ratingLeadsSubheading__36UvQ {
    font-size: 150%;
    font-weight: 400;
    line-height: 36px;
    color: #fff
}

.ratingAndLeads_ratingHeading__kC5ZV {
    font-size: 200%;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.405%;
    text-transform: uppercase
}

.ratingAndLeads_ratingNumber__3Wjrk {
    font-size: 300%;
    line-height: 60px;
    color: #fff;
    width: auto;
    padding-right: 0
}

.ratingAndLeads_overallStars__zgPU5 {
    padding-left: 3.185%
}

.ratingAndLeads_reviewsCount__sLUDN {
    font-size: 150%;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin-bottom: 60px
}

.ratingAndLeads_reviewLink__Mi_hP,.ratingAndLeads_reviewLink__Mi_hP:hover {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #f79333;
    text-decoration: none;
    cursor: pointer
}

#ratingAndLeads_testimonialCardsHeight__XliNB {
    min-height: 430px
}

.ratingAndLeads_readMoreORLessButton__pdvMU {
    color: #2a76a4!important;
    font-family: Nunito Sans
}

.ratingAndLeads_userDetail__vyAbn {
    font-size: 112.5%;
    line-height: 27px;
    color: #525252;
    padding-bottom: 20px
}

.ratingAndLeads_feedbackVideo__3k_v8 {
    width: 90%
}

.ratingAndLeads_feedbackText__XdH3R {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    position: relative;
    width: 85%
}

.ratingAndLeads_feedbackText__XdH3R:before {
    content: url(/media/image/invertedComma1.svg);
    position: absolute;
    top: -5px;
    left: -25px
}

.ratingAndLeads_feedbackText__XdH3R:after {
    content: url(/media/image/invertedComma2.svg);
    position: absolute;
    margin-left: 8px;
    bottom: -10px
}

.ratingAndLeads_feedbackPersonDetails__HSr_g {
    width: auto
}

.ratingAndLeads_feedbackPersonName__7v3bu {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #fff
}

.ratingAndLeads_feedbackPersonProfession__mq6vJ {
    font-size: 18px;
    line-height: 125%;
    color: #fff
}

.ratingAndLeads_LeadingHospitalsHeading__Bb_iM {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -1px;
    margin-bottom: 3.087%;
    margin-top: 4.63%
}

.ratingAndLeads_card_title__hzTzF {
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 0
}

.ratingAndLeads_cardText__aTD7x {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #161616;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 24px;
    font-family: Nunito Sans;
    text-align: center!important
}

.ratingAndLeads_hide__3eHpt {
    display: none
}
.rightBorder {
    border-right: 2px solid #f79333;
}

@media only screen and (min-width: 1440px) {
    #ratingAndLeads_testimonialCardsHeight__XliNB {
        min-height:465px
    }
}

@media only screen and (max-width: 1199px) {
    .ratingAndLeads_ratingNumber__3Wjrk {
        width:25%
    }

    #ratingAndLeads_testimonialCardsHeight__XliNB {
        min-height: 540px
    }
}

@media only screen and (max-width: 896px) {
    .ratingAndLeads_ratingAndLeadsSection__ry_wh {
        padding:60px 8px
    }

    .ratingAndLeads_ratingStars__A189K {
        width: 12.67%;
        max-width: 31px;
        margin-right: 2px
    }

    .ratingAndLeads_ratingAndLeadsSectionInfoHeading__rO87N {
        font-size: 36px;
        line-height: 54px
    }

    .ratingAndLeads_ratingAndLeadsSectionInfoSubheading__XaRvm {
        font-size: 18px;
        line-height: 27px
    }

    .ratingAndLeads_ratingLeadsHeading__cccIl {
        font-size: 200%;
        font-weight: 700;
        line-height: 42px;
        color: #fff;
        width: 100%;
        margin-bottom: 6%
    }

    .ratingAndLeads_ratingLeadsSubheading__36UvQ {
        font-size: 112.5%;
        font-weight: 400;
        line-height: 27px;
        color: #fff;
        margin-bottom: 3%
    }

    .ratingAndLeads_ratingHeading__kC5ZV {
        font-size: 150%;
        line-height: 32px;
        font-weight: 700;
        color: #fff
    }

    .ratingAndLeads_ratingNumber__3Wjrk {
        font-size: 225%;
        font-weight: 700;
        line-height: 48px;
        width: auto
    }

    .ratingAndLeads_overallStars__zgPU5 {
        padding-left: 3.485%
    }

    .ratingAndLeads_reviewsCount__sLUDN {
        font-size: 112.5%;
        line-height: 20px;
        padding-top: 1.5%;
        margin-bottom: 8.95%
    }

    #ratingAndLeads_testimonialCardsHeight__XliNB {
        min-height: 500px
    }

    .ratingAndLeads_userDetail__vyAbn {
        padding: 20px
    }

    .ratingAndLeads_fiveStars__a70Ld {
        margin: 0;
        padding: 0 20px
    }

    .ratingAndLeads_feedbackVideo__3k_v8 {
        width: 100%;
        height: auto
    }

    .ratingAndLeads_feedbackText__XdH3R {
        margin-top: 40px;
        width: 95%;
        padding-left: 45px
    }

    .ratingAndLeads_feedbackText__XdH3R:before {
        left: 10px
    }

    .ratingAndLeads_feedbackPersonDetails__HSr_g {
        padding-left: 45px
    }

    .ratingAndLeads_feedbackPersonName__7v3bu {
        font-size: 18px;
        line-height: 133%
    }

    .ratingAndLeads_feedbackPersonProfession__mq6vJ {
        font-size: 14px;
        line-height: 133%
    }

    .ratingAndLeads_LeadingHospitalsHeading__Bb_iM {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0;
        margin-bottom: 20px
    }

    .ratingAndLeads_cardTitle__WReQk,.ratingAndLeads_card_title__hzTzF {
        margin-bottom: 12px;
        margin-top: 0;
        font-weight: 500;
        padding-top: 30px;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 359px) {
    #ratingAndLeads_testimonialCardsHeight__XliNB {
        min-height:528px
    }
}
.row.leda {
    padding-top: 30px;
}

h3.laed {
    text-align: center;
    color: white;
    font-size: 33px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 12px 0px;
    padding-bottom: 21px;
}

.partu img {
    background: white;
    padding: 17px 5px;
    width: 100px;
    height: 112px;
    object-fit: contain;
    border-radius: 10px;
}
section.partnersff {
    padding-top: 30px;
}
.partugh img {
    height: 112px;
    width: 100%;
    object-fit: contain;
    background: white;
    border: 2px solid #1a5a7c;
    border-radius: 10px;
    padding: 16px 10px;
}
p.cont i {
    color: #ed2e34;
}
p.cont {
    margin-top: -5px;
}
p.cont span {
    font-weight: 600;
    font-size: 20px;
    color: #00537b;
}
p.newww {
    position: 
relative;
    top: -31px;
    text-align: justify;
}


.tp-process__thumb {
  filter: grayscale(100%);
  transition: 0.3s;
  mix-blend-mode: luminosity;
}
.tp-process__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #232331, transparent);
}
.tp-process__content {
  margin: 0 175px;
  bottom: 0;
  background: var(--tp-theme-2);
  z-index: 2;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: 0.8s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-process__content {
    margin: 0 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-process__content {
    margin: 0 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-process__content {
    margin: 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-process__content {
    margin: 0 42px;
  }
}
@media (max-width: 767px) {
  .tp-process__content {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-process__content {
    margin: 0 90px;
  }
}
.tp-process__content .designation {
  padding: 40px;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-process__content .designation {
    padding: 20px;
  }
}
.tp-process__content .designation span {
  font-size: 16px;
  color: #d5d5d5;
  font-weight: 700;
}
.tp-process__content .designation .title-2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--tp-common-white);
  transition: 0.4s;
}
.tp-process__content .designation .title-2:hover {
  color: #232331;
}
.tp-process__content .icon {
  margin-right: 40px;
  margin-top: -30px;
}
.tp-process__content .icon a {
  color: var(--tp-heading-1);
  background-color: var(--tp-common-white);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  font-size: 18px;
  transition: 0.4s;
}
.tp-process__content .icon a:hover {
  background-color: #ffbf42;
}

.tp-work-2__icon span {
  font-size: 65px;
  height: 160px;
  width: 160px;
  background-color: #f8f5f1;
  text-align: center;
  line-height: 190px;
  display: inline-block;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
.tp-work-2__icon b {
  width: 60px;
  height: 60px;
  background-color: rgb(0 0 0);
  box-shadow: 0px 4px 40px 0px rgba(35, 35, 49, 0.06);
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  position: absolute;
  top: 47px;
  left: -23px;
  transition: 0.4s;
  z-index: 1;
  font-size: 18px;
  color: white;
}
.tp-work-2-title-3 {
  font-size: 24px;
  font-weight: 700;
}
.tp-work-2__item:hover .tp-work-2__icon b {
  background-color: var(--tp-theme-1);
}
.tp-work-2__shap-img {
  position: absolute;
  top: 7%;
  left: 11%;
  transform: rotate(-1deg);
}
.tp-work-2__shap-img img {
  width: 73%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-work-2__shap-img {
    display: none;
  }
}


.tp-work-2__icon img {
    width: 99px;
    height: 99px;
    object-fit: cover;
    background: #fdfdfd00;
    padding: 7px 7px;
    border-radius: 50%;
    position: relative;
    left: 8px;
    top: -6px;
}
.tp-work-2__item:hover .tp-work-2__icon b {
  background-color: var(--tp-theme-1);
}
.tp-work-2__shap-img {
  position: absolute;
  top: 7%;
  left: 11%;
  transform: rotate(-1deg);
}
.tp-work-2-title-3 {
  font-size: 24px;
  font-weight: 700;
}
.tp-work-2__item:hover .tp-work-2__icon b {
  background-color: black;
}
.tp-work-2__shap-img {
  position: absolute;
  top: 281%!important;
  left: 24%!important;
  transform: rotate(-1deg);
}
.tp-work-2__shap-img img {
  width: 53%;
}
.tp-work-2__content.pt-25 {
    background: #f8f5f1;
    padding: 15px 0px;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 10px;
}
.section-title.mb-3 h3 {
    color: #004973;
}
.about-banh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-details-area.ptb-100 {
    padding-top: 39px;
}
section.departments-area.pt-100 {
    padding-top: 0;
    margin-top: 70px;
    padding-bottom: 21px;
    background-image: url(../../new-img/bg1.png);
}
h2.serd {
    text-align: center;
    background: #1c6085;
    color: white;
    font-size: 23px;
    padding: 5px 0px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid white;
    margin-bottom: 28px;
    margin-top: -70px;
    border-style: dotted;
    letter-spacing: 3px;
}
.care img {
    width: 100%;
    height: 331px;
    object-fit: cover;
}

.service-details-area.ptb-100.we {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 40px;
}

.service-details-inner h3 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: white;
}

.service-details-inner p {
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
    color: white;
}
h3.laed.fr {
    color: white;
}

.tp-work-2__content.pt-25 p {
    text-align: justify;
    padding: 4px 19px;
}
.service-details-area.ptb-100 {
    background-image: url(../../new-img/bg1.png);
    background-attachment: fixed;
    padding-bottom: 4px;
}


.fixed-btn {
    position: fixed;
    bottom: 33px;
    left: 8px;
    z-index: 9999;
}
.fixed-btn_2 {
    position: fixed;
    bottom: 86px;
    z-index: 9999;
    left: 6px;
}
.btnn a i {
    display: block;
    font-size: 28px;
    padding: 11px;
    border-radius: 12px;
    margin-top: 2px;
    color: white;
    width: 46px;
    box-shadow: rgb(0, 0, 0) -3px 0px 0px 1px;
}

.btnn a:hover i {
}

.btnn a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.btnn a p {
    font-size: 14px;
    color: white;
    margin: 2px 0px 0px;
    border-radius: 0px 12px 12px 0px;
    padding: 7px 14px 7px 5px;
    width: 95px;
    display: none;
}

.btnn a:hover p {
}

.btnn a p {
    transition: all 1s ease 0s;
}

.social-1 {
    background: rgb(222, 0, 0);
}

.social-2 {
    background: rgb(85, 125, 197);
}

.social-3 {
    background: rgb(165, 142, 194);
}

.social-4 {
    background: rgb(32, 71, 208);
}

.social-5 {
    background: rgb(3, 141, 22);
}

img.wtsp {
    width: 51px;
}



/*contactcsss*/


.container.ghdfyt {
  position: relative;
  width: 1142px;
  min-height: 100vh;
  padding: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}
.form {
  width: 100%;
  max-width: 953px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #1c6085;
  position: relative;
  padding: 18px 23px;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #F44336);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #eb252b;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

.textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #c3922c;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: white;
  color: #000;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #1c6085;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #1c6085;
  font-size: 31px;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #F44336;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1c6085, #1c6085);
  bottom: 52%;
  right: 38%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }


}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }


  .title {
    font-size: 1.15rem;
  }



  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}


.information p {
    font-size: 14px;
}
iframe.location {margin-top: -85px;width: 100%;}
.header-top-right ul li a i {
    /* position: relative; */
    /* top: -2px; */
}


h2.hed-test.fg {
    color: #fbfbfb;
    text-transform: uppercase;
}
.easystep h4 {
    font-size: 19px;
    text-align: center;
    line-height: 24px;
    /* color: white; */
    font-weight: 600;
}

.easystep {
    border: 2px solid #1c6085;
    padding: 17px 16px;
    height: 223px;
    /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; */
    background: white;
    line-height: 26px;
    border-radius: 10px;
    border-style: dotted;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

section.easy {
    padding-bottom: 37px;
    padding-top: 27px;
    background: #1c6085;
}

.easystep p {
    font-size: 15px;
    text-align: center;
    line-height: 19px;
    color: black;
    margin-bottom: 9px;
    padding-top: 6px;
}
h2.hed-test.hiree {
    text-transform: uppercase;
}

.img-paryu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid #1c6085;
    border-radius: 32px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
section.doctors-area.ptb-100 {
    padding-top: 50px;
}

.doctor-top img {
    width: 100%;
    height: 283px;
    object-fit: cover;
}

.doctor-bottom h3 a {
    font-size: 19px!important;
    line-height: 27px;
}
.img-care img {
    width: 100%;
    height: 81vh;
    object-fit: cover;
}
.img-care {
    position: relative;
    left: -48px;
    top: 40px;
}

h2.headrt {
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

section.easyw {
    padding: 38px 0px;
}

.section-easy h4 {
    font-size: 32px;
    text-align: center;
    border: 2px solid black;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 42px;
    position: relative;
    background: #1a5a7d;
    color: white;
}
h2.headrt {
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

section.easyw {
    padding: 58px 0px;
    background: linear-gradient(45deg, #ffffff, #1c608524);
}

.section-easy h4 {
    font-size: 20px;
    text-align: center;
    border: 3px solid #fdfbff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 51px;
    position: relative;
    background: #1a5a7d;
    color: white;
    left: 50%;
    margin-top: 25px;
    margin-bottom: 18px;
}
img {}

.section-easy img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    position: relative;
    left: 9%;
}

.easyy-rap h5 {
    font-size: 29px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #1c6085;
    margin: 0;
}

.easyy-rap p {
    text-align: center;
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.easyy-rap {
    border: 3px solid #1c6085;
    padding: 15px 15px;
    height: 196px;
    border-radius: 42px;
    margin-top: 26px;
}
span.step {
    color: #ec1d24;
    font-style: italic;
}
.log {
    display: flex;
    gap: 13px;
    align-items: center;
}

