body {
    outline: none;
    font-family: Poppins !important; 
}
.test-name {
	font-size: 18px;
	color: #2B2B2B;
	font-weight: 600;
	font-family: Poppins !important; 
}
/* Float three columns side by side */
.column {
  float: left;
  width: 33.33%;
  padding: 0 5px;
}
.modal {
	top: 20% !important;
	padding-right: 0px;
}
.hmmm {
	width: 23px;
	height: 3px;
	background-color: #FFF;
	position: absolute;
	margin-top: 13px;
	margin-left: -18px;
}
.modal-dialog {
	max-width: 370px;
}
.mrp-image {
	width: 23%;
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input.helpsubmit.bookbtn {
	background: #FA9058;
	border: 1px solid #FA9058;
	color: #fff;
	border-radius: 6px;
	outline: 0;
	padding: 0.2em 2em;
	margin-top: 1em;
	font-weight: 600;
}
form {
  text-align: center;
}
.card-cont{
	width:100%;
}
 #img-div {
	display: none;
}
.front {
		padding-left: 15px;
		padding-right: 15px;
	}
.mob-parameter {
	display: none;
}
/* Remove extra left and right margins, due to padding */

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.last-para{
	position: absolute;
	margin-top: 18px;
}

/* Responsive columns */
@media screen and (max-width: 700px) {
  
	 .container{
	  width: 100%;
	}


	.column {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	  }
}
.col-md-6.contents {
	text-align: left;
}
.parameters {
	font-size: 12px;
	color: #fff;
	background-color: #b4c6ea;
	border-radius: 12px;
	padding: 2px 7px;
	font-family: Poppins !important; 
}
#dxt-strip1{
	background-color: #B4C6EA;
}
#dxt-strip2{
	background-color: #84a0d5;
}
#dxt-strip3{
	background-color: #4e70b1;
}
.comm-design{
	height: 30px;
	border-radius: 0px 0px 16px 16px;
}
.para-list {
	font-size: 13px;
	color: #2B2B2B;
	padding: 8px 0px;
	font-family: Poppins !important;
	line-height: 18px;
	font-weight: 600;
}
.ban-cont {
	font-size: 18px;
	color: #2B2B2B;
}
.num-para {
	color: #4456AF;
}
.col-md-6.test-name-head {
	text-align: left;
}
/* Style the counter cards */
.card1 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	background-color: #fff;
	border-radius: 18px !important;
	cursor: pointer;
	font-family: Poppins !important; 
}
.c3{
	border: 1px solid #4e70b1 !important;
}
.c2{
	border: 1px solid #84a0d5 !important;
}
.c1{
	border: 1px solid #b4c6ea !important;
}
.mrp {
	color: #2B2B2B;
	text-decoration: line-through 3px !important;
	text-decoration-color: #e65959 !important;
}

.area{
	padding: 0px 10px;
	padding-right: 0px;

}
.card-section {
	padding: 40px 0px;
}
.main-content {
	padding: 20px 20px 15px 20px;
}
.card1 .profile{
   border-radius:10px;
   transition: 0.2s;
}
.card:hover .profile{
  transform:scale(1.4);
  border-top-right-radius:50px;
  border-top-left-radius:50px;
}

.card1 .content{
  width:100%;
 
  position:relative;
  overflow:hidden;
}
.card1 .back {
	position: absolute;
	width: 100%;
	background-color: #fff;
	transition: 1s;
	z-index: 1;
	padding: 10px;
	border-radius: 0px 0px 20px 20px;
	border-right: 1px solid #b4c6ea;
	border-bottom: 1px solid #b4c6ea;
	border-left: 1px solid #b4c6ea;
}
#color-sec {
	font-size: 13px;
	font-family: poppins;
	background-color: #4456AF;
	color: #FFFFFF;
	padding: 1px 6px;
	border-radius: 8px;
}
.para-head {
	text-align: left;
	margin-left: -11px;
}
.Para-div {
	padding: 8px 20px;
	text-align: left;
}

.parameterss::before {
	position: ;
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #B7CBF2;
	margin-top: 7px;
	margin-left: -11px;
	border-radius: 10px;
}
.parameterss {
	font-size: 12px;
	line-height: 20px;
	color: #2B2B2B;
	padding-bottom: 7px;
}

.from-bottom{
  top:0%;
  left:0;
   visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.animat {
   top: 75%;
   visibility: visible;
	opacity: 1;
}
.card1 .content .back h3{
  font-size:15px;
  letter-spacing:2px;
}
.card1 .content .back .tem-img{
  border-radius:100%;
}

.card1 .content .back .des{
  font-size:13px;
  padding:20px 0px;
}
.card1 .content .back .social-icon{
  list-style:none;
  margin:0px;
  padding:0px;
}
.card1 .content .back .social-icon li{
  display:inline-block;
}

.card1 .content .back .social-icon li a{
  display:block;
  background:#333;
  color:#fff;
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  border-radius:100%;
}

.form-content{
	padding-top: 15px;
}
.call_now_banner {
	font-size: 17px;
	background-image: linear-gradient(180deg, #ff7458 0%, #ff5e48 100%) !important;
	border-radius: 8px;
	color: #fff !important;
	font-weight: bold;
	padding: 8px 18px 8px 18px;
	display: block;
	width: 26%;
	text-align: center;
}
.header_call{
	float: right;
	margin-top: -69px;
}
.btn-link:hover {
	text-decoration: none;
}
.faq_section{
	padding: 50px 0px;
}
#faq{
	font-family: poppins !important;
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 45px;
}
#counter .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

:focus {
    outline: none !important;
}

.slick-slide {
    height: auto;
}

.container {
    /* max-width: 100%; */
    width: 100%;
	
}

.no-padding {
    padding: 0;
    margin: 0;
}

#banner .container {
    padding: 0;
}

#banner {
	background-image: url(https://assets.mfine.co/api/contentservice/attachments/download/LPs/MHA/back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f6f6f9;
	padding: 70px 0px 0px 0px !important;
	margin-top: 55px;

}
.blue-text {
	font-size: 20px;
	color: #495AB1;
	font-weight: 600;
}
.ban-blue-text{
	font-size: 18px;
	color: #495AB1;
	font-weight: 600;
	vertical-align:middle
}
.para-cont-div{
	padding-right: 0px;
}
.ban-icon-img{
	vertical-align:middle;
	width: 32%;
}
.ban-icon-img1{
	vertical-align:middle;
	width: 32%;
}
.sec-head-text {
	color: #2B2B2B;
	font-size: 32px;
	font-weight: 600;
	font-family: poppins !important;
	padding-bottom: 30px;
}
.why-sec {
	margin-bottom: 30px;
}
.how-it-works {
	margin-bottom: 30px;
}
.number {
	background-color: #B6C3F0;
	border-radius: 63px;
	height: 34px;
	width: 34px;
	display: inline list-item;
	margin-right: 15px;
	padding: 3px 11px;
}
.main-area{
	padding: 30px 0px;
}
.how-it-works {
	background-image: url(https://assets.mfine.co/api/contentservice/attachments/download/LPs/MHA/how-bg.jpg);
}
.why-cont {
	font-size: 17px;
	color: #000000;
	position: absolute;
	margin-top: 18px;
}
.li-itm {
	color: #000000;
	font-size: 18px;
	padding: 20px 0px;
}
.data-div{
	text-align: left
}
#page-container {
	padding-top: 0px !important;
}

.report-content {
	text-align: center;
}
.vl {
	border-left: 4px dotted #3d94c1;
	height: 67px;
	position: absolute;
	margin-top: 33px;
}
.container.report_section {
	padding-bottom: 40px;
}
.report-text {
	color: #434343;
	font-size: 16px;
	font-weight: 600;
}
.main-headings {
	font-family: poppins !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	padding: 24px 0px 40px 0px;
	color: #0094B6;
}

.main-content-heading{
	font-size: 32px !important;
	font-weight: 700 !important;
	padding: 10px 0px;
	color: #0094B6;
	font-family: poppins !important;
}
.hos-sec {
	padding-bottom: 25px;
}
.sub-head{
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #0094B6 !important;	
}
.box-area{
	padding: 0px;
}
.points-sec{
		padding-top: 10px;
				
}
.banner-text {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#banner .pointers {
    display: flex;
    align-items: baseline;
    padding-bottom: 10px;
    width: 65%;
}

#banner .pointers img {
    margin-right: 10px;
    width: 17px
}
.read-more-btn {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #7B7B7B;
	font-size: 18px;
}
#banner .pointers p {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    line-height: 28px;
    color: #414141;
}

.button-app a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    
    font-size: 14px;
    line-height: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background-image: linear-gradient(180deg, #ff7458 0%, #ff5e48 100%) !important;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
}

.bp-67 {
    padding-bottom: 67px !important;
}

#counter {
    padding: 20px 15px;
    background-color: #2A81AD0D;
}

#counter h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #3D94C1;
    padding: 0px 0 5px 0;
    margin: 0;
}

.p5 {
    padding: 0 5px !important;
}

