.auto-container {
    max-width: 1290px;
}
h2 {
    font-size: 40px !important;
    line-height: 1.1;
}
h2,h3 {
    text-transform: none;
}
.sec-title {
    margin-bottom: 30px;
}
.sec-title h4 {
    color: #13c6dd;
    font-weight: 500;
    font-size: 16px !important;
}
.img-ratio {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 0px 0px;
}
.img-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    transition: 0.5s;
}
/* Header */
.header-top {
    position: static;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
}
.header-top-left {
    display: flex;
    gap: 22px;
    align-items: center;
}
.header-top h6 {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-size: 15px !important;
    text-transform: none;
    font-weight: 400;
}
.header-top h6:after {
    content: "|";
    padding-left: 10px;
}
.header-top h6:last-child:after {
    display: none;
}
.header_middle {
    padding-top: 15px;
}
.site-logo img {
    max-width: 300px;
}
.tag-name {
    padding-right: 30px;
}
.tag-name h3 {
    font-size: 33px !important;
    color: #891613;
    margin-bottom: 0px;
}
.tag-name h4 {
    font-size: 18px !important;
    font-weight: 500;
}
ul.nav_menu {
    display: flex;
    flex-wrap: wrap;
}
ul.nav_menu li {
    margin: 0px 10px;
}
ul.nav_menu li a {
    padding: 10px;
    font-size: 18px;
    color: #000;
    display: inline-block;
    position: relative;
}
ul.nav_menu li a:after {
    content: "";
    background: #13c6dd;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
ul.nav_menu li a:hover:after,
ul.nav_menu li a.menu_active:after {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}
/* Banner */
.hero-banner img {
    width: 100%;
    max-width: 100%;
}
.hero-caption {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 58px;
    background-color: #D9D5D4;
}
.hero-caption * {
    color: #4b494a;
}
/*.hero-caption:after {
    content: "";
    position: absolute;
    border-width: 0 0 517px 300px;
    border-color: transparent transparent transparent #D9D5D4;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    left: 100%;
    z-index: 9;
}*/
.hero-caption h1 {
    font-size: 80px !important;
    color: #000000;
}
.hero-caption h3 {
    font-size: 34px !important;
    font-weight: 400;
}
.hero-caption h4 {
    font-size: 40px !important;
    font-weight: 700;
    margin-bottom: 30px;
}
.hero-caption p {
    font-size: 34px !important;
    font-weight: 400;
    line-height: 1.1;
}
.hero-caption p span {
    font-weight: 700;
    display: block;
    font-size: 30px !important;
}
.hero-img {
    display: flex;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-size: calc(100% - 0px) 100%;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
    height: 80vh;
}
.hero-img .inner-bx {
    max-width: 550px;
}
/* About Us */
.dak-intro-area {
    margin-top: 70px;
    margin-bottom: 70px;
}
.intro-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px;
    display: flex;
    justify-content: flex-end;
    min-height: 400px;
}
.intro-cont {
    background-color: #fff;
    padding: 30px;
    max-width: 700px;
}
.intro-cont .sec-title {
    margin-bottom: 15px;
}
.intro-cont h2 {
    font-size: 45px !important;
}
/* Services */
.dak-specialist-area {
    background: #f9f9fd;
    padding-top: 80px;
    padding-bottom: 50px;
}
.dak-specialist-area .sec-title {
    max-width: 600px;
    margin: 0 auto 30px auto;
}
.ser-item {
    margin-bottom: 30px;
}
.ser-item .inner-bx {
    background-color: #fff;
    border-radius: 10px;
}
.ser-item .doctor-img {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 0px 0px;
}
.ser-item .doctor-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    transition: 0.5s;
}
.ser-item .doctor-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
}
.ser-item .inner-bx:hover .doctor-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}
.ser-item .inner-bx:hover .doctor-img img {
    transform: scale(1.3);
}
.ser-item .ser-cont {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
}
.ser-item .ser-cont:after {
    content: "";
    background: rgba(21, 185, 217, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-radius: 0px 0px 10px 10px;
    transition: all .3s ease;
}
.ser-item .inner-bx:hover .ser-cont:after {
    height: 100%;
}
.ser-item .ser-cont h3 {
    position: relative;
    z-index: 9;
}
.ser-item .inner-bx:hover h3 {
    color: #efa286;
}
/* Feature */
.dak-feature-area {
    padding-top: 80px;
    padding-bottom: 50px;
}
.feature-item {
    margin-bottom: 30px;
}
.feature-item .inner-bx {
    padding: 30px 30px;
    background: #f9f9fd;
    border-radius: 10px;
    transition: .5s;
    border: 1px solid #13c6dd;
}
.feature-item .inner-bx:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.feature-item .inner-bx img {
    margin-bottom: 30px;
}
.feature-item .inner-bx h3 {
    font-size: 20px !important;
    font-weight: 500;
}
/* Appointment */
.dak-appointment-area {
    background-color: #13c6dd;
    padding: 80px 0px;
}
.appointment-cont .sec-title {
    padding-top: 50px;
}
.appointment-cont .sec-title h4,
.appointment-cont .sec-title h2 {
    color: #fff;
}
.appointment-cont .sec-title h2 {
    font-size: 60px !important;
}
.appointment-cont .sec-title h2 span {
    display: block;
    font-size: 50px !important;
}
.appointment-form .inner-bx {
    background-color: #fff;
    padding: 50px;
    border-radius: 14px;
}
.appointment-form .sec-title h2 {
    color: #1e2b4e;
    text-align: center;
    margin-bottom: 24px;
}
.fr-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.fr-row .form-group {
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.appointment-form input, 
.appointment-form select, 
.appointment-form textarea {
    width: 100%;
    padding: 20px 20px;
    height: calc(3.5rem + 2px);
    border: none;
    background-color: #eef5fb;
    border-radius: 8px;
}
.appointment-form .template-btn {
    width: 100%;
    border: 0px;
    border-radius: 8px;
    padding: 20px 30px !important;
    text-transform: capitalize;
    font-size: 18px;
}
.appointment-form .template-btn:focus {
    border: 0px;
    outline: none;
}
/* testimonial */
.dak-testimonial-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonial-slide {
    max-width: 750px;
    margin: 0 auto;
}
.test-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.test-img img {
    width: 120px !important;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
}
.test-img i {
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 34px;
    color: #13c6dd;
    margin-top: -24px;
    position: relative;
}
.test-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 24px;
}
.test-cont p {
    font-size: 20px;
}
.test-cont h3 {
    font-size: 24px !important;
    text-transform: none;
    font-weight: 500;
}
.test-cont span {
    color: #13c6dd;
    font-size: 16px;
}
.test-divider {
    background-color: #ececec;
    height: 1px;
    width: 240px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.owl-carousel .owl-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.owl-carousel button.owl-dot {
    background-color: #ececec;
    height: 18px;
    width: 18px;
    border-radius: 50px;
    border: 2px solid #13c6dd;
}
.owl-carousel button.owl-dot.active {
    background-color: #13c6dd;
    height: 40px;
    width: 40px;
    border: 0px;
}
.owl-carousel button.owl-dot:focus {
    outline: none;
}
/* Health Checkup */
.dak-health-cheackup-area {
    padding-top: 80px;
}
.dak-health-cheackup-area .row {
    align-items: center;
    background: #13c6dd;
    margin-right: 0;
    margin-left: 0;
    border-radius: 12px;
}
.dak-health-cheackup-area .col-lg-6 {
    padding: 0px;
}
.cheackup-img img {
    border-radius: 12px 0px 0px 12px;
}
.cheackup-cont h3 {
    font-size: 32px !important;
    margin-bottom: 20px;
    color: #fff;
}
.cheackup-cont ul li {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.cheackup-cont ul li i {
    font-size: 24px;
    margin-right: 16px;
}
.cheackup-cont .inner-bx {
    padding-left: 40px;
}
/* Blog */
.dak-blogs-area {
    background: #f9f9fd;
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-cont {
    background-color: #f0f5f9;
    border-radius: 0px 0px 10px 10px;
}
.blog-cont-middle {
    padding: 20px 20px 0px 20px;
}
.blog-cont-botom {
    padding: 20px;
    border-top: 1px solid #e5e4e4;
}
.blog-cont-botom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-cont-botom ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-cont-botom ul li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50px;
}
.blog-cont-botom ul li .bl-view {
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-cont-botom ul li .bl-view i {
    color: #13c6dd;
}
.blog-cont-middle p, .blog-cont-botom span {
    color: #777;
}
.dak-blog-details {
    padding-top: 80px;
    padding-bottom: 60px;
}
.dak-blog-details .container {
    max-width: 900px;
}
.blog-thumb {
    margin-bottom: 20px;
}
.blog-thumb img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}
/* Service Page */
.dak-hero-area {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.dak-hero-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
}
.hero-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-title h1 {
    color: #fff;
    font-size: 45px !important;
}
.intro-img img {
    max-width: 100%;
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
}
.intro-img .inner-bx  {
    padding-right: 40px;
}
.intro-bx p {
    font-size: 18px;
}
/* Media */
.dak-media-area {
    padding-top: 80px;
    padding-bottom: 40px;
}
.media-item {
    margin-bottom: 30px;
}
.media-img img {
    object-fit: cover;
    height: 316px !important;
    width: 100%;
}
/* Contact */
.dak-contact-area {
    padding-top: 80px;
    padding-bottom: 50px;
}
.contact-info .inner-bx {
    padding-right: 30px;
}
.icon_bx {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    background-color: #fff;
}
.icon_bx i,
.social-media a {
    height: 70px;
    width: 70px;
    background: #13c6dd6b;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000;
    flex-shrink: 0;
    border: 3px solid #13c6dd;
}
.icon_bx h3 {
    font-size: 20px !important;
}
.icon_bx p {
    margin-bottom: 0px;
}
.social-media .social-icons {
    display: flex;
    gap: 16px;
}
.social-media h3 {
    font-size: 22px !important;
    margin-bottom: 16px;
}
.social-media .social-icons a {
    height: 45px;
    width: 45px;
    font-size: 20px;
    border: 0px;
    background: #13c6dd;
    color: #fff;
}
/* Footer */
.dak-footer-area {
    background-color: #1d2a4d;
}
.dak-footer-area .container:not(.footer_copyright .container) {
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer_widget h3 {
    color: #13c6dd;
    font-size: 20px !important;
    position: relative;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    margin-bottom: 26px;
    font-weight: 500;
}
.footer_widget h4 {
    color: #13c6dd;
    font-size: 18px !important;
    font-weight: 500;
}
.dak-footer-area * {
    color: #fff;
}
.footer-info li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.footer-info li i {
    color: #13c6dd;
    font-size: 22px;
    position: absolute;
    left: 0;
}
.footer-info li i.fa.fa-envelope-o {
    font-size: 16px;
}
ul.footer_links li {
    margin-bottom: 10px;
}
.footer_widget form {
    display: flex;
    margin-bottom: 30px;
}
.footer_widget form input {
    border: 0px;
    border-radius: 10px 0px 0px 10px;
    padding: 15px 10px 15px 15px;
}
.footer_widget form .template-btn {
    border-radius: 0px 10px  10px 0px;
    padding: 15px !important;
    border: 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.social_icons ul {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.social_icons ul a {
    height: 40px;
    width: 40px;
    background: #13c6dd;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.footer_copyright {
    border-top: 1px solid #334d8a;
    padding: 20px 0px;
}
.copyright-in.v2 span {
    text-align: right;
    display: block;
}