.contentarea img {
    height: auto;
}

.gallery .pics {
    margin: 5px;
}
.blog #main article {
    clear: both;
}
.blog .alignleft img {
    max-width: 320px;
    height: auto;
}
.single .alignleft img {
    max-width: 450px;
}

/*.head-button-right {*/
/*    display:none;*/
/*}*/
.contact-page-info {
    margin-top: 50px;
}
@supports (object-fit: cover) {
    .gallery .pics img {
        width: 380px;
        height: 380px;
    }
}

.contentarea {
    padding: 80px 0;
}
.contentarea .container {
    max-width: 1600px;
}

/* sidebar */
.sidebar {
    padding: 8%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
/* Make sure to change this with the correct bg image */
.loaded .sidebar {
    background-image: url('../images/sidebarbg.webp');
}

.sidebar-inner {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: flex-start;
}

.sidebar-inner h2 {
    font-family: 'Lato', sans-serif;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    font-size: clamp(18px, 5vw, 23px);
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}

.sidebar-inner p {
    color: #fff;
    margin: 0;
}

.sidebar-inner .phone {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: clamp(16px, 5vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.9px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.sidebar-inner .main-btn {
    margin: 0;
}

.sidebar-inner .main4-btn {
    background-color: #4f97d2;
}

.sidebar-inner .main4-btn:hover {
    background-color: white;
}

.sidebar-inner h4 {
    color: #fff;
}

/* Before and after section*/
.before-after-section {
    padding: 20px 0 5px;
}

.before-after-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.before-after-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    width: min(29vw, 506px);
    height: min(13vw, 261px);
}
.before-after-section .bp-slider-box {
    width: min(29vw, 506px);
    height: min(13vw, 261px);
    background-color: #000;
    position: relative;
    margin: 0 auto;
    border: 3px solid #4f97d2;
}
.before-after-section .bp-slider-box {
    background: #000;
    background-size: cover;
}
.before-after-section .bp-slider-box .resize-box {
    background: #1c6fad;
    background-size: cover;
}
.before-after-section .bp-slider-box .resize-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: #4f97d2;
}

.before-after-section .bp-slider-box .bp-slider {
    background-color: #4f97d2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: 0;
    width: min(1vw, 6px);
    cursor: ew-resize;
}
.before-after-section .bp-slider-box .bp-slider::after {
    content: '';
    position: absolute;
    bottom: 50%;
    margin: 0 auto;
    width: clamp(20px, 4vw, 46px);
    height: clamp(20px, 4vw, 46px);
    text-align: center;
    border-radius: 50%;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateX(-45%) translateY(50%);
}

.slider-instruc {
    margin: auto;
    max-width: 600px;
    width: 100%;
    display: block;
}

.loaded .before-after-section .bp-slider-box .bp-slider::after {
    /* Replace this with the mocked up slider circle containing arrows */
    background-image: url('../images/beforeafterslider.webp');
}
/* Slider 1 */
.loaded .before-after-section .bp-slider-box.slider-1 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after.webp');
}
.loaded .before-after-section .bp-slider-box.slider-1 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before.webp');
}
/* Slider 2 */
.loaded .before-after-section .bp-slider-box.slider-2 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after2.webp');
}
.loaded .before-after-section .bp-slider-box.slider-2 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before2.webp');
}
/* Slider 3 */
.loaded .before-after-section .bp-slider-box.slider-3 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after3.webp');
}
.loaded .before-after-section .bp-slider-box.slider-3 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before3.webp');
}
/* Slider 4 */
.loaded .before-after-section .bp-slider-box.slider-4 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after4.webp');
}
.loaded .before-after-section .bp-slider-box.slider-4 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before4.webp');
}
/* Slider 5 */
.loaded .before-after-section .bp-slider-box.slider-5 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after5.webp');
}
.loaded .before-after-section .bp-slider-box.slider-5 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before5.webp');
}
/* Slider 6 */
.loaded .before-after-section .bp-slider-box.slider-6 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after6.webp');
}
.loaded .before-after-section .bp-slider-box.slider-6 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before6.webp');
}
/* Slider 7 */
.loaded .before-after-section .bp-slider-box.slider-7 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after7.webp');
}
.loaded .before-after-section .bp-slider-box.slider-7 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before7.webp');
}
/* Slider 8 */
.loaded .before-after-section .bp-slider-box.slider-8 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after8.webp');
}
.loaded .before-after-section .bp-slider-box.slider-8 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before8.webp');
}
/* Slider 9 */
.loaded .before-after-section .bp-slider-box.slider-9 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after9.webp');
}
.loaded .before-after-section .bp-slider-box.slider-9 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before9.webp');
}
/* Slider 10 */
.loaded .before-after-section .bp-slider-box.slider-10 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after10.webp');
}
.loaded .before-after-section .bp-slider-box.slider-10 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before10.webp');
}
/* Slider 11 */
.loaded .before-after-section .bp-slider-box.slider-11 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after11.webp');
}
.loaded .before-after-section .bp-slider-box.slider-11 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before11.webp');
}
/* Slider 12 */
.loaded .before-after-section .bp-slider-box.slider-12 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after12.webp');
}
.loaded .before-after-section .bp-slider-box.slider-12 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before12.webp');
    background-size: 27vw;
}
/* Slider 13 */
.loaded .before-after-section .bp-slider-box.slider-13 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after13.webp');
}
.loaded .before-after-section .bp-slider-box.slider-13 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before13.webp');
}