#counter p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #393939;
    padding: 0;
    margin: 0;
}

#counter .col-xs-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#counter .border-style {
    border-right: 1px dotted #3D94C1;
    padding: 0 10px;
}

#counter .contents p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #3D94C1;
    padding: 10px 0 0;
    text-align: center;
}

#counter .contents p span {
    color: #707070;
    padding: 0px 5px;
}

#surgery {
    padding: 10px 15px;
}

#surgery h3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #203E7A
}

#surgery .surgery {
    display: flex;
    align-items: flex-start;
    padding-bottom: 23px;
	font-size: 20px;
	color: #242424;

}

#surgery .surgery p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #242424;
    margin: 0;
	font-size: 12px;
	color: #242424;
}

#surgery .surgery img {
    margin-right: 20px;
}

#surgery .surgery span {
    color: #242424;
    font-size: 20px;
}

#comparatives {
    padding: 30px 15px;
    background-image: url(https://assets.mfine.co/api/contentservice/attachments/download/web/common/hernia/comparatives-1.png), linear-gradient(129deg, #F2FBFF 40%, #E9F6FB 60%, #E7F4FA 70%, #CFDEEB 80%, #AEC0D6 90%, #8197B9 100%, #22407B 70%, #203E7A 100%) !important;
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f6f6f9;
}

#comparatives h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #2A81AD;
    margin: 0
}

#comparatives p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    color: #242424;
    margin: 0
}

#why {
    padding: 40px 15px;
    background-color: #C1C4D324;
}

#why h5 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #203E7A;
    margin: 0;
}

#why p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    color: #242424;
    margin: 0;
}

#doctors,
#similar {
    padding: 30px 15px;
}

#doctors h2,
#similar h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #0094B6;
    margin: 0
}

#doctors .sliders {
	border: 1px solid #ededed;
	border-radius: 33px;
	box-shadow: 0px 0px 3px #00000029;
	text-align: center;
	margin: 0px 5px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 500px !important;
}

#doctors h6,
#similar h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #242424;
    padding: 10px 10px 0;
    margin: 0;
    text-align: center;
}

#doctors .desgination {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #242424;
    padding: 0;
    margin: 0;
    text-align: center;
}

#doctors p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    color: #959595;
    text-align: center;
    padding: 0;
    margin: 0;
}

#similar p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    color: #242424;
    text-align: center;
    padding: 0;
    margin: 0;
}

#doctors .btn {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #fff;
    background-color: #2A81AD;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 13px;
}

#doctors .price {
    border: 1px solid #203E7A;
    border-radius: 6px;
    margin: 5px auto;
    width: 55%;
    color: #242424;
}

#doctors sup,
#doctors del {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #242424;
}

#doctors span {
    padding: 0 4px;
    color: #000;
}

#doctors .button-app {
    padding: 20px;
}

#doctors img {
    height: 170px;
    margin: 10px auto;

}

#doctors .borders {
    border-top: 1px solid #ededed;
    margin: 10px 0;
}

#similar img {
    float: left;
    width: 100px;
    margin-right: 10px;
}

#similar h4 {
    text-align: left;
}

#similar p {
    text-align: left;
}

#similar .sliders {
    border: 1px solid #ededed;
    border-radius: 10px;
    box-shadow: 3px 1px 3px #00000029;
    text-align: center;
    margin: 0px 5px;
    padding: 10px;
}

#similar .button-app a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    height: 28px;
    font-size: 10px;
    line-height: 16px !important;
}

#similar .price {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #242424;
    display: none !important;
}

#similar p {
    display: none !important;
}

#similar h6 {
    padding-bottom: 20px !important;
}

#similar p span {
    border-top: 1px solid #ff7458;
}

#hospitals h6,
#advantage h6,
#main h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #0094B6;
    margin: 0;
}

#hospitals,
#advantage,
#main {
    padding: 30px 15px;
}

#hospitals .sliders {
    margin-right: 10px
}

#table_doc {
    border: none !important;
    box-shadow: 0px 0px 16px #99999926;
    border-radius: 24px;
    opacity: 1;
    width: 100%;
}

#advantage th,
#advantage tr {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

.wrapper {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px 30px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .05);
}

.acc-container {
    margin: 0;
    max-width: 100%;
    overflow: hidden;
}

.acc-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    max-width: 100%;
    color: #343434;
    padding: 15px;
    font-weight: normal;
    position: relative;
    transition: all .3s ease-in-out;
    margin: 0;
    width: 90%;
}

.acc-active .acc-title,
.acc-title:hover {
    cursor: pointer;
}

.acc-title:after {
    content: url("/wp-content/uploads/2021/06/arrow-down-1.png");
    /*Plus sign*/
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 5px;
}

.acc-active .acc-title:after {
    content: url("/wp-content/uploads/2021/06/arrow-up-1.png");
    /*Minus sign*/
}

.acc-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
}

.acc-active .acc-content {
    padding: 10px 15px;
    max-height: 500px;
    overflow-y: auto;
    opacity: 1;
}

.accordion {
    border: 1px solid #EBEBEB;
    border-radius: 21px;
}

.acc-content p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    color: #838383
}

.bottomstrip1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    z-index: 999;
    font-size: 16px;
    line-height: 16px;
    height: 48px;
    display: flex;
    margin: 0;
}

.bottomstrip {
    display: none !important;
}

.bottomstrip1 .popup-with-form {
    color: #fff;
    width: 50% !important;
    background-image: linear-gradient(180deg, #ff7458 0%, #ff5e48 100%) !important;
    text-align: center;
    padding: 16px 10px;
}

.bottomstrip1 a {
    background-image: linear-gradient(180deg, #3890b8 0%, #165c7c 100%) !important;
    padding: 0 !important;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#leadfrm h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #2A81AD;
}

.mfp-wrap {
    top: 10px !important;
    z-index: 999999 !important;
}

.modal-content {
    border-radius: 16px;
}

.mfp-close-btn-in .mfp-close,
.mfp-wrap .mfp-close:active {
    color: #333;
    top: 1rem;
    right: 0.5rem;
}

.mfp-bg {
    z-index: 999999 !important;
}

.form-group {
    text-align: center;
}

.form-head {
	font-size: 17px;
	color: #434343;
	margin-bottom: 15px;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    padding: 2px 5px 2px 5px;
    color: #7e8184 !important;
}
#myBtn {
	padding: 2px 5px 2px 5px;
	color: #7e8184 !important;
	background: transparent;
	border: none;
}
.subtitle {
    line-height: 0.5;
    text-align: center;
    padding: 1em 0 0 0;
}

.btn-primary {
    color: #fff;
    background-color: #ff7b65;
    border-color: #ff6e560d;
    background: transparent linear-gradient(180deg, #FF8B77 0%, #FF6950 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    border-radius: 10px;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #000;
    /* border-top: 1px solid white; */
    top: 76%;
    width: 100px;
    margin: 0px;
    padding: 0;
}

.fancy span:before {
    right: 50%;
    margin-right: 15px;
}

.fancy span:after {
    left: 50%;
    margin-left: 15px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #ff6b53;
    background-color: #ff6b53;
    border-color: #ff7159;
    border-radius: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 124 102);
    border-radius: 10px;
}

.mfp-content {
    position: fixed;
    left: 0;
}

.header svg {
    width: 45px;
}

.header {
    height: 85px;
}

#hospitals img {
    width: 120px;
}

.center .slick-list {
    padding: 0 20% 0 0;
}

.responsive1 .slick-list {
    padding: 0 20% 0 0;
}

#advantage th {
    background: #0094B6;
    color: #fff;
    padding: 5px 10px;
}

a:hover {
    text-decoration: none;
}

::placeholder {

    opacity: 0.3;
    /* Firefox */
}

@media only screen and (max-width:359px) {
    #counter .border-style {
        padding: 0 5px !important;
    }

    #counter .contents p {
        font-size: 8px !important;
    }

    #doctors .button-app a {
        font-size: 10px !important;
    }

    #doctors .sliders {
        /* min-height: 351px; */
    }

    .bottomstrip1 {
        display: flex !important;
    }
}

@media only screen and (min-width:360px) and (max-width:375px) {

    /* #doctors .sliders{
                        min-height: 334px;
                    } */
    .bottomstrip1 {
        display: flex !important;
    }
}

