@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body {
  overflow-x: hidden;
   font-family: "Open Sans", sans-serif;
}
img {
  max-width: 100%;
}
.head-logo {
  padding: 40px 0px 10px;
}
p.lead-head {
    color: #FFF;
}

.tp-info-col {
    text-align: center;
}
.reviews-head {
    text-align: right;
}

.header-main{
    padding: 20px 0px 10px;
}
 

.row.head-row {
    align-items: center;
}
.top-header {
    background: #FAFE11;
    padding: 11px 0px;
    margin-top: 0;
    color: #000;
}

.top-header p {
    margin: 0;
    color: #000;
    font-size: 22px;
}

.banner-text-main {
    max-width:700px;
    margin: auto;
}
.time-text {
    text-align: center;
    color: #007aff;
    text-decoration: underline;
    font-size: 12px;
}

.banner-text-main h1 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 5px;
}

.banner-text-main .highlight-text {
    font-size: 48px;
    font-weight: 700;
    color: #007aff;
    text-decoration: underline;
}

.hero-box {
    background: #E2E2E2;
    padding: 30px;
    border-radius: 10px;
    margin-top: 18px;
}
 
span.f-icon {
    width: 40px;
    height: 40px;
    background: #007AFF;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

span.f-icon svg {
    color: #FFF !important;
    width: 23px;
}

.features-top {
    margin-top: 20px;
    text-align: center;
}

.features-top p {
    font-size: 13px;
    line-height: 15px;
    margin-top: 6px;
}
span.text-lg {
    font-weight: 600;
    font-size: 14px;
}
section.hero-sec {
    padding: 18px 0px;
}

.sec-space{
  padding: 60px 0px;
}
.banner-text-main h3 {
    font-size: 36px;
    font-weight: 500;
}
.btn-primary {
    background: #16cca1;
    border-color: #16cca1;
    width: 100%;
    padding: 11px 10px;
    font-size: 21px;
}

a.btn.btn-primary {
    background: #1db144!important;
    border-color: #1db144!important;
}
 
.small-note {
    text-align: center;
    font-size: 12px;
}

.small-note a {
    text-decoration: underline;
}

.how-box {
    background:#EBEFF2;
    height: 100%;
    padding: 24px;
    border-radius: 10px;
    text-align: center;
}
.how-box h3 {
    font-size: 24px;
    margin: 11px 0px 10px;
}
.how-box p {
    margin: 0;
}
span.how-icon {
    width: 30px;
    height: 30px;
    background: #007AFF;
    display: inline-block;
    text-align: center;
    color: #FFF;
    line-height: 30px;
    border-radius: 50%;
    margin-bottom: 11px;
    font-weight: 700;
}

.sec-head {
    margin-bottom: 34px;
}

section.review-sec {
    background: #0a1428;
    padding: 70px 0px;
    color: #FFF;
}
section.faq-sec {
/*    background: #F2F2F2;*/
}
.faq-main.myaccordion .btn:before {
/*    top: 8px;*/
}
.review-item {
    border: 1px solid #848687;
    padding: 45px 95px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.reviw-icon {
    margin-top: 40px;
}
.review-item p {
    color: #FFFF;
}

.news-item p, .news-item h3 {
    color: #FFF;
}
section.review-sec .sec-head * {
    color: #FFF;
}
.review-item h5 {
    color: #FFF;
    position: relative;
    font-size: 15px;
    font-weight: 600;
  padding-left:100px;
}
.review-item h5:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #ffffff;
    left: 0;
    top: 10px;
}
.main-form-wrap section {
    padding: 0;
}
.star-icon {
    margin-top: 5px;
}

.review-item:before {
    content: "";
    background: url(../img/quote-up.svg) no-repeat;
    width: 23px;
    height: 20px;
    position: absolute;
    left: 32px;
    top: 22px;
}

.review-item:after {
    content: "";
    background: url(../img/quote-down.svg) no-repeat;
    width: 23px;
    height: 20px;
    position: absolute;
    right: 36px;
    bottom: 27px;
}

.review-wrap .item {
    height: 100%;
    padding: 4px;
}

.review-wrap   .owl-stage {
    display: flex;
    padding-bottom: 30px;
}
 .review-wrap  .owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    height: 7px;
}

