@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }
body {font-size: 18px; color: #012c70; width: 100%; overflow-x: hidden;}

.container {width: 90%; margin: 0 auto;}
.container::after {content: ''; display: block; clear: both;}
.txtC {text-align: center;}

header {padding: 0;}
header .container::after {display: none;}
header .logo {display: inline-block; width: calc(164px - 4px); vertical-align: top; margin: 12px 0;}
header nav {display: inline-block; width: calc(100% - 164px - 4px); vertical-align: top; text-align: right;}
header nav ul {display: block;}
header nav ul li {display: inline-block; position: relative;}
header nav > ul > li > a {display: block; padding: 28px 12px; text-decoration: none; position: relative; color: inherit;}
header nav > ul > li > a::before {content: ''; display: block; height: 4px; width: 0%; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all ease-in-out .2s; background: #1cba9f;}
header nav > ul > li > a:hover {color: #1cba9f;}
header nav > ul > li > a:hover::before {width: 100%;}
header nav ul li ul {visibility: hidden; opacity: 0; transition: all ease-in-out .2s; position: absolute; top: 100%; left: 0; z-index: 2; text-align: left; background: #fff; border-top: 4px solid #1cba9f;}
header nav ul li ul li {display: block;}
header nav ul li:hover ul {visibility: visible; opacity: 1; min-width: 200px;}
header nav ul li ul li a {display: block; padding: 8px 12px; font-size: 15px; color: #000; text-decoration: none;}

.hBanner {background: url(../images/hBanner-bg.jpg) center no-repeat; background-size: cover; position: relative;}
.hBanner .info {padding: 200px 0; display: inline-block; width: 50%; color: #fff;}
.hBanner .info h1 {font-size: 32px; color: #fff; margin-bottom: 20px;}
.hBanner .info p {color: #fff;}

.halfHead {width: 50%;}

.sec {padding: 80px 0;}
.hPride .halfHead {margin-bottom: 40px;}
.hPride .subhead {font-weight: 500;}
.hPride h2 {font-size: 48px; line-height: 54px;}

.hPrideItems .item {display: inline-block; width: calc(33.33% - 4px - 40px); margin: 0 20px; box-shadow: 0 0 20px rgba(0,0,0,.1); padding: 40px; vertical-align: top;}
.hPrideItems .item::before {content: ''; display: block; height: 4px; width: 100%; position: absolute; bottom: 0; left: 0; background: #000; transition: all ease-in-out .4s; z-index: -1;}
.hPrideItems .item:hover::before {height: 100%;}
.hPrideItems .item .icon {display: block; margin-bottom: 20px;}
.hPrideItems .item h3 {font-size: 24px; margin-bottom: 20px; min-height: 70px;}
.hPrideItems .item:hover h3 {color: #fff;}
.hPrideItems .item a {color: inherit; text-decoration: none;}
.hPrideItems .item:nth-child(1) a {color: #91ba56;}
.hPrideItems .item:nth-child(2) a {color: #4e83ae;}
.hPrideItems .item:nth-child(3) a {color: #f74e41;}
.hPrideItems .item:hover a {color: #fff !important; text-decoration: underline;}
.hPrideItems .item:nth-child(1)::before {background: #91ba56;}
.hPrideItems .item:nth-child(2)::before {background: #4e83ae;}
.hPrideItems .item:nth-child(3)::before {background: #f74e41;}

.hWalkInto .img {display: inline-block; width: calc(45% - 4px); vertical-align: middle;}
.hWalkInto .img img {width: 100%;}
.hWalkInto .txt {display: inline-block; width: calc(45% - 4px); vertical-align: middle; margin-left: 10%;}
.hWalkInto .txt .subhead {font-size: 18px; font-weight: 500;}
.hWalkInto .txt h2 {font-size: 48px; line-height: 54px;}

.hServiceList {text-align: center; }
.hServiceList h2 {font-size: 30px; margin-bottom: 30px;}
.hServiceList ul {display: block; text-align: center; padding: 32px 0;}
.hServiceList ul li {display: inline-block; width: calc(25% - 4px); vertical-align: top; margin-bottom: 64px; padding: 0 20px;}
.hServiceList ul li img {height: 100px; margin-bottom: 12px;}
.hServiceList ul li .txt {display: block; font-size: 16px; color: #192B33; font-weight: 700;}
@media only screen and (max-width: 768px) {
    .hServiceList ul li {width: calc(50% - 4px);}
}
@media only screen and (max-width: 620px) {
    .hServiceList ul li {width: calc(100% - 4px);}
}

.hDocList h2 {text-align: center; margin-bottom: 40px; font-size: 48px; line-height: 54px;}
.docListWrap .item {display: inline-block; width: calc(25% - 4px - 20px); margin: 0 10px 32px; padding: 20px; box-shadow: 0 0 12px rgba(0,0,0,.1); text-align: center; vertical-align: top;}
.docListWrap .item .icon {display: block; margin-bottom: 20px;}
.docListWrap .item .icon img {width: 100%; border-radius: 50%; max-width: 160px;}
.docListWrap .item .name {display: block; font-weight: 700; margin-bottom: 12px;}
.docListWrap .item .designation {margin-bottom: 20px; display: block; font-size: 14px;}
.docListWrap .item .description {display: none;}
.docListWrap .item .lnks a {display: inline-block; margin: 0 4px; background: #a1a1a1; color: #fff; line-height: 32px; width: 32px; font-size: 14px; border-radius: 50%; transition: all ease-in-out .2s;}

.hReliableCare .halfHead {margin-bottom: 40px;}
.hReliableCare .container {position: relative;}
.hReliableCare .subhead {font-weight: 500;}
.hReliableCare h2 {font-size: 48px; line-height: 54px;}

.haveQue {float: right;}
.haveQue .in {position: relative;}
.haveQue .in::before {content: '\f2a0'; font-family: "Font Awesome 5 Free"; font-weight: 900; display: block; width: 40px; text-align: center; line-height: 40px; background: #E5E8F0; position: absolute; top: 0; right: 100%; color: #656565; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.haveQue .in a {display: inline-block; padding: 12px 20px; border: 2px solid #E5E8F0; border-radius: 5px; border-top-left-radius: 0; text-decoration: none;}
.haveQue .in a p {font-size: 15px; color: #8193b7;}
.haveQue .in a .no {font-size: 22px; color: #012c70; font-weight: 700;}


.hReliableCareTabbing {display: block; box-shadow: 0 0 20px rgba(0,0,0,.2);}
.hReliableCareTabbing::after {content: ''; display: block; clear: both;}
.hReliableCareTabbing .tabs {display: block; width: 50%; float: left;}
.hReliableCareTabbing .tabs .item {display: block; padding: 32px 32px; border-bottom: 1px solid rgba(0,0,0,.2); cursor: pointer; position: relative; transition: all ease-in-out .2s;}
.hReliableCareTabbing .tabs .item.active::before {content: ''; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 

    border-right:10px solid blue;
}
.hReliableCareTabbing .tabs .item:last-child {border-bottom: 0;}
.hReliableCareTabbing .tabs .item .icon {display: inline-block; width: calc(100px - 4px); vertical-align: middle;}
.hReliableCareTabbing .tabs .item .txt {display: inline-block; width: calc(100% - 100px - 4px); vertical-align: middle;}
.hReliableCareTabbing .tabs .item .txt h4 {font-size: 20px; font-weight: 600; margin-bottom: 12px;}
.hReliableCareTabbing .tabs .item .txt p {font-size: 15px;}
.hReliableCareTabbing .tabContent {display: block; width: 50%; float: left;}
.hReliableCareTabbing .tabContent .content {position: relative; display: none;}
.hReliableCareTabbing .tabContent .content::before {content: ''; display: block; width: 200px; height: 200px; background: #012c70; position: absolute; right: -15px; bottom: -20px; z-index: 0;}
.hReliableCareTabbing .tabContent .content.active {display: block;}
.hReliableCareTabbing .tabContent .content img {width: 100%; position: relative; z-index: 1; float: left;}
.hReliableCareTabbing .tabs .item.active {background: #012c70; color: #fff;}
.hReliableCareTabbing .tabContent .content::after {content: ''; display: block; clear: both;}

.moreImp {padding-top: 32px;}
.moreImp .btn {display: inline-block; text-decoration: none; padding: 4px 12px; border-radius: 12px; background: #f74e41; color: #fff; font-size: 12px; text-transform: uppercase; vertical-align: middle;}
.moreImp .txt {display: inline-block; color: #8095b7; vertical-align: middle;}
.moreImp .lnk {display: inline-block; color: #012c70; vertical-align: middle; font-weight: 600; text-decoration: underline;}

.hAmenities h2 {text-align: center; margin-bottom: 40px; font-size: 48px; line-height: 54px;}
.aminitiesList ul {display: block;}
.aminitiesList ul li {display: inline-block; width: calc(33.33% - 4px); padding: 20px; text-align: center;}
.aminitiesList ul li a {display: block; padding: 40px 20px; text-decoration: none; position: relative; overflow: hidden; color: #012c70;}
.aminitiesList ul li a::before {content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: -100%; background: url(../images/Amenities-bg.jpg) center no-repeat; background-size: cover; z-index: 0; transition: all ease-in-out .2s;}
.aminitiesList ul li a:hover::before {left: 0;}
.aminitiesList ul li a:hover {color: #fff;}
.aminitiesList ul li a .icon {display: block; min-height: 50px; position: relative; z-index: 1; font-size: 32px; line-height: 50px;}
.aminitiesList ul li a .txt {display: block; min-height: 50px; position: relative; z-index: 1; font-size: 20px; font-weight: 600;}


.hFaqs h2 {text-align: center; margin-bottom: 40px; font-size: 48px; line-height: 54px;}
.faqsAccordion .item {display: block; margin-bottom: 12px;}
.faqsAccordion .item > h4 {display: block; padding: 12px 32px; font-size: 18px; font-weight: 600; margin-bottom: 4px; background: #f5f5f5; cursor: pointer;}
.faqsAccordion .item .txt {display: none; padding: 32px 32px; font-size: 14px; background: #fbfafa;}

.hGallery {background: url(../images/gallery-bg.jpg) center no-repeat; background-attachment: fixed; position: relative;}
.hGallery::before {background: #012c70; width: 100%; height: 100%; position: absolute; top: 0; left: 0; content: ''; display: block; opacity: .8; z-index: 0;}
.hGallery h2 {text-align: center; margin-bottom: 40px; font-size: 48px; line-height: 54px; position: relative; z-index: 1; color: #fff;}
.hGallery .galImages {position: relative; z-index: 1;}
.hGallery .galImages ul {display: block;}
.hGallery .galImages ul li {display: inline-block; width: calc(33.33% - 4px - 20px); margin: 0 10px 32px;}
.hGallery .galImages ul li img {width: 100%;}

.hBanner .form {width: 40%; padding: 32px; background: #fff; max-width: 340px; position: absolute; right: 5%; top: 200px; border-radius: 5px; box-shadow: 0 0 20px rgba(0,0,0,.2);}
.hBanner .form .heading {margin-bottom: 12px;}
.hBanner .form .heading p {font-size: 14px;}
.hBanner .form .heading h4 {font-size: 32px;}
.hBanner .form .field {display: block; margin-bottom: 12px;}
.hBanner .form .field input[type=text], .hBanner .form .field select {display: block; width: 100%; padding: 0 20px; height: 48px; border: 1px solid #f0f0f0; border-radius: 4px;}
.hBanner .form .submit button {display: block; width: 100%; padding: 0 20px; height: 48px; border: 0; border-radius: 4px; background: #223a66; color: #fff;}

.hTestimony {text-align: center;}
.hTestimony h2 {text-align: center; margin-bottom: 40px; font-size: 48px; line-height: 54px;}
.hTestimony .testimonies ul li .icon {font-size: 60px; color: #91ba56;}
.hTestimony .testimonies ul li .testimony {font-size: 16px; padding-bottom: 32px;}
.hTestimony .testimonies ul li .by {font-size: 16px; padding-bottom: 32px; font-weight: 700;}

footer {background: #1db9a0; padding: 32px 0; text-align: center; font-size: 14px; color: #fff;}
footer .policy {font-size: 13px; margin-bottom: 20px; color: #fff;}
footer .policy a {color: inherit; text-decoration: none; display: inline-block; margin: 0 4px;}
footer .policy a:hover {text-decoration: underline;}

.iBanner {background: url(../images/iBanner.jpg) center no-repeat; background-size: cover; padding-top: 280px;}
.iBanner .page {padding: 40px 0; background: rgba(1,44,112,.8); color: #fff;}

.nContent {font-size: 16px;}
.nContent h2 {font-size: 48px; line-height: 54px; margin-bottom: 40px;}
.nContent h3 {font-size: 18px; margin-bottom: 12px;}
.nContent p {margin-bottom: 12px;}
.nContent ul, .nContent ol {padding-left: 24px; margin-bottom: 12px;}

.iGallery {position: relative;}
.iGallery h2 {text-align: center; margin-bottom: 40px; font-size: 48px; line-height: 54px; position: relative; z-index: 1;}
.iGallery .galImages {position: relative; z-index: 1;}
.iGallery .galImages ul {display: block;}
.iGallery .galImages ul li {display: inline-block; width: calc(33.33% - 4px - 20px); height: 16vw; overflow: hidden; margin: 0 10px 32px; position: relative;}
.iGallery .galImages ul li img {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.about h2 {text-align: center;}
.about .txt {display: inline-block; width: calc(45% - 4px); vertical-align: middle;}
.about .pic {display: inline-block; width: calc(45% - 4px); vertical-align: middle; margin-left: 10%;}
.about .pic img {width: 100%;}

.contact {background: url(../images/Contact-bg.jpg) 50vw no-repeat; background-size: cover;}
.contacWrap .item {display: inline-block; width: calc(45% - 4px); margin-right: 5%; margin-bottom: 32px; vertical-align: top;}
.contacWrap .item .icon {display: block; margin-bottom: 12px; font-size: 50px; color: #1cba9f;}
.contacWrap .item .head {display: block; margin-bottom: 12px; font-size: 22px; font-weight: 700;}

.contactIframe iframe {display: block; width: 100%; height: 600px; border: 0;}

.faqAccor {padding: 32px; background: #f3f3f3; margin: 0 auto; margin-top: 100px; max-width: 1000px;}
.faqAccor h3 {font-size: 22px;}
.faqAccor .box {border-bottom: 1px solid #fff;}
.faqAccor .box h4 {display: block; padding: 8px 0; font-size: 20px; font-weight: 500; position: relative; cursor: pointer;}
.faqAccor .box h4::before {content: '\f077'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; right: 0; top: 14px; transform: rotate(90deg); transition: all ease-in-out .2s;}
.faqAccor .box.active h4::before {transform: rotate(0);}
.faqAccor .box .content {display: none; padding: 20px; font-size: 15px; background: #fff;}
.faqAccor .box:last-child {border-bottom: 0;}

header nav ul li:hover ul.ivfdd {min-width: 280px;}

.docpop {display: block; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,.7); z-index: 2;}
.docpop .docpop_inner {display: block; width: 90%; max-width: 800px; height: 90%; max-height: 400px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 20px; overflow: auto;}
.docpop .docpop_inner .close {position: absolute; top: 0; right: 0; width: 32px; line-height: 32px; text-align: center; background: #000; color: #fff; cursor: pointer;}
.docpop .docpop_inner .popcontent {display: block;}
.docpop .docpop_inner .popcontent .icon {display: inline-block; width: calc(300px - 4px);  vertical-align: top;}
.docpop .docpop_inner .popcontent .icon img {width: 100%;}
.docpop .docpop_inner .popcontent .txt {display: inline-block; width: calc(100% - 300px - 4px - 32px);  vertical-align: top; margin-left: 32px;}
.docpop .docpop_inner .popcontent .txt .name {font-weight: 700; color: #012c70; margin-bottom: 12px; display: block;}
.docpop .docpop_inner .popcontent .txt .designation {font-size: 14px; color: #012c70; margin-bottom: 12px; display: block;}
.docpop .docpop_inner .popcontent .txt .description {font-size: 14px; color: #012c70; margin-bottom: 12px; display: block;}
.docpop .docpop_inner .popcontent .txt .lnks a {
    display: inline-block;
    margin: 0 4px;
    background: #a1a1a1;
    color: #fff;
    line-height: 32px;
    width: 32px;
    font-size: 14px;
    border-radius: 50%;
    transition: all ease-in-out .2s; text-align: center;
}


.hVideos {text-align: center;}
.hVideos h2 {text-align: center; margin-bottom: 40px; font-size: 48px; line-height: 54px;}
.hVideos iframe {height: 24vw; padding: 4px; background: #f3f3f3; box-shadow: 0 0 8px rgba(0,0,0,.2);}
.hVideos .bx-controls-direction {padding-top: 24px;}
.hVideos .bx-controls-direction::after {content: ''; display: block; clear: both;}
.hVideos .bx-controls-direction .bx-prev {float: left;}
.hVideos .bx-controls-direction .bx-next {float: right;}
.hVideos .bx-controls-direction a {color: blue; text-decoration: none;}

.offerPopupWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: block; /* Initially hidden */
    text-align: center;
}

.offerPopupInner {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 500px;
    width: auto;
    margin: 40px auto;
    display: inline-block;
}

.offerPopupInner .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px; line-height: 40px; background: #f2f2f2; color: #454545;
}
.offerPopupInner .close:hover {background: #454545; color: #fff;}

.offerPopupContent img {
    width: auto; height: auto;
    max-width: 90vw; max-height: calc(90vh - 80px);
    display: block;
    margin: 0 auto;
}