@media only screen and (max-width:767px) {
	.faq_section {
		padding: 40px 15px;
	}
	#faq {
		font-family: poppins !important;
		font-size: 24px;
		font-weight: 600;
		padding-bottom: 30px;
	}
	.main-content-heading {
		font-size: 20px !important;
		font-weight: 600 !important;
		padding: 10px 0px !important;
		color: #0094B6;
		font-family: poppins !important;
		line-height: 30px;
	}
	#mob-strip{
		display: block !important;
	}
	#dxt-strip{
		display: none;
	}
	#line-l {
		display: none;
	}
	.report-img {
		width: 50px;
	}
	.vl {
		border-left: 3.5px dotted #3d94c1;
		height: 58px;
		position: absolute;
		margin-top: 15px;
	}
	.report-content {
		padding: 15px 0px;
	}
	
	
	.hos-sec{
		padding: 10px 20px;
	}
	.report-text {
		font-size: 14px;
	}
	.container.report_section {
		padding-bottom: 0px;
	}
	.box-area {
		width: 50%;
	}
	#banner li {
		display: block;
		padding-left: 33px;
		background-image: url('https://assets.mfine.co/api/contentservice/attachments/download/landingpages/Path 1692.png');
		background-repeat: no-repeat;
		background-position: 0 4px;
		font-size: 12px;
		line-height: 17px;
		height: 24%;
		font-weight: 600;
		color: #434343;
		background-size: 20px;
	}
	.btn-link:hover {
		text-decoration: none;
	}
	.sec-1{
		width: 50%;
	}
	.sec-2{
		width: 50%;
	}
	#lead-form-mob {
		display: block !important;
		margin-bottom: 20px;
	}

    footer.foo1.cfooter{display: none;}

    footer#main-footer{display: none;}
    .footer_mobile_patitent_care{display: block;}


 /* Footer accordian Start */
 amp-accordion {
    float: left;
    width: 100%;
}
.call_now_banner {
	display: unset !important;
	padding: 6px 16px 6px 16px !important;
}

.myfooter {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 18px;
    transition: .4s;
    color: #fff;
    background-color: transparent;
    outline: 0;
    border-bottom: 1px solid rgba(285, 285, 285, .1);
    padding: 10px 0;
    /* font-family: poppins-semibold; */
}

amp-accordion ul li {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    /* font-family: poppins-regular; */
}

#footer amp-accordion li a {
    /* font-family: Poppins-regular; */
    color: #fff;
    font-size: 14px;
    line-height: 1.9em;
}

#footer .footinks {
    margin-top: 2em;
    float: left;
    width: 100%;
}


#footer {
    float: left;
    width: 100%;
    background-color: #163E5F;
    text-align: center;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#footer ul li {
    line-height: 1.8em;
}

#footer ul li a {
    /* font-family: Poppins-Medium; */
    color: #fff;
    font-size: 14px;
}

#footer-bottom a:hover {
    color: #1c96b6 !important;
}

#footer p {
    /* font-family: Poppins-Bold; */
    color: #EAF9FA;
    font-size: 10.5px;
}

#footer .footer_content p {
    /* font-family: Poppins-Medium; */
}

.footer_content {
    margin-top: 30px;
    margin-bottom: 50px;
}

.copyright {
    /* font-family: Poppins-Medium; */
    color: #fff;
    font-size: 12px;
    margin-bottom: 50px;
}



.myfooter:after {
    content: '';
    float: right;
    margin-left: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAPCAYAAAD6Ud/mAAAAmElEQVQ4ja3PuwrCUBAE0PttAYUgpBIbQWz8c8FCBEEJGgzHJqJcCHm4U+/MYRP2uOOIMgUFi27zikPCzTcNqgCk6rY+qVOnisJQ4JFtnhLKTJ+NdUidbb2w6nt1MtaDtNjmh33YMgzJsDYr1CjCkJ/idiw2G5mC/Y2MwcKQAazBMwwZwGKREVgcMoDtQpEfbI0zLthM6b4B9Px8lVoX9gAAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    margin-top: 10px;
    transition: .3s;
}
.faq_section amp-accordion section[expanded] h2::after {
    float: right;
    transform: rotate(180deg);
}
footer amp-accordion section[expanded] h2::after {
    transform: rotate(180deg);
}

amp-accordion section[expanded] .show-more {
    display: none
}

amp-accordion section:not([expanded]) .show-less {
    display: none
}

amp-accordion section[expanded] h2::after {
    float: right
}

amp-accordion section h2::after {
    float: right
}

/* Footer accordian End */

p.searchbar.searchform {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAmCAYAAABH/4KQAAADGUlEQVRYhdXXTYhNYRgH8HdGpjGalEGyGCmrGSWNjyYWo/E1d87/TZq7oas795znYWFhEDZEUpQSC5JixYYMFkpNs8GIkhSxkfERGyIGk4/5W5ih+94z5txzz2BOvcvn//7Oed5zzvsaE/Gi7y2k2j1UdFHxgoqPVPudal9TcYeC01SsZW5xddTMki4aU05BhoL7VMuI4xMVx6ioHT1Ye0sdBbeLQOUPQR/VbqUxZcnCAq9tsG3xYHkDl5lZMTEZmHjrKPZbyCRfKbhIQYZ+6xwqptCYcmZT06mtS6nYT7XPwp+ivUFFVWkw32um2i+hd9/eUjdivTaMZ2CVgjchGZ2xW8z1zTVUvHLu+BsVHUVnKWop9m4BMMDmeDjFiQJY4LXFCjPGUJdNCnmhPjC3fEZxQQFmUfHVwe2LC/uV66dmUuxbp71HigsR76AT8JTZpspScT+zsc256fdFvb0U9Dprw08CZowxzDZVUu1Lp73paMW+nV3whU/quzQ0h+KQ8/SORysM7BqnpV1Jwowxhr5d5czRE61QvC3Ob+do4jhFrdOdlxFx2O3g9iaPWzbJwb2LWIidDu5A4rj1zTXOHG+iFQbwnfVwJnGc3zLPmeNhtELFEqfwceI48Ta6/+pohenGCVT05xXnvLmJ4hRXnTW3PXqx4IqzJs4mBsul5lMwkJcfYYfzO0Bt2sENUFOLSoYZU0a13U72rWJDyqn2kfPon7C9ZWpJOEVHyL5udfFBgZcq3MHiNjMrpsWEBSE76u44WUOBJ0OAvcx5jUVkVFFxpGCdKfopqC8FV0XB9RDgAMWeY9DaMGytv3Iy1W6i4mlhK38Br5V0rv35q8G1YScQ+5yC81QcpuAAFaeo6CnYrI4aMNtUWbBtjzMEvRTcSxxojDGU1pVUPIyB+kzFIeYWVw+eJW6ODjBtxlGxmorOCAftB1S7i9nU9LyM0QT+htZXULCAggwVHRTsoGIDfbtqpFPVXwGWco0NoKJn7AEF1/8fYFiLxwQwXV/xr31/Amb/tc0YMwzwf8EZMwS0lyjoo9gLTNdX/ACW8tkGiQY3hQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: 95% 18px;
    background-size: 27px;
}


/* Accordian  Menu start */
#nav .myfooter {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
    color: #555;
    background-color: transparent;
    outline: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
    padding: 11px 22px;
    /* font-family: Poppins-regular; */
}

#nav .myfooter:after {
    content: '';
    float: right;
    margin-left: 5px;
    background-image: url(https://www.freeiconspng.com/uploads/arrow-down-icon-png-3.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    width: 30px;
    height: 10px;
    margin-top: 5px;
    transition: .3s;
}

#nav amp-accordion section[expanded] h2::after {
    transform: rotate(180deg);
}

.ampmenu {
    float: left;
    width: 100%;
    min-height: 530px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.megaspec {
    padding-left: 0.5em;
}

.megaspec li {
    list-style: none;
    line-height: 1;
}

#nav .megaspec a {
    font-size: 13px;
    /* margin-left: 5px; */
    /* padding: 5px; */
    display: flex;
    align-items: center;
}

#nav .helthch {
    margin-bottom: 0;
    font-size: 15px;
}

#nav .mlink amp-img {
    margin-right: 3px;
}

.megaspec p {
    padding-left: 0.5em;
    color: #0A0A0A;
    /* font-family: poppins-medium; */
    margin-top: 1em;
    float: left;
}

#nav .mlink amp-img {
    margin-right: 3px;
}