.review-wrap  .owl-theme .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
}
.review-sec   .owl-nav {
  right: 13px;
  margin-top: 0;
}    

.review-sec   button.owl-prev:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(224deg);
  top: 19px;
  left: 20px;
}
.review-sec  button.owl-next:before {content: "";position: absolute;height: 12px;width: 12px;border: 2px solid #ffffff;border-left: 0;border-bottom: 0;transform: rotate(405deg);top: 19px;left: 17px;}
 
.review-sec    .owl-theme .owl-nav [class*='owl-']:hover:before {
  border-color: #FFF;
} 
button.owl-next {
    position: absolute !important;
    right: 20px;
}

.review-sec   button.owl-prev {
    position: absolute;
    left: 20px;
}

.review-sec   .owl-theme .owl-nav [class*='owl-'] span {
    display: none;
}

.best-seller-slider  .owl-nav img {
    display: none;
}
.review-sec   .owl-nav button {
    width: 50px;
    height: 50px;
    background: transparent !important;
    display: inline-block;
    border-radius: 50% !important;
    border: 1px solid #b1b8bb !important;
}

.review-sec   button.owl-prev {
    left: -14px;
}

.review-sec   button.owl-next {
    right: -14px;
}

.review-sec .owl-theme .owl-nav [class*='owl-']:hover {
    background: #007aff !important;
}


.news-sec{
  background-color: #0a1428;
}
.news-item {
    color: #FFF;
    padding: 0px 28px;
}

.news-item p {
    text-transform: uppercase;
}

.news-item h3 {
    font-size: 16px;
    position: relative;
    padding-left: 90px;
    margin-left: 12px;
    margin-bottom: 0;
}

.news-item h3:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #ffffff;
    left: 0;
    top: 10px;
}
.news-wrap{
  overflow: hidden;
}
.news-meta {
    display: flex;
    align-items: center;
}
.news-slide {
    margin: 0px -36px;
}

.news-slide {
  display: flex;
   
  animation: scroll 20s linear infinite;
}

.news-col {
  width: 33%;
  
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-90%); }
}



.zoom-btn {
  animation: zoomInOut 2s infinite ease-in-out;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}


section.form-sec {
    overflow: visible;
}

.footer {
    background: #0A1428;
    padding: 50px 0px 20px;
}

.footer-logo {
    border-bottom: 1px solid #596273;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.footer-logo img {
    max-width: 165px;
}

.footer-text p {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 13px;
}

.footer-text {
    margin-bottom: 21px;
}

.footer-text a {
     color: #FFF;
     text-decoration: underline;
}






 
.data8-postcodelookup-dropdown [type=button] {
    border-radius: 0px 5px 5px 0px !important;
    font-size: 17px;
    min-width: auto;
    height: 52px;
    background: #3c70f7;
    border: 0;
    color: #ffffff;
    min-width: 124px;
    font-weight: 500;
}
 
.data8-postcodelookup-dropdown {
    left: 0 !important;
    top: 55px !important;
    width: 100% !important;
    padding: 20px 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    right: 0 !important;
    /* height: auto !important; */
}

input.data8-postcodelookup-ok {
    margin-right: 20px;
}
 
.data8-postcodelookup-dropdown [type=button] {
    border-radius:5px !important;
    
}

.postcodeLookup {
    border-radius: 0px 5px 5px 0px !important;
    font-size: 17px;
    min-width: auto;
    height: 50px;
    background: #3c70f7;
    border: 0;
    color: #ffffff;
    min-width: 174px;
    font-weight: 500;
}
.data8-postcodelookup-dropdown select {
    width: 100%;
    border: 1px solid #ccc !important;
    outline: 0 !important;
    padding: 10px;
    height: auto;
    max-height: 144px;
    overflow-y: auto;
    padding-bottom: 0 !important;
}
 

div#alladdressshow {
    text-align: center;
    margin-top: 16px;
}

section.form-sec section {
    overflow: visible !important;
}

body .data8-postcodelookup-dropdown {
    padding: 10px !important;
    box-shadow:0px 0px 10px rgba(0,0,0,.11);
    border-radius:5px;
}
 
input#addressfill {
    display: none;
}




