﻿/* 
  ##Device = All resolutions
  ##Screen = Styles for all resolutions
*/
#cta_buttons {
    padding: 3rem 0rem 0rem 0rem;
}


.cta-section-title {
    text-align: center;
}

.cta-section-buttons-container {
    text-align: center;
    padding: 0rem 4rem;
}

    .cta-section-buttons-container .row {
        margin: 0;
    }

.cta-section-buttons-container-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0rem;
    height: 7rem;
}

    .cta-section-buttons-container-img a {
        height: fit-content;
    }

        .cta-section-buttons-container-img a:hover img {
            transform: scale(1.125);
            transition: all 300ms;
        }

        .cta-section-buttons-container-img a:hover .cta-section-buttons-container-text a {
            font-weight: 600;
        }

.seasonal-offer_service-btn-white {
    background-color: #fff;
    outline: 1.5px solid #000;
    border: 2.5px solid transparent;
    margin-top: 2rem;
    display: flex;
    text-decoration: none;
    justify-content: center;
    border-radius: 4px;
    padding: 1.2rem;
    color: #000;
    line-height: 1;
    font-family: 'TypeNextProRegular';
    height: 54px;
    margin: 1.13rem auto;
}

    .seasonal-offer_service-btn-white:hover {
        background-color: #fff;
        color: black;
        outline: 0px solid transparent;
        border: solid 2.5px black;
    }

/* 
  ##Device = Desktops very high
  ##Screen = 1920px to higher resolution desktops
*/
@media (min-width: 1920px) {
    /* CSS */
    .cta-section-buttons {
        padding: 4rem 16rem;
    }

    .seasonal-offer_service-btn-white {
        height: 61px;
    }

    .a-hight {
        font-size: 22px !important;
    }
}


/* 
  ##Device = Desktops large
  ##Screen = B/w 1281px to 1919px
*/

@media (min-width: 1281px) and (max-width: 1919px) {

    /* CSS */
    .cta-section-buttons {
        padding: 4rem 8rem;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */
    .cta-section-buttons-container-text {
        height: 5rem;
    }

    .cta-section-buttons {
        padding: 2rem 4rem;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .cta-section-buttons {
        padding: 2rem 2rem;
    }

    .cta-section-buttons-container {
        text-align: center;
        padding: 0rem 1rem;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */
    .cta-section-buttons {
        padding: 2rem 2rem;
    }

    .cta-section-buttons-container {
        text-align: center;
        padding: 0rem 1rem;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    .cta-section-buttons {
        padding: 0rem 4rem 2rem 4rem;
    }

    .cta-section-buttons-container {
        text-align: center;
        padding: 4rem 3rem;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .cta-section-title {
        padding: 0rem 2rem;
    }

    .cta-section-buttons {
        padding: 0rem 4rem 2rem 4rem;
    }

    .cta-section-buttons-container {
        text-align: center;
        padding: 1rem 0rem;
    }

    #cta_buttons {
        padding: 3rem 0rem 0rem 0rem;
    }
}
