@charset "utf-8";
/* CSS Document */
body { padding:0px; margin:0px; background:#FFFFFF; font-size:16px; color:#000000; line-height:20px;  font-family: 'Figtree-Regular';}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, audio, video, source { display: block; margin: 0; padding: 0; }
a, img { border: medium none; }
a { color: #000000; text-decoration: none;  }
div { margin: 0; padding: 0; }
p { font-size:16px; line-height:24px; padding:0px; margin:0px; color:#000000;} 
h1, h2, h3, h4, h5, h6 { font-weight:normal; padding:0px; margin:0px;  line-height: 30px; }
a{ color: #000000; outline:none; }
ul, li { list-style:none;}
a:focus, :focus{ outline:none; }
ul,ol { list-style-type:none; padding:0px; margin:0px; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; } 
* html .clearfix { height: 1%; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clear { clear: both; line-height: 1px; padding:0px; height:0px; font-size:1px; }
.left { float:left; }
.right { float:right; }
.anim { transition:all 1s ease; -moz-transition:all 1s ease; -webkit-transition:all 1s ease; -o-transition:all 1s ease; }
.anim2 { transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }
.row {width: 1240px;margin:auto;padding:0px;}
img { border: 0; height: auto; max-width: 100%; vertical-align: middle;  width: 100%; }

.d-flex { display: flex; flex-wrap: wrap; }
.justify-space-between { justify-content: space-between;}
.align-center { align-items: center;}
.div-center { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}

/* header css */
header {float: left;width: 100%;background: #FFFFFF;transition:all .5s ease;z-index: 999;padding-left: calc((100% - 1290px + 1rem) / 2);}
header .row { width: 100%; padding: 0 5%;}
.top-hdr { float: right; width: auto;}
.hdr-main {float: left;width: 100%;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-start;column-gap: 15px;}
.logo {float: left;flex: 0 1 270px;display: flex;align-items: center;column-gap: 10px;padding: 8px 0;}
.logo img { float: left; width: auto;}
.hdr-rgt{flex: 0 1 calc(100% - 285px);}
.is-sticky header { box-shadow: 0px 3px 15px rgba(0,0,0,0.25);}
.top-hdr {float: right;width: auto;padding: 15px 0;background: #fff;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;column-gap: 40px;padding-right: 120px;position: relative;}
.top-inner{padding-right: calc((100% - 1172px + 1rem) / 2);}
.top-details { float: left; width: auto;}
.top-details ul { float: left; width: auto; display: flex; flex-wrap: wrap; column-gap: 25px;}
.top-details ul li { flex: 0 1 auto; display: flex; flex-wrap: wrap; column-gap: 15px; align-items: center;}
.top-details ul li .top-icon{width: 40px;float: left;}
.top-details ul li .top-cnt{flex: 0 1 calc(100% - 60px);}
.top-details ul li .top-cnt h6{width: 100%; float: left; color: #029397; font-size: 12px; line-height: 14px; font-family: 'Figtree-Regular'; margin-bottom: 5px;} 
.top-details ul li .top-cnt a{float: left;color: #000;font-size: 14px;line-height: 15px;font-family: 'Figtree-Bold';transition:all .5s ease;}
.top-details ul li .top-cnt a:hover{color: #029397;}
.main-menu {background: #224B28; width: 100%; float: left;}


/* home slider css */
.home-slide-sec { float: left; width: 100%;}
.home-slider { float: left; width: 100%; position: relative;}
.home-slider .swiper-slide img.dummy-img { opacity:0; width:100%;}
.home-slider .swiper-slide img.org-img { position:absolute; top:0; left:0; width: 100%; height:100%; object-fit:cover;}
.home-slider .swiper-slide::after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0,0,0,0.9);
background: -moz-linear-gradient(left, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.84)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );}
.home-slider .flex-caption {position:absolute; top: 50%; transform: translateY(-60%); text-align:left; width:100%; z-index:9;}
.home-slider .flex-caption h6 {letter-spacing: 0.56px;color: #029397;text-transform: uppercase; font-family: 'Figtree-SemiBold'; font-size:14px; line-height:25px; margin-bottom: 15px; position: relative; padding-left: 20px;}
.home-slider .flex-caption h6::after{position: absolute; content: ""; left: 0; top:0; width: 2px; height: 24px; background: #029397;}
.home-slider .flex-caption h1 { color:#FFFFFF; font-family: 'Figtree-Bold'; font-size:60px; line-height:64px; letter-spacing: 1.2px; margin-bottom: 25px;}
.home-slider .flex-cont { max-width: 520px;}
.home-slider .flex-caption a.read-more { width: auto; background: transparent linear-gradient(90deg, var(--unnamed-color-029397) 0%, var(--unnamed-color-05CFD3) 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(90deg, #029397 0%, #05CFD3 100%) 0% 0% no-repeat padding-box; border-radius: 25px; display: inline-flex; align-items: center; color: #fff; font-family: 'Figtree-Regular'; font-size: 16px; line-height: 25px; column-gap: 20px; padding: 7px 10px 7px 30px; transition:all .5s ease;}
.home-slider .flex-caption a.read-more span{ background: #fff; width: 36px; height: 36px; border-radius: 19px; border-radius: 19px;align-items: center;display: flex;justify-content: center;}
.home-slider .flex-caption a.read-more span img{width: auto;}
.home-slider .flex-caption a.read-more:hover{background: transparent linear-gradient(90deg, #05CFD3 0%, #029397 100%) 0% 0% no-repeat padding-box;}
    .home-slider .swiper-pagination-bullet { width:45px; height:8px; background:rgb(255, 255, 255, 0.50); border:none; opacity:1; border-radius:15px; transition:.5s ease-in}
.home-slider .swiper-pagination-bullet-active { background:#FFFFFF;}
.home-slider .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 105px; width: 100%; text-align: center;}
.home-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin:0 15px 0 0;}

.establish-sec {width:100%;float:left;}
.establish-lst {width:100%;float:left; background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 0px 25px #00000017;border-radius: 15px; position: relative;margin-top: -72px;z-index: 99;}
.establish-lst ul{width:100%;float:left; display: flex; flex-wrap: wrap;column-gap: 0; grid-row-gap: 0;}
.establish-lst ul li {flex:0 1 25%;border-right:1px solid #E2E2E2;padding:25px 30px; display: inline-flex; align-items: center;}
.establish-lst ul li .est-icon {width:auto;display:inline-block;}
.establish-lst ul li .est-cnt h3 {width:auto;float:left;text-align:left;color:#000000; font-family: 'Figtree-Bold'; transition:all .5s ease}
.establish-lst ul li:hover .est-cnt h3 {color:#F20000}
.establish-lst ul li:last-child {border-right:none}
.establish-lst ul li .est-icon {width: 65px;margin-right: 15px;float: left;}
.establish-lst ul li .est-cnt {width: calc(100% - 80px);float: right;}
.establish-lst ul li .est-cnt p{float: left; font-size: 16px; line-height: 21px; color: #5E7077; font-family: 'Figtree-Regular';}
.establish-lst ul li .est-cnt .fun-fact-number { float:left; width: 100%; text-align:left; margin-bottom:5px; display: flex; align-items: center;}
.establish-lst ul li .est-cnt .fun-fact-number span { font-size:48px; line-height: 48px; color: #000000; font-family: 'Figtree-Bold'; transition:all .5s ease;}
.establish-lst ul li .est-cnt .odometer.odometer-auto-theme, .establish-lst ul li .est-cnt .odometer.odometer-theme-default {font-family: 'Figtree-Bold';}

/* about us css */
.about-us { float: left; width: 100%; padding: 100px 0 100px;} 
.about-main { float: left;display: flex; flex-wrap: wrap; column-gap: 6%; row-gap: 0;}
.about-lft { flex: 0 1 47%;}
.about-lft img { float: left; width: 100%;}
.about-rgt { flex: 0 1 47%;}
.about-us h6 { float: left; width: 100%; color: #029397; font-size: 14px; line-height: 20px; letter-spacing: 0.56px; font-family: 'Figtree-SemiBold'; text-transform: uppercase; margin-bottom: 20px; position: relative; padding-left: 20px;} 
.about-us h6::after{position: absolute; content: ""; left: 0; top:0; width: 2px; height: 20px; background: #029397;}
.about-us h2 { float: left; width: 100%; font-family: 'Figtree-SemiBold'; color: #000000; font-size: 52px; line-height: 56px; margin-bottom: 30px; position: relative; padding-bottom: 20px;}
.about-us h2 span{display: block;}
.about-us h2::after{position: absolute; content: ""; left: 0; bottom: 0; width: 60px; height: 4px; background: #029397;}
.about-us p { float: left; width: 100%; color: #333333; font-family: 'Figtree-Regular'; font-size: 18px; line-height: 28px; margin-bottom: 25px;}
.about-us p span{font-family: 'Figtree-SemiBold';}
.about-us a.read-more { width: auto; background: transparent linear-gradient(90deg, var(--unnamed-color-029397) 0%, var(--unnamed-color-05CFD3) 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(90deg, #029397 0%, #05CFD3 100%) 0% 0% no-repeat padding-box; border-radius: 25px; display: inline-flex; align-items: center; color: #fff; font-family: 'Figtree-Regular'; font-size: 16px; line-height: 25px; column-gap: 20px; padding: 7px 10px 7px 30px; transition:all .5s ease;}
.about-us a.read-more span{ background: #fff; width: 36px; height: 36px; border-radius: 19px; border-radius: 19px;align-items: center;display: flex;justify-content: center;}
.about-us a.read-more span img{width: auto;}
.about-us a.read-more:hover{background: transparent linear-gradient(90deg, #05CFD3 0%, #029397 100%) 0% 0% no-repeat padding-box;}
.about-img-inner{float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 15px; position: relative;}
.about-img-inner::after{position: absolute; content: ""; left: 0; right: 0; top:50%; transform: translateY(-50%); background: url("../images/abt-logo.svg") no-repeat 0 0; width: 142px; height: 142px; background-size: cover; margin: 0 auto;}
.about-top{float: left; width: 100%; position: relative; overflow: hidden; border-radius: 10px;}
.about-top img.dummy-img {opacity: 0;width: 100%;}
.about-top img.org-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.about-btm{float: left; width: 100%;}
.about-btm ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 3%; row-gap: 0;}
.about-btm ul li{flex: 0 1 48.5%; position: relative; overflow: hidden; border-radius: 10px;}
.about-btm ul li img.dummy-img {opacity: 0;width: 100%;}
.about-btm ul li img.org-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}

/*our-service*/
.our-service{float: left; width: 100%; background: #F3F5F4; padding: 90px 0;}
.our-service-inner{width: 100%; float: left; position: relative;}
.our-service h2{width: 65%; float: left; color: #000000; font-size: 48px; line-height: 56px; font-family: 'Figtree-SemiBold'; margin-bottom: 50px;}
.our-service-lst{float: left; width: 100%;}
.our-service-lst ul{float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 20px;}
.our-service-lst ul li{flex: 0 1 23.5%;}
.our-service-lst ul li a{width: 100%; float: left; display: flex; flex-wrap: wrap; padding: 25px; background: #fff; border-radius: 20px;}
.our-service-lst ul li a:hover{ background: transparent linear-gradient(136deg, var(--unnamed-color-029397) 0%, var(--unnamed-color-05CFD3) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(136deg, #029397 0%, #05CFD3 100%) 0% 0% no-repeat padding-box;}
.our-service-lst ul li a .service-icon{width: 100%; float: left; margin-bottom: 15px;width:66px; height:66px;}
.our-service-lst ul li a .service-icon.icon1{background:url(../images/service-icon1.svg) 0 0 no-repeat;}
.our-service-lst ul li a .service-icon.icon2{background:url(../images/service-icon2.svg) 0 0 no-repeat;}
.our-service-lst ul li a .service-icon.icon3{background:url(../images/service-icon3.svg) 0 0 no-repeat;}
.our-service-lst ul li a .service-icon.icon4{background:url(../images/service-icon4.svg) 0 0 no-repeat;}
.our-service-lst ul li a .service-icon.icon5{background:url(../images/service-icon5.svg) 0 0 no-repeat;}
.our-service-lst ul li a .service-icon.icon6{background:url(../images/service-icon6.svg) 0 0 no-repeat;}
.our-service-lst ul li a .service-icon.icon7{background:url(../images/service-icon7.svg) 0 0 no-repeat;}
.our-service-lst ul li a .service-icon.icon8{background:url(../images/service-icon8.svg) 0 0 no-repeat;}
.our-service-lst ul li a .service-icon.icon9{background:url(../images/service-icon9.svg) 0 0 no-repeat;}
.our-service-lst ul li a:hover .service-icon.icon1{background:url(../images/service-icon1-h.svg) 0 0 no-repeat;}
.our-service-lst ul li a:hover .service-icon.icon2{background:url(../images/service-icon2-h.svg) 0 0 no-repeat;}
.our-service-lst ul li a:hover .service-icon.icon3{background:url(../images/service-icon3-h.svg) 0 0 no-repeat;}
.our-service-lst ul li a:hover .service-icon.icon4{background:url(../images/service-icon4-h.svg) 0 0 no-repeat;}
.our-service-lst ul li a:hover .service-icon.icon5{background:url(../images/service-icon5-h.svg) 0 0 no-repeat;}
.our-service-lst ul li a:hover .service-icon.icon6{background:url(../images/service-icon6-h.svg) 0 0 no-repeat;}
.our-service-lst ul li a:hover .service-icon.icon7{background:url(../images/service-icon7-h.svg) 0 0 no-repeat;}
.our-service-lst ul li a:hover .service-icon.icon8{background:url(../images/service-icon8-h.svg) 0 0 no-repeat;}
.our-service-lst ul li a:hover .service-icon.icon9{background:url(../images/service-icon9-h.svg) 0 0 no-repeat;}
.our-service-lst ul li a .service-cnt{width: 100%; float: left;}
.our-service-lst ul li a .service-cnt h3{float: left; width: 100%; color: #000000; font-family: 'Figtree-Bold'; font-size: 18px; line-height: 22px; margin-bottom: 12px; transition:all .5s ease;}
.our-service-lst ul li a .service-cnt p{float: left; width: 100%; color: #474747; font-family: 'Figtree-Regular'; font-size: 16px; line-height: 26px; margin-bottom: 12px; transition:all .5s ease;}
.our-service-lst ul li a .service-cnt h6{float: left; width: 100%; color: #474747; font-family: 'Figtree-Regular'; font-size: 14px; line-height: 24px; padding-left: 20px; position: relative; transition:all .5s ease;}
.our-service-lst ul li a .service-cnt h6::after{position: absolute; content: ""; width: 11px; height: 10px; left: 0; top:7px; background: url("../images/arrow-right.svg") no-repeat 0 0;}
.our-service-lst ul li a:hover .service-cnt h6::after{background: url("../images/arrow-right-h.svg") no-repeat 0 0;}
.our-service-lst ul li a:hover .service-cnt h3, .our-service-lst ul li a:hover .service-cnt p, .our-service-lst ul li a:hover .service-cnt h6 {color: #fff;}

a.view-btn { position: absolute; right: 0; top:20px; width: auto; background: transparent linear-gradient(90deg, var(--unnamed-color-029397) 0%, var(--unnamed-color-05CFD3) 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(90deg, #029397 0%, #05CFD3 100%) 0% 0% no-repeat padding-box; border-radius: 25px; display: inline-flex; align-items: center; color: #fff; font-family: 'Figtree-Regular'; font-size: 16px; line-height: 25px; column-gap: 20px; padding: 7px 10px 7px 30px; transition:all .5s ease;}
a.view-btn span{ background: #fff; width: 36px; height: 36px; border-radius: 19px; border-radius: 19px;align-items: center;display: flex;justify-content: center;}
a.view-btn span img{width: auto;}
a.view-btn:hover{background: transparent linear-gradient(90deg, #05CFD3 0%, #029397 100%) 0% 0% no-repeat padding-box;}

/*our-specialist*/
.our-specialist{width: 100%; float: left; background: #F3F5F4; padding: 80px 0;}
.specialist-pad{width: 100%; float: left; position: relative;}
.our-specialist h6 { float: left; width: 100%; color: #029397; font-size: 14px; line-height: 20px; letter-spacing: 0.56px; font-family: 'Figtree-SemiBold'; text-transform: uppercase; margin-bottom: 20px; position: relative; padding-left: 20px;} 
.our-specialist h6::after{position: absolute; content: ""; left: 0; top:0; width: 2px; height: 20px; background: #029397;}
.our-specialist h2 { float: left; width: 100%; font-family: 'Figtree-SemiBold'; color: #000000; font-size: 52px; line-height: 56px; margin-bottom: 35px;}
.our-specialist .swiper-wrapper{width: 100%; float: left;}
.our-specialist .swiper-container{width: 100%; float: left;}
.our-specialist .swiper-slide a{width: 100%; float: left;}
.specialist-img{width: 100%; float: left; position: relative; border-radius: 10px; overflow: hidden; margin-bottom: 15px;}
.specialist-img img.dummy-img {opacity: 1;width: 100%;}
.specialist-img img.org-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.specialist-cnt{width: 100%; float: left;}
.specialist-cnt h3{width: 100%; float: left; color: #042A2D; font-size: 20px; line-height:1.2; font-family: 'Figtree-Bold'; margin-bottom: 8px; transition:all .5s ease;}
.specialist-cnt h5{width: 100%; float: left; color: #333333; font-family: 'Figtree-Regular'; font-size: 15px; line-height:1.4; margin-bottom:8px;}
.specialist-cnt p{width: 100%; float: left; color: #029397; font-family: 'Figtree-Regular'; font-size:16px; line-height:1.4;}
.our-specialist .swiper-slide:hover .specialist-cnt h3{color: #029397;}
.our-specialist .swiper-nav-specialist{ position: absolute; right: 0; top:45px; width: 100px;}
.our-specialist .swiper-button-prev-specialist { width: 44px; height: 43px; transition: all 0.4s ease;top: 28%; position: absolute;left: 0;}
.our-specialist .swiper-button-prev-specialist::after { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; display: flex;align-items: center; justify-content: center;background: url(../images/rgt-arw.svg)no-repeat; cursor: pointer;}
.our-specialist .swiper-button-next-specialist { width: 44px; height: 43px; transition: all 0.4s ease;position: absolute;right: 0;}
.our-specialist .swiper-button-next-specialist::after { content: "";position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto;; display: flex;align-items: center; justify-content: center;background: url(../images/lft-arw.svg)no-repeat; cursor: pointer;}
.our-specialist .swiper-button-prev-specialist:hover::after, .our-specialist .swiper-button-next-specialist:hover::after{opacity: 0.7;}


/* patients feedback css */
.patients-feedback { float: left; width: 100%; padding: 85px 0 85px; background: url("../images/feedback-bg.webp") no-repeat 0 0; background-size: cover;}
.feedback-inner{float: left; width: 100%; position: relative;}
.feedback-title{width: 360px; float: left;}
.feedback-slide { float: right; width: calc(100% - 400px);}
.patients-feedback h6 { float: left; width: 100%; color: #029397; font-size: 14px; line-height: 20px; letter-spacing: 0.56px; font-family: 'Figtree-SemiBold'; text-transform: uppercase; margin-bottom: 20px; position: relative; padding-left: 20px;} 
.patients-feedback h6::after{position: absolute; content: ""; left: 0; top:0; width: 2px; height: 20px; background: #029397;}
.patients-feedback h2 { float: left; width: 100%; font-family: 'Figtree-SemiBold'; color: #fff; font-size: 48px; line-height: 52px; margin-bottom: 35px;}
.feedback-slide .swiper-container { margin-bottom: 50px;}
.feedback-main { float: left; width: 100%; position: relative; z-index: 1; display: flex;flex-wrap: wrap;align-items: center;column-gap: 35px;}
.feedback-main::after { position: absolute; content: ""; background: url("../images/quote-right.svg") no-repeat 0 0; background-size: cover; right: 15px; top: 15px; width: 53px; height: 46px; z-index: -1;}
.feedback-img { float: left; width: 280px; border-radius: 20px; position: relative; overflow: hidden;}
.feedback-img img.dummy-img {opacity: 0;width: 100%;}
.feedback-img img.org-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.feedback-cnt{width: calc(100% - 320px); float: right; padding-right: 70px;}
.feedback-cnt h3 { float: left; width: 100%; color: #fff; font-family: 'Figtree-Bold'; font-size: 20px; line-height: 28px; margin-bottom: 25px; position: relative; padding-left: 20px; border-left: 1px solid #029397;}
.feedback-cnt h3 span{display: block; font-family: 'Figtree-Regular'; font-size: 18px; line-height: 24px; color: rgb(255, 255, 255, 0.6);}
.feedback-cnt p { float: left; width: 100%; color: #fff; font-family: 'Figtree-Regular'; font-size: 16px; line-height: 25px;}
.feedback-slide .swiper-nav-feedback{position: absolute;right: 420px;bottom: 95px;width: 100px;z-index: 9;}
.feedback-slide .swiper-button-prev-feedback { width: 44px; height: 43px; transition: all 0.4s ease;top: 28%; position: absolute;left: 0; border-radius: 5px;}
.feedback-slide .swiper-button-prev-feedback::after { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; display: flex;align-items: center; justify-content: center;background: url(../images/rgt-arw.svg)no-repeat; cursor: pointer;}
.feedback-slide .swiper-button-next-feedback { width: 44px; height: 43px; transition: all 0.4s ease;position: absolute;right: 0;}
.feedback-slide .swiper-button-next-feedback::after { content: "";position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto;; display: flex;align-items: center; justify-content: center;background: url(../images/lft-arw.svg)no-repeat; cursor: pointer;}
.feedback-slide .swiper-button-prev-specialist:hover::after, .feedback-slide .swiper-button-next-feedback:hover::after{opacity: 0.7;}
.feedback-list{width: 100%; float: left;}
.feedback-list ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 2%;}
.feedback-list ul li{flex: 0 1 23.5%; background: #1C4D50; border-radius: 20px; padding: 15px; display: flex;flex-wrap: wrap;text-align: center;}
.feedback-list ul li .feedback-icon{width: 100%; float: left; border-bottom: 1px solid rgb(255, 255, 255, 0.2); padding-bottom: 12px;}
.feedback-list ul li .feedback-icon img{width: auto;filter: brightness(0) invert(100%);}
.feedback-list ul li h4{width: 100%; float: left; padding-top: 12px; text-align: center; font-family: 'Figtree-Regular'; color: #fff; font-size: 16px; line-height: 24px;}

/* footer css */
footer { float: left; width: 100%; background: #042a2d; padding: 80px 0 30px; position: relative; z-index: 1;}
/* ponytail: removed footer::after rule referencing missing assets/images/ftr-logo-bg.svg (404 on live too); restore with file if asset added */
.ftr-top { float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; column-gap: 8%; margin-bottom: 50px;}
.ftr-top .ftr-lft { flex: 0 1 25%;}
.ftr-top .ftr-mid { flex: 0 1 32%;}
.ftr-top .ftr-rgt { flex: 0 1 27%;}
.ftr-top h3{width: 100%; float: left; font-family: 'Figtree-Bold'; color: #fff; font-size: 18px; line-height: 25px; padding-bottom: 15px; margin-bottom: 30px; position: relative;}
.ftr-top h3:after{position: absolute; content: ""; left: 0; bottom: 0; width: 40px; height: 2px; background: #029397;}
.ftr-logo { float: left; width: auto; margin-bottom: 35px;}
.ftr-logo a{float: left;}
.ftr-logo img { float: left; width: auto;}
.ftr-addr { float: left; width: 100%;}
.ftr-addr ul{width: 100%;float: left;display: flex;flex-wrap: wrap;column-gap: 0;row-gap: 15px;}
.ftr-addr ul li{flex: 0 1 100%; font-family: 'Figtree-Regular'; color: #fff; font-size: 16px; line-height: 24px;padding-left: 32px;}
.ftr-addr ul li a{float: left; font-family: 'Figtree-Regular'; color: #fff; font-size: 16px; line-height: 24px; margin-right: 10px;}
.ftr-addr ul li a:last-child{margin-right: 0;}
.ftr-addr ul li span{position: relative; float: left;}
.ftr-addr ul li.location span:after{background:url(../images/icon-location.svg) no-repeat 0 0; position: absolute; content: ""; left: -32px; top:0; width: 14px; height: 20px;}
.ftr-addr ul li.ph span:after{background:url(../images/icon-phone.svg) no-repeat 0 0;position: absolute; content: ""; left: -32px; top: 5px; width: 15px; height: 15px;}
.ftr-addr ul li.mail span:after{background:url(../images/icon-email.svg) no-repeat 0 0; position: absolute; content: ""; left: -32px; top: 5px; width: 15px; height: 12px;}
.ftr-links { float: left; width: 100%;}
.ftr-links ul {float: left;width: 100%;display: flex;flex-wrap: wrap;row-gap: 25px;column-gap: 10%;}
.ftr-links ul li {flex: 0 1 45%;padding-bottom: 0;}
.ftr-links ul li a {float: left;width: auto;display: flex;column-gap: 18px;color: #FFFFFF;font-size: 16px;line-height: 20px;transition:all .5s ease;}
.ftr-links ul li a:hover { color: #029397;}
.ftr-contact { float: left; width: 100%; margin-bottom: 30px;}
.ftr-contact ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 12px;}
.ftr-contact ul li{flex: 0 1 100%; font-family: 'Figtree-Regular'; color: #fff; font-size: 16px; line-height: 25px; position: relative; padding-left: 28px;}
.ftr-contact ul li:after{position: absolute; content: ""; left: 0; top:6px; background:url(../images/clock.svg) no-repeat 0 0; width: 13px; height: 13px;}
.ftr-cnct { float: left; width: 100%; background: rgba(0,0,0,0.20); padding: 20px 30px; border-radius: 11px;}
.ftr-cnct > div:first-child { float: left; width: 32px;}
.ftr-cnct > div:last-child { float: left; width: calc(100% - 32px); padding-left: 20px;}
.ftr-cnct h4 { color: #FFFFFF; font-size: 15px; line-height: 20px;}
.ftr-cnct h3 { color: #FFFFFF;}
.ftr-cnct h3 a { font-family: 'PublicSans-Bold'; color: #FFFFFF; font-size: 18px; line-height: 26px; transition:all .5s ease;}
.ftr-cnct h3 a:hover { color: #029397;}
.qr-scan{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 20px; align-items: center;}
.scan-img {flex: 0 1 90px;}
.scan-img img{width: 100%;float: left;}
.scan-cnt {flex: calc(100% - 150px);}
.qr-scan h5{color: #fff; font-size: 18px; line-height: 25px; font-family: 'Figtree-Bold';}
.accrediation-links { float: left; width: auto;}
.accrediation-links ul { display: flex; flex-wrap: wrap; align-items: center; column-gap: 10px;}
.accrediation-links ul li { flex: 0 1 auto;}
.accrediation-links ul li a img { float: left; width: auto; transition: all 0.4s ease;}
.accrediation-links ul li a:hover img { opacity: 0.6;}
.news-cnt { float: left; width: 100%; position: relative;}
.news-cnt input[type="text"] { font-family: 'PublicSans-Regular'; border: none; border-bottom: 1px solid #FFFFFF; font-size: 12px; width: 100%; line-height: 24px; color: #FFFFFF; padding-right: 15px; background:none; }
.news-cnt button.nl-btn { background:url(../images/arrow-right-2.svg) no-repeat right center; position:absolute; right:0; top: 8px; width: 7px; height: 11px; border: none; cursor: pointer; background-size:100%; }
/* ponytail: arrow-btn.svg 404s on live too; swapped to existing arrow-right-2.svg. Restore if real asset supplied */
.ftr-btm { float: left; width: 100%; padding-top: 20px; border-top: 1px solid rgb(255, 255, 255, 0.38);} 
.ftr-inner{float: left; width: 100%;  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.ftr-btm p { float: left; color: #FFFFFF; font-size: 16px; line-height: 28px; font-family: 'Figtree-Regular';}
.ftr-rgt .social-links{width: auto; float: right;}
.social-links ul { display: flex; flex-wrap: wrap; align-items: center; column-gap: 10px;}
.social-links ul li { flex: 0 1 auto;}
.social-links ul li a img { float: left; width: auto; transition: all 0.4s ease;}
.social-links ul li a:hover img { opacity: 0.6;}

/*our-facilities*/
.facilities-sec{float: left; width: 100%; background: #fff; padding: 100px 0;} 
.facilities-inner{float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 60px;}
.facilities-lft{flex: 0 1 360px;}
.facilities-rgt{flex: 0 1 calc(100% - 420px); position: relative;}

.facilities-sec h2{float: left; width: 100%; color: #000; font-family: 'Figtree-SemiBold'; font-size: 48px; line-height: 56px; margin-bottom: 20px;}
.facilities-sec p{float: left; width: 100%; color: #333333; font-family: 'Figtree-Regular'; font-size: 18px; line-height: 28px; margin-bottom: 20px;}
.facilities-sec ul{float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 20px;}
.facilities-sec ul li{flex: 0 1 100%; color: #000; font-family: 'Figtree-SemiBold'; font-size: 20px; line-height: 30px; display: flex; align-items: center; column-gap: 20px;}
.facilities-sec ul li span{width: 55px; height: 55px; display: inline-flex; align-items: center; justify-content: center; background: transparent linear-gradient(180deg, var(--unnamed-color-029397) 0%, var(--unnamed-color-05CFD3) 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(180deg, #029397 0%, #05CFD3 100%) 0% 0% no-repeat padding-box; border-radius: 100%;}
.facilities-sec ul li span img{width: auto;}
.video-img{float: left; width: 100%; position: relative; border-radius: 10px; overflow: hidden;}
.video-img:after{position: absolute; content: ""; left: 0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,16%);}
.video-img img{width: 100%; float: left;}
.video-img .home-video-div { position: absolute;left: 0;right: 0;margin: 0 auto;top: 50%;transform: translateY(-50%); z-index: 9;}
.video-img .home-video-div a { display: flex; align-items: center; justify-content: center; transition: all 0.5s ease;}
.video-img .home-video-div a img { float: left; width: 90px;}
.video-img .home-video-div a:hover { opacity: 0.7;}
a.appointment-btn{position: absolute; left: 30px; bottom: 30px; width: auto; background: #fff; border-radius: 25px; display: inline-flex; align-items: center; color: #000; font-family: 'Figtree-SemiBold'; font-size: 20px; line-height: 26px; column-gap: 20px; padding: 7px 10px 7px 30px; transition:all .5s ease; z-index: 99;}
a.appointment-btn span{background: transparent linear-gradient(90deg, var(--unnamed-color-029397) 0%, var(--unnamed-color-05CFD3) 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(90deg, #029397 0%, #05CFD3 100%) 0% 0% no-repeat padding-box; width: 36px; height: 36px; border-radius: 19px; border-radius: 19px;align-items: center;display: flex;justify-content: center;}
a.appointment-btn span img{width: auto;}
a.appointment-btn span .feather{color: #fff; font-size: 14px; transition:all .5s ease;}
a.appointment-btn:hover{background: transparent linear-gradient(90deg, #05CFD3 0%, #029397 100%) 0% 0% no-repeat padding-box; color: #fff;}
a.appointment-btn:hover span{background: #fff;}
a.appointment-btn:hover span .feather{color: #000;}

/* mobile menu css */
.mobNav { display:none; position:fixed; right:0px; overflow:hidden; }
.m-menu { display:none; float:right; color:#482679; }
.m-menu { float:right; position:relative; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease; -ms-transition: All 0.8s ease; transition: All 0.8s ease; right: 10px;}
.m-menu a { display:inline-block; text-align:right; outline:none;}
.m-menu .mm { position:absolute; top:3px; left:-55px; font-size:16px; color:#482679; text-transform:uppercase; cursor:pointer; padding-right:20px; display:inline-block; font-family: 'robotobold';}
.m-menu a span { display:block; background:#333; width: 27px;height: 3px;margin-top: 5px;border-radius:2px; }
.m-menu a:hover span{ background: #2d356c;}
.mobi-logo img { width: 65%; }

/* about -us  */
.inner-banner img{float:left;width:100%;}
.inner-banner{float:left;width:100%;position:relative;}
.inner-banner .inner-banner-cont{position:absolute;transform:translate(0, -50%);top:50%;}
.inner-banner .inner-banner-cont h2{font-family:'Figtree-Bold';font-size:60px;letter-spacing:0.02em;text-transform:capitalize;line-height:64px;text-align:left;color:#fff;}
.inner-banner .inner-banner-cont ul.breadcrumb{display:flex;column-gap:20px;align-items:center;}
.inner-banner .inner-banner-cont ul.breadcrumb li { flex: 0 1 auto; position:relative;}
.inner-banner .inner-banner-cont ul.breadcrumb li:last-child::after { content: none;}
.inner-banner .inner-banner-cont ul.breadcrumb li a{font-family:'Figtree-SemiBold';font-weight:600;font-size:13px;line-height:26px;text-align:left;color:#fff;text-transform:uppercase;position:relative;}
.inner-banner .inner-banner-cont ul.breadcrumb li.active{color: #fff;font-size:13px;text-transform:uppercase;line-height:13px;text-decoration: underline;font-family: 'Figtree-SemiBold';}
.about-his{float:left;width:100%;padding: 50px 0;}
.about-his h3{font-family:'Figtree-Regular';font-weight:600;font-size:14px;letter-spacing:0.04em;text-align:center;color:#029397;text-transform:uppercase;}
.about-his h2{font-family:'Figtree-SemiBold';font-size:52px;line-height:56px;text-align:center;color:#000;max-width: 100%;position:relative;margin: 5px auto 40px;}
.about-his p{max-width:1012px;font-family: 'Figtree-Regular';font-weight:normal;font-size:18px;line-height:28px;text-align:center;margin:0 auto;color:#333;margin-bottom:40px;}
.about-his p span{font-family:'Figtree-SemiBold';}
.vision{float:left;width:100%;background:linear-gradient(#029397 0%, #05CFD3 100%);padding:180px 0 120px 0;}
.vision h3{font-family:'Figtree-SemiBold';font-size:40px;line-height:56px;text-align:center;color:#fff;margin-bottom:20px;}
.vision h2{max-width:650px;font-family:'Figtree-Light';font-size:34px;line-height:46px;text-align:center;position:relative;color:#fff;margin:0 auto;}
.our-mission{float:left;width:100%;padding:75px 0;}
.our-mission ul{display:flex;flex-wrap:wrap;column-gap:3%;row-gap:30px;}
.our-mission ul li{border-radius:20px;background:#fff;border:1px solid #ebebeb;flex:0 1 31%;padding:70px 30px 30px 30px;position:relative;}
.our-mission ul li span{background:url(../images/v-shape.svg) no-repeat;width:57px;height:62px;position:absolute;right:30px;top:0;display:inline-flex;justify-content:center;align-items:center;font-family:'Figtree-Light';font-size:27px;line-height:27px;text-align:center;color:#fff;}
.our-mission ul li h3{font-family:'Figtree-Bold';font-size:20px;line-height:20px;text-align:left;margin-bottom:20px;color:#000;}
.our-mission ul li p{font-family:'Figtree-Regular';font-weight:normal;font-size:18px;line-height:28px;text-align:left;color:#333;}
.certificate{float:left;width:100%;background:#f2f1ed;padding:80px 0;}
.certificate h2{font-family:'Figtree-SemiBold';font-size:40px;line-height:56px;text-align:center;color:#000;margin-bottom: 5px;}
.certificate p{max-width:864px;font-weight:normal;font-size:18px;line-height:28px;text-align:center;color:#333;margin:0 auto;}
.certificate ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top: 40px;}
.certificate ul li{flex:0 1 48%;}
.certificate ul li .certificate-cnt{float:left;width:100%;}
.certificate ul li .certificate-cnt .certi-lft{float:left;position:absolute;margin: 9px 0 0 70px;border:1px solid #e1e1e1;filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));border-radius:100px;}
.certificate ul li .certificate-cnt .certi-lft img{width:auto;}
.certificate ul li .certificate-cnt .certi-rgt{border-radius:12px;background:linear-gradient(#029397 0%, #05CFD3 100%);float:right;padding:40px 32px 30px 90px;width:76%;}
.certificate ul li .certificate-cnt .certi-rgt p{font-family:'Figtree-Regular';font-size:18px;line-height:26px;text-align:left;color:#fff;}
.certificate ul li .certificate-cnt .certi-rgt p span{font-family:'Figtree-Bold';}
.key-service{float:left;width:100%;padding:90px 0;}
.key-service .key-service-lft{float:left;width:40%;padding-right:50px;}
.key-service .key-service-lft h2{font-family:'Figtree-SemiBold';font-size:48px;line-height:56px;text-align:left;color:#000;margin-bottom:30px;}
.key-service .key-service-lft ul{display:flex;flex-wrap:wrap;row-gap:0;}
.key-service .key-service-lft ul li{padding-left:40px;flex:0 1 100%;position:relative;border-left:1px solid #ddd;padding-bottom:30px;}
.key-service .key-service-lft ul li h3{font-family:'Figtree-Bold';font-size:20px;line-height:20px;text-align:left;margin-bottom:10px;color:#000;}
.key-service .key-service-lft ul li p{font-family:'Figtree-Regular';font-size:18px;line-height:28px;text-align:left;color:#333;}
.key-service .key-service-lft ul li p span{font-family:'Figtree-Bold';}
.key-service .key-service-rgt{float:left;width:60%;}
.key-service .key-service-rgt .ftr-img img{float:left;width:100%;}
.development-plan{float:left;width:100%;background:#f6f6f6;padding:75px 0;}
.development-plan h2{font-family:'Figtree-SemiBold';font-size:48px;line-height:56px;text-align:center;color:#000;margin-bottom:20px;}
.development-plan p{font-family:'Figtree-Regular';font-size:18px;line-height:28px;text-align:center;color:#000;margin-bottom:20px;}
.development-plan ul{display:flex;flex-wrap:wrap;column-gap:3%;row-gap:30px;margin-top:50px;}
.development-plan ul li{border-radius:4px;background:#fff;box-shadow:0px 3px 6px rgba(0, 0, 0, 0.03);flex:0 1 48.5%;padding:30px 30px 40px 80px;border-left:3px solid #029397;}
.development-plan ul li h3{font-family:'Figtree-Bold';font-size:20px;line-height:36px;text-align:left;color:#042a2d;margin-bottom:10px;}
.development-plan ul li p{width:100%;font-family:Figtree;font-weight:normal;font-size:18px;line-height:28px;text-align:left;color:#333;}
.development-plan p.ft{max-width:100%;font-family:'Figtree-Regular';font-weight:normal;font-size:18px;line-height:28px;text-align:left;color:#707070;margin:30px 0;}
.inner-banner .inner-banner-cont ul.breadcrumb li::after{content:">";position:absolute;right:-15px;top: 50%; transform: translateY(-50%); color:#fff;}
.inner-banner.no-img-banner .inner-banner-cont ul.breadcrumb li::after { color: #333;}
.inner-banner::before{content:"";width:100%;height:100%;opacity:0.81;position:absolute;left:0;top:0;background:rgba(87,94,138,1);background:-moz-linear-gradient(left, rgba(87,94,138,1) 0%, rgba(183,186,205,0) 57%, rgba(255,255,255,0) 100%);background:-webkit-gradient(left top, right top, color-stop(0%, rgba(87,94,138,1)), color-stop(57%, rgba(183,186,205,0)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(87,94,138,1) 0%, rgba(183,186,205,0) 57%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(87,94,138,1) 0%, rgba(183,186,205,0) 57%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(87,94,138,1) 0%, rgba(183,186,205,0) 57%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(87,94,138,1) 0%, rgba(183,186,205,0) 57%, rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#575e8a', endColorstr='#ffffff', GradientType=1 );}
.inner-banner::after{content:"";background:url(../images/banner-shape.svg) no-repeat;width:153px;height:101px;position:absolute;bottom:-51px;right: -10px;}
.about-his h2::after{position:absolute;content:"";left:0;bottom:-20px;width:60px;height:4px;background:#029397;right:0;margin:0 auto;}
.vision h2::after{background:url(../images/quote.svg) no-repeat;content:"";width:54px;height:48px;position:absolute;left:0;right:0;margin:0 auto;bottom:-70px;}
.our-mission h2{font-family:'Figtree-SemiBold';font-size:40px;line-height:56px;text-align:left;color:#000;margin-bottom:30px;}
.key-service .key-service-lft ul li::before{background:linear-gradient(#029397 0%, #05CFD3 100%);content:"";width:20px;height:20px;position:absolute;left:-10px;border-radius:20px;top:-3px;}
.key-service .key-service-lft ul li:last-child{border:none;}
.video-sec{float:left;width:100%;display:flex;justify-content:center;}
.video-img{float:left;width:100%;position:relative;margin:0;border-radius:27.45px;}
.video-img::after{background:#EA4F6A;width:100%;height:100%;position:absolute;left:20px;top:20px;z-index:-1;}
.videoWrapper{position:relative;width:100%;height:100%;background-color:#000;border-radius:8px;height:100%;object-fit:cover;background-size:cover;}
.videoWrapper43{padding-top:75%;}
.videoIframe{position:absolute;top:0;right:0;bottom:0;border-radius:8px;left:0;width:100%;height:100%;background-color:transparent;}
.videoPoster{position:absolute;top:0;right:0;left:0;width:100%;border-radius:8px;height:100%;margin:0;padding:0;cursor:pointer;border:0;outline:none;background-position:50% 50%;background-size:100% 100%;background-size:cover;text-indent:-999em;overflow:hidden;opacity:1;-webkit-transition:opacity 800ms, height 0s;-moz-transition:opacity 800ms, height 0s;transition:opacity 800ms, height 0s;-webkit-transition-delay:0s, 0s;-moz-transition-delay:0s, 0s;transition-delay:0s, 0s;}
.videoWrapperActive .videoPoster{opacity:0;height:0;-webkit-transition-delay:0s, 800ms;-moz-transition-delay:0s, 800ms;transition-delay:0s, 800ms;}
.videoPlayButton{content:'';position:absolute;left:0;width:90px;right:0;height:90px;background:url(../images/video-play.svg) no-repeat scroll top  center;background-size:cover;z-index:2;cursor:pointer;transition:opacity 0.3s ease;margin:0 auto;top:40%;border-radius:8px;}
.videoWrapper169{padding-top:44.5%;}
.videoWrapperActive .vicap{display:none;}
.videoWrapperActive .videoPlayButton{display:none;}
.establish-sec.abt-se{position:relative;margin-bottom:-70px;padding-top:60px;}

/* facility */
.facility{float:left;width:100%;background:#f3f5f4;padding:75px 0;}
.facility h2{font-family:'Figtree-SemiBold';font-size:48px;line-height:56px;text-align:center;color:#000;margin-bottom:50px;}
.facility ul{display:flex;flex-wrap:wrap;column-gap:2%;row-gap:20px;}
.facility ul li{flex:0 1 23.5%;text-align:center;border-radius:20px;background:#fff;padding:68px 0;}
.facility ul li .fac-img{width:79px;height:79px;background:linear-gradient(#029397 0%, #05CFD3 100%);display:inline-flex;justify-content:center;align-items:center;border-radius:100px;}
.facility ul li .fac-img img{width:auto;}
.facility ul li .fac-desc p{font-family:'Figtree-Bold';font-size:20px;line-height:24px;text-align:center;color:#000;margin-top:20px;padding:0 20px;}
.any-query{float:left;width:100%;padding:75px 0;background: #f2f1ed;}
.any-query .any-query-lft{float:left;width:45%;padding-right:50px;}
.any-query .any-query-lft h2{font-family:'Figtree-Bold';font-size:48px;line-height:56px;text-align:left;color:#000;margin-bottom:50px;}
.any-query .any-query-lft p{font-family:'Figtree-Regular';font-weight:normal;font-size:18px;line-height:28px;margin-bottom:40px;text-align:left;color:#333;}
.any-query .any-query-lft ul{display:flex;flex-wrap:wrap;row-gap:30px;}
.any-query .any-query-lft ul li{flex:0 1 100%;}
.any-query .any-query-lft ul li .query-ico{width:55px;height:55px;background:linear-gradient(#029397 0%, #05CFD3 100%);display:inline-flex;justify-content:center;align-items:center;border-radius:100px;float:left;}
.any-query .any-query-lft ul li .query-ico img{width:auto;}
.any-query .any-query-lft ul li .query-desc{float:left;width:80%;padding:5px 0 0 20px;}
.any-query .any-query-lft ul li .query-desc h4{font-family:'Figtree-Regular';font-size:17px;line-height:23px;margin-bottom:5px;text-align:left;color:#029397;}
.any-query .any-query-lft ul li .query-desc p{font-family:'Figtree-Bold';font-size:20px;line-height:20px;margin-bottom:0;text-align:left;color:#000;}
.any-query .any-query-rgt{float:left;width:55%;}
.any-query .any-query-rgt img{float:left;width:100%;border-radius: 16px;}

.inner-banner.no-img-banner{background:#f9f9f9;padding-bottom:60px;}
.inner-banner.no-img-banner::before, .inner-banner.no-img-banner::after{display:none;}
.inner-banner.no-img-banner .inner-banner-cont{position:static;padding-top:30px;float:left;width:100%;transform:none;}
.inner-banner.no-img-banner .inner-banner-cont ul.breadcrumb{margin-bottom:50px;}
.inner-banner.no-img-banner .inner-banner-cont ul.breadcrumb li a{color:#161616;}
.inner-banner.no-img-banner h1{font-family:'Figtree-SemiBold';font-size:48px;line-height:1.3;text-align:center;color:#1e1e1e;margin-bottom:45px;}
.inner-banner.no-img-banner img{width:100%;float:left;border:6px solid #fff;border-radius:20px;}
.department{float:left;width:100%;padding:45px 0;overflow:hidden;}
.depart-lft{float:left;width:30%;margin-right:4%;}
.depart-cnt{float:left;width:100%;border-radius:11px;background:linear-gradient(#029397 0%, #05CFD3 100%);margin-bottom:40px;padding:0;}
.depart-cnt h2{font-family:'Figtree-Bold';font-size:29px;letter-spacing:-0.03em;line-height:35px;text-align:left;color:#fff;padding:15px 10px 15px 20px;}
.depart-cnt .depart-list{background:#f2f1ed;border-radius:11px;padding:20px; }
.depart-cnt .depart-list ul{display:flex;flex-wrap:wrap;}
.depart-cnt .depart-list ul li.active a{border-radius:31px;background:#fff;border:none;}
.depart-cnt .depart-list ul li.active a span{background:linear-gradient(#029397 0%, #05CFD3 100%);width:36px;height:36px;border-radius:19px;border-radius:19px;align-items:center;display:flex;justify-content:center;position:absolute;right:7px;top:7px;}
.depart-cnt .depart-list ul li{flex:0 1 100%;}
.depart-cnt .depart-list ul li a{font-family:'Figtree-SemiBold';font-size:16px;line-height:28px;text-align:left;color:#333;border-bottom:1px solid #cecdca;float:left;width:100%;padding:12px 10px 12px 25px;position:relative;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;}
.depart-cnt .depart-list ul li a span{background:url(../images/arrow-right-2.svg) no-repeat;width:20px;height:20px;position:absolute;right:14px;top:14px;}
.depart-cnt .depart-list ul li.active a span img{width:auto;filter:brightness(0) invert(1);}
.depart-cnt .depart-list ul li:last-child a{border:none;}
.depart-cnt.depart-form .de-form ul li #datepicker{background:#fff url(../images/date.svg) no-repeat right 15px center;}

.depart-cnt.depart-form .de-form ul{margin-top:30px;row-gap:15px;}
.depart-cnt.depart-form .de-form ul li input{border:none;float:left;width:100%;border-radius:22.5px;height:45px;background:#fff;border:1px solid #e4e4e4;font-family:'Figtree-Regular';font-size:16px;line-height:26px;text-align:left;color:#161616;padding:0 25px;}
.depart-cnt.depart-form .de-form ul li button{font-family:'Figtree-Bold';font-size:16px;letter-spacing:0.06em;line-height:24px;text-align:left;color:#fff;height:50px;background:transparent;display:inline-flex;justify-content:center;align-items:center;border-radius:25px;background:linear-gradient(#029397 0%, #05CFD3 100%);border:none;padding:0 50px;text-transform:uppercase;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;cursor: pointer;}
.depart-rgt{float: right;width:66%;}
.dept-cont {float: right;width:100%; }
.depart-rgt h2{font-family:'Figtree-SemiBold';font-size:34px;line-height:1.3;text-align:left;color:#1e1e1e;margin-bottom:20px; padding-top: 10px;}
.dept-cont > h3{font-family: 'Figtree-SemiBold';font-size:24px;line-height:1.3;text-align:left;color:#029397;margin-bottom:15px;}
.dept-cont > h4{font-family:'Figtree-Bold';font-size:20px;line-height:1.4;margin-bottom:15px;}
.dept-cont > p{font-family:'Figtree-Regular';font-size:18px;line-height:1.5;margin-bottom:25px; }
.dept-cont > ul{display:flex;flex-wrap:wrap;row-gap:12px;margin-bottom:30px;}
.dept-cont > ul li{flex:0 1 100%;padding-left:32px;background:url(../images/li-arrow.svg) no-repeat 5px 8px; background-size: 14px auto; font-size:18px;line-height:1.4;}
.depart-rgt .our-specialist{background:#fff;padding:0;margin-top:40px;}
.depart-rgt .specialist-pad h2{ margin-bottom: 25px;}
.depart-rgt .specialist-pad .specialist-img{margin:0;border-radius:10px 10px 0 0;}
.depart-rgt .specialist-pad .specialist-cnt{background:#f3f5f4;padding:25px 18px;border-radius:0 0px 10px 10px;}
.depart-rgt .specialist-cnt a{width:auto;background:transparent linear-gradient(90deg, var(--unnamed-color-029397) 0%, var(--unnamed-color-05CFD3) 100%) 0% 0% no-repeat padding-box;background:transparent linear-gradient(90deg, #029397 0%, #05CFD3 100%) 0% 0% no-repeat padding-box;border-radius:25px;display:inline-flex;align-items:center;color:#fff;font-family:'Figtree-Regular';font-size: 16px;line-height:1.4;column-gap: 10px;padding: 10px 10px 10px 15px;transition:all .5sease;margin-top:20px;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;}
.depart-rgt .specialist-cnt a span{background:#fff url(../images/book-ap.svg) no-repeat center center;width:30px;height:30px;border-radius:19px;border-radius:50%;align-items:center;display:flex;justify-content:center;background-size: 16px auto;position: absolute;top: 6px;right: 9px;}
.depart-rgt .specialist-pad a{width:auto; max-width: 205px;  position: relative;   padding-right: 50px; }
.depart-rgt .specialist-pad .swiper-nav-specialist{top:0;}
.testi-patient{background:#012123;float:left;width:100%;padding:75px 0 110px 0;/* padding-left:calc((100% - 1195px + 1rem) / 2);*/}
.testi-patient h6{font-family:'Figtree-Regular';font-size:14px;letter-spacing:0.04em;text-align:center;color:#029397;text-transform:uppercase;}
.testi-patient h2{font-family:'Figtree-Bold';font-size:48px;letter-spacing:0.02em;line-height:52px;text-align:center;color:#fff;margin-bottom:40px;}
.testi-patient .testi-slider{float:left;width:100%;position:relative;}
.testi-patient .testi-slider .swiper-container .swiper-wrapper .swiper-slide{border-radius:22px;background:#fff;border:1px solid #707070;padding:50px 35px;}
.testi-patient .testi-slider .swiper-container .swiper-wrapper .swiper-slide .testi-img{float:left;width:35%;}
.testi-patient .testi-slider .testi-img img{width:auto;}
.testi-patient .testi-slider .testi-cnt{float:left;width:65%;padding-top:30px;padding-left:30px;position:relative;}
.testi-patient .testi-slider .testi-cnt p{font-family:'Figtree-Regular';font-size:16px;line-height:24px;text-align:left;color:#000;margin-bottom:20px;}
.testi-patient .testi-slider .testi-cnt .pa-details{float:left;width:100%;border-left:1px solid #029397;padding-left:20px;}
.testi-patient .testi-slider .testi-cnt .pa-details h3{font-family:'Figtree-Bold';font-size:20px;line-height:24px;text-align:left;margin-bottom:10px;color:#000;}
.testi-patient .testi-slider .testi-cnt .pa-details p{font-family:'Figtree-Regular';font-size:18px;line-height:24px;text-align:left;color:#029397;margin:0;opacity:0.6;}
.testi-patient .testi-slider .testi-cnt::before{background:url(../images/quote-clr.svg) no-repeat;content:"";position:absolute;width:45px;height:55px;top:-30px;left:30px;}
.testi-patient .swiper-button-prev-specialist1{width:44px;height:43px;transition:all 0.4s ease;top:0;position:absolute;left:0;}
.testi-patient .swiper-button-prev-specialist1::after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;margin:auto;display:flex;align-items:center;justify-content:center;background:url(../images/rgt-arw.svg)no-repeat;cursor:pointer;}
.testi-patient .swiper-button-next-specialist1{width:44px;height:43px;transition:all 0.4s ease;position:absolute;right:0;}
.testi-patient .swiper-button-next-specialist1::after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;margin:auto;;display:flex;align-items:center;justify-content:center;background:url(../images/lft-arw.svg)no-repeat;cursor:pointer;}
.testi-patient .swiper-button-prev-specialist1:hover::after, .testi-patient .swiper-button-next-specialist1:hover::after{opacity:0.7;}
.testi-patient .swiper-nav-specialist{position:absolute;right:0;top:auto;width:100px;z-index:99;left:0;margin:0 auto;bottom:22px;}
.doctor-list{float:left;width:100%;padding:0 0 70px 0;}
.doctor-list ul{display:flex;flex-wrap:wrap;row-gap:30px;column-gap:2%;}
.doctor-list ul li{flex:0 1 23.5%;}
.doctor-list ul li .specialist-img{margin:0;}
.doctor-list ul li .specialist-cnt{background:#f3f5f4;padding:20px 20px;border-radius:10px;margin-top:-30px;z-index:99;position:relative;min-height:230px;}
.doctor-list ul li .specialist-cnt a{position:absolute;bottom:20px;left:20px;margin:0 auto;width:auto;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;}
.inner-banner.no-img-banner .inner-banner-cont h3{font-family:'Figtree-Bold';font-size:50px;letter-spacing:0.01em;line-height:60px;text-align:left;color:#1e1e1e;margin-bottom:20px;}
.career-banner.no-img-banner .inner-banner-cont h3{font-family:'Figtree-Bold';font-size:50px;letter-spacing:0.01em;line-height:60px;text-align:left;color:#1e1e1e;margin-bottom:20px;}

.specia-list{float:left;width:100%;padding: 30px 0 60px 0;background:#f9f9f9;}
.specia-list ul{display:flex;flex-wrap:wrap;row-gap:61px;}
.specia-list ul li{flex:0 1 100%;}
.specia-list ul li .specia-img{float:left;width:50%;}
.specia-list ul li .specia-img img{width:100%;float:left;}
.specia-list ul li .specia-desc{float:left;width:50%;padding:20px 0 0 50px;}
.specia-list ul li .specia-desc span{width:80px;height:80px;background:linear-gradient(#029397 0%, #05CFD3 100%);display:inline-flex;justify-content:center;align-items:center;border-radius:100px;margin-bottom:10px;}
.specia-list ul li .specia-desc span img{width:auto;filter:brightness(0) invert(1);}
.specia-list ul li .specia-desc h3{font-family:'Figtree-Bold';font-size:40px;letter-spacing:0.01em;line-height: 50px;text-align:left;color:#1e1e1e;margin-bottom:20px;}
.specia-list ul li .specia-desc p{font-family:'Figtree-Regular';font-size:16px;letter-spacing:0.02em;line-height:24px;text-align:left;color:#343434;margin-bottom:20px;}
.specia-list ul li .specia-desc a{font-family:'Figtree-SemiBold';font-size:16px;line-height:28px;text-align:left;color:#333;width:auto;position:relative;background:#fff;display:inline-flex;justify-content:center;align-items:center;padding:0 12px 0 32px;border-radius:60px;height:45px;border:1px solid #018c00;column-gap:19px;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;}
.specia-list ul li .specia-desc a span{width:35px;height:35px;margin:0;}
.specia-list .more{float:left;width:100%;text-align:center;padding:50px 0;}
.specia-list .more a{font-family:'Figtree-Bold';font-size:16px;letter-spacing:0.06em;line-height:24px;text-align:left;color:#fff;height:50px;background:transparent;display:inline-flex;justify-content:center;align-items:center;border-radius:25px;background:linear-gradient(#029397 0%, #05CFD3 100%);border:none;padding:0 50px;text-transform:uppercase;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;}
.specia-list ul li:nth-child(2n) .specia-img{float:right;}
.specia-list ul li:nth-child(2n) .specia-desc{padding:20px 70px 0 0px;}

.contact{float:left;width:100%;padding:75px 0;}
.contact .cnt-lft{float:left;width:31%;margin-right:4%;}
.contact .cnt-lft ul{display:flex;flex-wrap:wrap;row-gap:30px;justify-content:start;}
.contact .cnt-lft ul li{flex:0 1 100%;text-align:left;background:#f2f1ed;padding:25px;border-radius:16px;}
.contact .cnt-lft ul li .con-ico{display:flex;align-items:center;justify-content:start;margin-bottom:20px;}
.contact .cnt-lft ul li .con-ico span{width:55px;height:55px;background:linear-gradient(#029397 0%, #05CFD3 100%);display:inline-flex;justify-content:center;align-items:center;border-radius:100px;}
.contact .cnt-lft ul li .con-ico img{width:auto;}
.contact .cnt-lft ul li .con-ico h3{font-family:'Figtree-Bold';font-size:20px;line-height:20px;text-align:left;color:#000;margin-left:20px;}
.contact .cnt-lft ul li p{font-family:'Figtree-Regular';font-size:16px;line-height:26px;text-align:left;color:#474747;}
.contact .cnt-lft ul li p span{font-family:'Figtree-Bold';}
.contact .cnt-lft ul li p a{color:#fff;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;}
.contact .cnt-rgt{float:left;width:65%;}
.contact .cnt-rgt .cnt-form{float:left;width:100%;}
.contact .cnt-rgt .cnt-form h2{font-family:'Figtree-Bold';font-size:48px;line-height:56px;text-align:left;color:#000;margin-bottom:20px;}
.contact .cnt-rgt .cnt-form .c-form{float:left;border:1px solid #e1e6eb;width:100%;border-radius:17px;padding:30px;}
.contact .cnt-rgt .cnt-form .c-form ul{display:flex;flex-wrap:wrap;column-gap:4%;row-gap:25px;}
.contact .cnt-rgt .cnt-form .c-form ul li.fw{flex:0 1 100%;}
.contact .cnt-rgt .cnt-form .c-form ul li label span{color:#d80707;}
.contact .cnt-rgt .cnt-form .c-form ul li{flex:0 1 48%;}
.contact .cnt-rgt .cnt-form .c-form ul li label{float:left;width:100%;font-family:'Figtree-Bold';font-weight:600;font-size:17px;line-height:28px;text-align:left;color:#1e1e1e;margin-bottom:10px;}
.contact .cnt-rgt .cnt-form .c-form ul li input{height:49px;border-radius:10px;background:#f1f1f1;border:none;width:100%;padding:0 20px;font-family: 'Figtree-Regular';font-weight:normal;font-size:17px;line-height:28px;text-align:left;color:#333;}
.contact .cnt-rgt .cnt-form .c-form ul li.fw textarea{min-height:129px;border-radius:10px;background:#f1f1f1;border:none;width:100%;padding:20px;font-family:'Figtree-Regular';font-size:17px;}
.contact .cnt-rgt .cnt-form .c-form ul li.fw button{font-family:'Figtree-Bold';font-size:16px;letter-spacing:0.06em;line-height:24px;text-align:left;color:#fff;cursor:pointer;height:50px;background:transparent;display:inline-flex;justify-content:center;align-items:center;border-radius:25px;background:linear-gradient(#029397 0%, #05CFD3 100%);border:none;padding:0 50px;text-transform:uppercase;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;}
.map{float:left;width:100%;}
.map iframe{float:left;width:100%;}
.contact .cnt-lft ul li:nth-child(2){background:linear-gradient(#029397 0%, #05CFD3 100%);}
.contact .cnt-lft ul li:nth-child(2) .con-ico span{background:#fff;}
.contact .cnt-lft ul li:nth-child(2) h3{color:#fff;}
.contact .cnt-lft ul li:nth-child(2) p{color:#fff;}
.contact .cnt-rgt .cnt-form p{font-family:'Figtree-Regular';font-size:18px;line-height:28px;text-align:left;color:#333;margin-bottom:30px;}

.any-query .any-query-lft ul li .query-desc p a{transition: all .5s ease;   -moz-transition: all .5s ease;    -webkit-transition: all .5s ease;    -o-transition: all .5s ease;}
.specia-list ul li .specia-desc a:hover, .any-query .any-query-lft ul li .query-desc p a:hover, .depart-cnt .depart-list ul li a:hover{color: #029397;}
.depart-cnt.depart-form .de-form ul li button:hover, .contact .cnt-rgt .cnt-form .c-form ul li.fw button:hover{background: linear-gradient(#05CFD3 0%, #029397 100%);}
.depart-rgt .our-specialist .specialist-pad a:hover, .doctor-list ul li .specialist-cnt a:hover{background: transparent linear-gradient(90deg, #05CFD3 0%, #029397 100%) 0% 0% no-repeat padding-box;}
.contact .cnt-lft ul li p a:hover{text-decoration: underline;}
.current-opening{width: 100%;float: left;background: #fff;padding: 0 0 60px 0;}
.current-inner{width: 100%; float: left; padding: 0 10%;}
.current-opening h2{width: 100%;float: left;color: #042a2d;font-family: 'Figtree-Bold';font-size: 40px;line-height: 50px;text-align: center;margin-bottom: 10px;}
.current-opening p{width: 100%;float: left;color: #042a2d;font-family: 'Figtree-Regular';font-size: 18px;line-height: 26px;text-align: center;margin-bottom: 30px;}
.current-opening ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 20px; margin-bottom: 30px;}
.current-opening ul li{flex: 0 1 49%;}
.current-opening ul li a{width: 100%;float: left;padding: 30px;border-radius: 10px;/* background: #f3f3f3; */border: 1px solid #cecece;}
.current-opening ul li h4{width: 100%;float: left;color: #042a2d;font-size: 22px;line-height: 25px;text-align: left;margin-bottom: 10px;font-family: 'Figtree-SemiBold';}
.current-opening ul li p{width: 100%;float: left;color: #029397;font-family: 'Figtree-Regular';font-size: 16px;line-height: 20px;text-align: left;margin-bottom: 10px;}
.crnt-loc{width: 100%;float: left;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-top: 20px;}
.crnt-loc h6{font-size: 17px;line-height: 18px;font-family: 'Figtree-Regular';color: #707070;}
.crnt-loc h6 i{margin-right: 5px;}
.crnt-loc h5{color: #042a2d;font-family: 'Figtree-Bold';font-size: 13px;line-height: 17px;letter-spacing: 0.5px;border: 2px solid #029397;padding: 8px 15px;display: flex;align-items: center;transition: all 0.5s ease;}
.current-opening ul li:hover .crnt-loc h5{background: #029397;color: #ffffff;}

.view-all a:hover{background:#ff8000; border: 1px solid #ff8000;}

/*careers-details*/
.branch-manager{width: 100%;float: left;background: #f9f9f9;padding: 0 0 60px 0;}
.branch-inner{width: 100%; float: left; display: flex; flex-wrap: wrap;  column-gap: 50px; row-gap: 0;}
.applay-now{ flex: 0 1 350px; background: #fff; border-radius: 6px; padding: 35px 25px;}
.applay-now h4{width: 100%;float: left;color: #0C3A6C;font-family: 'Figtree-SemiBold';font-size: 22px;line-height: 26px;text-align: center;padding-bottom: 15px;margin-bottom: 25px;position: relative;}
.applay-now h4:after{position: absolute; content:""; left: 0; right: 0; bottom: 0; background: #D23E57; width: 141px; height: 2px; margin: 0 auto;}
.applay-now ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 20px;}
.applay-now ul li{flex: 0 1 100%;}
.applay-now ul li label{width: 100%;float: left;color: #042a2d;font-family: 'Figtree-Regular';font-size: 16px;line-height: 24px;margin-bottom: 8px;}
.applay-now ul li .frm-input-ctrl{width: 100%; float: left;}
.applay-now ul li .frm-input-ctrl input[type="text"]{width: 100%;padding: 10px 20px;font-family: 'Onest-Regular';font-size: 16px;line-height: 24px;background: #FFFFFF;border: 1px solid #b8b8b8;border-radius: 24px;height: 42px;color: #23517B;transition: all 0.5s ease;}
.applay-now ul li .frm-input-ctrl textarea{width: 100%;padding: 10px 20px;font-family: 'Figtree-Regular';font-size: 16px;line-height: 24px;background: #FFFFFF;border: 1px solid #d8d8d8;border-radius: 14px;height: 142px;color: #042a2d;margin-bottom: 30px;transition: all 0.5s ease;}
.applay-now ul li .frm-input-ctrl input[type="text"]:focus,  .applay-now ul li .frm-input-ctrl textarea:focus{border: 1px solid #D23E57;}
.job-description{flex: 0 1 calc(100% - 400px);}
.descri-cnt{width: 100%; float: left; border-bottom: 1px solid rgba(0, 51, 153,15%); padding-bottom: 25px; margin-bottom: 25px;}
.descri-cnt h3{width: 100%;float: left;color: #042a2d;font-family: 'Figtree-SemiBold';font-size: 22px;line-height: 26px;margin-bottom: 15px;}
.descri-cnt p{width: 100%;float: left;color: #042a2d;font-family: 'Figtree-Regular';font-size: 16px;line-height: 26px;}
.descri-cnt ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 15px;}
.descri-cnt ul li{flex: 0 1 100%;color: #042a2d;font-family: 'Figtree-Regular';font-size: 15px;line-height: 25px;padding-left: 25px;position: relative;}
.descri-cnt ul li:after{position: absolute;content: "";left: 0;top: 8px;width: 6px;height: 6px;border-radius: 9px;background: #029397;}
.descri-cnt:last-child{border-bottom: none; padding-bottom: 0; margin-bottom: 0;}

.envir-btn  input[type="button"]{font-family:'Figtree-Bold';font-size: 15px;letter-spacing: 1px;line-height:24px;text-align:left;color:#fff;cursor:pointer;height: 40px;background:transparent;display:inline-flex;justify-content:center;align-items:center;border-radius:25px;background:linear-gradient(#029397 0%, #05CFD3 100%);border:none;padding:0 30px;text-transform:uppercase;transition:all .5sease;-moz-transition:all .5s ease;-webkit-transition:all .5sease;-o-transition:all .5s ease;}
.feedback-list ul li a { float: left; width: 100%;}
.feedback-list ul li:hover h4, .ftr-addr ul li a:hover{color: #05CFD3;}
.inner-banner.no-img-banner ul.breadcrumb li.active{color: #1e1e1e;font-family: 'Figtree-SemiBold';}
.about-his.no-pad{padding-bottom: 0;}
.about-his.no-pad h2{max-width: 100%;}
.career-banner.no-img-banner { float: left; width: 100%; padding: 50px 0;background: #f9f9f9;}
.applay-now ul li label span{color:#d80707 ;}
.top-details ul li:nth-child(1) .top-icon img{height: 32px;}

.doctor-dept-list { display: flex; flex-wrap: wrap; row-gap: 50px;}
.doctor-dept-list .dept-list-main { flex: 0 1 100%;}
.dept-list-main ul { display: flex; flex-wrap: wrap; row-gap: 30px; column-gap: 2%;}
.dept-list-main ul li { flex: 0 1 23.5%;}
.dept-list-main h2 {font-family:'Figtree-Bold';font-size:38px;letter-spacing:0.01em;line-height:50px;text-align:left;color:#1e1e1e;margin-bottom:20px;}

.hims-btn { position: fixed; top: 250px; right: 0px; writing-mode: sideways-lr; z-index: 999;}
.hims-btn a { float: left; width: 100%; height: 100%; display: flex; justify-content: center;align-items: center;border-radius:15px 0 0 15px;padding: 25px 12px 25px 15px;font-size: 16px;line-height: 24px;font-family: 'Figtree-SemiBold'; color: #fff; background: transparent linear-gradient(90deg, #029397 0%, #05CFD3 100%) 0% 0% no-repeat padding-box;transition: all .5s ease;box-shadow: 0 3px 15px rgba(0,0,0,0.25); text-transform: uppercase;}
.hims-btn a:hover { background: #1b2063;}