body {
    ffont-family: Aleck, sans-serif;
}

.att_alec_bold{
    font-family: 'ATT Aleck Sans Bold',Helvetica, Arial, Lucida, sans-serif;
}

@media only screen and (min-width: 100px) {
    .schedule_heading_mobile{
        color: #878C94;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.3em;
    }
    .h-500{
        height: 120px;
    }
}
@media only screen and (min-width: 300px) {
    .h-500{
        height: 180px;
    }
}
@media only screen and (min-width: 500px) {
    .h-500{
        height: 240px;
    }
}
@media only screen and (min-width: 800px) {
    .schedule_heading{
        color: #878C94;
        font-size: 40px;
        font-weight: 400;
        line-height: 1.3em;
    }
    .h-500{
        height: 250px;
    }
}

@media only screen and (min-width: 1000px) {
    .h-500{
        height: 320px;
    }
}

@media only screen and (min-width: 1200px) {
    .h-500{
        height: 500px;
    }
}

.background-overlay-custom {
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
    background-color: #000;
    opacity: .5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


.biz-image-bg {
    background-color: #0082BE;
    background-image: url(../images/small-biz-image.png);
    background-position: center center;
    background-size: cover;
}


.att_alec_reg{
    font-family: 'ATT Aleck Sans Reg',Helvetica, Arial, Lucida, sans-serif;
}

.att_cobalt{
    background-color: #0057B8;
}

.att_blue{
    background-color: #009FDB;
}
.att_blue_text{
    color: #6EC1E4;
}
.border-blue{
    border-color: #6EC1E4 !important;
}
.att_lime{
    background-color: #91DC00;
}
.att_berry{
    background-color: #FF585D;
}
.att_dark_gray{
    background-color: #DCDFE3;
}
.att_dark_gray_svg{
    color: #DCDFE3;
}

.bluegradient{
    background: rgb(0,121,177);
    background: linear-gradient(90deg, rgba(0,121,177,1) 0%, rgba(0,159,219,1) 35%, rgba(0,201,255,1) 100%);
}

.pinkgradient{
    background: rgb(0,121,177);
    background: linear-gradient(90deg, rgb(177, 10, 141) 0%, rgb(152, 36, 219) 35%, rgb(22, 43, 255) 100%);
}

.bluegradient-reverse{
    background: rgb(0,121,177);
    background: linear-gradient(90deg, rgba(0,201,255,1) 0%, rgba(0,159,219,1) 35%, rgba(0,121,177,1) 100%);
}

.graygradient{
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 231, 235) 35%, rgb(220, 223, 227) 100%);
}

.subtle-gray-gradient {
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #6B7280, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #6B7280, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.fab{
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 60px;
    padding: 12px;
}
.fa-facebook-f{
    background: #3b5998;
}
.fa-twitter{
    background: #1da1f2;
}
.fa-linkedin-in {
    background: #0077b5;
}
.fa-instagram {
    background: #262626;
}

.ui-menu{
    max-width:200px;
}

.select2-results__option{
    width:100%;
}
.select2-selection__arrow{
    visibility: hidden;
}
.select2-container--classic .select2-selection--single{
    border-radius: 0px !important;
    border:none !important;
    background-image: none !important;
    background-color: rgb(243 244 246) !important;
    margin-top: 8px !important;
    height: 44px !important;
}
select2-selection select2-selection--single{
    border-radius: 0px !important;
    border:none !important;;
    background-image: none !important;
    background-color: rgb(243 244 246) !important;
    margin-top: 8px !important;
    height: 44px !important;
}

.zipadjustfonrtpage #select2-zip-container{
    padding: 5% !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #9ca3af;
}

#select2-zip-container{
    padding: 2%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #9ca3af;
}

#date{
    color: gray;
}

.blue-box{
    background-color: #009FDB;
}
.text-lightblue{
    color: #009FDB;
}
.border-lightblue{
    color: #009FDB;
    border-color: rgba(0,159,219,var(--border-opacity));
}
.text-gradient {
    background-image: linear-gradient(to right, #0057B8, #0057B8, #AF29BB, #AF29BB);
    -webkit-background-clip: text;
    display: inline-block;
    -webkit-text-fill-color: #0000;
}
.hero-form .single-field {
    margin-bottom: 1.5rem;
}


.hero-form .left-col, .hero-form .right-col{
    padding: 2rem;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
}

.hero-form .single-field input, .hero-form .single-field select, .hero-form .single-field textarea {
    border: 1px solid #c6c6c6;
    width: 100%;
    border-radius: 5px;
    color: #878c94;
}

#limited-offers {
    min-height: 525px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media only screen and (max-width: 400px){
    .slick-slide{
        width: 320px !important;
    }
}

@media only screen and (max-width: 1024px){
    .slick-slide{
        width: 320px !important;
    }
}
@media only screen and (max-width: 1800px){
    .slick-slide{
        width: 320px !important;
    }
}

.to-yellow {
    --gradient-to-color: #FFB000;
}
.from-orange {
    --gradient-from-color: #FF585D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 88, 93, 0));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--gradient-color-stops)) !important;
}
.to-lightblue {
    --gradient-to-color: #009FDB;
}

.from-blue {
    --gradient-from-color: #0057B8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 87, 184, 0));
}


/*swiper*/
.secondary-offers .single-offer {
    border-top: 5px solid #91DD01;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.strong-rating span.star:before {
    color: #ffffff!important;
    background: #ffffff!important;
}
.wpmtst-testimonial .strong-rating span.star:before {
    width: 50px;
    height: 35px;
}
.wpmtst-testimonial .testimonial-name {
    font-size: 1.4em !important;
}

.newsletter-signup input[type="submit"] {
    background: #0057b8;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.newsletter-signup input {
    padding: 15px 25px;
}

/* new style */
.hero-form .single-field label {
    font-weight: 500;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
}

.hero-form .submit-btn #sendmail {
    background: #009FDB;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 50px;
    border-radius: 5px;
    border: 1px solid #009FDB;
}

.wpmtst-testimonial .testimonial-inner p {
    font-size: 0.8em;
    margin: 1em 0;
}
.redcustombutton{
    background-color: indianred !important;
}
.zindexzero{
    z-index: 0 !important;
}
/*custom class to make bigger font*/
@media (min-width: 1024px) {
    .lg-text-2point2rem {
        font-size: 2.2rem;
    }
    .lg-botmttopandleft{
        margin-top: 3px;
        margin-left: 10px;
    }
    .redcustombutton{
        background-color: indianred;
    }
}