@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Light.woff2") format("woff2"), url("assets/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Black.woff2") format("woff2"), url("assets/fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #1e1e1e;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
}

a {
  color: #1e1e1e;
}

a:hover {
  color: #1e1e1e;
}

a, i {
  transition: all 0.4s;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin-bottom: 16px;
}

b, strong {
  font-weight: 600;
}

p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
}

input.form-control, textarea.form-control, select.form-select {
  font-size: 16px;
  border: 1px solid #9F9F9F;
  border-radius: 10px;
  padding: 15px;
  color: #333;
}

input.form-control, select.form-select {
  height: 50px;
}

select.form-select {
  font-size: 15px;
}

select.form-select option {
  color: #333;
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #9F9F9F;
}

input.form-control::placeholder, textarea.form-control::placeholder {
  color: #9F9F9F;
}

input.form-control:focus, select.form-select:focus, textarea.form-control:focus {
  box-shadow: none;
  color: #333;
}

input.form-control:focus::-moz-placeholder, select.form-select:focus::-moz-placeholder, textarea.form-control:focus::-moz-placeholder {
  opacity: 0;
}

input.form-control:focus::placeholder, select.form-select:focus::placeholder, textarea.form-control:focus::placeholder {
  opacity: 0;
}

.form-group {
  margin-bottom: 20px;
}

label.error {
  color: rgb(255, 255, 255);
}

label {
  font-weight: 700;
  margin: 0 0 14px;
}

.accordion-flush .accordion-item .accordion-button {
  color: #2D2E2D;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  padding: 25px 20px;
}

.accordion-flush .accordion-item {
  position: relative;
}
.accordion-flush .accordion-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 70%;
  width: 5px;
  margin: auto;
  background: grey;
  border-radius: 0 10px 10px 0;
}

.accordion-flush .accordion-item:has(div.show):before {
  background: #1B2D86;
}

.accordion-flush .accordion-item:has(div.show) .accordion-button, .accordion-flush .accordion-item:has(div.show) p {
  color: #1B2D86;
}

.accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none;
}

a {
  transition: all 0.4s;
}

.cmn_hdng {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0 35px;
  position: relative;
}
.cmn_hdng small {
  position: relative;
  font-size: 16px;
  display: block;
  font-weight: 600;
  color: #52BCE5;
  margin: 0 0 10px;
}
.cmn_hdng small:before {
  content: "";
  display: inline-block;
  vertical-align: super;
  width: 25px;
  height: 1px;
  margin: 0px 10px 0px 0px;
  background: #52BCE5;
}
.cmn_hdng small:after {
  content: "";
  display: inline-block;
  vertical-align: super;
  width: 25px;
  height: 1px;
  margin: 0px 0px 0px 10px;
  background: #52BCE5;
}
.cmn_hdng span {
  color: #1B2D86;
}
.cmn_hdng:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  width: 150px;
  margin: auto;
  background: #1B2D86;
}

.cmn_hdng.text-left small:after {
  display: none;
}

.cmnbtnprimary {
  background: #1B2D86;
  color: white;
  transition: 0.3s all;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
  display: inline-block;
  padding: 10px 25px;
  position: relative;
  margin: 0 5px;
  border: 1px solid transparent;
}
.cmnbtnprimary:hover {
  background: #122167;
  color: white;
}
.cmnbtnprimary span {
  padding: 5px;
  background: #52BCE5;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.cmnbtnprimary:hover {
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .cmnbtnprimary {
    font-size: 14px;
    padding: 5px 12px;
    margin: 0 3px 0 0;
  }
}
@media (max-width: 375px) {
  .cmnbtnprimary {
    padding: 5px 9px;
    font-size: 13px;
  }
}

.cmnbtnsecondary {
  background: #2D2E2D;
  color: white;
  transition: 0.3s all;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
  display: inline-block;
  padding: 10px 25px;
  position: relative;
  margin: 0 5px;
  border: 1px solid transparent;
}
.cmnbtnsecondary:hover {
  background: #1f1f1f;
  color: white;
}
.cmnbtnsecondary:hover {
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .cmnbtnsecondary {
    font-size: 14px;
    padding: 5px 12px;
    margin: 0 3px 0 0;
  }
}
@media (max-width: 375px) {
  .cmnbtnsecondary {
    padding: 5px 9px;
    font-size: 13px;
  }
}

.cmn_hdng.text-left {
  text-align: left;
}
.cmn_hdng.text-left .text-head {
  text-align: left;
}
.cmn_hdng.text-left .text-head:after {
  margin: 0;
}

