@font-face {
  font-family: 'Tondo';
  src: url('fonts/Tondo-Light.eot');
  src: local('Tondo Light'), local('Tondo-Light'),
      url('fonts/Tondo-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Tondo-Light.woff2') format('woff2'),
      url('fonts/Tondo-Light.woff') format('woff'),
      url('fonts/Tondo-Light.ttf') format('truetype'),
      url('fonts/Tondo-Light.svg#Tondo-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tondo';
  src: url('fonts/Tondo-Bold.eot');
  src: local('fonts/Tondo Bold'), local('Tondo-Bold'),
      url('fonts/Tondo-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Tondo-Bold.woff2') format('woff2'),
      url('fonts/Tondo-Bold.woff') format('woff'),
      url('fonts/Tondo-Bold.ttf') format('truetype'),
      url('fonts/Tondo-Bold.svg#Tondo-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}





body{
  font-size:24px;
  line-height: 33px;
	color: #1C274C;
	font-family: 'Tondo';
  font-weight: 400;
	 overflow-x: hidden;
}


img {
  max-width: 100%;
}

h2 {
  color: #1C274C;
  font-family: Tondo;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}

/**************Button**************/

.btn {
  border-radius: 55px;
  padding: 20px 28px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  min-width: 254px;
}
.btn-primary {
  background: #239BA9;
  border-color: #239BA9;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #3fc3d3!important;
  border-color: #3fc3d3!important;
  box-shadow: none !important;
  color: #ffffff;
}
 



 
/**************Header**************/

header .container-fluid {
  max-width: 1400px;
}
header {background: #199BAA;padding: 13px 0px;}

header .navbar-brand {max-width: 210px;}

header a.navbar-brand2 {max-width: 208px;margin-left: 20px;}

header .navbar-nav .nav-link {
  color: #FFF !important;
  padding: 0px 16px !important;
  font-size: 14px;
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  color: #1C274C;
  font-weight: 700;
}
 h3{
   font-size: 18px;
   line-height: 22px;
 }
.logo-col {
    max-width: 323px;
    margin-top: -10px;
}
.section-title{
  font-size: 48px;
  line-height: 62px;
  color: #293646;
  font-weight: 800;
}
.lead-text{
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
 a.navbar-brand.tp-desktop:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 41px;
  background: #FFF;
  position: absolute;
  left: -17px;
}

a.navbar-brand.tp-desktop {
  position: relative;
  margin-left: 20px;
}
a.navbar-brand.tp-desktop img {
  max-width: 103px;
}
header a.nav-link.btn.btn-primary {
  background: #FFF;
  color: #000 !important;
  min-width: 151px;
  padding: 13px 20px !important;
  font-size: 14px;
  margin-left: 20px;
}

header  a.nav-link.btn.btn-primary:hover img {
  filter: brightness(0) invert(1);
}

header a.nav-link.btn.btn-primary:hover {
  color: #FFF !important;
}
header  .navbar-expand-lg .navbar-nav {
  align-items: center;
}


 /**************Hero Banner**************/
 
 section.banner-home {
  min-height: 570px;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat;
}

section.banner-home .row {
  justify-content: end;
}

.banner-text {
  background: #FFF;
  padding: 50px;
}

.banner-title {
    font-size: 40px;
    line-height: 49px;
    display: flex;
    margin-bottom: 20px;
}

.banner-text p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
}

span.text-top {
  flex: 1;
}  

section.banner-home.banner-form .banner-text {
  min-height: 570px;
  display: flex;
  align-items: center;
}

 /**************Features**************/

.features-top {
  display: flex;
  align-items: center;
  position: relative;
}

.features-top h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  flex: 1;
  display: inline-block;
}

.features-top span {
  margin-right: 10px;
  display: flex;
}

section.top-features {
  background: #d8d5d5;
  padding: 26px 0px;
}


section.top-features .features-row {
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.features-top:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #D6D7D7;
  right: -55px;
}

@media (min-width:1200px) and (max-width:1400px){
.features-top:before {
  right: -22px;
}    
}


 /**************About Section**************/
 
.sec-pad {
  padding: 90px 0px;
}
.about-img img {
    border-radius: 0px 50px 0px 0px;
}
.about-img {
    height: 100%;
}

.about-img img {
    object-fit: cover;
    height: 100%;
}
.text-primary {
  color: #239BA9 !important;
}
.about-logo {
  display: inline-block;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 18px;
  position: absolute;
  bottom: -72px;
  left: 20px;
}

.about-img {
  position: relative;
}

.g-10, .gy-10 {--bs-gutter-y: 5rem;--bs-gutter-x: 5rem;}

.about-text .btn-col {
  margin-top: 30px;
}

 /**************Why Section**************/

 .why-section {
  margin-top: 0;
  position: relative;
}

.man-img img {
  width: 100%;
}

.why-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 560px;
  bottom: 0;
  background: #239BA9;
  /* z-index: 1; */
}

.man-img {
  position: relative;
  top: -54px;
}

.why-section .container {
  position: relative;
  z-index: 1;
}

.why-text {
  margin-top: 120px;
  padding-left: 90px;
}
.why-text h2, .why-text p {
  color: #FFF;
}

.why-box {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  min-height: 300px;
  margin-bottom: 30px;
}

.why-icon img {
  width: auto !important;
  margin: auto;
}

.why-info {
  text-align: center;
}

.why-icon {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.why-wrap {
    margin-top: -237px;
    padding-bottom: 90px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.why-info p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.faq-section {
	background: #F5F5F5;
}
section.faq-section {
    padding: 70px 0px 90px;
}

 /**************Features Section**************/

.features-item {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #D6D7D7;
  padding-bottom: 30px;
}

.features-item .feaures-text {
  flex: 1;
}

.features-item:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.features-item .icon {
  width: 52px;
  height: 52px;
  background: #239BA9;
  text-align: center;
  line-height: 52px;
  color: #FFF;
  border-radius: 50%;
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
}

.features-item .feaures-text h3 {
  font-size: 24px;
  line-height: 33px;
}

.features-cta {
  margin-bottom: 90px;
}


section.features-section {
    padding: 22px 0px 56px;
}

.cta-btn {
  text-align: right;
}

.gallery-row img {
  width: 100%;
}

.gallery-img2 {
  display: flex;
  height: 100%;
  background: #239BA9;
  align-items: center;
  justify-content: center;
}

.gallery-img2 img {
  max-width: 265px;
}

.gallery-img1 {
  margin-bottom: 25px;
}

section.unlock-section {
    padding: 0px 0px 0px;
}
.step-section{
	background: #F5F5F5;
}


 /**************Review**************/

.review-box img {
  width: auto !important;
}

.review-author {
  display: flex;
  align-items: center;
}

span.author-name {
  flex: 1;
  font-size: 16px;
}

span.review-media {
  margin-right: 10px;
}

.review-box h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}

section.review-wrap {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 490px;
    display: flex;
    align-items: center;
}
span.rating-text {
  color: #1C274C;
  font-family: Tondo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.review-box {
  background: #FFF;
  padding: 30px;
  border-radius: 55px 0px 0px 0px;
}
 
.review-carousel .owl-stage .owl-item:nth-child(2n) .item .review-box {
  border-radius: 0px 0px 0px 55px;
}
section.review-wrap  .owl-nav {
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: 76px;
}

section.review-wrap .owl-carousel {
  position: static;
}

section.review-wrap .container {
  position: relative;
}

section.review-wrap  .owl-carousel .owl-nav .owl-next, section.review-wrap  .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background: #FFF !important;
  border-radius: 50%;
}

section.review-wrap  .owl-carousel .owl-nav  span {
  font-size: 29px;
}

section.review-wrap  .owl-nav .owl-prev {
  margin-right: 12px;
}


.head-main {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}


 /**************Step Section**************/
.main-form-wrap  form section:not(:first-child){
    display:none;
}
.step-icon {
  width: 130px;
  height: 130px;
  background: #1C274C;
  text-align: center;
  line-height: 129px;
  border-radius: 50%;
  margin: 0px auto 20px;
  position: relative;
}
.step-col:hover .step-icon {
  background: #239BA9;
}
.step-col {
  text-align: center;
}

.step-info h5 {
  color: #239BA9;
  font-weight: 400;
  font-size: 16px;
}

.step-info h3 {
    font-size: 22px;
    line-height: 30px;
}



.step-box-col:before {
    content: "";
    width: 100%;
    border-top: 2px dashed #000;
    position: absolute;
    top: 26%;
    left: auto;
    right: -180px;
}
.step-box-col {
  position: relative;
}

.step-box-col:last-child:before {
  border: 0;
}

.step-box-col:hover:before {
  border-color: #239BA9;
}
.border-hide::before {
  border: 0;
}

.border-right-hide:before {
  background: transparent;
}
ul.list-style li {
    margin-bottom: 11px;
}





 /**************Form**************/
 
fieldset legend span {
  color: #6DC32A;
}
section.form-banner-inner {
  background: url(../images/form-hero-x1.jpg) no-repeat;
  background-size: cover !important;
  background-position: center;
  padding: 100px 0px 0px;
}
.form-main {
  background: #FFF;
  padding: 0;
  position: relative;
  top: 0;
  max-width: inherit;
  margin: auto;
  border-radius: 0;
  box-shadow: none;
}
select.form-select {
  padding: 10px;
  height: 56px;
  font-size: 16px;
  border: 2px solid #F0F5FC !important;
  margin-bottom: 20px;
  background-color: #F0F5FC;
  box-shadow: none !important;
  color: #787D82;
}
.form-main h1 {
  color: #293646;
  font-size: 18px;
  font-weight: 800;
}
span.checkmark {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  background: #E7E7E7;
  font-weight: 700;
  color: #00395b;
  padding: 15px;
}
.three-col {
  display: flex;
  justify-content: center;
}

.three-col label.radio_container {
    width: 50%;
}
span.title-box {
  display: block;
  clear: both;
  color: #1C274C;
  font-size: 20px;
  font-weight: 700;
}
.btn-action-main button {
  min-width: 254px;
  padding: 17px 10px;
  margin: 0px 5px;
}
button.page-prev.btn.btn-danger:focus {
  box-shadow: none !important;
  outline: 0;
  color: #758896 !important;
}
label.radio_container {
  margin: 0px 10px;
}
.form-check-input:checked {
  box-shadow: none;
  background-image: none !important;
  background: #239BA9;
}
.form-input.quote-step {display: flex;}

.title-col {margin-right: 10px;min-width: 90px;}

.name-col {margin-right: 10px;}

.email-col {margin-right: 10px;}

.btn-col .btn {font-weight: 700;}

.form-control, .form-control:focus {
  box-shadow: none !important;
  /* background: #F0F5FC; */
  border-color: #212529;
  /* color: #787D82; */
}
.main-form-wrap {
  /* max-width: 500px; */
  margin: 0px auto;
  text-align: center;
}
.thanks-col .form-group h2 {
  font-size: 30px;
  font-weight: 700;
}

.thanks-col .form-group p {color: #293646;font-size: 20px;max-width: 532px;margin: 17px auto 17px;font-weight: 600;line-height: 28px;}

fieldset legend {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 22px;
  line-height: 36px;
}

.btn-action-main {
  display: block;
  align-items: center;
  justify-content: center;
}
button.page-prev.btn.btn-danger {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #3e464c;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 10px;
}

.btn-action-main {
  list-style: none;
  margin: 40px 0px 0px;
}

.btn-action-main li {
  margin: 0px 24px;
}

.progress-bar.active {
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
.progress .progress-value {
  display: block;
  padding: 3px 7px;
  font-size: 13px;
  color: #000;
  border-radius: 4px;
  background: transparent;
  border: 0;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0px auto;
  width: 100%;
}

.privacy-text, .privacy-text a {font-size: 13px;font-weight: 500;text-decoration: none;}

.privacy-text a {color: #343E48;}
.progress-bar-striped {
  background: #107884;
}
.progress {
  background-color: #F0F5FC;
  height: 8px;
  margin: 20px auto 12px;
  max-width: 500px;
}
.form-control {
  padding: 10px;
  height: 56px;
  font-size: 20px;
  border: 1px solid #1C274C;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 0;
  color: #000;
  max-width: 473px;
  margin-left: auto;
  margin-right: auto;
}
.two-col span.checkmark {
  min-width: 180px;
  font-size: 20px;
}

.privacy-text {
  margin-top: 30px;
}
section.thanks-col .privacy-text {
  margin-top: 9px;
}
 
.active_box span.checkmark {
  /* background: #6dc32a;
  color: #ffffff; */
}
.post-col input.form-control {margin-bottom: 0;}

.form-input.input-group.post-col {max-width: 500px;margin: 0px auto 30px;}

.form-input.input-group.post-col .btn {border-radius: 0px 6px 6px 0px;}

.form-input.input-group.post-col .form-control {background: #F0F5FC;border-color: #F0F5FC;padding-left: 20px;box-shadow: none !important;border-radius: 6px 0px 0px 6px;height: 52px;}
 

section.form-section.thanks .form-main {
  text-align: center;
}

section.form-section.thanks .form-main p {
  font-size: 20px;
  font-weight: 600;
}

a.back-btn {
  color: #4e606f;
  text-decoration: underline;
  font-weight: 600;
  margin: 100px 0px;
  display: inherit;
}
.msg-icon {
  margin-bottom: 38px;
}
.page-prev {
  background: #1C274C !important;
  border-color: #1C274C  !important;
}



 /**************Footer**************/
 .footer-row {
  justify-content: space-between;
}
footer {
  background: #199BAA;font-size: 18px;  
}

.footer-col h3 {color: #ffffff;margin: 0px 0px 4px;}

.footer-col.footer-menu ul {margin: 0px;padding: 0px;}

.footer-col.footer-menu ul li {list-style: none;}

.footer-col.footer-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
}
img.footer-logo {max-width: 209px;}

p.lead-text-footer {color: #C2E2E5;margin-top: 23px;}
.tp-loog img {max-width: 204px;}

.footer-copy p {color: #E0E7F0;font-size: 10px;margin-top: 6px;}

.footer-copy {margin-top: 70px;}
 

section.features-section {
  position: relative;    border-bottom: 1px solid #dedede;
}
}

section.about-section {
  position: relative;
}
.about-section:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 51px;
  background: url('../images/pattern1.png') no-repeat;
  right: 0;
  top: 30px;
  background-size: cover;
}

.why-section:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 51px;
  background: url('../images/pattern2.png') no-repeat;
  right: 0;
  top: 161px;
  background-size: cover;
}
section.features-section:before{
  content: "";
  position: absolute;
  width: 35px;
  height: 51px;
  background: url('../images/pattern3.png') no-repeat;
  right: 0;
  top: 30px;
  background-size: cover;
}


.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #D6D6D6;
  width: 12px;
  height: 12px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span,  .owl-theme .owl-dots .owl-dot:hover span {
  background: #1C274C !important;
  border: 2px solid #1C274C !important;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-size: 24px;
    color: #1C274C;
    font-weight: 600;
}
/* Responsive */



@media (min-width:1400px){

.why-info h3 {
    font-size: 24px;
    font-weight: 700;
}
.why-box {
    padding: 12px;
}  

}




@media (min-width:992px){

  section.banner-home:not(.banner-form) .btn {
    padding: 20px 30px;
    min-width: 254px;
}
.accordion-flush .accordion-item .accordion-button { font-size:18px; }
}



@media (max-width:991px){
  header {
    background: #199BAA;
    padding: 6px 0px 2px;
}
  .navbar-light .navbar-toggler-icon {background-image: none !important;box-shadow: none !important;border: 0;}

  .navbar-light .navbar-toggler {border: 0 !important;}
  
  .navbar-light .navbar-toggler:focus {box-shadow: none;}
 .tp-img-sm {
    display: block !important;
} 
a.navbar-brand.tp-desktop {
  display: none;
}
header .container-fluid {
    /* justify-content: center !important; */
    padding-left: 6px;
}
 
.navbar-light .navbar-toggler {position: absolute;right: 7px;}

.btn {
  padding: 8px 10px;
  min-width: 169px;
  font-size: 18px;
}

h2.sm-title {font-size: 20px;line-height: 21px;max-width: 280px;margin: 0px auto 12px;}
.logo-inner img {
  max-width: 400px;
}
.footer-col {margin-bottom: 50px;}

.footer-copy {margin-top: 0;}
.navbar-collapse {
  position: absolute;
  top: 53px;
  background: #0d5f68;
  width: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 99;
}

header .navbar-nav .nav-link {margin-bottom: 20px;}
 

.form-main h1 {font-size: 14px;}

fieldset legend {font-size: 17px;line-height: 24px;}

.form-main {
  padding: 30px 20px;
}

span.checkmark {
  min-width: 80px;
  font-size: 19px;
}
label.radio_container {margin: 0px 5px;}

.privacy-text {margin-top: 10px;text-align: left;/* font-size: 11px; */}

.privacy-text, .privacy-text a {font-size: 10px;}

.privacy-text p {
  display: flex;
  justify-content: center;
}

.privacy-text p span {
  margin-left: 15px;
  line-height: 14px;
}
.main-form-wrap  .form-control {
    font-size: 16px;
}

.form-input.input-group.post-col   .btn-primary {min-width: 95px;}

.form-input.quote-step {
  display: block;
  max-width: 350px;
  margin: auto;
}
select.form-select {
  font-size: 15px;
}
.btn-col .btn {
  font-weight: 700;
  font-size: 15px;
}
.btn-primary {
  min-width: 220px;
}
.footer-col {
  text-align: center;
}

.footer-col{
  margin-bottom: 20px;
}


.btn-col {padding: 0px 0px;}

.title-col, .name-col, .email-col {margin: 0;}
 
section.logo-section.form-page-logo {
  padding: 80px 0px 15px;
}
h4.sm-title-form {
  background: #107884;
  color: #FFF;
  padding: 10px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 6px 6px 0px 0px;
  font-size: 12px;
  text-align: center;
  display: block !important;
}
 
.form-main h1 {margin-top: 35px;}

 

}
 






@media (min-width:1200px) and (max-width:1399px){
  .why-text {
    margin-top: 28px;
    padding-left: 20px;
}
span.title-box {
  font-size: 16px;
}  
.btn-action-main button {
  min-width: 200px;
  padding: 12px 10px;
}


}






@media (max-width:991px){
 
  .step-box-col:before {
    border: none;
}

footer {
    padding: 20px 20px 0;
}

.features-top:before {
    background: transparent;
}

.features-top h3 {
    font-size: 14px;
    line-height: 16px;
}

.cta-text h2 {
    text-align: center;
}

.cta-btn {
    text-align: center;
}

.features-cta>* {
    margin-top: 10px;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

.about-img {
    text-align: center;
}

.about-text {
    text-align: center;
    margin-top: 100px;
}

.step-info h3 {
  font-size: 20px;
  line-height: 20px;
  max-width: 248px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title {
    display: inherit;
}

span.icon-top {
    display: none;
}

.banner-text {
    padding: 20px;
    text-align: center;
}

.sec-pad {
    padding: 40px 0px;
}

.banner-title {
    font-size: 24px;
    line-height: 31px;
}

.banner-text p, body {
    font-size: 18px;
    line-height: 26px;
}

 

section.banner-home {
    min-height: 330px;
}

.features-item .feaures-text h3 {
    font-size: 20px;
    line-height: 23px;
}

section.features-section {
    padding: 30px 0px 40px !important;
    margin-top: 0 !important;
}

.row>* {
    margin-top: 0;
}

.step-col {
    margin-bottom: 50px;
}

.why-text {
    margin-top: 0;
    padding: 0;
    text-align: center;
}

.man-img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    top: -20px;
}

section.why-wrap {
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.features-cta {
    margin: 0px 0px 35px;
}

.g-10, .gy-10 {--bs-gutter-y: 0;
    --bs-gutter-x: 0;
} 

.review-head {
  margin-bottom: 38px;
  text-align: center;
}

span.rating-text {
  font-size: 14px;
}

span.star-img img {
  max-width: 107px;
}

section.review-wrap .owl-nav {
  margin-top: 21px;
  top: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

section.review-wrap .owl-carousel {
  position: relative;
}

section.step-section.sec-pad {
  padding-top: 30px;
}

section.review-wrap {
    padding: 34px 0px 126px;
}

section.why-wrap.sec-pad {
  padding-bottom: 0;
  margin-top: -66px;
}

.review-box {
  text-align: center;
}

.review-box img {
  margin: auto;
}

.review-author {
  max-width: 166px;
  margin: auto;
}

.tp-img-sm {
    max-width: 105px;
}

.g-5, .gy-5 {--bs-gutter-y: inherit;--bs-gutter-x: inherit;}

section.top-features {
  overflow: hidden;
  padding: 26px 0px 20px;
}

.about-logo {
  left: 0;
  right: 0;
  max-width: 120px;
  margin: auto;
}
section.banner-home.banner-form:before {
  opacity: 0;
}

section.banner-home.banner-form .banner-text {
  min-height: auto;
}

span.title-box {
  font-size: 15px;
  white-space: nowrap;
}

.form-main {
    padding: 30px 35px;
}

.three-col label.radio_container {
  width: 50%;
  margin: 0px 15px;
  max-width: 140px;
  margin-bottom: 30px;
}

.three-col {
  flex-wrap: wrap;
}

.btn-action-main button {
  min-width: 126px;
  padding: 9px 17px !important;
  border: 0;
  min-height: 41px;
  margin: 0px 1px;
}

.form-row {
  padding: 0px 20px;
}

div#step5 .btn-action-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

div#step5 .btn-action-main  button {
    min-width: 175px;
    margin-bottom: 10px;
}

div#step5  button.page-prev.btn.btn-primary {
  margin-top: 12px;
}


fieldset legend {
    padding: 0px 10px;
}



.btn-action-main {
  margin: 0px 0px 0px;
}

span.title-box.label-col {
  margin-left: -8px;
}


.gallery-img1 {
  margin-top: 30px;
}

.gallery-img1, .gallery-img2, .gallery-img3 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}



}



.accordion-body {
    font-size: 18px;
}


/*New  */

ul.logo-inner {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;align-items: center;
}

ul.logo-inner li {
    margin: 0px 10px;
}



.step_1_main span.img-select img {
    min-height: 64px;
    object-fit: cover;
    width: 100%;
    max-height: 64px;
}

.form-input.form-input--people.mt-4 label.fw-bold {
    margin-bottom: 10px;
}

.side-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
.side-img{
	padding-left: 0;
}
.side-text {
    padding-right: 5%;
}

.side-text .cta-text {
    max-width: 700px;
    padding: 40px 0px;
}

.side-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/*Responsive */





@media (min-width:1200px) and (max-width:1399px){
section.why-section.sec-pad {
    margin-top: 86px;
}        
.accordion-flush .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 23px;
}	
	
}


@media (min-width:992px) and (max-width:1200px){
  header .navbar-nav .nav-link {
     font-size: 13px;
     padding: 0px 8px !important;
 }
 
 header a.nav-link.btn.btn-primary {
     margin-left: 5px;
 }   
 h2 {
     font-size: 30px;
     line-height: 30px;
 }
 
 .step-info h3 {
     font-size: 20px;
     line-height: 28px;
 }
 
 span.rating-text {
     display: inline-block;
     font-size: 18px;
 }
 
 .why-text {
     margin-top: 0;
 }
 
 p, body {
     font-size: 20px;
 }
  
 
 .why-box {
     padding: 18px;
 }
 
 .features-top h3 {
     font-size: 14px;
 }
 
 .features-top:before {
     right: -24px;
 }
 
 .btn {
     padding: 14px 16px;
     font-size: 14px;
 }
 
 .banner-title {
     font-size: 31px;
     line-height: 31px;
 }
 .btn-action-main {
  margin: 20px 0px 0px;
}
section.banner-home.banner-form  span.title-box {
  font-size: 14px;
  line-height: 21px;
}

section.banner-home.banner-form  .banner-text {
  padding: 18px;
}

.btn-action-main button {
  min-width: 186px;
  padding: 9px 17px !important;
  border: 0;
  min-height: 41px;
  margin: 0px 1px;
}  
  
 }
 
 





@media (min-width:768px) and (max-width:991px){
    
  .banner-text {
      max-width: 404px;
      margin-left: auto;
  }
  .features-top h3 {
    max-width: 120px;
}


  } 
  
   

@media (max-width:767px){
 .accordion-flush .accordion-item .accordion-button { font-size:14px; }.accordion-body {
    font-size: 12px;
}
section.top-features .features-row {
    flex-wrap: wrap;
}

.features-col {
    width: 50%;
    margin-bottom: 7px;
}

.features-top h3 {
    max-width: 128px;
}  
.banner-text {
  background: transparent;
}

section.banner-home {
  position: relative;
}

section.banner-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

section.banner-home .container {
  position: relative;
}

section.banner-home h1.banner-title {
  color: #FFF;
}

.banner-text p {
  color: #FFF;
}  



}





@media (max-width:480px){

  section.top-features .features-row {
    flex-wrap: wrap;
}

.features-col {
    width: 50%;
    margin-bottom: 7px;
}

.features-top h3 {
    max-width: 128px;
} 
.accordion-flush .accordion-item .accordion-button { font-size:14px; }.accordion-body {
    font-size: 12px;
}

}





@media (max-width:417px){
  label.radio_container.space-left {
margin-left: 0;
}
.accordion-flush .accordion-item .accordion-button { font-size:14px; }.accordion-body {
    font-size: 12px;
}
}




@media (max-width:600px){


  section.why-wrap.sec-pad {
      padding-bottom: 25px;
  }
  .why-box {
    min-height: auto;
}
.accordion-flush .accordion-item .accordion-button {
    font-size: 15px;
    line-height: 22px;
    padding-right: 16px;
}
   
  }



@media (min-width:1200px){
.step_1_main span.img-select img {
    min-height: 138px;
    object-fit: cover;
    width: 100%;
}
    
}




@media (max-width:991px){
ul.logo-inner {
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.logo-inner li img {
    max-width: 100%;
} 	
.sm-space {
    margin-top: 26px;
}	
  
.cta-text h2 {
    margin-bottom: 20px !important;
}

h2 {
    margin-bottom: 20px;
}	
section.faq-section {
    padding: 40px 0px;
}	
.step-info h3 br {
    display: none;
}
section.unlock-section {
    padding: 30px 0px 40px;
}	
.why-section {
    margin-top: 48px;
}	
	
.toggle-left .accordion-item:last-child {
    border-bottom: 1px solid #d9d8d8;
}	

.side-img {
    margin-bottom: 25px;
}	
.side-img img {
    height: auto;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}	
.side-text .cta-text {
    max-width: 100%;
    padding: 0;
}
section.text-section  h2 {
    text-align: center;
}	
	
}


@media (min-width:992px){
.text-section h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
}	
}


@media (min-width:768px) and (max-width:991px){
 .accordion-flush .accordion-item .accordion-button {
    font-size: 18px;
}   
}



@media (min-width:540px) and (max-width:991px){
ul.logo-inner li {
    width: 25%;
    margin: 5px 0px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 55px;
}
ul.logo-inner li img {
  max-width: 98px;
}    
}


@media (max-width:539px){
ul.logo-inner {
    justify-content: center;
}	
ul.logo-inner li {
    width: calc(33.33% - 12px);
    margin: 3px 5px;
    padding: 7px;
    background: #f5f5f5;
    min-height: 60px;
    align-items: center;
    display: flex;
}
ul.logo-inner li:nth-child(odd) {
/*    text-align: left !important;*/
}

ul.logo-inner li:nth-child(even) {
/*    text-align: right;*/
}
 ul.logo-inner li img {
    max-width: 95px;
} 
.pure-logo {
    max-width: 77px !important;
    margin: auto;
}	
.side-img img {
    max-width: 100%;
}	
	
}


@media (min-width:1200px){
.step_1_main span.img-select img {
    min-height: 40px !important;
    object-fit: cover;
    width: 100%;
    max-height: 40px !important;
}   
}



@media (max-width:768px){
	
.step_1_main span.img-select img {
    min-height: inherit;
    max-height: inherit;
    max-width: 42px;
}	
.form-input.form-input--people.mt-4 {
    margin-top: 0 !important;
}	
}



@media (max-width:480px){
	
.form-main {
    padding: 30px 17px;
}
	
}




@media (max-width:374px){
	
ul.logo-inner li img {
    max-width: 100%;
}	
	
}

@media (max-width:360px){
.btn-action-main button {
    min-width: 102px;
}	
}


@media (max-width:991px){
.navbar-light .navbar-brand img {
    max-width: 180px;
} 
.tp-img-sm {
    display: inline-block !important;
    margin-bottom: 0 !important;
}
img.tp-img-sm.d-none {
    max-width: 114px;
     margin-left: 6px;
}    
}


@media (max-width:480px){
.navbar-light .navbar-brand img {
    max-width: 140px;
}

img.tp-img-sm.d-none {
    max-width: 114px;
    margin-left: 0;
}     
}

@media (max-width:372px){
.navbar-light .navbar-brand img {
    max-width: 120px;
}     
}




.three-col label.radio_container:first-child {
    margin-left: 0px;
}


.quotebut{ font-size:30px;padding: 10px 40px;box-shadow: #036c78 3px 5px 0px; }

/* Hover effect */
.quotebut:hover {
  background-color: #0056b3;box-shadow: #036c78 3px 5px 0px;
}

/* Active effect (pressed) */
.quotebut:active {
  transform: translateY(5px);
  box-shadow: 0 2px #0056b3;
}



@media (max-width:366px){
.quotebut {
    font-size: 19px;
}     
}


.form-area{ padding-bottom:25px; }
.error{ color:#cc3300; font-size:14px; }