#section_2_0 .form-group { 	margin-top: 20px;max-width: 350px; }
#postcode, #dropdown {border:unset; background: white; border-bottom: 1px solid #bdd4f4;padding: 10px 20px !important;}span.img-info {display: block;color: #333 !important;font-size: 20px; }
.btn1.btn-primary {	text-transform: uppercase;}
#section_21 .btn1  {padding:10px;width:100%;}
#loading-image {   position: absolute;   display: block;   width: 200px;   height: 200px;   left: 50%;   background-color: #fff;   top: 50%;   transform: translateX(-50%)  }

/* preloader End */
/* 🔹 Loader overlay */
#loader-section {
  display: none !important; /* hidden by default */
  width: 100vw !important;
  height: 100vh !important;
  position: fixed!important;
  top: 0;
  left: 0;
  background-color: white!important;
  flex-direction: column!important;
  justify-content: center!important;
  align-items: center;
  z-index: 10000;
}

/* 🔹 Spinning loader circle */
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #216fd8;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

/* 🔹 Loader message */
#loader-message {
  display: none;
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
  text-align: center;
}
 
.dropdown-menu{
	min-width: 14rem;
}

.page-template-quick_qoute .content-area .container{
	    margin: 2% auto !important;
	padding: 20px !important;
}

.card{
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 20px !important;
}

body.footer-on-bottom #inner-wrap {
    flex: 1 0 auto;
    background: #ebeced;
}

    .container{
        margin-top: 15%;
    }
.content-width-fullwidth .content-area, 
.content-vertical-padding-hide .content-area {
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 20px;
}
    .question-nav{
        position: fixed;
        margin-top: 8%;
		left: 0 !important;
    }
    

.heading-question{
	font-size: 30px !important;
	font-weight: 600 !important;
}

.card-item-col {
	
	
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-bottom: 2%;
    margin-top: 3%;
    margin-left: 3px;
    cursor: pointer;
    margin-right: 3px;
    background: #fbfbfb;
    border-radius: 15px;	
	transition: 0.3s;
}

.no-filter img{
	    max-width: 100% !important;
    padding: 6%;
}

.mo-filter img{
    border-radius: 10px;
}




.userDetailForm {
	    background: white;
    padding: 30px;
    border-radius: 10px;
}

.card-item-col:hover{
	background-color: #fff;
    scale: 1.07;
    box-shadow: 4px 4px 10px #8080801c;
}


.card-item-col-frm{
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-bottom: 2%;
    margin-top: 3%;
    margin-left: 5px;
    margin-right: 5px;
}