.main-form-wrap  form section:not(:first-child){
  display:none;
}
button.page-next.btn.btn-primary img {
  display: none;
}
input#property_value {
  margin-bottom: 0;
}
.btn-action-wrap {

  margin: 12px 0px 0px;
}
span#question1-error {
  display: block;
}
fieldset legend {
  margin-bottom: 15px;
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: none !important;
}
span.checkmark-box {
  margin-bottom: 5px;
}

.form-box-wrapper {
  padding: 0;
}
section.banner-home {
  overflow: hidden;
}
.form-box-wrapper {
    /* min-height: 570px; */
    /* display: flex; */
    /* align-items: center; */
    /* background: transparent; */
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 13px 17px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #212529;
  border-radius: 0.25rem;
  height: 56px;
  border-radius: 5px 0px 0px 5px;
}

/**************Form**************/
 

/* Form */


.birth-col {
  width: 100%;
  max-width: 289px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  margin: auto;
  padding: 17px 17px 17px 72px;
  border-radius: 10px;
  position: relative;
}

.select-col select {
  padding: 10px 10px;
  margin: 0px 6px;
  border: 0;
  -webkit-appearance: none;
  outline: 0 !important; 
}

.birth-icon {
  max-width: 41px;
  background: #18a757;
  padding: 5px;
  border-radius: 5px;
}
.btn-full {
  width: 100%;
}

.form-header {
  height: 211px;
}
.birth-col .select-col {
  border-right: 1px solid #858383;
}
.map-icon {
  position: absolute;
  width: 45px;
  height: 41px;
  background: #18a757;
  left: 21px;
  top: 20px;
  padding: 10px;
  border-radius: 5px;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info span.map-icon {
  left: 29px;
}
span.map-icon img {
    max-width: 21px;
}
.form-group.post-col {
  position: relative;
}
.privacy-check-text {
  color: #FFF;
  margin-top: 15px;
  padding: 0px 30px;
  margin-right: 0 !important; 
  font-size: 14.9px;
}

.privacy-check-text a {
  color: #FFF;
}

.row.contact-info .form-group {
  margin-bottom: 10px;
}
 


.birth-col .select-col:last-child {
  border: 0;
}
.form-card {
  margin-top: -97px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
  margin-bottom: 97px;
}

.form-body {
  padding: 40px;
}

section.form-sec  .logo-wrap {
  padding: 1px 30px;
  border-bottom: 1px solid #ccc;
}

.sidebar {
  border: 1px solid #122246;
  border-radius: 10px;
  padding: 30px;
  margin-top: 54px;
  margin-left: 29px;
}

::-webkit-input-placeholder {  
  color: #122246 !important;
  font-weight: 400;
}
::-moz-placeholder {  
  color: #122246 !important;
  font-weight: 400;
}
:-ms-input-placeholder { 
  color: #122246 !important;
  font-weight: 400;
}
:-moz-placeholder { 
  color: #122246 !important;
  font-weight: 400;
}
.form-head {
  /* text-align: center; */
  margin-bottom: 35px;
}

.form-head h2 {
  /* margin: 0; */
}
ul.list-style {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.list-style li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 37px;
}

ul.list-style li span.tick-icon {
  position: absolute;
  left: 0;
}

.form-inner {
  background: #f6f6f6;
  padding: 35px;
}
.form-title {
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 20px;
}
span.checkmark {
  width: 100%;
  float: left;
  margin-bottom: 3px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  min-width: 126px;
  min-height: 126px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #ffffff;
  background: #FFF;
  box-shadow: none;
  font-weight: 600;
  color: #000000;
  flex-wrap: wrap;
  padding: 7px 13px;
  border: 3px solid #083336;
  outline: 3px solid #18a757;
  text-transform: uppercase;
}

.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

label.radio_container {
  width: 100%;
}
.active_box span.checkmark {
  border: 1px solid #23304A;
  background: #e4eaff;
  color: #23304A;
}
span.red-mark {
  color: red;
}

.circle-left-check span.checkmark:before {
  content:"";
  width: 20px;
  height: 20px;
  border: 1px solid #c5c1c1;
  position: absolute;
  left: 13px;
  border-radius: 50%;
}

span.checkmark {
  position: relative;
}

.circle-left-check span.checkmark {
  justify-content: flex-start;
  padding-left: 38px;
}

.circle-left-check.active_box span.checkmark:before {
  background:#122246;
}




.main-form-wrap  form section:not(:first-child){
  display:none;
}
 
.form-head {
  /* text-align: center; */
  margin-bottom: 15px;
  /* color: #FFF; */
}

.form-head h2 {
  /* margin: 0; */
}
 
.form-inner {
  background: #f6f6f6;
  padding: 35px;
}
.form-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 21px;
    margin-top: 0;
    text-align: left;
    color: #0a1428;
    font-weight: 600;
}
 

