/* Banner */
html {
  scroll-behavior: smooth;
}

body.overflowallow{
  overflow: auto;
}
body.overhide,
body{
  overflow:hidden;
} 
section.pd-banner {
  position: relative;
  z-index: 1;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top;
}
section.pd-banner p.storagedisclaimer{
  text-shadow: 3px 3px 5px #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  width:100%;
  font-weight: 600;
}
section.pd-banner .pd-banner_fix{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  max-height:100vh;
  overflow-y:auto;
  padding:80px 0;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.pd-banner .pd-banner_fix::-webkit-scrollbar{
  display:none;
}
.pd-banner .content-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 20px 0;
}
section.pd-banner:before {
  content: "";
  position: absolute;
  height:100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg,rgb(0 0 0/65%),rgb(0 0 0/55%),rgb(0 0 0/45%),rgb(0 0 0/40%));
  z-index: -1;
}
.pd-banner .contents {
  text-align: center;
}
section.pd-banner .contents *{
  color: #FFF;
}
section.pd-banner .contents h1 {
  font-size: 52px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  text-transform: none;
}
section.pd-banner .contents p{
  font-family: "Montserrat", sans-serif;
  text-shadow: 3px 3px 5px #6c6c6c;
  font-size:22px;
  margin: 0;
  margin-bottom: 10px;
}
.pd-banner .contents p {
  color: #fff;
}
.pd-banner .cta a  {
  background-color: #EB1423;
  border-radius: 10px;
  margin: 0 auto 20px;
  text-transform: capitalize;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border: 2px solid #EB1423;
  -webkit-animation: fadeInHero 1.2s ease-in-out;
  animation: fadeInHero 1.2s ease-in-out;
  padding: 12px;
  font-size: 23px;
  color: #fff;
  display: block;
  max-width: 250px;
  width: 100%;
  cursor:pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.pd-banner .cta a:hover{
  background: #c6101d;
  border-color: #c6101d;
  opacity: 1;
  text-decoration: none;
}
.pd-banner .cta a.resume{
  background-color: #EB1423;
  line-height: 1.42857143;
}
.pd-banner .cta a.resume:hover{
  background: #c6101d;
  border-color: #c6101d;
  opacity: 1;
  text-decoration: none;
}
.pd-banner .cta-container .cta a.start_now {
  font-size: 16px;
  max-width: none;
  display: inline-block;
  width: auto;
  padding: 8px 18px;
  line-height: 1.5;
  font-weight: 600;
}
.pd-banner .cta-container .cta a.disable_tbn{
  display:none;
}

.pd-banner .cta-container {
  border: 2px solid #ffffff;
  border-radius:20px;
  margin: 50px auto 0;
  width: 70vw;
  max-width: 550px;
  padding: 32px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: #ffffffa3;
}
/* .pd-banner .cta-container p {
max-width: 280px;
margin: 0 auto;
color: #1d355e;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-shadow: 1px 1px rgb(0 0 0 / 30%);
} */
.pd-banner .cta-container p {
  color: #1d355e;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}
@-webkit-keyframes fadeInHero {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeInHero {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@media (max-width: 767px){
  .pd-banner .cta-container{
    padding: 20px;
    margin-top:25px;
  }
  .pd-banner .cta a{
    max-width:180px;
  }
  section.pd-banner .contents h1 {
    font-size: 35px;
  }
  section.pd-banner .contents p{
    font-size:18px;
  }
  .pd-banner .cta-container p{
    font-size:16px;
  }
  .pd-banner .content-wrapper .container{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
  }
}

/* price tool */

.pricing_tool_section .text-center{
  text-align:center;
}
.pricing_tool_section .redbtn{
  border: 2px solid #EB1423;
  background-color: #EB1423;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  padding: 13px 21px;
  line-height: 1.42857143;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
  border-radius:5px;
  text-align:center;
  font-family: "Montserrat", sans-serif;
}
.pricing_tool_section .redbtn#generatepdf{
  background: #EB1423;
  border: 2px solid #EB1423;
  color: #FFFFFF;
  cursor: not-allowed;
  pointer-events:none;
}
.pricing_tool_section .redbtn.activepdf#generatepdf{
  background-color: #EB1423;
  color: #fff;
  border: 2px dashed #EB1423;
  cursor:pointer;
  pointer-events:all;
}
.pricing_tool_section .brdbtn{
  background: rgba(0,0,0,0);
  border: 2px solid #1D355E;
  padding: 15px 24px;
  text-align:center;
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
  border-radius:5px;
  color: #1D355E;
  line-height: 1.42857143;
  font-size: 14px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
}
.pricing_tool_section .brdbtn.active_add,
.pricing_tool_section .brdbtn.active_btn{
  cursor: pointer;
  color: #fff;
  background: #1D355E;
}
.pricing_tool_section .redbtn.roud{
  border-radius: 30px;
}
.pricing_tool_section .redbtn:hover{
  background: #c6101d;
  border-color: #c6101d;
  opacity: 1;
  text-decoration: none;
}
.pricing_tool_section .btn_main_seciton .moreactions .redbtn.activepdf:hover{
  background: #c6101d !important;
  border-color: #c6101d !important;
  opacity: 1;
  text-decoration: none;
}

.pricing_tool_section{
  padding:70px 0;
}
.pricing_tool_section .content-wrapper{
  max-width:1140px;
  padding:0 20px;
  margin:0 auto;
}
.pricing_tool_section .pricing_heading {
  margin-bottom: 50px;
}
.pricing_tool_section .pricing_heading h3{
  font-weight: 700;
  text-transform: none;
}
.pricing_tool_section .terms_sec {
  padding-top: 10px;
}
.pricing_tool_section .terms_sec p{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #1d355e;
  font-weight: 500;
}
.select_compontents_main .compontents_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom:30px;
}
.select_compontents_main .compontents_group  .remove_reselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  opacity:0;
  visibility:hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}
