/*Global css*/
*{margin:0;padding:0;}
body{width:100%;min-width:320px; overflow-x:hidden; font-family:"canada-type-gibson"; margin: 0; -webkit-text-size-adjust: none;}
.clear{clear:both;}
a,button{transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
a{text-decoration:none;color:#fff;}
a:hover{text-decoration:none;outline:0;color:#fff;}
a:focus,:focus, button:focus{outline:none!important;outline-offset:none!important;}
a, img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;vertical-align:middle;}
ul, ol{list-style:none;margin:0;}ul li, ol li{list-style:none;}
.custom-btn {background-color: #1E7244; border: 2px solid #1E7244; box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);border-radius: 100px; width: 283px; height: 61px; font-size: 18px;
 color: #fff; line-height: 18px; display: flex; align-items: center; justify-content: center; z-index: 1;}
.custom-btn:hover, .custom-btn:focus{ background-color:transparent; color:#1E7244;}
/*=========IE10 and Above to 10, 11,12=====================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {select, select.form-control {background: #fff !important;padding-right: 7px !important;}}
/*=========IE9 and Below to 9, 8, 7=====================*/
select, select.form-control {background: #fff !important;padding-right: 7px\9 !important;}
.blue-text{color: #139FDA;}
.darkgreen-text{color: #1E7244;}
.container{width:100%;max-width:1280px;position:relative;}
.field-disabled{background-color: lightgray !important;pointer-events: none;}

/***css***/
header{background: linear-gradient(90deg, #202645 29.76%, #1F4845 80%, #1E7244 142.78%), #202645; padding: 15px 0;}
header .container {display: flex; align-items: center; justify-content: space-between;}
.topnav ul {display: flex; align-items: center; margin-right: -50px;}
.topnav ul li {margin-right: 82px;}
.topnav ul li.login-text{ margin-right: 0;}
.topnav ul li:last-child {margin-right: 0; display: none;}
.topnav ul li a{ font-size: 16px; font-weight: 400;}
.topnav ul li a:hover{color: #1E7244;}
.topnav ul li.login-text a{font-weight: 600;}
.topnav ul li.login-text a:hover {color: #fff;}

.mid-content {background-color: #fff; padding: 40px 0 120px;}
.cycle-insurance-form {max-width: 660px; margin: auto; position: relative;}
.insurance-form-title {padding: 0 40px; margin-bottom: 26px;}
.insurance-form-title h4 {font-size: 24px; color: #1E7244; font-weight: 500; line-height: 66px;}
.insurance-form-box {background-color: #F4F4FB; border-radius: 21px; padding: 40px 32px;}
.insurance-form-box h2 {font-size: 36px; color: #202645; font-weight: 600; line-height: 44px; letter-spacing: -0.02em; margin-bottom: 20px;}
.insurance-form-box p{font-size: 16px; line-height: 20px; color: #202645; font-weight: 400; margin-bottom: 30px;}
.progressBar {margin-bottom: 25px;}
.progressBar h6 {font-size: 12px; line-height: 24px; color: #1E7244; font-weight: 400; text-align: right; margin-bottom: 0;}
.progressBar-box{position: relative;}
.progressBar-box span {background-color: #ACACAC; opacity: 0.3; border-radius: 4px; height: 5px; display: block; position: relative;}
.progressBar-box .active-bar {background: #1E7244; border-radius: 20px; height: 5px; width: 42px; position: absolute; top: 0; left: 0;}
.insurance-form .form-group {background-color: #FFFFFF; border: 1px solid rgba(45, 48, 71, 0.2); border-radius: 10px; padding: 6px 16px 8px; 
 margin-bottom: 20px; position: relative;}
.insurance-form label {font-size: 12px; font-weight: 400; line-height: 18px; color: #1E7244; opacity: 0.8; margin-bottom: 0;}
.insurance-form .form-control {background-color: transparent; border: none; padding: 0 15px 0 0; font-family: Poppins; font-weight: 400; font-size: 14px;
 color: #454A6C; line-height: 20px; outline: none; box-shadow: none;}
.insurance-form select.form-control {-webkit-appearance: none; -moz-appearance: none; background: url(../images/arrow-down-blue.png) no-repeat; 
 background-position: right top; height: auto !important;} 
.insurance-form .form-control::-webkit-input-placeholder{color: rgba(45, 48, 71, 0.5);}
.insurance-form .form-control::-moz-placeholder{color: rgba(45, 48, 71, 0.5);}
.insurance-form .form-control::-ms-input-placeholder{color: rgba(45, 48, 71, 0.5);}
.insurance-form .form-control::placeholder{color: rgba(45, 48, 71, 0.5);}
.form-note {font-size: 12px; line-height: 18px; color: #9296B9; margin-top: 28px;}
.form-button {display: flex; align-items: center; justify-content: flex-end; margin-top: 40px;}
.insurance-form h5 {font-size: 16px; line-height: 18px; color: #202645; font-weight: 400;}
.form-button-back {justify-content: space-between; padding-left: 40px;}
.back-btn {font-size: 18px; line-height: 18px; color: #1E7244; font-weight: 400; display: flex; align-items: center;}
.back-btn i{margin-right: 12px;}
.back-btn:hover{color: #202645;}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {-webkit-box-shadow: 0 0 0 30px white inset !important;}

footer{background-color: #202645; padding: 64px 0 40px;}
footer .container {display: flex; align-items: center; justify-content: space-between;}
.footer-left {min-width: 280px;}
.footer-right {padding-left: 140px;}
.f-top-content p {font-family: 'Poppins', sans-serif; font-size: 14px; color: #fff; font-weight: 400; line-height: 21px;}
.f-bottom-content{display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
.f-bottom-content ul {display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 20px;}
.f-bottom-content ul li{margin-right: 44px; line-height: normal;}
.f-bottom-content ul li:last-child{margin-right: 0;}
.f-bottom-content ul li a{font-family: 'Poppins', sans-serif; font-size: 12px; color: #009BF5; font-weight: 400; line-height: 18px;}
.f-bottom-content ul li a:hover{color: #fff;}
.copyright-txt {font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 12px; line-height: 18px; color: #FFFFFF; opacity: 0.5;}

/**claim-section**/
.claim-section {background-color: #E4E4F2; margin: 38px -32px 25px; padding: 10px 0 34px;}
.claim-section-list {padding: 0 40px 25px; border-bottom: 1px solid #1E7244;}
.insurance-form-box .claim-section-list h4 {margin-bottom: 0;}
.claim-section-list li {font-weight: 400; font-size: 20px; line-height: 18px; color: #202645; margin-bottom: 12px; padding-left: 5px; display: flex;
 align-items: center;}
.claim-section-list li:last-child{margin-bottom: 0;}
.claim-section-list li span {min-width: 200px;}
.claim-edit-del{margin-left: 40px;}
.claim-section-form {padding: 18px 40px 0;}
.claim-section-form .form-button-back {padding-left: 0;}
.claim-section-form .custom-btn {width: 223px; height: 48px;}
.ghost-btn {background-color: transparent; color: #1E7244;}
.ghost-btn:hover {background-color: #1E7244; color: #fff;}

.option-note {font-weight: 400; font-size: 12px; line-height: 18px; text-align: center; color: #202645;}

/**your-quote**/
.your-quote-title {display: flex; align-items: center; justify-content: space-between; padding: 0 40px; margin-bottom: 26px;}
.your-quote-title .insurance-form-title {padding: 0; margin-bottom: 0;}
.insurance-form-title h3 {font-weight: 600; font-size: 32px; line-height: initial; color: #1E7244; display: flex; justify-content: space-between;
 margin-bottom: 0;}
.insurance-form-title span {font-weight: 500; font-size: 16px; line-height: 24px; color: #1E7244;}
.quote-price {text-align: right;}
.quote-price h3{font-size: 72px; color: #1E7244; font-weight: 600; line-height: 52px; margin-bottom: 0;}
.quote-price h3 span {font-size: 48px; font-weight: 400;}
.quote-price strong{font-size: 16px; line-height: 24px; color: #1E7244; font-weight: 500;}

.toggle.round {border-radius: 12px;}
.toggle.round:before {border-radius: 50%;}
.switch {position: relative; display: inline-block; width: 36px; height: 20px;}
.switch input {opacity: 0; width: 0; height: 0;}
.toggle {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #B8BBD1; -webkit-transition: .4s; transition: .4s;}
.toggle:before {position: absolute; content: ""; height: 16px; width: 16px; left: 2px; bottom: 2px; background-color: white; -webkit-transition: .4s; 
 transition: .4s;}
input:checked + .toggle {background-color: #1E7244;}
input:checked + .toggle:before {-webkit-transform: translateX(16px); -ms-transform: translateX(16px); transform: translateX(16px);}

.insurance-form-box h4 {font-size: 24px; color: #202645; font-weight: 600; line-height: 44px; letter-spacing: -0.02em; margin-bottom: 10px;}
.insurance-amount-box {background: #FFFFFF; box-shadow: 0px 4px 14px rgb(0 0 0 / 5%); border-radius: 21px; padding: 25px 35px 30px; margin-bottom: 20px;}
.insurance-amount-box:last-child { margin-bottom: 0;}
.insurance-amount-box h5 {font-weight: 600; font-size: 20px; line-height: 18px; color: #202645; display: inline-block; margin-bottom: 30px;}
.insurance-amount-box h6 {font-weight: 300; font-size: 20px; line-height: 18px; color: #202645; margin-top: 5px; display: block;}
.quote-edit-remove {display: inline-block; float: right; margin-top: -4px;}
.gray-icon {filter: grayscale(1); opacity: 0.7;}
.quote-edit-remove a {margin-left: 60px;}
.quote-edit-remove a:first-child{margin-left: 0;}
.insurance-amount-box ul li {font-size: 16px; line-height: 18px; color: #202645; display: flex; justify-content:space-between; margin-bottom:20px;}
.insurance-amount-box ul li:last-child{margin-bottom: 0px;}
.insurance-amount-box ul li strong{font-weight: 600; text-align: right;}
.breakdown-cover-note {font-size: 12px; line-height: 18px; color: #202645; padding: 40px 50px 20px;}

.insurance-form .form-option-btn {background-color: transparent; border: none; display: flex; align-items: center; padding: 0;}
.form-option-btn .radio {position: relative; margin-right: 20px;}
.form-option-btn .radio:last-child{margin-right: 0;}
.form-option-btn .radio input {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 44px; width: 100%; z-index: 1;
 opacity: 0;}
.form-option-btn .radio label {background-color: #fff; border: 1px solid rgba(45, 48, 71, 0.15); border-radius: 8px; height: 44px; width: 85px; font-size: 14px; 
 color: #454A6C; display: flex; align-items: center; justify-content: center; opacity: 1;}
.form-option-btn .radio input[type="radio"]:checked + label{background-color: #1E7244; border-color: transparent; color: #fff;}

.date-field:before {position: absolute; font-family: "Font Awesome 5 Pro"; content: "\f133"; font-size: 18px; color: #1E7244; right: 15px; top: 15px;
 font-weight: 300;}
.address-field:before {position: absolute; font-family: "Font Awesome 5 Pro"; content: "\f3c5"; font-size: 18px; color: #1E7244; right: 15px; top: 15px;
 font-weight: 300; cursor: pointer;}
.insurance-form .form-group.map-field {background-color: transparent; padding: 0; border: none; overflow: hidden;}
.map-field iframe {height: 330px; width: 100%;}
.address-txt {font-weight: normal;}
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {cursor: pointer; font-size: 18px; color: #1E7244; 
 position:absolute; right:9px; top:17px; opacity:0;}
.date-field input[type="date"]{padding-right: 0; height: 22px;}

.insurance-form-box h3 {font-size: 28px; color: #202645; font-weight: 600; margin-bottom: 15px;}
.policy-content {margin-bottom: 26px;}
.policy-content:last-child {margin-bottom: 0;}
.policy-radio-box {margin-right: 0; position: relative;}
.policy-radio-box .radio_box {position: absolute; top: 2px; left: 0;}
.policy-radio-box .control-label {padding-left: 55px; font-size: 16px; line-height: 128.5%; color: #000; font-weight: 400;}
.policy-radio-box .control-label strong {font-size: 18px; color: #1E7244; margin-left: 4px; font-weight: 400;}
.policy-content p {margin-bottom: 15px; font-size: 18px; line-height: 128.5%; color: #000;}
.imp-info {margin-bottom: 20px;}
.imp-info p{font-size: 16px;}
.imp-info li {list-style: outside; font-size: 16px; color: #000; line-height: 128.5%; margin-left: 40px;}
.policy-documents {margin-top: -7px;}
.policy-documents li {margin-bottom: 5px;}
.policy-documents li a {font-size: 16px; line-height: 23px; color: #1E7244; font-weight: 500;}
.policy-documents li a:hover{ color: #202645;}

.insurance-amount-box ul li ul {margin: 12px 0 0;}
.insurance-amount-box ul li ul li {margin-bottom: 10px; font-style: italic;}
.insurance-amount-box ul li ul li:last-child{margin-bottom: 0;}

/**Payment-details**/
.paymenttab-content .nav-tabs {border-bottom: none; justify-content: center; margin-bottom: 20px;}
.paymenttab-content .nav-tabs .nav-item {width: 48.5%; margin-right: 15px;}
.paymenttab-content .nav-tabs .nav-item:nth-child(2n+2), .paymenttab-content .nav-tabs .nav-item:last-child {margin-right: 0;}
.paymenttab-content .nav-tabs .nav-link {background: #FFFFFF; border: 2px solid #B8BBD1; border-radius: 8px; font-size: 20px; line-height: 20px; color: #C2C2C2; 
 font-weight: 400; position: relative;}
.nav-tabs h5 {margin: 16px 0; font-weight: 400;}
.nav-tabs p {font-weight: 300; font-size: 12px; line-height: 129.5%; color: #000; margin-bottom: 0;}
.paymenttab-content .nav-tabs .nav-link.disable {cursor: not-allowed;}
.paymenttab-content .nav-tabs .nav-link span{font-size: 12px; line-height: 18px; color: #202645; opacity: 0.8;}
.tab-circle {background: url(../images/unchecked.svg) no-repeat; height: 20px; width: 20px; position: absolute; right: 15px; top: 0; bottom: 0; margin: auto;}
.paymenttab-content .nav-tabs .nav-link.active{border: 2px solid #1E7244; color: #1E7244;}
.paymenttab-content .nav-tabs .nav-link.active .tab-circle {background: url(../images/checked-green.svg) no-repeat;}
.tab-title h4 {font-weight: normal;}
.security-field:before {position: absolute; font-family: "Font Awesome 5 Pro"; content: "\f023"; font-size: 18px; color: #1E7244; right: 15px; top: 15px;
 font-weight: 400;}
.covertab-content .nav-tabs .nav-link {padding: 15px 30px 15px 18px;}
.covertab-content .tab-circle {top:30px; bottom: auto;}

.progressBar-box .completed-bar {width: 100%;}
.congrats-note {font-size: 16px; line-height: 23px; color: #000000; margin-top: -5px;}
.congrats-icon {border-radius: 50%; overflow: hidden; height: 180px; width: 180px; margin: 40px auto 20px;}
canvas {width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}

/*Custom-Select-Dropdown*/
.custom-select-box {position: relative;}
.custom-select-box select {display: none; /*hide original SELECT element:*/}
.select-selected {background-color: transparent;}
/*style the arrow inside the select element:*/
.select-selected:after {background: url(../images/arrow-down-green.svg) no-repeat; position: absolute; content: ""; top: 0; right: 0; width: 13px; height: 8px;}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {cursor: pointer; user-select: none; font-family: Poppins; font-weight: 400; font-size: 14px; line-height: 20px; color: #454A6C;
 min-height: 20px;}
/*style items (options):*/
.select-items {position: absolute; background-color: #fff; top: 100%; left: 0; right: 0; z-index: 99; font-size: 14px; color: #454A6C; border: 1px solid rgba(45, 48, 71, 0.2); 
 border-top: 2px dashed #D5D6DA; border-radius: 0 0 10px 10px; padding: 10px 17px 5px; margin: 5px -17px 0;}
/*hide the items when the select box is closed:*/
.select-hide {display: none;}
.select-items div {margin-bottom: 9px;}
.select-items div:hover, .same-as-selected {color: #00A9A3;}

.insurance-form .error-field-green {border-color: #1E7244;}


/***media***/
@media only screen and (max-width:1400px){
.topnav ul {margin-right: 0px;}
}

@media only screen and (max-width:1280px){
.topnav ul li {margin-right: 70px;}
.insurance-form-title{ margin-bottom: 18px;}
.insurance-form-title h4 {font-size: 22px; line-height: 55px;}
.insurance-form-box h2 {font-size: 32px;}
footer {padding: 45px 0 40px;}
.footer-right {padding-left: 120px;}
}

@media only screen and (max-width:1199px){
header {padding: 12px 0;}
.logo img {max-width: 200px;}
.topnav ul li {margin-right: 60px;}
.cycle-insurance-form {max-width: 720px;}
.insurance-form-box h2 {font-size: 30px;}
.footer-right {padding-left: 60px;}
.f-bottom-content ul li {margin-right: 30px;}
}

@media only screen and (max-width:991px){
.topnav ul li {margin-right: 32px;}
.mid-content {padding: 20px 0 70px;}
.insurance-form-box {padding: 30px 30px 40px;}
.cycle-insurance-form {max-width: 95%;}
.insurance-form-title {padding-left: 25px; margin-bottom: 15px;}
.progressBar {margin-bottom: 20px;}
.insurance-form-box h2 {font-size: 27px; margin-bottom: 12px;}
.insurance-form-box p {margin-bottom: 25px;}
.insurance-form .form-group {padding: 8px 12px 10px;}
.form-button-back {padding-left: 25px;}
footer {padding: 25px 0px; text-align: center;}
footer .container {display: block; align-items: inherit; justify-content: inherit;}
.footer-left {min-width: auto;}
.footer-left img {max-width: 180px;}
.f-top-content p {font-size: 13px; line-height: 20px;}
.footer-right {padding-left: 0; padding-top: 25px;}
.f-bottom-content {display: block; align-items: inherit; justify-content: inherit; margin-top: 20px;}
.f-bottom-content ul {display: flex; align-items: center; flex-wrap: wrap; justify-content: center; margin-bottom: 15px;}

.nav-tabs p {margin-bottom: 0;}
.claim-section {margin: 38px -30px 25px;}
.claim-section-list {padding: 0 30px 25px;}
.claim-section-form {padding: 18px 30px 0;}

/**your-quote**/
.your-quote-title {padding: 0 25px; margin-bottom: 22px;}
.insurance-form-title h3 {font-size: 28px;}
.insurance-form-title span {font-size: 15px; line-height: 22px;}
.quote-price h3 {font-size: 55px; line-height: 42px;}
.quote-price h3 span {font-size: 40px;}
.quote-price strong {font-size: 15px; line-height: 20px;}
.insurance-amount-box {padding: 22px 25px;}
.insurance-form-box h4 {font-size: 22px;}
.insurance-amount-box h5 {font-size: 18px;}
.insurance-amount-box h6 {font-size: 18px;}
.breakdown-cover-note {padding: 30px 30px 10px;}
.quote-edit-remove a {margin-left: 50px;}
.insurance-form .form-option-btn {padding: 0;}
.insurance-form-box h3 {font-size: 24px;}
.policy-content p {margin-bottom: 15px; font-size: 17px;}

/*Custom-Select-Dropdown*/
.select-items {padding: 10px 15px 5px; margin: 5px -15px 0;}
}

@media only screen and (max-width:767px){
header {padding: 8px 0;}
.logo img {max-width: 150px;}
.topnav {position: absolute; top: 7px; left: 0; right: 15px;}
.topnav ul {display: block; align-items: inherit;}
.topnav li a{display: none;}
.topnav li a.icon {float: right; display: block; font-size: 28px; color: #000; border-bottom: none !important;}
.topnav.responsive {background-color: #fff; border-top: 2px solid rgba(0,0,0,.03); padding: 0px 0px 15px; top: 69px; left: 0; right: 0; z-index: 8;
 box-shadow: 0 2px 5px rgb(0 0 0 / 10%); -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1); -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);}
.topnav.responsive .icon {position: fixed; right: 15px; top: 15px; border-bottom: none; color: #000;}
.topnav li a.icon:hover{color: #000;}
.topnav.responsive li{padding:10px 15px;}
.topnav ul li:last-child {padding: 0; display: block;}
.topnav.responsive li a {display: block; color: #1E7244;}
.topnav.responsive li a:hover, .topnav ul li.login-text a:hover {color: #202645;}
.topnav ul li {margin-right: 0;}
.cycle-insurance-form {max-width: 98%;}
.insurance-form-title {padding-left: 10px; margin-bottom: 10px;}
.insurance-form-title h4 {font-size: 20px; line-height: 45px;}
.insurance-form-box {padding: 20px 12px;}
.insurance-form-box h2 {font-size: 24px; margin-bottom: 10px;}
.insurance-form-box p {font-size: 15px; line-height: 18px; margin-bottom: 20px;}
.form-button {margin-top: 30px;}
.form-button-back {padding-left: 10px;}
.f-bottom-content ul li {margin-right: 20px;}

.nav-tabs p {font-size: 12px; line-height: 129.5%; margin-bottom: 0;}
.covertab-content .nav-tabs .nav-link {padding: 15px 25px 15px 15px;}
.nav-tabs h5 {margin: 12px 0; font-size: 18px;}
.covertab-content .tab-circle {right: 12px; top: 25px;}

.claim-section {margin: 22px -12px 22px;}
.claim-section-list {padding: 0 12px 20px;}
.claim-section-form {padding: 18px 12px 0;}
.claim-section-list li {font-size: 17px; line-height: 17px; padding-left: 0;}
.claim-section-list li span {min-width: 175px;}
.claim-edit-del {margin-left: 20px;}
.claim-edit-del img {max-width: 24px;}

/**your-quote**/
.your-quote-title {padding: 0 10px; margin-bottom: 15px;}
.insurance-form-title h3 {font-size: 25px;}
.insurance-form-title span {font-size: 14px; line-height: 20px;}
.quote-price h3 {font-size: 48px; line-height: 40px;}
.quote-price h3 span {font-size: 32px;}
.quote-price strong {font-size: 14px;}
.insurance-amount-box {padding: 20px 12px;}
.insurance-form-box h4 {font-size: 20px;}
.insurance-amount-box h5 {font-size: 16px;}
.insurance-amount-box h6 {font-size: 16px; margin-top: 0;}
.breakdown-cover-note {padding: 20px 10px 0px;}
.quote-edit-remove a {margin-left: 25px;}
.quote-edit-remove a img {width: 20px;}
.insurance-amount-box ul li {font-size: 15px; margin-bottom: 15px;}
.form-option-btn .radio {margin-right: 15px;}
.form-option-btn .radio input {height: 40px;}
.form-option-btn .radio label {height: 40px; width: 80px;}
.insurance-form-box h3 {font-size: 22px;}
.policy-radio-box .control-label {padding-left: 50px; font-size: 15px;}
.policy-radio-box .control-label strong {font-size: 16px;}
.policy-content p {margin-bottom: 15px; font-size: 16px; line-height: 125.5%;}
.imp-info p {font-size: 15px;}
.imp-info li {font-size: 15px; line-height: 126.5%; margin-left: 30px;}
.policy-documents {margin-top: -10px;}
.congrats-note {font-size: 15px; line-height: 20px;}
.congrats-icon {margin: 25px auto 20px;}

/*Custom-Select-Dropdown*/
.select-items {padding: 10px 13px 5px; margin: 5px -13px 0;}
}

@media only screen and (max-width:567px){
.mid-content {padding: 20px 0 50px;}
.cycle-insurance-form {max-width: 100%;}
.insurance-form-title h4 {font-size: 18px; line-height: 40px;}
.insurance-form-box h2 {font-size: 20px;}
.insurance-form h5 {font-size: 14px;}
.insurance-form .form-group {padding: 5px 12px 8px; margin-bottom: 15px;}
.insurance-form .form-control {font-size: 12px;}
.form-note {margin-top: 20px;}
.form-button {display: block; justify-content: inherit;}
.form-button-back {padding-left: 0px;}
.back-btn {margin-bottom: 20px;}
.custom-btn {width: 100%; height: 52px;}
footer {padding: 20px 0px;}

.covertab-content .nav-tabs {margin-bottom: 10px;}
.paymenttab-content .nav-tabs .nav-item {width: 48%; margin-right: 10px;}
.paymenttab-content .nav-tabs .nav-link {font-size: 16px; padding: 8px 10px;}
.nav-tabs h5 {margin: 10px 0; font-size: 16px;}
.tab-circle {right: 10px;}
.covertab-content .tab-circle {top: 18px;}
.claim-section-list li {font-size: 15px;}
.claim-edit-del img {max-width: 20px;}
.claim-section-form .custom-btn {width: 100%; margin-bottom: 15px;}
.claim-section-form .custom-btn:last-child{margin-bottom: 0;}

/**your-quote**/
.insurance-form-title h3 {font-size: 22px;}
.insurance-form-title span {font-size: 13px;}
.quote-price h3 {font-size: 40px; line-height: 30px;}
.quote-price h3 span {font-size: 28px;}
.quote-price strong {font-size: 13px;}
.insurance-form-box h4 {font-size: 18px;}
.insurance-amount-box h5 {font-size: 15px;}
.insurance-amount-box h6 {font-size: 15px;}
.quote-edit-remove a {margin-left: 20px;}
.quote-edit-remove a img {width: 18px;}
.insurance-amount-box ul li {font-size: 14px;}
.insurance-form .form-option-btn {padding: 0;}
.policy-radio-box {margin-right: 0;}
.policy-content {margin-bottom: 15px;}
.insurance-form-box h3 {font-size: 20px; margin-bottom: 12px;}
.imp-info li {margin-left: 25px;}
.congrats-note br{display: none;}

/**Payment-details**/
.paymenttab-content .nav-tabs .nav-item {width: 48%; margin-right: 10px; margin-bottom: 15px;}
.paymenttab-content .nav-tabs .nav-link {font-size: 16px; padding: 8px 27px 8px 7px;}
.tab-circle {right: 7px;}
}

@media only screen and (max-width:320px){
.paymenttab-content .nav-tabs .nav-link {font-size: 14px; line-height: 18px; padding: 7px;}
.paymenttab-content .nav-tabs .nav-link span {font-size: 11px; line-height: 16px;}
.tab-circle {right: 7px; height: 18px; width: 18px;}
}

.error-field-green{border-color: #EC71A8;}

/* 1 dec */
.scroll{display:none; overflow: auto;
    height:240px;}

.alert {padding: 20px;
    background-color: #f44336; color: white;}

    .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right;
    font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s;}

    .closebtn:hover {color: black;}

/**21-12-22**/
.payment-content {margin-top: 10px;}
.payment-content p {font-weight: 400; font-size: 18px; line-height: 128.5%; color: #202645; margin-bottom: 20px;}
.payment-content > span {font-weight: 400; font-size: 16px; line-height: 128.5%; color: #202645; display: block; margin-bottom: 10px;}
.payment-content ul {padding-left: 30px; margin-bottom: 35px; max-width: 475px;}
.payment-content ul li {font-weight: 400; font-size: 16px; line-height: 128.5%; color: #000; list-style: outside;}
.payment-content ul li a{text-decoration: underline;}
.payment-content ul li a:hover {color: #1E7244;}
/**21-12-22**/

/***Media***/
@media only screen and (max-width:991px){
/**21-12-22**/
.payment-content p {font-size: 16px;}
}

@media only screen and (max-width:767px){
/**21-12-22**/
.payment-content > span {font-size: 15px;}
.payment-content ul li {font-size: 15px;}
.paymenttab-content .policy-radio-box .radio_box {top: 0px;}
.insurance-form-box p br{display: none;}
}