@font-face {
    font-family: "Avenir Next";
    src: url(../../themes/yummypools/assets/fonts/AvenirNext-Regular.eot);
    src: url(../../themes/yummypools/assets/fonts/AvenirNext-Regular.eot@) format("embedded-opentype"), url(../../themes/yummypools/assets/fonts/AvenirNext-Regular.woff2) format("woff2"),
        url(../../themes/yummypools/assets/fonts/AvenirNext-Regular.woff) format("woff"), url(../../themes/yummypools/assets/fonts/AvenirNext-Regular.ttf) format("truetype"),
        url(../../themes/yummypools/assets/fonts/AvenirNext-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Avenir Next";
    src: url(../../themes/yummypools/assets/fonts/AvenirNext-Bold.eot);
    src: url(../../themes/yummypools/assets/fonts/AvenirNext-Bold.eot@) format("embedded-opentype"), url(../../themes/yummypools/assets/fonts/AvenirNext-Bold.woff2) format("woff2"),
        url(../../themes/yummypools/assets/fonts/AvenirNext-Bold.woff) format("woff"), url(../../themes/yummypools/assets/fonts/AvenirNext-Bold.ttf) format("truetype"),
        url(../../themes/yummypools/assets/fonts/AvenirNext-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Avenir Next";
    src: url(../../themes/yummypools/assets/fonts/AvenirNext-Heavy.eot);
    src: url(../../themes/yummypools/assets/fonts/AvenirNext-Heavy.eot@) format("embedded-opentype"), url(../../themes/yummypools/assets/fonts/AvenirNext-Heavy.woff2) format("woff2"),
        url(../../themes/yummypools/assets/fonts/AvenirNext-Heavy.woff) format("woff"), url(../../themes/yummypools/assets/fonts/AvenirNext-Heavy.ttf) format("truetype"),
        url(../../themes/yummypools/assets/fonts/AvenirNext-Heavy.svg) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FatFrank";
    src: url(../../themes/yummypools/assets/fonts/FatFrank-Regular.eot);
    src: url(../../themes/yummypools/assets/fonts/FatFrank-Regular.eot@) format("embedded-opentype"), url(../../themes/yummypools/assets/fonts/FatFrank-Regular.woff2) format("woff2"),
        url(../../themes/yummypools/assets/fonts/FatFrank-Regular.woff) format("woff"), url(../../themes/yummypools/assets/fonts/FatFrank-Regular.ttf) format("truetype"),
        url(../../themes/yummypools/assets/fonts/FatFrank-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Avenir Next";
    src: url(../../themes/yummypools/assets/fonts/AvenirNext-Medium.eot);
    src: url(../../themes/yummypools/assets/fonts/AvenirNext-Medium.eot@) format("embedded-opentype"), url(../../themes/yummypools/assets/fonts/AvenirNext-Medium.woff2) format("woff2"),
        url(../../themes/yummypools/assets/fonts/AvenirNext-Medium.woff) format("woff"), url(../../themes/yummypools/assets/fonts/AvenirNext-Medium.ttf) format("truetype"),
        url(../../themes/yummypools/assets/fonts/AvenirNext-Medium.svg) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}
p,
a,
span {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
}
html,
body {
    overflow-x: hidden;
}
body {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: "Work Sans", sans-serif;
}
.container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.container-fluid {
    padding: 0 18px;
}
.header {
    height: 82px;
    position: relative;
    z-index: 999;
}
.menu_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.nav_content.fixed__nav {
    width: 100%;
}
.menuLink {
    width: 100%;
}
.menuLink > ul {
    display: flex;
    align-items: center;
}
.menuLink ul li {
    position: relative;
}
.menuLink > ul > li {
    margin-right: 70px;
}
.menuLink > ul > li:last-child {
    margin-right: 0;
}
.menuLink > ul > li.current_page_parent > a,
.menuLink > ul > li.current_page_item > a {
    color: #27bdee;
}
.menuLink ul li.menu-item-has-children:after {
    content: "";
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    display: block;
    position: absolute;
    border-radius: 2px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    right: -16px;
    top: 6px;
    transition-duration: 0.4s;
}
.menuLink > ul > li > a {
    color: #102346;
    font-size: 14px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    letter-spacing: 1px;
    font-family: "Avenir Next";
    font-weight: 400;
}
.menuLink > ul > li > a:hover {
    color: #27bdee;
}
.sub-menu li a {
    font-family: "Avenir Next";
    font-weight: 400;
    color: #102346;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    transition-duration: 0.4s;
    letter-spacing: 0.5px;
    padding: 5px 15px;
}
.sub-menu .sub-menu {
    overflow: hidden;
}
.fixed__head__icon {
    min-width: 550px;
}
.head_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head_icons li:first-child {
    margin-right: 60px;
}
.head_icons li:first-child a {
    font-weight: 700;
}
.head_icons li a {
    color: #102346;
    font-size: 16px;
    display: flex;
    transition-duration: 0.4s;
    font-family: "Avenir Next";
    font-weight: 900;
    align-items: center;
}
.head_icons li a:hover {
    color: #27bdee;
}
.head_icons li a img {
    margin-right: 8px;
    margin-bottom: 3px;
}
.head_icons li:first-child a img {
    margin-right: 12px;
}
.head_icons li a span {
    font-family: "Avenir Next";
    font-weight: 400;
    display: block;
    margin-right: 5px;
}
.banner_grid {
    position: relative;
    margin-bottom: 50px;
}
.banner_content {
    position: relative;
    z-index: 555;
}
.banner_grid > .row {
    height: 615px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner_image {
    border-radius: 80px 0 0 80px;
    overflow: hidden;
    height: 100%;
}
.banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.fixed_logo {
    min-height: 135px;
}
.main_logo {
    display: block;
    max-width: 210px;
}
.fixed_banner_description {
    min-height: 295px;
    display: flex;
}
.fixed_title_content {
    width: 465px;
    padding-top: 40px;
}
.baner_title_desc h1 {
    color: #102346;
    font-size: 50px;
    font-family: "FatFrank";
    font-weight: 400;
    text-transform: uppercase;
    line-height: 44px;
    margin-bottom: 40px;
}
.baner_title_desc p {
    color: #102346;
    font-size: 20px;
    font-family: "Avenir Next";
    font-weight: 400;
    line-height: 26px;
}
.fixed_form_content {
    width: 695px;
    padding-left: 70px;
}
.form_design {
    background-color: #00aff0;
    padding: 40px 38px 50px;
    border-radius: 10px;
}
.form_title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.title_img {
    max-width: 55px;
    min-width: 55px;
    margin-right: 18px;
}
.form_title h4 {
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 28px;
    font-family: "FatFrank";
    font-weight: 400;
    letter-spacing: 2px;
    max-width: 365px;
}
.form_design form .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_design form .d-flex .form_group {
    width: 49%;
}
.form_design form .d-flex .form_group:last-child {
    width: 100%;
    margin-top: 10px;
}
.form_group input,
.form_design form .gfield .ginput_container input,
.middle_form .pool_req_gform form .gfield .ginput_container input {
    width: 100%;
    height: 48px;
    border: 1px solid #b0e0e8;
    border-radius: 6px;
    outline: none;
    box-shadow: 0px 1px 3px #555555a3 inset;
    padding: 10px 15px 10px 22px;
    color: #102346;
    font-size: 13px;
    font-family: "Avenir Next";
    font-weight: 500;
}
.form_group input::-webkit-input-placeholder,
.form_design form .gfield .ginput_container input::-webkit-input-placeholder,
.middle_form .pool_req_gform form .gfield .ginput_container input::-webkit-input-placeholder {
    color: #102346;
    opacity: 1;
    text-transform: uppercase;
}
.form_group input:-ms-input-placeholder,
.form_design form .gfield .ginput_container input:-ms-input-placeholder,
.middle_form .pool_req_gform form .gfield .ginput_container input:-ms-input-placeholder {
    color: #102346;
    opacity: 1;
    text-transform: uppercase;
}
.form_group input::placeholder,
.form_design form .gfield .ginput_container input::placeholder,
.middle_form .pool_req_gform form .gfield .ginput_container input::placeholder {
    color: #102346;
    opacity: 1;
    text-transform: uppercase;
}
.form_design form .gform_footer.top_label,
.middle_form .pool_req_gform form .gform_footer.top_label {
    margin-top: 10px;
    padding: 0;
}
.gfield_validation_message {
    padding: 0 !important;
    background: 0 0 !important;
    border: none !important;
    margin-top: 0 !important;
    font-size: 14px !important;
}
.request_btn,
.form_design form .gform_footer.top_label input {
    width: 100%;
    height: 52px;
    background-color: #102346;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    color: #00c2f2;
    text-transform: uppercase;
    transition-duration: 0.4s;
    font-family: "Avenir Next";
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
#gform_1_validation_container,
#gf_form_focus,
.instruction.validation_message {
    display: none;
}
.request_btn:hover,
.form_design form .gform_footer.top_label input:hover {
    color: #fff;
    background-color: #00c2f2;
}
.logo_list {
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    width: 610px;
}
.logo_list ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.logo_list ul li {
    margin-right: 20px;
}
.logo_list ul li:last-child {
    margin-right: 0;
    margin-left: 10px;
}
.logo_list ul li .d-flex {
    height: 100%;
}
.rating_info {
    margin-left: 22px;
    margin-top: 5px;
}
.logo_list ul li:last-child .rating_info {
    margin-left: 10px;
}
.rating_info strong {
    color: #102346;
    font-size: 16px;
    font-family: "Avenir Next";
    font-weight: 700;
    line-height: 8px;
}
.rating_info p {
    color: #102346;
    font-size: 16px;
    font-family: "Avenir Next";
    font-weight: 400;
    line-height: 10px;
}
.mobile_show {
    display: none;
}
.service_item_section {
    padding: 50px 0 50px;
}
.service_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}
.service_item {
    width: 25%;
    text-align: center;
    min-height: 225px;
    padding: 10px;
}
.service_img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    background-color: #fff;
    box-shadow: 6px 15px 36px #00c2f238;
    transition-duration: 0.4s;
}
.service_img a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.service_img img {
    transition-duration: 0.4s;
}
.service_item:hover .service_img {
    background-color: #102346;
}
.service_item:hover .service_img img {
    transform: rotate(360deg);
}
.service_item:hover h4 a {
    color: #00c2f2;
}
.title_text {
    color: #102346;
    font-size: 36px;
    text-align: center;
    font-family: "FatFrank";
    font-weight: 400;
}
.service_item_section .title_text {
    max-width: 665px;
    margin: 0 auto 75px;
}
.service_item h4 {
    color: #102346;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "FatFrank";
    font-weight: 400;
    letter-spacing: 1px;
    transition-duration: 0.4s;
}
.service_item h4 a {
    color: #102346;
    display: inline-block;
}
.checklist_item {
    margin: 12px 0;
    display: flex;
    align-items: center;
}
.checklist_item a {
    display: flex;
    align-items: center;
    transition-duration: 0.4s;
}
.flag_icon {
    width: 36px;
    max-width: 36px;
    margin-right: 15px;
    min-width: 36px;
}
.checklist_item span {
    width: 100%;
    color: #00c2f2;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.2px;
    transition-duration: 0.4s;
    font-family: "FatFrank";
    font-weight: 400;
}
.checklist_item:hover span {
    color: #102346;
}
.list__grid__wrap {
    padding-bottom: 100px;
}
.list__grid__wrap .title_text {
    max-width: 650px;
    margin: 0 auto 55px;
}
.list__grid__wrap .title_text br {
    display: none;
}
.how_much_cost {
    position: relative;
    padding-bottom: 100px;
}
.how_much_cost .full_width_grid {
    position: relative;
    z-index: 5555;
}
.how_much_cost:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    height: 645px;
    background-image: url(../../themes/yummypools/assets/images/yummy_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.after_before_slider {
    position: relative;
    z-index: 666;
    padding: 0 10px;
}
.full_width_grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fixed__img__grid {
    width: 44%;
    height: 100%;
}
.how_much_cost .fixed__full_content {
    margin-top: 3%;
}
.fixed__full_content {
    width: 56%;
    height: 100%;
    padding: 0 110px;
}
.inner_content {
    max-width: 550px;
}
.pool_grid_img {
    border-radius: 0 80px 80px 0;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.pool_grid_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 80px 80px 0;
    transition: 0.5s;
}
.full_width_grid:hover .pool_grid_img img {
    filter: grayscale(100%);
}
.btn_wrap {
    margin-top: 40px;
}
.btn_wrap .btn_cta.sky_blue {
    margin-top: 20px;
}
.flip_row {
    flex-direction: row-reverse;
}
.flip_row .inner_content {
    max-width: 655px;
    float: right;
}
.flip_row .fixed__img__grid {
    width: 46%;
}
.flip_row .fixed__full_content {
    padding-right: 50px;
    width: 54%;
}
.pool_content h5 {
    color: #00c2f2;
    font-size: 20px;
    font-family: "Avenir Next";
    font-weight: 700;
    margin-bottom: 25px;
}
.pool_content a {
    color: #102346;
}
.flip_row .pool_grid_img {
    border-radius: 80px 0 0 80px;
}
.flip_row .pool_grid_img img {
    border-radius: 80px 0 0 80px;
}
.pool_content h4 {
    color: #102346;
    font-size: 36px;
    margin-bottom: 40px;
    font-family: "FatFrank";
    font-weight: 400;
}
.pool_content p {
    color: #102346;
    font-size: 20px;
    font-family: "Avenir Next";
    font-weight: 400;
    margin-bottom: 25px;
}
.btn_cta {
    display: flex;
    max-width: 418px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 0.4s;
    font-family: "Avenir Next";
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
}
.yummy_bg2 {
    background-image: url(../../themes/yummypools/assets/images/yummy_bg2.png);
    background-repeat: no-repeat;
    padding: 65px 0 220px;
    background-size: 100%;
    margin-bottom: -40px;
}
.parpel_bg {
    background-color: #00aff0;
}
.dark_blue {
    background-color: #102346;
}
.sky_blue {
    background-color: #00c2f2;
}
.dark_blue:hover {
    color: #fff;
    background-color: #00c2f2;
}
.sky_blue:hover {
    color: #fff;
    background-color: #102346;
}
.parpel_bg:hover {
    color: #fff;
    background-color: #00c2f2;
}
.offer_grid {
    background-color: #00aff0;
    padding: 45px 0 80px;
    position: relative;
    margin-top: 126px;
}
.offer_grid:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -123px;
    height: 125px;
    background-image: url(../../themes/yummypools/assets/images/offer_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.offer_content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.offer_content .title_text {
    max-width: 700px;
    margin: 0 auto;
    text-transform: uppercase;
}
.offer_content .title_text span {
    color: #fff;
}
.offer_content p {
    color: #fff;
    max-width: 415px;
    margin: 6px auto 15px;
    font-size: 20px;
    line-height: 25px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-family: "Avenir Next";
    font-weight: 400;
}
.offer_content .d-flex {
    justify-content: space-between;
}
.offer_content .btn_cta {
    width: 49%;
}
.icon__overlay {
    position: relative;
}
.icon__overlay:after {
    content: "";
    position: absolute;
    left: 12%;
    right: 0;
    bottom: -140px;
    background-image: url(../../themes/yummypools/assets/images/icon_overlay.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 397px;
    background-size: cover;
    margin: 0 auto;
    z-index: 55;
}
.middle_section {
    background-image: url(../../themes/yummypools/assets/images/pool_bg.png);
    background-repeat: no-repeat;
    background-position-y: 60%;
    background-size: 100%;
}
.compare_pool {
    max-width: 1250px;
    margin: 0 auto;
}
.compare_pool .title_text {
    max-width: 1000px;
    margin: 0 auto 45px;
}
.compare_water {
    max-width: 750px;
    margin: 0 auto 0px;
    position: relative;
    border-radius: 75px;
    overflow: hidden;
}
.compare_water .arrow_cricle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote_description {
    position: relative;
    text-align: center;
    padding: 70px 125px 55px;
    max-width: 1140px;
    margin: 0 auto;
}
.quote_description:before {
    content: "";
    position: absolute;
    background-image: url(../../themes/yummypools/assets/images/quote_img.png);
    background-repeat: no-repeat;
    width: 137px;
    height: 106px;
    left: 0;
    top: 0;
}
.quote_description:after {
    content: "";
    position: absolute;
    background-image: url(../../themes/yummypools/assets/images/quote_img.png);
    background-repeat: no-repeat;
    width: 137px;
    height: 106px;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}
.quote_description h4 {
    color: #00aff0;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "FatFrank";
    font-weight: 400;
    letter-spacing: 1px;
}
.quote_description p {
    color: #102346;
    font-size: 20px;
    margin: 35px 0;
    font-family: "Avenir Next";
    font-weight: 400;
}
.quote_description strong {
    display: block;
    text-align: center;
    color: #102346;
    font-size: 16px;
    font-family: "Avenir Next";
    font-weight: 700;
}
.quote_description strong span {
    font-weight: 400;
}
footer {
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .container {
    padding: 0 25px;
}
.copyright {
    margin-top: 30px;
    text-align: center;
}
.copyright p {
    color: #d5cadf;
    font-size: 16px;
    font-family: "Avenir Next";
    font-weight: 400;
}
.compare_water {
    position: relative;
    border: 2px solid #fff;
}
.slider_height {
    height: 450px;
}
.compare_water .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.compare_water .background-img {
    background-image: url(../../themes/yummypools/assets/images/water_pool1.png);
}
.compare_water .foreground-img {
    background-image: url(../../themes/yummypools/assets/images/water_pool11.png);
    width: 50%;
}
.compare_water .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.1);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.compare_water .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 450px;
    background: #fff;
    cursor: pointer;
}
.compare_water .slider::-moz-range-thumb {
    width: 12px;
    height: 450px;
    background: #fff;
    cursor: pointer;
}
.compare_water .slider-button {
    pointer-events: none;
    position: absolute;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #fff;
    left: calc(50% - 52px);
    top: calc(50% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.gform_confirmation_message {
    color: #fff;
    font-family: "Avenir Next";
    font-weight: 400;
    font-size: 18px;
}
.pool_banner h1 {
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 50px;
    text-transform: uppercase;
    color: #102346;
    font-family: "FatFrank";
}
.pool_banner p {
    margin-bottom: 1rem;
}
.banner_btn {
    margin-top: 30px;
    margin-bottom: 40px;
}
.pool_banner_image {
    margin-top: 180px;
}
.title_img_icn {
    margin-top: -100px;
    margin-left: 100px;
    width: 60%;
}
.form_design.pool_form_design {
    background-color: transparent;
    padding: 50px 0;
}
.form_design.pool_form_design.blog_form {
    padding: 50px 0 0;
}
.fixed_pool_form_content {
    width: 100%;
    padding-left: 0;
}
.form_design .gform_wrapper .gfield_validation_message,
.form_design .gform_wrapper .validation_message {
    color: #be0702;
}
.pool_form_design form .gform_footer.top_label,
.middle_form .pool_req_gform form .gform_footer.top_label {
    margin-top: 0;
    padding: 0;
}
.pool_req_gform {
    max-width: 1224px;
    width: 100%;
    border-radius: 10px;
    background-color: #00aff0;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 20px;
}
.pool_req_gform div#field_3_3 {
    width: 355px;
}
.pool_req_gform div#field_3_4 {
    width: 355px;
}
.pool_req_gform div#field_submit {
    width: 420px;
}
#gform_submit_button_3 {
    width: 100%;
    height: 48px;
    line-height: 15px;
    border-radius: 6px;
    background-color: #102346;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 44px;
    text-transform: uppercase;
    color: #00c2f2;
    font-weight: 700;
    font-family: "Avenir Next";
    text-align: center;
    padding: 0 15px;
    border: 0;
}
#gform_submit_button_3:hover {
    color: #fff;
    background-color: #00c2f2;
}
.pool_form_title h4 {
    font-weight: 400;
    font-size: 33px;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    color: #00c2f2;
    font-family: "FatFrank";
    text-align: center;
    max-width: max-content;
}
.pool_form_title {
    justify-content: center;
}
.how_much_cost.pool_cost:after {
    top: 70px;
}
.pool_req_gform .gform_wrapper .gform_validation_errors {
    display: none;
}
.pool_req_gform .gform_wrapper .gfield_validation_message,
.pool_req_gform .gform_wrapper .validation_message {
    color: #be0702;
    position: absolute;
    width: auto !important;
}
@media (min-width: 1900px) {
    .pool_banner_image {
        margin-top: 120px;
    }
}
.cont_banner_description {
    margin-top: -50px;
}
.cont_banner h1 {
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 44px;
    text-transform: uppercase;
    color: #102346;
    font-family: "FatFrank";
    text-align: center;
}
.cont_banner p {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #00c2f2;
    font-family: "FatFrank";
    text-align: center;
}
.cont_banner .banner_btn .btn_cta {
    margin-left: auto;
    margin-right: auto;
}
.contact_pagegrid {
    padding-bottom: 50px;
}
.cont_req_gform #input_4_10 {
    display: flex;
    justify-content: space-between;
}
.cont_req_gform #input_4_10 .gchoice {
    max-width: 336px;
    width: 100%;
    height: 190px;
    border-radius: 6px;
    box-shadow: inset 0px 1px 1.5px rgb(0 0 0/50%);
    background-color: #fff;
    border: 1px solid #b0e0e8;
    display: block;
    position: relative;
}
.cont_req_gform .charleft.ginput_counter.warningTextareaInfo {
    display: none;
}
.cont_req_gform #input_4_10 .gchoice .gfield-choice-input {
    margin-left: auto;
    margin-right: auto;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #fef5ed;
    border: 1px solid #b0e0e8;
    margin-top: 18px;
    margin-bottom: 16px;
    display: block;
    appearance: none;
}
.cont_req_gform #input_4_10 .gchoice .gfield-choice-input:before {
    content: "";
    background-image: url(https://www.yummypools.com/wp-content/uploads/2022/12/check.png);
    width: 34px;
    height: 34px;
    display: none;
}
.cont_req_gform #input_4_10 .gchoice .gfield-choice-input[type="radio"]:checked:before {
    display: block;
}
.cont_req_gform .gform_wrapper.gravity-theme .gfield-choice-input + label {
    margin-bottom: 0;
    max-width: 100%;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase;
    color: #102346;
    font-family: "FatFrank";
    text-align: center;
    display: block;
}
.cont_req_gform .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 28px;
}
.form_text_cont {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: normal;
    color: #00c2f2;
    font-family: "FatFrank";
    text-align: center;
}
.cont_req_gform {
    max-width: 1224px;
    border-radius: 10px;
    background-color: #fef5ed;
    padding: 45px 75px 20px;
}
.cont_req_gform .gform_wrapper.gravity-theme .gfield input.large,
.cont_req_gform .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    border-radius: 6px;
    box-shadow: inset 0px 1px 1.5px rgb(0 0 0/50%);
    background-color: #fff;
    border: 1px solid #b0e0e8;
    height: 48px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #102346;
    font-weight: 500;
    font-family: "Avenir Next";
    padding-left: 25px;
}
input#input_4_1,
input#input_4_2,
input#input_4_3,
input#input_4_4 {
    text-transform: capitalize;
}
.cont_req_gform .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 128px;
    border-radius: 6px;
    box-shadow: inset 0px 1px 1.5px rgb(0 0 0/50%);
    background-color: #fff;
    border: 1px solid #b0e0e8;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #102346;
    font-weight: 500;
    font-family: "Avenir Next";
    padding-top: 15px;
    padding-left: 25px;
}
#gform_submit_button_4 {
    height: 56px;
    border-radius: 6px;
    background-color: #102346;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 44px;
    text-transform: uppercase;
    color: #00c2f2;
    font-weight: 700;
    font-family: "Avenir Next";
    text-align: center;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
}
#gform_submit_button_4:hover {
    color: #fff;
    background-color: #00c2f2;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.gform_wrapper .gform_validation_errors {
    display: none;
}
#field_1_3,
#field_1_4 {
    margin-bottom: 20px;
}
.gform_ajax_spinner {
    display: none !important;
}
.cont_req_gform .gform_wrapper .gfield_validation_message,
.cont_req_gform .gform_wrapper .validation_message {
    color: #be0702;
    position: absolute;
    width: auto !important;
}
.ginput_container_email {
    position: relative;
}
span.error.error-keyup-7 {
    color: #be0702;
    position: absolute;
    width: auto !important;
    left: 0;
    top: 48px;
    font-size: 14px;
}
label#label_4_10_0:after {
    content: "Let us make your life easier! We'd be excited to make your pool beautiful, safe, and easy!";
    position: absolute;
    left: 0;
    top: 100px;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #102346;
    font-family: "Avenir Next";
    text-align: center;
    font-weight: 600;
    padding: 0 30px;
}
label#label_4_10_1:after {
    content: "Something broken, leaking, missing, or you're just not sure? We can help.";
    position: absolute;
    left: 0;
    top: 100px;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #102346;
    font-family: "Avenir Next";
    text-align: center;
    font-weight: 600;
    padding: 0 30px;
}
label#label_4_10_2:after {
    content: "Not really sure why you need us? That's OK. We can help!";
    position: absolute;
    left: 0;
    top: 100px;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #102346;
    font-family: "Avenir Next";
    text-align: center;
    font-weight: 600;
    padding: 0 30px;
}
.cont_offer p {
    display: block;
    max-width: 741px;
}
.cont_offer p a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #fff;
    font-family: "Avenir Next";
    text-align: center;
}
.blog_card {
    border-radius: 18px;
    filter: drop-shadow(0px 20px 20px rgba(0, 194, 242, 0.2));
    background-color: #fff;
}
.blog_card img {
    width: 100%;
}
.blog_card_cont h2 a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase;
    color: #102346;
    font-family: "FatFrank";
}
.blog_card_cont p {
    font-size: 16px;
    line-height: 24px;
    color: #102346;
    font-family: "Avenir Next";
}
.sub_banner_grid {
    display: flex;
    align-items: flex-end;
}
.blog-posts.row {
    margin: 0 -25px;
}
.blog-posts .col-md-4 {
    padding: 25px;
}
.sub_banner_grid .fixed_logo {
    min-width: 315px;
}
.sub_main_title {
    width: 100%;
}
.sub_main_title h1 {
    color: #102346;
    font-size: 50px;
    font-family: "FatFrank";
    font-weight: 400;
    text-transform: uppercase;
    line-height: 44px;
    text-align: center;
    max-width: 600px;
}
.blog_content > .row {
    margin: 0 -25px;
}
.blog_content > .row > div {
    padding: 0 25px;
    margin-top: 50px;
}
.blog__wrap {
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0px 20px 35px #00c2f240;
}
.blog__img {
    overflow: hidden;
    position: relative;
}
.blog__img a {
    display: block;
}
.blog__img a img {
    width: 100%;
    min-height: 225px;
    object-fit: cover;
    object-position: center;
    transition-duration: 0.4s;
    border-radius: 18px 18px 0 0;
}
.blog__wrap:hover .blog__img a img {
    filter: grayscale(100%);
}
.blog__content {
    padding: 25px 24px 50px;
}
.blog__content h4 a {
    color: #102346;
    font-size: 16px;
    font-family: "FatFrank";
    font-weight: 400;
    transition-duration: 0.4s;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}
