/*-------------------------------
	variables
------------------------------*/
.page-layout-fixed {
  background-color: #fff !important;
  font-family: Roboto;
}

.no_overflow {
  overflow: hidden;
}

.section_browse_intro .section_browse_intro_img {
  /*
  svg {
  	width: 115%;
  	height: auto;
  	position: relative;
  	left: -20%;
  	top:16px;
  }
  */
}
.section_browse_intro .section_browse_intro_img img {
  position: relative;
}
.section_browse_intro .section_browse_intro_texts p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.section_browse_intro .section_browse_intro_texts ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 60px;
}
.section_browse_intro .section_browse_intro_texts ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  font-size: 18px;
}
.section_browse_intro .section_browse_intro_texts ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: #ec1e36;
  font-weight: 500;
  font-size: 44px;
  position: absolute;
  left: -57px;
  top: -9px;
}

@media only screen and (max-width: 1460px) {
  .section_browse_intro .section_browse_intro_img {
    /*
    svg {
    	top:50px;
    }
    */
  }
  .section_browse_intro .section_browse_intro_img img {
    top: 50px;
  }
}
@media only screen and (max-width: 1259px) {
  .section_browse_intro .section_browse_intro_img {
    /*
    svg {
    	top:70px;
    }
    */
  }
  .section_browse_intro .section_browse_intro_img img {
    top: 50px;
  }
  .section_browse_intro .section_browse_intro_texts p {
    font-size: 16px;
    line-height: 18px;
  }
  .section_browse_intro .section_browse_intro_texts ol {
    padding-left: 35px;
  }
  .section_browse_intro .section_browse_intro_texts ol li {
    font-size: 16px;
  }
  .section_browse_intro .section_browse_intro_texts ol li:before {
    font-size: 24px;
    left: -31px;
    top: -3px;
  }
}
@media only screen and (max-width: 979px) {
  .section_browse_intro .section_browse_intro_img {
    /*
    svg {
    	position: initial;
    	width: 80%;
    	margin: 0 auto;
    	display: block;
    }
    */
  }
  .section_browse_intro .section_browse_intro_img img {
    position: initial;
    max-width: 340px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.logo-section {
  border-top: 0px;
}
.logo-section .client-logo {
  border-bottom: 0px;
}

.cta_section {
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-sizing: border-box;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
}
.cta_section .cta_section_icon svg {
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}
.cta_section .cta_section_text {
  text-align: left;
}
.cta_section .cta_section_text h2 {
  font-family: "Rubik", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  color: #048381;
}
.cta_section .cta_section_text p {
  margin-top: 15px;
  font-family: "Rubik", "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #666;
  font-weight: 300;
}
.cta_section .cta_section_btn a {
  margin: 5px auto 3px auto;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  background-color: #0BA19F;
  border-width: 0px !important;
  padding: 18px 40px;
  font-weight: bold;
  font-size: 18px;
}
.cta_section .cta_section_btn a:hover {
  background-color: #048381;
  color: #fff;
}
.cta_section .cta_section_btn p {
  font-size: 12px;
}

@media only screen and (max-width: 992px) {
  #calculator_header .calculator_header_feature {
    text-align: center;
    padding-right: 15px;
  }
  #calculator_header .calculator_header_feature img {
    max-width: 300px;
  }
  #calculator_header h1, #calculator_header h2 {
    text-align: center;
  }
  #calculator_header h1 {
    margin-top: 40px;
  }
  #calculator_header h2 {
    margin-bottom: 40px;
  }
}
#calculator_box {
  font-family: Roboto;
}
#calculator_box .starting_options {
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-sizing: border-box;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
}
#calculator_box .starting_options .starting_option {
  cursor: pointer;
}
#calculator_box .starting_options .starting_option h4 {
  font-size: 24px;
}
#calculator_box .starting_options .starting_option h6 {
  font-weight: 500;
}
#calculator_box .starting_options .starting_option .starting_option_desc {
  font-size: 12px;
}
#calculator_box .starting_options .starting_option:hover {
  cursor: pointer;
}
#calculator_box .starting_options .starting_option.starting_option_1:after, #calculator_box .starting_options .starting_option.starting_option_2:after {
  content: " ";
  width: 1px;
  height: 110px;
  background-color: #E4E3E3;
  position: absolute;
  right: -1px;
  top: 24px;
  z-index: 2;
}
#calculator_box .starting_options .starting_option.starting_option_1 h6 {
  color: #0BA19F;
}
#calculator_box .starting_options .starting_option.starting_option_1.starting_option_enabled h4, #calculator_box .starting_options .starting_option.starting_option_1:hover h4 {
  color: #0BA19F;
}
#calculator_box .starting_options .starting_option.starting_option_2 h6 {
  color: #084C94;
}
#calculator_box .starting_options .starting_option.starting_option_2.starting_option_enabled h4, #calculator_box .starting_options .starting_option.starting_option_2:hover h4 {
  color: #084C94;
}
#calculator_box .starting_options .starting_option.starting_option_3 h6 {
  color: #EC1E36;
}
#calculator_box .starting_options .starting_option.starting_option_3.starting_option_enabled h4, #calculator_box .starting_options .starting_option.starting_option_3:hover h4 {
  color: #EC1E36;
}
#calculator_box .calculator_box_intro {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
}
#calculator_box .calculator_box_intro h2 {
  margin-top: 0px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
}
#calculator_box .calculator_box_intro p {
  font-family: Roboto;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  color: #615E5E;
}
#calculator_box .card-body .col-sm-3,
#calculator_box .card-body .col-sm-12,
#calculator_box .card-body .col-md-3 {
  padding: 0px;
}
#calculator_box .icons-socials ul {
  display: block;
}
#calculator_box .icons-socials ul li {
  display: inline-block;
}
#calculator_box .icons-socials ul li a {
  background: transparent;
  color: #333;
  box-shadow: none;
}
#calculator_box .icons-socials ul li a:hover {
  box-shadow: none;
  color: #ec1e36;
  text-shadow: none;
}