.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

label.radio_container {
  width: 100%;
}
.active_box span.checkmark, span.checkmark:hover {
  border: 3px solid #083336;
  outline: 3px solid #18a757;
  background: #18a757;
  color: #ffffff;
}
span.red-mark {
  color: red;
}

.circle-left-check span.checkmark:before {
  content:"";
  width: 26px;
  height: 26px;
  border: 1px solid #c5c1c1;
  position: absolute;
  left: 25px;
  border-radius: 50%;
}

span.checkmark {
  position: relative;
}
 

label.radio_container.active_box  span.checkmark img,
span.checkmark:hover img{
  filter: invert(1) brightness(1);
}

.circle-left-check span.checkmark {
  justify-content: flex-start;
  padding-left: 63px;
}

.circle-left-check.active_box span.checkmark:before {
  background: #53ced6;
  border: 1px solid #53ced6;
}
.progress-bar.active {
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
 
.progress-bar-striped {
  background: #16cca1;
  position: relative;
  overflow: visible;
  border-radius: 100px  100px;
}
.progress {
  background-color: #FFF;
  height: 21px;
  margin: 0px auto 22px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
  border: 1px solid #1b7b83;
  border-radius: 100px;
  overflow: visible !important;
} 
.progress .progress-value {
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 13px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    background: #3c70f7;
    border: 0;
    border-radius: 10px;
    min-width: 41px;
    left: 0;
    text-align: center;
}
.progress .progress-value:after {
  /* content: "";
  border-top: 10px solid #16cca1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); */
}
 
.privacy-box {
  color: #FFF;
}

.secure img {
  max-width: 12px;
}

.btn-action-main .btn{
  border-radius: 55px;
  padding: 12px 13px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  min-width: 198px;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: 0px 6px;
  width: 100%;
}
.page-next {
  background: #21B448;
  border-color: #21B448;
  color: #ffffff;
  box-shadow: 1px 3px #21B448;
}
.page-next:hover, .page-next:focus, .page-next:active {
    background: #0069d9!important;
    border-color: #0069d9!important;
    box-shadow: 1px 3px #0069d9!important;
    /* color: #000; */
    /* box-shadow: 1px 3px #ffffff; */
}

body .page-prev {
    background: #3d3c3c !important;
    border: 1px solid #FFF !important;
    /* padding: 0 !important; */
    /* color: #ffffff; */
    /* font-weight: normal; */
    /* text-decoration: none; */
    /* margin-bottom: 0; */
    /* margin-top: 0; */
    /* font-size: 23px; */
    display: none !important;
}
.page-prev:hover {
  /* background: #6b6b6b !important; */
  /* color: #000; */
}

.btn-action-main .btn:hover svg {
  /* fill: #000; */
}


.btn-action-main li {
    margin: 0px;
    list-style: none;
}
section.step1 .btn-action-main {
  justify-content: center;
}
.btn-action-main {
    text-align: center;
    display: block;
    align-items: center;
    /* justify-content: space-between; */
    flex-direction: row-reverse;
    margin: 15px auto 0px;
    max-width: 100%;
    width: 100%;
}

.consent {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  display: none;
  max-width: 600px;
  margin: auto;
}
.consent a{
    color: #fff;
    text-decoration: none;
}
.form-control, select {
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 100%;
    border: 1px solid #ced4da;
}
.add-col .accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  color: #FFF;
  padding: 0;
  text-align: center !important;
  justify-content: center;
  display: block;
  font-size: 16px;
}

.add-col .accordion-item {
  background: transparent;
  box-shadow: none !important;
  text-align: center !important;
}