.blog__content h4 a:hover {
    color: #00c2f2;
}
.blog__content p {
    color: #102346;
    font-size: 16px;
    font-family: "Avenir Next";
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}
.blog__content .d-flex {
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}
.blog_spac {
    margin-top: 50px;
}
.blog__content .d-flex span a {
    color: #00c2f2;
    font-size: 16px;
    font-family: "Avenir Next";
    font-weight: 700;
    transition-duration: 0.4s;
}
.blog__content .d-flex span a:hover {
    color: #00aff0;
}
.continue_reading {
    display: inline-block;
    color: #00aff0;
    font-size: 16px;
    font-family: "Avenir Next";
    font-weight: 700;
    text-align: right;
    text-decoration: underline;
    transition-duration: 0.4s;
}
.continue_reading:hover {
    color: #00c2f2;
    text-decoration: none;
}
.middle_form {
    margin-top: 50px;
}
.load_button {
    padding: 60px 0;
}
.load_more {
    color: #00c2f2;
    font-size: 16px;
    font-family: "Avenir Next";
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 375px;
    height: 56px;
    border: 1px solid #00aff0;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    letter-spacing: 0.5px;
    transition-duration: 0.4s;
}
.load_more:hover {
    color: #fff;
    background-color: #00aff0;
}
.clone_column {
    display: none;
}
.careers__grid {
    padding-bottom: 50px;
}
.careers__grid .container {
    max-width: 1065px;
}
.head__according {
    text-align: center;
    margin-bottom: 50px;
}
.head__according h3 {
    color: #102346;
    font-size: 36px;
    font-family: "FatFrank";
    font-weight: 400;
    margin-bottom: 35px;
}
.head__according p {
    color: #102346;
    font-size: 20px;
    font-family: "Avenir Next";
    font-weight: 400;
    margin-bottom: 25px;
}
.head__according strong {
    color: #102346;
    font-size: 20px;
    font-family: "Avenir Next";
    font-weight: 700;
}
#accordion_grid .accordion-item {
    margin-bottom: 15px;
    border: none;
    box-shadow: 0px 15px 24px #00c2f240;
    border-radius: 22px !important;
    overflow: hidden;
}
#accordion_grid .accordion-item .accordion-header button {
    padding: 40px 15px 40px 55px;
    color: #102346;
    text-transform: uppercase;
    font-size: 26px;
    font-family: "FatFrank";
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
}
.arrow__sign {
    position: absolute;
    background-color: #00c2f2;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    right: 25px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow__sign img {
    transition-duration: 0.4s;
}
#accordion_grid .accordion-item .accordion-button:not(.collapsed) .arrow__sign img {
    transform: rotate(180deg);
}
#accordion_grid .accordion-item .accordion-button:after {
    display: none;
}
#accordion_grid .accordion-item:first-of-type,
#accordion_grid .accordion-item:last-of-type {
    border-radius: 0;
}
#accordion_grid .accordion-item .accordion-button:not(.collapsed) {
    background: 0 0;
    box-shadow: none;
    border: none;
}
#accordion_grid .accordion-item button:focus {
    border: none;
    box-shadow: none;
}
#accordion_grid .accordion-item .accordion-body {
    padding: 0 45px 45px;
}
#accordion_grid .accordion-item .accordion-body p {
    color: #102346;
    font-size: 20px;
    font-family: "Avenir Next";
    font-weight: 400;
    margin-bottom: 25px;
}
#accordion_grid .accordion-item .accordion-body .call__btn {
    background-color: #102346;
    color: #fff;
    font-size: 16px;
    width: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-radius: 7px;
    font-family: "Avenir Next";
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition-duration: 0.4s;
}
#accordion_grid .accordion-item .accordion-body .call__btn:hover {
    background-color: #00c2f2;
    color: #fff;
}
.design_overide .banner_grid {
    margin-bottom: 20px;
}
.design_overide .form_design {
    padding-top: 0 !important;
}
.design_overide .banner_grid .row.g-0 {
    max-width: 1300px;
    margin: 0 auto;
}
.design_overide .banner_grid .pool_banner_image {
    margin-top: -8px;
    padding-left: 10px;
}
.design_overide .banner_grid .fixed_title_content h1 {
    padding-top: 5px;
    margin-bottom: 50px;
}
.design_overide .banner_grid .fixed_title_content p {
    margin-bottom: 25px;
}
.baner_title_desc p:empty {
    display: none;
}
.design_overide .banner_grid .fixed_title_content {
    width: 492px;
}
.design_overide .how_much_cost.pool_cost:after {
    top: 120px;
}
.design_overide .how_much_cost.pool_cost .full_width_grid {
    align-items: flex-start;
}
.design_overide .how_much_cost.pool_cost .full_width_grid .fixed__full_content {
    margin: 0;
    padding: 0 60px;
}
.design_overide .how_much_cost.pool_cost .full_width_grid .fixed__full_content .inner_content {
    max-width: 670px;
}
.design_overide .how_much_cost.pool_cost .full_width_grid .fixed__full_content .inner_content h4 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.design_overide .how_much_cost.pool_cost .full_width_grid .fixed__full_content .inner_content h4:empty {
    display: none;
}
.design_overide .how_much_cost.pool_cost .full_width_grid .fixed__full_content .inner_content p {
    line-height: 26px;
}
.committed__content h3 {
    text-align: center;
    color: #102346;
    font-size: 36px;
    margin-bottom: 50px;
    font-family: "FatFrank";
    font-weight: 400;
}
.call__action {
    margin-top: 55px;
}
.call__action .btn__call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 418px;
    height: 55px;
    background-color: #00aff0;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    transition-duration: 0.4s;
    margin: 0 auto;
    font-family: "Avenir Next";
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    z-index: 555;
}
.call__action .btn__call:hover {
    background-color: #00c2f2;
    color: #fff;
}
.add_post_content {
    align-items: flex-start;
}
.add_post_content .fixed_logo {
    min-width: 225px;
}
.add_post_content h1 {
    max-width: 800px;
    padding-top: 50px;
}
.blog_content .blog_spac > .blog-posts > .wp-block-image {
    margin: 30px 0 25px;
}
.blog_content .blog_spac {
    margin-top: 30px;
}
.add__blog_content .pool_form_title {
    color: #102346;
    font-family: "FatFrank";
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 35px;
    margin: 60px 0 -5px;
    text-align: center;
}
.pool_content p a {
    color: #102346;
}
.pool_content p a:hover {
    color: #00c2f2;
}
.single-post-wrapper {
    max-width: 1060px;
    margin: 20px auto;
    padding: 0 25px;
}
.single-post-wrapper .has-text-align-center {
    color: #27bdee;
    font-size: 18px;
}
.single-post-wrapper figure {
    margin: 30px 0 40px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 15px 0 0;
}
.single-post-wrapper figure img {
    width: 100%;
    border-radius: 10px 15px 0 0;
}
.single-post-wrapper h2 {
    color: #102346;
    text-transform: uppercase;
    font-family: "FatFrank";
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: 28px;
}
.single-post-wrapper h1 {
    color: #102346;
    text-transform: uppercase;
    font-family: "FatFrank";
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: 30px;
}
.single-post-wrapper h4 {
    color: #102346;
    text-transform: uppercase;
    font-family: "FatFrank";
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: 22px;
}
.single-post-wrapper h5 {
    color: #102346;
    text-transform: uppercase;
    font-family: "FatFrank";
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: 20px;
}
.single-post-wrapper h6 {
    color: #102346;
    text-transform: uppercase;
    font-family: "FatFrank";
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: 18px;
}
.single-post-wrapper p {
    color: #122547;
    margin-bottom: 25px;
    font-size: 15px;
}
.single-post-wrapper h3 {
    color: #102346;
    text-transform: uppercase;
    font-family: "FatFrank";
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 22px;
}
.single-post-wrapper p {
    color: #122547;
    margin-bottom: 25px;
    font-size: 15px;
}
.single-post-wrapper figure {
    margin: 0;
    width: 100%;
}
.single-post-wrapper ul li {
    color: #122547;
    margin-bottom: 25px;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
}
.single-post-wrapper ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00c2f2;
}
.single-post-wrapper ol {
    counter-reset: ol_counter;
}
.single-post-wrapper ol li {
    color: #122547;
    margin-bottom: 25px;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    counter-increment: ol_counter;
}
.single-post-wrapper ol li:after {
    content: counter(ol_counter) ". ";
    position: absolute;
    left: 0;
    top: 0;
}
.single-post-wrapper img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}
.single-post-wrapper img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.single-post-wrapper img.aligncenter {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1200px) {
    .single-post-wrapper figure {
        margin: 20px 0 15px;
    }
    .single-post-wrapper figure {
        padding: 0 15px;
    }
    .single-post-wrapper h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .single-post-wrapper p {
        margin-bottom: 10px;
    }
    .single-post-wrapper h3 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 20px;
    }
    .single-post-wrapper h1 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .single-post-wrapper h4 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 20px;
    }
    .single-post-wrapper h5 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .single-post-wrapper h6 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .single-post-wrapper ul li {
        margin-bottom: 15px;
        padding-left: 20px;
    }
    .single-post-wrapper ol li {
        margin-bottom: 15px;
        padding-left: 20px;
    }
    .single-post-wrapper .is-layout-flex {
        margin: 10px auto;
    }
    .single-post-wrapper figure {
        padding: 0;
    }
    .single-post-wrapper img.aligncenter {
        margin-bottom: 10px;
    }
    .single-post-wrapper img.alignright {
        margin-left: 20px;
        width: 50%;
    }
    .single-post-wrapper img.alignleft {
        margin-right: 20px;
        width: 50%;
    }
}
@media only screen and (max-width: 900px) {
    .single-post-wrapper {
        max-width: 1060px;
        padding: 0 35px;
    }
    .single-post-wrapper iframe {
        height: 430px;
    }
}
@media only screen and (max-width: 767px) {
    .single-post-wrapper img.alignright {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .single-post-wrapper img.alignleft {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .single-post-wrapper img.aligncenter {
        margin-top: 10px;
    }
    .single-post-wrapper iframe {
        width: 100%;
    }
    .single-post-wrapper iframe {
        height: 390px;
    }
}
@media only screen and (max-width: 575px) {
    .single-post-wrapper h2 {
        font-size: 20px;
    }
    .single-post-wrapper h3 {
        font-size: 18px;
    }
    .single-post-wrapper h1 {
        font-size: 22px;
    }
    .single-post-wrapper h4 {
        font-size: 16px;
    }
    .single-post-wrapper h5 {
        font-size: 14px;
    }
    .single-post-wrapper h6 {
        font-size: 12px;
    }
    .single-post-wrapper iframe {
        height: 200px;
    }
}
