.diy-pool-section {overflow:hidden}

.diy-pool-section h6 {color: #f9550f; font-size: 16px; font-weight: 600; line-height: 24px; margin: 0 0 12px;}
section.diy-pool-section {
  padding: 0px 0 15px;


}
.fancybox-button {
  background-color: transparent !important;
}
.fancybox-button svg path {
  fill: #0048c6;
}
.diy-pool-section hr {
  border-bottom: 1px solid #eee;
  max-width: 1440px;
  margin: 20px auto 0;
}

.pool-name {
  color: var(--primary_color2);
  font-weight: 600;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}
.pool-silder-item{height:616px}
.pool-type-item-fix,
.pool-type-item:not(.lap-plunge-spa-above) .pool-cards {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.pool-type-item-fix .pool-type-item,
.pool-type-item:not(.lap-plunge-spa-above) .pool-item {
  flex-basis: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.pool-item a {
  display: block;
  height: 232px;
}

.polltop {
  margin: 30px 0 0;
}

.polltop .lap-plunge-spa-above .pool-name {
  padding: 0;
}

.pool-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pool-item p.name-txt {
  margin: 0;
  font-size: 18px;
  text-align: center;
  background-color: var(--primary_color2);
  color: #fff;
  font-weight: 600;
  padding: 12px;
  width: 100%;
}

.fancybox-slide--image .fancybox-content {
  background-color: #FFF !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  border-radius:6px;
}

.pool-row-slider {
  text-align: center;
}

.pool-row-slider img {
  margin: 0 auto;
  display: block;
  width:17px;
}

.pool-row-slider .slick-arrow {
  position: absolute;
  top:45%;    
  background-color: var(--primary_color2);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  transform: rotate(0deg) translateY(-50%);
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.pool-row-slider .slick-arrow.prev-arrow {
  left:50px;
}
.pool-row-slider .slick-arrow.next-arrow {
  right:50px;
}
.pool-row-slider .slick-arrow img {
  position: relative;
  top: -1px;
}

.pool-row-slider .slick-arrow.next-arrow {
  transform: rotate(180deg) translateY(50%);
}

.pool-row-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.pool-row-slider .slick-dots button {
  display: none;
}

.pool-row-slider .slick-track {
  display: flex;
}
.pool-row-slider .slick-track .slick-slide{height:616px;}
.pool-row-slider .slick-track .slick-slide .slideimg {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.pool-row-slider .slick-list{max-width:1240px; margin:0 auto;}

.pool-row-slider .slick-dots li {
  width: 18px;
  height: 18px;
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  margin: 0 5px;
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
}

.pool-row-slider .slick-dots li:hover,
.pool-row-slider .slick-dots li.slick-active {
  background: #666666
}

.pool-row-discription {
  max-width: 1183px;
  margin: 35px auto;
  display: flex;
  flex-wrap: wrap;
}

.pool_description h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 46px;
  text-transform: uppercase;
  color: var(--primary_color2);
}

.pool_description{
  width: 62.5%;
}
.embeded-active .pool_description,
.embeded-active .pool_features{
  width: 55.5%;
}
.pool_kit_inclusions {
  width: 37.5%;
  padding-left:68px;
  padding-top: 80px;
}
.embeded-active .pool_kit_inclusions{
  width: 44.5%;
  padding-left: 60px;
  padding-top: 55px;
}
.embeded-active .pool_features_img{
  width: 44.5%;
  padding-left: 60px;
}
.pool_kit_inclusions.detail-content ul li span{color:var(--base_color)}
.pool_kit_inclusions h2,
.pool_features_img h2,
.pool_features h2 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}
.pool_description p strong {
  font-weight: 600;
}
.embeded-active .pool_features_img ul{
  list-style: none;
  padding-left: 0;
}
.pool_kit_inclusions.detail-content ul li,
.embeded-active .pool_features_img ul li{
  font-size: 14px;
  margin-top: 10px;
  padding-left: 30px;
  position:relative;
}


.embeded-active .pool_features_img ul li:before{
  background-image: url('https://7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete%20Website%202024/Website%20Image/check-1.png.webp');
  width: 20px;
  height: 20px;
  content: "";
  top: 3px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  border-radius: 50%;
  font-size: 60px;
  left: 0;
  line-height: 0;
  margin-right: 10px;
  position: absolute;
}



.specifications_heading {
  max-width: 1183px;
  margin:30px auto 0;
}
.specifications_heading table tr td:first-child {
  font-weight: 600;
}
.specifications_heading h2 {
  color: var(--primary_color2);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
}
.embeded-active .specifications_heading h2{
  margin-bottom: 32px;
}
.spc-btnres{display:none;}

.specifications_heading table th {
  color: #626262;
  border: none;
  padding: 0 0 5px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
}

.specifications_heading table {
  width: 100%;
}
.specifications_heading table th{position:relative;}
.questionbg{height: 30px; width: 30px; font-size: 16px; line-height: 28px; 
  text-align:center;
  margin-left: 4px;background:var(--primary_color2);display: inline-block;border-radius: 50%;color:var(--third_color);position: relative;}
.hovershow { 
  color: #fff;
  display: none;
  font-size: 10px;
  left: 33px;
  line-height: 20px;
  padding: 6px;
  position: absolute;
  top: -84px;
  width: 300px;
  z-index: 999;
  background:var(--primary_color2);
}
.embeded-active .hovershow{
  left: -24px;
}
.mainpopover:hover .hovershow {display: block;}
span.hovershow:after {
  border-top: 10px solid var(--primary_color2);
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 54%;
  content: "";
}
.fancybox-button--zoom{display:none !important;}
.specifications_heading table td {
  border-top: 1px solid #ededed;
  color: #626262;
  text-align: center;
  padding: 8px 0;
  border-left: none;
  border-bottom: 1px solid #ededed;
  border-right: none;
  font-size:14px;
}
.mobile-open .pool-row-slider .slick-arrow{z-index:0}
.specifications_heading table td.model {
  font-weight: 600;
}

.specifications_heading table td a {
  color: var(--primary_color2);
  text-decoration: underline;
}

.deepslightly p {
  font-size: 14px;
  color: #626262;
  margin-top: 10px;
  padding-left: 45px;
}

.spc-inner table {
  margin-bottom: 0;
}


@media(max-width:1440px) {
  .pool-row-slider .slick-arrow.prev-arrow {left: 20px;}
  .pool-row-slider .slick-arrow.next-arrow{right:20px;}
  .pool-row-slider .slick-arrow {
    left: 20px;
    z-index: 7;
  }
  .pool-row-slider .slick-track .slick-slide{height:auto;}
  .pool-row-slider .slick-arrow.next-arrow {
    right: 20px;
    left: auto;
  }

  .pool_kit_inclusions {
    padding-left: 45px;
  }
}

@media(max-width:1024px) {

  .pool-type-item-fix .pool-type-item,
  .pool-type-item:not(.lap-plunge-spa-above) .pool-item {
    flex-basis: 50%;
  }

  .pool_kit_inclusions,
  .pool_features_img {
    padding: 35px 0 0;
    width: 100%;
  }

  .pool_description,
  .embeded-active .pool_description
  .pool_features {
    width: 100%;
  }
}

@media(max-width:767px) {
  .pool_features{
    width:100%;
  }
  .pool-silder-item{height:250px;}
  .pool-row-slider .slick-arrow.prev-arrow {left: 30px; }
  .pool-row-slider .slick-arrow.next-arrow {left: auto;right: 30px;}
  .diy-pool-section .content-wrapper{padding:0}
  .pool_description h1+p{padding-bottom:20px;margin-bottom:0;}
  .pool-row-slider .slick-dots{bottom:30px}
  .pool-row-discription{margin:30px 0 0}
  .pool-row-discription,.pool-row-features,.specifications_heading{padding:0 15px}
  .spc-btnres{display:flex; justify-content:flex-end;margin:10px 0 0}
  .spc-btnres a {
    background-color: #3288e6;
    width: 30px;
    height: 30px;
    border: none;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spc-btnres a svg {
    width: 20px;
    height: 20px;
  }
  .spc-btnres a#slideLeft{margin:0 5px 0 }
  .spc-btnres a img {width:15px;}
  .spc-btnres a#slideRight {
    transform: rotate(180deg);
  }
  .spc-btnres a:disabled,
  .spc-btnres a[disabled]{
    opacity:0.5;
  }
  .spc-btnres a.disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .specifications_heading table td,.specifications_heading table th{font-size:10px;}
  .questionbg {        
    height: 14px;
    width: 14px;
    display: inline-block;
    text-align:canter;
    border-radius: 50%;
    font-size: 10px;        
    line-height: 12px;
    position: relative;
  }
  .pool-row-features{margin:30px auto 0;}
  .pool_features_img, .pool_kit_inclusions { padding: 20px 0 0;}
  .hovershow {
    top: -94px;
    right: 0;
    width: 280px;
    display:none !important
  }
  .pool_features>div{text-align:center}
  .pool-item p.name-txt {
    font-size: 10px;
    padding: 5px;
  }
  .pool_kit_inclusions.detail-content ul li{font-size:12px;line-height: 22px;}
  .spc-inner {
    overflow: scroll;
    width: 100%;
    max-width: 100%;
  }

  .spc-inner table {
    width: 900px;
  }
}

@media(max-width:640px) {
  .pool-item a {
    display: block;
    height: 100px;
  }

  .polltop {
    margin: 20px 0 0;
  }

  .polltop .lap-plunge-spa-above .pool-name {
    font-size: 15px;
    margin-bottom: 5px;
  }
}


/* Pool Eambbed */


.embeded-active .pool_description h1+p{
  letter-spacing: .02em;
}
.embeded-active  p{
  color: #000 !important;
  font-size:15px;
  font-weight:400;
}

.embeded-active .pool-kl-wrapper {
  border-radius: 10px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  padding: 28px;
  padding-top: 63px;
  position:relative;
}
.embeded-active .pool-kl-wrapper .auther-imag {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.embeded-active .pool-kl-wrapper .pkl-heading {
  color: var(--primary_color2);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.embeded-active .pkl-form .hs-input {
  padding: 15px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
}
.embeded-active .pkl-form select.hs-input{
  background-image:url(https://7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/down-arrow.svg);
  background-position: 96% !important;
  background-size: 10px auto;
}
.embeded-active .pkl-form .hs-form-field {
  margin-bottom: 20px;
}
.embeded-active .pkl-form .hs-form .hs-error-msgs label {
  font-size: 10px;
  line-height: 1;
  margin: 0;
  bottom:-14px;
}
.embeded-active .pool_kit_inclusions.detail-content ul li {
  margin-top: 0px;
}
.embeded-active .pool_kit_inclusions.detail-content form ul li:before {
  content: none;
}
.embeded-active .hs_submit.hs-submit {
  margin-top: 28px;
}
.embeded-active form {
  margin-bottom: 0px;
}
.embeded-active form .actions input[type=submit] {
  text-align: center;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: capitalize;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #F9550F;
  width: 100%;
  padding: 12px 23px;
}
.embeded-active form .actions input[type=submit]:hover {
  color: #F9550F;
  border-color: #F9550F;
  background-color: transparent;
}
/* lnjknljkn */

.embeded-active .pool-row-features {
  align-items: flex-start;
  margin-top:105px;
}

.embeded-active .mob-form{
  display:none;
}

/* sdfsdfdf */

.embeded-active .pool-kl-wrapper.auther-imag img {
  display:block;
}
.embeded-active .embed-section .section-heading h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.embeded-active .embed-section .main-container{
  position: relative;
  padding-bottom: 57.25%;
  padding-top: 25px;
  height: 0;
}
.embeded-active .embed-section .main-container .iframe-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding-inline: 30px;
}

.embeded-active .embed-section{ 
  background-color:#fff;
  padding-top:100px;
  padding-bottom:48px;
}
/* asdjadjf */
.diy-pool-section .row-cta{
  display:none;
}
.diy-pool-section.embeded-active .row-cta{
  display:inline-block;
}
/* .embeded-active span.mainpopover{
display:none;
} */
.embeded-active .specifications_heading table td {
  padding: 14px 0;
}
.embeded-active  tr.table-row a.cta_button {
  color: #fff;
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 8px;
  line-height: 1;
  background: #f9550f;
  border-color: #f9550f;
}
.embeded-active tr.table-row a.cta_button {
  background-color: #f9550f;
  border-color: #f9550f;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 8px 9px;
}
.embeded-active tr.table-row a.cta_button:hover {
  background-color: transparent;
  color: #f9550f;
}
.embeded-active .submitted-message {
  font-size: 16px;
  text-align: center;
  color:#000;
  margin:10px;
}
@media(min-width:1200px){
  .embeded-active .specifications_heading table th{
    width: 12%;
  }
  .embeded-active .specifications_heading table th.question-th {
    width: 15%;
  }
  .embeded-active .specifications_heading table th:first-child,
  .embeded-active .specifications_heading table tr td:first-child{
    padding-right: 60px;
  }
}

@media(max-width:1024px){
  .embeded-active .embed-section{
    padding-top:64px;
    padding-bottom:48px;
  }
}
@media(max-width:1199px){
  .embeded-active .embed-section .main-container {
    padding-bottom: 157.25%;
  }

}
@media(max-width:991px){
  .embeded-active .pool_description, .embeded-active .pool_features {
    width: 100%;
  }
  .embeded-active .pool_kit_inclusions{
    padding:0;
    width: 100%;
  }
  .embeded-active .pool_kit_inclusions .pool-kl-wrapper{
    display:none;
  }

      .embeded-active .mob-form {
        display: block;
        padding: 65px 20px 0;
    }
  .embeded-active .pool-row-features {
    margin-top: 20px;
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .embeded-active .pool_features_img {
    width: 100%;
    padding: 0;
  }
}
@media(max-width:767px){
  .embeded-active tr.table-row a.cta_button {
    font-size: 12px;
    padding: 8px 5px;
  }
  .diy-pool-section h6{
  font-size:14px;
  }
  .embeded-active .embed-section{
    padding-top:64px;
    padding-bottom:34px;
  }
  .embeded-active .embed-section .section-heading h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  .embeded-active .embed-section .embed-wrapper{
    padding:0 15px;
  }
  .embeded-active .embed-section .main-container {
    padding-bottom: 234.25%;
  }
  .embeded-active .pool_features_img ul li {
    font-size: 12px;
    line-height: 22px;
  }
}

.embeded-active .embed-section .main-container{
  width: 107%;
  left: -4.3%;
}
@media (max-width: 767px) {
  .embeded-active .embed-section .main-container {
    padding-bottom: 189.25%;
  }
}

{#
.diy-pool-section {overflow:hidden}


section.diy-pool-section {
  padding: 0px 0 15px;


}
.fancybox-button {
  background-color: transparent !important;
}
.fancybox-button svg path {
  fill: #0048c6;
}
.diy-pool-section hr {
  border-bottom: 1px solid #eee;
  max-width: 1440px;
  margin: 20px auto 0;
}

.pool-name {
  color: var(--primary_color2);
  font-weight: 600;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}
.pool-silder-item{height:616px}
.pool-type-item-fix,
.pool-type-item:not(.lap-plunge-spa-above) .pool-cards {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.pool-type-item-fix .pool-type-item,
.pool-type-item:not(.lap-plunge-spa-above) .pool-item {
  flex-basis: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.pool-item a {
  display: block;
  height: 232px;
}

.polltop {
  margin: 30px 0 0;
}

.polltop .lap-plunge-spa-above .pool-name {
  padding: 0;
}

.pool-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pool-item p.name-txt {
  margin: 0;
  font-size: 18px;
  text-align: center;
  background-color: var(--primary_color2);
  color: #fff;
  font-weight: 600;
  padding: 12px;
  width: 100%;
}

.fancybox-slide--image .fancybox-content {
  background-color: #FFF !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  border-radius:6px;
}

.pool-row-slider {
  text-align: center;
}

.pool-row-slider img {
  margin: 0 auto;
  display: block;
  width:17px;
}

.pool-row-slider .slick-arrow {
  position: absolute;
  top:45%;    
  background-color: var(--primary_color2);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  transform: rotate(0deg) translateY(-50%);
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.pool-row-slider .slick-arrow.prev-arrow {
  left:50px;
}
.pool-row-slider .slick-arrow.next-arrow {
  right:50px;
}
.pool-row-slider .slick-arrow img {
  position: relative;
  top: -1px;
}

.pool-row-slider .slick-arrow.next-arrow {
  transform: rotate(180deg) translateY(50%);
}

.pool-row-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.pool-row-slider .slick-dots button {
  display: none;
}

.pool-row-slider .slick-track {
  display: flex;
}
.pool-row-slider .slick-track .slick-slide{height:616px;}
.pool-row-slider .slick-track .slick-slide .slideimg {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.pool-row-slider .slick-list{max-width:1240px; margin:0 auto;}

.pool-row-slider .slick-dots li {
  width: 18px;
  height: 18px;
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  margin: 0 5px;
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
}

.pool-row-slider .slick-dots li:hover,
.pool-row-slider .slick-dots li.slick-active {
  background: #666666
}

.pool-row-discription {
  max-width: 1183px;
  margin: 35px auto;
  display: flex;
  flex-wrap: wrap;
}

.pool_description h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 46px;
  text-transform: uppercase;
  color: var(--primary_color2);
}

.pool_description{
  width: 62.5%;
}
.embeded-active .pool_description,
.embeded-active .pool_features{
  width: 55.5%;
}
.pool_kit_inclusions {
  width: 37.5%;
  padding-left:68px;
  padding-top: 80px;
}
.embeded-active .pool_kit_inclusions{
  width: 44.5%;
  padding-left: 60px;
  padding-top: 55px;
}
.embeded-active .pool_features_img{
  width: 44.5%;
  padding-left: 60px;
}
.pool_kit_inclusions.detail-content ul li span{color:var(--base_color)}
.pool_kit_inclusions h2,
.pool_features_img h2,
.pool_features h2 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}
.pool_description p strong {
  font-weight: 600;
}
.embeded-active .pool_features_img ul{
  list-style: none;
  padding-left: 0;
}
.pool_kit_inclusions.detail-content ul li,
.embeded-active .pool_features_img ul li{
  font-size: 14px;
  margin-top: 10px;
  padding-left: 30px;
  position:relative;
}

.pool_kit_inclusions.detail-content ul li:before {
  background-image: url('https://7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete%20Website%202024/Website%20Image/check-1.png.webp');
  width: 20px;
  height: 20px;
  content: "";
  top: 3px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.embeded-active .pool_features_img ul li:before{
  background-image: url('https://7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete%20Website%202024/Website%20Image/check-1.png.webp');
  width: 20px;
  height: 20px;
  content: "";
  top: 3px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  border-radius: 50%;
  font-size: 60px;
  left: 0;
  line-height: 0;
  margin-right: 10px;
  position: absolute;
}

.pool_description h1+p {
  line-height: 24px;
  font-size: 15px;
  text-align: justify;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
  margin-bottom: 10px;
}

.pool_description p a {   
  text-decoration: none;
  color: var(--primary_color2);
}
.pool_description p a:hover{text-decoration:none;}

.pool-row-features {
  display: flex;
  flex-wrap: wrap;
}

.pool-row-features {
  display: flex;
  flex-wrap: wrap;
  max-width: 1183px;
  margin: 50px auto 0;
  align-items:center;
}

.pool_features {
  width: 48.7%;
  background: #eee;
  box-shadow: 0 4px 2px #0048c6;
  padding: 5px 10px 5px 10px;
  border-radius: 7px;
}

.pool_features_img {
  width: 51.3%;
  padding-left:30px;
}

.pool_features h2 {
  text-align: center;
  margin-bottom: 15px;
}

.pool_features>div {
  padding: 0 5px 10px 5px;
  transition:all 0.2s ease-in-out;
}

.pool_features>div p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 25px;
}

.pool_features h3 {
  color: var(--primary_color2);
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.pool_features>div:hover {
  background-color: var(--third_color);
}

.specifications_heading {
  max-width: 1183px;
  margin:30px auto 0;
}
.specifications_heading table tr td:first-child {
  font-weight: 600;
}
.specifications_heading h2 {
  color: var(--primary_color2);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
}
.spc-btnres{display:none;}

.specifications_heading table th {
  color: #626262;
  border: none;
  padding: 0 0 5px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
}

.specifications_heading table {
  width: 100%;
}
.specifications_heading table th{position:relative;}
.questionbg{height: 30px; width: 30px; font-size: 16px; line-height: 28px; margin-left: 4px;background:var(--primary_color2);display: inline-block;border-radius: 50%;color:var(--third_color);position: relative;}
.hovershow { position: absolute; top: -70px; background:var(--primary_color2); z-index: 999; left: 50px; width: 300px; padding: 6px; font-size: 10px; line-height: 20px; color: #fff; display: none; }
.mainpopover:hover .hovershow {display: block;}
span.hovershow:after {
  border-top: 10px solid var(--primary_color2);
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 54%;
  content: "";
}
.fancybox-button--zoom{display:none !important;}
.specifications_heading table td {
  border-top: 1px solid #ededed;
  color: #626262;
  text-align: center;
  padding: 8px 0;
  border-left: none;
  border-bottom: 1px solid #ededed;
  border-right: none;
  font-size:14px;
}
.mobile-open .pool-row-slider .slick-arrow{z-index:0}
.specifications_heading table td.model {
  font-weight: 600;
}

.specifications_heading table td a {
  color: var(--primary_color2);
  text-decoration: underline;
}

.deepslightly p {
  font-size: 14px;
  color: #626262;
  margin-top: 10px;
  padding-left: 45px;
}

.spc-inner table {
  margin-bottom: 0;
}


@media(max-width:1440px) {
  .pool-row-slider .slick-arrow.prev-arrow {left: 20px;}
  .pool-row-slider .slick-arrow.next-arrow{right:20px;}
  .pool-row-slider .slick-arrow {
    left: 20px;
    z-index: 7;
  }
  .pool-row-slider .slick-track .slick-slide{height:auto;}
  .pool-row-slider .slick-arrow.next-arrow {
    right: 20px;
    left: auto;
  }

  .pool_kit_inclusions {
    padding-left: 45px;
  }
}

@media(max-width:1024px) {

  .pool-type-item-fix .pool-type-item,
  .pool-type-item:not(.lap-plunge-spa-above) .pool-item {
    flex-basis: 50%;
  }

  .pool_kit_inclusions,
  .pool_features_img {
    padding: 35px 0 0;
    width: 100%;
  }

  .pool_description,
  .embeded-active .pool_description
  .pool_features {
    width: 100%;
  }
}

@media(max-width:767px) {
  .pool-silder-item{height:250px;}
  .pool-row-slider .slick-arrow.prev-arrow {left: 30px; }
  .pool-row-slider .slick-arrow.next-arrow {left: auto;right: 30px;}
  .diy-pool-section .content-wrapper{padding:0}
  .pool_description h1+p{padding-bottom:20px;margin-bottom:0;}
  .pool-row-slider .slick-dots{bottom:30px}
  .pool-row-discription{margin:30px 0 0}
  .pool-row-discription,.pool-row-features,.specifications_heading{padding:0 15px}
  .spc-btnres{display:flex; justify-content:flex-end;margin:10px 0 0}
  .spc-btnres a {
    background-color: #3288e6;
    width: 30px;
    height: 30px;
    border: none;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spc-btnres a svg {
    width: 20px;
    height: 20px;
  }
  .spc-btnres a#slideLeft{margin:0 5px 0 }
  .spc-btnres a img {width:15px;}
  .spc-btnres a#slideRight {
    transform: rotate(180deg);
  }
  .spc-btnres a:disabled,
  .spc-btnres a[disabled]{
    opacity:0.5;
  }
  .spc-btnres a.disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .specifications_heading table td,.specifications_heading table th{font-size:10px;}
  .questionbg {        
    height: 14px;
    width: 14px;
    display: inline-block;
    border-radius: 50%;
    font-size: 10px;        
    line-height: 12px;
    position: relative;
  }
  .pool-row-features{margin:30px auto 0;}
  .pool_features_img, .pool_kit_inclusions { padding: 20px 0 0;}
  .hovershow {
    top: -94px;
    right: 0;
    width: 280px;
    display:none !important
  }
  .pool_features>div{text-align:center}
  .pool-item p.name-txt {
    font-size: 10px;
    padding: 5px;
  }
  .pool_kit_inclusions.detail-content ul li{font-size:12px;line-height: 22px;}
  .spc-inner {
    overflow: scroll;
    width: 100%;
    max-width: 100%;
  }

  .spc-inner table {
    width: 900px;
  }
}

@media(max-width:640px) {
  .pool-item a {
    display: block;
    height: 100px;
  }

  .polltop {
    margin: 20px 0 0;
  }

  .polltop .lap-plunge-spa-above .pool-name {
    font-size: 15px;
    margin-bottom: 5px;
  }
}


.embeded-active .pool_description h1+p{
  letter-spacing: .02em;
}
.embeded-active  p{
  color: #000 !important;
  font-size:15px;
  font-weight:400;
}

.embeded-active .pool-kl-wrapper {
  border-radius: 10px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  padding: 28px;
  padding-top: 63px;
  position:relative;
}
.embeded-active .pool-kl-wrapper .auther-imag {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.embeded-active .pool-kl-wrapper .pkl-heading {
  color: var(--primary_color2);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.embeded-active .pkl-form .hs-input {
  padding: 15px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #fff;
}
.embeded-active .pkl-form .hs-form-field {
  margin-bottom: 14px;
}
.embeded-active .pkl-form .hs-form .hs-error-msgs label {
  font-size: 10px;
  line-height: 1;
  margin: 0;
}
.embeded-active .pool_kit_inclusions.detail-content ul li {
  margin-top: 0px;
}
.embeded-active .pool_kit_inclusions.detail-content form ul li:before {
  content: none;
}
.embeded-active .hs_submit.hs-submit {
  margin-top: 28px;
}
.embeded-active form {
  margin-bottom: 0px;
}
.embeded-active form .actions input[type=submit] {
  text-align: center;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: capitalize;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: #F9550F;
  width: 100%;
  padding: 12px 23px;
}
.embeded-active form .actions input[type=submit]:hover {
  color: #F9550F;
  border-color: #F9550F;
  background-color: transparent;
}
/* lnjknljkn */

.embeded-active .pool-row-features {
  align-items: flex-start;
  margin-top:105px;
}

.embeded-active .mob-form{
  display:none;
}

/* sdfsdfdf */

.embeded-active .pool-kl-wrapper.auther-imag img {
  display:block;
}
.embeded-active .embed-section .section-heading h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.embeded-active .embed-section .main-container{
  position: relative;
  padding-bottom: 57.25%;
  padding-top: 25px;
  height: 0;
}
.embeded-active .embed-section .main-container .iframe-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.embeded-active .embed-section{ 
  background-color:#fff;
  padding-top:100px;
  padding-bottom:48px;
}
/* asdjadjf */
.diy-pool-section .row-cta{
  display:none;
}
.diy-pool-section.embeded-active .row-cta{
  display:inline-block;
}
.embeded-active span.mainpopover{
  display:none;
}
.embeded-active .specifications_heading table td {
  padding: 14px 0;
}
.embeded-active  tr.table-row a.cta_button {
  color: #fff;
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 8px;
  line-height: 1;
  background: #f9550f;
  border-color: #f9550f;
}

.embeded-active tr.table-row a.cta_button:hover {
  background-color: transparent;
  color: #f9550f;
}
@media(max-width:1024px){
  .embeded-active .embed-section{
    padding-top:64px;
    padding-bottom:48px;
  }
}
@media(max-width:1199px){
  .embeded-active .embed-section .main-container {
    padding-bottom: 157.25%;
  }

}
@media(max-width:991px){
  .embeded-active .pool_description, .embeded-active .pool_features {
    width: 100%;
  }
  .embeded-active .pool_kit_inclusions{
    padding:0;
    width: 100%;
  }
  .embeded-active .pool_kit_inclusions .pool-kl-wrapper{
    display:none;
  }
  .embeded-active .mob-form{
    display:block;
  }
  .embeded-active .pool-row-features {
    margin-top: 20px;
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .embeded-active .pool_features_img {
    width: 100%;
    padding: 0;
  }
}
@media(max-width:767px){
  .embeded-active .embed-section{
    padding-top:64px;
    padding-bottom:34px;
  }
  .embeded-active .embed-section .section-heading h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  .embeded-active .embed-section .embed-wrapper{
    padding:0 15px;
  }
  .embeded-active .embed-section .main-container {
    padding-bottom: 234.25%;
  }
  .embeded-active .pool_features_img ul li {
    font-size: 12px;
    line-height: 22px;
  }
}
#}
