.contact_info_area .contact_info p {
  font-weight: 300;
  letter-spacing: 1.001px;
}

.nav-link {
  color: #263650 !important;
}

.credit_p {
  letter-spacing: 1.1px;
  font-weight: lighter !important;
}

.credit_p a {
  color: #e32b29;
  font-weight: 400 !important;
}

.credit_p a:hover {
  color: #e32b29;
}

.icon_wrapper:after {
  border-top: 120px solid var(--primary);
}

.field_of_aps_listing {
  text-align: left !important;
}

.homepage_banner {
  background: url(../../images/banner_1536x760.png) no-repeat;
  background-size: cover;
  width: 100%;
}

@media screen and (max-width: 520px) {
  .homepage_banner {
    background: url(../../images/mobile/homepage.jpg) no-repeat;
    background-size: cover;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .homepage_banner .banner_btns {
    position: relative;
    top: -70px;
  }
  .homepage_banner .banner_btns a {
    display: inline-block;
  }
}

.is_ourstorypage .our_story_nav img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 687px) {
  .is_ourstorypage .our_story_nav {
    display: none;
  }
}

.is_ourstorypage .our_story_nav_mob {
  display: none;
}

@media screen and (max-width: 687px) {
  .is_ourstorypage .our_story_nav_mob {
    display: block;
    height: 200px;
    width: 100%;
    background-color: #e5e5f7;
    opacity: 0.8;
    /*background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #e5e5f7 10px), repeating-linear-gradient(#b8b8bb55, #b8b8bb);*/
  }
  .is_ourstorypage .our_story_nav_mob h2 {
    position: relative;
    top: 130px;
    text-align: center;
  }
}

.is_productpage .product_nav img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 687px) {
  .is_productpage .product_nav {
    display: none;
  }
}

.is_productpage .product_nav_mob {
  display: none;
}

@media screen and (max-width: 687px) {
  .is_productpage .product_nav_mob {
    display: block;
    height: 200px;
    width: 100%;
    background-color: #e5e5f7;
    opacity: 0.7;
    /*background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #e5e5f7 10px), repeating-linear-gradient(#b8b8bb55, #b8b8bb);*/
  }
  .is_productpage .product_nav_mob h2 {
    position: relative;
    top: 130px;
    text-align: center;
  }
}

.is_blockcalculatorpage .calc_nav img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 687px) {
  .is_blockcalculatorpage .calc_nav {
    display: none;
  }
}

.is_blockcalculatorpage .calc_nav_mob {
  display: none;
}

@media screen and (max-width: 687px) {
  .is_blockcalculatorpage .calc_nav_mob {
    display: block;
    height: 200px;
    width: 100%;
    background-color: #e5e5f7;
    opacity: 0.6;
    /*background: repeating-radial-gradient(circle at 0 0, transparent 0, #e5e5f7 10px), repeating-linear-gradient(#b8b8bb55, #b8b8bb);*/
  }
  .is_blockcalculatorpage .calc_nav_mob h2 {
    position: relative;
    top: 130px;
    text-align: center;
    opacity: 1;
  }
}

.is_contactuspage .contact_nav img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 687px) {
  .is_contactuspage .contact_nav {
    display: none;
  }
}

.is_contactuspage .contact_nav_mob {
  display: none;
}

@media screen and (max-width: 687px) {
  .is_contactuspage .contact_nav_mob {
    display: block;
    height: 200px;
    width: 100%;
    background-color: #e5e5f7;
    opacity: 0.6;
    /*background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #e5e5f7 10px), repeating-linear-gradient(#b8b8bb55, #b8b8bb);*/
  }
  .is_contactuspage .contact_nav_mob h2 {
    position: relative;
    top: 130px;
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  .application_item {
    margin: 4rem 0;
  }
}

.application_item img {
  height: 100%;
}

.application_item h2 {
  font-size: 24px;
}

.why_dr_section {
  padding: 3rem 0;
  margin: 2rem 0;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  cursor: default;
  overflow: hidden;
}

.why_dr_section .ribbon {
  position: absolute;
  top: 10px;
  left: -30px;
  background: #000;
  height: 30px !important;
  width: 160px;
  z-index: 1;
  text-align: center;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.why_dr_section .ribbon p {
  margin-left: -35px;
  font-weight: bold;
}

.why_dr_section .why_dr_content {
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.why_dr_section .why_dr_content h2 {
  font-weight: 500;
  color: #fff;
}

.why_dr_section .why_dr_content p {
  font-size: 12pt;
  color: #fff;
}

.why_dr_section .why_dr_content .more-btn {
  background: #000;
  font-size: 14px;
  min-width: 120px !important;
}

.why_dr_section .why_dr_content:hover {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.why_dr_section::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #61605c;
  opacity: 0.4;
}

.our_mission_box img {
  border-radius: 12px !important;
}

.eps_info_product_page h2 {
  color: #263650 !important;
  font-weight: 600;
  font-size: 1.75rem;
}

.eps_info_product_page p {
  text-align: justify;
  color: #000;
}

.eps_application_product_page h2 {
  color: #263650 !important;
  font-weight: 600;
  font-size: 1.75rem;
}

.eps_application_product_page ul {
  background-color: #D5D7DC;
  padding: 1rem 0.8rem;
}

.eps_application_product_page ul li {
  margin: 0.4rem 0;
}

.eps_application_product_page ul li i {
  color: #6EC1E4;
  font-size: 12pt;
}

@media screen and (max-width: 687px) {
    .product_page_title {
        display: none;
    }
}

.product_page_title {
  font-size: 2.2rem;
  color: #263650 !important;
  font-weight: 600;
}

.block_calculator_page .form-group {
  background-color: #eee;
  padding: 1rem;
  border-radius: 12px;
}

.block_calculator_page .form-group label {
  color: #333;
}

.block_calculator_page .block_calculator_submit_btn {
  background-color: #263650;
  padding: 5px 15px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 1rem;
  font-weight: 300;
}

.contact_us_page .contact_us_title {
  font-size: 16pt;
  font-weight: 600;
  color: #263650 !important;
}

.contact_us_page .form-group {
  padding: 0.3rem 0;
}

.contact_us_page .form-group label {
  color: #777;
}

.contact_us_page .contact_us_submit_btn {
  background-color: #263650;
  border: none;
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.contact_us_page .contact_us_slider .contact_us_slider_item {
  background-color: #4054b2;
  text-align: center;
  padding: 2rem 0;
}

.contact_us_page .contact_us_slider .contact_us_slider_item h3 {
  font-size: 14pt;
  margin: 0;
  color: #fff;
  margin-bottom: 0.7rem;
  letter-spacing: 1.1px;
}

.contact_us_page .contact_us_slider .contact_us_slider_item a {
  text-decoration: none;
  color: #fff;
  font-weight: lighter;
  font-size: 12pt;
  letter-spacing: 1.1px;
}

.contact_us_page .contact_us_slider .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: 2%;
  color: #fff;
}

.contact_us_page .contact_us_slider .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: 2%;
  color: #fff;
}

.block_estimator_output {
  border-left: 10px solid #e32b29;
}

.block_estimator_output h5 {
  font-size: 16pt;
  font-weight: 500;
  letter-spacing: 1.01px;
}

.block_estimator_output p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 13pt;
}

.block_estimator_output .output {
  font-weight: 500;
}

.flag_icon {
  margin-top: -7px;
}

.flag_icon img {
  width: 30px;
}
/*# sourceMappingURL=front.css.map */
