.three-cta-buttons.cta--light-blue {
    color: var(--white);
    background-color: var(--light-blue);
}

.three-cta-buttons.cta--dark-blue {
    color: var(--white);
    background-color: var(--dark-blue);
}

.three-cta-buttons .col-md-4 {
    margin: 10px auto;
}

.three-cta-buttons h2 {
    padding-bottom: 36px;
    font-size: 40px;
    color: var(--dark-blue);
    text-align: center;
}

.three-cta-buttons .btn-icon-coll {
    padding: 19px 70px 19px 25px;
    display: block;
    max-width: 95%;
    margin: 0 auto !important;
    background: #1e4f9d;
    color: #fff;
    border: 1px solid #1e4f9d;
}

.three-cta-buttons .btn-icon-coll::before {
    background: #081429;
    border: 1px solid #081429;
    box-shadow: 0 10px 30px rgb(8 20 41 / 80%);
}

.three-cta-buttons.cta--dark-blue .btn-icon-coll,
.three-cta-buttons.cta--light-blue .btn-icon-coll {
    color: #000;
    background-color: #fff;
}

.three-cta-buttons .schedule-appt-btn {
    height: 74px;
    display: block;
    padding: 25px 30px;
    margin: 0 auto;
    max-width: 95%;
    text-align: center;
    border-radius: 6px;
    position: relative;
    top: -8px;
    font-size: 19px;
}


.three-cta-buttons .btn-icon::before {
    width: 60px;
    height: 60px;
    padding-right: 15px;
}

.three-cta-buttons .btn-secondary {
    max-width: 95%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 18px 25px;
    background-color: var(--light-blue);
    color: #fff;
}

.three-cta-buttons .schedule-appt-btn {
    background-color: #f26727;
}

.three-cta-buttons .schedule-appt-btn:hover {
    box-shadow: 0 10px 30px rgb(255 107 11 / 74%);
}

.three-cta-buttons .btn-secondary:hover,
.three-cta-buttons .btn-icon-coll:hover {
    box-shadow: 0 10px 30px rgba(109, 151, 248, 0.63);
}

.three-cta-buttons.cta--dark-blue .btn-secondary,
.three-cta-buttons.cta--light-blue .btn-secondary {
    background: #fff;
    color: #000;
    transition: all ease-in-out 0.3s;
}

/* .three-cta-buttons.cta--dark-blue .schedule-appt-btn {
    background-color: #1e4e9d;
    color: #fff;
} */

/* .three-cta-buttons.cta--dark-blue .btn-secondary,
.three-cta-buttons.cta--light-blue .btn-secondary {
    background-color: var(--light-blue);
    color: #fff;
} */

.three-cta-buttons.cta--dark-blue .schedule-appt-btn:hover,
.three-cta-buttons.cta--light-blue .schedule-appt-btn:hover {
    box-shadow: 0 10px 30px rgb(255 107 11 / 74%)
}

.three-cta-buttons.cta--dark-blue .btn-secondary:hover,
.three-cta-buttons.cta--light-blue .btn-secondary:hover {
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.63);
    text-decoration: none !important;
}

.schedule-appt-btn:hover {
    text-decoration: none;
}

.three-cta-buttons .btn-secondary .icon-email {
    margin-right: 13px;
}

.three-cta-buttons.three-cta-buttons.cta--dark-blue h2,
.three-cta-buttons.three-cta-buttons.cta--light-blue h2 {
    color: #fff;
}

.three-cta-buttons.cta--dark-blue .btn-icon-coll:hover,
.three-cta-buttons.cta--light-blue .btn-icon-coll:hover {
    color: #000;
}

.btn-phone i {
    position: absolute;
    left: 30px;
    font-size: 20px;
    top: 16px;
}

@media( max-width : 1024px ) {
    .three-cta-buttons .schedule-appt-btn {
        top: 0;
        margin: 0px auto;
        font-size: 17px;
        padding: 25px 10px!important;
    }
}

@media( max-width : 1200px ) {
    .three-cta-buttons .schedule-appt-btn {
        font-size: 17px;
    }
    
    .btn-phone i {
        position: relative;
        left: 0;
        font-size: 20px;
        top: 0;
        margin-right: 10px;
    }
}

@media screen and (min-width: 1025px) {
    .col-md-4.text-us-btn {
        display: none;
    }
}