@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	background-color: #f2f2f2;
	padding-bottom:200px;
	position:relative
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000000;
}
  ::-moz-placeholder { /* Firefox 19+ */
 color: #000000;
}
  :-ms-input-placeholder { /* IE 10+ */
 color: #000000;
}
  :-moz-placeholder { /* Firefox 18- */
 color: #000000;
}
li {
	list-style: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.bg-light {
	background-color: transparent !important;
	position: relative;
	z-index: 9;
}
.text-info {
	color: #2d88a7 !important;
}
nav.navbar.navbar-light.bg-light::before {
 display: block;
 content: "";
 background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) !important;
 height: 160%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
}
.righthead {
	float: right;
}
.linkninfo {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0
}
.linkninfo ul li {
	list-style: none !important;
	display: inline;
	list-style-type: none !important;
}
li.phonenumber {
	font-family: 'Open Sans', sans-serif;
	color: #65106b;
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	background: url("../images/phoneicon.svg") no-repeat left center;
	padding: 5px 0 5px 35px
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 19px;
	padding: 10px 18px;
	text-transform: uppercase
}
.topform {
	position: relative;
	overflow: hidden;
	padding-bottom: 160px;
	padding-top: 101px;
	margin-top: -71px;
	min-height: 730px;
}
.rotateit {
	position: absolute;
	height: 75%;
	width: 100%;
	left: 0;
	top: -10px;
	transform: rotate(-10deg);
}
.skewbg {
	position: absolute;
	top: -50px;
	left: 22px;
	height: 137%;
	width: 248%;
	transform: skew(4deg, 3.1deg);
	border-radius: 0 0 0 139px;
	background-color: #65106b;
}
.skewbg-light {
	position: absolute;
	top: -150px;
	left: 30px;
	height: 137%;
	width: 130%;
	transform: skewX(1deg);
	border-radius: 0 0 0 139px;

	background: #00a9e0;
	background: -webkit-linear-gradient(bottom right, #00a9e0, #ace6fc);
	background: -moz-linear-gradient(bottom right, #00a9e0, #ace6fc);
	background: linear-gradient(to top left, #00a9e0, #ace6fc);
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,81c0e1+100 */
    /*background: rgb(255, 255, 255);*/
	/* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 192, 225, 1) 100%);*/
	/* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 192, 225, 1) 100%);*/
	/* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(129, 192, 225, 1) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#81c0e1', GradientType=0);*/
/* IE6-9 */
}
.bgtexture {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: transparent url("../images/bg-texture.svg") no-repeat center bottom
}
.contactDetailsBox {
	width: 397px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	background-color: #f6faff;
	padding: 25px 22px;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
	box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
	text-align: left;
}
.contactDetailsBox label.formGrp.customCheckBox.error .error-message {
    margin-left: -35px;
}
.contactDetailsBox h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.contactDetailsBox label {
	margin-bottom: 15px;
}
.contactDetailsBox label input[type=text] {
	display: inline-block;
	width: 51%;
	outline: none;
	border: none;
	border-bottom: 1px solid #1167b1;
	background-color: #f6faff;
}
.contactDetailsBox .footerInfo {
	color: #92cee6;
	font-size: 12px;
	border: none;
	padding: 0px;
}
.thankyouBox {
	width: 635px;
	height: auto;
	min-height: 371px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 40px;
	position: relative;
	border-radius: 20px;
	-webkit-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
	box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
	text-align: center;
	font-size: 18px;
}
.thankyouBox h4 {
	font-size: 18px;
	margin-top: 15px;
}
.thankyouBox p {
	margin: 20px 0px;
}
.thankyouBox .Info {
	font-size: 14px;
}
.thankyouBox .Info span {
	font-size: 18px;
	color: #3c6990;
	margin-left: 35px;
}
.customCheckBox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.customCheckBox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px !important;
	width: 20px !important;
	background-color: #fff;
	border: 2px solid #aeaeae
}

/* On mouse-over, add a grey background color */
.customCheckBox:hover input~.checkmark {
 background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customCheckBox input:checked~.checkmark {
 background-color: #fff;
 border-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.customCheckBox input:checked~.checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
.customCheckBox .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #2196F3;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contactDetailsBox .buttonGroup {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.btnGroup .btn {
	margin-right: 18px;
}
.btnGroup {
	padding-bottom:10px
}
.btnPrimary {
	background-color: #0095da;
	color: #fff;
	width: 140px;
	height: 47px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border: 1px solid #0095da;
	-webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	border-radius: 47px;
}
.btnSecondary {
	background-color: #fff;
	color: #aeaeae;
	width: 140px;
	height: 47px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border: 1px solid #aeaeae;
	-webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	border-radius: 47px;
}
.btnHealth {
	background-color: #0095da;
	color: #fff;
	width: auto;
	min-width: 140px;
	height: 47px;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border: 1px solid #0095da;
	-webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	border-radius: 47px;
	padding-top: 10px;
}
.btnPolicy {
	background-color: #00b4ef;
	color: #fff;
	width: auto;
	min-width: 140px;
	height: 47px;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border: 1px solid #00b4ef;
	-webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	border-radius: 47px;
	padding-top: 10px;
}
.btneproposal {
	background-color: #1673c1;
	color: #fff;
	width: auto;
	min-width: 140px;
	height: 47px;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border: 1px solid #1673c1;
	-webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
	border-radius: 47px;
	padding-top: 10px;
}
.btn img {
	margin-left: 10px;
}
.successMessage {
	display: none;
}
.boxWrapperMessageBody {
	background: rgba(89, 167, 11, 1);
	background: -moz-linear-gradient(left, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(89, 167, 11, 1)), color-stop(100%, rgba(23, 116, 193, 1)));
	background: -webkit-linear-gradient(left, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
	background: -o-linear-gradient(left, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
	background: -ms-linear-gradient(left, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
	background: linear-gradient(to right, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59a70b', endColorstr='#1774c1', GradientType=1 );
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 30px;
	text-align: center;
}
body.success .boxWrapperMessageBody {
	padding-top: 50px;
}
body.success .successMessage {
	display: block;
	margin-top: -39px;
	margin-bottom: 10px;
}
body.success .successMessage .iconSec {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
}
body.success .successMessage .messageSec {
	width: 80%;
	height: auto;
	display: inline-block;
	text-align: left;
	margin-left: 10px;
}
.boxWrapper {
	background: #00b5ef;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-height: 480px;
	position: relative;
	border-radius: 30px;
	-webkit-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
	box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
	text-align: left;
}
.boxWrapper h3 {
	font-size: 18px;
	margin-bottom: 25px;
	max-width: 610px;
	;
}
/*.whiteBgSkew {
	width: 102px;
	height: 540px;
	-webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background: #fff;
	margin-left: -51px;
}*/


.box-skewed-bg {
	width: 108%;
	height: 100%;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	background: #f6faff;
	position:absolute;
}
.box-skewed-content {
	background: #f6faff;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	min-height: 540px;
	width:100%;
	/*    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);*/
    padding: 25px 50px 30px 25px;
	text-align: left;
	position:relative;
	z-index:999 !important;
	top:0px;
	left:0px
}
.boxLeftContent {
	width: 72%;
	height: auto;
	float: left;
	position: relative;
}
.boxRightContent {
	width: 28%;
	height: auto;
	float: right;
	position: relative;
}
.rightInfoBox {
	width: 260px;
	min-height: 269px;
	border-radius: 10px;
	position: absolute;
	left: 5px;
	top: 100px;
	z-index: 999 !important;
	background: #1673c2;
	/* Old browsers */
    background: -moz-linear-gradient(top, #1673c2 0%, #1265ac 45%, #093e6c 100%);
	/* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1673c2 0%, #1265ac 45%, #093e6c 100%);
	/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1673c2 0%, #1265ac 45%, #093e6c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1673c2', endColorstr='#093e6c', GradientType=0);
	/* IE6-9 */
    color: #ffffff;
	font-size: 22px;
	padding: 40px 32px;
	text-align: left;
	font-weight: lighter;
	text-align:center
}
 .rightInfoBox::after {
 content: "";
 background: url(../images/blood-count-test.svg) no-repeat;
 padding: 40px;
 position: absolute;
 bottom: 5px;
 right: 20px;
}
.boxBottomIcon {
	position: absolute;
	bottom: 0px;
	right: 50px
}
.moreDetailsWrapper {
	width: 100%;
	height: auto;
	font-size: 14px;
	margin-bottom: 20px;
}
.moreDetailsWrapper div {
	display: inline-block;
	float: left;
	margin-right: 24px;
	font-size: 12px;
}
.moreDetailsWrapper div.iconSec {
	width: 55px;
}
.moreDetailsWrapper div.descriptionSec {
	width: 230px;
}
.moreDetailsWrapper div.buttonSec {
	width: 200px;
}
.footerInfo {
	width: 100%;
	height: auto;
	border-top: 1px solid #e1e1e1;
	padding: 20px 0px;
	font-size: 12px;
}
.gender input[type=checkbox] {
	display: none;
}
.gender img {
	display: block;
	margin: 0 auto;
}
.gender input[type=checkbox]+label {
	background: #efefef;
	height: 74px;
	width: 74px;
	display: inline-block;
	border-radius: 20px;
	padding: 8px 0 8px 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 10px;
	cursor: pointer;
}
.gender input[type=checkbox]:checked+label {
	background: #fff;
	border-radius: 20px;
	height: 74px;
	width: 74px;
	display: inline-block;
	padding: 8px 0 8px 0px;
	-webkit-box-shadow: -1px -1px 17px -7px rgba(0, 179, 239, 1);
	-moz-box-shadow: -1px -1px 17px -7px rgba(0, 179, 239, 1);
	box-shadow: -1px -1px 17px -7px rgba(0, 179, 239, 1);
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 10px;
	cursor: pointer;
}
.radiocontainer {
	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;
	color: #949494;
	margin-left: 15px;
}
label.radiocontainer {
	display: inline !important;
}
/* Hide the browser's default radio button */
.radiocontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.radiocheckmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #b2b2b2;
}
.radiocheckmark2 {
	position: absolute;
	top: 4px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #b2b2b2;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input~.radiocheckmark {
 background-color: #fff;
 border: 1px solid #b2b2b2;
}
 .radiocontainer:hover input~.radiocheckmark2 {
 background-color: #fff;
 border: 1px solid #b2b2b2;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked~.radiocheckmark {
 background-color: #fff;
 border: 1px solid #00b5ef;
}
 .radiocontainer input:checked~.radiocheckmark2 {
 background-color: #fff;
 border: 1px solid #00b5ef;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocheckmark:after {
	content: "";
	position: absolute;
	display: none;
}
.radiocheckmark2:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked~.radiocheckmark:after {
 display: block;
}
 .radiocontainer input:checked~.radiocheckmark2:after {
 display: block;
}
/* Style the indicator (dot/circle) */
.radiocontainer .radiocheckmark:after {
	top: 1px;
	left: 1px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #00b5ef;
}
.radiocontainer .radiocheckmark2:after {
	top: 1px;
	left: 0px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #00b5ef;
}
.mL-0 {
	margin-left: 0px !important;
}
.policyBoxWrapper {
	max-width: 610px;
	height: auto;
	margin: 20px 0px;
	/*padding-bottom: 30px;*/
}
.policyBoxWrapper-secondary {
	max-width: 610px;
	height: auto;
	margin: 20px 0;
	/*padding-bottom: 30px;*/
}
.policyBoxWrapper .owl-carousel{width:auto; max-width:610px;}
.policyBoxWrapper-secondary .owl-carousel{width:auto; max-width:610px;}
.policyBoxWrapper-secondary .owl-carousel .owl-stage-outer {
	padding-top: 10px;
}
.addonBoxWrapper {
	width: 100%;
	height: auto;
	margin: 20px 0;
	/*padding-bottom: 30px;*/
}
.summaryWrapper {
	width: 100%;
	height: auto;
	margin: 20px 0;
	/*padding-bottom: 30px;*/
}
.policyPremiumBox {
	width: 176px;
	height: 222px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
	-moz-box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
	box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
	float: left;
	margin-right: 20px;
	position: relative;
	z-index: 100;
}
.addonPremiumBox {
	width: 341px;
	height: auto;
	min-height: 291px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
	-moz-box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
	box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
	float: left;
	margin-right: 20px;
	position: relative;
	z-index: 100;
}
 .popularPremium::before {
 content: "";
 position: absolute;
 width: 176px;
 height: 38px;
 border-top-right-radius: 10px;
 border-top-left-radius: 10px;
 background: url(../images/mostpopular-icon.png) no-repeat center top 4px #fd8001;
 text-align: center;
 text-transform: uppercase;
 color: #fff;
 font-weight: bold;
 z-index: -1;
 top:-23px;
 text-align: center;
}
.policyPremiumBox input[type=radio] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.addonPremiumBox input[type=radio] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 88px;
	height: 34px;
	z-index: 999999;
	left: 20px;
	bottom: 20px;
}
.addonPremiumBox .premiumTopBox {
	height: 63px;
	;
	border-radius: 10px;
}
.addonPremiumBox .premiumTopBox h3 {
	border-top:none;
}
.premiumTopBox h3 span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
	vertical-align: middle;
}
.addonPremiumBox .premiumTopBox h3 span {
	font-size: 14px;
	font-weight: normal;
	margin-right: 20px;
	vertical-align: middle;
}
.addonPremiumBox.premiumactive .premiumTopBox {
	height: 63px;
	border-radius: 10px;
}
.addonPremiumBox .premiumBtn {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.policyPremiumBox:hover {
	cursor: pointer;
}
.policyPremiumBox:hover .premiumTopBox {
	background: rgba(0,149,218,1);
	background: -moz-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,149,218,1)), color-stop(49%, rgba(22,116,193,1)), color-stop(100%, rgba(22,116,193,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: linear-gradient(135deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#1674c1', GradientType=1 );
	width: 100%;
	height: 105px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 15px 12px 10px;
	font-size: 12px;
}
.premiumactive .premiumTopBox {
	background: rgba(0,149,218,1);
	background: -moz-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,149,218,1)), color-stop(49%, rgba(22,116,193,1)), color-stop(100%, rgba(22,116,193,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: linear-gradient(135deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#1674c1', GradientType=1 );
	width: 100%;
	height: 105px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 15px 12px 10px;
	font-size: 12px;
}
.policyPremiumBox:hover .premiumBtn {
	width: 88px;
	height: 34px;
	border-radius: 34px;
	text-align: center;
	vertical-align: middle;
	border: none;
	outline: none;
	color: #fff;
	background: rgba(0,149,218,1);
	background: -moz-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,149,218,1)), color-stop(49%, rgba(22,116,193,1)), color-stop(100%, rgba(22,116,193,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: linear-gradient(135deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#1674c1', GradientType=1 );
	font-size: 14px;
}
.premiumactive .premiumBtn {
	width: 88px;
	height: 34px;
	border-radius: 34px;
	text-align: center;
	vertical-align: middle;
	border: none;
	outline: none;
	color: #fff;
	background: rgba(0,149,218,1);
	background: -moz-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,149,218,1)), color-stop(49%, rgba(22,116,193,1)), color-stop(100%, rgba(22,116,193,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	background: linear-gradient(135deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#1674c1', GradientType=1 );
	font-size: 14px;
}
.policyPremiumBox:hover .premiumMidBox h4 {
	font-size: 18px;
	color: #1482ab;
	font-weight: bold;
}
.premiumactive .premiumMidBox h4 {
	font-size: 18px;
	color: #1482ab;
	font-weight: bold;
}
.policyPremiumBox:hover .premiumMidBox p {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
.premiumactive .premiumMidBox p {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
.premiumMidBox p {
	color: #6d6d6d;
	font-size: 14px;
	margin-bottom: 5px;
}
.addonPremiumBox .premiumMidBox p {
	color: #363636;
	font-size: 14px;
	margin-bottom: 5px;
}
.addonPremiumBox .premiumMidBox p.head {
	color: #363636;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.addonPremiumBox .premiumMidBox {
	position: relative;
	height: 100px;
}
.premiumMidBox h4 {
	font-size: 18px;
	color: #6d6d6d;
	font-weight: bold;
}
.premiumBtn {
	width: 88px;
	height: 34px;
	border-radius: 34px;
	text-align: center;
	vertical-align: middle;
	border: none;
	outline: none;
	color: #fff;
	background: rgba(191, 219, 230, 1);
	background: -moz-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(191, 219, 230, 1)), color-stop(92%, rgba(129, 199, 226, 1)), color-stop(100%, rgba(129, 199, 226, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
	background: linear-gradient(135deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfdbe6', endColorstr='#81c7e2', GradientType=1);
	font-size: 14px;
}
.premiumTopBox {
	background: rgba(191, 219, 230, 1);
	background: -moz-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(191, 219, 230, 1)), color-stop(92%, rgba(129, 199, 226, 1)), color-stop(100%, rgba(129, 199, 226, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
	background: linear-gradient(135deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfdbe6', endColorstr='#81c7e2', GradientType=1);
	width: 100%;
	height: 105px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 15px 12px 10px;
	font-size: 12px;
}
.premiumTopBox p {
	margin-bottom: 5px;
}
.premiumTopBox h3 {
	padding-top: 6px;
	border-top: 1px solid #b3d6e4;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 6px;
	font-weight: bold;
}
.premiumMidBox {
	text-align: center;
	padding: 10px;
}
.addonPremiumBox .premiumMidBox {
	text-align: left;
	padding: 10px;
}
.premiumFooter {
	font-size: 14px;
	margin: 20px 0px;
}
.premiumFooter strong {
	display: inline-block;
	height: auto;
}
.premiumFooter span {
	display: inline-block;
	margin-left: 10px;
	height: auto;
}
/*Accordion css*/
.custom-accordion {
	margin-bottom: 20px;
}
.custom-accordion .card {
	border-radius: 0px;
	border: none;
}
.custom-accordion .card-header {
	background-color: #f6faff;
	border-top: 1px solid #c7c8cd;
	border-bottom: 1px solid #c7c8cd;
}
.custom-accordion .card-header .btn {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	padding: .375rem 2.3rem .375rem 0rem;
	font-weight: 600;
}
.custom-accordion .card-header .btn .fa {
	position: absolute;
	right: 0px;
	width: 24px;
	height: 24px;
	border: 1px solid;
	vertical-align: middle;
	text-align: center;
	line-height: 24px;
	border-radius: 34px;
	font-size: 12px;
	color: #2f6089;
	border-color: #2f6089;
}
.custom-accordion .card-header .btn.collapsed .fa {
	position: absolute;
	right: 0px;
	width: 24px;
	height: 24px;
	border: 1px solid;
	vertical-align: middle;
	text-align: center;
	line-height: 23px;
	border-radius: 34px;
	font-size: 12px;
	color: #747577;
	border-color: #747577;
}
.custom-accordion .accordion > .card .card-header {
	margin-bottom: 0px;
	border-bottom: 1px solid #c7c8cd;
}
.custom-accordion .card-header {
 padding: .75rem 0rem;
}
.custom-accordion .card-body {
	padding: 10px 0;
	font-size: 13px;
	color: #0e3a61;
	background:#f6faff;
}
.paymentWrapper {
	font-size: 14px;
}
.paymentWrapper h4 {
	font-size: 17px;
}
.paymentWrapper label {
	margin-bottom: 15px;
}
.paymentWrapper label input[type=text] {
	display: inline-block;
	width: 50%;
	outline: none;
	border: none;
	border-bottom: 1px solid #1167b1;
	margin: 0 8px;
	background: #f6faff;
}
.paymentWrapper .radiocheckmark {
	top: 9px;
}
.formSectionMain {
	margin-bottom: 25px;
}
.formSection h4 {
	font-size: 17px;
	margin-bottom: 20px;
}
.formSection label input[type=text] {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 1px solid #1167b1;
	color: #1e7ea4;
	background: #f6faff;
}

.formSection label textarea {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 1px solid #1167b1;
	color: #1e7ea4;
	background: #f6faff;
	min-height:90px;
}
.formSection label select {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 1px solid #1167b1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/arrow-down-sign-to-navigate.svg) no-repeat right center #f6faff;
	color: #000;
}
.formSection label {
	margin-bottom: 25px;
	font-size: 14px;
	width: 100%;
}
label.full {
	width: 100%;
}
.phone-prefix {
    position: relative;
}
.phone-prefix span {
	position: absolute;
	left: 0px;
}
.phone-prefix input[type="text"] {
    padding-left: 25px;
}
.modal{z-index: 999999 !important;}
.modal-content{background: #f6faff;}
.custom-modal .modal-content {
	min-width: 624px;
	border-radius: 10px;
	color: #7d7d7d;
	font-size: 15px;
	padding: 20px 50px;
}

.custom-modal .modal-content-lesspadd {
	min-width: 624px;
	border-radius: 10px;
	color: #7d7d7d;
	font-size: 15px;
	padding: 20px;
	text-align: left;
}










.custom-modal h4 {
	font-size: 20px;
	color: #231f20;
	margin: 20px 0;
}
.custom-modal .btnGroup {
	margin-top: 30px;
}
.otpform {
	max-width: 360px;
	margin: 20px auto 20px;
}
.otpform input {
	margin: 0 3px;
	text-align: center;
	line-height: 45px;
	font-size: 28px;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px #ccc inset;
	outline: none;
	width: 45px;
	transition: all 0.2s ease-in-out;
	border-radius: 10px;
}
.otpform input:focus {
	border-color: #0095d9;
	box-shadow: 0 0 5px #0095d9 inset;
}
 .otpform input::-moz-selection {
 background: transparent;
}
 .otpform input::selection {
 background: transparent;
}
.otp-top-desc {
	font-weight: 600;
}
.otp-bottom-head {
	color: #231f20;
	font-size: 14px;
	margin-bottom: 8px;
}
.otp-bottom-desc {
	font-size: 12px;
}
.mobOff {
	display: inline-block;
}
.mobOn {
	display: none;
}
span.mobOff {
	margin: 0 3px;
}
span.mobOn {
	margin: 0 3px;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.totalPremiumSec {
	width: 92%;
	height: 52px;
	border-radius: 10px;
	background-color:#e0f1fb;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	padding: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 37px !important;
	height: 6px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#80c5e2;
}

.owl-theme .owl-nav {
    margin-top: 0px;
    height: 1px;
}
.footer {
	width: 100%;
	padding: 33px;
	background: #464646;
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.owl-carousel .nav-btn{
	height: 27px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 120px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }
  
  .owl-carousel .prev-slide{
	background: url(../images/nav-icon.png) no-repeat scroll 0 0;
	left: -15px;
  }
  .owl-carousel .next-slide{
	background: url(../images/nav-icon.png) no-repeat scroll -24px 0px;
	right: -15px;
  }
  .owl-carousel .prev-slide:hover{
   background-position: 0px -30px;
  }
  .owl-carousel .next-slide:hover{
  background-position: -24px -30px;
  }	

.owl-dots{display: none;}
.footer {
	width: 100%;
	padding: 33px;
	background: #464646;
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.error-message{display: none;}
.error .error-message{display: block; color: #ff402c; font-size: 10px; text-align: left; margin-top: 2px;}
label.error input[type="text"]{border-color:#ff402c !important ;}
.plusBtn{width: 21px; height: 21px; background: url(../images/plus.svg) no-repeat center center; padding: 12px 12px; float: right; }
.minusBtn{width: 21px; height: 21px; background: url(../images/minus.svg) no-repeat center center; padding: 12px 12px; float: right; }
.formSection label [type="date"] {
    display: block;
    width: 100%;
    outline: none;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid 
#1167b1;
background:
#f6faff url(../images/calendar.svg) 97% 50% no-repeat;
color:
    gray;
    content: attr(placeholder) ": ";
}



.our-team-main
{
	width:100%;
	height:auto;
	border:1px solid #ccc;
	/* border-bottom:5px #042c4e solid; */
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
}


.our-team-main img
{
	margin-bottom:20px;
	width: auto;
}

.our-team-main h3
{
	font-size:20px;
	font-weight:700;
}

.our-team-main p
{
	margin-bottom:0;
	color:#042c4e;
	font-size:14px;
}

.team-back
{
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background:rgba(0, 135, 199, .9);
padding: 5px 15px;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
	
}
.team-back ul{margin:0px; padding:0px;}
.team-back ul li {
    border-top: 1px solid 
    #00a9db;
}
.team-back ul li:first-child {
    border: none;
}
.team-back ul li a {
    color:#fff;
    padding:5px 0;
    display:block;
    text-decoration: none;
	font-size:12px;
	text-align:left;
}

.team-front
{
	width:100%;
	height:auto;
	min-height:195px;
	position:relative;
	z-index:10;
	background:#fff;
	padding:30px 15px 15px;
	bottom:0px;
	transition: all 0.5s ease;
}

.team-front2
{
	width:100%;
	height:auto;
	min-height:195px;
	position:relative;
	z-index:10;
	background:#fff;
	padding:30px 15px 15px;
	bottom:0px;
	transition: all 0.5s ease;
}
.team-front2 a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 30px 15px 15px;	
}
.our-team-main:hover .team-front
{
	bottom:-200px;
	transition: all 0.5s ease;
}

.our-team-main:hover
{
	border-color:#777;
	transition:0.5s;
}


.rightInfoBox button {
    outline: none;
    border: 1px solid #ffffff;
min-width: 60px;
border-radius: 50px;
font-size: 12px;
height: 30px;
background-color:
transparent;
color:#fff;
    text-transform: uppercase;
    display: inline-block;
}



.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.addressSection{font-size:11px;}
.addressSection p{margin-bottom:6px;}
.addressSection .head{font-size:16px;}
.responsive-tabs{margin-top:20px;}
.tab-content{padding-top:25px;}
.nav-tabs {
    border-bottom: 1px solid 
    #dee2e6;
    height: 33px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid 
    transparent;
    border-radius: 4px 4px 0 0;
	margin-right: 2px;
padding: 5px 20px;
text-decoration:none;
background:#e6e5e5;
border-bottom: 4px solid #e6e5e5;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
border-bottom: 4px solid #042c4e;
position: relative; 
background:#3575c9;
color:#fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

@media screen and (max-width: 992px) {
    /*
     * In Mobile, hide the tabs controls and undo some potential damage done by the accordion
     */
    .responsive-tabs .nav-tabs,
    .responsive-tabs .tab-content .collapse.active:not(.in) {
        display: none;
    }
    .responsive-tabs .tab-content .collapse.in,
    .responsive-tabs .tab-content .collapsing {
        display: block;
    }
}


/* DESKTOP style */
@media screen and (min-width: 991px) {
    /*
     * In desktop, hide the accordion's controls and undo some potential damage done on the active tab
     */
    .responsive-tabs .panel-heading {
        display: none;
    }
    .responsive-tabs > .active {
        height: auto !important;
    }
}


/* To make it a bit prettier */
.tab-content .panel-heading {
    padding: 0;
}

.tab-content a {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: solid #ccc;
    border-width: 1px 0;
}

 @media only screen and (max-width: 1199px) {
 .rightInfoBox {
 max-width: 235px;
 height: auto;
}
 .addonPremiumBox {
 width: 96%;
 height: auto;
 min-height: 291px;
}
}
@media only screen and (max-width: 1023px) {

	.container {
		max-width: 100% !important;
	}
	.rightInfoBox{left: -30px;}


}
@media only screen and (max-width: 767px) {
.addonBoxWrapper{padding-bottom: 30px;}
 body {
 padding-bottom:0px;
}
.mobOff {
display: none;
}
.mobOn {
display: inline-block;
}
.topform {
 background:url(../images/health-care.svg) no-repeat bottom 150px right 50px #abd5eb;

    height: auto;
}
.moredetailsmain{padding-bottom: 30px;}
 .bgtexture, .rotateit {
 display: none;
}
.linkninfo {
display: none;
}
.contactDetailsBox {
width: 96%;
}
.contactDetailsBox h3 {
color: #0a3b66;
}
.boxWrapper h3 {
color: #0a3b66;
}
.policyBoxWrapper h3 {
color: #fff;
}
.premiumTopBox h3 {
color: #fff;
}
.thankyouBox h4 {
color: #0a3b66;
}
.thankyouBox .Info span {
margin-left: 8px;
}
.boxRightContent {
display: none;
}
.container {
 max-width: 100%;
}
.boxBottomIcon {
display: none;
}
.box-skewed-bg {
transform: none;
width: auto;
height: auto;
}
.box-skewed-content {
transform: none;
padding: 30px 15px;
border-radius: 20px;
height: auto;
width: 100%;
}
.boxLeftContent {
width: 100%;
}
.boxWrapper {
height: auto;
}
.moreDetailsWrapper div.buttonSec {
 width: 200px;
 float: none;
 display: block;
 margin-left: 60px;
}
.moreDetailsWrapper div {
 margin-right: 14px;
 font-size: 12px;
}
.moreDetailsWrapper div.descriptionSec {
 margin-right: 0px;
}
.footerInfo .col-md-4.text-right {
text-align: left !important;
}
.owl-carousel {
max-width: 767px;
}
.custom-modal .modal-content {
 min-width: auto;
}
.custom-modal .modal-content {
 padding: 10px;
}
.thankyouBox {
width: 94%;
}
 .thankyouBox .btn {
min-width: 200px;
max-width: 200px;
margin-bottom: 15px;
}
.policyPremiumBox {
 width: 93%;
 height: auto;
 min-height: 222px;
}
.popularPremium::before {
width: 100%;
}
.owl-nav {
display: none;
}
}
 @media only screen and (max-width: 599px) {
}
 @media only screen and (max-width: 480px) {
.btnGroup .btn {
 margin-right: 8px;
}
.otpform input {
 margin: 0 1px;
 text-align: center;
 line-height: 35px;
 font-size: 18px;
 border: solid 1px #ccc;
box-shadow: 0 0 5px  #ccc inset;
 outline: none;
 width: 35px;
 transition: all 0.2s ease-in-out;
 border-radius: 10px;
}
.footer span {
display: block;
}
}
 @media only screen and (max-width: 376px) {
.popularPremium::before {
 background: url(../images/mostpopular-icon2.png) no-repeat center top 4px  #fd8001;
}
}
 @media only screen and (max-width: 359px) {
.btnPrimary, .btnSecondary {
width: auto;
min-width: 120px;
}
 .moreDetailsWrapper div {
 margin-right: 5px;
}
 .moreDetailsWrapper div.descriptionSec {
 width: 200px;
}
}
