.widgetSectn {
    background:#e6f4f5;
    padding:15px 0 70px;
    position:relative;
}
.section1030{
    max-width:1070px;
    padding-left:20px;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
}
.coa-header{
    margin:0;
    padding:0;
    font-size:0;
}
.coa-header, .coa-section{
    text-align:center;
    background:#fff;
    border-radius:6px;
    box-shadow:0px 0px 18px #e6e0e0;
}
.coa-header li{
    position:relative;
    display:inline-block;
    width:33.33%;
    font-size:20px;
    line-height:1.2;
    color:#053a6c;
    cursor:pointer;
    padding:5px 0 0;
    font-weight:700;
    border-bottom:5px solid transparent;
}
.coa-header li:first-child{
    border-bottom-left-radius:6px;
}.coa-header li:last-child{
    border-bottom-right-radius:6px;
}
.coa-header li:before{
    content:'';
    position:absolute;
    bottom:-15px;
    right:0;
    left:0;
    margin:auto;
    width:0;
    height:0;
    border-style:solid;
    border-width:10px 10px 0 10px;
    border-color:#053a6c transparent transparent transparent;
    opacity:0;
}
.coa-listIn{
    padding:25px 10px;
    border-right:1px solid #e6ebef;
}
.coa-header li:last-child .coa-listIn{
    border-right:0;
}
.coa-check{
    position:relative;
    top:4px;
    display:inline-block;
    width:22px;
    height:22px;
    border:1px solid #d2d2d2;
    margin-right:12px;
}
.coa-check, .coa-check:before{border-radius:100%;}
.coa-check:before{
    content:'';
    position:absolute;
    top:4px;
    left:4px;
    width:12px;
    height:12px;
    background:#053a6c;
    opacity:0;
}
.coa-header li.coa-selected{
    border-color:#053a6c;
}
.coa-header li.coa-selected:before, .coa-header li.coa-selected .coa-check:before{
    opacity:1;
}
.coa-section{
    margin-top:15px;
    padding:60px 20px;
    min-height:300px;
}
.coa-input, .coa-button{
    outline:0;
    height:35px;
    border:none;
    border-radius:0;
    line-height:1.2;
}
.coa-input{
    font-family:'Roboto', arial, verdana, sans-serif;
    font-size:16px;
    color:#063b6d;
    border-bottom:1px solid #b4c4d3;
    outline:none;
    padding:10px 0;
    height:38px;
}
.coaInW{
    width:330px;
}
.coa-button{
    font-family:'Roboto', arial, verdana, sans-serif;
    font-size:14px;
    color:#fff;
    background:#063b6d;
    font-weight:700;
    padding:10px 30px;
    display:inline-block;
    margin:0 0 0 10px;
}
.coa-button[disabled]{
    opacity:0.30;
}
.coa-title{
    text-align:center;
    margin:20px 0 30px;
    font-size:26px;
}
.coaHidden{display:none;}
.coaInSpc{
    position:relative;
}
.coa-error{
    position:absolute;
    bottom:-40px;
    left:0;
    width:100%;
    font-size:12px;
    color:#ff0000;
    display:none;
}
.coa-FormMax, .policyMax{
    max-width:480px;
    margin-left:auto;
    margin-right:auto;
}
.resend{
    text-align:right;
    margin-top:12px;
    padding-right:32px;
}
.resend a{
    text-decoration:underline;
    color:#053a6c;
    font-size:12px;
}
.propBtn .coa-button{
    margin:50px 0 0;
}
.datepicker{
    background:url(/images/default-source/HomeRevamp/calendar.gif) no-repeat right center;
    -webkit-background-size:19px;
    background-size:19px;
}
.proposalForm .coa-group:first-child{
    margin-right:20px;
}
.proposalForm .coa-group{
    display:inline-block;
}
.proposalForm .coaInW{
    width:280px;
}
.proposalForm .coa-error{
    bottom:-25px;
}
.row-table {
    font-size:14px;
    margin:0;
    padding:0;
    text-align:left;
    padding: 0 12px;
    color:#063b6d;
}
.row-table li {
    list-style:none;
    border-bottom:1px solid #efefef;
}
.row-table li input{display:none;}
.row-table li label {
    padding:12px 0;
    font-weight:700;
    display:block;
    margin-bottom:0;
}
.row-table li label i{
    font-weight:400;
    display: block;
    font-size:11px;
    font-style:normal;
    margin-left:29px;
    margin-top:-2px;
    color: #777;
}
.radio {
    display:inline-block;
    position:relative;
    top:12px;
    width:18px;
    height:18px;
    border-radius:100%;
    margin:0 7px 0 0;
    border:1px solid #d2d2d2;
    cursor:pointer;
}
.radio:before {
    content:'';
    position:absolute;
    top:3px;
    left:3px;
    width:10px;
    height:10px;
    background:#063b6d;
    border-radius:100%;
    opacity:0;
}
.radioChecker:checked + label .radio {
    border-color:#063b6d;
}
.radioChecker:checked + label .radio:before {
    opacity:1;
}