#calculator-features > .card {
  border: none;
}
#calculator-features > .card.first {
  margin-top: 0px;
}
#calculator-features > .card .section-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
#calculator-features > .card .section-header h2 {
  margin-top: 0px;
  line-height: 17px;
  margin-bottom: 25px;
}
#calculator-features > .card .section-header button {
  padding: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  border: 0px;
  /*
  &:after {
  	margin-left: 0.5em;
  	margin-top: 1px;
  	font-size: 16px;
  	vertical-align: middle;
  	font-family: "Font Awesome 5 Free";
  	content: "\f078";
  	position: absolute;
  	color:$yellow;
  }
  */
}
#calculator-features > .card .section-header button:hover {
  color: #ec1e36;
}
#calculator-features > .card .section-header button:after {
  content: url("../images/arrow-down.svg");
  /*content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMTAxNDkgMC45ODE4MDVDMi41MzkxNiAwLjM3MzQ2OSAxLjU5MDE0IDAuMzM2MTc3IDAuOTgxODA1IDAuODk4NTFDMC4zNzM0NjkgMS40NjA4NCAwLjMzNjE3NyAyLjQwOTg2IDAuODk4NTEgMy4wMTgxOUwzLjEwMTQ5IDAuOTgxODA1Wk02LjYyMTkgN0w1LjUyMDQxIDguMDE4MTlMNi41NDE1MiA5LjEyMjg0TDcuNjQzMjQgOC4wOTg1N0w2LjYyMTkgN1pNMTMuMDIxMyAzLjA5ODU3QzEzLjYyODEgMi41MzQ1IDEzLjY2MjYgMS41ODUzOSAxMy4wOTg2IDAuOTc4NjZDMTIuNTM0NSAwLjM3MTkzNCAxMS41ODU0IDAuMzM3MzU2IDEwLjk3ODcgMC45MDE0MjZMMTMuMDIxMyAzLjA5ODU3Wk0wLjg5ODUxIDMuMDE4MTlMNS41MjA0MSA4LjAxODE5TDcuNzIzMzkgNS45ODE4MUwzLjEwMTQ5IDAuOTgxODA1TDAuODk4NTEgMy4wMTgxOVpNNy42NDMyNCA4LjA5ODU3TDEzLjAyMTMgMy4wOTg1N0wxMC45Nzg3IDAuOTAxNDI2TDUuNjAwNTYgNS45MDE0M0w3LjY0MzI0IDguMDk4NTdaIiBmaWxsPSIjRjdBOTM5Ii8+Cjwvc3ZnPgo=");*/
  width: 16px;
  height: 16px;
  position: absolute;
  right: -20px;
  top: 0px;
}
#calculator-features > .card .features-box {
  margin-top: 0px;
}
#calculator-features > .card .features-box .row {
  margin: 0px;
}
#calculator-features > .card .features-box .feature_item {
  cursor: pointer;
  padding: 0;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-right: none;
  position: relative;
  min-height: 140px;
}
#calculator-features > .card .features-box .feature_item:after {
  content: " ";
  width: 1px;
  height: 75px;
  background-color: #E4E3E3;
  position: absolute;
  right: -1px;
  top: 20px;
  z-index: 2;
}
#calculator-features > .card .features-box .feature_item .service_icon {
  height: 50px;
  width: auto;
}
#calculator-features > .card .features-box .feature_item .service_icon svg {
  height: 100% !important;
  margin: 0 auto !important;
  width: 100% !important;
  fill: #615E5E !important;
  outline: #615E5E !important;
}
#calculator-features > .card .features-box .feature_item:hover {
  border-color: #ec1e36;
  border-right: none;
  z-index: 3;
}
#calculator-features > .card .features-box .feature_item:hover:after {
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #ec1e36;
  position: absolute;
  right: 0;
  top: 0px;
}
#calculator-features > .card .features-box .feature_item:hover .service_icon svg {
  fill: #ec1e36 !important;
  outline: #ec1e36 !important;
}
#calculator-features > .card .features-box .feature_item .card-body .feature-icon {
  height: 50px;
}
#calculator-features > .card .features-box .feature_item .card-body .tooltip_box {
  height: 12px;
  fill: #ec1e36;
  position: relative;
  top: 0px;
}
#calculator-features > .card .features-box .feature_item_enabled {
  border: 1px solid #E4E3E3;
  border-right: none;
  position: relative;
  min-height: 140px;
}
#calculator-features > .card .features-box .feature_item_enabled:after {
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #E4E3E3;
  position: absolute;
  right: -1px;
  top: 0px;
}
#calculator-features > .card .features-box .feature_item_enabled:before {
  content: url("../images/check-box.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#calculator-features > .card .features-box h5 {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 10px;
  margin: 10px 0 10px 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
#calculator-features > .card .features-box h5 i {
  color: #ec1e36;
}
#calculator-features > .card .features-box h5 svg {
  fill: #ec1e36;
}