.add-col {
  margin-top: 20px;
}

.add-col  .form-group label {color: #FFF;text-align: left;display: block;margin-bottom: 10px;}

.add-col  .form-control {
  padding: 20px;
  height: 60px;
}

.add-col  .form-group {
  margin-bottom: 10px;
}
.btn-action-main  svg {
    width: 25px;
    /* fill: #FFF; */
}
.info-bottom {
  background: #104347;
  padding: 20px;
  border-radius: 10px;
  margin-top: 50px;
}

span.info-icon {
  max-width: 48px;
  display: inline-block;
  width: 80px;
}

.info-left {
  display: flex;
  align-items: center;
  width: 39%;
}

.info-left h3 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 19px;
  margin-left: 19px;
  flex: 1;
}

.info-inner {
  display: flex;
  align-items: flex-start;
}

.info-right {
  color: #FFF;
  width: 61%;
  padding-left: 46px;
}

.info-right p {
  margin: 0;
}
section.form-sec {
    padding: 43px 0px;
    background: #F2F2F2;
}
span.space-left1 {
  padding-left: 10px;
}

span.space-left2 {
  padding-left: 13px;
}

.btn.btn-outline-secondary {
    background: #18a757;
    border-color: #18a757;
}

.btn.btn-outline-secondary svg {
    fill: #000;
    width: 20px;
    height: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    margin-bottom: 7px;
}

.user-ag-check {
    background: #051738;
    padding: 20px;
    color: #FFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFF;
}

.user-ag-check button {
    background: transparent;
    border: 0;
    color: #FFF;
    font-size: 14px;
}

.user-ag-check h4 {
    color: #FFF;
    margin: 0;
    line-height: 0;
}

.ag-box {
    /* display: flex; */
    justify-content: space-between;
    width: 100%;
    margin: 6px 0px;
    background: #051738;
    /* border-top: 1px solid #ccc; */
}

canvas.sign-box {
    border: 1px solid #000000;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.scroll-list {
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 193px;
    overflow-y: auto;
    padding: 10px;
    margin-bottom: 20px;
}

.scroll-list p {
    margin-bottom: 5px;
}

.scroll-list ul li {
    position: relative;
    margin: 10px 0px;
}

button.clear-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
    max-width: 101px;
    margin: auto;
    background: #16cca1;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    border-radius: 5px;
}
.main-form-wrap p a {
    color: #16cca1;
}
.sign-col {
    position: relative;
}
.user-ag-check span.ag-name:before {
    content: "";
    background: transparent;
    text-align: center;
    border: 1px solid #b4b4b4;
    border-radius: 0;
    position: absolute;
    top: 23px;
    left: 19px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding-left: 3px;
}
.user-ag-check {
    position: relative;
    cursor: pointer;
}

.user-ag-check input:checked + span.ag-name:before {
    background: #352460;
    color: #fff;
    content: "\2713";
    font-size: 16px;
    text-align: center;
}
.user-ag-check label input {
    opacity: 0;
}

span.ag-name {
    padding-left: 14px;
}

ul.ag-list {
    column-count: 2;
}

.ag-box div {
    color: #FFF;
    padding: 20px;
}

ul.ag-list {
    padding: 0;
    margin-left: 20px;
}

ul.ag-list li {
    margin-bottom: 9px;
}
 
.ag-col {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
}

 
.sm-text-bottom {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 16px;
    border-radius: 5px;
    font-size: 12px;;
}
.form-head p {
    margin: 4px;
}
.sm-text-bottom p {
    margin: 0;
}
.text-small{
 font-size: 12px;;
}

.main-form-wrap {
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
    border-radius: 10px;
    background: #FFF;
}

.info-box {
    text-align: center;
    padding: 10px 10px;
    background: #FAFE11;
    margin: 0px auto 22px;
    border-radius: 7px;
    border: 1px solid #d7d7d7;
    display: table;
}

.info-box p {
    margin: 0;
    font-size: 19px;
}
.info-box-sm {
    font-size: 12px;
    text-align: center;
    margin-top: 3px;
}
.check-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
}


.check-sec .user-ag-check {
    background: #FFF;
    border: 1px solid #dbdbdb;
    color: #000;
}

.check-sec  .ag-col {
    border: 0;
    padding: 0;
}

