/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

 

section.form-sec * {
  font-family: "Poppins", sans-serif;
}
 

fieldset {
  border: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.btn {
  /* max-width: 190px; */
  padding: 17px 20px;
  border-radius: 40px;
  background-color: #ff02b2;
  box-shadow: none !important;!i;!;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.btn:hover, .btn:focus{
  background-color: #ff02b2;
  color: #fff;
}

.btn-white{
  background-color: #fff;
  color: #3F3F3F;
}
 
.errorTxt{color: #cc3300;}
section.form-sec {
  /*padding: 100px 10px 51px;*/
}
.form-banner {
  margin-bottom: -450px;
  min-height: 435px !important;
}
.form-col {
  background: #FFF;
  clear: both;
  z-index: 1;
  position: relative;
  max-width: 740px;
  margin: auto;
  padding: 0;
  box-shadow: none;
  border-radius: 4px;
}
 

.active_box:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    right: 7px;
    background: #fff;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    top: 13px;
}
.radio-check-box {
  position: relative; 
}

.two-col label.radio_container {
  width: calc(50% - 10px);
  margin: 5px;
}
.three-col label.radio_container {
  width: calc(33% - 10px);
  margin: 5px;
}
.two-col {
  display: flex;
  flex-wrap: wrap;
}
.btn-action-main .btn {
  width: 100%;
}
.box-lg span.checkmark {
  height: auto;
  /* min-height: 54px; */
}
.two-col span.checkmark {
  justify-content: center;
  /* padding-left: 10px; */
  font-size: 14px;
  /* text-align: left; */
}
 
 
/*******************
Form 
*******************/

form section{
  padding: 0;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-inline-start: 0.125em;
}
select.form-select {
  padding: 10px;
  height: 56px;
  font-size: 20px;
  border: 2px solid #F0F5FC !important;
  margin-bottom: 20px;
  background-color: #F0F5FC;
  box-shadow: none !important;
  color: #787D82;
}

span.checkmark {
 border: 1px solid transparent;
 padding: 9px 14px;
 font-size: 13px !important;
 color: #2c2c2c;
 background: #f5f5f5;
 border-radius: 40px;
 text-align: center;
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 2px;
 font-weight: 600;
 min-height: 47px;
}
button.page-prev.btn.btn-danger
{
  box-shadow: none !important;
  outline: 0;
}
button.page-prev.btn.btn-danger:focus {
  box-shadow: none !important;
  outline: 0;
  color: #758896 !important;
}
 
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}
.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 {border-radius: 5px;height: 55px;font-weight: 700;}

.form-control, .form-control:focus {box-shadow: none !important;background: #F0F5FC;border-color: #F0F5FC;color: #787D82;}
.main-form-wrap {
  max-width: 459px;
  margin: 0px auto;
  text-align: center;
}
.thanks-col .form-group h2 {font-size: 48px;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-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    margin: 30px 0px 25px;
    color: #000000;
    clear: left;
    display: block;
    float: left;
    width: 100%;
}

fieldset legend span{
  color: #F20E3B;
}
.sound-text .highlight {
  color: #333333;
}

.sound-text {
  text-align: center;
  /* padding-top: 15px!important; */
  /* padding-bottom: 15px!important; */
  color: #0078C2!important;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  margin: 0 auto;
  font-size: 18px !important;
  line-height: 22px;
}
.btn-action-main {
  display: block;
  align-items: center;
  justify-content: center;
}
button.page-prev.btn.btn-danger {
  background: #ddd;
  border: 0 !important;
  padding: 10px 10px;
  color: #3e464c;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 13px;
  font-weight: 600;
}

.btn-action-main {
  list-style: none;
  margin: 17px 0px 0px;
}

.btn-action-main li {
  margin: 0px 0;
  display: flex;
  justify-content: center;
}

.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: #fff;
  border-radius: 4px;
  background: transparent;
  border: 0;
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  margin: 0px auto;
  width: 100%;
  font-weight: 700;
}

.privacy-text, .privacy-text a {font-size: 13px;font-weight: 500;text-decoration: none;}

.privacy-text a {color: #343E48;}
.progress-bar-striped {
  background: #62686E;
  position: relative;
}
.progress {
  background-color: #dddddd;
  height: 6px;
  margin: 0px auto;
  max-width: 500px;
}
.form-control {
  padding: 10px;
  height: 56px;
  font-size: 14px;
  border: 2px solid #F0F5FC;
  margin-bottom: 20px;
}
.two-col span.checkmark {
  min-width: 180px;
}
.one-col label.radio_container {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  clear: both;
  float: left;
  width: 100%;
}
.privacy-text {
  text-align: center;
  margin-top: 20px;
}
section.thanks-col .privacy-text {
  margin-top: 9px;
}
 
.active_box span.checkmark {
  background: #000000;
  color: #ffffff;
}
.post-col input.form-control {margin-bottom: 0;}

.form-input.input-group.post-col {
  max-width: 500px;
  margin: 0px auto 14px;
}

.form-input.input-group.post-col .btn {border-radius: 0px 6px 6px 0px;}

.form-input.input-group.post-col .form-control, .form-control {
  background: #f5f5f5;
  border-color: #f5f5f5;
  padding-left: 20px;
  box-shadow: none !important;
  border-radius: 4px;
  height: 52px;
  width: 100%;
}

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;
}

form .page-next.btn{
  width: 100%;
  max-width: 234px;
}

form .form-input{
  text-align: center;
  float: left;
  width: 100%;
}

.form-input.columns-2{
  display: flex;
  column-gap: 5px;
  flex-wrap: wrap;
}

.form-input.columns-2 label{
  width: calc(50% - 2.5px);
}

.form-input.columns-2 .errorTxt{
  width: 100%;
}
 


/* Responsive */


@media (min-width:768px){
  .desktop-none{
    display: none;
  }
}




@media (max-width:991px){
 
 
section.pricing-sec .main-heading {
  margin-bottom: 10px;
}
.btn-wrap {
  margin-top: 27px;
}
section {
  overflow-x: hidden;
}
.form-col {
  padding: 20px;
  margin-bottom: 16px;
}

.form-banner {
  min-height: 145px !important;
  margin-bottom: 0;
}

.form-banner:before {
  display: none;
}

section.form-sec {
    padding: 0;
    /* margin-top: -122px; */
}

.three-col label.radio_container {
  width: calc(50% - 20px);
}

span.checkmark {
  min-width: auto;
}

.box-lg span.checkmark {
/*  min-height: 60px;*/
}

.radio-check label.radio_container {
/*  width: 100%;*/
}

.radio-check-box span.checkmark {
  padding-right: 37px;
}
.form-footer {
  padding-top: 0;
  border-top: 1px solid #dbdbdb;
  margin-top: 16px;
}
  

}


/* max 991px */


@media (max-width:480px){

.form-wrap  span.checkmark {
    min-width: auto;
}


}
div#loading2 {
    position: absolute;
    z-index: 1000000000;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    padding-top: 11%; display: none;
}
div#loading {
    position: absolute;
    z-index: 1000000000;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    padding-top: 11%; display: none;
}    