.estimation_box_wrap .estimation_box_wrap_in .estimation_box {
  margin-left: 30px;
  margin-right: 30px;
}

.estimation_box {
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-sizing: border-box;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  margin-top: 25px;
}
.estimation_box .card-header {
  background: transparent;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  /* padding-bottom: 20px; */
}
.estimation_box .card-header .estimation_box_left {
  float: left;
}
.estimation_box .card-header .estimation_box_right {
  float: right;
  font-size: 12px;
  font-weight: normal;
}
.estimation_box .card-header .estimation_box_right .starting_option_reset {
  cursor: pointer;
}
.estimation_box .card-header .estimation_box_right .starting_option_reset:hover {
  color: #ec1e36;
}
.estimation_box .calculator-estimate {
  max-height: 310px;
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.estimation_box .calculator-estimate #mCSB_1_container {
  margin-right: 30px;
}
.estimation_box .calculator-estimate.mCS_no_scrollbar {
  padding-right: 30px;
}
.estimation_box .calculator-estimate.mCS_no_scrollbar #mCSB_1_container {
  margin-right: 0px;
}
.estimation_box .calculator-estimate #estimate_items {
  margin: 0px;
  padding: 0px;
}
.estimation_box .calculator-estimate #estimate_items li {
  list-style: none;
  display: block;
  background: #F9F9F9;
  border: 1px solid #DCDADA;
  box-sizing: border-box;
  margin: 12px 0;
  padding: 10px 15px;
  font-size: 14px;
}
.estimation_box .calculator-estimate #estimate_items li .estimation_item_cost {
  display: block;
  float: right;
}
.estimation_box .calculator-estimate #estimate_items .please_select {
  color: #DCDADA;
  text-align: center;
  background: transparent;
  border: none;
  margin: 5px 0;
}
.estimation_box .card-footer {
  background: #ec1e36;
  border: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.quote_box {
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-sizing: border-box;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  margin-top: 25px;
  text-align: center;
}
.quote_box .card-header {
  background: transparent;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  /* padding-bottom: 20px; */
}
.quote_box .card-body {
  /* max-height: 420px; */
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 0px;
}
.quote_box .card-body .quote_modal_desc {
  margin: 15px 0;
  font-size: 14px;
  line-height: 24px;
}
.quote_box .card-body .form-group {
  margin-bottom: 13px;
}
.quote_box .card-body .form-group input,
.quote_box .card-body .form-group textarea {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 15px;
  color: #bcbcc4;
}
.quote_box .card-body .form-group .form-control::-moz-placeholder {
  color: #bcbcc4;
}
.quote_box .card-body .form-group .form-control::placeholder {
  color: #bcbcc4;
}
.quote_box .card-body .quote_modal_message {
  position: relative;
}
.quote_box .card-body .quote_modal_message .label_attachment {
  position: absolute;
  bottom: 37px;
  right: 15px;
  color: #444444;
  font-size: 12px;
}
.quote_box .card-body .quote_modal_message .form-control-file {
  visibility: hidden;
  position: absolute;
}
.quote_box .card-body .form-check-label {
  padding-left: 30px;
  font-weight: 400;
  font-size: 15px;
}
.quote_box .card-body .form-check-input {
  position: absolute;
  margin-top: 10px;
  margin-left: 0px;
}
.quote_box .card-body .quote_modal_submit_box {
  text-align: center;
}
.quote_box .card-body form.needs-validation {
  display: none;
}
.quote_box .card-body .quote_modal_submit {
  margin: 5px auto 3px auto;
  text-align: center;
  border-radius: 22px;
  color: #fff;
  display: inline-block;
  background-color: #0BA19F;
  border-width: 0px !important;
  padding: 10px 30px;
  font-weight: bold;
}
.quote_box .card-body .quote_modal_submit:hover {
  color: #fff;
  background-color: #248785;
}
.quote_box .card-body .quote_modal_oblication {
  font-size: 12px;
  margin-bottom: 0px;
}
.quote_box .card-footer {
  background: #ec1e36;
  color: #fff;
  border: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #000;
  font-size: 120%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.quote_box_red {
  border-radius: 5px;
  background: #ec1e36;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-sizing: border-box;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  margin-top: 25px;
  text-align: center;
  color: #fff;
}
.quote_box_red .card-header {
  background: transparent;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
}
.quote_box_red .card-body {
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 0px;
}
.quote_box_red .card-body .quote_modal_desc {
  margin: 15px 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.quote_box_red .card-body .quote_modal_submit {
  margin: 5px auto 3px auto;
  text-align: center;
  border-radius: 22px;
  color: #fff;
  display: inline-block;
  background-color: #3CC8FF;
  border-width: 0px !important;
  padding: 10px 30px;
  font-weight: bold;
}
.quote_box_red .card-body .quote_modal_submit:hover {
  background-color: #00A3E2;
}
.quote_box_red .card-body .quote_modal_oblication {
  font-size: 12px;
  color: #fff;
}
.quote_box_red .card-footer {
  background: #ec1e36;
  color: #fff;
  border: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #000;
  font-size: 120%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.quote_modal {
  margin: 2.75rem auto;
}
.quote_modal .modal-body {
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.quote_modal .modal-body .close {
  background: transparent;
  border: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 35px;
  cursor: pointer;
}
.quote_modal .modal-body .close:hover {
  color: #ec1e36;
}
.quote_modal .modal-body .quote_modal_desc {
  margin: 15px 0;
  font-size: 15px;
  line-height: 24px;
}
.quote_modal .modal-body .form-group {
  margin-bottom: 13px;
}
.quote_modal .modal-body .form-group input,
.quote_modal .modal-body .form-group textarea {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 15px;
  color: #bcbcc4;
}
.quote_modal .modal-body .form-group .form-control::-moz-placeholder {
  color: #bcbcc4;
}
.quote_modal .modal-body .form-group .form-control::placeholder {
  color: #bcbcc4;
}
.quote_modal .modal-body .quote_modal_message {
  position: relative;
}
.quote_modal .modal-body .quote_modal_message .label_attachment {
  position: absolute;
  bottom: 37px;
  right: 15px;
  color: #444444;
  font-size: 12px;
}
.quote_modal .modal-body .quote_modal_message .form-control-file {
  visibility: hidden;
  position: absolute;
}
.quote_modal .modal-body .quote_modal_submit_box {
  text-align: center;
}
.quote_modal .modal-body .quote_modal_submit {
  margin: 20px auto 0 auto;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  background-color: #ec1e36;
  border-width: 0px !important;
  padding: 10px 20px;
}
.quote_modal .modal-body .quote_modal_submit:hover {
  background-color: #d31127;
}
.quote_modal .modal-body .form-check-label {
  padding-left: 30px;
  font-weight: 400;
  font-size: 15px;
}
.quote_modal .modal-body .form-check-input {
  position: absolute;
  margin-top: 4px;
  margin-left: 0px;
}

@media only screen and (max-width: 1460px) {
  #calculator-features > .card .features-box .feature_item,
  #calculator-features > .card .features-box .feature_item_enabled {
    min-height: 140px;
  }
  .quote_box_red .card-body .form-check-label {
    font-size: 14px;
  }
  .quote_box_red .card-body .quote_modal_message .label_attachment {
    bottom: 40px;
  }
  .quote_modal .cmodal-body .form-check-label {
    font-size: 14px;
  }
  .quote_modal .cmodal-body .quote_modal_message .label_attachment {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1259px) {
  #calculator-features > .card .features-box .feature_item,
  #calculator-features > .card .features-box .feature_item_enabled {
    min-height: 140px;
  }
  #calculator-features > .card .features-box .feature_item h5,
  #calculator-features > .card .features-box .feature_item_enabled h5 {
    font-size: 12px;
  }
  #calculator-features > .card .features-box .feature_item.text_long h5,
  #calculator-features > .card .features-box .feature_item_enabled.text_long h5 {
    bottom: 5px;
  }
  #calculator_box .starting_options .starting_option h4 {
    font-size: 21px;
  }
  #calculator_box .starting_options .starting_option .starting_option_desc {
    display: none;
  }
  #calculator_box .starting_options .starting_option.starting_option_1::after, #calculator_box .starting_options .starting_option.starting_option_2::after {
    content: " ";
    width: 1px;
    height: 85px;
    background-color: #E4E3E3;
    position: absolute;
    right: -1px;
    top: 24px;
    z-index: 2;
  }
}
@media only screen and (max-width: 979px) {
  #calculator-features > .card .features-box .feature_item,
  #calculator-features > .card .features-box .feature_item_enabled {
    min-height: 140px;
  }
  #calculator-features > .card .features-box .feature_item h5,
  #calculator-features > .card .features-box .feature_item_enabled h5 {
    font-size: 12px;
  }
  #calculator-features > .card .features-box .feature_item.text_long h5,
  #calculator-features > .card .features-box .feature_item_enabled.text_long h5 {
    bottom: 15px;
  }
  #calculator_box .starting_options .starting_option.starting_option_1:after, #calculator_box .starting_options .starting_option.starting_option_2:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #E4E3E3;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -4px;
    top: auto;
    z-index: 2;
  }
  .cta_section .cta_section_btn a {
    padding: 10px 30px;
    font-size: 16px;
  }
  .cta_section .cta_section_icon svg {
    display: none;
    opacity: 0.15;
    width: 150px;
  }
  .cta_section .cta_section_text h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding-top: 30px;
    text-align: center;
  }
  .cta_section .cta_section_text p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .cta_section .quote_modal_oblication {
    padding-bottom: 30px;
    margin: 0px;
  }
  #calculator_box .starting_options .starting_option h4 {
    font-size: 24px;
  }
  #calculator_box .starting_options .starting_option .starting_option_desc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .quote_modal .cmodal-body .quote_modal_message .label_attachment {
    bottom: 30px;
  }
}
@media only screen and (max-width: 451px) {
  .quote_modal .cmodal-body .quote_modal_message .label_attachment {
    bottom: 40px;
  }
  .quote_box .card-body .form-check-input {
    margin-top: 4px;
  }
  .quote_box .card-body .form-check-label {
    text-align: left;
  }
}
.estimation_box_info {
  padding: 20px 30px;
  color: #444444;
  font-size: 12px;
}
.estimation_box_info strong {
  color: #000;
}