header.main_header {
  background: #eafbff;
  transition: all 0.4s;
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  z-index: 100;
}
header.main_header .hdr_logo a.navbar-brand {
  max-width: 250px;
  display: inline-block;
}
header.main_header .hdr_mnu_rt ul li a {
  font-weight: 600;
  color: #1e1e1e !important;
}
header.main_header .hdr_mnu_rt ul li a.header-btn {
  background: transparent linear-gradient(180deg, #1D33A4 0%, #0F1A52 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #1D33A4;
  padding: 10px 10px;
  border-radius: 0;
  color: #fff !important;
}
header.main_header .hdr_mnu_rt ul li.cmnbtnprimary {
  margin-left: 10px !important;
}
header.main_header .hdr_mnu_rt ul li.cmnbtnprimary a {
  color: #fff !important;
  padding: 5px 10px;
}
header.main_header .top_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header.main_header .top_header ul {
  display: flex;
  flex-wrap: wrap;
}
header.main_header .top_header ul.tp_hdr_cntct li {
  margin: 0 20px 0 0;
}
header.main_header .top_header ul.tp_hdr_cntct li a i {
  color: #1B2D86;
  margin-right: 8px;
}
header.main_header .top_header ul.top_hdr_scl li {
  margin: 0 0 0 20px;
}
body.hdr_fxsd header.main_header {
  position: fixed;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
  z-index: 110;
}

.headertop {
  border-bottom: 1px solid #efefef;
}
.headertop .rightheader {
  text-align: right;
}
.headertop .rightheader a {
  background: transparent linear-gradient(180deg, #1D33A4 0%, #0F1A52 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #1D33A4;
  padding: 10px 10px;
  border-radius: 0;
  color: #fff;
  display: inline-block;
}

.swiper-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.swiper-navigation .swiper-button-prev, .swiper-navigation .swiper-button-next {
  height: 40px;
  width: 40px;
  background: #1B2D86;
  color: #fff;
  position: initial;
  border-radius: 100px;
  margin: 0 10px;
}
.swiper-navigation .swiper-button-prev:hover, .swiper-navigation .swiper-button-next:hover {
  background: #616fb4;
  color: #fff;
}
.swiper-navigation .swiper-button-prev:after {
  content: "\f12c";
  font-family: "bootstrap-icons";
  font-size: 24px;
  font-weight: 500;
}
.swiper-navigation .swiper-button-next:after {
  content: "\f135";
  font-family: "bootstrap-icons";
  font-size: 24px;
  font-weight: 500;
}

.swiper {
  padding: 0 0 70px;
}

.swiper-pagination span.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #D8D8D8;
  position: relative;
  opacity: 1;
  margin: 0 7px !important;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #1B2D86;
}
.swiper-pagination span.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #1B2D86;
  left: -4px;
  top: -4px;
}

section.error_thank {
  padding: 130px 0 50px;
}
section.error_thank .error_thank_otr {
  text-align: center;
}
section.error_thank .error_thank_otr img {
  max-width: 200px;
  margin: auto;
}
section.error_thank .error_thank_otr h2 {
  font-weight: 700;
  margin: 30px 0;
}
section.error_thank .error_thank_otr a {
  margin: 20px 0 0;
}

section.error_thank.errorpage .error_thank_otr img {
  max-width: 700px;
}

nav.navigation.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
}

body.home.hdr_fxsd header.main_header {
  padding-bottom: 0px;
}

.bannerVideo {
  margin: 125px 0 0;
  position: relative;
}
.bannerVideo__videoSlider {
  padding: 60px 0 70px;
}
.bannerVideo__videoSliderSingle video {
  width: 100%;
}
.bannerVideo .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.bannerVideo__videoContent {
  max-width: 570px;
  padding: 90px 30px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
}
.bannerVideo__videoContent h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 20px;
}
.bannerVideo__controls {
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.bannerVideo .swiper-pagination {
  position: initial;
  width: auto;
  margin-right: 100px;
}
.bannerVideo .swiper-navigation {
  margin: 0;
}

.premiumPatios {
  padding: 30px 0;
}
.premiumPatios__con {
  text-align: left;
}
.premiumPatios__con .cmn_hdng {
  text-align: left;
}
.premiumPatios__con .cmn_hdng:after {
  right: auto;
}

.morePatio {
  text-align: center;
}
.morePatio__single {
  transition: all 0.4s;
  display: inline-block;
}
.morePatio__single span {
  font-size: 22px;
  margin: 10px 0 0;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.4s ease 0.2s;
  background: rgba(27, 45, 134, 0);
  border-radius: 0px;
}
.morePatio__single:hover .morePatio__img {
  overflow: hidden;
  border: 5px solid #1b2d86;
}
.morePatio__single:hover .morePatio__img img {
  transform: scale(1.1);
}
.morePatio__single:hover span {
  transform: translateY(-40px);
  background: #1B2D86;
  color: #fff;
  border-radius: 50px;
}
.morePatio__img {
  border-radius: 120px;
  overflow: hidden;
  border: 5px solid transparent;
  transition: all 0.4s;
}
.morePatio__img img {
  transition: all 0.4s;
}
.morePatio__btns {
  text-align: center;
  margin: 60px 0 0;
}
.morePatio p {
  margin-bottom: 50px;
}

.patioSlider {
  padding: 80px 0 30px;
  overflow: hidden;
}
.patioSlider .container {
  display: flex;
  flex-wrap: wrap;
}
.patioSlider__con {
  width: 340px;
  padding-right: 20px;
}
.patioSlider__con strong {
  font-size: 30px;
}
.patioSlider__con a {
  width: 100%;
  margin: 0 0 10px;
}
.patioSlider__slider {
  width: calc(100% - 262px);
  margin-right: -80px;
}
.patioSlider__sliderSingle {
  position: relative;
  height: 310px;
}
.patioSlider__sliderCon {
  position: absolute;
  background: rgba(255, 255, 255, 0.84);
  bottom: 10px;
  left: 20px;
  right: 70px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}
.patioSlider__sliderCon span:before {
  content: "";
  height: 1px;
  width: 40px;
  background: #434343;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.patioSlider__sliderCon strong {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  margin: 7px 0 0;
}
.patioSlider__sliderCon:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 20px;
  height: 33px;
  width: 33px;
  background: #1B2D86;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  right: -33px;
  bottom: 0;
}
.patioSlider .swiper-slide.swiper-slide-active .patioSlider__sliderCon {
  opacity: 1;
  visibility: visible;
}
.patioSlider .swiper-slide.swiper-slide-active .patioSlider__sliderSingle {
  height: 350px;
}