.card-item-col img { 
	    max-width: 170px;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.card-title { 
    text-align: center;
    color: #4a4a4a;
    font-size: 16px;
    padding: 0px 5px 10px 5px;
    font-weight: 500;
}
.main{ display: flex;  gap: 10px;}

.form-control{
    color: #000 !important;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}
#countryCode{
  padding: 13px 15px;
font-size: 15px;
color: #888383;
}


.btn{
    width: 70% !important;
}
.question-nav .btn{
    width: 16% !important;
    display: flex;
    border-radius: 0px 110px 110px 0px;
    align-items: center;
    padding: 5px 10px 10px 7px;
}

.question-nav .btn img{
width: 42%;
height: 100%;
z-index: 999;
position: relative;
padding: 8px 12px 0px 0;
}
.question-nav .question-nav-back-text{
   padding: 3px 0 0 0;
}
input[type="text"], textarea, input[type="email"], input[type="tel"] {
  padding: 13px 15px;
/*font-size: 15px;*/
  }
.callback_section .container{
    margin-top: 5%;
  }
.thank_temp .container{
    margin-top: 2%;
  }
#call_back { background-color: #f4f3f3; max-width: 650px; margin: 0 auto; padding: 50px; }
#call_back .heading-question h2 { color: #216fd8; }
#call_back .card-item-col-frm { flex: 0 0 95%; max-width: 95%; }.callback_btn { width: 50%; }
.page-template-thankyou #primary {padding-bottom: 6%;}
.return-home {background: #216fd8;padding: 15px 30px;display: block;max-width: max-content;
margin: 25px auto;color: #fff;text-transform: uppercase;text-decoration: none;}
.heading-question span { color: #216fd8; } #thankyou_section img {margin: 0px auto;}
#thankyou_section { margin: 0 auto; text-align: center; max-width: 650px; padding: 50px;background: #edf4fc;
border-radius: 20px;box-shadow: 0px 0px 20px #00000036;}
#thankyou_section h1 {text-transform:none; }
.uploadimg{background: #216fd8;color: #fff;margin: 20px 0 0 0;padding: 8px 12px;border-radius: 3px;
font-size: 15px;text-transform: uppercase;} .uploadimg:hover { background: #222; }
#fileToUpload{position: absolute;left: 0;top: 0;opacity: 0;height: 140px;}
.return-home:hover { 	background: #333333; 	color: #fff; }
.save-upload-btn{    text-align: center;}
#display-img{   width: 100%;height:auto;background-size: contain;background-position: center;background-repeat: no-repeat;}
.thumbnail{   height: 100px;margin: 10px;margin: 15px auto;}
.bq-col-60 {  width: 60%;}
.d-flex {
  display: flex;
}
.left_checkout-steps {
	padding: 0 1rem;
	width: 100%;
}
.datesec {
  font-size: 18px;
  text-transform: capitalize;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.date-acc {
  display: flex;
  width: calc(100% - 20px);
  background: #fff;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 15px;
  padding-right: 20px;
}
.box_shadow {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.date-acc .accordion {
  margin: 0px !important;
}
.left_checkout-steps .accordion {
  background-color: #fff;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 20px;
  margin: 20px 0px;
  border-radius: 1rem;
  width: calc(100% - 20px);
}
.accordion span, .accordion, #installation-date {
  font-weight: bold;
}
.steps {
  margin-right: 5px;
  background: #216fd8;
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
}
#cust-details-panel, #payment-option-panel-title, #payment-option-section {
  width: calc(100% - 20px);
}
.bq_contact_form, .bq_contact_form .bq_form-input label, .bq_contact_form .bq_form-input input {
  display: block;
  width: 100%;
  color: #222;
}
.bq_contact_form .bq_form-input {
  margin: 20px 0;
  position: relative;
}
.left_checkout-steps input {
  background: transparent;
  border-radius: 3px;
}
.frm_error_styl {
  position: absolute;
  top: 5px;
  right: 0;
  background: #216fd8;
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  font-weight: bold;
}
.bq-col-40 {
  width: 40%;
  padding: 0 1rem;
}
.bq_order-summary-header {
  background: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 1rem 1.9rem;
  border: 2px solid #f2f2f5;
    border-bottom-color: rgb(242, 242, 245);
    border-bottom-style: solid;
    border-bottom-width: 2px;
  border-bottom: 4px solid #F2F2F5;
}
.right_order-details h5 {
  color: #216fd8;
}
.bq_order-body {
  border-left: 1px solid #f2f2f5;
  border-right: 1px solid #f2f2f5;
}
.right_order-details .bq_order-summary-row {
  padding: 1rem 0.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F2F2F5;
}
.right_order-details .bq_order-summary-row p {
  line-height: 1.2em;
  color: #555F69;
  font-size: 1rem;
  margin: 0;
  width: 60%;
}
.right_order-details .bq_order-summary-row span {
  
 
}
.option-head{
	margin: 6px 12px;
font-weight: bold;
font-size: 15px;
  line-height: 1.2;
  color: #216fd8;
  text-transform: uppercase;
}
.option-head p{
margin-bottom:0 !important;
}
.option-tick-icon{
	margin: auto 1rem auto auto;
	 font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  color: #216fd8;
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.right_order-details .bq_order-summary-footer {
  background: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  overflow: hidden;
  padding: 1rem 1.5rem 0 1.5rem;
  border: 2px solid #F2F2F5;
}
.price_total-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.price_total-col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.right_order-details h5 {
  color: #216fd8;
}
.right_order-details #total-cost {
  color: #222;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2;
}
.price_total-col .small_txt {
  font-size: 14px;
  margin-top: 0;
  color: #222;
}
.right_order-details p.bq_order-summary-terms {
  padding: 0.5em;
  margin: 1em -1.5rem 0;
}
.text-center {
  text-align: center;
}
.bg-grey {
  background: #216fd8;
}
.txt_c_white {
  color: #fff;
}
.small_txt {
  font-size: 16px;
}
.margin-b-0 {
  margin-bottom: 0;
}
.display-off { display: none; }

.form_error { background: #216fd8; font-size: 14px; color: #fff; padding: 0 3px;margin-top: -10px; position: absolute; right: 0; }
.form_error::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #216fd8;
  position: absolute;
  top: -4px;
  right: 0;
}

.callBackForm .form-group .form-control { margin: 0; }
.form-group { max-width: 350px;}
.top_checkout_option{
width: 100%;
display: block;
justify-content: center;
}
.top-option{
display: inline-flex;
padding: 15px 23px;
margin: 40px 10px 0;
border-radius: 8px;
width: calc( 100% - 20px);
}
.checkoutItemIcons {
	background: #216fd8;
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 100%;
}


.page-template-checkout .order-container { max-width: 1300px; margin: 0 auto; }


/*   Contact Form  */
.contact_section{
 display: flex;
margin: 0 20px;
}
.contact_form_section{
  width: 50%;
  background: #2daae1;
border-radius: 20px;
text-transform: uppercase;
}
.contact_heading h2{
   color: #fff;
text-align: center;
padding: 50px 20px 20px;
}
.card-item-col-frm2 {
  flex: 0 0 85%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-bottom: 2%;
  margin-top: 3%;
  margin-left: 5px;
  margin-right: 5px;
}
input[type="text"], textarea, input[type="email"], input[type="tel"] {
  padding: 10px;
  /*font-size: 15px;*/
  border: 0;
border-bottom: 1px solid #bdd4f4;
background: transparent;
}
#callback_form input[type="text"]:focus, #callback_form textarea:focus{
border-color: #216fd8;
}
.contact_btn{
  background: #e41a40;
text-transform: uppercase;
margin: 20px auto;
padding: 12px 20px;
color: #fff;
}
.contact_btn:hover{
  background: #fff;
color: #2daae1;
}

.contact_btn2{
  background: #fff;
text-transform: uppercase;
margin: 20px auto;
padding: 12px 20px;
color: #6b7280;
}
.contact_btn2:hover{
  background: #fff;
color: #2daae1;
}
.contact_options{
 width: 100%;
font-size: 15px;
padding: 10px;
color: #7d7c7c;
margin-top: 5px;
margin-bottom: 10px;
}
.contact_options:focus{
color: #7d7c7c;
}
.contact-info{
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  margin: 10px;
}
.contact-info a{
  color: #fff;
}
.steps-info{
  margin: 0 auto;
text-align: center;
display: flex;
}
.step1{
background: #e41a40;
color: #fff;
width: 40px;
height: 40px;
padding: 6px;
text-align: center;
margin: 0 0 0 auto;
}
.step2{
background: #fff;
color: #333;
width: 40px;
height: 40px;
padding: 6px;
margin: 0 auto 0 0;
}
.form_error {
  background: #e41a40;
  font-size: 12px;
  color: #fff;
  padding: 0 3px;
  margin-top: -10px;
  position: absolute;
  right: 0;
}
.display-off {
  display: none;
}
.form_error::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e41a40;
  position: absolute;
  top: -4px;
  right: 0;
}
#countryCode {
  padding: 10px 15px;
  font-size: 15px;
  color: #888383;
}

.page-template-checkout .order-container {
    max-width: 1300px;
    margin: 0 auto;
}

.main_checkout_step p { margin: 0 15px;	padding: 20px; }

.rediect-btn{
  display: inline-flex;
text-align: center;
margin: 0 auto;
justify-content: center;
width: 100%;
}
.callus-btn{
background-color: #216fd8;
width: 200px;
height: 40px;
margin: 10px 10px;
}
.buy-now-btn{
background-color: #222;
width: 200px;
height: 40px;
margin: 10px 10px;
}
.main_checkout_step { width: 60%; margin: 5% auto; border-radius: 1rem; text-align: center; padding: 20px 20px 30px; }
.check-sec { margin: 4% auto; max-width: 1300px; width: 100%; }
.option_icon { color:#216fd8; }
.main_checkout_step h2 { color:#216fd8; }
.option-footer { background-color: #216fd8; height: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.upload_imgbtn{
margin: 0 auto;
text-align: center;
width: 52%;
border: 1px dashed #000;
padding: 15px 15px 25px;
border-radius: 10px;
position: relative;
}
.upload-icon-img{
width: 25%;
margin: 0 auto;
margin-bottom: 20px;
}
.txt-info p{
text-align: center;
font-size: 14px;
}
.sec-1, .sec-6{
flex: 0 0 18%;
}
.sec7{
flex: 0 0 22%;
}

.item-card {
  transition: 0.5s;
  cursor: pointer;
}



.card::before {
  transform-origin: left top;
}
.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
#NextBtn{
margin-top:20px;
}
.bq_form_dis_flex{
display:inline-flex;
width: 100%;
}
.accordion-panel{
padding: 25px;
border-radius: 20px;
margin: 15px auto;
z-index: 1;
position: relative;
background: #fff;
}
.payment-option-sec{
border-radius:22px;
}
#payment-option-panel-title{
padding: 25px;
border-radius: 20px;
margin: 15px auto 0;
z-index: 9;
position: relative;
background: #fff;
}
#cust-details-container .bq_contact_form .left_half{
width: 50%;
margin: 20px 20px 20px 0;
margin: 20px 0;
}
#cust-details-container .bq_contact_form .right_half{
width: 50%;
margin: 20px 0 20px 20px;
}
#cust-details-container .bq_contact_form input[type="text"], 
#cust-details-container .bq_contact_form textarea, 
#cust-details-container .bq_contact_form input[type="email"], 
#cust-details-container .bq_contact_form input[type="tel"] { padding: 10px 10px; }
  #cust-details-container .bq_contact_form{
  justify-content: center;
  }
  #OnlinePayMentBtm{
  width:50%;
  }
  
  #paycard .btn_styl_radio{