.mobile_estimation_box {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ec1e36;
  padding: 10px 10px 8px 10px;
  color: #000;
  z-index: 9;
  display: none;
}
.mobile_estimation_box svg {
  display: inline-block;
}
.mobile_estimation_box p {
  display: inline-block;
  margin: 0;
  padding-left: 5px;
  font-size: 22px;
  color: #000;
  line-height: 50px;
}
.mobile_estimation_box p .mobile_estimation_features_wrap {
  color: #fff;
}
.mobile_estimation_box .mobile_estimation_link {
  display: inline-block;
  float: right;
  cursor: pointer;
  line-height: 50px;
  padding-right: 10px;
  padding-left: 20px;
}
.mobile_estimation_box .mobile_estimation_link:hover {
  color: #fff !important;
}

.estimation_mobile_close {
  display: none;
}

@media only screen and (min-width: 980px) and (max-width: 1259px) {
  .estimation_box_wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 979px) {
  .estimation_box_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: #fff;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }
  .estimation_box_wrap .estimation_box_wrap_in {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 0px !important;
    top: 0px !important;
  }
  .estimation_box_wrap .estimation_box {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .estimation_box_wrap .quote_box {
    margin-left: 40px !important;
    margin-right: 40px !important;
    margin-bottom: 40px !important;
  }
  .estimation_box_wrap .quote_box form.needs-validation {
    display: inline-block;
  }
  .estimation_box_wrap .quote_box .quote_modal_oblication,
  .estimation_box_wrap .quote_box .quote_modal_submit_popup {
    display: none;
  }
  .estimation_box_wrap .estimation_mobile_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .estimation_box_wrap .estimation_mobile_close:hover {
    color: #ec1e36;
  }
  .estimation_box_wrap.estimation_box_wrap_visible {
    opacity: 1;
    visibility: visible;
  }
  .mobile_estimation_box {
    display: block;
    position: fixed;
  }
  .estimation_box_info {
    padding: 20px 0px;
  }
  .admin-bar .estimation_box_wrap {
    position: fixed;
    top: 32px;
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar .estimation_box_wrap {
    position: fixed;
    top: 0px;
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 451px) {
  .mobile_estimation_box {
    padding: 0px 10px 0px 10px;
  }
  .mobile_estimation_box > svg {
    width: 30px;
  }
  .mobile_estimation_box p {
    font-size: 14px;
  }
  .mobile_estimation_box .mobile_estimation_link {
    font-size: 14px;
  }
  .mobile_estimation_box .mobile_estimation_link svg {
    width: 13px;
  }
  .estimation_box_wrap .estimation_mobile_close {
    right: 4px;
    padding-top: 7px;
  }
  .estimation_box_wrap .estimation_box {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .estimation_box_wrap .estimation_box .calculator-estimate {
    padding-left: 20px;
  }
  .estimation_box_wrap .estimation_box .calculator-estimate.mCS_no_scrollbar {
    padding-left: 20px;
    padding-right: 0px;
  }
  .estimation_box_wrap .estimation_box .calculator-estimate #mCSB_1_container {
    margin-right: 20px;
  }
  .estimation_box_wrap .estimation_box .card-header {
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .estimation_box_wrap .estimation_box .card-footer .col-xs-6 {
    width: 50% !important;
  }
  .estimation_box_wrap .quote_box {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 40px !important;
  }
}
.company_profile {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #fff;
}
.company_profile h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.company_profile .company_rating {
  color: #feba02;
}
.company_profile .company_logo {
  max-width: 100px;
  margin: 15px auto;
  text-align: center;
  display: block;
}
.company_profile .company_desc {
  margin-top: 10px;
  margin-bottom: 35px;
  height: 40px;
  overflow: hidden;
  color: #615E5E;
  font-family: Roboto;
  font-weight: 300;
}
.company_profile .company_score_box {
  padding-right: 0px;
}
.company_profile .company_score {
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 0px 10px;
  line-height: 20px;
  padding: 0;
  font-size: 10px;
  float: left;
  width: 45px;
  margin-right: 5px;
}
.company_profile .company_score_title {
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
}
.company_profile .company_score_subtitle {
  color: #ec1e36;
  font-size: 89%;
  margin-top: 5px;
}
.company_profile .company_quote {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #904799;
  padding: 11px 0;
  text-align: center;
}
.company_profile .company_quote svg {
  fill: #904799;
  max-height: 10px;
  position: relative;
  top: 1px;
  padding-left: 3px;
  display: inline;
  width: 13px;
}
.company_profile .company_quote:hover {
  color: #ec1e36;
  border: 1px solid #ec1e36;
}
.company_profile .company_quote:hover svg {
  fill: #ec1e36;
}

@media only screen and (max-width: 768px) {
  .company_profile .company_score_box {
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .company_profile .company_score_box .company_score_points {
    float: left;
    width: 49%;
  }
  .company_profile .company_score_box .company_score_subtitle {
    float: right;
    width: 49%;
    text-align: right;
  }
  .company_profile .company_quote_box {
    padding-left: 15px;
  }
  .company_profile .company_quote_box svg {
    display: none;
  }
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ec1e36;
}

.modal-sm {
  max-width: 390px;
  width: 100% !important;
}

#faq_box .col-md-8 {
  padding: 0px;
}
#faq_box .faq_box_title {
  font-family: Roboto;
  padding-bottom: 0px;
  margin: 0;
}
#faq_box .faq_box_title h2 {
  margin: 0px 82px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  border-bottom: 4px solid #000;
}
#faq_box h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #615E5E;
}
#faq_box h3 strong {
  font-weight: 600;
}
#faq_box .accordion .card {
  border: 0px;
}
#faq_box .accordion .card .card-header {
  border-top: 1px solid #E5E5E5;
  border-bottom: 0px;
  padding: 18px 0;
  margin: 0 82px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