.fbform-new.ppc-form {
    padding: 20px;
}

 
span.errorTxt {
    width: 100%;
    padding-bottom: 17px !important;
    clear: both;
    float: left;
    margin-top: -4px;
}

.main-form-wrap form section:nth-child(2), .main-form-wrap form section:nth-child(3) {
    display: none;
}
 

@media (min-width:1200px){
 section.form-sec section {
/*    min-height: 399px;*/
}    
.fbform-new.ppc-form {
/*
    max-height: 452px;
    
    overflow: hidden;
*/
}

fieldset legend {
    margin: 0px 0px 12px;
}

.form-img-top.d-none {
    display: none !important;
}
 .fbform-new.ppc-form h2 {
    line-height: 24px;
} 
.btn-action-main {
    margin-top: 5px;
}

.sound-text {
    padding-bottom: 7px !important;
    padding-top: 2px !important;
}
    
}
 




@media (min-width:768px) and (max-width:1199px){
  .form-col {
    padding: 0 !important;
    background: transparent;
}  

 fieldset legend {
    margin: 0px 0px 12px;
}

.form-img-top.d-none {
    display: none !important;
}
 .fbform-new.ppc-form h2 {
    line-height: 24px;
} 
.btn-action-main {
    margin-top: 5px;
}

.sound-text {
    padding-bottom: 7px !important;
    padding-top: 2px !important;
}   
}

 

@media (min-width:768px){
	
.main-form-wrap {
    margin-top: 20px;
}
section.form-sec section:nth-child(3) {
    margin-top: -18px;
}	
}


@media (max-width:767px){
.radio-check label.radio_container {
    width: 100%;
}
fieldset legend {
    margin-top: 0;
}	
	
}









