

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Black.woff2') format('woff2'),
      url('../fonts/Outfit-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.woff2') format('woff2'),
      url('../fonts/Outfit-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.woff2') format('woff2'),
      url('../fonts/Outfit-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.woff2') format('woff2'),
      url('../fonts/Outfit-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-ExtraLight.woff2') format('woff2'),
      url('../fonts/Outfit-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Light.woff2') format('woff2'),
      url('../fonts/Outfit-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
      url('../fonts/Outfit-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1{font-size: 113px;line-height: 120px;margin: 0;color: #447BD6;font-weight: 900;}
h2{font-size: 70px;line-height: 75px;margin: 0;font-weight: 900;}
h3{font-size: 48px;font-weight: 700;line-height: 53px;margin: 0;}
h4{font-size: 30px;color: #447BD6;font-weight: 700;line-height: 34px;margin: 0;}
h5{font-size: 28px;line-height: 33px;font-weight: 400;margin: 0;}
p{margin-bottom: 0;}
a:hover{text-decoration: none;cursor: pointer;}
ul{list-style: none;padding: 0;margin: 0;}
.form-control:focus{box-shadow: none;}
.theme-btn{
  background: #26E0F8;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  border: none;
  padding: 15px 30px;
  line-height: 20px;
  font-weight: 600;
  transition: all ease-in-out .3s;
}
.theme-btn:hover{
  background: #1F2278;
  color: #fff;
}
.theme-btn:hover, 
.theme-btn:active,
.theme-btn:focus{ 
  box-shadow: none !important;
  background-color: #1F2278 !important;
  border-color: inherit !important;
   background: #1F2278;
   color: #fff !important;
  }


body{font-family: 'Outfit';}
body .wrapper{overflow-x: hidden;}
.docs-container{max-width: 1600px;margin: 0 auto;padding: 0 15px;}
.docs-container .banner-left h1 {
  line-height: 100px;
  margin-bottom: 10px;
}
header{background: #fff;box-shadow: 0px 3px 11px #00000008;position: relative;}
header .dropdown-menu{
  left: auto;
  right: 0;
}
header .navbar-nav{margin: 0 auto;}
header .navbar{padding: 23px 0 17px 0;}
header .navbar-light .navbar-nav .nav-item{padding: 8px 25px;}
header .navbar-light .navbar-nav .nav-link{ color: rgba(0,0,0,.9);font-weight: 600;padding: 0;transition: all ease-in-out 0.3s;position: relative;}
header .navbar-light .navbar-nav .nav-link:hover{color: #26E0F8;transition: all ease-in-out 0.3s;}
header .navbar-light .navbar-nav .nav-item.active .nav-link{color: #26E0F8;transition: all ease-in-out 0.3s;}
header .navbar-light .navbar-nav .nav-link:hover::before{content: '';position: absolute;top: -41px;width: 0;height: 0;border-style: solid;border-width: 7.5px 7.5px 0 7.5px;border-color: #26E0F8 transparent transparent transparent;left: 0;right: 0;margin: 0 auto;}
header .navbar-light .navbar-nav .nav-item.active .nav-link::before{content: '';position: absolute;top: -41px;width: 0;height: 0;border-style: solid;border-width: 7.5px 7.5px 0 7.5px;border-color: #26E0F8 transparent transparent transparent;left: 0;right: 0;margin: 0 auto;}
header .login-btn{background: #26E0F8;border: none;color: #fff;width: 131px;padding: 10px 30px 10px 7px; border-radius: 26px;display: flex;align-items: center;font-weight: 600;transition: all ease-in-out 0.3s;display: flex;justify-content: space-between;font-size: 16px;height: 50px;}
header .login-btn .fa-caret-right{display: none;margin-left: 31px;}
header .login-btn:hover .fa-caret-right{display: block;}
header .login-btn .fa-user-circle{font-size: 30px;margin-right: 19px;}
header .login-btn:hover .fa-user-circle{display: none;transition: all ease-in-out 0.3s;}
header .login-btn:hover{padding: 16px 19px 15px 31px;}
header .navbar-collapse{position: relative;z-index: 1;}
.user-wrap-mobile {
  display: none;
  position: absolute;
  right: 10px;
  top: 9px;
}
.img-responsive{max-width:100%;}
.choose-location .form-control{height:50px;}
.logo, .logo a{display:inline-block;vertical-align:top;}
.homePageHeader .btnLogin,.navbar-light .navbar-nav .nav-link,.whatYouGet .youGetBlock{-o-transition:all ease-in-out 0.3s;-ms-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s;}
.heading-block{margin:0 0 26px;}
.heading-block h3{background:#447BD6;font:17px/20px 'latobold', Arial, Helvetica, sans-serif;color:#fff;-o-transform:skew(-24deg);-ms-transform:skew(-24deg);-moz-transform:skew(-24deg);-webkit-transform:skew(-24deg);transform:skew(-24deg);padding:11px 38px 14px;position:relative;}
.heading-block h3 span{-o-transform:skew(24deg);-ms-transform:skew(24deg);-moz-transform:skew(24deg);-webkit-transform:skew(24deg);transform:skew(24deg);}
.heading-block h3:before{content:"";position:absolute;left:15px;top:-9px;border-style:solid;border-width:0 10px 11px 10px;border-color:transparent transparent #447BD6 transparent;-o-transform:skew(24deg);-ms-transform:skew(24deg);-moz-transform:skew(24deg);-webkit-transform:skew(24deg);transform:skew(24deg);}
.navbar-toggler:focus,.slick-slide{outline:none;}
.homeTextBanner{padding:0 20px;}
.text-blue{color:#447BD6;}
.text-orange{color:#ff9c00;}
.text-gray{color:#555;}
.text-d-blue{color:#447BD6;}
.bg-gray{background:#f9f9f9 !important;}
.white-bg{background:#fff !important;}
.sky-bg{background:#F6FCFE !important;}
.dotted-bg{position:relative;}
.dotted-bg::before{position:absolute;right:0;display:block;content:"";top:-10%;width:100%;height:100%;background:url(../images/map.png) no-repeat top;background-size:auto;background-size:cover;}
.preloader{background:rgba(255,255,255,0.8);z-index:99999999999;position:fixed;top:0;bottom:0;right:0;left:0;}
.loading{width:60px;height:60px;position:absolute;top:43%;left:50%;margin:-20px 0 0px -20px;background-color:#9368E9;-webkit-animation:sk-rotateplane 1.2s infinite ease-in-out;animation:sk-rotateplane 1.2s infinite ease-in-out;background:#183D67 url(../images/favicons.png);background-size:contain;border-radius:30px;}
.preloader::after{content:"loading..";position:absolute;top:45%;left:50%;margin:40px 0 0 -20px;text-transform:uppercase;letter-spacing:1px;color:#777;}
.preloader .loading h2, .preloader .loading .progress{display:none;}
@-webkit-keyframes sk-rotateplane{0%{-webkit-transform:perspective(120px)}
50%{-webkit-transform:perspective(120px) rotateY(180deg)}
100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}
}
@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}
50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}
100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
.half-blue-bg{position:relative;}
.half-blue-bg:before{content:'';background:#F1FAFD;width:60%;top:0;bottom:0;left:0;position:absolute;}
.homePageHeader{position:absolute;left:0;top:0;right:0;padding:21px 0 0;z-index:2;}
.homePageHeader .headerTop{background:rgba(255,255,255,0.9);padding:0 0px 20px 0;}
.homePageHeader .navigationHolder{padding:16px 0px 9px 0;}
.homePageHeader .btnLogin{border:2px solid #f69100;border-radius:30px;padding:10px 30px 10px 30px;color:#f69100;font-size:16px;margin-top:-9px;margin-left:20px;line-height:20px;}
.homePageHeader .btnLogin:hover{background:#f69100;color:#fff;text-decoration:none;}

.features-lists{display:flex;justify-content:center;}
.user-wrap-mobile{display:none;position:absolute;right:10px;top:9px;}.homePageHeader .user-wrap-mobile .btnLogin{padding:6px 12px 6px;font-size:16px;line-height:19px;border-radius:5px;margin-top:8px !important;}
.exp-dr{height:70px;overflow:hidden;}
.exp-dr p{margin:0;}
.homePageHeader .user-wrap-mobile .dropdown.acc-info .dropdown-toggle{background:#fff;color:orange;padding:9px 15px;border-radius:4px;margin-left:17px;border:2px solid orange;}
.homePageHeader .user-wrap-mobile .btnLogin{padding:9px 12px 9px;font-size:16px;line-height:19px;border-radius:3px;margin-top:0px !important;}
#banner{position:relative;margin:0 0 25px;}
.mainBanner .slideContent img{width:100%;height:auto;}
.mainBanner .slick-dots{width:auto;position:absolute;right:19.2%;bottom:0;left:auto;z-index:1;}
.mainBanner .slick-dots li{width:19px;height:7px;border-radius:3px;overflow:hidden;background:#d2d2d2;margin:0 1px;}
.mainBanner .slick-dots li:hover,.mainBanner .slick-dots li.slick-active{background:#2caee2;}
.mainBanner .slick-dots li button{display:none;}
.curvedImageHolder{width:100%;height:100%;position:absolute;left:0;top:0;}
.curvedImageHolder img{width:100%;height:100%;}
.homeTextBanner{position:absolute;left:4.89%;top:50%;-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.homeTextBanner{max-width:920px;font:30px/34px 'latolight', Arial, Helvetica, sans-serif;text-align:left;}
.homeTextBanner h1{font:70px/84px 'latoblack', Arial, Helvetica, sans-serif;margin:0 0 23px;letter-spacing:0.5px;color:#447BD6;}
.homeTextBanner p{color:#447BD6;}
.homeTextBanner .noteText{font:15px/16px 'latoregular', Arial, Helvetica, sans-serif;color:#2caee2;}
.homeTextBanner .slideBtnHolder{padding:44px 0 0 6px;}
.homeTextBanner .noteText{margin:0 0 17px;}
.home-slider .carousel-inner{position:relative;width:100%;overflow:hidden;height:90vh;min-height:710px;}
.home-slide-img{position:relative;height:710px;}
.home-slide-img img{width:100%;height:100%;object-fit:cover;}
.home-slide-img::before{content:'';top:0;bottom:90px;right:0;left:0;background:url(../images/banner-curve.png);display:block;position:absolute;background-size:cover;height:100%;}
.caruosel-btns{position:absolute;left:0;right:0;display:block;top:50%;}
.caruosel-btns .left.carousel-control, .caruosel-btns .right.carousel-control{display:block;width:40px;height:40px;text-align:center;line-height:40px;border:1px solid #999;color:#999;position:absolute;border-radius:50%;transition:all 0.3s;-webkit-transition:all 0.3s;}
.caruosel-btns .left.carousel-control:hover, .caruosel-btns .right.carousel-control:hover{background:#2CAEE2;color:#fff;border-color:#2CAEE2;}
.caruosel-btns .left.carousel-control{left:20px;}
.caruosel-btns .right.carousel-control{right:20px;left:auto;}
.statsSection{font-size:0;letter-spacing:0;padding:18px 0;border-bottom:1px solid #f4f4f4;}
.statsSection .statHolder,
.statsSection .textHolder{overflow:hidden;}
.statsSection .textHolder{padding:13px 0 0; display: inline-block; color: #26E0F8;   vertical-align: inherit;}
.statsSection .iconHolder{
  display: inline-block;
  width: 50px;
  font-size: 40px;
  background: url(../images/features-icons.svg);
  background-size: cover;
  height: 40px;
  background-repeat: no-repeat;
}
.iconHolder.fees {  background-position: center;}
.iconHolder.licenced { background-position: -138px center;}
.featur-lists{display:flex;justify-content:center;}
.statsSection .statHolder{font:18px/21px 'latobold', Arial, Helvetica, sans-serif;color:#2caee2;margin:0 40px;}
.statsSection .statHolder p{margin:0;}
.whatYouGet .youGetBlock .iconHolder img{width:100%;height:100%;object-fit:contain;}
#whatWeDo{position:relative;padding:80px 0 0;}

#whatWeDo:after{content:"";width:100%;height:447px;position:absolute;left:0;top:0;z-index:-1;background:#f3fbfd;background:-moz-linear-gradient(top, #f3fbfd 0%, #f3fbfd 18%, #f5fdff 18%, #f9fdff 41%, #f9fdfc 66%, #fbfffe 66%, #fbfffe 75%, #fefefe 75%, #ffffff 100%);background:-webkit-linear-gradient(top, #f3fbfd 0%,#f3fbfd 18%,#f5fdff 18%,#f9fdff 41%,#f9fdfc 66%,#fbfffe 66%,#fbfffe 75%,#fefefe 75%,#ffffff 100%);background:linear-gradient(to bottom, #f3fbfd 0%,#f3fbfd 18%,#f5fdff 18%,#f9fdff 41%,#f9fdfc 66%,#fbfffe 66%,#fbfffe 75%,#fefefe 75%,#ffffff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3fbfd', endColorstr='#ffffff',GradientType=0);}
.detailText{margin:0 0 80px;}
.headingHolder{position:relative;}
.headingHolder::after{width:99%;height:780px;content:"";position:absolute;left:14%;top:-2px;background:url('../images/steps-bg.png') no-repeat;z-index:-1;background-size:contain;}
.headingHolder h2{font:60px/64px 'latobold', Arial, Helvetica, sans-serif;color:#447BD6;margin:0 0 40px;}
.headingHolder h2 span{font:180px/180px 'latobold', Arial, Helvetica, sans-serif;color:#26E0F8;margin:0 16px 0 0;}
#threeStepsSection{padding:0 0 40px;}
#threeStepsSection .videoHolder{height:437px;border-radius:12px;overflow:hidden;}
#threeStepsSection .videoHolder iframe{width:100%;height:100%;}
.threeStepsCol{padding:83px 0 0 50px;}
.stepsWeDo{padding:31px 0 0;}
.stepsWeDo .stepCounter{width:57px;height:57px;border:1px solid #26E0F8;border-radius:100%;padding:3px;float:left;margin:0 20px 0 0;background:#fff;}
.stepsWeDo .stepCounter span{background:#26E0F8;color:#fff;border-radius:100%;font:20px/20px 'latobold', Arial, Helvetica, sans-serif;padding:14px 2px 0;}
.stepsWeDo h3{font-size:20px;line-height:26px;color:#26E0F8;}
.stepsWeDo .stepText,
.stepsWeDo li{overflow:hidden;}
.stepsWeDo .stepText{padding:13px 0 0;}
.whatYouGet{padding:92px 0 0;}
.whatYouGet .heading-block{margin:0 0 160px;}
.whatYouGet .youGetBlock{background:#f3fbfd;padding:72px 15px 15px;border-radius:2px;position:relative;margin:0 0 105px;}
.whatYouGet .textHolder p{min-height:115px;overflow:hidden;}
.whatYouGet .youGetBlock .iconHolder img{filter:grayscale(100%);-webkit-filter:grayscale(100%);transition:0.3s;-webkit-transition:all 0.3s;}
.whatYouGet .youGetBlock:hover .iconHolder img{filter:grayscale(0);-webkit-filter:grayscale(0);}
.whatYouGet .youGetBlock:hover{background:#26E0F8;color:#fff;}
.whatYouGet .youGetBlock .iconHolder{width:98px;height:98px;border:1px solid #e1e1e1;padding:25px;background:#fff;border-radius:100%;position:absolute;left:50%;top:-8px;-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.whatYouGet .textHolder strong{font:18px/24px 'poppins', Arial, Helvetica, sans-serif;margin:0 0 17px;}
.whatYouGet .iconHolder img.hover-icon, .youGetBlock:hover .iconHolder img.stay-icon{opacity:0;visibility:hidden;display:none;}
.img-fluid.stay-icon{width:100%;height:100%;object-fit:contain;}
.youGetBlock:hover .iconHolder img.hover-icon{opacity:1;visibility:visible;display:block;width:100%;height:100%;}
.rating{padding-top:10px;}
.rating p{font-size:12px;}
.checked{color:#ffef00;}.section-pd{padding:80px 0;}
.specialized-wrap{position:relative;}
.specialized-wrap:before{content:'';position:absolute;width:100%;height:61%;right:0;left:0;top:0;background:#26E0F8;}
.section-title{position:relative;margin-bottom:30px}
.section-title h3{
  margin-bottom: 10px;
}
.team-member{background:#fff;overflow:hidden;max-width:370px;padding:30px;text-align:center;position:relative;margin:20px 15px;box-shadow:0 0 5px 0 rgba(0,0,0,0.1);border-radius:3px;transition:0.3s;}
.team-member:hover{box-shadow:0 0 15px 1px rgba(0,0,0,0.2);}
.team-member .img-wrap{width:125px;height:125px;border-radius:50%;overflow:hidden;margin:0px auto 30px;}
.team-member .img-wrap img{width:100%;height:100%;object-fit:cover;}
.team-member h4{font-size:16px;}
.team-member h6{font-size:14px;}
.team-member p{font-size:14px;}
.team-member .view-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:205px;position:absolute;bottom:0;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.team-member .view-more::before{content:'';position:absolute;height:200px;width:230px;background-color:#447BD6;opacity:0.8;border-radius:0 50px 0 0;-webkit-transform:rotate(-29deg) skewX(12deg);-ms-transform:rotate(-29deg) skewX(12deg);transform:rotate(-29deg) skewX(12deg);bottom:-225px;left:-100px;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.team-member:hover .view-more::before{bottom:-120px;left:-39px;}
.view-more .view-more-link{font-size:18px;margin-right:25px;position:relative;z-index:1;color:#fff;position:relative;bottom:-60px;left:-50px;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;transition-delay:0s;}
.team-member:hover .view-more .view-more-link{bottom:0;left:0;}
a.view-more-overlay{background:url(../images/view-bg.png) no-repeat;height:104px;position:absolute;width:100%;bottom:0;color:#fff;padding:50px;text-align:left;letter-spacing:0.5px;z-index:99;left:0;max-width:240px;background-size:cover;opacity:0;visibility:hidden;transition:all 0.3s;}
.spe-box:hover a.view-more-overlay{opacity:1;visibility:visible;}
.spe-box:hover a.view-more-overlay:hover{color:#ff8300;}
.slick-dots li button{border:1px solid #26E0F8;background:#fff;border-radius:50%;width:15px;height:15px;}
.slick-dots li.slick-active button{background:#26E0F8;}
.slick-dots li.slick-active button:before, .slick-dots li button::before{display:none;}
.slick-prev, .slick-next{width:40px;height:40px;border-radius:50%;border:2px solid #26E0F8;}
.slick-prev:hover, .slick-next:hover{background:#26E0F8;}
.slick-prev::before, .slick-next::before{color:#26E0F8;transition:0.3s;}
.slick-prev:hover::before, .slick-next:hover::before{color:#fff;}
.deceases-box{border-radius:2px;margin:20px;background:#555;min-height:345px;}
.deceases-box ul{padding-left:0;list-style:none;}
.deceases-box ul li a{padding:15px 20px;display:block;border-bottom:1px dotted #fff;color:#fff;transition:0.3s;}
.deceases-box ul li a:hover{background:rgba(0,0,0,0.1);}
.blue-bg{background:#88bcec;}
.deceases-box.sky-bg.sky-bg{background:#8ed0e1 !important;}
.green-bg{background:#7cd99f;}
.pink-bg{background:#ef929f;}
.purple-bg{background:#cb92ef;}
.faqs-wrap .panel.panel-default{border:1px solid #cfcfcf;background:#fff;border-radius:2px;margin-bottom:20px;}
.faqs-wrap .panel.panel-default h4{margin-bottom:0;}
.faqs-wrap .panel.panel-default a.acc-plus{color:#000;font-size:15px;line-height:31px;position:relative;padding:10px 40px 10px 15px;display:block;}
.faqs-wrap .panel-body{padding:15px;border-top:1px solid #ccc;color:#666;}
.accordian-toggle{display:inline-block;height:30px;width:30px;border:1px solid #447BD6;border-radius:50%;position:absolute;right:10px;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;top:19%;}
.collapsed .accordian-toggle::after{content:'';display:block;position:absolute;height:15px;width:1px;background-color:#447BD6;left:14px;top:7px;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.collapsed .accordian-toggle::after{opacity:1;}
.accordian-toggle::before{background-color:#767676;}
.accordian-toggle::before{content:'';display:block;position:absolute;height:2px;width:15px;background-color:#447BD6;left:7px;top:14px;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.faqs-wrap h2{margin-bottom:30px;}
.faqs-wrap h2 span{font-size:24px;}
.git-wrap{padding:50px 0;position:relative;}
.git-wrap:before{content:'';background:#F6FCFE;width:70%;top:0;bottom:0;left:0;position:absolute;}
.git-wrap:after{content:'';background:#447BD6;width:6px;height:85%;left:0;top:30px;position:absolute;}
.contact-wrapper{background:#447BD6;padding:50px 30px;max-width:440px;color:#fff;border-radius:5px;}
.contact-wrapper h4{color: #fff;}
.contact-icon {
  display: inline-block;
  width: 50px;
  font-size: 40px;
  background: url(../images/contact-icons.svg);
  background-size: cover;
  height: 40px;
  background-repeat: no-repeat;
}
.contact-icon.phone {
  background-position: -63px center;
}
.contact-icon.phone {
  background-position: -63px center;
}
.contact-icon.email {
  background-position: -130px center;
}
.contact-icon .fa-2x{font-size:30px;}
.contact-wrapper .text{display:inline-block;width:80%;vertical-align:top;border-left:1px solid #667e9a;padding-bottom:30px;padding-left:18px;}
.contact-wrapper .text p{margin-bottom:0;}
.git-wrap .form-control{height:55px;}
.git-wrap textarea.form-control{height:150px;resize:none;}
.contact-area{position:relative;}
.social-icons{text-align: center;}
.social-icons li{display:inline-block;margin:10px 3px;}
.social-icons li a{display:block;height:50px;width:50px;line-height:55px;color:#fff;background:transparent;text-align:center;border-radius:50%;border:2px solid #fff;transition:0.3s;}
.social-icons li a:hover{background:#fff;color:#447BD6;}
.cms-banner{padding:170px 0 70px;background:#52B7DF;color:#fff;text-align:center;background:url(../images/cms-bg.jpg);background-attachment:fixed;background-position:center;background-size:cover;}
.cms-banner h2{font-size:32px;margin-bottom:0;}
.breadcrums li{display:inline-block;padding:5px;font-size:14px;letter-spacing:1px;text-transform:uppercase;}
.styled-listing{margin:20px 0;}
.styled-listing li{padding-bottom:10px;padding-left:40px;position:relative;}
.styled-listing li:before{content:'';width:30px;background:url(../images/check.png);background-repeat:no-repeat;display:block;position:absolute;left:0;height:30px;top:0;}
.intro-content h1{font-size:34px;margin-bottom:20px;}
.intro-right-img{position:relative;}
.intro-right-img img{max-height:560px;}
.intro-right-img .right-img-text{position:absolute;bottom:20%;background:#447BD6;padding:40px 15px;max-width:200px;border-radius:6px;font-size:18px;color:#fff;right:-50px;}
.intro-right-img .img-icon{max-width:75px;margin:10px auto 30px;}
.step-wrap{padding:0 30px;text-align:center;margin:30px auto;transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;border-radius:3px;}
.step-wrap:hover{background:#fff;}
.step-wrap .img-icons{width:80px;height:80px;margin:10px auto 30px;}
.step-wrap .img-icons .svg-img{width:100%;height:100%;object-fit:contain;}
.categories-wrap{background:#F1FAFD url(../images/map.png);background-position:center top;background-repeat:no-repeat;background-size:cover;}
.cat-select{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:65px;}
.cat-pkg ul li{width:32.33%;display:inline-block;margin:2px;}
.cat-select input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
.cat-select .checkmark{position:absolute;top:0;left:0;height:40px;width:100%;border-radius:2px;left:0;top:0;transition-duration:0.3s;transform-origin:top left;padding:10px 10px 10px 50px;}
.cat-select:hover input ~ .checkmark{background-color:#f8f8f8;height:100%;width:100%;}
.cat-pkg ul li .cat-select{transition:all 0.3s;border:2px solid transparent;}
.cat-pkg ul li .cat-select:hover{border:2px solid #659EFC;}
.cat-select input:checked ~ .checkmark{height:100%;width:100%;background:#fff;color:#659EFC;box-shadow:0 0 20px 0px rgba(0,0,0,0.1);}
.cat-select .checkmark:before{content:"";position:absolute;background-color:#f8f8f8;height:100%;left:0;top:0;transition-duration:0.3s;transform-origin:top left;width:0;}
.cat-select:hover input ~ .checkmark:before{height:100%;width:100%;}
.cat-select input:checked ~ .checkmark:after, .cat-select:hover input:checked ~ .checkmark:before{width:0;}
.cat-select .checkmark .content{position:absolute;z-index:99;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%;}
.checkmark .content h4{font-size:17px !important;margin-bottom:0;letter-spacing:0.2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:400;}
.cat-select input:checked ~ .checkmark .content h4{color:#659EFC;}
.cat-select input:checked ~ .checkmark .content{color:#000;}
.checkmark .content{font-size:15px;letter-spacing:1px;}
.cat-select .checkmark::after{content:'';width:35px;height:35px;top:0;display:block;left:0;bottom:0;position:absolute;margin:auto;background:#fff;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;transition:0.4s ease all;-moz-transition:0.4s ease all;-webkit-transition:0.4s ease all;border:2px solid #659EFC;margin-top:15px;margin-left:5px;}
.cat-select input:checked ~ .checkmark::after{width:30px;height:30px;margin-left:10px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:8px solid;}
.consult-now-wrap{padding:60px 40px;background:#447BD6;color:#fff;}
.consult-now-wrap .btn-style-two{color:#55acee;background:transparent;padding:0;text-decoration:underline;font-style:italic;padding-top:20px;display:block;}
.loign-section{position:relative;height:auto;overflow:auto; min-height: 100vh; padding: 90px 0 30px;}
.loign-section::before{content:'';height:100%;width:50%;position:absolute; display:block; top:0; bottom: 0; background:#C3EEDD;}
.loign-section .form-wraps{position:relative;z-index:9999999;width:50%;padding:80px 40px 20px;margin-top:7%;max-width:550px;left:0;background:#447BD6;border-radius:10px;margin:7% auto;}
.form-wraps.register-form{margin-top:3%;max-width:630px;width:100%;}
.form-wraps.register-form .form-control{padding-left:42px;height:50px;line-height:42px;}
.form-wraps.register-form .form-logo, .form-logo{position: absolute; top: -20px; right: 0; left: 0;}
.form-wraps.register-form i.fa{margin-top:14px;}
.form-wraps i.fa{color:#AEAEAE;z-index:9;position:absolute;margin-top:16px;margin-left:10px;font-size:22px;}
.form-wraps .custom-chkbox, .form-wraps p{color:#fff}
.form-wraps .form-control{padding-left:42px;height:55px;}
.form-logo{background:#447BD6;max-width:270px;padding:30px 15px 0px;text-align:center;margin:-40px auto 50px;border-radius:6px;color:#fff;}
.form-logo img{margin:auto;margin-bottom:20px;max-height:100px;}
.forgot-link{float:right;color:#1CC6D5;font-size:13px;}
.get-strated{bottom:0;text-align:center;}
.get-strated a{color:#007bff;}
.get-strated p{font-size:13px;}
.review-page .form-logo{margin-bottom:10px;}
.review-page .starsRatings{width:150px;float:none;margin:0 auto;}
.review-page ul.review-spcial{display:flex;margin:0;padding-bottom:40px;justify-content:center;}
.review-page ul.review-spcial li{display:inline-block;}
.review-page ul.review-spcial li a{display:flex;width:50px;text-align:center;}
.selection-page .form-wraps{max-width:700px;width:100%;padding-bottom:60px;}
.selection-box{text-align:center;margin-bottom:30px;transition:all 0.3s ease-in-out;display:block;}
.selection-box:hover .select-icon, .selection-box:focus .select-icon{background:#2CAEE2;border-color:#2CAEE2;box-shadow:inset 3px 8px 13px -3px #119cb3;}
.selection-box:hover h4, .selection-box:focus h4{color:#1DB8C6;}
.selection-box h4{font-size:15px;text-transform:uppercase;margin:12px 0;letter-spacing:0.6px;color:#ddf5ff;font-weight:600;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.select-icon{padding:20px;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;width:120px;height:120px;margin:0px auto 10px;}
.select-icon img{width:100%;height:100%;object-fit:contain;}
.custom-chkbox{display:inline-block;position:relative;padding-left:25px;margin-bottom:12px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:500;}
.custom-chkbox input{position:absolute;opacity:0;cursor:pointer;}
.custom-chkbox .checkmark{position:absolute;top:2px;left:0;height:20px;width:20px;background-color:#dbdbdb;}
.custom-chkbox:hover input ~ .checkmark{background-color:#ccc;}
.custom-chkbox input:checked ~ .checkmark{background-color:#EF762A;}
.custom-chkbox .checkmark:after{content:"";position:absolute;display:none;}
.custom-chkbox input:checked ~ .checkmark:after{display:block;}
.custom-chkbox .checkmark::after{left:7px;top:3px;width:6px;height:12px;border:solid white;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0px 2px 2px 0px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.pkg-header{height:160px;overflow:hidden;position:relative;}
.pkg-header h4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:205px;position:absolute;top:0px;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;z-index:99;padding-top:20px;font-size:50px;}
.pkg-header h4::before{content:'';position:absolute;height:190px;width:200px;background-color:#447BD6;opacity:0.9;border-radius:0 50px 0 0;-webkit-transform:rotate(-220deg) skewX(22deg);-ms-transform:rotate(-220deg) skewX(22deg);transform:rotate(-220deg) skewX(22deg);bottom:-125px;left:-10px;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;z-index:-1;top:-80px;}
.feature-card.price-card{background:#fff;transition:all 0.3s;margin:30px auto;max-width:310px;}
.feature-card.price-card:hover, .feature-card.price-card.active{box-shadow:0 0 20px 0 rgba(0,0,0,0.2);background:#F3FBFD;transform:scale(1.1);}
.pkg-title{margin-top:140px;font-size:22px;padding:0px 10px;font-weight:600;text-transform:uppercase;}
span.duration{font-size:14px;font-weight:300;text-transform:uppercase;}
span.sign{font-size:24px;font-weight:400;margin-top:-18px;}
.pkg-title{margin-top:130px;font-size:22px;padding:0px 20px;font-weight:600;text-transform:uppercase;line-height:29px;}
.pkg-feature-list{padding:30px 25px;}
.pkg-feature-list li{font-size:15px;padding:0 0px 8px 20px;position:relative;color:#666;}
.pkg-feature-list li::before{content:'';position:absolute;top:8px;left:-6px;width:14px;height:20px;background:url(../images/svg/check-icon.svg) no-repeat;}

.categories-tabs .wrapper{position:relative;margin:0 auto;overflow:hidden;padding:0;height:46px;background:#fff;margin-bottom:30px;max-width:1100px;}
.categories-tabs .list{position:absolute;left:0px;top:0px;min-width:1200px;margin-left:0;margin-top:0px;}
.categories-tabs .list li{display:table-cell;position:relative;text-align:center;cursor:grab;cursor:-webkit-grab;color:#efefef;vertical-align:middle;}
.categories-tabs .nav-tabs li a.nav-link{border:none;}
.categories-tabs .scroller{text-align:center;cursor:pointer;display:block;padding:7px;padding-top:8px;white-space:no-wrap;vertical-align:middle;background-color:#fff;height:45px;border:2px solid #229cd5;color:#229cd5;}
.scroller-right{float:right;}
.scroller-left{float:left;}
.page-wrapper.pricing{background:#C3EEDD;padding-bottom:110px;}
.page-wrapper.pricing .loign-section::before{display:none;}
.page-wrapper.pricing .loign-section .form-wraps{position:relative;top:40px;right:0;z-index:9999999;width:95%;padding:0 10px 20px;margin-top:7%;max-width:1400px;left:0;background:transparent;border-radius:10px;margin:0 auto;}
.page-wrapper.pricing .form-logo{padding:20px 15px 0px;border-radius:0 0 6px 6px;margin:-40px auto 20px;}
.page-wrapper.pricing .loign-section{position:relative;height:auto;overflow:visible;}
.cat-pkg{padding:30px 0 40px;}
.pay-form-title{font-size:19px;padding-top:7px;display:inline-block;}
.paymnt-form{max-width:800px;padding:50px;margin:auto;background:#f8f8f8;}
.paymnt-form .form-control{height:44px;}
.check-boxes .custom-chkbox{display:block;font-size:16px;}
#state_consultataion-error{color:red;font-style:italic;font-size:12px;}
.dropdown.other-links{padding:0 10px;}
.dropdown.other-links a{font-size:22px;}
#st-1 .st-btn > img{margin-right:0;}
.main-heading{font-size:1.75rem;color:#000;margin-bottom:10px;}
.custom-input-wrap input{width:100%; padding-right: 85px; min-width: 300px;}
.sa-confirm-button-container .btn-primary{min-width:50px;padding:15px 30px;border-radius:7px;}
.popover-title{font-size:18px;text-align:center;}
.popover-body{background:#2397DD;color:#fff;}
.popover-header{background:#1D7EB8;border-bottom:0;color:#fff;font-size:13px;font-weight:400;text-transform:uppercase;letter-spacing:0.5px;}
.bs-popover-auto[x-placement^="right"] > .arrow::after, .bs-popover-right > .arrow::after{border-right-color:#2397DD;}
.bs-popover-auto[x-placement^="left"] > .arrow::after, .bs-popover-left > .arrow::after{border-left-color:#2397DD;}
.bs-popover-auto[x-placement^="top"] > .arrow::after, .bs-popover-top > .arrow::after{border-top-color:#2397DD;}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after, .bs-popover-bottom > .arrow::after{border-bottom-color:#2397DD;}
.popover-content{background-color:transparent;padding:25px;font-size:12px;}
.arrow{border-right-color:red !important;}
.contact-wrapper .text .links{color:#fff;}
.form-label-group{position:relative;}
.help-icon{position:absolute;right:12px;top:56%;color:#888;font-size:18px;}
.select2-container .select2-selection--multiple{min-height:50px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:7px 5px;}
.mobile-nav{display:none;}
.profile-form .social-media-list li{display:inline-block;}
.profile-form .social-media-list{padding:10px 0;background:#f5f5f5;text-align:center;}
.profile-form .social-media-list li a{display:block;width:40px;height:40px;line-height:40px;text-align:center;background:#447BD6;color:#fff;border-radius:50%;}
.profile-form .user{background:#f9f9f9;padding:20px;}
.profile-slider .user{background:#F9F9F9;padding:20px 20px 0;}
.profile-form .specialist-list .badge{font-size:13px;font-weight:600;padding:7px 10px;}
.profile-form .dp-wrap{width:100%;height:220px;overflow:hidden;margin-bottom:20px;}
.profile-form .dp-wrap img{width:100%;height:100%;object-fit:cover;}
.profile-form .about-header h4{font-size:20px;color:#17A2B8;font-weight:400;}
.profile-form .about-header .key-points{margin-bottom:10px;}
.success-message-wrapper{max-width:600px;background:rgba(70, 244, 64, 0.2);text-align:center;padding:40px;margin:auto;font-size:18px;line-height:30px;}
.success-message-wrapper .icon-holder{margin-bottom:30px;}
.profile-logo{position:absolute;width:230px;background:#447BD6;border-radius:0 0 10px 10px;padding:15px 20px;right:0;left:0;margin:auto;}
.profile-slider .dp-wrap{width:100%;height:250px;overflow:hidden;}
.profile-slider .dp-wrap img{width:100%;height:100%;object-fit:cover;}
.cms-banner.profile-slider{padding:130px 0 0;}
.cms-banner.profile-slider h2{font-size:45px;margin-bottom:10px;font-weight:600;text-transform:capitalize;}
.slide-text{text-align:left;padding-top:100px;}
.dr-rating span{font-size:25px;}
.profile-form .profile-card{padding-top:30px;}
.profile-slider .dr-design{font-size:25px;font-weight:400;}
.main-tabs.profile-tabs .p-tabs-list{justify-content:center;margin-bottom:30px;border-bottom:0;}
.main-tabs.profile-tabs .p-tabs-list > .nav-item .nav-link.choice{width:170px;text-align:center;padding:10px;height:125px;margin:7px;background:#fff;border-radius:6px;overflow:hidden;}
.main-tabs.profile-tabs .p-tabs-list > .nav-item .nav-link.choice:before{background:#447BD6;}
.main-tabs.profile-tabs .p-tabs-list > .nav-item .nav-link.choice .icon{margin:10px 0;position:relative;}
.main-tabs.profile-tabs .p-tabs-list > .nav-item .nav-link.choice .icon i{font-size:50px;}
.imgHolder{overflow:hidden;border-radius:10px;max-height:450px;}
.refund-listing strong {
display: block;
margin-bottom: 20px;
font-size: 22px;
font-weight: 400;
}
.refund-policy-wrap {
padding-right: 70px;
text-align: justify;
}


/* #banner */
.banner{padding: 200px 0 100px 0;background: #F8FCFD;}
.banner h1 span{font-size: 70px;line-height: 75px;margin: 0;color: #26E0F8;font-weight: 900;}
.banner p{width: 87%;font-size: 33px;line-height: 44px;font-weight: 200;margin-bottom: 30px;}
.banner .health-btn{border: none;background: #26E0F8;color: #fff;padding: 7px 17px 7px 7px;border-radius: 26px;display: inline-flex;align-items: center;font-size: 16px;font-weight: 600;transition: all ease-in-out .3s;}
.banner .health-btn:hover{background: #447BD6;}
.banner .top-heading{margin-bottom: 80px;}
.banner .health-img{margin-right: 12.5px;}
.banner .doc-text{font-size: 16px;font-weight: 700;color: #447BD6;line-height: 20px;}
.banner .doc-icon{margin-right: 10px;}
.banner .doc-section{margin-right: 23px;display: flex;align-items: center;}
.banner .lottie-background{position: absolute;top: 0;background: url('../images/banner-lottie-background.png');background-size: cover;background-position: left;padding: 205px 140px 60px 35px;}
.banner .lottie-player{width: 100%;height: 100%;opacity: 0.8;background: #c7e6fe;border-radius: 50%;overflow: hidden;}
/* Services */
.services{padding: 100px 0 100px 0;background: #F8FCFD;}
.services .content{margin-bottom: 70px;}
.services .content strong{font-size: 30px;color: #447BD6;font-weight: 700;line-height: 34px;display: block;margin-bottom: 16px;}
.services .content h3{margin-bottom: 25px;}
.services .content p{color: #4B4B4B;font-size: 18px;line-height: 30px;}
.services .slider-box svg{
  margin-bottom: 66px;
}
.services .slider-box svg path{fill: #6794DE;}
.services .slider-box{box-shadow: 0px 3px 14px #0000001A;background: #fff;border-radius: 37px;padding: 74px 40px 53px 40px;color: #000;min-height: 90%;}
.services .slider-box p{transition: all ease-in-out .3s;}
.services .slider-box .image{margin-bottom: 66px;}
.services .slider-box h4{margin-bottom: 8px;}
.services .slider-box:hover svg path{fill: #fff;}
.services .slider-box:hover h4{color: #fff;}
.services .slider-box:hover p{margin-bottom: 39px;}
.services .slider-box:hover{padding-bottom: 41px;background: #447BD6;color: #fff;height: 99%;}
.services .slider-box .details{display: none;transition: all ease-in-out 1s;}
.services .slider-box:hover .details{justify-content: space-between;align-items: center;display: flex;}
.services .set-position{height: 430px;}
.services .slick-slide {margin: 0 27px;}
.services .slick-list {margin: 0 -27px;}
.services .slick-arrow::before{color: #447BD6;font-family: 'fontawesome';border: 1px solid #447BD6;padding: 10px 11px 6px 11px;border-radius: 50%;}
.services .slick-next:before{content: '\f054';}
.services .slick-prev:before{content: '\f053';}
.services .slick-prev{z-index: 10;left: -50px;border: none;background: none;}
.services .slick-next{right: -50px;border: none;background: none;}
/* easy-steps */
.easy-steps{padding: 142px 0 108px 0;position: relative;}
.easy-steps .patient-img{position: absolute;top: 16%;left: 0;}
.easy-steps .easy-content .no-3{display: inline-block;font-size: 114px;line-height: 114px;color: #fff;background: #447BD6;border-radius: 12px;padding: 0 21px;}
.easy-steps .easy-content h2{line-height: 88px;color: #26E0F8;margin-bottom: 23px;}
.easy-steps .easy-content h3{margin-bottom: 25px;}
.easy-steps .easy-content .teledocs{font-size: 18px;margin-bottom: 58px;    color: #000;}
.easy-steps .easy-content .steps-no{font-size: 33px;line-height: 38px;color: #659EFC;border: 2px solid #659EFC;border-radius: 6px;margin-right: 25px;width: 71px;height: 74px;display: flex;align-items: center;justify-content: center;}
.easy-steps .easy-content .steps-detail h4{margin-bottom: 20px;color: #000000;}
.easy-steps .easy-content li{margin-bottom: 30px;}
.easy-steps .steps-detail{flex: 1;}
.easy-steps .steps-detail p{color: #000;}
/* Treatment */
.treatment {padding: 90px 0 60px 0;}
.treatment .header .specialist{font-size: 30px;font-weight: 700;color: #447BD6;margin-bottom: 16px;display: block;}
.treatment .header{margin-bottom: 99px;}
.treatment .nav-pills .nav-link{padding: 26px 25px;background:  transparent linear-gradient(270deg, #F2F2F2 0%, #F0F9FF 100%) 0% 0% no-repeat padding-box;border-radius: 20px;color: #000;height: 100%;}
.treatment .nav-pills .nav-link.active, .treatment .nav-pills .nav-link:hover{color: #fff;background: transparent linear-gradient(270deg, #26E0F8 0%, #659EFC 100%) 0% 0% no-repeat padding-box;}
.treatment .nav-pills .nav-item,.treatment .tab-content .tab-pane .tab-category{width: 24%;margin-bottom: 16px; margin: 0 7px 16px;}
.treatment .nav-pills .nav-item{width: 24%;margin-bottom: 16px;min-height: 185px;}
.treatment .nav-pills .see-more{background: #659EFC;display: flex;align-items: center;justify-content: center;}
.treatment .nav-pills .see-more:hover{background: #659EFC;}
.treatment .nav-pills .see-more h4{color: #fff;}
.treatment .nav-pills{margin-bottom: 47px;}
.treatment .treatment-category .category-icon{margin-right: 18px;margin-top: -8px; }
.treatment .treatment-category h5{margin-bottom: 19px;}
.treatment .tab-category{padding: 16px;color: #000000;background: #DCECF9 0% 0% no-repeat padding-box;border: 1px solid #E1E1E1;transition: all ease-in-out .3s;padding-right: 30px;margin-bottom: 20px;}
.treatment .tab-category .circle-arrow{background: #fff;border-radius: 50%;padding: 0px 6px 0px 7px;display: none;transition: all ease-in-out .3s}
.treatment .tab-category span{font-size: 18px;}
.treatment .tab-category:hover .circle-arrow{display: block;}
.treatment .tab-category:hover{padding-right: 16px;background: #659EFC;color: #fff;}
.treatment .tab-category .fa-arrow-right{color: #659EFC;}
/* testimonial */
.testimonial{padding: 80px 0 128px 0;}
.testimonial .heading-side strong{font-size: 30px;line-height: 35px;color: #447BD6;display: block;margin-bottom: 35px;}
.testimonial .slider-container{padding: 85px 0 85px 0;background: #F8FCFD;}
.testimonial .slider-container .testimonial-slider{margin-left: 73px;}
.testimonial .slider-card{background: #fff;border: 1px solid #EFEFEF;padding: 45px 34px 38px 40px;height: 100%;}
.testimonial .slider-card h4{color: #000;margin-bottom: 19px;}
.testimonial .slider-card .date .set-date{font-size: 14px;line-height: 17px;color: #000;}
.testimonial .slider-card .date .fa-calendar{color: #447BD6;margin-right: 7px;font-size: 13px;}
.testimonial .slider-card .rating .fa-star{color: #EF9F00;margin-right: 3px;font-size: 12px;}
.testimonial .slider-card .date-rating{margin-bottom: 50px;}
.testimonial .slider-card .test-text{margin-bottom: 30px;}
.testimonial .slider-card .name{color: #447BD6;font-size: 14px;display: block;text-align: right;}
.testimonial  .slick-slide {margin: 0 15px;}
.testimonial  .slick-list {margin: 0 -15px;display: grid;}
.testimonial-container{padding: 0 15px;max-width: 100%;margin: 0 auto;margin-right: -9%;}
.testimonial .heading-side{height: 100%;display: flex;flex-direction: column;justify-content: center;}
.testimonial .slick-prev:before,.testimonial  .slick-next:before{font-size: 30px;font-weight: 700;opacity: 1;color: #447BD6;}
.testimonial .slick-prev:hover:before, .testimonial  .slick-next:hover:before{color: #74E7FA;}
.testimonial .slick-prev{left: auto;right: 26%;top: auto;}
.testimonial .slick-prev,.testimonial .slick-next{width: 30px;height: 30px;bottom: -20%;border: none;background: none;}
.testimonial .slick-next{right: 21%;top: auto;}
.slick-next:before{
  content: "→";
}
.slick-prev:before{
  content: "←";
}
/* FAQ */
.faq{padding: 173px 0 152px 0;background: #F8FCFD;color: #15161D;}
.faq .content h3{margin-bottom: 20px;}
.faq .card-header{background: #F8FCFD;}
.faq .accordian-numbers{display: inline-block;padding: 0 15px;position: relative;font-size: 18px;font-weight: 600;}
.faq .accordian-numbers::before{content: '';position: absolute;width: 100%;background: #15161D;z-index: 111;bottom: -20px;left: 0;height: 2px;}
.faq .card-body{background: #DCECF9;font-size: 16px;line-height: 29px;padding: 34px 22px;}
.faq .btn-link{color: #000;font-size: 18px;text-decoration: none;display: flex;align-items: center;justify-content: space-between;}
.faq .btn-link .fa-chevron-down{color: #C1C1C1;transition: all ease-in-out .3s;}
.faq .btn-link:focus{box-shadow: none;}
.faq .btn-link.active .fa-chevron-down{transform: rotate(180deg);color: #000;}
.faq .accordion>.card:not(:first-of-type), .accordion>.card>.card-header, .accordion>.card:not(:last-of-type){border:0; }
.faq .accordion>.card>.card-header{border-bottom: 3px solid #C1C1C1;padding: 12px 0;display: flex;align-items: center;}
.faq .question-form{padding: 52px 36px 44px 36px;border-radius: 30px; text-align: center;position: relative;z-index: 2;background: #fff;box-shadow: 0px 3px 33px #00000014;border-radius: 36px;}
.faq .form-border{position: relative;}
.faq .form-border::before{content: '';position: absolute;height: 100%;width: 100%;border: 2px solid #447BD6;top: -25px;left: -25px;border-radius: 36px;z-index: 0;}
.faq .question-form h4{color: #1F2278;margin-bottom: 34px;}
.faq .question-form .form-input input{width: 100%; height: auto;font-size: 16px;border: 1px solid #D6D6D6;padding: 15px 17px;border-radius: 4px;}
.faq .question-form .form-input input::placeholder, .faq .question-form .form-textarea textarea::placeholder{color: #4B4B4B;}
.faq .question-form .form-input{margin-bottom: 16px;}
.faq .question-form .form-textarea textarea{resize: none;width: 100%;height: 125px;font-size: 16px;border: 1px solid #D6D6D6;padding: 15px 17px;border-radius: 4px;color: #4B4B4B;margin-bottom: 22px;}
.faq .question-form .form-btn{background: #26E0F8;color: #fff;border-radius: 25px;font-size: 16px;border: none;padding: 15px 30px;line-height: 20px;font-weight: 600;transition: all ease-in-out .3s;}
.faq .question-form .form-btn:hover{background: #1F2278;}
.faq .content{margin-right: 60px;}
/* app-view */
.app-view{padding: 126px 0 100px 0;border-bottom: 2px solid #26E0F8;}
.app-view .content{margin-bottom: 65px;}
.app-view .content h2{font-size: 60px;line-height: 65px;margin-bottom: 11px;color: #26E0F8;}
.app-view .content h4{color: #000;margin-bottom: 18px;}
.app-view .content p{font-size: 18px;}
/* footer */
footer{padding: 80px 0 60px 0;}
footer .sitemap,footer .social{margin-bottom: 36px;}
footer h4{color: #000;}
footer .map-content li a{color: #000;}
footer .map-content li a:hover{color: #26E0F8;}
footer .map-content li{margin-bottom: 10px;}
footer .social-icon a{font-size: 18px;margin-right: 40px;color: #000;}
footer .social-icon a:hover{color: #26E0F8;}
footer .social-icon{margin-bottom: 23px;}
.cms-banner{padding:110px 0 120px;background:#52B7DF;color:#fff;text-align:center;background:url(../images/cms-bg.jpg);background-attachment:fixed;background-position:center;background-size:cover;}
.cms-banner h2{font-size:40px;margin-bottom:0;    line-height: 55px;}
.breadcrums li{display:inline-block;padding:5px;font-size:14px;letter-spacing:1px;text-transform:uppercase;    color: #fff;}
.breadcrums .bread-list li+li:before {
  padding: 8px;
  color: #447BD6;
  content: "/\00a0";
}
.breadcrums li a{color: #447BD6;}
.styled-listing{margin:20px 0;}
.styled-listing li{padding-bottom:10px;padding-left:40px;position:relative;}
.styled-listing li:before{content:'';width:30px;background:url(../images/check.png);background-repeat:no-repeat;display:block;position:absolute;left:0;height:30px;top:0;}
.intro-content h1{font-size:34px;margin-bottom:20px;     line-height: 40px;}
.inner-banner .intro-content h1{line-height: 40px;}
.intro-right-img{position:relative;}
.intro-right-img img{max-height:560px;}
.intro-right-img .right-img-text{position:absolute;bottom:20%;background:#447BD6;padding:40px 15px;max-width:200px;border-radius:6px;font-size:18px;color:#fff;right:-50px;}
.intro-right-img .img-icon{max-width:75px;margin:10px auto 30px;}
.step-wrap{padding:0 30px;text-align:center;margin:30px auto;transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;border-radius:3px;}
.step-wrap:hover{background:#fff;}
.step-wrap .img-icons{width:80px;height:80px;margin:10px auto 30px;}
.step-wrap .img-icons .svg-img{width:100%;height:100%;object-fit:contain;}
.categories-wrap{background:#F1FAFD url(../images/map.png);background-position:center top;background-repeat:no-repeat;background-size:cover;}
.cat-select{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:80px;}
.cat-pkg ul li{width:32.33%;display:inline-block;margin:2px;}
.cat-select input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
.cat-select .checkmark{position:absolute;top:0;left:0;height:40px;width:100%;border-radius:2px;left:0;top:0;transition-duration:0.3s;transform-origin:top left;padding:10px 10px 10px 50px;}
.cat-select .checkmark a{
  color: #447BD6;
}

.cat-select:hover input ~ .checkmark{background-color:#f8f8f8;height:100%;width:100%;}
.cat-pkg ul li .cat-select{transition:all 0.3s;border:2px solid transparent;}
.cat-pkg ul li .cat-select:hover{border:2px solid #659EFC;}
.cat-select input:checked ~ .checkmark{height:100%;width:100%;background:#fff;color:#659EFC;box-shadow:0 0 20px 0px rgba(0,0,0,0.1);}
.cat-select .checkmark:before{content:"";position:absolute;background-color:#f8f8f8;height:100%;left:0;top:0;transition-duration:0.3s;transform-origin:top left;width:0;}
.cat-select:hover input ~ .checkmark:before{height:100%;width:100%;}
.cat-select input:checked ~ .checkmark:after, .cat-select:hover input:checked ~ .checkmark:before{width:0;}
.cat-select .checkmark .content{position:absolute;z-index:99;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%;}
.checkmark .content h4{font-size:17px !important;margin-bottom:0;letter-spacing:0.2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:400;}
.cat-select input:checked ~ .checkmark .content h4{color:#659EFC;}
.cat-select input:checked ~ .checkmark .content{color:#000;}
.checkmark .content{font-size:14px;letter-spacing:1px;}
.cat-select .checkmark::after{content:'';width:35px;height:35px;top:0;display:block;left:0;bottom:0;position:absolute;margin:auto;background:#fff;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;transition:0.4s ease all;-moz-transition:0.4s ease all;-webkit-transition:0.4s ease all;border:2px solid #659EFC;margin-top:15px;margin-left:5px;}
.cat-select input:checked ~ .checkmark::after{width:30px;height:30px;margin-left:10px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:8px solid;}
.consult-now-wrap{padding:60px 40px;background:#447BD6;color:#fff;}
.consult-now-wrap .btn-style-two{color:#55acee;background:transparent;padding:0;text-decoration:underline;font-style:italic;padding-top:20px;display:block;}
.loign-section{position:relative;height:auto;overflow:auto; min-height: 100vh; padding: 90px 0 30px;}
.loign-section::before{content:'';height:100%;width:50%;position:absolute; display:block; top:0; bottom: 0; background:#C3EEDD;}
.loign-section .form-wraps{position:relative;z-index:9999999;width:50%;padding:80px 40px 20px;margin-top:7%;max-width:550px;left:0;background:#447BD6;border-radius:10px;margin:7% auto;}
.form-wraps.register-form{margin-top:3%;max-width:630px;width:100%;}
.form-wraps.register-form .form-control{padding-left:42px;height:50px;line-height:42px;}
.form-wraps.register-form .form-logo, .form-logo{position: absolute; top: -20px; right: 0; left: 0;}
.form-wraps.register-form i.fa{margin-top:14px;}
.form-wraps i.fa{color:#AEAEAE;z-index:9;position:absolute;margin-top:16px;margin-left:10px;font-size:22px;}
.form-wraps .custom-chkbox, .form-wraps p{color:#fff}
.form-wraps .form-control{padding-left:42px;height:55px;}
.form-logo{background:#447BD6;max-width:270px;padding:30px 15px 0px;text-align:center;margin:-40px auto 50px;border-radius:6px;color:#fff;}
.form-logo img{margin:auto;margin-bottom:20px;max-height:100px;}
.forgot-link{float:right;color:#1CC6D5;font-size:13px;}
.get-strated{bottom:0;text-align:center;}
.get-strated a{color:#007bff;}
.get-strated p{font-size:13px;}
.review-page .form-logo{margin-bottom:10px;}
.review-page .starsRatings{width:150px;float:none;margin:0 auto;}
.review-page ul.review-spcial{display:flex;margin:0;padding-bottom:40px;justify-content:center;}
.review-page ul.review-spcial li{display:inline-block;}
.review-page ul.review-spcial li a{display:flex;width:50px;text-align:center;}
.selection-page .form-wraps{max-width:700px;width:100%;padding-bottom:60px;}
.selection-box{text-align:center;margin-bottom:30px;transition:all 0.3s ease-in-out;display:block;}
.selection-box:hover .select-icon, .selection-box:focus .select-icon{background:#2CAEE2;border-color:#2CAEE2;box-shadow:inset 3px 8px 13px -3px #119cb3;}
.selection-box:hover h4, .selection-box:focus h4{color:#1DB8C6;}
.selection-box h4{font-size:15px;text-transform:uppercase;margin:12px 0;letter-spacing:0.6px;color:#ddf5ff;font-weight:600;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.select-icon{padding:20px;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;width:120px;height:120px;margin:0px auto 10px;}
.select-icon img{width:100%;height:100%;object-fit:contain;}
.custom-chkbox{display:inline-block;position:relative;padding-left:25px;margin-bottom:12px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:500;}
.custom-chkbox input{position:absolute;opacity:0;cursor:pointer;}
.custom-chkbox .checkmark{position:absolute;top:2px;left:0;height:20px;width:20px;background-color:#dbdbdb;}
.custom-chkbox:hover input ~ .checkmark{background-color:#ccc;}
.custom-chkbox input:checked ~ .checkmark{background-color:#EF762A;}
.custom-chkbox .checkmark:after{content:"";position:absolute;display:none;}
.custom-chkbox input:checked ~ .checkmark:after{display:block;}
.custom-chkbox .checkmark::after{left:7px;top:3px;width:6px;height:12px;border:solid white;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0px 2px 2px 0px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.pkg-header{height:160px;overflow:hidden;position:relative;}
.pkg-header h4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:205px;position:absolute;top:0px;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;z-index:99;padding-top:20px;font-size:50px;}
.pkg-header h4::before{content:'';position:absolute;height:190px;width:200px;background-color:#447BD6;opacity:0.9;border-radius:0 50px 0 0;-webkit-transform:rotate(-220deg) skewX(22deg);-ms-transform:rotate(-220deg) skewX(22deg);transform:rotate(-220deg) skewX(22deg);bottom:-125px;left:-10px;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;z-index:-1;top:-80px;}
.feature-card.price-card{background:#fff;transition:all 0.3s;margin:30px auto;max-width:310px;}
.feature-card.price-card:hover, .feature-card.price-card.active{box-shadow:0 0 20px 0 rgba(0,0,0,0.2);background:#F3FBFD;transform:scale(1.1);}
.pkg-title{margin-top:140px;font-size:22px;padding:0px 10px;font-weight:600;text-transform:uppercase;}
span.duration{font-size:14px;font-weight:300;text-transform:uppercase;}
span.sign{font-size:24px;font-weight:400;margin-top:-18px;}
.pkg-title{margin-top:130px;font-size:22px;padding:0px 20px;font-weight:600;text-transform:uppercase;line-height:29px;}
.pkg-feature-list{padding:30px 25px;}
.pkg-feature-list li{font-size:15px;padding:0 0px 8px 20px;position:relative;color:#666;}
.pkg-feature-list li::before{content:'';position:absolute;top:8px;left:-6px;width:14px;height:20px;background:url(../images/svg/check-icon.svg) no-repeat;}
.nav-tabs{margin-bottom:50px;}
.nav-tabs li a.active::before{height:100%;width:100%;}
.nav-tabs li a::before{content:'';position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:0%;width:0%;background:#659EFC;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.nav-tabs li a.nav-link{text-transform:uppercase;font-size:13px;color:#659EFC;font-weight:600;padding:12px 25px 12px;border:1px solid #dedede;display:inline-block;position:relative;background:rgba(255,255,255,0.3);}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{color:#fff;background-color:transparent;border-color:transparent;}
.nav-tabs li.active a{color:#fff;border-color:#229cd5;}
.nav-tabs li a.nav-link span{z-index:9;position:relative;}
.categories-tabs .wrapper{position:relative;margin:0 auto;overflow:hidden;padding:0;height:46px;background:#fff;margin-bottom:30px;max-width:1100px;}
.categories-tabs .list{position:absolute;left:0px;top:0px;min-width:1200px;margin-left:0;margin-top:0px;}
.categories-tabs .list li{display:table-cell;position:relative;text-align:center;cursor:grab;cursor:-webkit-grab;color:#efefef;vertical-align:middle;}
.categories-tabs .nav-tabs li a.nav-link{border:none;}
.categories-tabs .scroller{text-align:center;cursor:pointer;display:block;padding:7px;padding-top:8px;white-space:no-wrap;vertical-align:middle;background-color:#fff;height:45px;border:2px solid #229cd5;color:#229cd5;}
.scroller-right{float:right;}
.scroller-left{float:left;}
.page-wrapper.pricing{background:#C3EEDD;padding-bottom:110px;}
.page-wrapper.pricing .loign-section::before{display:none;}
.page-wrapper.pricing .loign-section .form-wraps{position:relative;top:40px;right:0;z-index:9999999;width:95%;padding:0 10px 20px;margin-top:7%;max-width:1400px;left:0;background:transparent;border-radius:10px;margin:0 auto;}
.page-wrapper.pricing .form-logo{padding:20px 15px 0px;border-radius:0 0 6px 6px;margin:-40px auto 20px;}
.page-wrapper.pricing .loign-section{position:relative;height:auto;overflow:visible;}
.cat-pkg{padding:30px 0 40px;}
.pay-form-title{font-size:19px;padding-top:7px;display:inline-block;}
.paymnt-form{max-width:800px;padding:50px;margin:auto;background:#f8f8f8;}
.paymnt-form .form-control{height:44px;}
.check-boxes .custom-chkbox{display:block;font-size:16px;}
#state_consultataion-error{color:red;font-style:italic;font-size:12px;}
.dropdown.other-links{padding:0 10px;}
.dropdown.other-links a{font-size:22px;}
#st-1 .st-btn > img{margin-right:0;}
.main-heading{font-size:1.75rem;color:#000;margin-bottom:10px;}
.custom-input-wrap input{width:100%; padding-right: 85px; min-width: 300px;}
.sa-confirm-button-container .btn-primary{min-width:50px;padding:15px 30px;border-radius:7px;}
.popover-title{font-size:18px;text-align:center;}
.popover-body{background:#447BD6 ;color:#fff;font-size: 15px;
  line-height: 22px;}
.popover-header{background:#26E0F8;border-bottom:0;color:#212529;font-size:16px;
  line-height: 30px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;}
.bs-popover-auto[x-placement^="right"] > .arrow::after, .bs-popover-right > .arrow::after{border-right-color:#447BD6 ;}
.bs-popover-auto[x-placement^="left"] > .arrow::after, .bs-popover-left > .arrow::after{border-left-color:#447BD6 ;}
.bs-popover-auto[x-placement^="top"] > .arrow::after, .bs-popover-top > .arrow::after{border-top-color:#447BD6 ;}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after, .bs-popover-bottom > .arrow::after{border-bottom-color:#447BD6 ;}
.popover-content{background-color:transparent;padding:25px;font-size:12px;}
.arrow{border-right-color:red !important;}
.contact-wrapper .text .links{color:#fff;}
.form-label-group{position:relative;}
.help-icon{position:absolute;right:12px;top:56%;color:#888;font-size:18px;}
.select2-container .select2-selection--multiple{min-height:50px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:7px 5px;}
.mobile-nav{display:none;}
.profile-form .social-media-list li{display:inline-block;}
.profile-form .social-media-list{padding:10px 0;background:#f5f5f5;text-align:center;}
.profile-form .social-media-list li a{display:block;width:40px;height:40px;line-height:40px;text-align:center;background:#447BD6;color:#fff;border-radius:50%;}
.profile-form .user{background:#f9f9f9;padding:20px;}
.profile-slider .user{background:#F9F9F9;padding:20px 20px 0;}
.profile-form .specialist-list .badge{font-size:13px;font-weight:600;padding:7px 10px;    background-color: #447BD6;}
.key-points{margin-top: 20px;}
.key-points h3{
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 40px;
}
.intro-content p{
  margin-bottom: 10px;
}
.intro-content p:last-child{
  margin-bottom: 0;
}
.key-points ul{
  margin-bottom: 30px;
}
.profile-form .dp-wrap{width:100%;height:220px;overflow:hidden;margin-bottom:20px;}
.profile-form .dp-wrap img{width:100%;height:100%;object-fit:cover;}
.profile-form .about-header h4{font-size:20px;    color: #1F2278;
  font-weight: 700;}
.profile-form .about-header .key-points{margin-bottom:10px;}
.success-message-wrapper{max-width:600px;background:rgba(70, 244, 64, 0.2);text-align:center;padding:40px;margin:auto;font-size:18px;line-height:30px;}
.success-message-wrapper .icon-holder{margin-bottom:30px;}
.profile-logo{position:absolute;width:230px;background:#447BD6;border-radius:0 0 10px 10px;padding:15px 20px;right:0;left:0;margin:auto;}
.profile-slider .dp-wrap{width:100%;height:250px;overflow:hidden;}
.profile-slider .dp-wrap img{width:100%;height:100%;object-fit:cover;}
.cms-banner.profile-slider{padding:130px 0 0;}
.cms-banner.profile-slider h2{font-size:45px;margin-bottom:10px;font-weight:600;text-transform:capitalize;}
.slide-text{text-align:left;padding-top:100px;}
.dr-rating span{font-size:25px;}
.profile-form .profile-card{padding-top:30px;}
.profile-slider .dr-design{font-size:25px;font-weight:400;}
.main-tabs.profile-tabs .p-tabs-list{justify-content:center;margin-bottom:30px;border-bottom:0;}
.main-tabs.profile-tabs .p-tabs-list > .nav-item .nav-link.choice{width:170px;text-align:center;padding:10px;height:125px;margin:7px;background:#fff;border-radius:6px;overflow:hidden;}
.main-tabs.profile-tabs .p-tabs-list > .nav-item .nav-link.choice:before{background:#447BD6;}
.main-tabs.profile-tabs .p-tabs-list > .nav-item .nav-link.choice .icon{margin:10px 0;position:relative;}
.main-tabs.profile-tabs .p-tabs-list > .nav-item .nav-link.choice .icon i{font-size:50px;}
.imgHolder{overflow:hidden;border-radius:10px;max-height:450px;}
.refund-listing strong {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}
.refund-policy-wrap {
  padding-right: 70px;
  text-align: justify;
}
.refund-policy-wrap span strong{
  color: #212529!important;
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
}
.refund-policy-wrap p{
  margin-bottom: 15px;
}
.refund-policy-wrap p:last-child{
  margin-bottom: 0;
}
.refund-listing li {
  margin-bottom: 20px;
}
.how-we-works h2{
  margin-bottom: 25px;
}
#whatWeDo h2,.how-we-works h2{
  font-size: 60px;
  line-height: 68px;
}
.how-we-works h5{
  margin-bottom: 20px;
  color: #000000;
  font-weight: 700;
}
.consultataion-fee-section strong{
  font-weight: bold;
}
.consultataion-fee-section h2,.consult-now-wrap  h2{
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}
.consult-now-wrap a{
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.consultataion-fee-section .theme-btn {
  background: #26E0F8 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  display: inline-block;
  text-decoration: none;
}
.consultataion-fee-section  .theme-btn:hover {
  background: #1F2278 !important;
}
.popover{
  border: 1px solid rgb(0 0 0 / 11%);
}
.faqs-wrap .card-body .card-title {
  color: #447BD6;
}
.faqs-wrap .card:hover{
  background: #447BD6;
}
.faqs-wrap .card:hover .card-title {
  color: #fff;
}
.wizard-card h6{
  color: #447BD6;
}
.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
  background: #447BD6 !important;
}
.main-heading {
  color: #447BD6 !important;
  margin-bottom: 0 !important;
  margin-top: 30px !important;
}
label.check-container input:checked~.check-mark {
  background-color: #447BD6 !important;
  border-color: #447BD6 !important;
}
.sweet-alert  h2, .swal2-popup h2{
font-size: 28px;
line-height: 33px;
}
.sweet-alert  p{
  margin-bottom: 20px;
}
.swal2-styled.swal2-confirm{
  background-color: #26E0F8 !important;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  border: none;
  padding: 15px 30px;
  line-height: 20px;
  font-weight: 600;
  transition: all ease-in-out .3s;
}
.swal2-styled.swal2-confirm:hover, .swal2-styled.swal2-confirm:active, .swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
  background-color: #1F2278 !important;
  border-color: inherit !important;
  background: #1F2278;
  color: #fff !important;
}
.swal2-styled.swal2-cancel{
  padding: 15px 30px;
  line-height: 20px;
  font-weight: 600;
}
.preloader svg{
  position: absolute;
  top: 43%;
  left: 0;
  margin: 0 auto;
  right: 0;
  padding: 0;
}
.preloader::after{
  display: none;
}
.sweet-alert .btn-primary {
  border: 0;
  border-radius: 0.25em;
  background:#3085d6;
  background-color: #3085d6 !important;
  color: #fff;
  font-size: 1.0625em;
}
.sweet-alert .btn-primary:hover, .sweet-alert .btn-primary:active, .sweet-alert .btn-primary:focus {
  box-shadow: none !important;
  background-color: #1F2278 !important;
  border-color: inherit !important;
  background: #1F2278;
  color: #fff !important;
}
@media only screen and (max-width:1600px){body{font:14px/22px 'Open Sans', sans-serif;}
h2, .h2{font:28px/40px 'Poppins', sans-serif;font-weight:500;}
h4, .h4{font-size:22px;}
.headingHolder h2 span{font-size:150px;line-height:150px;}
#threeStepsSection .videoHolder{height:405px;}
#threeStepsSection{padding-bottom:20px;}
.btn-primary{font-size:15px;}
.btn-primary .arrowIcon{line-height:23px;}
.statsSection .iconHolder img{max-width:40px;}
.statsSection .statHolder{font-size:16px;}
.homePageHeader .btnLogin{padding:8px 25px 8px 25px;margin-top:-14px;margin-left:7px;}
.logo a{max-width:170px;}
.stepsWeDo h3{font-size:18px;line-height:22px;}
.navbar{font-size:14px;}
.homeTextBanner h1{font:60px/64px 'poppins', Arial, Helvetica, sans-serif;font-weight:600;max-width:800px;margin-top:20px;}
.homeTextBanner{font:25px/30px 'latolight', Arial, Helvetica, sans-serif;}
.headingHolder h2{font-size:50px;letter-spacing:1px;}
.faq-img .img-fluid{max-height:660px;}
.faqs-wrap h2{margin-bottom:30px;font-weight:500;}
.faqs-wrap .panel.panel-default a{font-weight:400;}
.heading-block h3{font:15px/18px 'latobold', Arial, Helvetica, sans-serif;}
.contact-wrapper .text h4{font-size:18px;}
.git-wrap .form-control, .form-wraps .form-control{height:50px;font-size:14px;}
.btn-secondary{padding:10px 30px;}
.view-more .view-more-link{font-size:16px;}
.stepsWeDo .stepCounter{width:50px;height:50px;}
.stepsWeDo .stepCounter span{padding:10px 2px 0;font-size:18px;}
.info-icon img{max-height:40px;max-width:28px;}
.intro-content h1{font-size:28px;}
.inner-banner .intro-content h1 {
  line-height: 35px;
}
.form-wraps i.fa{margin-top:13px;}
.intro-content h4{font-size:21px;}.intro-right-img .right-img-text{font-size:16px;}
.step-wrap h5{font-size:18px;}
.btn-primary.btn-sm{padding:12px 50px 13px 20px;min-width:188px;text-align:center;}
.checkmark .content, footer{font-size:13px;}
}
@media only screen and (max-width:1400px){ .logo::after{ right: -40px;}
.navbar-expand-lg .navbar-nav .nav-link{white-space: nowrap; padding: 0 12px;}
.homePageHeader .btnLogin{ padding: 8px 20px 8px 20px;}

}
@media only screen and (max-width:1249px){.navbar-expand-lg .navbar-nav .nav-link{padding:0 10px;}
.homeTextBanner h1{font-size:50px;line-height:54px;margin:0 0 15px;}
.statsSection .statHolder{margin:0 20px 30px;}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 0 8px;
}
}
@media (max-width: 1024px){
  header .navbar-light .navbar-nav .nav-link:hover::before, header .navbar-light .navbar-nav .nav-item.active .nav-link::before{
    display: none;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    border: 2px solid rgba(0,0,0,.1);
    padding: 0;
    background: transparent;
    width: 43px;
    height: 40px;
    right: 30px;
    text-align: center;
    top: 32px;
  }
  .user-wrap-mobile {
    display: block;
    right: 10px;
    top: 40px;
    z-index: 9999;
  }
  header .navbar{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .navbar-light .navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
  }
  .navbar-expand-lg .navbar-collapse{
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .navbar-expand-lg .navbar-toggler{
    position: absolute;
    display: block;
    z-index: 99999;
  }
  .collapse:not(.show) {
    display: none !important;
 }
}

@media only screen and (max-width:1199px){
  .treatment .nav-pills .nav-item{
    min-height: 137px;
  }
  .faq .accordian-numbers::before {
    bottom: -23px;
  }
  .treatment .nav-pills .nav-link {
    padding: 26px 15px
  }
  .treatment .treatment-category h5{
    font-size: 18px;
    line-height: 22px;
  }
  .treatment .nav-pills .nav-item,.treatment .tab-content .tab-pane .tab-category{
    margin: 0 5px 16px;
  }
  .logo:after{right:-13px}
.homePageHeader .navigationHolder{padding:17px 0 0;}
.homePageHeader .btnLogin {
padding: 6px 14px 8px;
font-size: 14px;
line-height: 17px;
white-space: nowrap;
margin-top: -4px;
}
.homePageHeader .btnLogin{ margin-left: 7px;}
.navbar{padding:7px 10px 0 0;}
.navbar-expand-lg .navbar-nav .nav-link{padding:0 6px; white-space: nowrap;}
.contact-wrapper .text{width:76%;}
.info-icon{width:40px;}
}
@media only screen and (max-width:991px){.homePageHeader{padding:7px 0 0;}
.header,.homePageHeader .navigationHolder{overflow:visible;}
.logo:after{bottom:-5px;}
.homePageHeader .navigationHolder{position:absolute;top:0;right:10px;left:0;}
.homePageHeader .headerTop{padding:0 0 5px;position:relative;}
.pos-stat{position:static;}
.navbar{padding:0 10px 0 0;float:none !important;width:100%;position:static;}
.navbar-toggler{position:absolute;right:90px;top:8px;}
/* .navbar-light .navbar-toggler{color:#fff;border:2px solid #f69100;padding:0;background:#f69100;width:43px;height:40px;right:65px;text-align:center;} */
.navbar-toggler-icon{display:inline-block;width:23px;height:27px;}
.navbar-collapse{position:absolute;left:0;top:56px;right:0;background:#fff;box-shadow:0px 5px 5px 1px rgba(0,0,0,0.2);}
.navbar-expand-lg .navbar-nav .nav-link{padding:12px 20px;background:#fff;}
.navbar-light .nav-item.active .nav-link, .navbar-light .nav-item:hover .nav-link{color:#fff;background:transparent;}
.statsSection .iconHolder{float:left;margin:7px 2px 0 0;}
.statsSection .iconHolder img{max-width:25px;}
/* .navbar-light .navbar-toggler-icon{background-image:url("../images/menu-icon.png");background-size:contain;} */
.statsSection .iconHolder,
.statsSection .textHolder{float:none;display:inline-block;vertical-align:top;}
.homeTextBanner h1{font-size:55px;line-height:51px;margin:0 0 2px;}
.homeTextBanner{font-size:22px;line-height:25px;}
.homeTextBanner{max-width:100%;}
.statsSection .statHolder{margin:10px auto;padding:0 10px;}
#whatWeDo{padding-top:50px;}
#threeStepsSection{padding-bottom:50px;}
.detailText{margin-bottom:50px;}
.threeStepsCol{padding:0;}
.whatYouGet{padding-top:30px;}
.section-pd{padding:30px 0;}
.git-wrap{padding:50px 30px;}
.cat-pkg ul li{width:48.33%;}
.loign-section .form-wraps{width:100%;}
.heading-block h3{background:#447BD6;font:15px/18px 'latobold', Arial, Helvetica, sans-serif;}
.stepsWeDo h3{font:18px/20px 'Poppins', Arial, Helvetica, sans-serif;}
.whatYouGet .heading-block{margin:0 0 100px;}
.cms-banner{padding:120px 0 70px;}
.intro-content .btn-primary{margin-bottom:20px;}
.social-icons li a .fa{font-size:20px;}
.intro-right-img .right-img-text{right:0;}
.homeTextBanner{left:0;}
.home-slider .carousel-inner{height:550px;min-height:500px;}
.home-slide-img::before{background-position:center;}
.home-slider .carousel-inner .home-slide-img{height:550px;}
.home-slider .carousel-inner .home-slide-img img{width:100%;height:100%;object-fit:cover;}
.home-slider .carousel-inner{z-index:1;}
.slide-text{padding-top:30px;}
.profile-slider .dp-wrap{height:170px;}
.profile-slider .user{padding:10px 10px 0;}
.help-widget{padding-left:0;}
footer .footer-content ul li:hover a{padding:0px 0px 0px 18px;}
}
@media only screen and (max-width:992px){.user-wrap-mobile{display:block;}
.dropdown.acc-info, .homePageHeader .btnLogin{display:none;}
.user-wrap-mobile .dropdown.acc-info{display:block;margin-top:10px;}
.navbar-toggler{position:absolute;right:90px;top:8px;}
/* .navbar-light .navbar-toggler-icon{background-image:url("../images/menu-icon.png");background-size:contain;} */
/* .navbar-light .navbar-toggler{color:#fff;border:2px solid #f69100;padding:0;background:#f69100;width:43px;height:40px;right:65px;text-align:center;} */
.navbar-toggler-icon{display:inline-block;width:23px;height:27px;}
.navbar-collapse{position:absolute;left:0;top:56px;right:0;background:#fff;box-shadow:0px 5px 5px 1px rgba(0,0,0,0.2);}
.headerTop .pos-stat{position:static;}
.homePageHeader .headerTop{padding-bottom:2px;}
.homePageHeader .navigationHolder{position:absolute;top:0;right:10px;left:0;}
.desktop-nav{display:none;}
.mobile-nav{display:block;padding:12px;}
.refund-policy-wrap {
padding-right: 20px;
text-align: justify;
}
}
@media only screen and (max-width:767px){.homePageHeader{position:relative;}
.homePageHeader .navigationHolder{top:-10px;}
.logo img{max-width:170px;}
.faq-img img{display:none;}
.faqs-wrap{padding-bottom:60px;}
.git-wrap{padding:50px 30px;}
.headingHolder h2 span{font:120px/80px;}
.headingHolder h2{font:45px/45px 'latobold', Arial, Helvetica, sans-serif;margin-bottom:20px;}
.section-pd, #whatWeDo, .whatYouGet{padding:40px 0;}
#threeStepsSection{padding:0 0 20px;}
.whatYouGet .heading-block{margin:0 0 90px;}
h2, .h2{font:26px/35px 'Poppins', sans-serif;}
.heading-block h3{font:14px/19px;}
.deceases-box ul li a{padding:10px 15px;}
.detailText{margin-bottom:0;}
.threeStepsCol{padding:40px 0 0 0px;}
.spe-box{padding:20px;margin:15px 7px;}
.loign-section .form-wraps{width:90%;padding:50px 30px 20px;top:10%;}
.form-logo{padding:20px 30px 10px;max-width:220px;margin:-40px auto 30px;border-radius:6px;}
.navbar-toggler{right:67px;}
.form-wraps.register-form .form-control, .form-wraps .form-control{padding-left:42px;height:38px;line-height:30px;}
.form-wraps.register-form i.fa, .form-wraps i.fa{margin-top:11px;font-size:18px;}
.homeTextBanner{font-size:18px;}
#threeStepsSection .videoHolder{height:320px;}
.heading-block h3::before{left:48%;}
.team-member .view-more::before{width:220px;height:180px;}
.cms-banner h2{font-size:28px;}
.cms-banner{padding:70px 0 70px;}
.homePageHeader{padding:16px 0 0;}
.loign-section.reg-wrap, .loign-section{height:auto;padding:80px 0 30px;min-height:100vh;}
.loign-section::before{position:absolute;top:0;bottom:0;}
.loign-section .form-wraps{width:90%;padding:20px 30px 20px;top:10%;position:relative;}
.social-icons{padding-left:0;}
.contact-wrapper{background:#447BD6;padding:35px 21px;}
.contact-wrapper .text{width:78%;padding-left:13px;}
.info-icon{display:inline-block;width:35px;font-size:36px;}
.navbar-collapse{top:65px;}
.faqs-wrap .panel.panel-default a{font-size:14px;line-height:16px;}
.faqs-wrap .panel.panel-default a{padding:13px 40px 17px 15px;}
.consult-now-wrap{padding:30px 20px;background:#447BD6;color:#fff;margin-top:20px; margin-top: 0;}
.select2-container .select2-selection--multiple{min-height:38px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:2px 10px;}
.homeTextBanner{left:0;}
.home-slider .carousel-inner{height:430px;min-height:auto;}
.homeTextBanner .slideBtnHolder{padding:50px 0 0;}
.home-slider .carousel-inner .home-slide-img{height:420px;}
.statsSection .statHolder{display:block;width:100%;}
.heading-block h3{background:#447BD6;font:13px/18px 'latobold', Arial, Helvetica, sans-serif;padding:11px 20px 14px;}
.headingHolder::after{width:100%;height:420px;content:"";position:absolute;left:0;top:-122px;}
.statHolder.d-inline-block{width:30%;text-align:center;background:#f5f5f5;margin:6px;min-height:130px;font-size:14px;line-height:17px;}
.statsSection .iconHolder, .statsSection .textHolder{float:none;display:block;vertical-align:top; margin: auto;}
.statsSection .iconHolder{margin-top:25px;}
.statsSection .iconHolder img{max-width:45px;}
.home-slider .carousel-indicators{justify-content:end;margin-right:5%;}
.home-slider .carousel-indicators li{border-bottom:5px solid #09a2ba96;}
.caruosel-btns{display:none;}
.profile-slider .user{background:#F9F9F9;padding:10px;max-width:300px;margin:auto;}
.cms-banner.profile-slider{text-align:center !important;padding-bottom:30px;}
.profile-slider .dp-wrap{height:260px;}
.cms-banner.profile-slider h2{font-size:35px;margin-bottom:10px;}
.slide-text{text-align:center;padding-top:40px;}
footer .footer-content ul li:hover a{padding:0px 0px 0px 25px;}
footer .footer-content ul li{padding-bottom:10px;}
.refund-policy-wrap {
padding-right: 0px;
}
}
@media only screen and (max-width:575px){.homePageHeader{padding:10px 0 0;background:#fff;z-index:2;}
.logo{width:135px;}
.heading-block h3{max-width:350px;}
.logo img{width:100%;height:auto;}
.homePageHeader .navigationHolder{padding:0;}
.homePageHeader .btnLogin{padding:6px 11px 9px;}
.navbar-toggler{right:46px;top:0;}
.home-slider .carousel-indicators{bottom:-15px;}
.homePageHeader .headerTop{padding:0 0 15px;}
.logo:after{bottom:-13px;}
.navbar-collapse{top:51px;}
.homePageHeader .navigationHolder{top:0;}
.homeTextBanner h1{font-size:35px;line-height:40px;}
.homeTextBanner .slideBtnHolder{padding:10px 0 0;}
#threeStepsSection .videoHolder{height:280px;}
.homeTextBanner .noteText{display:none !important;}
.statsSection .iconHolder{margin:0px auto 0;}
.statsSection .iconHolder img{max-width:35px;}
.cat-pkg ul li{width:100%;}
h2, .h2{font:25px/34px 'Poppins', sans-serif;}
.custom-input-wrap input{width:100%;}
/* .user-wrap-mobile{top:0px;} */
.btn-style-two{margin-top:5px;}
.headingHolder h2 span{font-size:100px;line-height:50px;}
.slideBtnHolder .btn.btn-primary{margin-bottom:15px;padding:10px 50px 10px 20px;font-size:13px;}
.intro-right-img .right-img-text{right:0;bottom:7%;max-width:150px;padding:20px 15px;font-size:13px;line-height:18px;}
.intro-right-img .img-icon{max-width:55px;margin:10px auto 10px;}
.intro-right-img{text-align:left;}
.intro-right-img img{max-height:560px;width:90%;}
.git-wrap::before{width:100%;}
.home-slider .carousel-inner{height:350px;}
.home-slider .carousel-inner .home-slide-img{height:330px;}
.git-wrap{padding:50px 15px 0;}
.social-icons li a{height:40px;width:40px;line-height:40px;}
.whatYouGet .textHolder p{min-height:auto;}
.cat-select{margin-bottom:0;}
.step-wrap{margin:10px 0;}
.cms-banner{padding:50px 0 30px;}
.step-wrap .img-icons{margin-bottom:10px;width:50px;height:50px}
footer .footer-content{padding:40px 0;}
.cms-banner .banner-heading{font-size: 22px;
  line-height: 30px !important;
  font-weight: 600;}
.breadcrums li{font-size:13px;}
footer h3{margin-bottom:20px;}
.home-slider .carousel-indicators{display:none}
}
@media only screen and (max-width:480px){.homePageHeader .headerTop{padding:0 0 13px;}
.heading-block h3{max-width:300px;}
.homeTextBanner{top:45%;}
.headingHolder h2{font:35px/35px 'latobold', Arial, Helvetica, sans-serif;}
.headingHolder h2 span{font-size:110px;line-height:49px;margin:0;}
}
@media only screen and (max-width:480px){.homeTextBanner h1{font-size:26px;line-height:34px;}
footer .footer-content ul li a{padding:0px 0px 0px 8px;}
footer .footer-content ul li:hover a{padding:0px 0px 0px 15px;}
}




@media (max-width: 1800px) {
  .easy-steps .patient-img img{width: 90%;}
}
@media (max-width: 1700px) {
  .consultataion-fee-section h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
}
  .docs-container .banner-left h1 {
    line-height: 80px;
  }
  .docs-container{max-width: 1450px;}
  h3{font-size: 38px;line-height: 43px;}
  h4{font-size: 25px;line-height: 30px;}
  h5{font-size: 22px;line-height: 27px;}
  h1{font-size: 90px;line-height: 95px;}
  .banner h1 span{font-size: 56px;line-height: 60px;}
  .banner p{font-size: 22px;line-height: 32px;width: 74%;}
  .banner{padding: 140px 0 100px 0;}
  .banner .top-heading{margin-bottom: 50px;}
  .services .content{margin-bottom: 100px;}
  h2{font-size: 55px;line-height: 60px;}
  .easy-steps .easy-content h2{line-height: 65px;margin-bottom: 15px;}
  .no-3{display: inline-block;margin-bottom: 15px;}
  .faq{padding: 100px 0;}
  .faq .form-border::before{display: none;}
  .easy-steps .easy-content .no-3{font-size: 80px;line-height: 85px;}
  .easy-steps .easy-content h3{margin-bottom: 15px;}
  .easy-steps .easy-content .teledocs{margin-bottom: 40px;}
  .treatment .header{margin-bottom: 60px;}
  .testimonial .heading-side strong{margin-bottom: 15px;}
  .testimonial{padding: 50px 0 100px 0;}
}
@media (max-width: 1600px){
  .treatment .nav-pills .nav-item, .treatment .tab-content .tab-pane .tab-category {
    margin: 0 5px 16px;
}
.faq .accordian-numbers::before {
  bottom: -23px;
}
header .navbar-light .navbar-nav .nav-item {
  padding: 8px 18px;
}
  .docs-container{max-width: 1400px;}
  h4{font-size: 22px;line-height: 25px;}
  .easy-steps{padding: 100px 0 80px 0;}
  .treatment{padding: 80px 0 50px 0;}
  .app-view .content h2{font-size: 42px;line-height: 46px;}
  .app-view{padding: 80px 0;}
  footer{padding: 60px 0 50px 0;}
  .easy-steps .patient-img img{width: 80%;}
}
@media (max-width: 1500px){
  .docs-container{max-width: 1300px;}
  .services .slider-box{padding: 40px 20px 30px 20px;}
  .services .set-position{height: 370px;}
  .services .slider-box:hover p{margin-bottom: 25px;}
  .testimonial .slider-container .testimonial-slider{margin-left: 30px;}
}
@media (max-width: 1399px){
  .docs-container{max-width: 1200px;}
  header .navbar-light .navbar-nav .nav-item{padding: 8px 15px;}
  h1{font-size: 75px;line-height: 80px;}
  .banner h1 span{font-size: 47px;line-height: 52px;}
  .banner p{font-size: 24px;line-height: 28px;width: 100%;}
  .treatment .nav-pills .nav-item, .treatment .tab-content .tab-pane .tab-category{width: 32%;}
  .faq{padding: 80px 0;}
  .easy-steps{padding: 80px 0 70px 0;}
  .easy-steps .patient-img img{width: 75%;}
}
@media (max-width: 1300px){
  .services .slick-prev{left: -10px;}
  .services .slick-next{right: 0;}
  .easy-steps .patient-img img{width: 67%;}
}
@media (max-width: 1199px){
  .docs-container .banner-left h1 {
    line-height: 60px;
}
  header .navbar-light .navbar-nav .nav-item {
    padding: 8px 5px;
}
header .login-btn {
  width: 120px;
  font-size: 14px;
}
  h1{font-size: 60px;line-height: 65px;}
  .banner h1 span{font-size: 37px;line-height: 42px;}
  .banner .doc-text{font-size: 15px;}
  h3{font-size: 35px;line-height: 40px;}
  .services .content p{font-size: 16px;line-height: 26px;}
  .services .content{margin-bottom: 70px;}
  .services .content strong{font-size: 26px;line-height: 30px;}
  .services .content h3{margin-bottom: 15px;}
  .app-view .content{margin-bottom: 40px;}
  .faq .content{margin-right: 30px;}
  .easy-steps .patient-img{position: relative;}
  .easy-steps{padding: 60px 0 40px 0;}
  .treatment {padding: 40px 0 50px 0;}
  .testimonial-container{margin-right: 0%;}
  .banner{padding: 100px 0;}
  .services .slick-slide {margin: 0 15px;}
  .services .slick-list {margin: 0 -15px;}
  .easy-steps .patient-img img{width: 100%;}
}
@media (max-width: 991px){
  .step-wrap {
    padding: 0 0px;
  }
  .treatment .nav-pills ,.pills-wrapper {
    justify-content: space-between;
}
.faq .accordion .card{
  margin-bottom: 15px;
}
.treatment .nav-pills .nav-item, .treatment .tab-content .tab-pane .tab-category {
  margin: 0 0px 16px;
}
  .banner .top-heading{text-align: center;}
  h1{margin-bottom: 10px;}
  h2{font-size: 46px;line-height: 50px;}
  h3{font-size: 30px;line-height: 35px;}
  h5{font-size: 23px;line-height: 27px;}
  .banner h1 span{display: block;}
  .banner .health-btn{margin: 0 auto;}
  .star-doc-icon{justify-content: center;}
  .services .content h3{font-size: 30px;line-height: 35px;}
  .treatment .nav-pills .nav-item, .treatment .tab-content .tab-pane .tab-category{width: 49%;}
  .treatment .tab-category span, .app-view .content p, .easy-steps .easy-content .teledocs{font-size: 16px;line-height: 22px;}
  .treatment .tab-category{padding: 8px 16px;}
  .app-view .content{text-align: center;}
  .app-view .content h2{font-size: 32px;line-height: 36px;}
  .app-view .content h4{margin-bottom: 10px;}
  .app-view .app-btns{justify-content: center; }
  .faq .accordion>.card>.card-header{padding: 4px 0;}
  .faq .btn-link, .faq .accordian-numbers{font-size: 16px;line-height: 19px;}
  .faq .accordian-numbers::before{bottom: -13px;}
  .faq .card-body{font-size: 15px;line-height: 22px;padding: 15px;}
  .faq{padding: 40px 0 60px 0;}
  .faq .content{margin-right: 0 !important;margin-bottom: 50px;}
  footer .sitemap-par{margin-bottom: 30px;}
  footer .sitemap,footer .social, .banner p{margin-bottom: 20px;}
  footer .social-icon{margin-bottom: 10px;}
  footer {padding: 40px 0;}
  .easy-steps .patient-img{display: none;}
  .easy-steps .easy-content .steps-no{width: 60px;height: 60px;}
  .easy-steps .easy-content .steps-detail h4{margin-bottom: 10px;}
  .easy-steps, .treatment{padding: 60px 0 40px 0;}
  .treatment .header{margin-bottom: 40px;}
  .treatment .header .specialist{margin-bottom: 10px;font-size: 28px;line-height: 32px;}
  .testimonial .slider-container .testimonial-slider{margin-left: 0;}
  .testimonial .slider-container{padding: 60px 15px;}
  .testimonial .slider-card{padding: 30px 20px;}
  .testimonial .slider-card .date-rating{margin-bottom: 30px;}
  .testimonial .heading-side strong{margin-bottom: 10px;font-size: 28px;line-height: 32px;}
  .testimonial .heading-side{margin-bottom: 25px;display: block;}
  .testimonial{padding: 40px 0 80px 0;}
  .testimonial .slick-prev{right: 17%;}
  .testimonial .slick-next{right: 11%;}
  .testimonial .slick-prev, .testimonial .slick-next{bottom: -18%;}
  .banner .lottie-background{background: none;z-index: 0;position: relative;padding: 0;width: 50%;margin: 0 auto;}
  .services{padding: 40px 0 80px 0;}
  .banner{padding: 60px 0 40px 0;}
  .banner .banner-left{margin-bottom: 30px;}
  .banner .top-heading{margin-bottom: 25px;}
  header .navbar-light .navbar-nav .nav-link:hover::before{display: none;}
  header .navbar-collapse{position: absolute;top: 100px;width: 100%;background: #fff;box-shadow: 0 0 11px #00000008;padding: 0 15px;}
  header .navbar-light .navbar-nav .nav-item{padding: 8px 0;}
}
@media (max-width: 767px){
  .docs-container .banner-left h1 {
    line-height: 50px;
}
.half-blue-bg:before {
  width: 100%;
}
  h2{
  font-weight: 700;
}
  h1{font-size: 50px;line-height: 55px;}
  h2{    font-size: 30px !important;
    line-height: 38px !important;}
  h3{font-size: 28px;line-height: 32px}
  .services .content strong{font-size: 24px;line-height: 28px;margin-bottom: 10px;}
  .services .content h3{font-size: 26px;line-height: 30px;margin-bottom: 10px;}
  .services .content p{font-size: 15px;line-height: 23px;}
  .treatment .nav-pills .nav-link{padding: 20px 10px;}
  footer{padding: 30px 0 20px 0;}
  .testimonial .slider-card .test-text{font-size: 15px;line-height: 20px;}
  .banner .lottie-background{width: 80%;}
  .banner h1 span{font-size: 32px;line-height: 36px;}
  .banner p{font-size: 20px;line-height: 24px;}
  .services{padding: 40px 0 50px 0;}
}
@media (max-width: 575px){
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}
.heading-block h3 {
  margin-top: 10px;
}
  .consultataion-fee-section h2 {
    font-size: 25px;
    line-height: 33px !important;
  }
  .statsSection .statHolder{
    padding: 30px 9px;
  }
  .statHolder.d-inline-block {
    width: 100%;
  }
  .treatment .nav-pills .nav-item {
    min-height: auto;
}
.services .slider-box{
  text-align: center;
}
.navbar-light .navbar-toggler{
  top: 22px;
}
.user-wrap-mobile {
  top: 32px;
}
.treatment .treatment-category h5 {
  font-size: 16px;
}
  h1{font-size: 44px;line-height: 48px;}
  h2{font-size: 36px;line-height: 40px;}
  .easy-steps .easy-content h2{line-height: 40px;}
  h3{font-size: 25px;line-height: 28px;}
  h4{font-size: 18px;line-height: 21px;}
  .banner h1 span{font-size: 28px;line-height: 32px;}
  .services .content h3{font-size: 22px;line-height: 25px;}
  .services .content strong{font-size: 20px;line-height: 23px;margin-bottom: 8px;}
  .services .content p, .easy-steps .easy-content .teledocs, .treatment .tab-content p{font-size: 14px;line-height: 21px;}
  .services .content{margin-bottom: 40px;}
  .treatment .nav-pills .nav-item, .treatment .tab-content .tab-pane .tab-category{width: 100%;}
  .treatment .treatment-category .category-icon{margin-right: 8px;}
  .treatment .treatment-category h5{margin-bottom: 8px;}
  .treatment .tab-category span, .treatment .tab-category span, .app-view .content p, .banner .doc-text{font-size: 14px;}
  .treatment .tab-category{padding: 8px;}
  .app-view .content h2{font-size: 26px;line-height: 30px;margin-bottom: 8px;}
  .app-view .content{margin-bottom: 25px;}
  .app-view{padding: 50px 0;}
  .faq .question-form{padding: 30px 15px;}
  .faq .question-form h4{margin-bottom: 20px;}
  .faq .question-form .form-input input, .faq .question-form .form-textarea textarea{padding: 10px;font-size: 14px;}
  .faq .question-form .form-btn{font-size: 14px;padding: 10px 15px;}
  .faq .accordian-numbers{display: none;}
  .faq .btn-link{font-size: 15px;line-height: 18px;}
  .faq .card-body, .easy-steps .steps-detail p, .testimonial .slider-card .test-text{font-size: 14px;line-height: 19px;}
  .faq .content h3{margin-bottom: 10px;}
  footer .map-content{margin-bottom: 20px;}
  .treatment .nav-pills .see-more{padding: 15px 8px;font-size: 16px;line-height: 19px;    border-radius: 50px;}
  .treatment .nav-pills{margin-bottom: 30px;}
  h5{font-size: 20px;line-height: 24px;}
  .easy-steps .steps-detail p{font-size: 15px;line-height: 18px;}
  .easy-steps .easy-content .steps-no{margin-right: 15px;font-size: 22px;line-height: 25px;width: 45px;height: 45px;}
  .easy-steps .easy-content .teledocs, .testimonial .slider-card .test-text{margin-bottom: 25px;}
  .treatment .header{margin-bottom: 30px;}
  .treatment .header .specialist{font-size: 24px;line-height: 38px;margin-bottom: 5px;}
  .easy-steps .easy-content li{display: block !important;margin-bottom: 20px;}
  .easy-steps .easy-content .steps-no{margin-right: 0;margin-bottom: 15px;}
  .testimonial .slick-prev{right: 20%;}
  .testimonial .slick-next{right: 10%;}
  .testimonial .heading-side strong{font-size: 24px;line-height: 28px;margin-bottom: 5px;}
  .testimonial .slider-container{padding: 40px 15px;}
  .banner .health-btn{font-size: 14px;line-height: 17px;padding: 4px 10px 4px 4px;}
  .banner .star-doc-icon{display: block !important;text-align: center;}
  .banner .doc-section{justify-content: center;margin-right: 0;margin-bottom: 10px;}
  .banner .face-rating{justify-content: center;}
  .banner{padding: 40px 0 20px 0;}
  .services{padding: 30px 0;}
  .treatment{padding: 30px 0 30px 0;}
  .easy-steps .easy-content .no-3{font-size: 50px;line-height: 60px;padding: 0 15px;margin-bottom: 10px;}
  .testimonial{padding: 30px 0 50px 0;}
  footer .copyright{font-size: 14px;line-height: 17px;}
  footer{font-size: 15px;}
  header .navbar-light .navbar-nav .nav-item{padding: 6px 10px;}
  header .login-btn{width: 120px;height: 42px;padding: 5px 20px 5px 7px;}
  header .login-btn:hover{padding: 10px 12px 10px 20px;}
  header .navbar{padding: 15px 0;}
  header .navbar-collapse{top: 90px;}
}
@media (max-width: 350px){
  h1{font-size: 40px;line-height: 44px;}
  h4{font-size: 16px;line-height: 20px;}
  .easy-steps .easy-content li{margin-bottom: 20px;}
  .easy-steps .easy-content .steps-detail h4{margin-bottom: 5px;}
  .testimonial .slider-card{padding: 20px;}
  .testimonial .slick-prev{right: 26%;}
  .banner .lottie-background{width: 90%;}
  .banner h1 span{font-size: 25px;line-height: 28px;}
  .banner p{font-size: 18px;line-height: 21px;margin-bottom: 16px;}
  .banner .top-heading{margin-bottom: 20px;}
  footer .copyright{font-size: 13px;line-height: 16px;}
  .faq .question-form .form-btn{padding: 7px 10px;}
  .cms-banner .banner-heading {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 500;
}
h3 {
  font-size: 22px;
  line-height: 25px;
}
}