div.ui-datepicker{
    max-width:270px;
    color: #222;
}
div.ui-datepicker select.ui-datepicker-month, div.ui-datepicker select.ui-datepicker-year {
    width: 44%;
    color: #fff;
    background: #0e5598;
    border: none;
    border-radius: 3px;
    outline:0;
    margin:0;
}
div.ui-datepicker select.ui-datepicker-month {
    margin-right: 5px;
}
div.ui-datepicker .ui-datepicker-title{
    line-height:1.2;
}
div.ui-datepicker-header .ui-corner-all {
    border: 1px solid #fff;
    border-radius: 100%;
}
div.ui-datepicker .ui-datepicker-prev span {
    margin-left: -7px;
    margin-top: -7px;
}
div.ui-datepicker .ui-datepicker-next span {
    margin-left: -4px;
    margin-top: -7px;
}
div.ui-datepicker .ui-datepicker-header{
   height:auto;
   padding:5px 0;
}
div.ui-datepicker td{
   padding:0; 
}
div.ui-datepicker td span, div.ui-datepicker td a, div.ui-datepicker td .ui-state-default{
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 100%;
    margin: auto;
}
div.ui-datepicker td span, div.ui-datepicker td a, div.ui-datepicker td .ui-state-default, div.ui-datepicker .ui-datepicker-calendar .ui-state-hover{
    width:30px;
    height:30px;
    padding:0;
    line-height: 28px;
    font-weight:500;
    margin:0;
    font-size:13px;
    border: 1px solid transparent;
}
.coa-header .coa-check{display: none;}
.btn-space{
    margin-top:40px;
}



/**=== Media ===**/
@media(max-width:767px){
   .coa-title{
        font-size:24px;
    }
    .coa-header li{
        font-size:13px;
    }
    .coa-check{
        margin-right:0;
        display: block;
        margin:0 auto 12px;
    }
    .coa-listIn {
        padding:15px 5px;
    }
    .coa-header li{
        padding-top:2px;
        border-width:2px;
    }
    .coa-header li:before{
        bottom: -10px;
        border-width: 8px 8px 0 8px;
    }
    .coa-check{
        width:18px;
        height:18px;
    }
    .coa-check:before{
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
    }
    .coaInW{width:100%;}
    .coa-button{
        margin:20px 0 0;
    }
    .coa-input{
        font-size:15px;
    }
    .coa-error{
        bottom:-50px;
    }
    .resend{
        text-align: center;
        padding-right:0;
    }
    .row-table{margin-top:30px;}
    .coa-section{
        padding: 30px 20px;
    }
    .proposalForm .coa-group:first-child{margin-right:0; margin-bottom:20px;}
    .proposalForm .coa-group{
        display: block;
    }
}

/**=== Sept-23-2021----Added this style for DOB: Datepicker look and feel apply start ===**/
.ui-widget-header .ui-icon {
    background-image: url(/images/default-source/HomeRevamp/page-sprite-img.png);
}
div.ui-datepicker select.ui-datepicker-month, 
div.ui-datepicker select.ui-datepicker-year {
    background: #0e5598 url(/docs/default-source/assets/images/cybercrime/selectdown.svg) no-repeat right 5px center;
	background-image: none;
	font-size: 12px;
	padding: 4px 5px;
}
.ui-widget-header {
	background: #053c6d;
}
div.ui-datepicker .ui-datepicker-header {
	padding: .3em 0;
}
.ui-widget.ui-widget-content {
	width: 302px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	background: transparent;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top:4px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background: transparent;
	top:4px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right:2px;
}
.ui-datepicker th span {
	font-size: 11px;
	font-weight: 500;
	color: #999;
}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {
	-webkit-appearance: auto;
	appearance: auto;
}
/**=== Sept-23-2021----Added this style for DOB: Datepicker look and feel apply end ===**/