.select_compontents_main .compontents_group .select_component.filled .remove_reselect{
  opacity:1;
  visibility:visible;
}
.select_compontents_main .compontents_group .select_component{
  min-height:300px;
  max-height:300px;
  height:100%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  position: relative;
  border: 4px dashed #d0d0d0;
  background-color: #6D726F26;
  border-radius: 5px;
  overflow: hidden;
}
.pricing_tool_section .select_component .back_end_show_fix .item_comp{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pricing_tool_section .select_component .back_end_show_fix .item_comp,
.pricing_tool_section .select_component .back_end_show_fix,
.select_compontents_main .compontents_group .select_component .comp_options{
  min-height:300px;
  height:100%;
}
.pricing_tool_section .select_component .back_end_show_fix .item_comp .item_comp_text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-height: 230px;
  min-height: 230px;
  overflow: hidden;
  margin-bottom: 50px;
}
.pricing_tool_section .select_component .back_end_show_fix .item_comp{
  padding: 20px 20px 0;
  border-radius: 5px;
}
.select_compontents_main .compontents_group .select_component .addcomponent {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.select_compontents_main .compontents_group .select_component.filled .addcomponent{
  display:none;
}
.select_compontents_main .compontents_group .select_component.filled {
  -webkit-box-shadow: -2px 3px 5px rgb(0 0 0 / 50%);
  box-shadow: -2px 3px 5px rgb(0 0 0 / 50%);
  border: none;
}
.pricing_tool_section .btn_main_seciton .rowactions a.active_add:hover,
.pricing_tool_section .btn_main_seciton .rowactions a.active_btn:hover {
  opacity: 1;
  text-decoration: none;
}
/* .compontents_group .select_component .remove_reselect .re_btn{
cursor:pointer;
} */
.compontents_group .select_component .remove_reselect .re_btn {
  cursor: pointer;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compontents_group .select_component .remove_reselect .re_btn svg{
  width:100%;
  display:block;

}
.compontents_group .select_component .remove_reselect .re_btn svg path{
  fill:#EB1423;
}
.compontents_group .select_component .remove_reselect .remove_btn svg{
  max-width:30px;
  max-height:30px;

}
.compontents_group .select_component .remove_reselect .reselect_btn svg{
  max-width:22px;
  max-height:25px;
}
.pricing_tool_section .estimated-price-main {
  font-size: 40px;
  margin: 20px 0 40px;
  line-height:1;
  color: #1d355e;
}
.pricing_tool_section .btn_main_seciton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pricing_tool_section .btn_main_seciton .moreactions a:not(:last-child),
.pricing_tool_section .btn_main_seciton .rowactions a:not(:last-child){
  margin-right:15px;
}
.pricing_tool_section .btn_main_seciton .rowactions a{
  cursor: not-allowed;
  pointer-events:none;
  text-decoration: none;
}
.pricing_tool_section .btn_main_seciton .rowactions a.active_btn,
.pricing_tool_section .btn_main_seciton .rowactions a.active_add{
  cursor:pointer;
  pointer-events:all;
  text-decoration: none;
}
.pricing_tool_section .btn_main_seciton .moreactions a,
.pricing_tool_section .btn_main_seciton .rowactions a{
  font-size: 20px;
  padding: 9px 10px;
  text-transform: inherit;
  max-width:190px;
  width:100%;
  display:inline-block;
  font-weight: 700 !important;
}
.pricing_tool_section .btn_main_seciton div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.pricing_tool_section .btn_main_seciton .rowactions {
  text-align: left;
}
.pricing_tool_section .btn_main_seciton .moreactions {
  text-align: right;
}
.choose_project_comp_main .sec_header{
  padding:12.5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.choose_project_comp_main .sec_header .header_cls {
  max-width: 35px;
  width: 100%;
  max-height: 35px;
  margin-right:20px;
  cursor:pointer;
}
.choose_project_comp_main .sec_header h2 {
  margin: 0;
  font-size: 30px;
  -ms-flex-preferred-size: calc(100% - 40% - 55px);
  flex-basis: calc(100% - 40% - 55px);
  color: #41516d;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
}
.choose_project_comp_main .sec_header .tabber_btn{
  -ms-flex-preferred-size:40%;
  flex-basis:40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.choose_project_comp_main .sec_header .tabber_btn .select-btn{
  background: rgba(0,0,0,0);
  border-radius:5px;
  border: 2px solid #EB1423;
  color: #EB1423;
  padding: 7px 20px;
  text-transform: uppercase;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  text-align: center;
  cursor: pointer;
  font-size:14px;
  font-weight: 700;
}
.choose_project_comp_main .sec_header .tabber_btn a.select-btn.active_btn {
  background: #EB1423;
  color: #fff;
  font-weight: 700;
}
/* .sec_body_fix .selt_compnt .back_end_show{
display:none;
} */
.pricing_tool_section .back_end_show_fix .select_btn_sec{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 0 20px;
  z-index: 1;
}
.pricing_tool_section .back_end_show_fix .item_comp {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display:none;
  position:relative;
}
.pricing_tool_section .back_end_show_fix .item_comp:before{
  content: "";
  background: #0000001c;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  z-index:0;
}
.pricing_tool_section  .back_end_show_fix .item_comp.active{
  display:block;
}
.pricing_tool_section .back_end_show_fix .select_btn_sec .slt_item{
  background-color: rgba(0,0,0,0);
  text-align: center;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #fff;
  border-radius: 0.4rem;
  font-weight: 600;
  line-height: 1.2;
  width: 30%;
  padding: 5px;
  text-shadow: 3px 3px 5px #000;
  cursor:pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.pricing_tool_section .back_end_show_fix .select_btn_sec .slt_item:hover,
.pricing_tool_section .back_end_show_fix .select_btn_sec .slt_item.active{
  color: #1D355E;
  background-color: #fdfdff;
  text-shadow: none;
}
.pricing_tool_section .back_end_show_fix .item_comp p,
.pricing_tool_section .back_end_show_fix .item_comp h4{
  color: #fff;
  position: relative;
  text-align: center;
  text-shadow: 0px 1px 5px rgb(0 0 0/60%);
  z-index: 10;
}
.pricing_tool_section .back_end_show_fix .item_comp p {
  font-size: 14px;
  line-height: 1.2;
  font-family: Montserrat,sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
.pricing_tool_section .back_end_show_fix .item_comp h4{
  font-size:22px;
  line-height: 1.42857143;
  font-family: Montserrat,sans-serif;
  margin-top:20px;
  margin-bottom:10px;
  font-weight:700;
}
.pricing_tool_section .back_end_show_fix{
  position: relative;
}
.choose_project_comp_main .sec_body .back_end_show {
  display: none;
}
.choose_project_comp_main .sec_body .sec_body_fix .sec_body_fix_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select_compontents_main .compontents_group .select_component.filled {
  position: relative;
  z-index: 1;
}
.select_compontents_main .compontents_group .select_component.filled:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.2);
}
.pricing_tool_section .estimated-price-main span.estimated-price-txt {
  font-weight: 700;
}
.pricing_tool_section .estimated-price-main span.estimated-price {
  font-weight: 500;
}
.choose_project_comp_main .sec_body .sec_body_fix{
  display:none;
}
.choose_project_comp_main .sec_body .sec_body_fix.active_comp{
  display:block;
}
.choose_project_comp_main .sec_body .sec_body_fix .selt_compnt {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  margin-right: 1.33%;
  margin-bottom:15px;
  cursor:pointer;
}
.choose_project_comp_main .sec_body {
  padding: 0 10px 10px;
}
.choose_project_comp_main .sec_body .sec_body_fix .selt_compnt:nth-child(4n + 4){
  margin-right:0;
}
.choose_project_comp_main .sec_body .sec_body_fix .selt_compnt .front_end_show {
  position: relative;
  border-radius: 5px;
  min-height:225px;
}
.choose_project_comp_main .sec_body .sec_body_fix .selt_compnt .front_end_show:after{
  content: "";
  background: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
}
.choose_project_comp_main .sec_body .sec_body_fix .selt_compnt .front_end_show img{
  width:100%;
  height:100%;
  display:block;
  -o-object-fit: cover;
  object-fit: cover;
  min-height:225px;
  max-height:225px;
  border-radius: 5px;
}
.choose_project_comp_main .sec_body .sec_body_fix .selt_compnt .front_end_show .frnt_title{
  position: absolute;
  top: auto;
  right: 0;
  bottom: 25px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  z-index:1;
}
.choose_project_comp_main .sec_body .sec_body_fix .selt_compnt .front_end_show .frnt_title span{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  text-shadow: 0px 1px 5px rgb(0 0 0/60%);
  width: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
}
.choose_project_comp_main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height:100vh;
  background-color: rgba(0,0,0,.2);
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 100;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.choose_project_comp_main.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.choose_project_comp_main.is-visible::-webkit-scrollbar{
  display:none;
}
/* .choose_project_comp_main .choose_project_comp_fix {
background-color: #efefef;
border-radius: 6px;
-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
max-width: 1000px;
margin: 0 20px;
max-height: 70vh;
height: 100%;
overflow: hidden;
padding-bottom: 15px;
position:relative;
} */
.choose_project_comp_main .choose_project_comp_fix {
  background-color: #efefef;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  max-width: 99%;
  width: 100%;
  margin: 0 20px;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  top: 0;
  bottom: 0;
}


.choose_project_comp_main .choose_project_comp_fix .scrl_btn{
  position: absolute;
  max-width: 41px;
  max-height: 41px;
  background: #EB1423;
  border-radius: 50%;
  border: 2px solid #EB1423;
  bottom: 8px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition:all 0.35s;
  z-index: 5;
  cursor: pointer;
}
.choose_project_comp_main .choose_project_comp_fix .scrl_btn.active_srl{
  transform: rotate(180deg);
}
.choose_project_comp_main .choose_project_comp_fix .scrl_btn svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #FFF;
}
.choose_project_comp_main .choose_project_comp_fix .scrl_btn svg path {
  fill: #FFF;
}
/* .choose_project_comp_main .sec_body{
padding: 0 15px 0px;
max-height: calc(70vh - 80px);
overflow-y: auto;
height: 100%;
} */
.choose_project_comp_main .sec_body {
  padding: 0 15px 0px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  height: 100%;
}
.choose_project_comp_main .sec_body .sec_body_fix .selt_compnt {
  position: relative;
  z-index: 1;
}
.choose_project_comp_main .sec_body .sec_body_fix .selt_compnt:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgb(0 0 0/20%),rgb(0 0 0/80%));
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.pdf_creator .estimation_table {
  padding: 20px;
  position: relative;
  height:1120px;
}
.pdf_creator {
  display:none;
}
.pdf_creator .estimation_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.pdf_creator .estimation_header .es_header_logo{
  -ms-flex-preferred-size:123px;
  flex-basis:123px;
}
.pdf_creator .estimation_header .es_title {
  text-align: right;
  -ms-flex-preferred-size: calc(100% - 123px);
  flex-basis: calc(100% - 123px);
}
.pdf_creator .estimation_header .es_title h3{
  margin:0;
  color:#FFF;
  font-weight:400;
  line-height: 1.1;
  font-size:28px;
}
.pdf_creator .estimation_header .es_header_logo img{
  width:100%;
  display:block;
  height:60px;
}
.pdf_creator .estimation_body {
  margin-bottom:150px;
  margin-top:10px;
}
.estimation_table .es_time{
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 2px;
  font-family: Montserrat,sans-serif;
  text-align:right;
}
.pdf_creator .estimation_body table {
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  border-collapse: collapse;
}
.pdf_creator .estimation_body table tr.total_tr td{
  font-weight:700;
}
.pdf_creator .estimation_body table th{
  background-color: #dedede;
}
.pdf_creator .estimation_body table tr th,
.pdf_creator .estimation_body table tr td{
  text-align:left;
}
.pdf_creator .estimation_body table tr th:first-child,
.pdf_creator .estimation_body table tr td:first-child{
  text-align:center;
}
.pdf_creator .estimation_body table,
.pdf_creator .estimation_body table th,
.pdf_creator .estimation_body table td{
  border: 1px solid #eee;
  padding: 8px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.42857143;
}
.pdf_creator .estimation_body .estimation_body_text{
  text-align:center;
}
.pdf_creator .estimation_body .estimation_body_text *{
  font-family: Montserrat,sans-serif;
}
.pdf_creator .estimation_body .estimation_body_text h3{
  font-size:26px;
  line-height: 1.1;
  font-weight:400;
  margin-bottom: 10px;
}
.pdf_creator .estimation_body .contact_details {
  text-align: center;
}
.pdf_creator .estimation_body .contact_details *{
  font-family: "Montserrat", sans-serif;
}
.pdf_creator .estimation_body .contact_details h3{
  font-size:23px;
  font-weight: 500;
  color: #333;
  line-height:1.1;
  margin-bottom:10px;
}
.pdf_creator .estimation_body .contact_details h4{
  font-size:23px;
  font-weight: 500;
  color: #333;
}
.pdf_creator  .estimation_body .estimation_body_text h3:last-child{
  margin:0;
}
.pdf_creator .estimation_body *{
  color: #2f2f3f;
}
.pdf_creator  .estimation_body .disclaimer {
  text-align: left;
  max-width: 906px;
  margin: 0 auto;
}
.pdf_creator .estimation_body .disclaimer p{
  font-size: 12px;
  color: #686868;
  font-family: "Montserrat", sans-serif;
  line-height: 1.42857143;
  margin: 10px 0;
}
.pdf_creator .estimation_footer {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
}
.pdf_creator .estimation_footer p{
  margin:0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #636363;
  line-height: 1.42857143;
}

/* Form */
.tlc-form{
  padding:50px 0;
}
.tlc-form .content-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding:0 20px;
}
.tlc-form .section-heading {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 28px;
}

.tlc-form .section-heading h2 {
  font-size: 52px;
  color: #1d355e;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom:10px;
}
/* .tlc-form .section-heading p {
margin-top: 0;
font-size: 16px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1.42857143;
margin-bottom:10px;
} */
.tlc-form .section-heading p strong {
  font-weight: 800;
}
.tlc-form .section-heading p {
  margin-top: 0;
  font-size: 18px;
  font-family: 'Montserrat';
  line-height: 1.42857143;
  margin-bottom: 10px;
  font-weight: 500;
}
.tlc-form .form-box {
  max-width: 870px;
  margin:60px auto 0;
}
.tlc-form input.hs-input {
  margin: 0 0px 20px;
  padding: 15px 20px !important;
  border-radius: 5px !important;
  border: 2px solid #e1e1e1 !important;
  letter-spacing: 2px; 
  color: #1D355E;
  font-weight: 600;
  letter-spacing: 0px !important;
}
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
  letter-spacing: 2px;
  color: #586c8f;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.tlc-form input.hs-input:focus, .tlc-form textarea:focus {
  border-color: rgba(99,120,156,.8) !important;
}
.tlc-form h3.form-title{
  display:none;
}
.tlc-form .hs-form {
  padding: 0 !important;
}
.tlc-form form.hs-form fieldset .hs-form-field {
  padding: 0px 15px !important;
  position:relative;
}
.tlc-form form.hs-form label.hs-error-msg {
  color: #d82030;
  margin: 0;
  font-size: 12px;
}
.tlc-form form.hs-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  list-style: none;
  padding: 0 15px;
}
.tlc-form form.hs-form .hs_error_rollup {
  display: none;
}
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 2px;
}
.tlc-form form.hs-form label.hs-error-msg {
  color: #d82030;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}
.tlc-form .hs_message textarea, .tlc-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 134px;
  resize: none;
  border-radius: 5px !important;
  margin: 0 0 20px;
  padding: 15px 20px;
  border: 2px solid #e1e1e1;
  letter-spacing: 0px !important;
  font-weight: 600 !important;
  color: #1D355E !important;
}

