@charset "UTF-8";

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Custom Font Face */
@font-face {
    font-family: 'kruti_dev_010regular';
    src: url('../fonts/k010-webfont.woff2') format('woff2'),
         url('../fonts/k010-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*,
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "Poppins", serif;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,h4,h5,h6 {
    font-family: "Mulish", sans-serif;
}

span,
strong,
div,
p,
small,
input,
textarea,
li {
    font-family: "Poppins", serif;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 10px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

a,
input {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.mainCont {
    padding-top: 83px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

header.darkHeader {
    background: #024500f5;
    transition: all 0.5s ease-in-out;
}

.headerInn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoBx {
    width: 120px;
}

.logoBx a {
    display: block;
    background: #024500;
    line-height: 0;
    padding: 10px;
    border-radius: 0;
}

.headerCont a {
    display: inline-block;
    background: #ffb034;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #024500;
    line-height: 32px;
    border: #024500 solid 1px;
    animation: mymove 1s infinite;
}

@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .hide-on-mobile {
        display: block;
    }
}

@keyframes mymove {
    50% {
        background: #fff;
        box-shadow: 0px 0 10px 5px #e57828;
    }
}

.headerCont a img {
    height: 32px;
    vertical-align: top;
}

.headerCont a:hover {
    background: #fff;
}

.navBx a {
    display: inline-block;
    margin: 0 20px;
    font-size: 20px;
    color: #fff;
}

.navBx a:hover {
    color: #ffb034;
    text-decoration: underline;
}

.biabetes_Mainbanner {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/newbnner.jpg) left center no-repeat;
    background-size: cover !important;
    position: relative;
    min-height: 700px;
}

.biabetes_Mainbanner:after {
    position: absolute;
    content: 'NO DIALYSIS - NO TRANSPLANT | 100% AYURVEDIC TREATMENT';
    width: 100%;
    height: 70px;
    background-color: transparent;
    bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    background-color: #1f8635;
    color: #fff;
}

.aksa1 {
    background: linear-gradient(135deg, #ffb034 0%, #e57828 100%);
    border-radius: 12px;
    padding: 15px 25px;
    margin-bottom: 20px;
    width: max-content;
    box-shadow: 0 4px 15px rgba(255, 176, 52, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.aksa1 h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

.banerCont {
    width: 50%;
    padding: 0;
    margin-bottom: 50px;
}

.banner-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-tagline {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    opacity: 0.95;
    line-height: 1.5;
}

.bannerImg {
    line-height: 0;
    width: 25%;
    position: relative;
    flex: 0 1 340px;
    max-width: 360px;
    aspect-ratio: 3 / 4;
}

/* Slightly larger doctor image in the top banner only */
.biabetes_Mainbanner .bannerImg {
    width: 50%;
    flex: 0 1 600px;
    max-width: 1000px;
    aspect-ratio: auto;
}

.bannerImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: 5px solid rgba(255, 255, 255, 0.2);
}

/* Banner doctor image: show full image (avoid cropping) */
.biabetes_Mainbanner .bannerImg img {
    height: auto;
    object-fit: contain;
    object-position: center;
    max-height: 1200px;
}

img.dc-img {
    display: block;
    width: 500px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.banner_Content {
    padding: 120px 0 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
}

.banner_Content h1 {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: -1px;
}

.banner_Content span {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding-bottom: 30px;
    display: block;
}

.aksaFrm_Outer {
    margin-top: -120px;
    position: relative;
}

.dia_ContactFrmBx {
    background: linear-gradient(145deg, rgba(2, 53, 0, 0.95) 0%, rgba(3, 69, 1, 0.95) 100%);
    padding: 1.5rem;
    width: 40%;
    max-width: 310px;
    transform: translateY(-10px);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 176, 52, 0.3);
}

/* Banner-only nudge: right + up */
.biabetes_Mainbanner .dia_ContactFrmBx {
    transform: translate(50px, -30px);
}

@media (max-width: 767px) {
    .dia_ContactFrmBx {
        transform: none;
    }

    .biabetes_Mainbanner .dia_ContactFrmBx {
        transform: none;
    }
}

.dia_ContactFrmBx span {
    color: #ffb034;
    display: block;
}

.dia_FrmInn .frmInpBx {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.dia_FrmInn .frmInpBx.dia_Comment {
    width: 100%;
    margin-bottom: 2px;
    margin-right: 0;
}

.dia_FrmInn .dia_Submit {
    width: 100%;
    text-align: center;
}

input.frmInpBtn {
    width: 100%;
    height: 55px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 12px;
    border: 0;
    background: linear-gradient(135deg, #ffb034 0%, #e57828 100%);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 176, 52, 0.4);
    color: #023500;
    letter-spacing: 0.5px;
}

input.frmInpBtn:hover {
    background: linear-gradient(135deg, #e57828 0%, #ffb034 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 176, 52, 0.6);
}

.form-title {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 15px;
    color: #ffb034;
}

.dia_FrmInn .frmInpBx input.frmInp {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    transition: all 0.3s ease;
}

.dia_FrmInn .frmInpBx input.frmInp:focus {
    border: 2px solid #ffb034;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 176, 52, 0.1);
    outline: none;
}

.dia_FrmInn .frmInpBx.dia_Comment .frmTxtarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid transparent;
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    resize: none;
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease;
}

.dia_FrmInn .frmInpBx.dia_Comment .frmTxtarea:focus {
    border: 2px solid #ffb034;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 176, 52, 0.1);
    outline: none;
}

.about_dia_Inn {
    padding: 50px 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_Dia_Left {
    width: 47%;
    padding-top: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.about_Dia_Left img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    border-radius: 50px 0 50px 10px;
    border: #194518 solid 5px;
}

.about_Dia_Right {
    width: 47%;
}

.aboutCont span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1e7842;
}

.aboutCont h2 {
    font-size: 33px;
    font-weight: 900;
    padding: 5px 0 10px 0;
    color: #000;
}

.aboutCont h3 {
    font-size: 32px;
    padding-bottom: 10px;
}

.aboutCont p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 25px;
}

.aboutCont ul {
    padding-bottom: 15px;
}

.aboutCont li {
    background: url(../images/success.png) left top 3px no-repeat;
    background-size: 20px;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 8px;
    padding-left: 35px;
    color: #000;
}

.aboutCont a {
    display: inline-block;
    padding: 7px 40px;
    background: #e57828;
    color: #fff;
    border-radius: 30px;
    line-height: 30px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    animation: appointBtn 1s infinite;
    position: relative;
    top: 0;
}

@keyframes appointBtn {
    50% {
        background: #024500;
        box-shadow: 0px 0 10px 5px #e57828;
    }
}

.aboutCont a:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.meetDoctBx {
    background: #f9f9f9;
    padding: 30px 0;
}

.meetdoct_Outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.meetDoct_Left {
    width: 47%;
}

.meetDoct_Right {
    width: 47%;
    position: relative;
    z-index: 1;
    line-height: 0;
    margin-top: 47px;
}

.meetDoct_Right::before {
    position: absolute;
    content: '';
    background: url(../images/about-3-befor.png);
    width: 531px;
    height: 249px;
    left: -10px;
    bottom: -34px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -3;
}

.meetDoct_Right::after {
    position: absolute;
    content: '';
    background-image: url(../images/about-3-after.png);
    width: 240px;
    height: 200px;
    top: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -3;
    right: 0;
}

img.ab-3-bg {
    position: absolute;
    left: 0;
    z-index: -2;
    top: -20px;
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.whyshould_Outer {
    padding: 60px 0;
}

.whyshould_Inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whyshould_Left {
    width: 47%;
}

.whyshould_Right {
    width: 45%;
    position: relative;
    padding-left: 20px;
}

.whyshould_Right img {
    position: relative;
    z-index: 100;
    border-radius: 6px;
    -webkit-animation: moverImg 0.9s infinite alternate;
    animation: moverImg 0.9s infinite alternate;
}

@keyframes moverImg {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.whyshould_Right:after {
    position: absolute;
    content: '';
    background-position: center;
    background: linear-gradient(228deg, #03A9F4, #2196F3 50%, #03a9f4);
    background-size: cover;
    height: 100%;
    width: 80%;
    z-index: 0;
    top: 20px;
    left: 0px;
    border-radius: 6px;
    -webkit-animation: movershade 1s infinite alternate;
    animation: movershade 1s infinite alternate;
}

@keyframes movershade {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.mainHd {
    text-align: center;
    padding-bottom: 30px;
}

.mainHd h2 {
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 900;
}

.mainHd h3 {
    font-size: 32px;
    font-weight: 800;
}

.whyshould_Left p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
}

.weoffer {
    padding: 60px 0;
    background: #f9f9f9;
}

.treatList ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    border-left: #ccc solid 1px;
    border-top: #ccc solid 1px;
}

.treatList li {
    float: none;
    width: 25%;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    padding: 15px;
    text-align: center;
}

.treatList li:hover {
    background: #023500;
}

.treatList li i {
    width: 100px;
    height: 100px;
    background: transparent;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.treatList li i img {
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.treatList li strong {
    display: block;
    padding-bottom: 10px;
}

.treatList li a {
    display: inline-block;
    background: #023500;
    border-radius: 6px;
    line-height: 30px;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
}

.treatList li:hover i {
    background: #fff;
}

.treatList li:hover strong {
    color: #fff;
}

.treatList li:hover a {
    background: #0c7d2b;
}

.whyaksa_Outer {
    padding: 60px 0;
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

.whyaksa_Outer .mainHd h2,
.whyaksa_Outer .mainHd h3 {
    color: #024500;
}

.whyaksa_Inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whyaksa_Left {
    width: 45%;
    position: relative;
}

img.stamp-img-gif {
    position: relative;
    width: 300px;
    margin: 0 auto;
    display: block;
}

img.stamp-img-gif-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 280px;
}

.whyaksa_Right {
    width: 45%;
    background: #fff;
    border-radius: 12px;
    box-shadow: #e5e5e5 0 0 10px 1px;
    padding: 20px;
}

.whyaksa_Right ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.whyaksa_Right ul li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding: 6px 0;
    background: url(../images/success.png) left top 3px/20px no-repeat;
    padding-left: 35px;
}

.whyaksa_Right a {
    display: inline-block;
    padding: 7px 40px;
    background: #e57828;
    color: #fff;
    border-radius: 30px;
    line-height: 30px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    animation: whyBtn 1s infinite;
    position: relative;
    top: 0;
}

@keyframes whyBtn {
    50% {
        background: #fff;
        box-shadow: 0px 0 10px 5px #e57828;
        color: #000;
    }
}

.whyaksa_Right a:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.clientReport_Outer {
    padding: 60px 0;
}

.clientList {
    padding-top: 15px;
}

.clientList li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.clientList li:last-child {
    margin-right: 0;
}

.clientList li a {
    display: block;
    box-shadow: #ccc 0 0 10px 1px;
    border-radius: 10px;
    padding: 15px;
}

.clientList li a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.whychooseAksa_Outer {
    background: #f9f9f9;
    padding: 60px 0;
}

.aksaCont>strong {
    font-size: 20px;
    display: block;
    padding-bottom: 5px;
}

.aksaCont p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
}

.aksaCont .processList {
    margin: 10px 0 20px 0;
    padding-left: 0;
    list-style: none;
}

.aksaCont .processList > li {
    padding: 12px 14px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: #e5e5e5 0 0 10px 1px;
    text-align: left;
}

.aksaCont .processList > li > strong {
    display: block;
    color: #024500;
    font-size: 18px;
    padding-bottom: 6px;
}

.aksaCont .processSub {
    display: block !important;
    padding-left: 18px !important;
    margin: 0 !important;
    list-style: disc !important;
}

.aksaCont .processSub li {
    width: auto !important;
    margin: 0 !important;
    padding: 2px 0 !important;
    display: list-item !important;
    vertical-align: baseline !important;
    text-align: left !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transform: none !important;

    font-size: 16px;
    line-height: 26px;
}

.aksaCont .processSub li:hover {
    transform: none !important;
    box-shadow: none !important;
}

.aksaCont > ul {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.aksaCont > ul > li {
    width: 23.5%;
    padding: 20px;
    box-shadow: #e5e5e5 0 0 10px 1px;
    border-radius: 7px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aksaCont > ul > li:hover {
    transform: translateY(-6px);
    box-shadow: rgba(2, 69, 0, 0.18) 0 10px 24px;
}

.aksaCont > ul > li i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px auto;
    background: #e5e5e5;
    position: relative;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.aksaCont > ul > li:hover i {
    background: rgba(229, 120, 40, 0.18);
    box-shadow: 0 0 0 3px rgba(229, 120, 40, 0.22);
    transform: translateY(-2px);
}

.aksaCont > ul > li i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
}

.aksaCont > ul > li strong {
    color: #024500;
    font-size: 18px;
}

.aksaCont > ul > li:hover strong {
    color: #023500;
}

.dontwait {
    background: #2c6e49;
    padding: 60px 0;
    position: relative;
}

.dontwait::before {
    position: absolute;
    content: '';
    background-image: url(../images/pattern-img.png);
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: bottom;
}

.dontwait_Inn {
    position: relative;
    z-index: 9;
    padding-left: 300px;
}

.dontwait_Inn i {
    position: absolute;
    left: 0;
    top: 0;
}

.dontwait_Inn i img {
    filter: invert(1);
}

.dontwait_Inn h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 10px;
}

.dontwait_Inn p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
}

.dontwait_Inn a {
    display: inline-block;
    padding: 7px 40px;
    background: #e57828;
    color: #fff;
    border-radius: 30px;
    line-height: 30px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    animation: whyBtn 1s infinite;
    position: relative;
    top: 0;
}

.dontwait_Inn a:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.dia_services_Outer {
    padding: 60px 0;
}

.storiesList {
    padding-bottom: 10px;
}

.storiesList li {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 300px;
}

.storiesList li:last-child {
    margin-right: 0;
}

.storiesList li {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 660px;
    border-radius: 10px;
    border: #ffb034 solid 5px;
    margin-bottom: 20px;
    background: #000;
}

.storiesList li:nth-child(3n) {
    margin-right: 0;
}

.storiesList li video {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.storiesList li iframe {
    border-radius: 5px;
}

.Dia_consult_Btn {
    text-align: center;
    padding-top: 0px;
}

.Dia_consult_Btn a {
    display: inline-block;
    padding: 7px 40px;
    background: #e57828;
    color: #fff;
    border-radius: 30px;
    line-height: 30px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    animation: diacontBtn 1s infinite;
}

@keyframes diacontBtn {
    50% {
        background: #fff;
        box-shadow: 0px 0 10px 5px #e57828;
        color: #000;
    }
}

.Dia_consult_Btn a:hover {
    background: #000;
    transition: all 0.5s ease-in-out;
}

.treatments_Outer {
    padding: 50px 0;
}

.treatmentsHd {
    padding-bottom: 30px;
    text-align: center;
}

.treatmentsHd h2 {
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 5px;
}

.treatmentsHd span {
    display: block;
    font-size: 16px;
}

.treatmentList li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #f7f7f7;
    padding: 7px;
    border-radius: 10px;
    border: #ccc solid 1px;
    margin-bottom: 20px;
}

.treatmentList li:nth-child(3n) {
    margin-right: 0;
}

.treatmentList li i img {
    border-radius: 10px 10px 0 0;
}

.treatCont {
    padding: 10px;
    text-align: center;
}

.treatCont strong {
    display: block;
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}

.treatCont span {
    font-size: 17px;
    line-height: 25px;
    color: #333;
}

section.whyprefer_Outer {
    padding: 50px 0 30px 0;
    background: #2c6e49;
}

section.whyprefer_Outer .mainHd h2,
section.whyprefer_Outer .mainHd h3 {
    color: #fff;
}

.Doc_List {
    padding-bottom: 40px;
}

.Doc_List ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.Doc_List li {
    width: 48%;
    margin-bottom: 15px;
    padding: 10px;
    background: #4c976d;
    border-radius: 50px;
    border: #0d3920 solid 2px;
    position: relative;
    padding-left: 110px;
    min-height: 100px;
    color: #fff;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.Doc_List li:hover {
    background: linear-gradient(135deg, #ffb034 0%, #e57828 100%);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.Doc_List li i {
    width: 80px;
    height: 80px;
    border: #2c6e49 solid 3px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.Doc_List li:hover i {
    border-color: rgba(2, 53, 0, 0.55);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.Doc_List li i img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.Doc_List li strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    padding-top: 5px;
}

.Doc_List li span {
    display: block;
    line-height: 27px;
    font-size: 17px;
    color: #fff;
}

.mediapart_List .owl-controls {
    display: none;
}

.mediapartner_Outer {
    padding-bottom: 50px;
}

.doctTeam_Outer {
    padding: 60px 0;
    background: #f8f8f8;
}

.teamList li {
    background: #fff;
    box-shadow: #ccc 0 0 4px 0px;
}

.docDet {
    padding: 10px;
    text-align: center;
}

.docDet h5 {
    font-size: 22px;
}

.docDet span {
    font-size: 20px;
    display: block;
    color: #666;
    padding: 5px 0;
    font-weight: 700;
}

.docDet small {
    display: block;
    font-size: 14px;
}

.teamList .owl-stage-outer {
    padding: 5px 0;
}

.teamList .owl-controls {
    text-align: center;
}

.teamList .owl-dots {
    padding-top: 20px;
}

.teamList .owl-controls .owl-nav {
    display: none;
}

.teamList .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: #ccc solid 1px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.teamList .owl-dots .owl-dot.active {
    border: #333 solid 1px;
    background: #333;
}

.faq_outer {
    padding: 60px 0;
    background: #024500;
}

.faq_outer .mainHd h2,
.faq_outer .mainHd h3 {
    color: #fff;
}

.faqList {
    max-width: 900px;
    margin: 0 auto;
}

.faqList li {
    padding-bottom: 20px;
}

.faqList li h4 {
    position: relative;
    border: #e5e5e5 solid 1px;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    color: #024500;
    box-shadow: #e5e5e5 0 0 10px 1px;
}

.faqList li h4::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #024500;
    font-weight: 900;
}

.faqList li h4.active::after {
    content: '-';
}

.faqList li p {
    border: #e5e5e5 solid 1px;
    padding: 20px;
    border-top: 0;
    position: relative;
    margin-top: -5px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 0 0 5px 5px;
    display: none;
    background: #fff;
    color: #000;
    box-shadow: #e5e5e5 0 10px 20px -18px;
}

footer {
    background: #024500;
    padding-top: 50px;
}

.footTop_Outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: #1e7842 solid 1px;
    padding-bottom: 20px;
}

.footLogo {
    width: 25%;
    padding-right: 5px;
    margin-left: -100px;
    margin-top: 22px;
}

.footerBot {
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.newsLetBx {
    width: 30%;
}

.newsLetBx h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 5px;
}

.newsLetBx span {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

input.newsInp {
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 10px;
}

input.newsBtn {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 0;
    background: #ffb034;
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.footerTop {
    width: 42%;
}

.addBx {
    padding-bottom: 15px;
    padding-right: 50px;
}

.addBx h2 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 5px;
}

.addBx span {
    font-size: 17px;
    color: #fff;
}

.addBx span a {
    color: #fff;
}

.addBx span a:hover {
    color: #ffb034;
    text-decoration: underline;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
}

.sucess_overlay {
    background: rgba(0, 0, 0, 0.9);
}

.popupInn {
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.sucesspopInn {
    text-align: center;
    min-height: 360px;
    padding: 50px 20px;
}

.sucesspopInn i {
    display: block;
    max-width: 100px;
    margin: 0 auto 15px auto;
}

.popupInn h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.sucesspopInn h2 {
    color: #11891b;
    font-size: 34px;
    padding-bottom: 10px;
}

.sucesspopInn p {
    font-size: 18px;
    padding-bottom: 20px;
}

.popClose {
    position: absolute;
    right: 10px;
    top: 10px;
}

.popClose.sucessClose {
    position: relative;
    left: 0;
    top: 0;
}

.sucesspopInn a {
    padding: 10px 20px;
    background: #0c7d2b;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    width: auto;
    line-height: normal;
    height: auto;
    text-align: center;
}

a.closeModal {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #e7e7e7;
    font-size: 20px;
    font-weight: 900;
    color: #000;
}

.popupInn h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 20px;
}

.popFrmBx {
    padding-bottom: 15px;
}

.popFrmBx input.homeInp {
    font-size: 16px;
    height: 42px;
}

.pop_textarea_FrmBx {
    padding-bottom: 15px;
}

.pop_textarea_FrmBx .homeInp2 {
    height: 100px;
}

.popup_SubmitBtn .homeAppointBtn {
    width: 100%;
    height: 42px;
    font-size: 16px;
}

#login_btn {
    position: fixed;
    width: 200px;
    right: 5px;
    bottom: 0;
    cursor: pointer;
    opacity: 1;
    z-index: 9999;
    -webkit-animation: movershade 1s infinite alternate;
    animation: movershade 1s infinite alternate;
}

@keyframes movershade {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.popInn {
    max-width: 500px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

.popupClose.closePopup {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 24px;
    font-weight: 900;
    color: #666;
    cursor: pointer;
}

.treatPopHd {
    font-size: 24px;
    font-weight: 800;
    padding: 5px 0 10px 0;
}

.popCont {
    font-size: 17px;
    line-height: 27px;
}

.map_Box {
    width: 100%;
    height: 500px;
    border: #ccc solid 1px;
}

.autopopBx {
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #033301;
    padding: 30px;
    border-radius: 15px;
    width: 100%;
}

.closeAuto_Pop {
    background: #4CAF50;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: 800;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.autopopBx h2 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding-bottom: 25px;
}

.numBx {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
}

input.numInp {
    width: calc(100% - 70px);
    height: 45px;
    border: 0;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
    font-size: 16px;
}

.numBx span {
    width: 70px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    font-weight: 800;
}

input.numSub {
    height: 45px;
    margin: 0 auto;
    width: 280px;
    display: block;
    font-size: 18px;
    border-radius: 6px;
    border: 0;
    background: #ed6d10;
    color: #fff;
}

.thank_mainCont {
    background: url(../images/thank-bg.png) left top repeat-x;
    background-size: cover !important;
    min-height: 100vh;
}

.authantic {
    width: 50%;
    background-color: #033301;
    text-align: center;
    padding: 5px 0px;
    margin: 0px auto 20px auto;
    border-radius: 0px 0px 20px 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 800;
}

.thankyou {
    text-align: center;
    padding-bottom: 50px;
}

.thankyou h2 {
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 10px;
    color: #024500;
}

.thankyou h4 {
    font-size: 40px;
    padding-bottom: 5px;
}

.thankyou h5 {
    font-size: 30px;
    padding-bottom: 5px;
}

.thankyou span {
    color: #ff8400;
}

.whatsChannel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thankChannal {
    width: 60%;
    text-align: center;
}

.thankChannal h2 {
    font-size: 36px;
    padding-bottom: 10px;
}

.thankChannal h2 a {
    display: block;
    color: #ff8400;
}

.thankChannal h3 {
    font-size: 24px;
    color: #0c7d2b;
}

.thankChannal h3 a {
    color: #ff8400;
}

.channelBtn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 30px;
}

.channelBtn a {
    display: inline-block;
    max-width: 200px;
}

.drfaijImg img {
    width: 280px;
    border-radius: 50%;
    position: relative;
    border: #097e26d6 solid 10px;
    animation: mymove1 1s infinite;
}

@keyframes mymove1 {
    50% {
        background: #fff;
        box-shadow: 0px 0 30px 5px #e57828;
    }
}

.drfaijImg img:after {
    position: absolute;
    content: '';
    border: #666 dashed 1px;
}

.thankDoct {
    position: relative;
    padding: 0 30px;
}

.drname {
    background: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
}

.drname {
    background: #fff;
    padding: 15px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    box-shadow: #ccc 0 0 5px 0;
    border-radius: 10px;
    text-align: center;
}

.drname h2 {
    font-weight: 800;
    padding-bottom: 10px;
    color: #0c7d2b;
}

.drname span {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
}

.importantInfo_Outer {
    position: fixed;
    width: 100%;
    padding: 20px 0px;
    left: 0;
    bottom: auto;
    top: calc(100% - 85px);
    background-color: #fff;
    z-index: 9999999;
    box-shadow: #ccc 0 0 5px 0px;
    transition: all 1s ease-in-out;
}

.importantInfo_Outer.open {
    top: auto;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.importInfTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.impContBtn {
    background: #024500;
    border-radius: 30px;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    -webkit-animation: moverLeft 1s infinite alternate;
    animation: moverLeft 1s infinite alternate;
}

@keyframes moverLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

a.impContBtn:hover {
    background: #0c7d2b;
}

a.upArrowBtn {
    position: absolute;
    right: 20px;
    -webkit-animation: moverUp 1s infinite alternate;
    animation: moverUp 1s infinite alternate;
}

a.upArrowBtn::after {
    content: '🠭';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 36px;
}

a.upArrowBtn.current::after {
    content: '🠭';
    transform: rotate(180deg);
}

@keyframes moverUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.impLeft {
    font-size: 20px;
    font-weight: 800;
}

.impLeft i {
    color: #ff0000;
    font-style: normal;
    font-size: 18px;
}

.impLeft span {
    color: #023500;
}

.thankFrmBx {
    margin-top: 20px;
    border: #ccc solid 1px;
    padding: 15px;
    border-radius: 5px;
}

.thankFrm {
    width: 32%;
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
}

.thankFrm:nth-child(3) {
    margin-right: 0;
}

.thanktxtarea {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.thankInp {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 5px;
    border: #ccc solid 1px;
}

.thankInp2 {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    resize: none;
    border: #ccc solid 1px;
}

.thanksubmit {
    float: left;
    width: 100%;
    text-align: center;
}

.thankbtn {
    width: 200px;
    height: 45px;
    background: #024500;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.thankbtn:hover {
    background: #0c7d2b;
}

.thaktreatList {
    padding: 40px 0 0 0;
}

.thaktreatList li {
    width: 10.7%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.thaktreatList li i {
    width: 50px;
    display: block;
    height: 50px;
    background: #f6f6f6;
    border-radius: 50%;
    margin: 0 auto;
}

.thaktreatList li span {
    font-size: 11px;
}

.thaktreatList h2 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 30px;
    color: #024500;
}

.thaktreatList h2 span {
    color: #e57828;
}

/* Google reCAPTCHA (slightly smaller) */
.g-recaptcha {
    display: inline-block;
    transform: scale(0.88);
    transform-origin: 0 0;
}