/* Accordian  Menu end */








    .bottomstrip1 {
        display: flex !important;
    }

    #doctors .button-app {
        /* position:absolute;
                        bottom:0; */
    }

    #doctors .sliders {
        min-height: 215px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #doctors .button-app a {
        padding: 5px !important;
    }

    #hospitals img {
        width: 110px;
    }

	 .slick-slide {
		margin-right: 10px;
		margin-left: 10px;
	}

    #banner .pointers {
        align-items: baseline;
        width: 100%;
    }

    #main {
        padding-bottom: 80px;
    }

    .page #page-container {
        padding-top: 0px !important;
    }

    .modal-dialog {
        position: relative !important;
        width: auto !important;
        margin: .5rem !important;
        pointer-events: none !important;
        max-width: 100% !important;
    }

    .acc-content p {
        font-size: 11px;
        line-height: 17px;
    }

    .acc-title {
        font-size: 13px;
        line-height: 17px;
    }

    #similar .price {
        font-size: 15px;
        line-height: 15px;
        padding: 10px 0;
    }

    #doctors .button-app a {
        font-size: 11px;
        line-height: 18px;
        height: 25px;
    }

    #doctors .desgination,
    #doctors p,
    #similar p {
        font-size: 12px;
        line-height: 18px;
    }

    #doctors h6 {
        font-size: 12px;
        line-height: 20px;
    }

    #advantage th,
    #advantage tr {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    #similar h6 {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        padding: 0;
    }

    #doctors h2,
    #similar h2,
    #hospitals h6,
    #advantage h6,
    #main h6,
    #leadfrm h2 {
        font-size: 19px;
        line-height: 30px;
        padding-bottom: 26px;
    }

    #leadfrm h2 {
        padding: 0 15px 0 0;
    }

    .w-mfine {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
    }

    #why img {
        width: 44px;
    }

    #why h5 {
        font-size: 19px;
        line-height: 30px;
        padding-bottom: 26px;
    }

    #comparatives h4 {
        font-size: 19px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    #comparatives p {
        font-size: 12px;
        line-height: 16px;
        width: 70%;
    }

    #surgery .surgery p,
    #why p {
        font-size: 12px;
        line-height: 16px;
    }
	.slide-item {	
	display: flex !important;

	}
	.slick-wrapper {
		width: 100%;
	}
    #banner {
        background-image: url('https://assets.mfine.co/api/contentservice/attachments/download/landingpages/bg-mob.png') !important;
        /* height: 75vh; */
        background-position: inherit;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #f6f6f9;
        padding: 10px !important;
        width: 100%;
        display: flex;
		margin-top: 55px;
    }
	.mob-slider {
		padding: 15px 10px;
		padding-top: 0px;
	}
	.points-sec {
		padding-top: 10px;
		padding-right: 0px;
	}

    .col-md-4 {
        padding-bottom: 10px;
    }
    body {
       font-family: poppins !important; 
    }
	#banner h1 {
		font-family: 'Poppins', sans-serif !important;
		font-weight: 600;
		font-size: 22px;
		line-height: 30px;
		color: #2C2929;
		width: 100%;
		padding: 0px;
	}
	.ban-cont {
		font-size: 12px;
		width: 85%;
		line-height: 18px;
	}
	.dxt-parameter {
		display: none;
	}
	.mrp {
		color: #2B2B2B;
		text-decoration: line-through 3px !important;
		text-decoration-color: currentcolor;
		text-decoration-color: #e65959 !important;
	}
	
	.col-md-6.test-name-head.area {
		width: 50%;
		padding-left: 2px;
	}
	.col-md-6.contents.area {
		width: 50%;
		padding-left: 0px;
		padding-right: 10px;
	}
	.col-md-4.para-cont-div {
		width: 33%;
	}
	.animat {
		top: 92%;
	}
	.test-name {
		font-size: 16px;
		padding: 5px 0px;
		line-height: 18px;
	}
	.main-area {
		padding: 15px 0px;
	}
	#cont-div-mob{
		display: block !important;
	}
	.para-list {
		padding-top: 30px;
		font-size: 13px;
	}
	.how-it-works {
		display: none;
	}
	#mob-how{
		display: block !important;
	}
	.sec-head {
		padding-left: 12px;
	}
	.sec-head-text {
		font-size: 20px;
		padding: 15px 0px;
	}
	.container.main-area.why-section {
		padding: 0px;
	}
	#cont-div-dxt {
		display: none;
	}
	.icon-areaa {
		width: 50%;
		padding-left: 30px;
		line-height: 18px;
	}
	.column {
		width: 100%;
		padding: 0px 10px;
	}
	.ban-icon-img {		
		width: 48% !important;
	}
	.icon-image {
		text-align: left;
		
	}
	.icon-text {
		text-align: left;
		color:#000000;
		font-size: 13px;
		line-height: 18px;
	}
	#dxt-table {
		display: none;
	}
	#mob-table {
		display: block !important;
	}
	.card-section {
		padding: 0px 0px;
		margin-top: -30px;
	}
	
	#dxt-strip1{
		display: none;
	}
	#dxt-strip2{
		display: none;
	}
	#dxt-strip3{
		display: none;
	}
	#mob-strip1{		
		background-color: #B4C6EA;		
	}
	#mob-strip2{
		background-color: #84a0d5;
	}
	#mob-strip3{
		background-color: #4e70b1;
	}
	.mob{
		display: block !important;
		border-radius: 17px 0px 0px 17px;
		width:8%;
	}
	.card-cont{
		width:92%;
	}
	.mob-parameter {
		display: inline;
	}
	#banner-img {
		display: none;
	}
	#point-div {
		width: 70%;
		position: relative;
		padding-left: 10px;
	}
	.ban-icon-img1 {
		vertical-align: middle;
		width: 19%;
	}
	.ban-blue-text.last-para {
		margin-top: 9px;
	}
	#img-div {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.ba--img-cl {
		width: 40%;
		float: right;
		position: relative;
		right: -10px;
		bottom: -10px;
		
	}
	#img-div {
		display: block;
	}
	.points-sec {
		padding-top: 0px;
		padding-bottom: 30px;
	}
    #banner span {

        font-size: 13px !important;

    }

    #banner #content_area #content_area1 {
        border-radius: 6px !important;
        padding: 2px 12px 2px 9px !important;
    }

    #banner #cost_data {
        font-size: 22px !important;
    }

    #banner #content_area {
        padding-top: 0px !important;
    }

    #banner h1 span {
        color: #2A81AD;
    }

    #banner .pointers p {
        font-size: 16px;
        line-height: 16px;
    }


    .tech.row {
		color: #242424;
		font-size: 15px;
		line-height: 30px;
    }
	.card11 {
		box-shadow: 10px 10px 16px #E7E7E7B1;
		border-radius: 24px !important;
		opacity: 1;
	}

	.card h6 {
		padding-bottom: 3px !important;
	}
	.image-div{
		width: 40%;
	}
	.content-div{
		width: 60%;
		padding-top: 15px;
		padding-left: 15px;
	}
	.doc-image{
		padding: 24px 0px 0px 17px;
	}
	.doc-head{
		font-size: 15px;
		font-weight: bold;
	}
	.btn-div-doc{
		padding: 15px 0px;
	}
	.desgination {
		padding-bottom: 0px !important;
		color: #393939;
		font-size: 13px;
	}
	.special{
		padding-bottom: 0px !important;
		font-size: 13px;
	}
	.expe {
		background-color: #2a81ad;
		padding: 3px 10px;
		border-radius: 7px;
		font-size: 13px;
		color: white;
	}
	.card-mob-btn{
		font-size: 13px !important;
		width: 80%;
		height: 29px;
	}
	.experen{
		padding: 2px 0px !important;
	}
    .form-control-label {
        text-align: left;
        color: #000;
        font-size: 1rem;
        font-weight: 400;
        font-family: Poppins;
    }

    .header-card {
        background: transparent linear-gradient(270deg, #0094B6, #1688B3, #3478AE, #203884);
        border-radius: 24px 24px 0px 0px !important;
        font-size: 25px;
        color: white;
        font-weight: bold;
    }

   
    #surgery p {
        font-size: 15px;
		color: #242424;
    }

    #surgery h4 {
        font-size: 16px;
        line-height: 38px;
        font-weight: bold;
        color: #0094B6;
    }

    .dot_dot {
        width: 6pt;
    }

    #surgery .surgery span {
        font-size: 12px;

    }
	 #surgery .surgery p {
        font-size: 12px !important;

    }

    #surgery .surgery img {
		margin-right: 10px;
		height: 12pt;
		width: 12pt;
		margin-top: 5px;
    }

    #doctors h2 {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 26px;
    }

    #banner .banner_data {
        margin-top: 0px !important;
    }

    #banner .pointers p {
		font-size: 15px;
		line-height: 20px;
		margin-top: -27px;
    }

    .card11 {
        margin-top: 0px;
		margin-bottom: 20px;
    }
	.mb-0 {
		font-family: poppins !important;
		padding-top: 11px;
		margin-right: -10px;
	}
	#hospitals {
		padding: 15px 15px !important;
	}
	.sub-head {
		font-size: 18px !important;
		font-weight: 600 !important;
		color: #0094B6 !important;
		line-height: 26px;
	}
	.read-more-btn {
		background: none;
		border: none;
		margin: 0;
		padding: 8px 0px;
		cursor: pointer;
		color: #7B7B7B;
		font-size: 16px;
	}
	

    .card-header {
        font-size: 18px;
    }

    .card label {
        font-size: 15px;
    }

    #doctors {
        display: none;
    }

    #mob_doc {
        display: block !important;
    }
	.surgery {
		font-size: 15px !important;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slick-slide {
        margin-right: 10px;
    }
    .footer_mobile_patitent_care{display: none;}

    #main {
        padding-bottom: 80px;
    }

    .page #page-container {
        padding-top: 0px !important;
    }

    .modal-dialog {
        position: relative !important;
        width: auto !important;
        margin: .5rem !important;
        pointer-events: none !important;
        max-width: 100% !important;
    }

    .acc-content p {
        font-size: 11px;
        line-height: 17px;
    }

    .acc-title {
        font-size: 13px;
        line-height: 17px;
    }

    #similar .price {
        font-size: 15px;
        line-height: 15px;
        padding: 10px 0;
    }

    #doctors .button-app a {
        font-size: 14px;
        height: 37px;
        padding: 12px 25px 12px 25px !important;


    }

    #doctors .desgination,
    #doctors p,
    #similar p {
        font-size: 12px;
        line-height: 18px;
    }

    #doctors h6 {
        font-size: 12px;
        line-height: 20px;
    }

    #advantage th,
    #advantage tr {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    #similar h6 {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }

    #doctors h2,
    #similar h2,
    #hospitals h6,
    #advantage h6,
    #main h6,
    #leadfrm h2 {
        font-size: 19px;
        line-height: 30px;
        padding-bottom: 26px;
    }

    #leadfrm h2 {
        padding: 0 15px 0 0;
    }

    .w-mfine {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
    }

    #why img {
        width: 44px;
    }

    #why h5 {
        font-size: 19px;
        line-height: 30px;
        padding-bottom: 26px;
    }

    #comparatives h4 {
        font-size: 19px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    #comparatives p {
        font-size: 12px;
        line-height: 16px;
        width: 70%;
    }

    #surgery .surgery p,
    #why p {
        font-size: 12px;
        line-height: 16px;
    }

    #banner {
        background-image: url(https://assets.mfine.co/api/contentservice/attachments/download/landingpages/BG.png), linear-gradient(85deg, #f6f6f9 55%, #e1e2eb 100%, #fff 100%) !important;
        /* height: 75vh; */
        background-position: right;
        background-size: auto;
        background-repeat: no-repeat;
        background-color: #f6f6f9;
        padding: 37px 26px;
    }

    #banner h1 {
        font-family: 'Poppins', sans-serif !important; 
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: #203884;
    }

    #banner h1 span {
        color: #2A81AD;
    }

    #banner .pointers p {
        font-size: 12px;
        line-height: 16px;
    }

    #surgery h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .tech.row {
        color: #242424;
        font-size: 20px;
        padding-bottom: 21px;
    }

    .card {

        margin-top: 50px;

        border: none !important;

        box-shadow: 0px 0px 16px #99999926;
        border: 1px solid #B1D6EA;
        border-radius: 24px;
        opacity: 1;
    }

    .form-control-label {
        text-align: left;
        color: #000;
        font-size: 1rem;
        font-weight: 400;
        font-family: Poppins;
    }

    .header-card {
        background: transparent linear-gradient(270deg, #0094B6, #1688B3, #3478AE, #203884);
        border-radius: 24px 24px 0px 0px !important;
        font-size: 25px;
        color: white;
        font-weight: bold;
    }
}

