@charset "utf-8";
/* CSS Document */
/*global*/
.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/fa-regular-400.eot);src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}
.fa-long-arrow-alt-right:before {content: "\f30b"; }
.fa-rupee-sign:before {content: "\f156"; }
.fa-times-circle:before {content: "\f057"; }
* {margin: 0;  padding: 0;  box-sizing: border-box;}
.cf:after, .cf:before {  content: '';  display: block;}
.cf:after {  content: '';  clear: both;}
.fltl {  float: left;}
.fltr {  float: right;}
body {  background: #f5f9ff;  font-family: 'Oxygen';  color: #2b3141;}
a, a:link {color: #0391f3;  text-decoration: none;}
a:hover {  color: #000;  text-decoration: none;}
a img , input:focus, select:focus{  border: none; outline: none;}
ul {  list-style: none;  margin: 0;  padding: 0;}
ul li {  list-style: none;  margin: 0;  padding: 0;}
#mainwrap {	position: relative;  width: 100%;  margin: 0 auto;}
.cntwrap {	position: relative;  margin: 0px auto;  width: 1410px;}
.nomarg {  margin: 0 !important;}
.nobrd {  border: none !important;}
.nopadd {  padding: 0 !important;}
h1 {  font-size: 30px;}
h2 {  font-size: 30px;}
/*END global*/
/*header set*/
header {background:#fff;}
.logoPlc { padding:25px 0;}
.mainHdrBnr {height:350px;background: #f5f9ff;}
.bnrPoss {position:absolute; z-index: 1;}
.bnrPoss.bnrhldr {left:0; top: -51px; width: 70%;}
.bnrPoss.frmhldr {right:0; width: 30%;}
	/*formset*/
.mobshow {display: none;}
.frmhldr { border: 0; border-radius: 8px; background: #fff; padding: 40px; position: absolute; top: -50px;-webkit-box-shadow: 0 0 3px 3px rgba(34,65,121,0.03); box-shadow: 0 0 3px 3px rgba(34,65,121,0.03);}
.frmhldr:after {position: absolute; content: "";  width: 94%;  left: 3.3%; height: 10px; bottom: -10px; background: rgba(255,255,255,0.4) ; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;}
.frmHd { font-size: 20px; color: #00529c; font-weight: 700; margin-bottom: 20px;}
.frmhldr ul li {margin-bottom: 15px; display: inline-block; width: 100%; position: relative;}
.frmhldr ul li.hlfFlds {width: 46%; }
.frmhldr ul li.hlfFlds.extramrg {margin-right: 20px;}
.frmhldr ul li input, .frmhldr ul li select {width: 100%; border-bottom: 1px solid #f2f2f2; border-left: 0; border-right: 0; border-top: 0; background: transparent; color: #000; font-size: 14px; padding: 0 0 15px;}

/*custom select box
.custom-select {position: relative;}
 .custom-select select {display: none;}
 .select-selected:after {position: absolute; content: ""; top: 25px; right: 10px; width: 0; height: 0; border: 6px solid transparent; border-color: #000 transparent transparent transparent;}
 .select-selected.select-arrow-active:after { border-color: transparent transparent #000 transparent; top: 15px;}
 .select-items div, .select-selected { padding: 15px 0; border-bottom: 1px solid #f2f2f2; cursor: pointer; user-select: none; font-size: 13px;}
 .select-items div { padding: 8px 5px; border-top: 1px solid #b8b8b8; border-bottom: 1px solid #fff;}
 .select-items div:first-child { border: 0; }
 .select-items { position: absolute; background-color: white; border-bottom: 1px solid #b8b8b8; border-left: 1px solid #b8b8b8; border-right: 1px solid #b8b8b8; border-radius: 8px; border-topo: 0; top: 100%; left: 0; right: 0; z-index: 99; height: 169px; overflow-y: scroll;}
 .select-hide { display: none;}
 .select-items div:hover, .same-as-selected { background: rgb(233,233,233); background: linear-gradient(360deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 35%);}
	end custom select box*/
	/*custom checkbox
.form-group { display: block;  margin-bottom: 15px;}
.form-group input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.form-group label { position: relative; cursor: pointer; font-size: 10px; color: #8d919c;}
.form-group label:before { content:''; -webkit-appearance: none; background-color: transparent; border: 2px solid #e0e0e0; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 5px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px;}
.form-group input:checked + label:after { content: ''; display: block; position: absolute; top:-3px; left: 8px; width: 	4px; height: 12px; border: solid #00529c; border-width: 0 2px 2px 0; transform: rotate(45deg);}
	end custom checkbox*/
  .frmhldr ul li input[type=checkbox]{width: auto;}
  .frmhldr ul li.form-group {font-size: 12px;}
  .frmhldr ul li.form-group label.error {position: absolute; left: 0; bottom: -18px;}
.frmhldr ul li input[type="submit"] { border: 0; border-radius: 8px; color: #fff; background: #ed1846; padding: 15px; font-size: 18px; font-weight: 700; text-align: center; cursor: pointer; margin-top: 20px; position: relative; -moz-appearance: none; -webkit-appearance: none;}
.frmhldr ul li button[type="submit"] { border: 0; border-radius: 8px; color: #fff; background: #ed1846; padding: 15px; font-size: 18px; font-weight: 700; text-align: center; cursor: pointer; margin-top: 20px; position: relative; -moz-appearance: none; -webkit-appearance: none;width: 100%;justify-content: center;position: relative;display: inline-flex;}
.frmhldr ul li.btnLst:after {position: absolute; left: 62%; bottom:17px; content: "\f30b"; color: #fff; width: 17px; height: 17px; font-family: 'Font Awesome 5 Free';}
	/*ENDformset*/
.mainPntsSec {background: rgb(0,82,156); background: linear-gradient(90deg, rgba(0,82,156,1) 50%, rgba(3,145,243,1) 50%); color: #fff;clear:both; } 
.mnBnrl {width: 20%; background: #00529c; padding: 35px 0 0; font-size: 30px; font-weight: 700; line-height: 30px; min-height: 140px;}
.mnBnrl span {font-size: 16px; font-weight: 400;}
.mnBnrr {width: 50%; background: #0391f3; padding: 50px 0; font-size: 16px; min-height: 140px;}
.mnBnrr div { padding: 0 35px;}
.mnBnrr div span { font-weight: 700;}
/*END header set*/
/*healthInsu Sec*/
.hlthInuSec {position: relative; padding-bottom: 85px;}
.mainHdngs {padding: 60px 0; text-align: center; font-size: 30px; font-weight: 700;}
.mainHdngs span {color: #00529c;}
.mainHdngsSub {font-size: 16px; font-weight: 400;}
ul.bnfts_list li { background: #e7f0ff; border: 0; border-radius: 8px; margin: 15px; width: 22%; padding: 30px 50px 10px; text-align: center; font-size: 15px; float: left; min-height: 220px;}
ul.bnfts_list li span {font-size: 12px; display: block;}
.bf-img_hldr { width: 74px; height: 74px; margin: 0 auto 15px; background: url("../images/inu_sprite.png") no-repeat;}
.bf-img_hldr.bfImg02 {background-position: -142px 0px;}
.bf-img_hldr.bfImg03 {background-position: -345px 0px;}
.bf-img_hldr.bfImg04 {background-position: -543px 0px;}
.bf-img_hldr.bfImg05 {background-position: 0px -121px;}
.bf-img_hldr.bfImg06 {background-position: -142px -121px;}
.bf-img_hldr.bfImg07 {background-position: -345px -121px;}
.bf-img_hldr.bfImg08 {background-position: -543px -121px;}
.bf-img_hldr.bfImg09 {background-position: 0px -277px;}
.bf-img_hldr.bfImg10 {background-position: -142px -277px;}
.bf-img_hldr.bfImg11 {background-position: -345px -277px;}
.bf-img_hldr.bfImg12 {background-position: -543px -277px;}
.bf-img_hldr.bfImg13 {background-position: 0px -438px;}
.bf-img_hldr.bfImg14 {background-position: -142px -438px;}
.bf-img_hldr.bfImg15 {background-position: -345px -438px;}
a.reqCta {position: absolute; left: 50%; -moz-transform: translateX(-50%) translateY(0%); -webkit-transform: translateX(-50%) translateY(0%); -o-transform: translateX(-50%) translateY(0%); -ms-transform: translateX(-50%) translateY(0%); transform: translateX(-50%) translateY(0%); bottom: -30px; z-index: 1;  border: 0; border-radius: 8px; color: #fff; background: #ed1846 url(../images/telIco.png) 25px 18px no-repeat; padding: 20px 0px 20px 35px; font-size: 18px; font-weight: 700; text-align: center;  cursor: pointer; width: 250px;}
/*End healthInsu Sec*/
/*advntges sec*/
.advntgesSec {background: #fff; padding: 30px 0 100px; }
ul.bnfts_list.advntg li {background: none; border: 2px solid #e7f0ff; min-height: 230px;}
ul.bnfts_list.advntg li .bfImg01 {background-position: 0px -618px;}
ul.bnfts_list.advntg li .bfImg02 {background-position: -142px -618px;}
ul.bnfts_list.advntg li .bfImg03 {background-position: -345px -618px;}
ul.bnfts_list.advntg li .bfImg04 {background-position: -543px -618px;}
/*end advntges sec*/
/* plcyhldrSec*/
.plcyHldrDtls {background: #f5f9ff; padding: 40px 0;}
.plcyHldrDtls .cntwrap {width: 54%;}
.plcyHldrDtls .fltl { padding: 0 100px 0 0; font-size: 14px; font-weight: 400; }
.plcyHldrDtls .fltl span {font-size: 16px; font-weight: 700;}
.plcyHldrDtls .fltl.lnkDiv {padding: 10px 0 0 0;}
/*end plcyhldrsec*/
/*ftr*/
.ftr {background: #e7eaf2; padding: 40px 0; font-size: 12px; text-align: center;}
.ftSecs img {vertical-align: middle; margin: 0 20px;}
.ftSecs {width: 50%;margin-bottom: 30px; min-height: 32px; }
.ftrL {text-align: left;}
.ftrR {text-align: right;}
.ftrFrmStrip {display: none;}
/*end ftr*/
/*tks pg*/
.tksSec { padding: 100px 0; font-size: 30px; font-weight: 700; color: #00529c; line-height: 30px; text-align: center;}
.tksSec span { font-size: 12px; font-weight: 300;}
.mainHdrBnr.tksPg {height: auto;}
/*end tks pg*/

/*media*/
@media only screen and (max-width: 1410px) {
.cntwrap {width: 98%;}
.plcyHldrDtls .cntwrap {width: 65%;}
}
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1280px) {
.mnBnrr div {padding: 0 32px;}
.frmhldr {padding: 30px;}
.mainHdrBnr {height: 316px;}
.bnrhldr img {width: 95%; height: auto; }
.plcyHldrDtls .cntwrap {width: 68%;}
}
@media only screen and (max-width: 1200px) {
.mainHdrBnr {height: 293px;}	
.mnBnrr div {padding: 0 25px;}
.frmhldr { padding: 20px 30px;}
.frmhldr ul li.hlfFlds {width: 45%;}
.plcyHldrDtls .cntwrap {width: 75%;}
}
@media only screen and (max-width: 1180px) {
.mainHdrBnr {height: 287px;}
.mnBnrl {font-size: 26px;}
.mnBnrl span {font-size: 14px;}
ul.bnfts_list li {font-size: 14px;}

}
@media only screen and (max-width: 1024px) {
.mainHdrBnr {height: 252px;}
.bnrhldr img {width: 98%;}
.frmhldr ul li.btnLst:after {left: 65%;}
.mnBnrr {font-size: 15px;}
.mnBnrr div {padding: 0 16px;}
.mnBnrl {font-size: 24px; line-height: 26px; padding: 40px 0 0;}
.mnBnrl span {font-size: 12px;}
.frmhldr {padding: 10px 20px;}
.frmhldr ul li input[type="submit"] {margin-top: 10px;}
ul.bnfts_list li {padding: 30px 20px 10px;}
.plcyHldrDtls .cntwrap {width: 90%;}
.advntgesSec {padding: 30px 0;}
.ftSecs.ftrL {width: 40%;} 
.ftSecs.ftrR {width: 60%;} 
}
@media only screen and (max-width: 1022px) {
.mobshow {display: none; position: absolute; right: 0; top: 0; z-index: 101; font-style: normal; font-size: 24px;}
.bnrPoss.frmhldr {display: block;    width: 100%;    margin-top: -35px;}
.bnrPoss,.frmhldr:after {
    position: static;
}
/*.bnrPoss.frmhldr.active {display: block; position: fixed; left: 50%; top: 50%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 95%; z-index: 101;}*/
.fullOvrly {opacity: 0; }	
/*.fullOvrly.active {background: rgba(0,0,0,0.70); width: 100%; height: 100%; z-index: 100; position: fixed; opacity: 1; top: 0; left: 0; }	*/
.ftrFrmStrip {display: none; background: #ed1846; padding: 15px 0; position: fixed; z-index: 9; bottom: 0; left: 0; width: 100%; font-size: 16px; font-weight: 700; text-align: center; cursor: pointer; }
.ftr {margin-bottom: 25px;}
.tksSets .ftr {margin-bottom: 0;}
.ftrFrmStrip a {color: #fff;}
.ftrFrmStrip img {vertical-align: middle; margin-right: 20px;}
.bnrPoss.bnrhldr {width: 100%; text-align: center;}
.bnrhldr img {width: auto;}
.mainHdrBnr {height: 350px;}
.mnBnrl {width: 30%;}
.mnBnrr {width: 70%;}
.mnBnrr div {padding: 0 40px;}
.frmhldr ul li.btnLst:after {left: 55%;}
.frmhldr ul li.hlfFlds { width: 48%;}
}
@media only screen and (max-width: 768px) {
.mainHdrBnr {height: 247px;}
.bnrhldr img { width: 90%;}
.mnBnrr div {padding: 0 20px;}
.mainHdngs { padding: 30px 0; font-size: 24px;}
ul.bnfts_list li {width: 46%;}
.mainHdngsSub {font-size: 14px;}
.plcyHldrDtls .fltl {padding: 0 19px 0 0;}
.plcyHldrDtls .fltl span {font-size: 14px;}
.plcyHldrDtls .fltl { padding: 0 40px 0 0;}
.ftSecs.ftrL { width: 100%; text-align: center;}
.ftSecs.ftrR { width: 100%; text-align: center;}
.frmhldr ul li.btnLst:after {left: 58%;}
.frmhldr ul li.hlfFlds { width: 47%;}
}
@media only screen and (max-width: 640px) {
.mainHdrBnr {height: 200px;}
.bnrhldr img {width: 91%;}
.mnBnrl, .mnBnrr { width: 50%; padding: 30px; min-height: 0;}
.mainPntsSec .cntwrap {width:100%;}
.mnBnrr div {padding: 0 0 10px 0; width: 100%;}
ul.bnfts_list li {width: 47%; margin: 5px; padding: 30px 20px; min-height: 205px;}
ul.bnfts_list.advntg li { min-height: 0;}
.mainHdngs {font-size: 20px;}
.plcyHldrDtls .fltl {font-size: 12px; padding: 0 25px 0 0;}
.plcyHldrDtls .fltl span {font-size: 12px;}
}
@media only screen and (max-width: 580px) {
.bnrhldr img {width: 93%;}
.mainHdngsSub {font-size: 12px;}
ul.bnfts_list li {padding: 10px;}
.plcyHldrDtls {padding: 10px 0;}
.plcyHldrDtls .fltl { margin: 10px 0; width: 100%;}
.bnrPoss.bnrhldr {top: -33px;    margin-top: -40px;}
.logoPlc {padding: 10px 0;}
.mnBnrl, .mnBnrr {padding: 15px 30px;}
.ftSecs img {margin: 5px 20px 0;}
}
@media only screen and (max-width: 540px) {
.bnrhldr img {width: 100%;}
.mainHdrBnr {height: 199px;}
.mnBnrl, .mnBnrr {padding: 15px;}
}
@media only screen and (max-width: 480px) {
.mainHdrBnr {height: 174px;}
.frmhldr ul li.btnLst:after {left: 62%;}
.frmhldr ul li.hlfFlds { width: 100%;}
.cntwrap {width: 96%;}
ul.bnfts_list li { font-size: 13px;}
ul.bnfts_list li {width: 100%; margin: 5px 0; min-height: 0px;}
img.setSize {width: 88%;}
}
@media only screen and (max-width: 375px) {
.mainHdrBnr {height: 129px;}
.mnBnrl, .mnBnrr {width: 100%;}
.mainHdngs { font-size: 16px;}	
}
@media only screen and (max-width: 360px) {
.mainHdrBnr { height: 122px;}
}
@media only screen and (max-width: 320px) {
.mainHdrBnr { height: 105px;}
}
@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: #B5DDF0;
  }
  50% {
    background-color: #CFE9F6;
  }
  100% {
    transform: scale(1);
    background-color: #FFFFFF;
  }
}

.btn.btn--loading {
  font-size: 0;
}
.btn.btn--loading span {
  display: flex;
}
.btn.btn--loading span b {
  animation-direction: alternate;
  animation-duration: .5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 0 1px;
  width: 10px;
  animation-delay: .1s;
  margin: 0 5px;
}
.btn.btn--loading span b:first-child {
  animation-delay: 0s;
  margin: 0;
}
.btn.btn--loading span b:last-child {
  animation-delay: .2s;
  margin: 0;
}
.btn b {
  font-weight: normal;
}
.btn span {
  display: none;
}