#faq_box .accordion .card .card-header h3 {
  color: #000;
  margin: 0px;
  padding-right: 60px;
}
#faq_box .accordion .card .card-header:hover h3 {
  color: #000;
}
#faq_box .accordion .card .card-header:after {
  content: url("../images/line.svg");
  width: 18px;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 10px;
}
#faq_box .accordion .card .card-header.collapsed h3 {
  color: #615E5E;
}
#faq_box .accordion .card .card-header.collapsed:hover h3 {
  color: #000;
}
#faq_box .accordion .card .card-header.collapsed:after {
  content: url("../images/close.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 25px;
  top: 17px;
}
#faq_box .accordion .card .card-body {
  padding: 5px 82px 5px 82px;
  /* padding: 25px 82px 0 82px; */
  /*background-color: rgba(236, 30, 54, 0.1);*/
}
#faq_box .accordion .card .card-body p {
  /* padding: 0px 0px 25px 0px; */
  padding: 0px 0px 13px 0px;
  margin: 0px;
  line-height: 1.4;
}
#faq_box .accordion .card .card-body ul,
#faq_box .accordion .card .card-body ol {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
}
#faq_box .accordion .card .card-body table {
  border-collapse: separate !important;
  border-spacing: unset;
  font-family: "Roboto", "Open Sans", sans-serif;
  width: 100%;
}
#faq_box .accordion .card .card-body table thead th {
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  text-align: center;
  border-right: 1px solid rgba(237, 239, 245, 0.6);
}
#faq_box .accordion .card .card-body table thead th:first-of-type {
  border-radius: 3px 0 0;
}
#faq_box .accordion .card .card-body table thead th:last-of-type {
  border-right: none;
  border-radius: 0 3px 0 0;
}
#faq_box .accordion .card .card-body table tr {
  background: #f2f2f2;
}
#faq_box .accordion .card .card-body table tr:nth-of-type(2n+1) {
  background: #fff;
}
#faq_box .accordion .card .card-body table tr td {
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
  border-right: 1px solid rgba(237, 239, 245, 0.6);
  vertical-align: top;
}
#faq_box .accordion .card .card-body table tr td:first-of-type {
  border-left: 1px solid #edeff5;
}
#faq_box .accordion .card .card-body table tr td:last-of-type {
  border-right: 1px solid #edeff5;
}
#faq_box .accordion .card .card-body table tr:last-of-type td {
  border-bottom: 1px solid #edeff5;
}
#faq_box .accordion .card .card-body table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 3px;
}
#faq_box .accordion .card .card-body table tr:last-of-type td:last-of-type {
  border-radius: 0 0 3px;
}

@media only screen and (max-width: 992px) {
  #faq_box .col-md-8 {
    margin-right: 15px;
    margin-left: 15px;
  }
  #faq_box .faq_box_title h2 {
    margin: 0;
  }
  #faq_box .accordion .card .card-header {
    margin: 0;
  }
  #faq_box .accordion .card .card-body {
    padding: 25px 25px 0 25px;
  }
}
#collapse1:after {
  background: red;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.tooltip {
  top: auto !important;
  transform: none !important;
  left: 0;
  width: 100%;
  bottom: 45px;
}
.tooltip .tooltip-inner {
  padding: 8px;
  text-align: left !important;
  max-width: 350px;
  width: 100%;
}
.tooltip .arrow {
  display: none !important;
}/*# sourceMappingURL=style.css.map */