@media only screen and (min-width:992px) {
	
    .button-app a {

        padding: 9px 15px !important;
    }
    .footer_mobile_patitent_care{display: none; }

    #doctors .desgination {
        font-size: 14px;
        line-height: 24px;
    }

    #doctors p {
        font-size: 14px;
        line-height: 33px;
    }

    #similar .sliders {
        padding: 20px;
    }

    #similar h6 {
        text-align: left !important;
        padding: 0px;
    }

    .container {
        float: none;
        margin: 0 auto;
    }

    #counter h2,
    #surgery h3,
    #comparatives h4,
    #why h5,
    #doctors h2,
    #similar h2,
    #hospitals h6,
    #advantage h6,
    #main h6 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
    }

    #counter .border-style {
        padding: 0 30px;
    }

    #counter p,
    #surgery p,
    #why p,
    #similar p,
    .acc-content p {
        font-size: 20px;
        line-height: 33px;
        text-align: left;
        color: #242424;
        padding-bottom: 15px;
    }

    #counter .contents p {
        font-size: 16px;
        line-height: 28px;
    }

    #counter {
        padding: 50px;
    }

    #banner .container {
        padding: 0;
        float: none;
        margin: 0 auto;
		
    }

    .mfp-close-btn-in .mfp-close,
    .mfp-wrap .mfp-close:active {
        color: #333;
        top: 2rem;
        right: 30%;
    }
	
    #banner,
    #surgery,
    #comparatives,
    #why,
    #doctors,
    #similar,
    #hospitals,
    #hospitals,
    #advantage,
    #main {
        padding: 20px;
    }

    #banner h1 {
		font-family: 'Poppins', sans-serif !important;
		font-weight: 600;
		color: #2C2929;
    }

    #banner h1 span {
        color: #2A81AD;
    }

    #banner h1 {
        font-size: 50px;
        line-height: 55px;
    }

    #banner .button-app {
        width: 40%;
    }

    .slick-slide {
        margin-right: 10px;
    }

    #surgery h3,
    #comparatives h4,
    #why h5,
    #doctors h2,
    #similar h2,
    #hospitals h6,
    #advantage h6,
    #main h6 {
        padding-bottom: 20px;
    }
	.sub-head {
		padding-bottom: 0px !important;
	}
    #comparatives p {
        width: 80%;
        font-size: 16px;
        line-height: 28px;
    }

    .w-mfine {
        /* width: 50%; */
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
    }

    #why img {
        width: 100px;
    }

    #why .button-app a {
        width: 25%;
    }

    #why .button-app {
        display: flex;
        justify-content: center;
    }

    #doctors h6,
    #similar h6 {
        font-size: 20px;
        line-height: 41px;
    }

    #counter .container {
        display: flex;
        justify-content: center;
    }

    #hospitals img {
        width: 150px;
    }

    #advantage th {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        padding: 10px;
    }

    #advantage td {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        padding: 10px;
    }

    #main {
        padding: 50px 50px 100px;
    }

    .acc-title {
        font-size: 20px;
        line-height: 22px;
    }

    #surgery h4 {
		font-weight: bold;
		color: #0094B6;
		padding-top: 20px;
		padding-bottom: 7px;
		line-height: 49px;
		font-size: 20px;


    }

    #surgery h2 {
        font-size: 30px;
        line-height: 54px;
        font-weight: bold;
        color: #0094B6;
		font-family: poppins !important;


    }

    .tech.row {
        color: #242424;
        font-size: 20px;
        padding-bottom: 21px;
    }

	.card {
		box-shadow: 0px 0px 16px #99999926;
		border: 1px solid #dfdfdf;
		border-radius: 24px;
		opacity: 1;
	}
	.mb-0 {
		font-family: poppins !important;
		padding-top: 11px;
	}

    .form-control-label {
        text-align: left;
        color: #434343;
        font-size: 1rem;
        font-weight: 400;
        font-family: Poppins;
		padding-bottom: 4px;
    }

    .header-card {
        background: transparent linear-gradient(270deg, #0094B6, #1688B3, #3478AE, #203884);
        border-radius: 24px 24px 0px 0px !important;
        font-size: 25px;
        color: white;
        font-weight: bold;
    }

}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .button-app a {
        height: 0px;
        padding: 20px !important;
    }

    #doctors .sliders {
        min-height: 350px;
    }

    .acc-title {
        font-size: 22px;
        line-height: 32px;
    }

    #advantage th {
        font-size: 22px;
        line-height: 32px;
    }

    #advantage td {
        font-size: 18px;
        line-height: 28px;
    }

    #counter h2,
    #surgery h3,
    #comparatives h4,
    #why h5,
    #doctors h2,
    #similar h2,
    #hospitals h6,
    #advantage h6,
    #main h6 {
        font-size: 30px;
        line-height: 50px;
    }

    #doctors h6,
    #similar h6 {
        font-size: 20px;
        line-height: 34px;
    }

    #counter .border-style {
        padding: 0 40px;
    }

    #counter p,
    #surgery p,
    #why p,
    #similar p,
    .acc-content p {
        font-size: 20px;
        line-height: 34px;
    }

    #counter .contents p,
    #comparatives p,
    #doctors .desgination {
        font-size: 22px;
        line-height: 32px;
    }

	#banner h1 {
		font-size: 42px;
		line-height: 55px;
		padding: 10px 0px;
	}

    #banner .pointers p {
        font-size: 22px;
        line-height: 32px;
    }

    #doctors p,
    #doctors .btn {

        line-height: 30px;
    }

    #doctors .btn {

        padding: 0px 14px;

    }

}

@media only screen and (min-width:1801px) and (max-width:1990px) {
    #doctors .btn {

        padding: 0px 14px;

    }

    .button-app a {
        height: 0px;
        padding: 20px !important;
    }

    #doctors .sliders {
        min-height: 380px;
    }

    .acc-title {
        font-size: 24px;
        line-height: 34px;
    }

    #advantage th {
        font-size: 24px;
        line-height: 34px;
    }

    #advantage td {
        font-size: 20px;
        line-height: 30px;
    }

    #counter h2,
    #surgery h3,
    #comparatives h4,
    #why h5,
    #doctors h2,
    #similar h2,
    #hospitals h6,
    #advantage h6,
    #main h6 {
        font-size: 30px;
        line-height: 50px;
    }

    #doctors h6,
    #similar h6 {
        font-size: 22px;
        line-height: 36px;
    }

    #counter .border-style {
        padding: 0 40px;
    }

    #counter p,
    #surgery p,
    #comparatives p,
    #why p,
    #similar p,
    .acc-content p {
        font-size: 20px;
        line-height: 34px;
    }

    #counter .contents p,
    #doctors .desgination {
        font-size: 24px;
        line-height: 34px;
    }

    #banner h1 {
        font-size: 44px;
        line-height: 50px;
    }

    #banner .pointers p {
        font-size: 25px;
        line-height: 35px;
    }

    #doctors p,
    #doctors .btn {

        line-height: 32px;
    }
}

