/*CSS for CTA section starts*/

.cta-container {
    position: relative;
    background-color: #F7F7F7;
}

.cta-container .cta-section {
    position: relative;
    max-width: 1000px;
    width: 100%;
    min-height: 288px;
    top: -180px;
    z-index: 3;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 8px;
    background-color: #FFF;
    left: calc(50% - 500px);
    margin: 0;
}

.cta-container .cta-section .cta-column {
    padding: 35px 10px 28px 33px;
    border-right: solid 1px #E8E8E8;
    min-height: 288px;
}

.cta-container .cta-section .cta-column:last-child {
    border: none;
}

.cta-container .cta-section .cta-column .image-cont {
    min-height: 69px;
    max-height: 69px;
}

.cta-container .cta-section .cta-column .image-cont img {
    max-height: 69px;
}

.cta-container .cta-section .cta-column .fix-section {
    position: absolute;
    bottom: 30px;
}

.cta-container .cta-section .cta-column .desc {
    margin: 16px 0 90px 0;
    width: 100%;
}

.cta-container .cta-section .cta-column .note {
    margin-top: 11px;
}

.btn {
    color: #FFFFFF;
    font-family: "roboto-bold-webfont";
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    padding: 6px 32.5px;
    min-height: 35px;
    background: linear-gradient(to left, #E11B22 50%, #9b1217 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease;
    border-radius: 4px;
    user-select: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn:hover {
    background-position: left bottom;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #FFFFFF;
    text-decoration: none;
}


/*CSS for description section starts*/

.description-container {
    background-color: #F7F7F7;
    padding: 0px 0 94px 0;
    border-radius: 4px;
    margin-top: -185px;
}

.description-container .description-section {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.description-container .description-section .imp-note {
    background-color: #E8E8E8;
    color: #0A1633;
    font-family: "roboto-regular-webfont";
    max-width: 596px;
    width: 100%;
    margin: 32px auto 0px auto;
    font-size: 14px;
    padding: 5px 10px 5px 16px;
    border-radius: 4px;
    text-align: center;
}

.description-container .description-section .text-section {
    max-width: 746px;
    margin-top: 84px;
}

.description-container .description-section .text-section h3 {
    font-size: 48px;
    font-family: 'roboto-bold-webfont';
    font-weight: 600;
    color: #0A1633;
    margin-bottom: 30px;
}

.description-container .description-section .text-section p {
    font-size: 18px;
    line-height: 34px;
    color: #0A1633;
    font-family: "roboto-regular-webfont";
    margin: 0px;
}

@media screen and (max-width:1024px) {
    .cta-container .cta-section {
        top: -110px;
        max-width: 100%;
        left: 0;
    }
    .cta-container .cta-section .cta-column {
        /* padding: 35px 0 0 25px; */
    }
    .description-container {
        padding: 185px 0 92px 0;
    }
    .description-container .description-section {
        margin: 0;
    }
    .description-container .description-section .text-section {
        padding-left: 33px;
    }
}

@media screen and (max-width:768px) {
    .cta-container .cta-section .cta-column.col-md-3 {
        padding: 35px 0 0 12px;
    }
    .cta-container .cta-section .cta-column .fix-section {
        bottom: 30px;
    }
    .cta-section p.desc,
    .cta-section p.note,
    .cta-section .btn {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width:767px) {
    .cta-container {
        background-color: #F7F7F7;
        border-radius: 4px;
        margin-top: -5px;
    }
    .cta-container .cta-section {
        position: relative;
        top: -30px;
        padding-left: 0px;
        max-width: 324px;
        margin: 0 auto;
    }
    .cta-container .cta-section .cta-column.col-md-6,
    .cta-container .cta-section .cta-column.col-md-3,
    .cta-container .cta-section .cta-column.col-md-4 {
        height: auto;
        min-height: auto;
        border: none;
        padding: 31px 0 43px 30px;
        border-bottom: solid 1px #E8E8E8;
    }
    .cta-container .cta-section .cta-column:last-child {
        border: none;
    }
    .cta-container .cta-section .cta-column .fix-section {
        position: static;
    }
    .cta-container .cta-section .cta-column .note {
        margin-top: 15px;
    }
    /*description css*/
    .description-container {
        padding-top: 0px;
        margin-top: -2px;
    }
    .description-container .description-section .imp-note {
        max-width: 324px;
        margin: 0 auto;
        padding: 8px 0;        
    }
    .description-container .description-section .text-section {
        margin-top: 120px;
        padding: 0 27px;
    }
    .description-container .description-section .text-section h3 {
        font-size: 36px;
        margin-bottom: 44px;
        line-height: 44px;
    }
    .cta-section p.desc,
    .cta-section p.note,
    .cta-section .btn {
        font-size: 18px;
    }
    .cta-container .cta-section .cta-column .desc {
        margin-bottom: 28px;
    }
}