@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap');


html{-ms-overflow-style: scrollbar !important;} /*for ie scroll fix*/

html
{	-webkit-text-size-adjust: none; /*for iphone small font size below 16px*/
}
body	
{	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#666666; 
	font-size:16px;
	-webkit-text-size-adjust: 100%;/*for iphone small font size below 16px*/
	background:#fff;	
}

form{padding:0; margin:0;}


img	{ border:0; vertical-align:middle; height:auto; }

a	{ outline:none; text-decoration:none; color:#36ade0; }
div { outline:none;  }
a:hover	
{	text-decoration:none; color:#666;	
}
*
{	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
p{margin:0 0 15px 0;}

.fclear {clear:both; float:none; height:0px; overflow:hidden;}
.fleft  {float:left;}
.fright {float:right;}

.clearfix:before, .clearfix:after {
   content:"";
   display:table;
}
.clearfix:after {
   clear:both;
}
.pagemn {
    margin: 0 auto;
    max-width:1320px;
    width: 100%;
	padding:0 10px;
}

/*======== Start header and Menu class ========*/
.headermn
{	 position:relative; max-width:100%;
    width: 100%;
    padding: 18px 0;
    box-shadow: 0 1px 5px 0 rgba(36,36,36,.12);
    margin: 0 auto;
}
.logo
{	float:left; padding-top:0;
}
.rightcall {
    float: right;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 12px 27px 12px 26px;
    line-height: 1em;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.rightcall:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    z-index: -1;
    background: linear-gradient(70deg, #1780ab 0%, rgb(21 128 171) 100%);
}
.rightcall img
{	padding-right:5px; margin-top:-5px;
}	

.menubar
{
	font-size:15px; color:#333; font-weight:700;   
    padding-right: 30px;
}
.menubar span
{	font-weight:400; color:#000 !important; padding:0 5px;
}
.menubar a
{	text-transform:uppercase; color:#333;
}
.menubar a:hover
{	color:#000;
}



/*======== Start footer class ========*/
.copyright_mn{float:left; width:100%; padding:40px 0; font-size:15px; background: linear-gradient(70deg, #231f20 0%, #494344 100%);}
.copyright{ float:left; color:#fff; padding:5px 0 5px 0}
.copyright a{  color:#fff; }
.f_social{ float:right; padding-top:18px;color: #fff;}
.f_social a{ color:#fff; }
.f_social a:hover{ color:#000;}
.f_social a img
{	opacity:1; margin:0 2px;
}
.f_social a:hover img
{	opacity:0.8;
}
.copyright_mn .pagemn{
    box-sizing: border-box;
}

/*======== Start content class ========*/
.contantmn
{	padding:55px 0 60px; float:left; width:100%;
    min-height: calc(100vh - 410px);
}
.contantmn h1
{	font-size:33px; color:#1580ab; font-weight:400; text-align:center; margin:0 0 10px; line-height:1em;
}
.contantmn h2
{	font-size:21px; color:#333; text-align:center; margin:0 0 25px;font-weight: 400;
}
.conl_left
{	width:640px; float:left;
}
.conl_left h3
{	color:#fff; font-size:15px; font-weight:700; margin:0; padding:11px 24px 13px; line-height:1em;
	
    background-image: linear-gradient(to right, #00c1cf 0%, #5aa1e3 50%,#00c1cf 100%);
    position: relative;
}
.conl_left h3::before{
    content: "";
    position: absolute;
    top: 8px;
    left: -7px;
    width: 22px;
    height: 22px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E");
}
.conl_left ul
{	margin:0; padding:0 0 0 24px; list-style:none;
}
.conl_left > ul
{	margin-bottom:35px; margin-top:10px;
}
.conl_left li
{	margin:0; padding:15px 24px 0 24px; background:url(../images/tick.png) no-repeat left 21px; line-height:24px;
}
.conl_left li span
{	display:inline-block;
}
.conl_left ul ul
{	padding-left:0;
}
.conl_left ul ul li
{	background:url(../images/bull.png) no-repeat left 10px; padding:1px 0 0 15px;
}
.conl_right
{	float:right; width:640px;
}
.wi50
{	width:166px; display:inline-block; vertical-align:top;
}

.txtcenter
{	float:left; width:100%; text-align:center;
}	
.greenbtn, .orgbtn, .redbtn
{	background:#1580ab; color:#fff; border:0; padding:14px 25px; font-size:16px; font-weight:700;
	border-radius:50px; cursor:pointer; min-width:130px; outline:none;
}
.greenbtn:hover
{	background:#000000;
}
.orgbtn
{	background:#1580ab;
}
.orgbtn:hover
{	background:#000000;
}
.redbtn
{	background:#cc0000;
}
.redbtn:hover
{	background:#333333;
}
.bluebtn
{	background:#36ade0; color:#fff; border:0; padding:5px 10px 7px; font-size:14px; font-weight:600;
	border-radius:8px; cursor:pointer; outline:none; text-align:center; min-width:80px;
}
.bluebtn:hover
{	background:#198ec0;
}
.menu-main
{	float:left; width:100%; position:relative; margin-bottom:34px;
}
.tableft
{	position:absolute; left:0; top:0; z-index:10;
}
.menu-main ul
{	margin:0; padding:0; list-style:none;
}
.menu-main ul li
{	float:left; margin-right:-23px; position:relative; z-index:8;
}
.menu-main ul li.home1 { z-index:7; }
.menu-main ul li.home2 { z-index:6; }
.menu-main ul li.home3 { z-index:5; }
.menu-main ul li.home4 { z-index:4; }
.menu-main ul li.home5 { z-index:3; }
.menu-main ul li.home6 { z-index:2; }
.menu-main ul li.home7 { z-index:1; }
    .menu-main ul li a {
        display: block;
        padding: 14px 36px 0 37px;
        height: 48px;
        box-sizing: border-box;
        background: url(../images/tab.png) no-repeat right;
        color: #023c5e;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1em;
        width: 281px;
        text-align: center;
    }
.menu-main ul li.active0 a,.menu-main ul li.active01 a,.menu-main ul li.active02 a,.menu-main ul li.active03 a,.menu-main ul li.active04 a,.menu-main ul li.active05 a,.menu-main ul li.active06 a,.menu-main ul li.active07 a
{	background:url(../images/curront-tab.png) no-repeat right; color:#fff; }
.menu-main ul li.active a,.menu-main ul li.active1 a,.menu-main ul li.active2 a,.menu-main ul li.active3 a,.menu-main ul li.active4 a,.menu-main ul li.active5 a,.menu-main ul li.active6 a,.menu-main ul li.active7 a
{	background:url(../images/done-tab.png) no-repeat right; color:#fff; }
.tabbackground
{	background:#f5fbff; padding:40px; float:left; width:100%; box-sizing:border-box; border-radius:25px;
}
.tabbackground p
{	line-height:22px;
}
.tabbackground td {
  font-size: 15px;
  color: #333;
}
.txt15td td
{	font-size:15px; color:#3e6e89; padding-bottom:4px;
}
.txt16
{	color:#023c5e; font-style:16px; font-weight:600;
}
.frmbox1
{	width:392px; float:left; margin:10px 32px 20px 0; height:42px; position:relative;
}
.righttxt
{	position:absolute; right:15px; top:13px; color:#86b8cf;
}
.nopad
{	margin-right:0;
}
.textboxselect
{	color:#6a8e9d; width:100%; box-sizing:border-box;  border-radius:8px; font-size:16px; background:#fff;
	box-shadow:0 0 10px rgba(0, 103, 149, 0.18);
}
.textboxselect select
{	background:none; font-size:16px; padding:15px 13px 12px; width:97.25%;  border:0; letter-spacing:0.5px; outline:none; box-sizing:border-box; color:#6a8e9d;
}
.wismall input.clsAnnualBudget::placeholder {
    font-size: 14px;
}
.textbox {
    color: #000;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 16px;
    border: 1px solid #c8e9f8;
    outline: none;
    height: 50px;
    line-height: 50px;
}
.textbox:focus{
    background-color: transparent;
}
textarea.textbox{

    border-radius: 15px;
}
.wismall
{	width:182px; display:inline-block; position:relative;
}
.wismall .tipinfo span
{	width:140px;
}
.wismall .tipinfoblock span
{	width:240px;
}
.txtsmall
{	width:140px;
}
.txtsmall:focus {
    width:140px;
}
.ddlsmall
{	width:300px;
}
.bottommar
{	
    margin-bottom:12px;margin-top:5px;
}
.topmar {
    margin-top:5px;
}
.checkbox1
{	display:inline-block; color:#3e6e89; font-size:15px; padding-left:13px; vertical-align:middle;
}
.textbox::placeholder
{	color:#a6bcc6;
}
.txtleft
{	float:left; padding-top:0;
}
.txtright
{	float:right; padding-top:0; 
}
.labletxt
{	color:#3e6e89; font-size:15px; padding-top:9px;
}
.labletxt div
{	display:inline-block; vertical-align:middle;
}
.labletxt span
{	display:inline-block; vertical-align:middle; padding-left:5px;
}
.tipinfo
{	position:absolute; right: 10px; bottom: 12px; cursor:pointer;
}
.tipinfo span
{	display:none; position:absolute; bottom:28px; width:200px; right:-10px; font-size:12px; color:#fff; background:rgba(0, 0, 0, 0.7); border-radius:5px; padding:5px 8px;
}
.tipinfo span i
{	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent; 
	border-top: 8px solid rgba(0, 0, 0, 0.7);
	display:inline-block;
	bottom:-8px;
	position:absolute;
	right:10px;
}
.tipinfo:hover span 
{	display:block;
}

.tipinfoblock img {
    position:absolute;margin-top:-7px;padding-left:7px;
}
.tipinfoblock
{	position:absolute; cursor:pointer;
}
.tipinfoblock span
{	display:none; position:absolute; bottom:28px; width:320px; right:-10px; font-size:12px; color:#fff; background:rgba(0, 0, 0, 0.85); border-radius:5px; padding:5px 8px;
}
.tipinfoblock span i
{	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent; 
	border-top: 8px solid rgba(0, 0, 0, 0.7);
	display:inline-block;
	bottom:-8px;
	position:absolute;
	right:10px;
}
.tipinfoblock:hover span 
{	display:block;
}

.threeboxmn
{	width:100%; float:left;
}

.clsRadioList input{
    margin: 0px 7px 5px 5px;
}

.threebox
{	width:380px; margin-right:38px; float:left;
}
.threeboxmn
{	float:left; width:100%; padding:15px 0 15px 3px; box-sizing:border-box;
}
.threeboxmn tarun> .threebox:last-child
{	margin-right:0;
}
.threeboxbg
{	background:#fff; padding:20px; box-sizing:border-box; border-radius:8px;
}
.threebox h4
{	font-size:15px; font-weight:bold; color:#333; margin:0 0 10px;
}
.threebox td
{	color:#3e6e89; font-size:15px; padding-bottom:5px;max-width:190px;
}
.threeboxsub > table table tbody > tr:first-child td
{	color:#333; font-weight:600;
}
.threeboxsub
{	height:175px; overflow:auto;
}
.txt20
{	color:#333; font-size:20px; font-weight:700; margin:0;
}
.txt15, .tabbackground p
{	font-size:15px; color:#333;
}
td.padtop5
{	padding-top:5px;
}
td.padtop10
{	padding-top:10px;
}
td.padtop15
{	padding-top:15px;
}
.martop
{	margin-top:5px;
}
.frighttxt 
{	float:right; padding-top:3px;
}
.txtorg
{	color:#64bfe6; text-decoration:underline;
}
.tablemn
{	padding:10px; background:#fff;
}
.tablemn td
{	font-size:14px; color:#023c5e; padding:6px 15px 7px;
}
.notdpad td {
    padding-right:5px!important;
    padding-left:5px!important;
}
.tablemn td input[type=text]
{	color:#023c5e; font-size:14px; background:#fff; border:1px solid #aae6ff; padding:5px 10px; border-radius:8px; box-shadow:0 0 0 0; line-height: normal; height: 35px;}
.padlt td
{	font-size:15px; line-height:22px; color:#333;
}
.tablemn img
{	padding-right:2px;
}
.bottombg
{	
    background-image: linear-gradient(to right, #00c1cf 0%, #5aa1e3 50%,#00c1cf 100%);
}
.tablemn .bottombg td
{	color:#fff; padding:10px 0 10px 15px; border-bottom:1px solid #fff;
}
.bottombg td
{	font-size:15px; font-family: 'Open Sans', sans-serif;
}
.tablemn .row1color td
{	color:#fff; 
}
.txt15light
{	color:#64bfe6;
}
td.bottomtext
{	color:#fff;border-bottom:1px solid #fff; 
}
td.MeritHeading
{	color:#fff;background-image: linear-gradient(to right, #00c1cf 0%, #5aa1e3 50%,#00c1cf 100%); border-bottom:1px solid #678a9e; border-right:1px solid #678a9e;
}

/* =============================================================================
   Scroll to Top
* ============================================================================= */
#return-to-top 
{   position: fixed;
    bottom: 30px;
    right: 20px; 
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    border-radius:100%;
	display: none;
    transition: all 0.3s ease;
    color: #FFF;
    font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}
#return-to-top:hover 
{   background: rgba(0, 0, 0, 0.9);
}
#return-to-top span 
{   font-size:19px;
    text-align: center;
    display: block;
    line-height:40px;
}

/*Added by TKB*/
.clsRadioList {
    display:inline-flex;
}
.clsRadioList .clsRadioList_Text{
    padding-top:5px;
    padding-right:7px;
}

.clsRadioList table {
        margin-top:-7px;
}

.info {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: green;
    padding: 0;
    margin-bottom: 12px;
    padding-bottom: 3px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: #1780AB;
    background-color: #e4f9ff;
    width: 100%;
    display: block;
    text-align: center;
}

.disNone {
    display:none;
}

.err {
    padding:10px; box-sizing: border-box; margin-bottom:10px;
}

.breadcrum{display:none}

.headerbluetext {color:#36ade0;}

select{
     appearance: none;
    -moz-appearance: none;/* Firefox */    
    -webkit-appearance: none; /* Safari and Chrome */    
    background:url(../images/down-arrow.png) no-repeat right #fff !important;
}

td input[type="checkbox"] {
    margin-right: 8px;
}

td input[type="radio"] {
    margin-right: 7px;
}
.logo img {
    max-width: 300px;
}
.headermn-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.right-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.rightcall img {
    max-width: 23px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.footer-logo img {
    max-width: 300px;
}
.footer-right-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
}
.block-popup-form .textbox {
    border-color: #d1dee9;
    background-color: #eaf5ff;
}