@media only screen and (min-width:2000px) {
    #doctors .btn {

        padding: 0px 14px;

    }

    .button-app a {
        height: 0px;
        padding: 20px !important;
    }

    #doctors .sliders {
        min-height: 400px;
    }

    .acc-title {
        font-size: 26px;
        line-height: 26px;
    }

    #advantage th {
        font-size: 26px;
        line-height: 36px;
    }

    #advantage td {
        font-size: 22px;
        line-height: 32px;
    }

    #counter h2,
    #surgery h3,
    #comparatives h4,
    #why h5,
    #doctors h2,
    #similar h2,
    #hospitals h6,
    #advantage h6,
    #main h6 {
        font-size: 30px;
        line-height: 60px;
    }

    #doctors h6,
    #similar h6 {
        font-size: 24px;
        line-height: 40px;
    }

    #counter .border-style {
        padding: 0 40px;
    }

    #counter p,
    #surgery p,
    #comparatives p,
    #why p,
    #similar p,
    .acc-content p {
        font-size: 20px;
        line-height: 38px;
    }

    #counter .contents p {
        font-size: 28px;
        line-height: 38px;
    }

    #banner h1 {
        font-size: 54px;
        line-height: 60px;
    }

    #banner .pointers p {
        font-size: 28px;
        line-height: 38px;
    }

    #doctors .desgination {
        font-size: 26px;
        line-height: 36px;
    }

    #doctors p,
    #doctors .btn {

        line-height: 34px;
    }
}



footer {
    float: left;
    width: 100%;
    background-color: #163E5F;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    line-height: 1.7em;
}

.ff1 {
    float: left;
    width: 100%;
    border-top: none;
    padding: 2% 2% 0 2%;
}

.fsec1 {
    width: 24%;
    float: left;
    padding-left: 2%;
}

.cfooter h2 {
    color: #fff;
    font-weight: bold;
    font-family: Proxima-regular;
    font-size: 1.3rem;
    text-align: left;
    padding-bottom: 10px;
}

.wac-hide li {
    font-size: 13px;
}

.cfooter li a {
    font-weight: normal;
    color: #ccc;
    text-shadow: 0.4px 0;
}


.fsec2 {
    float: left;
    width: 76%;
}

.lbr {
    border-left: 1px solid #ccc;
    height: 120px;
    position: absolute;
    margin-left: -100px;
    margin-top: 40px;
}

.cfooter h2.ttt {
    margin: 0 32% !important;
}

ul.set_1,
ul.set_2,
ul.set_3 {
    float: left;
    width: 33.3%;
}

.fsec2 li,
.fsec3 li {
    padding-right: 15px !important;
    float: left;
    width: 100%;
    line-height: 1.2;
    padding: 5px 0;
}

.ff2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0% 0 3%;
    border-top: none;
    border-bottom: none;
}

.ff2 ul {
    width: 77%;
    margin: 0 14%;
}

.ff2 li {
    display: inline;
    margin: 0 8px;
    color: #0095b6;
    font-size: 15px;
    line-height: 2.5;
}

.footerclass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

#main-footer {
    background-color: #878686;
    height: 41px;
    padding-top: 0;
}

#footer-bottom {
    background-color: #163f5f !important;
    padding: 12px 0 10px;
}

#footer-bottom .container {
    width: 90%;
    max-width: 90%;
    position: relative;
    text-align: left;
}

a.footerlogo {
    position: absolute;
    margin-top: -7.5%;
    left: 0;
    transition: all .4s ease-in-out;
    color: #fff;
}

a.footerlogo img {
    max-width: 100%;
    height: 71px;
    width: 54px;
}

.ll1 {
    float: left;
}

.ll2 {
    text-align: center;
    width: 100%;
    margin-left: -10%;
}

#footer-info {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

p:last-of-type {
    padding-bottom: 0;
}

#footer-bottom a {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.fsoc img {
    height: 40px;
    width: 40px;
    margin: 0 8px;
    max-width: 100%;
}



.webcontent {
    color: #ccc;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top: 1px solid;
    margin-top: 1%;
}

.webcontent h2 {
    color: #ccc;
    font-size: 1.6rem;
    font-family: Proxima-regular;
}

.webcontent p {
    padding-bottom: 1em;
    font-size: 14px;
}

.webcontent h1 {
    font-family: Proxima-regular;
}

#footer-bottom a {
    color: #fff;
}

#footer-bottom a:hover {
    color: #1c96b6 !important;
}








.footerclass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

.ll2 {
    text-align: center;
    width: auto;
    margin-left: -10%;
}

a.footerlogo {
    margin-top: 0;
    top: 0;
}

#nav ul li {
    margin: 0 0.5em;
}

@media (min-width: 1280px) {

    #nav a,
    #login a,
    #supportmenu a {
        font-size: 0.9vw !important;
    }
}

.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #ff6851;
    border-color: #ff725d;
}

.btn-dark:hover {
    color: #fff;
    background-color: #ff6b54;
    border-color: #ff735d;
}



.ff2 li {
    margin: 0 8px !important;
}

@keyframes shimmerBackground {
    0% {
        background-position: -500px 0
    }

    100% {
        background-position: 500px 0
    }
}

.shimmer {
    background-image: -moz-linear-gradient(160deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(160deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(160deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(160deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, 0));
    background-repeat: repeat-y;
    background-position: -500px 0;
    animation: shimmerBackground 3.3s linear infinite;
}

.ratsec {
    float: left;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.ratleft {
    float: left;
    padding-top: 0.5em;
    padding-right: 1em;
}

.ratsec:first-child {
    margin-top: 4em;
}

.ratleft img {
    width: 40px;
}

.ratright h3 {
    font-size: 2.7rem;
    margin: 0;
    letter-spacing: 2px;
}

.ratright p {
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 1.5px;
}



#empty-message ul li {
    list-style: none;
    color: #000;
    font-size: 1rem;
}

#empty-message ul li a {
    color: #000;
}

.slide4_item a:hover {
    text-decoration: none;
}

.slide4_item h4 {
    min-height: 43px;
}



.animationtext li {
    height: 30px;
    color: #ADADAD;
    font-size: 14px;
}

.animationtext {
    overflow: hidden;
}

.animationtext ul {
    list-style: none;
    position: relative;
}

.ketan11 {
    width: 62%;
    height: 20px;
    position: relative;
    margin-top: -55px;
    cursor: text;
}

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

.close-icon:after {
    content: "";
    display: block;
    width: 30px;
    height: 15px;
    position: relative;
    /* background-color: #FA9595; */
    z-index: 1;
    /* right: 100%; */
    top: 55%;
    bottom: -4px;
    left: -172%;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: #9e9a9a;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    background: url(<?php echo esc_url(home_url('/'));
    ?>wp-content/themes/Divi/images/clear-text.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.searchbar:invalid~.close-icon {
    display: none !important;
}

.searchbar:placeholder-shown~.close-icon {
    display: none !important;
}

.searchbar::placeholder {
    color: #9b9b9b;
    font-family: Poppins-Regular; 
    font-size: 12px;
    background-image: none !Important;
    overflow: hidden !Important;
}

.searchbar::placeholder {
    color: #fff !important;
}

li.covidmenu {
    /* margin: 0 !important;*/
    padding: 0;
}

li.covidmenu a {
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    font-family: Poppins-SemiBold;
    line-height: normal;
    padding: 8px 10px;
}

li.covidmenu a:hover {
    background-color: #ffffff;
    color: #0195B6 !important;
    text-decoration: none;
}

.whiteHeader li.covidmenu a {
    border: 1px solid #000;
}

.whiteHeader li.covidmenu a:hover {
    border: 1px solid #0195B6;
    border-radius: 10px;
    background-color: #0195B6;
    color: #fff !important;
}

.banner_heading h3 {
    font-size: 1.5em;
    color: #005B96;
    padding-bottom: 8px;
    font-weight: bold;
    /*background-image: linear-gradient(#ff652a,#d63e72);
background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#ff652a),color-stop(.15,#d63e72) ,color-stop(0,#ff652a),color-stop(.15,#d63e72));
-webkit-background-clip: text;
-ms-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;*/
}

.banner_heading h4 {
    font-size: 1.5em;
    color: #005B96;
    padding-bottom: 15px;
    font-weight: bold;
}

.banner_heading h2 {
    padding-bottom: 15px;
    line-height: 1.2;
    color: #fff;
}




.banner_heading #download button a {
    font-size: 1.5em;
}

#row1 .row3_item .img-fluid {
    border-radius: 25px;
    width: 100%;
}