border-radius: 3px;
  }
  
  
#paycard .cards{
float: right;
width: 150px;
position: relative;
top: -50px;
right: 10px;
  }
  
 #paycard {
  display: block;
  justify-content: space-between;
}
.payment-panel .tms_radio-btn, #finance-calculator .tms_radio-btn {
  position: relative;
}

.payment-panel .tms_radio-btn::before, #finance-calculator .tms_radio-btn::before {
  border: 2px solid #216fd8;
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border-radius: 100%;
}
.payment-panel .payment-option-active::before, #finance-calculator .monthly-pay-amount-active::before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  line-height: 1;
  border: none;
  color: #216fd8;
}
#paycard .btn_styl_radio.btn-color-1 {
  background-image: url(/wp-content/themes/generatepress_child/image/cards.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: center right;
}
#payment-option-section input, #monthly-pay-section .pay-2 input[type="button"] {
  width: 100%;
  text-align: left;
  padding: 1em 1em 1em 3.25em;
  background: #f4f7fb;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  border: 1px solid #B8C3CC;
  color: #216fd8;
  border-radius: 0.75em;
  font-weight: bold;
}
.left_checkout-steps input {
  background: transparent;
  border-radius: 3px;
} 
#payment-window{
background: #f4f7fb;
margin: 15px 0;
padding: 25px;
border-radius: 5px;
}
#submit{
background: #216fd8;
width: 100%;
border-radius: 7px;
margin: 40px auto 0;
}
#submit:hover{
background: #222;
}  
  
  
  @media screen and (max-width: 480px) {
	  .card-item-col { flex: 0 0 100%; max-width: 100%;      flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 10px;
    border-radius: 5px;}
	  
	  .main{
		  gap: 0 !important;
	  }
	  
	  .sec-1, .sec-6 { flex: 0 0 100%; }
	  .sec7 { flex: 0 0 100%; }
	  .card{ flex-direction: row; align-items: center; padding: 3px; display: flex; gap: 10px;}
	  .card-title {     text-align: left;
    padding: 0 !important;}
	  .card.item-card img { width: 66px !important; }
	  
	  
/* 	  .card-item-col center { padding:5px 20px 5px 0; } */
	  
	  
	  .card-item-col-frm { flex: 0 0 100%; max-width: 100%; }
	  .question-nav { 
		  bottom:0;
		  top: auto;
		  transform: none;
		  height: auto;
		  padding: 20px 0 20px 0px;
		  margin-left: -20px;
		  z-index: 100;
	  }
	  .question-nav-back-text { display:none; }
	  .question-nav .btn {
		  width: 20% !important;
		  display: flex;
		  padding-left: 10px;
		  border-radius: 0;
		  padding: 10px 10px;
	  }
	  .question-nav .btn img { 
		      width: 30%;
    padding: 0px 0px 0px 0;
    margin-left: 28px;
	  
	  }
	  #call_back { width: 100%; margin: 40px auto; padding: 15px 10px; }
	  .heading-question p { font-size:14px; }
	  .upload_imgbtn { width: 90%; }
	  #thankyou_section { width: 100%; padding: 20px; }
	  #thankyou_section h1 { font-size: 47px; }
	  .page-template-thankyou #primary {padding-top: 10px;}
	  #thankyou_section p { font-size: 14px; }
	  .main_checkout_step { width: 95%; }
	  .d-flex { flex-direction: column-reverse; }
	  .left_checkout-steps { padding: 20px 1rem; width: 100%; }
	  .bq-col-60 { width: 100%; }
	  .bq-col-40 { width: 100%; }
	  .date-acc { width: calc(100% - 0px); }
	  .left_checkout-steps .accordion { width: calc(100% - 0px); }
	  #cust-details-panel, #payment-option-panel-title, #payment-option-section { width: calc(100% - 0px)!important; }
	  .bq_form_dis_flex { display: block; }
	  #cust-details-container .bq_contact_form .left_half { width: 100%; margin: 20px 0px 20px 0; }
	  #cust-details-container .bq_contact_form .right_half { width: 100%; margin: 20px 0 0px 0; }
	  .bq_contact_form .bq_form-input { margin: 20px 0 0 0; position: relative; }
	  #paycard .btn_styl_radio.btn-color-1 { font-size: 15px; }
	  #paycard .cards { width: 90px; top: -38px; }
}