.check-sec  .user-ag-check button {
    color: #000 !important;
}
 
.check-sec  .ag-box div {
    color: #000;
}
 
.check-sec  .ag-box {
    background: #FFF; 
}

.check-sec  p.lead-head {
    color: #000;
}

.check-sec  .ag-box .collapse {
    border: 1px solid #ccc;
    margin-top: -1px;
}
.check-sec  span.ag-name {
    text-align: left;
    display: flex;
    padding-left: 21px;
}

.check-sec  .check-wrap label {
    margin: 0;
    display: flex;
}
.check-sec .user-ag-check {
    position: relative;
}

.check-sec  .user-ag-check span.ag-name:before {
    top: 22px !important; 
}

.check-sec .user-ag-check button {
    min-width: 122px;
}
 .upload-box {
      border: 2px dashed #ccc;
      padding: 40px;
      text-align: center;
      border-radius: 5px;
      background-color: #fafafa;
    }
.info-box-id {
    background-color: #eef4fb;
    padding: 10px;
    font-size: 0.9rem;
    border-left: 0;
    margin-bottom: 10px;
}
.info-box-id p {
    margin: 0;
}
    .form-check-label {
      font-size: 0.9rem;
    }
     
    .small-note {
      font-size: 0.8rem;
      color: #444;
    }



 .social-icons a {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 8px;
      border-radius: 50%;
      background-color: #f1f1f1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .social-icons svg {
      width: 20px;
      height: 20px;
    }
    .link-text {
      font-size: 0.9rem;
      color: #0077cc;
      text-decoration: underline;
    }


.share-box {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.social-icons svg {
    overflow: inherit;
    fill: #FFF;
}

a.email-icon {
    background: #cd4432 !important;
}

a.fb-icon {
    background: #4868b5;
}

a.insta-icon {
    background: #ffa2f6;
}

a.chat-icon {
    background: #a6f6b4;
}

a.wp-icon {
    background: #3bc14d;
}

a.x-icon {
    background: #000000;
}

a.msg-icon {
    background: #0084ff;
}

b, strong {
    font-weight: 600;
}
body #signature-pad {
    height: 220px;
    border: 2px solid #e5dcdc;
    margin-bottom: 20px;
    overflow: hidden;
}
 .text-xs {
    color: #6b7280;
    font-size: .75rem;
}
.bt-cta-form {
    text-align: left;
}

p.text-xs a {
    color: #6b7280;
    font-weight: 600;
}
.img-th {
    max-width: 606px;
    margin: auto;
}

.thank-inner {
    text-align: center;
}

.thanks-box .thank-inner, .thanks-box .share-box {
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
    padding: 40px;
    max-width: 900px;
    margin: 0px auto 30px;
    border: 0;
    border-radius: 4px;
}

.th-info-top {
    background: #2a76f1;
    padding: 10px;
}

.th-info-top p {
    margin: 0;
    text-align: center;
    font-size: 21px;
    color: #FFF;
}

.sm-text-bottom.scroll-hide {
    border: 0;
}
.sm-text-bottom.scroll-hide p {
    font-weight: 600;
}

.sm-text-bottom.scroll-hide {
    border: 0;
}
.sm-text-bottom.scroll-hide p {
    font-weight: 600;
    font-size: 12px;
}

p.ag-text2 {
    margin: 20px 0px;
}

p.ag-text3 {
    margin-bottom: 20px;
}

p.ag-text1 {
    margin-top: 12px;
}

.checkbox-style input:checked + label:before {
     background: #21b448;
     color: #fff;
     content: "\2713";
     font-size: 18px;
}

.checkbox-style label:before {
    content: "";
    background: #21b448;
    text-align: center;
    border: 1px solid #21b448;
    border-radius: 0;
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 19px;
}

.checkbox-style input {
    display: none;
}
 
.checkbox.checkbox-style {
    margin-left: 0;
}

.checkbox.checkbox-style label {
    padding-left: 16px !important;
}

ul.list-check-style {
    padding-left: 0;
    list-style: none;
}

ul.list-check-style li {
    padding-left: 30px;
}

ul.list-check-style li span svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    color: #21b448;
}