span.price {
	color: #2B2B2B;
	font-size: 18px;
	font-weight: 600;
}

.strike_price:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    height: 1.5vw;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}

.faq_section p {
	font-size: 14px;
	font-family: poppins !important;
	padding-left: 17px;
}
#more {display: none;}


.webcontentamp h2,
    .webcontentamp h1 {
        color: #fff;
        padding: 2% 0;
        font-size: 12px;
        width: 78%;
        text-align: center !important;
        margin: 1em auto;
        font-family: Poppins-Medium; 
    }

    .webcontentamp {
        width: 92%;
        margin: 0 auto;
    }

    .webcontentamp a {
        color: #fff;
        text-shadow: unset !important;
        font-family: Poppins-semibold; 
    }

    .i-amphtml-autocomplete-results {
        position: absolute;
        top: 100%;
        width: calc(85% + 1rem);
        min-width: calc(2em + 2rem);
        max-height: 40vh;
        margin-top: .5rem;
        margin-left: 1.2em;
        border-radius: 15px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
        z-index: 10;
        display: block !important;
        font-family: Poppins-Medium !important;
    }
.faq_section p a {
    color: #163e5f;
    font-weight: bold;
}

.faq_section p a:hover {
    color: #163e5f;
}



ul.list_points li:before {
    content: url("https://assets.mfine.co/api/contentservice/attachments/download/web/common/antibody-test/tick.png");
    font-size: 1vw;
    min-height: 1vw;
    padding-right: 1vw;
    float: left;
    font-weight: bold;
    color: #fa9058;
    margin-top: -2px;
}

ul.list_points li {
    color: #676767;
    font-size: 1vw;
    padding-bottom: 1em;
    width: 100%;
    float: left;
    list-style: none;
}

ul.list_points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.heading h1 {
    font-family: Poppins-Regular;
    color: #9B9B9B;
    font-size: 1.1rem;
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.5rem;
}

.collapsible-link[aria-expanded="true"]::before {
    content: '\f106';
}

.guides_sec p {
    color: #000000;
}

.guides_sec .heading p {
    color: #9B9B9B;
}

.guides_sec #slider_guide .row6_item img {
    height: 225px;
}

/*#ss_survey_widget{
 float: right !important;
position: fixed !important;
bottom: 8em;
right: 0;
z-index: 9;
}
#ss_survey_widget iframe .surveysparrow-chat__footer .powered-by-surveysparrow__mobile svg{
display: none;
}
#ss_widget_frame{
inset:auto 38em 10em auto !important;
}*/
.boot_cards .card {
    overflow: hidden;
}

.card {
    border-radius: 25px;
}

.card-1 .card {
    background: #b9eaff;
}

.card-2 .card {
    background: #dcd6ff;
}

.card-3 .card {
    background: #ffebd6;
}

.card-4 .card {
    background: #d6e7ff;
}


.boot_cards .card {
    height: 200px;
    border-radius: 25px;
    left: 0;
    border: 0;
}

.boot_cards .card-title {
    color: #000 !important;
    font-family: Poppins-Regular;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 13px !important;
    margin-bottom: 0;
}

.boot_cards .card h6 {
    width: 69% !important;
    color: #333333;
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.boot_cards .card h6 span {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    line-height: 23px;
}

.boot_cards .card-img {
    position: absolute;
    bottom: 0;
    height: 75%;
    width: auto !important;
    right: 0;
}

.card-5 .icons_set_1 svg {
    background: #CC9DCE;
}

.icons_set_1 svg,
.icons_set_2 svg,
.icons_set_3 svg {
    overflow: hidden;
    vertical-align: middle;
    height: 25px;
    width: 25px !important;
    background: #fff;
    padding: 3px !important;
    border-radius: 50%;
}

#row5 #theCarousel .carousel-control-next,
#row5 #theCarousel .carousel-control-prev {
    top: 40%;
}

.icons_set_2 p,
.icons_set_3 p {
    font-family: Poppins-Regular;
    color: #000;
    font-size: 10px;
    line-height: 13px;
}

.icons_set_1 p {
    font-family: Poppins-Regular;
    color: #000;
    font-size: 10px;
    line-height: 13px;
    text-align: right;
    margin: 0px 6px 0 0;
}

.boot_cards .card-1 h6 span {
    color: #036E89;
}

.boot_cards .card-2 h6 span {
    color: #6458AD;
}

.boot_cards .card-3 h6 span,
.boot_cards .card-8 h6 span {
    color: #986B3C;
}

.card-1 .card:nth-child(1) .icons_set_2,
.card-1 .card:nth-child(1) .icons_set_3 {
    top: 32px;

}


.card-img-overlay {
    padding: 15px;
}

.card-1 h5,
.card-1 h5,
.card-1 h5 {
    color: #000 !important;
}

.card-1 h6 {
    color: #0F8BBC;
}

.card-2 h6 {
    color: #35268B;
}

.card-3 h6 {
    color: #B27E47;
}

.card-5 .icons_set_1 svg {
    background: #CC9DCE;
}

.card-8 .card {
    /* background: #C9EFFF; */
    background: #ffebd6;
}

.boot_cards .card-1 h6 span {
    color: #036E89;
}


.icons_set_1 img,
.icons_set_2 img,
.icons_set_3 img {
    float: left;
    margin-right: 5px;
    margin-left: 0px;
}

.card-1 .icons_set_1 svg {
    /* line 704  */
    background: #1CAACE;
}

.card-2 .icons_set_1 svg {
    background: #8579CB;
}

.card-3 .icons_set_1 svg {
    background: #D0A170;
}

.icons_set_2,
.icons_set_3 {
    position: relative;
    right: 0;
    display: inline-flex;
    align-items: center;
    width: 44%;
}

.icons_set_2 p,
.icons_set_3 p {
    text-align: left;
    margin: 5px 6px 0;
    width: 81%;
    color: #000;
}

/* #scrolltop {
    z-index: 999999999;
} */
.shadow {
    border-radius: 25px;
}

.btn-dark {
    color: #fff;
    background-color: #FF836F;
    border-color: #FF836F;
    background: transparent linear-gradient(180deg, #FF836F 0%, #FF5D45 100%) 0% 0% no-repeat padding-box;
    width: 105px;
    height: 28px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 0;
}

.card h6 {
    padding-bottom: 10px;
}

#row5 .slide4_item button {
    color: #fff;
    background-color: #FF836F;
    border-color: #FF836F;
    background: transparent linear-gradient(180deg, #FF836F 0%, #FF5D45 100%) 0% 0% no-repeat padding-box;
    width: 105px;
    height: 28px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 0;
}



#theCarousel .carousel-control-next,
#theCarousel .carousel-control-prev {
    width: 50px;
    height: 50px;
    top: 30%;
    opacity: 1;
}

#theCarousel .carousel-control-next img,
#theCarousel .carousel-control-prev img {
    width: 100%;
}

#theCarousel .carousel-control-prev {
    left: -25px;
}

#theCarousel .carousel-control-next {
    right: -25px;
}



.boot_cards .card {
    /* line 519 */
    height: 200px
}

.icons_set_1:nth-of-type(1) {
    /* line 276  */
    position: absolute;
    top: 15px;
    right: 15px;
    width: 88px;
}

.icons_set_1:nth-of-type(1) img {
    float: right;
    margin: 0 0 0 5px;
}

.icons_set_1:nth-of-type(1) p,
.icons_set_1:nth-of-type(2) p,
.icons_set_1:nth-of-type(3) p {
    /* line- 301  */
    font-family: Poppins-Regular;
    color: #000;
    font-size: 10px;
    line-height: 13px;
    margin: 0px 6px 0 0;
}

.icons_set_1:nth-of-type(2),
.icons_set_1:nth-of-type(3) {
    position: relative;
    right: 0;
    display: inline-flex;
    align-items: center;
    width: 34%;
}

.icons_set_1:nth-of-type(1) p {
    text-align: right;
}

.icons_set_1:nth-of-type(2) p {
    text-align: left;
    margin: 5px 6px 0;
    width: 60%;
}

.icons_set_1:nth-of-type(3) p {
    text-align: left;
    margin: 5px 6px 0;
    width: 70%;
}

.card-img-overlay {
    padding: 15px;
}


.boot_cards .card-title {
    /* line 541  */
    color: #000 !important;
    font-family: Poppins-Regular;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 13px !important;
}