.interestedFinance {
  background: #1B2D86;
  padding: 30px 0 40px;
  color: #fff;
  text-align: center;
}
.interestedFinance .cmn_hdng:after {
  background: #fff;
}
.interestedFinance p {
  color: #fff;
}
.interestedFinance a {
  background: #52BCE5;
}
.interestedFinance a span {
  background: #1B2D86;
}

.articlesNews {
  padding: 30px 0;
}
.articlesNews .cmn_hdng + p {
  margin-bottom: 50px;
}
.articlesNews__single {
  border-radius: 62px;
  border: 1px solid #c2c2c2;
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.5);
  padding: 25px 25px 30px;
  transition: all 0.4s;
  display: inline-block;
  width: 100%;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.articlesNews__single:hover {
  background: #1B2D86;
  color: #fff;
}
.articlesNews__single:hover .articlesNews__dticn i {
  background: #fff;
  color: #1B2D86;
}
.articlesNews__img {
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  position: relative;
}
.articlesNews__img img {
  width: 100%;
}
.articlesNews__img span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px 5px 5px 0px;
  color: #1B2D86;
}
.articlesNews p {
  text-align: center;
}
.articlesNews strong {
  font-size: 18px;
  margin: 20px 0 0;
  display: inline-block;
}
.articlesNews__dticn {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.articlesNews__dticn span {
  font-size: 18px;
}
.articlesNews__dticn i {
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 50px;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.faq {
  padding: 40px 0;
}
.faq .cmn_hdng {
  text-align: left;
}
.faq .cmn_hdng:after {
  right: auto;
}

.footer_sec .request_quote {
  background: #52BCE5;
  text-align: center;
  padding: 40px 150px;
  border-radius: 50px;
  margin: 0 0 70px;
  color: #fff;
}
.footer_sec .request_quote p {
  color: #fff;
  margin: 0 0 30px;
}
.footer_sec .request_quote .cmn_hdng {
  margin: 0 0 30px;
}
.footer_sec .request_quote .cmn_hdng:after {
  display: none;
}
.footer_sec .container {
  position: relative;
}
.footer_sec .container:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 300px;
  width: 300px;
  background: url("./assets/images/footer_icon.webp") no-repeat;
  background-size: contain;
}
.footer_sec .footer_call_action {
  text-align: center;
  background: #52BCE5;
  padding: 40px 180px;
  border-radius: 50px;
  color: #fff;
  margin: 0 0 70px;
}
.footer_sec .footer_call_action .cmn_hdng {
  margin: 0 0 50px;
}
.footer_sec .footer_call_action p {
  color: #fff;
  margin: 0 0 40px;
}
.footer_sec .footer_slf {
  z-index: 1;
  position: relative;
}
.footer_sec .footer_slf > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_sec .footer_slf > ul > li {
  padding: 0 15px;
}
.footer_sec .footer_slf > ul > li:nth-child(1) {
  width: 30%;
  padding-left: 0;
}
.footer_sec .footer_slf > ul > li:nth-child(2) {
  width: 40%;
}
.footer_sec .footer_slf > ul > li:nth-child(3) {
  width: 30%;
  padding-right: 0;
}
.footer_sec .footer_slf .ftr_lnks {
  display: flex;
  flex-wrap: wrap;
}
.footer_sec .footer_slf .ftr_lnks .ftr_lnksa {
  flex: 0 0 50%;
}
.footer_sec .footer_slf .ftr_lnks .ftr_lnksb {
  flex: 0 0 50%;
}
.footer_sec .footer_slf .ftr_lnks a.nav-link {
  padding: 0;
  color: #1e1e1e;
}
.footer_sec .footer_slf .ftr_ttl {
  font-weight: 700;
  margin: 0 0 15px;
  display: block;
  font-size: 20px;
}
.footer_sec .footer_slf .ftr_logo_con img {
  margin: 0 0 10px;
}
.footer_sec .footer_slf .ftr_logo_con ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_sec .footer_slf .ftr_logo_con ul li {
  margin: 0 15px 0 0;
}
.footer_sec .footer_slf a:hover {
  text-decoration: underline;
}
.footer_sec .ftr_btm_br {
  background: #1B2D86;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.inner_banner_section {
  margin: 100px 0 0;
  position: relative;
}
.inner_banner_section .inner_bnr_con {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 250px;
  width: 50%;
  margin: auto;
  display: block;
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 35px 35px 0 0;
}
.inner_banner_section .inner_bnr_con .inner_bnr_ttl {
  font-size: 30px;
  display: block;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 35px;
}
.inner_banner_section .inner_bnr_con .inner_bnr_brdcmb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inner_banner_section .inner_bnr_con .inner_bnr_brdcmb ul li {
  font-size: 14px;
  margin: 0 4px;
}

section.blogpg_inner {
  padding: 40px 0 30px;
}
section.blogpg_inner .blogdtl_dt_ttl {
  margin: 0 0 20px;
}
section.blogpg_inner .blogdtl_dt_ttl .blogdtl_ttl {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
}
section.blogpg_inner .blogdtl_img {
  margin: 0 0 20px;
}

.gallery_sec {
  padding: 50px 0 30px;
}
.gallery_sec .glry_inr ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: inline-block;
}
.gallery_sec .glry_inr ul li figure {
  width: 100%;
}
.gallery_sec .glry_inr ul li figure a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.gallery_sec .glry_inr ul li figure a img {
  width: 100%;
  transition: all 0.4s;
}
.gallery_sec .glry_inr ul li figure a .gallery_sngl_con {
  background: #fff;
  padding: 20px 20px 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.4s;
  z-index: 2;
  position: relative;
}
.gallery_sec .glry_inr ul li figure a .gallery_sngl_con .gallery_sngl_lft strong {
  font-weight: 700;
  display: block;
}
.gallery_sec .glry_inr ul li figure a .gallery_sngl_con .gallery_sngl_rt {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
}
.gallery_sec .glry_inr ul li figure a:hover .gallery_sngl_con {
  background: #1B2D86;
  color: #fff;
  padding-left: 20px;
}
.gallery_sec .glry_inr ul li figure a:hover .gallery_sngl_con .gallery_sngl_rt {
  color: #1B2D86;
}
.gallery_sec .glry_inr ul li figure a:hover img {
  transform: scale(1.1);
}