ul.list-check-style li ul li {
    padding-left: 0;
    margin-bottom: 20px;
}


select {
    color: #2A3033;
}
img.sh-media {
    max-width: 26px;
    position: relative;
}
.text-center.badge-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.info-left {
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
}
/* new css */


@media (min-width:992px){
	
.form-box-wrapper .info-box p {
    font-size: 27px;
    font-weight: 700;
}
.form-box-wrapper .info-box p strong {
   
    font-weight: 700;
}	
}



@media (max-width:991px){
	
	
	
img.sh-media {
    top: -6px;
}	
	
.th-info-top p {
    font-size: 15px;
}	
.postcodeLookup {
    min-width: 90px;
}	
.check-sec .user-ag-check span.ag-name:before {
    top: 2px !important;
}

.check-sec span.ag-name {
    padding-right: 116px;
    padding-left: 38px;
}

.check-sec .ag-box div .user-ag-check {
    display: flex;
    align-items: center;
}	

.banner-text-main h1 {
    font-size: 30px;
    line-height: 32px;
}

.banner-text-main .highlight-text {
    font-size: 30px;
}

.time-text {
    margin-bottom: 12px;
}

.badge-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-wrap span {
    text-align: left;
}

.badge-wrap span + span {
    padding-left: 27px;
    position: relative;
    margin-left: 10px;
    line-height: 13px;
    white-space: nowrap;
    margin-bottom: 0;
    width: auto;
    font-size: 10px;
}
.badge-wrap span + span  .lock-icon {
    position: absolute;
    left: 0;
    top: 1px;
}

.hero-box {
    padding: 16px;
}

.info-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.info-box p strong {
   
    font-weight: 700;
}
.news-item {
    padding: 0;
}

.news-slide {
    /* margin: 0; */
}
.top-header p {
    font-size: 13px;
}
.news-col {
    width: 100%;
    min-width: 100%;
}

.review-item {
    padding: 56px 17px 9px;
}
.how-col {
    margin-bottom: 20px;
}

.faq-main {
    margin-bottom: 30px;
}
.sec-space {
    padding: 30px 0px;
}
section.review-sec {
    padding: 30px 0px;
}
.form-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
    /* font-weight: 700; */
}

.form-head {
    margin-bottom: 7px;
}

.info-inner {
    display: block;
}

.info-right {
    width: 100%;
    padding-left: 0;
}

.info-left {
    width: 100%;
    margin-bottom: 13px;
}

span.info-icon {
    max-width: 28px;
}

.head-logo {
    padding: 12px 0px 10px;
}
section.form-sec {
    padding: 21px 0px 25px;
}

.btn-action-main {
  flex-direction: column;
}

.btn-action-main .btn {
  width: 100%;
  margin: 0px 0px 18px;
}

.btn-action-main li {
  display: block;
  width: 100%;
}
label.radio_container {
  margin-bottom: 10px;
}
section.step1 .btn-action-main {
  margin-top: 10px;
}
button.page-next.btn.btn-primary {
    font-weight: 700;
    font-size: 20px;
}
.birth-col {
  margin-bottom: 20px;
}
.progress {
    width: 100%;
}
span.checkmark {
  min-height: 65px;
}
 