.boot_cards .card h6 {
    /* line 548  */
    width: 69% !important;
    color: #333333;
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.boot_cards .card h6 span {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    line-height: 23px;
}

.boot_cards .card-1 h6 span {
    color: #036E89;
}

.boot_cards .card-2 h6 span {
    color: #6458AD;
}

.boot_cards .card-3 h6 span,
.boot_cards .card-8 h6 span {
    color: #986B3C;
}

.boot_cards .card-5 h6 span {
    color: #97539A;
}

.boot_cards .card-6 h6 span {
    color: #756BB7;
}

.boot_cards .card-7 h6 span {
    color: #0C7089;
}

.bt-color-1 {
    font-family: Poppins-SemiBold;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    padding: 2px 5px !important;
    margin-bottom: 0;
    border-radius: 6px;
}

.icons_set_1:nth-of-type(2),
.icons_set_1:nth-of-type(3) {
    position: relative;
    right: 0;
    display: inline-flex;
    align-items: center;
    width: 35%;
}

.icons_set_1 img {
    padding: 0px;
}

.icons_set_1 img,
.icons_set_2 img,
.icons_set_3 img {
    height: 25px;
    width: 25px !important;
    background: #fff0;
    padding: 0px !important;
    border-radius: 0;
}

.icons_set_1:nth-of-type(3) {
    width: 40%;
}

/* .boot_cards :nth-of-type(2) {
border: 1px solid #000;
} */

.icons_set_1:nth-of-type(2),
.icons_set_1:nth-of-type(3) {
    top: 32px;
}

.carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(2),
.carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(3) {
    top: 16px;
}

.carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(2),
.carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(3) {
    top: 16px;
}




.icons_set_1:nth-of-type(1) svg,
.icons_set_1:nth-of-type(2) svg,
.icons_set_1:nth-of-type(3) svg {
    /* line 713  */
    padding: 3px !important;
}

.btn-dark {
    /* line 262  */
    color: #fff;
    background-color: #FF836F;
    border-color: #FF836F;
    background: transparent linear-gradient(180deg, #FF836F 0%, #FF5D45 100%) 0% 0% no-repeat padding-box;
    width: 105px;
    height: 28px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 0;
}

.boot_cards .card-2 .card-img {
    /* line 584  */
    width: auto !important;
}



/* to line no 549  */

.uc_cards .card-title {
    color: #000;
    font-family: Poppins-SemiBold !important;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    width: 100% !important;
    text-align: center;
}

#faq h4 {
    padding: 0px 0px 40px 0;
}

.uc_cards .card {
    margin-right: 20px;
    height: 200px;
    background: #efefef;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

#counter .boot_cards img,
#counter .uc_cards img {
    width: 90%;
    padding-bottom: 0;
}

.center .slick-slide:nth-of-type(1) img {
    width: 78% !important;
    overflow: hidden;
    border-radius: 0 !important;
}

#counter .uc_cards img {
    border-radius: 25px;
    position: absolute;
    bottom: 0;

}

/* body.page-template {
overflow: hidden;
position: fixed;
width: 100%;
} */
#custom_footer,
#custom_footer h4 {
    padding: 0;
}


#main-footer br {
    display: none;
}

.br-right {
    border: 0px;

}


@media only screen and (min-width:1200px) and (max-width:1383px) {

    .carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(2),
    .carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(3) {
        top: 16px;
    }
}

@media only screen and (min-width:1383px) {

    .carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(2),
    .carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(3) {
        top: 32px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1397px) {

    .carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(2),
    .carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(3) {
        top: 16px;
    }
}

@media only screen and (min-width:1397px) {

    .carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(2),
    .carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(3) {
        top: 32px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .icons_set_1:nth-of-type(2),
    .icons_set_1:nth-of-type(3) {
        top: 32px !important;
    }

    .icons_set_1:nth-of-type(3) {
        width: 36%;
    }

    .boot_cards :nth-of-type(4) .icons_set_1:nth-of-type(3) {
        width: 30%;
    }
}

@media only screen and (min-width:768px) and (max-width:800px) {

    .boot_cards :nth-of-type(3) .icons_set_1:nth-of-type(2),
    .boot_cards :nth-of-type(3) .icons_set_1:nth-of-type(3) {
        top: 16px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:809px) {

    .boot_cards :nth-of-type(7) .icons_set_1:nth-of-type(2),
    .boot_cards :nth-of-type(7) .icons_set_1:nth-of-type(3) {
        top: 16px !important;
    }
}
}

@media only screen and (min-width:768px) and (max-width:867px) {

    .boot_cards :nth-of-type(8) .icons_set_1:nth-of-type(2),
    .boot_cards :nth-of-type(8) .icons_set_1:nth-of-type(3) {
        top: 10px !important;
    }
}


@media only screen and (min-width:992px) and (max-width:1199px) {

    .icons_set_1:nth-of-type(2),
    .icons_set_1:nth-of-type(3) {
        top: 27px;
    }

    .boot_cards .card-title {
        font-size: 15px;
        line-height: 23px !important;
        width: 66% !important;
    }

    .boot_cards .card h6 {
        font-size: 11px;
        line-height: 18px !important;
    }

    .icons_set_1:nth-of-type(1) svg,
    .icons_set_1:nth-of-type(2) svg,
    .icons_set_1:nth-of-type(3) svg {
        height: 20px;
        width: 20px !important;
    }

    .boot_cards .card-title {
        font-size: 12px;
        line-height: 21px !important;
        padding-bottom: 0;
    }

    .boot_cards .card h6 {
        font-size: 13px;
        line-height: 18px !important;
    }


    .icons_set_1:nth-of-type(3) {
        width: 44%;
    }

    .icons_set_1:nth-of-type(2) {
        width: 37%;
    }


    .boot_cards .card {
        height: 200px;
    }

    .boot_cards .card-img {
        height: 58%;
    }

    .icons_set_1:nth-of-type(2),
    .icons_set_1:nth-of-type(3) {
        top: 32px !important;
    }

    .boot_cards :nth-of-type(3) .icons_set_1:nth-of-type(2),
    .boot_cards :nth-of-type(3) .icons_set_1:nth-of-type(3) {
        top: 16px !important;
    }

    .boot_cards :nth-of-type(7) .icons_set_1:nth-of-type(2),
    .boot_cards :nth-of-type(7) .icons_set_1:nth-of-type(3) {
        top: 16px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1003px) {

    .boot_cards :nth-of-type(4) .icons_set_1:nth-of-type(2),
    .boot_cards :nth-of-type(4) .icons_set_1:nth-of-type(3) {
        top: 16px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .icons_set_1:nth-of-type(3) {
        width: 40%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .icons_set_1:nth-of-type(3) {
        width: 39%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1799px) {

    .icons_set_1:nth-of-type(2),
    .icons_set_1:nth-of-type(3) {
        top: 40px;
    }



    .boot_cards .card {
        height: 230px;
    }

    .boot_cards .card-img {
        width: 72%;
    }

    .boot_cards .card-title {
        font-size: 15px;
        line-height: 15px;
        padding-bottom: 10px;
    }

    .boot_cards .card h6,
    .boot_cards .card h6 span {
        font-size: 18px;
        line-height: 22px;
    }

    .icons_set_1 p {
        font-size: 12px !important;
        line-height: 15px !important;
    }


}

@media only screen and (min-width: 1800px) and (max-width: 1999px) {

    .icons_set_1:nth-of-type(2),
    .icons_set_1:nth-of-type(3) {
        top: 46px;
    }

    .icons_set_1:nth-of-type(3) {
        width: 30%;
    }

    .icons_set_1:nth-of-type(2),
    .icons_set_1:nth-of-type(3) {
        width: 35%;
    }

    .boot_cards .card {
        height: 250px;
    }

    .boot_cards .card-title {
        font-size: 17px;
        line-height: 17px;
        padding-bottom: 10px;
    }

    .boot_cards .card h6,
    .boot_cards .card h6 span {
        font-size: 22px;
        line-height: 22px;
    }


    .icons_set_1 p {
        font-size: 14px !important;
        line-height: 18px !important;
    }
}

@media only screen and (min-width: 2000px) {
    #row5 .slide4_item button {
        width: 135px;
        height: 35px;
        font-size: 16px;
        line-height: 16px;
    }

    .icons_set_1:nth-of-type(2),
    .icons_set_1:nth-of-type(3) {
        top: 85px !important;
    }

    .icons_set_1:nth-of-type(3) {
        width: 35%;
    }

    .icons_set_1 p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .icons_set_1:nth-of-type(2),
    .icons_set_1:nth-of-type(3) {
        width: 34%;
    }

    .boot_cards .card {
        height: 350px;
    }

    .boot_cards .card-title {
        font-size: 22px;
        line-height: 26px !important;
        padding-bottom: 10px;
    }

    .boot_cards .card h6,
    .boot_cards .card h6 span {
        font-size: 28px;
        line-height: 30px;
    }


}

@media only screen and (min-width: 2000px) and (max-width:2194) {

    .carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(2),
    .carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(3) {
        top: 65px !important;
    }
}

@media only screen and (min-width: 2195px) and (max-width:2194) {

    .carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(2),
    .carousel-item:nth-child(1) .card-1:nth-of-type(2) .icons_set_1:nth-of-type(3) {
        top: 85px !important;
    }
}

@media only screen and (min-width: 2000px) and (max-width:2212) {

    .carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(2),
    .carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(3) {
        top: 65px !important;
    }

}

@media only screen and (min-width: 2213px) {

    .carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(2),
    .carousel-item:nth-child(2) .card-1:nth-of-type(3) .icons_set_1:nth-of-type(3) {
        top: 85px !important;
    }

}
 