/* --------------------------------- */
.card_1{
  box-shadow: none !important;
}

/* ----- */
.check_box{
text-align: center;
padding: 12px;
}
input[type="checkbox"]{
  display:none;
}
input[type="checkbox"] + label{
  cursor:pointer;
  font-size: 14px;
}
input[type="checkbox"] + label:before{
  background: #fff;
  height: 15px;
  border: 1px solid #2887c7;
  content: '';
  display: inline-block;
  width: 15px;
  vertical-align: middle;
  margin-right: 5px; 
  position: relative;
  top: -1px;
}
input[type="checkbox"]:checked + label:before {
	content: "\2714";
	background: #2887c7;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}



/* Modal Content */
.modal-card {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 500px !important;
	max-width: 100%;
}

/* The Close Button */
.modal-close-button {
	color: #216fd8;
	font-size: 21px;
	font-weight: normal;
	margin-top: -20px;
	padding: 0;
	background: #fff;
	position: absolute;
	right: 15px;
}

.modal-close-button:hover, .modal-close-button:focus {
	color: #216fd8;
	text-decoration: none;
	cursor: pointer;
	background: #fff;
	box-shadow: none;
}



@media screen and (max-width: 480px) {
	.main_checkout_step p { margin: 0; padding: 20px 0; }
}

/* Hide sections by ID */

#section_2,
#section_3,
#section_4,
#section_5,
#section_6,
#section_7,
#section_8,
#section_9,
#section_21,
#section_22,
#NextBtn {
    display: none ;
}

/* Hide elements by class */
.question-nav {
    display: none ;
}