/* Discount page */
h3.discount-center-this {
    text-align: center;
    margin-bottom: 50px;
}
.make-table {
    display: flex;
    flex-direction: column;
    border: 2px solid #4f97d2;
}

.table-content {
}

.table-row {
    display: flex;
    justify-content: space-between;
    background-color: #4f97d2;
    padding: 30px 15px;
    align-items: center;
}

.table-row p {
    margin: 0;
    color: #fff;
}

.table-row p:first-child {
    max-width: 30%;
    width: 100%;
}

.table-row-inner {
    display: flex;
    padding: 20px 10px;
    justify-content: space-between;
}

.table-row-inner td:first-child {
    max-width: 30%;
    width: 100%;
}

.table-row-inner p {
    margin: 0;
}

.table-row-inner td:nth-child(2) {
    max-width: 20%;
    width: 100%;
}

.table-row-inner td:nth-child(3) {
    max-width: 30%;
    width: 100%;
}

.table-row-inner p:nth-child(2) {
    max-width: 20%;
    width: 100%;
}

.table-row-inner p:nth-child(3) {
    max-width: 30%;
    width: 100%;
}
.table-content .table-row-inner:nth-child(odd) {
    background-color: #f4f4f4;
}

.make-table-bottom {
    text-align: center;
    margin: 10px auto;
}

.make-table-bottom h3 {
    color: #4f97d2;
    margin-bottom: 50px;
}

.annual-fee-section {
    background: var(
        --Gradient,
        linear-gradient(90deg, #4f97d2 0%, #26225c 100%)
    );

    /* Drop Shadow */
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 5%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.annual-content {
    text-align: center;
    color: #ffff;
    margin: 20px auto;
}

.annual-content strong {
    font-size: clamp(26px, 5vw, 40px);
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.annual-content p {
    margin: 0;
}

.divide-section {
    padding: 50px 25px;
    text-align: center;
    background-color: #f4f4f4;
    margin-top: 50px;
}

.discount-bottom-section {
    padding: 50px 25px;
    text-align: center;
}

.discount-bottom-section h3 {
    color: #4f97d2;
    border-bottom: 2px solid #4f97d2;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.cherrylink {
    color: #4f97d1;    
}

a.cherrylink:visited {
    color: #4f97d1; 
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (max-width: 1200px) and (min-width: 991px) {
    .sidebar-inner .main4-btn {
        letter-spacing: normal;
    }
}

/* REVIEW PAGE
------------------------------------------*/
.review-page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
}

@media (max-width: 1025px) {
}

@media only screen and (max-width: 991px) {
    .sidebar {
        margin: 30px 0;
    }
    .before-after-section .bp-slider-box {
        width: min(100vw, 506px);
        height: min(44vw, 261px);
    }
    .before-after-box {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .loaded .before-after-section .bp-slider-box.slider-12 .resize-box {
        background-size: min(100vw, 506px);
    }
}

@media only screen and (max-width: 767px) {
}

@media all and (max-width: 600px) {
    .contentarea {
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    .gallery .pics {
        margin: 0 0 10px;
    }

    .before-after-section .bp-slider-box {
        width: min(100vw, 300px);
        height: min(40vw, 261px);
    }
    .loaded .before-after-section .bp-slider-box.slider-12 .resize-box {
        background-size: min(100vw, 300px);
    }

    @supports (object-fit: cover) {
        .gallery .pics img {
            width: 300px;
            height: 300px;
        }
    }
}