section.contact_sec {
  padding: 30px 0 0;
}
section.contact_sec .container > p {
  text-align: center;
  margin-bottom: 40px;
}
section.contact_sec .contact_form_dtls {
  margin: 37px 0 0;
}
section.contact_sec .contact_form_dtls ul li {
  margin-bottom: 40px;
}
section.contact_sec .contact_form_dtls ul li a {
  display: flex;
  flex-wrap: wrap;
}
section.contact_sec .contact_form_dtls ul li a span.cntct_icn {
  height: 40px;
  width: 40px;
}
section.contact_sec .contact_form_dtls ul li a span.cntct_icn i {
  font-size: 23px;
  color: #1B2D86;
}
section.contact_sec .contact_form_dtls ul li a span.cntct_con_slf {
  width: calc(100% - 40px);
}
section.contact_sec .contact_form_dtls ul li a span.cntct_con_slf strong {
  font-size: 22px;
  display: block;
  font-weight: 700;
  color: #1B2D86;
}
section.contact_sec .contact_ifrm iframe {
  width: 100%;
  height: 280px;
  filter: grayscale(1) invert(1);
}

.patiosCalculator {
  padding: 50px 0 0;
}
.patiosCalculator label {
  font-weight: 400;
}
.patiosCalculator .form-check {
  position: relative;
  cursor: pointer;
}
.patiosCalculator .form-check input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.patiosCalculator .form-check label {
  font-weight: 600;
  position: relative;
}
.patiosCalculator .form-check label:before {
  content: "";
  height: 22px;
  width: 22px;
  border: 1px solid grey;
  border-radius: 5px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 5px 0 0;
}
.patiosCalculator .form-check input:checked + label:after {
  content: "\f633";
  font-family: "bootstrap-icons";
  font-size: 17px;
  left: 2px;
  top: -1px;
  position: absolute;
  color: #1B2D86;
}
.patiosCalculator input.form-control {
  background: #fff;
}
.patiosCalculator__upper {
  padding: 0 0 50px;
}
.patiosCalculator__upper p {
  text-align: center;
}
.patiosCalculator__bottom {
  background: #ebe9e9;
  padding: 40px 0 30px;
}
.patiosCalculator__patiotype ul {
  display: flex;
  flex-wrap: wrap;
}
.patiosCalculator__patiotype ul li {
  flex: 1;
  cursor: pointer;
}
.patiosCalculator__patioimage img {
  width: 170px;
}
.patiosCalculator__patiopossition {
  margin: -78px auto 30px;
  display: flex;
  justify-content: center;
  max-width: 450px;
  background: #fff;
  padding: 25px 20px 10px;
}
.patiosCalculator__patiopossition .form-check:first-child {
  position: relative;
  padding-left: 0;
  padding-right: 22px;
}
.patiosCalculator__patiopossition .form-check:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: -11px;
  height: 50px;
  width: 1px;
  background: #707070;
}
.patiosCalculator__lhw {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.patiosCalculator__lhw .form-group {
  flex: 1;
  padding: 0 10px;
}
.patiosCalculator__lhw .form-group label:before, .patiosCalculator__lhw .form-group label:after {
  display: none;
}
.patiosCalculator__lhw input {
  position: initial;
  opacity: 1;
  height: 50px;
}
.patiosCalculator__tpradios {
  margin: 0 0 30px;
}
.patiosCalculator__tpradios ul {
  display: flex;
  flex-wrap: wrap;
}
.patiosCalculator__tpradios ul li {
  width: 50%;
  margin: 0 0 15px;
  display: flex;
}
.patiosCalculator__tpradios ul li input {
  margin-right: 7px;
}
.patiosCalculator__tpradios2 ul li {
  width: 33.33%;
}
.patiosCalculator__ftr ul {
  display: flex;
  flex-wrap: wrap;
}
.patiosCalculator__ftr ul li {
  border: 1px solid #52BCE5;
  padding: 30px;
  width: 50%;
  background: #e6f8ff;
  transition: all 0.4s;
  text-align: center;
}
.patiosCalculator__ftr ul li:hover {
  background: #d5f1fc;
}
.patiosCalculator__ftr ul li span {
  font-weight: 500;
  margin-left: 30px;
}
.patiosCalculator__checkbox {
  margin: 0 0 30px;
}
.patiosCalculator__checkbox .form-check {
  display: flex;
  margin: 0 0 10px;
}
.patiosCalculator__checkbox .form-check input {
  position: initial;
  width: auto;
}
.patiosCalculator__checkbox .form-check label {
  font-weight: 400;
}

.financecalculator {
  padding: 50px 0 0;
}
.financecalculator .cmn_hdng {
  text-align: left;
  margin-top: 0;
}
.financecalculator .cmn_hdng:after {
  display: none;
}
.financecalculator__imgbox {
  border-radius: 130px 0 400px 0;
  overflow: hidden;
  max-width: 280px;
}
.financecalculator__imgbox img {
  width: 100%;
}
.financecalculator p span {
  color: #1B2D86;
}

.financeform {
  margin: 30px 0 30px;
}
.financeform .cmn_hdng {
  margin: 20px 0 15px;
}
.financeform .cmn_hdng:after {
  display: none;
}
.financeform .cmn_hdng + p {
  text-align: center;
  margin: 0 0 50px;
}
.financeform__data {
  background: #1B2D86;
  padding: 30px;
  border-radius: 5px;
  color: #fff;
}
.financeform__data p {
  color: #fff;
}
.financeform__data ul li {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 500;
}
.financeform__data ul hr {
  color: #fff;
  height: 1px;
  opacity: 1;
}
.financeform__data ul li.bluebg {
  background: #52BCE5;
  padding: 7px 20px;
  border-radius: 5px;
  margin: 30px 0 30px;
}

.servicetpcon {
  padding: 40px 0 0;
}
.servicetpcon__left .cmn_hdng {
  text-align: left;
  margin-top: 0;
}
.servicetpcon__left .cmn_hdng:after {
  display: none;
}
.servicetpcon__left a {
  font-size: 16px;
  width: 49.9%;
  margin: 0;
}
.servicetpcon__enqcall {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.servicetpcon__estimatebtn {
  margin: 14px 0 0;
}
.servicetpcon__estimatebtn a {
  width: 100%;
  text-align: center;
}
.servicetpcon__right span {
  color: #1B2D86;
}

.servicevideo {
  padding: 40px 0 0;
}
.servicevideo__video {
  border-radius: 100px;
  overflow: hidden;
}
.servicevideo__video video {
  width: 100%;
}

.keyfeatures {
  text-align: center;
  padding: 20px 0 0;
}
.keyfeatures__btns {
  margin: 30px 0 0;
}

button.btn-close {
  position: absolute;
  right: 20px;
  top: 10px;
}

.enquiry_form_inr h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0 20px;
  text-align: center;
  color: #1B2D86;
}

body.page-template-thankyou .request_quote {
  display: none;
}

/* form iframe start */
.enquirymodal .modal-body {
  padding: 0;
}

.enquirymodal .modal-body iframe {
  height: 100%;
  width: 100%;
  min-height: 575px;
  display: block;
}

button.btn-close {
  filter: invert(1) opacity(1);
  font-size: 12px;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 10px;
}

.form_otr_contact {
  height: 560px;
  width: 100%;
}

.form_otr_contact iframe {
  height: 100%;
  width: 100%;
}

.blog_form_rt {
  position: sticky;
  top: 90px;
}

.blog_form_rt iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
}

