.get-in-touch-a {
    font-size: 27px;
    text-align: center;
    margin: 40px 0;
    color: #e00000;
    font-weight: 500;
}

a.new-cta-buttons {
    width: 100%;
    color: #fff;
    min-height: 200px;
    padding-top: 50px;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    font-size: 26px;
    color: #e74639;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 30px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
    -webkit-text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
    -ms-text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}

a.new-cta-buttons .fa,
.far {
    display: block;
    margin: 0 auto 10px;
    font-size: 36px;
    color: #1b3f50;
}

.red-bg {
    background: #fdfde2;
    border: 2px dashed #e3e610;
}

.orange-bg {
    background: #ffe9e8;
    border: 2px dashed #ff4a3d;
}

.yellow-bg {
    background: #fff7e6;
    border: 2px dashed #f0ac1a;
}

a.new-cta-buttons:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:767px) {
    .email-channel-request-modal .modal-header {
        min-height: 7rem
    }

    .email-channel-request-modal .request-callback-form {
        padding: 0
    }

    .email-channel-request-modal .modal-header .modal-title {
        font-size: 20px;
        padding: 0 10px
    }

    .custom-cpacha input {
        width: 31% !important
    }

    .cpacha-ref input[type=button] {
        width: 40px !important;
        height: 40px;
        margin-right: 0 !important
    }

    .email-channel-request-modal .callnow,
    .email-channel-request-modal .callnow a {
        font-size: 16px
    }
}

.channels-cat-in p {
    color: #000000;
    font-size: 18px;
    text-shadow: none !important;
}

.channels-cat img {
    width: auto;
    height: auto;
}

.channels-cat li {
    width: 12.3%;
    float: left;
    list-style: none;
    text-align: center;
    min-height: 156px;
    position: relative;
    text-align: center;
    padding-top: 20px;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.channels-cat li:nth-child(odd) {
    background: #ebebeb;
}

.channels-cat li:nth-child(even) {
    background: #bcd2e2;
}

.channels-cat li a {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: block;
}

.white-channel-icon {
    display: none;
    width: auto;
}

.channels-cat li hover {
    background-image: linear-gradient(to left bottom, #efaa1a, #ffd06d, #1f4655, #efaa1a, #efaa1a);
    text-align: center;
    border-radius: 40px;

    -webkit-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    z-index: 999;
}

.channels-cat li:hover .color-channel-icon {
    display: none;
}

.channels-cat li:hover .white-channel-icon {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.channels-cat li:hover p {
    color: #fff;
}

.box2-channels {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
}

@media only screen and (max-width : 991px) {
    .channels-cat li {
        width: 22.6%;
    }
}

@media only screen and (max-width : 767px) {
    .channels-cat li {
        width: 32.6%;

    }

    .channels-cat-in p {
        font-size: 16px;
    }
}

@media only screen and (max-width : 360px) {
    .channels-cat li {
        width: 49.6%;
    }
}