.map-icon {
  top: 15px;
}
.main-form-wrap {
    padding: 13px;
}
.ag-box div {
    padding: 11px;
}
.user-ag-check span.ag-name:before {
    top: 0px;
    left: 8px;
    width: 18px;
    height: 15px;
}
.ag-box div {
    text-align: left;
    padding-left: 10px;
}
.user-ag-check button {
    font-size: 10px;
}
.user-ag-check h4 {
    /* flex: 1; */
    min-width: 69px;
    text-align: right;
    display: inline-block;
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.user-ag-check input:checked + span.ag-name:before {
    font-size: 12px;
}
ul.ag-list {
    column-count: 1;
}

span.ag-name {
    font-size: 11px;
    padding-left: 34px;
    position: absolute;
    left: 0;
    padding-right: 85px;
}

.user-ag-check {
    min-height: 73px;
}

.check-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.sec-head h2 {
    font-size: 44px;
}

.how-box h3 {
    font-size: 20px;
}

.banner-text-main h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.reviw-icon img {
    max-width: 120px;
}
.top-header {
    margin-top: 0;
}
	
section.form-sec span.info-icon {
    display: none !important;
}	
.header-main {
    padding: 7px 0px 6px;
}
.footer {
    padding: 50px 0px 41px;
}	
.form-group {
    margin-bottom: 12px;
}	

.dob-row .col-4 {
    padding: 5px;
}

.dob-row {
    padding: 0px 11px;
}	
.info-box {
    margin-bottom: 11px;
}

.progress {
    margin-bottom: 11px;
}	

section.how-sec  .sec-head.text-center {
    text-align: left !important;
}	
.sm-style-icon {
    display: flex;
    align-items: center;
}

span.how-icon {
    margin-bottom: 0;
    margin-right: 7px;
}

.how-box {
    text-align: left;
}	
	
.review-item:before {
    content: "";
    background: url(../img/quote-up.svg) no-repeat;
    width: 23px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 22px;
}	
	

section.review-sec  .sec-head,
section.faq-sec  .sec-head {
    text-align: left !important;
}

.review-item:after {
    display:none;
}	
.footer-value {
    border-top: 1px solid #596273;
    padding-top: 17px;
}

.footer-logo {
    border: 0;
    padding: 0;
    margin-bottom: 11px;
}

.footer-logo + .footer-text {
    margin-bottom: 2px;
}

.footer-text.privacy-link {
    text-align: center;
    margin-bottom: 0;
}
.card-body #table th {
    font-size: 14px;
    line-height: 16px;
}
	
.sm-bold {
    font-weight: normal;
    line-height: 27px;
}	

	.all-text-sm{
		display: inline-block!important;
	}	
	.d-none-sm{
		display: none !important;
	}	
	.wb-sm{
		font-weight: 700;
	}
	
span.info-icon-custom {
    font-size: 14px;
    margin-right: 1px;
}
	
	
	
}

/*max 991px*/


@media (min-width:992px){
 .hero-box  .btn {
    font-size: 46px;
    font-weight: 700;
} 
.btn-action-main .btn {
    font-size: 26px;
    padding: 5px 13px;
}	
section.form-sec  span.info-icon {
    display: none;
}	
	
}

@media (min-width:1200px){
	
section.hero-sec {
    padding: 40px 0px;
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
}

.hero-box {
    padding: 60px  50px;
}
	
}




@media (max-width:767px){

.page-next {
    padding: 10px 10px;
    min-width: 173px;
} 
.review-wrap .owl-stage {
    display: block;
}
.review-sec .owl-nav {
    margin-top: 20px;
}	
	
}



@media (max-width:480px){
  .step1 span.checkmark {
    min-width: 95px;
}
 
}
a.btn.btn-primary.zoom-btn {
    font-weight: bold;
}


@media (max-width:381px){
	
.info-box p {
    font-size: 15px;
}
	
}





@media (max-width:991px){
.user-ag-check {
    min-height: auto;
}

.check-wrap label {
    margin: 0;
    padding: 0;
}
 

.ag-col .user-ag-check input:checked + span.ag-name:before {
    background: transparent;
}

.ag-box {
    border-radius: 10px !important;
    overflow:hidden;
    padding: 10px 4px;
}

.user-ag-check {
    border-radius: 5px;
}

.user-ag-check h4 {
    line-height: 14px;
}

.user-ag-check {
    padding: 0 !important;
}

span.ag-name {
    top: 0;
    position: relative;
    text-align: left;
    display: block;
}

.user-ag-check {
    border: 0;
}

span.ag-name {
    padding-left: 33px;
    padding-right: 0;
}

.user-ag-check label input {
    position: absolute;
    left: 0;
}

.user-ag-check button {
    white-space: nowrap;
}	
	
	
	
 

.check-sec span.ag-name {
    padding-right: 0;
}

.check-sec .user-ag-check {
    padding: 10px 10px !important;
}
 

.check-sec .check-wrap h4 {
    text-align: right !important;
}

.check-sec .check-wrap h4 button {
    text-align:right;
    min-width: auto !important;
}

.check-sec .ag-box {
    padding-bottom: 0;
}	
	
.check-sec .ag-col .user-ag-check input:checked + span.ag-name:before {
    background: #352460;
}	
	
}