.tlc-form textarea::placeholder {
  letter-spacing: 0px !important;
  font-weight: 600 !important;
  color: #1D355E !important;
}

.tlc-form .input input {
    width: 100% !important;
    min-width: 100%;
}

.tlc-form input.hs-button.primary.large {
  font-family: "Montserrat", sans-serif;
  border: 3px solid #EB1423;
  color: #FFFFFF;
  background: #EB1423;
  display: block !important;
  width: 100%;
  padding: 12px 20px !important;
  letter-spacing: 2px;
  line-height: 21px;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.tlc-form input.hs-button.primary.large:hover{
  background-color: #c6101d;
  border-color: #c6101d;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tlc-form .hs_message textarea::-webkit-input-placeholder,
.tlc-form input::-webkit-input-placeholder {
  color: #1D355E;
  font-weight: 600;
  letter-spacing: 0px !important;
}
.tlc-form  .hs_cos_wrapper_type_form label{
  margin:0;
}
.tlc-form .hs_submit.hs-submit {
  padding: 0px 15px;
}
.tlc-form .actions {
  margin: 25px 0px 30px auto;
  max-width: 400px;
}

@media (max-width: 991px){
  .tlc-form input.hs-input{
    max-width: 100% !important;
    width:100% !important;
  }
  .tlc-form form.hs-form fieldset .hs-form-field {
    width: 100% !important;
  }
}

@media(max-height:600px){
  section.pd-banner .contents h1 {
    font-size: 35px;
  }
  section.pd-banner .contents p{
    font-size:18px;
  }
  .pd-banner .contents{
    max-width:600px;
  }
  .pd-banner .cta-container p{
    max-width:100%;
    font-size:16px;
  }
  .pd-banner .cta a{
    max-width:200px;
  }
}
@media(max-width:1024px){
  .pricing_tool_section .btn_main_seciton .moreactions a, .pricing_tool_section .btn_main_seciton .rowactions a{
    font-size:16px;
    max-width: 160px;
  }
}
@media(max-width:767px){

  .pricing_tool_section .btn_main_seciton{
    display:block;
  }
  .pricing_tool_section .btn_main_seciton .rowactions,
  .pricing_tool_section .btn_main_seciton .moreactions{
    text-align: center;
  }
  .pricing_tool_section .btn_main_seciton .rowactions{
    margin-bottom:20px;
  }
  .pricing_tool_section .estimated-price-main{
    font-size:30px;
  }
  .pricing_tool_section .estimated-price-main span {
    display: block;
  }
  .select_compontents_main .compontents_group{
    display:block;
    margin-bottom:0;
  }
  .select_compontents_main .compontents_group .select_component{
    margin-bottom:30px;
  }
  .choose_project_comp_main .sec_body .sec_body_fix .selt_compnt{
    flex-basis: 49%;
    margin-right: 2%;
  }
  .choose_project_comp_main .sec_body .sec_body_fix .selt_compnt:nth-child(4n + 4 ){
    margin-right: 2%;
  }
  .choose_project_comp_main .sec_body .sec_body_fix .selt_compnt:nth-child(2n + 2){
    margin-right:0;
  }
  .choose_project_comp_main .sec_header h2{
    -ms-flex-preferred-size: calc(100% - 55px);
    flex-basis: calc(100% - 55px);
    text-align: right;
    font-size: 24px;
  }
  .choose_project_comp_main .sec_header .tabber_btn {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top:10px;
  }
  .choose_project_comp_main .sec_header .tabber_btn .select-btn {
    max-width: 185px;
  }
  .choose_project_comp_main .sec_header .tabber_btn .select-btn[list-item="backyard"] {
    margin-right: 15px;
  }
  .tlc-form .section-heading h2{
    font-size:30px;
  }
  .choose_project_comp_main .sec_body .sec_body_fix .selt_compnt .front_end_show {
    min-height:270px;
  }
  .choose_project_comp_main .sec_body .sec_body_fix .selt_compnt .front_end_show img{
    max-height: 270px;
    min-height:270px;
  }
}
@media(max-width:520px){
  .choose_project_comp_main .sec_body .sec_body_fix .selt_compnt .front_end_show {
    min-height:200px;
  }
  .choose_project_comp_main .sec_body .sec_body_fix .selt_compnt .front_end_show img{
    max-height: 200px;
    min-height: 200px;
  }
}
@media(max-width:480px){
  .choose_project_comp_main .sec_header .tabber_btn .select-btn[list-item="backyard"]{
    margin-right:3%;
  }
  .choose_project_comp_main .sec_header .tabber_btn .select-btn{
    flex-basis:47%;
    max-width:47%;
    font-size: 12px;
    padding: 7px 10px;
  }

}
@media(max-width:400px){
  .pricing_tool_section .btn_main_seciton .moreactions a, 
  .pricing_tool_section .btn_main_seciton .rowactions a{
    font-size: 14px;
    max-width: 130px;
  }
  section.pd-banner .contents p>br {
    display: none;
  }
}