/* form iframe end */
/* contact testimonial css start*/
.contactdetails {
  padding: 50px 0 30px;
}

.contactpagebox ul {
  padding: 0px;
  list-style: none;
}

.contactpagebox ul li {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0pt 6pt 14pt rgba(0, 0, 0, 0.1019607843);
  text-align: center;
}

.contactpagebox ul li a {
  padding: 45px 25px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #1B2D86;
}

.contactpagebox ul li a i {
  display: block;
  font-size: 40px;
}

.contactpagebox ul li a span {
  display: block;
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
}

.mapcontact iframe {
  width: 100%;
}

.testimonials {
  margin: 0 0 50px;
}

.testimonials .container {
  background: #e9edf6;
  padding: 50px 70px 50px;
  border-radius: 40px;
}

.testimonials .cmn_hdng {
  margin: 0 0 70px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.testimonials__single {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.4s;
}

.testimonials__single:hover {
  background: #1B2D86;
  color: #fff;
}

.testimonials__single:hover p {
  color: #fff;
}

.testimonials__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 15px;
}

.testimonials__img {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.testimonials__name {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.testimonials__name strong {
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 22px;
  margin: 0 0 4px;
}

.testimonials__name span {
  font-size: 14px;
}

/*contact testimonial css end*/
ul.page-numbers {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
ul.page-numbers li {
  margin: 0;
}
ul.page-numbers li .page-numbers {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #a3a3a3;
}
ul.page-numbers li .page-numbers:hover {
  background: #e1e6ff;
}
ul.page-numbers li .page-numbers.current {
  background: #1B2D86;
  color: #fff;
  border-color: #1B2D86;
}

nav.navigation a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #a3a3a3;
}
nav.navigation a p {
  margin: 0;
}
nav.navigation a:hover {
  background: #1B2D86;
}
nav.navigation a:hover p {
  color: #fff;
}
nav.navigation .nav-links {
  justify-content: center;
}

/******** Responsive css start **********/
@media (min-width: 1800px) {
  .container {
    max-width: 1640px;
  }
}
@media (min-width: 1599px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) {
  header.main_header {
    background-image: url(assets/images/headerbg.jpg);
    position: absolute;
    padding: 0px 0px;
    background-size: cover;
    z-index: 100;
    top: 0;
    width: 100%;
    top: 0;
    box-shadow: 1px 1px 21px -30px;
    transition: all 0.4s;
  }
  header.main_header .dropdown-menu > li:hover {
    background-color: transparent;
  }
  header.main_header .dropdown-toggle::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    left: 0;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 6px 0 8px;
    border: none;
    transform: rotate(90deg);
  }
  header.main_header .navbar-light .nav-link.show {
    background: transparent;
  }
  header.main_header .navbar-expand-lg {
    justify-content: space-between;
    padding: 10px 0px;
    width: 100%;
  }
  header.main_header nav.navbar .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_tp {
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.4s;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_tp ul li a {
    font-size: 14px;
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_btm {
    justify-content: flex-end;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_btm ul li {
    padding: 0px 7px;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 14px;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_btm ul li.enqbtn_hedr {
    margin: 0;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_btm ul li.enqbtn_hedr a {
    color: #fff !important;
    padding: 5px 10px !important;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_btm ul li.hedr_call a {
    background: #1B2D86;
    color: #fff !important;
    padding: 5px 10px !important;
    transition: all 0.4s;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_btm ul li.hedr_call a span {
    padding: 5px;
    background: #52BCE5;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_btm ul li.hedr_call a:hover {
    transform: translateY(-3px);
  }
  header.main_header nav.navbar .container .hdr_mnu_rt .hdr_mnu_btm ul li.nav-item.dropdown:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 50px;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav {
    list-style: none;
    padding: 10px 0;
    display: flex;
    margin: 0;
    align-items: center;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav > li {
    margin: 0;
    padding: 3px 10px 3px 10px;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav > li a.nav-link.cmnbtn {
    padding: 10px 22px !important;
    color: white;
    font-weight: 600;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav > li a.cmn_btn_primary:hover {
    color: #1e1e1e;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav > li:last-child {
    border: none;
    padding-right: 0;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav > li > ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.15);
    background: #fff;
    transition: all 0.4s;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    top: 70px;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav > li > ul.sub-menu > li {
    margin: 0;
    padding: 3px 6px 3px 6px;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav > li > ul.sub-menu > li a {
    padding: 8px 20px !important;
    display: inline-block;
    width: 100%;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav > li > ul.sub-menu > li a:hover {
    background: #e1e6ff;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav li.menu-item-has-children {
    display: flex;
  }
  header.main_header nav.navbar .container .hdr_mnu_rt ul.navbar-nav li.active a {
    color: #A73F9D;
  }
  header.main_header .top_header {
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 0 10px;
  }
  header.main_header .top_header .row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  header.main_header .top_header .row p {
    margin-bottom: 0px;
    color: #fff;
  }
  header.main_header .top_header .row .div1 {
    width: 50%;
  }
  header.main_header .top_header .row .div2 {
    width: 50%;
  }
  header.main_header .top_header .row ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
  }
  header.main_header .top_header .row ul li {
    color: #fff;
    margin-left: 18px;
    margin-bottom: 0px;
  }
  header.main_header .top_header .row ul li a {
    color: #fff;
  }
  header.main_header .mobile_mail_call {
    display: none;
  }
  header.main_header.scrolled {
    box-shadow: 1px 1px 17px -11px;
    padding: 5px 0;
  }
  header.main_header.scrolled .hdr_mnu_tp {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  header.main_header.scrolled .container .hdr_logo {
    width: 300px;
  }
  button.sub-menu-toggle {
    background: none;
    border: none;
  }
}
@media (max-width: 1600px) {
  .cmn-heading .text-head {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  header.main_header .container .hdr_mnu_rt ul.navbar-nav li {
    padding: 0 2px;
  }
  header.main_header .container .hdr_mnu_rt ul.navbar-nav li a {
    font-size: 13px;
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  header.main_header {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.4s;
    z-index: 120 !important;
    top: 0;
  }
  header.main_header .hdr_logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
  header.main_header .hdr_logo a.navbar-brand {
    max-width: 250px;
  }
  header.main_header .hdr_logo .mobile_mail_call {
    display: flex;
    margin-left: auto;
  }
  header.main_header .hdr_logo .mobile_mail_call a {
    height: 35px;
    width: 35px;
    display: flex;
    background: #1B2D86;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 15px 0 0;
    color: #fff;
    font-size: 18px;
  }
  header.main_header .hdr_mnu_rt {
    width: 100%;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm.collapse.show {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  header.main_header .hdr_mnu_rt ul.navbar-nav li a {
    font-size: 13px;
  }
  header.main_header .hdr_mnu_rt .dropdown .dropdown-menu, header.main_header .hdr_mnu_rt .navbar .dropdown-menu {
    box-shadow: none;
    border: none;
    background: transparent;
  }
  header.main_header .hdr_mnu_rt .dropdown .dropdown-menu li:last-child, header.main_header .hdr_mnu_rt .navbar .dropdown-menu li:last-child {
    margin: 0;
  }
  header.main_header .top_header {
    display: none;
  }
  header.main_header .top_header ul.tp_hdr_cntct li strong, header.main_header .top_header ul.tp_hdr_cntct li span, header.main_header .top_header ul.top_hdr_scl li strong, header.main_header .top_header ul.top_hdr_scl li span {
    display: none;
  }
  header.main_header li.hedr_call {
    display: none;
  }
  header.main_header .enqbtn_hedr {
    display: none;
  }
  .footer_sec .footer_slf > ul > li {
    width: 100% !important;
  }
  .bannerVideo .container {
    position: initial;
  }
  .bannerVideo__videoContent {
    padding: 30px 0px;
  }
  .bannerVideo__videoContent h2 {
    font-size: 28px;
  }
  .bannerVideo {
    margin: 110px 0 0;
  }
  .servicetpcon__right {
    margin: 30px 0 0;
  }
  .financecalculator__img {
    margin: 0 0 30px;
    padding: 0;
  }
  .financeform {
    margin: 0;
  }
  header.main_header .hdr_mnu_rt ul li.cmnbtnprimary {
    display: none;
  }
  header.main_header .container .hdr_mnu_rt ul.navbar-nav li {
    margin-bottom: 8px;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm {
    padding-top: 20px;
  }
  ul.navbar-nav li ul.sub-menu {
    display: none;
    padding: 0;
    list-style: none;
    background: #f1f1f1;
    padding: 5px 15px 1px;
    margin: 10px 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
  }
  button.sub-menu-toggle {
    position: absolute;
    right: 0px;
    background: transparent;
    background: transparent;
    border: none;
    top: 6px;
  }
  button.sub-menu-toggle[aria-expanded=true] + ul.sub-menu {
    display: inline-block;
    width: 100%;
  }
  header.main_header .menu-item-has-children {
    padding-right: 40px;
    position: relative;
  }
  header.main_header .menu-item-has-children ul.sub-menu li {
    margin-bottom: 0 !important;
  }
  .faq__img img {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .swiper-button-prev, .swiper-button-next {
    bottom: 0px;
    top: auto;
  }
  .swiper-button-prev {
    left: 34%;
  }
  .swiper-button-next {
    right: 34%;
  }
  body.hdr_fxsd header.main_header {
    z-index: 100;
  }
  header.main_header .hdr_logo a.navbar-brand {
    max-width: 130px;
  }
  header.main_header button.navbar-toggler {
    border: none;
    padding: 0;
  }
  .swiper-navigation .swiper-button-prev, .swiper-navigation .swiper-button-next {
    height: 30px;
    width: 30px;
    margin: 0 5px;
  }
  .bannerVideo {
    margin: 90px 0 0;
  }
  .bannerVideo__videoSlider {
    padding: 45px 0 0;
  }
  .bannerVideo__videoContent {
    padding: 30px 0 0;
  }
  .bannerVideo__videoContent h2 {
    font-size: 24px;
  }
  .cmn_hdng {
    font-size: 24px;
  }
  .premiumPatios {
    padding: 10px 0;
  }
  .premiumPatios__img {
    margin: 40px 0 0;
  }
  .morePatio__single {
    margin: 0 0 30px;
  }
  .morePatio__btns {
    margin: 0;
  }
  .patioSlider {
    padding: 30px 0 30px;
  }
  .patioSlider__con {
    width: 100%;
    padding-right: 0;
    margin: 0 0 30px;
  }
  .patioSlider__con strong {
    font-size: 24px;
  }
  .patioSlider__slider {
    width: 100%;
    margin-right: 0px;
  }
  .articlesNews {
    padding: 10px 0 0;
  }
  .articlesNews .cmn_hdng + p {
    margin-bottom: 30px;
  }
  .articlesNews__single {
    padding: 20px 15px 30px;
    margin: 0 0 20px;
  }
  .articlesNews__con strong {
    font-size: 18px;
  }
  .articlesNews__dticn {
    margin: 10px 0 0;
  }
  .articlesNews__dticn span {
    font-size: 14px;
  }
  .articlesNews__dticn i {
    height: 30px;
    width: 30px;
    font-size: 16px;
  }
  .testimonials .container {
    padding: 40px 15px 30px;
  }
  .testimonials__single {
    margin: 0 0 20px;
  }
  .testimonials__name strong {
    font-size: 16px;
  }
  .faq {
    padding: 20px 0 0;
  }
  .faq__accordion {
    margin: 30px 0 0;
  }
  .accordion-flush .accordion-item .accordion-button {
    font-size: 16px;
    padding: 15px 20px;
  }
  .footer_sec {
    padding: 20px 0 0;
  }
  .footer_sec .request_quote {
    padding: 30px 20px;
    margin: 0 0 50px;
  }
  .footer_sec .request_quote a {
    width: 80%;
    margin: 0 0 10px;
  }
  .footer_sec .footer_slf ul li {
    padding: 0;
  }
  .footer_sec .footer_slf .ftr_ttl {
    font-size: 18px;
  }
  .servicetpcon__enqcall {
    flex-wrap: wrap;
  }
  .servicetpcon__enqcall a {
    font-size: 14px;
    width: 100%;
    margin: 0 0 10px;
  }
  .servicetpcon__estimatebtn {
    margin: 2px 0 0;
  }
  .servicetpcon__left .cmn_hdng {
    margin: 0 0 20px;
  }
  .inner_banner_section {
    margin: 74px 0 0;
  }
  .inner_banner_section .inner_bnr_con {
    position: relative;
    margin: -20px 0 0;
    width: 100%;
    padding: 20px;
  }
  .inner_banner_section .inner_bnr_con .inner_bnr_ttl {
    font-size: 24px;
    margin: 0 0 7px;
  }
  .servicetpcon {
    padding: 0;
  }
  .gallery_sec {
    padding: 10px 0 0;
  }
  .gallery_sec .glry_inr ul {
    -moz-columns: 1;
         columns: 1;
  }
  section.contact_sec {
    padding: 0px 0 0;
  }
  section.contact_sec .container > p {
    margin-bottom: 10px;
  }
  section.contact_sec .contact_form_dtls ul li a span.cntct_con_slf strong {
    font-size: 18px;
  }
  section.contact_sec .contact_form_dtls {
    margin: 15px 0 0;
  }
  section.blogpg_inner {
    padding: 10px 0 0;
  }
  section.blogpg_inner .blogdtl_dt_ttl .blogdtl_ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .patiosCalculator {
    padding: 0;
  }
  .patiosCalculator__patiotype ul li {
    flex: auto;
  }
  .patiosCalculator__patiotype .form-check {
    text-align: center;
  }
  .patiosCalculator__patioimage {
    width: 100px;
    margin: auto;
  }
  .patiosCalculator__patiopossition {
    margin: 0 auto 30px;
  }
  .patiosCalculator__bottom {
    padding: 20px 0 30px;
  }
  .patiosCalculator__upper {
    padding: 0;
  }
  .patiosCalculator__lhw .form-group {
    flex: auto;
  }
  .patiosCalculator__tpradios {
    margin: 0;
  }
  .patiosCalculator__tpradios ul li {
    width: 100%;
  }
  .patiosCalculator__ftr ul li {
    width: 100%;
  }
  .financeform__data {
    padding: 20px;
  }
  .financeform__data ul li {
    font-size: 16px;
  }
  .financecalculator {
    padding: 0;
  }
  /* popup form start */
  .popup_form_otr .enquiry_form_inr {
    width: 100%;
    padding: 0px 15px 15px;
  }
  .popup_form_otr .popup_form_right {
    display: none;
  }
  .popup_form_otr button.cmnbtnprimary {
    font-size: 16px;
    padding: 10px 22px;
    margin: auto;
    display: block;
  }
  .popup_form_otr h2 {
    padding-right: 20px;
  }
  .popup_form_otr button.btn-close {
    filter: none;
    top: 15px;
    right: 15px;
  }
  /* popup form end */
  /* form iframe start */
  .form_otr_contact {
    height: 730px;
  }
  .enquirymodal .modal-body iframe {
    min-height: 600px;
  }
  button.btn-close {
    filter: none;
    right: 10px;
  }
  .blog_form_rt iframe {
    min-height: 530px;
  }
  /* form iframe end */
  /* contact testimonial css start */
  .contactdetails {
    padding: 0;
  }
  .testimonials .cmn_hdng {
    font-size: 24px;
    margin: 0 0 50px;
  }
  .testimonials {
    margin: 0 0 20px;
  }
  .mapcontact {
    margin: 20px 0 0;
  }
  .contactpagebox ul li a {
    padding: 30px 15px;
  }
  .testimonials__single {
    margin: 0 0 20px;
    padding: 20px 20px 10px;
  }
  /* contact testimonial css end*/
}
@media (max-width: 375px) {
  .cmnbtnprimary span {
    height: 27px;
    width: 27px;
  }
}
/******** Responsive css end **********//*# sourceMappingURL=style.css.map */