/*

Theme Name:    collateral

Theme URI:     

Description:    Child theme for collateral

Author:         collateral

Author URI:     

Template:       Divi

Version:        1.0.0

*/


@font-face {
    font-family: 'Gotham';
    src: url('include/fonts/Gotham-Bold.woff2') format('woff2'),
        url('include/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('include/fonts/Gotham-Black.woff2') format('woff2'),
        url('include/fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('include/fonts/Gotham-Medium.woff2') format('woff2'),
        url('include/fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('include/fonts/Gotham-Book.woff2') format('woff2'),
        url('include/fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('include/fonts/Gotham-Light.woff2') format('woff2'),
        url('include/fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('include/fonts/Gotham-Light.woff2') format('woff2'),
        url('include/fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('include/fonts/Gotham-Bold.woff2') format('woff2'),
        url('include/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('include/fonts/Gotham-Medium.woff2') format('woff2'),
        url('include/fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('include/fonts/Gotham-Thin.woff2') format('woff2'),
        url('include/fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
/* MYRIAD FONT */
@import url('https://fonts.cdnfonts.com/css/myriad-pro');
/* END */
body {
    line-height: 1.2;
}
.first_font{
    font-family: 'Gotham';
}
.second_font{
    font-family: 'Myriad Pro', sans-serif;
}
.main_heading {
    font-size: 65px;
    font-weight: 600;
    padding-bottom: 15px !important;
}
.main_content {
    font-size: 35px;
}
/*------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');*/

:root {
    --color_primary: #00254A;
    --color_secondary: #000000;
    --color_text: #000000;
    --color_white: #fff;
}
::selection {
    background: var(--color_primary);
    color: var(--color_white);
}
.fix_padding{
    padding: 50px 0 !important;
}
.padding_0{
    padding: 0 !important;
}
.fix_width{
    width: 1500px !important;
}
.tc{
    text-align: center;
    margin: auto !important;
}
p{
    padding-bottom: 0 !important;
    color: #000000 !important;
}
.wt{
    color: #fff !important;
}
.body_font {
    font-size: 30px;
}
/* ------------------------------------ */
/* ---------- SLIDER SECTION ---------- */
/* ------------------------------------ */
.main_banner_block.et_pb_slider .et-pb-arrow-prev{
    left: 22px;
    opacity: 1;
}
.main_banner_block.et_pb_slider .et-pb-arrow-next {
    right: 22px;
    opacity: 1;
}

.et-pb-arrow-next,
.et-pb-arrow-prev{
    color: #000 !important;
}
.et_pb_section.main_banner_section {
    display: flex;
    width: 100%;
    height: 100%;
}
.main_banner_section .et_pb_slide {
    background-size: auto 650px !important;
    height: 930px;
    /* transform: scale(0); */
    transform: translate(-100%, -0%);
    transition: 1s;
}
.main_banner_section .et_pb_slide.et-pb-active-slide {
    /* transform: scale(1); */
    transform: translate(0%, -0%);
    transition: 1s;
}
.main_banner_section {
    height: 900px;
    display: flex;
}
.et_pb_slide_image{
    width: 100% !important;
    margin-right: 0 !important;
}
.main_banner_row {
    margin: auto !important;
    padding: 0 !important;
}
.main_banner_block img {
    width: 100%;
    height: 700px;
    object-fit: contain;
}
.content_outter {
    width: 1030px;
    margin: auto !important;
}
.box_content_block .body_font{
    text-transform: uppercase;
}
/* --------------------------------- */
/* ---------- FEATURE BOX ---------- */
/* --------------------------------- */
.about_section:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: calc(100% - 90%);
    bottom: 48%;
    left: 0;
}
.box_inner {
    display: flex;
    width: 45%;
}
.box_img_block {
    margin: auto;
}
.box_content_block {
    margin: auto;
    text-align: right;
}
.box_outter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.content_box_row {
    padding: 50px !important;
    border-radius: 120px;
}
.box_outter .box_inner:nth-child(3) .box_img_block{
    padding-left: 20px;
}
.box_outter .box_inner:nth-child(4){
    flex-direction: row-reverse;
}
.about_section {
    background-size: contain !important;
    background-position: bottom center !important;
    padding-bottom: 350px !important;
}
/* ------------------------------------ */
/* ---------- FILLER SECTION ---------- */
/* ------------------------------------ */
.filler_section {
    margin-top: -80px;
    background: transparent;
}
.box_filler_block .main_content {
    text-transform: uppercase;
    color: #ed1940 !important;
}
.box_filler_block .filler_outter{
    border: 2px solid #000;
    background-color: #fff;
    width: 800px;
    padding: 30px;
}
.filler_outter {
    margin: auto;
    font-weight: 700;
}
/* ------------------------------------------ */
/* ---------- SANTA FILLER SECTION ---------- */
/* ------------------------------------------ */
.santa_block .filler_outter {
    width: 530px;
}
img.santa_img_filler_box {
    width: 100%;
    height: 700px;
    object-fit: contain;
}
.santa_img_filler_block span{
    color: #ffcd00 !important;
}
.filler_outter {
    margin: auto;
    font-weight: 700;
    display: flex;
    width: 100%;
}
img.santa_img_filler_box {
    width: 100%;
    height: 750px;
    object-fit: contain;
}
.santa_img_filler_block .main_heading {
    width: 501px;
    margin: auto;
    text-transform: uppercase;
    font-size: 50px;
    padding: 0 !important;
    color: #fff !important;
}
.santa_main_heading_box {
    position: absolute;
    width: 100%;
    top: 110px;
    left: -25px;
    margin: auto !important;
    height: 100%;
    display: flex;
}
/* ---------------------------------- */
/* ---------- GIFT SECTION ---------- */
/* ---------------------------------- */
.gift_section {
    padding: 310px 0 430px 0 !important;
    margin: -350px 0 -550px 0;
}
img.gift_img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin: auto;
}
.gift_img_box {
    display: flex;
    border: 2px solid #ed1940;
}
.gift_post_box {
    display: flex;
    width: auto;
    margin: auto 0;
}
.vertical_text{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.body_text {
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
}
.gift_bottom,
.gift_title_box {
    display: flex;
}
.gift_title_box .body_text{
    margin: 0 auto;
    color: #fff !important;
}
.gift_title_box {
    background-color: #ed1940;
    margin: auto auto 0 auto;
    padding: 10px;
    height: 235px;
    width: 55px;
    display: flex;
    border-radius: 0 35px 0 0;
}
.gift_bottom {
    display: flex;
    width: auto;
}
.gift_outter {
     /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    width: fit-content;
    gap: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto !important;
}
.gift_block {
    padding: 80px 0;
}
.gift_para_block .main_content {
    width: 700px;
    margin: auto;
}
/* hover */
.gift_top {
    position: relative;
}
.gift_top::before,
.gift_top:after{
    content: '';
    background-color: #ed194073;
    position: absolute;
    width: 0%;
    height: 0%;
    transition: 1s;
    transform: scale(0);
    opacity: 1;
}
.gift_top::before{
    top: 0;
    left: 0;
}
.gift_top:after {
    bottom: 0;
    right: 0; 
}
.gift_top:hover:after,
.gift_top:hover::before{
    width: 100%;
    height: 100%;
    transition: 1s;
    transform: scale(1);
    opacity: 0;
}
/* ----------------------------------------- */
/* ---------- SANTA LABEL SECTION ---------- */
/* ----------------------------------------- */
.santa_label_section {
    background: transparent !important;
}
img.santa_label_img {
    width: 100%;
    height: 1000px;
    object-fit: contain;
}
.santa_label_filler_outter .santa_main_heading_box{
    display: block;
    height: fit-content;
    top: 55%;
    left: 0;
}
.santa_label_filler_outter .santa_main_heading_box .body_text {
    width: 37%;
    height: fit-content;
    text-align: center;
    margin: 0 auto !important;
    line-height: 1.5;
}
.santa_label_filler_outter .main_heading,
.santa_label_filler_outter .body_text{
    color: #fff !important;
}
.santa_label_filler_outter .main_heading {
    text-transform: uppercase;
}
.santa_label_section:after,
.santa_label_section:before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    bottom: -10%;
    background-size: auto 350px;
    width: 272px;
    height: 350px;
    z-index: 1;
}
.santa_label_section:after{
    background-image: url(../../../wp-content/uploads/2022/12/right_vector.png);
    right: 10%;
}
.santa_label_section:before{
    background-image: url(../../../wp-content/uploads/2022/12/left_vector.png);
    left: 10%; 
}
/* ------------------------------------------------ */
/* ---------- CHRISTMAS FREEBIES SECTION ---------- */
/* ------------------------------------------------ */
.boxes_img_box a{
    display: flex;
    margin: auto !important;
}
.freebies_box .main_content {
    text-transform: uppercase;
    width: 240px;
    text-align: center;
}
img.freebies_img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.freebies_box {
    background-image: url(../../../wp-content/uploads/2022/12/heading_vector.jpg);
    background-size: auto 110px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
}
.freebies_section:before {
    content: '';
    border: 2px solid #c9cacc;
    width: 100%;
    height: 91%;
    position: absolute;
    top: 205px;
}
.freebies_section{
    width: 1750px;
    margin: auto !important;
}
.fix_padd{
    padding: 0 50px !important;
}
.freebies_data_block {
    padding: 15px 0;
    width: 90%;
    margin: auto !important;
}
/* greetings SECTION */
.boxes_data_row {
    padding-top: 50px !important;
}
.boxes_outter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 150px;
}
.boxes_top {
    width: auto;
}
.boxes_img_box {
    display: flex;
    overflow: hidden;
    transition: 1s;
}
.boxes_post_block {
    padding-top: 40px;
}
.download_btn_block {
    padding-top: 40px;
}
/* ---------------------- */
.greetings_data_row .boxes_img {
    width: 449px;
    height: 290px;
    object-fit: cover;
    margin: auto !important;
}
/* ---------------------- */ 
.emailers_data_row .boxes_img {
    width: 400px;
    height: 550px;
    object-fit: cover;
    margin: auto !important;
}
/* ---------------------- */ 
.screensavers_data_row .boxes_img {
    width: 483px;
    height: 270px;
    object-fit: cover;
    margin: auto !important;
}
.screensavers_data_row .boxes_outter{
    gap: 100px;
}
/* ---------------------- */ 
.bottom_para{
    width: 50% !important;
} 
.bottom_btn_inner{
    background: linear-gradient(180deg, rgba(143,16,21,1) 25%, rgba(223,26,54,1) 100%);
    padding: 10px;
    border-radius: 100px;
    
}
.bottom_btn_outter {
    background: linear-gradient(180deg, rgba(222,26,54,1) 25%, rgba(148,17,23,1) 100%);
    padding: 5px;
    border-radius: 100px;
    width: 320px;
    margin: auto !important;
}
img.bottom_btn_img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.bottom_btn_block {
    padding-top: 60px;
}
.boxes_img{
    transition: 1s;
}
.boxes_img_box:hover .boxes_img {
    transform: rotate(5deg) scale(1.3);
    transition: 1s;
}
/* ------------------------------------- */
/* ---------- CONTACT SECTION ---------- */
/* ------------------------------------- */
.contact_col_12 {
    margin-bottom: 20px;
}
.contact_col_12_inner {
    display: flex;
    gap: 25px;
    width: 100%;
}
.contact_col_6 {
    width: 100%;
}
.contact_col_6_inner input,
.contact_col_textarea textarea{
    border: 1px solid #c9cacc;
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
}
.contact_col_6_inner input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
}
.contact_col_textarea textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ed1a3c !important;
    text-align: center !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #77c043;
    text-align: center;
}
.contact_button.btn_inner_block {
    margin-top: 20px;
}
.et_pb_row.et_pb_row_14.cform_row {
    padding-top: 40px !important;
}
.btn_link:hover span {
    color: #ed1a3c;
    transition: 0.5s;
}
.lightbox{
    position: fixed !important;
    top: 15% !important;
}
/* ----------------------------------------- */
.lb-outerContainer {
    margin: auto !important; 
}
.lightbox {
    position: fixed !important;
    top: 0% !important;
    /* transform: translate(-50%); */
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
}
.lb-dataContainer {
    position: fixed;
    top: 5%;
    right: 3%;
}
.lb-dataContainer .lb-details{
    display: none;
}


/*================= MEDIA QUERY ======================*/
@media all and (min-width: 350px) and (max-width: 374px) {
    .freebies_section:before{
        height: 93.5% !important;
    }
}
@media all and (min-width: 375px) and (max-width: 480px) {
    .freebies_section:before{
        height: 93.5% !important;
    }
}
@media all and (min-width: 320px) and (max-width: 480px) {
    .et_pb_row.et_pb_row_11.emailers_data_row.fix_padd.boxes_data_row {
        padding-top: 15px !important;
    }
    .boxes_img_box:hover .boxes_img {
        transform: rotate(0deg) scale(1);
    }
    .main_banner_section .et_pb_slide {
        background-size: auto 200px !important;
        height: 250px;
    }
    /* ---------- SLIDER SECTION ---------- */
    .main_banner_block.et_pb_slider .et-pb-arrow-next {
        right: -11px;
    }
    .main_banner_block.et_pb_slider .et-pb-arrow-prev {
        left: -11px;
    }
    .main_banner_block.et_pb_slider .et-pb-arrow-next, 
    .main_banner_block.et_pb_slider .et-pb-arrow-prev{
        font-size: 40px !important;
    }
    /* ------------------------------------------ */
    .main_heading {
        font-size: 16px;
        padding-bottom: 10px !important;
    }
    .main_content{
        font-size: 15px;
    }
    .body_font {
        font-size: 12px;
    }
    .fix_width {
        width: 100% !important;
    }
    .fix_padding {
        padding: 20px 10px !important;
    }
    /* ------------------------------------- */
    .main_banner_section {
        height: 300px;
    }
    .main_banner_block img {
        height: 220px;
    }
    .main_banner_row {
        padding: 10px 0 !important;
    }
    /* ---------- FEATURE BOX ---------- */
    .about_section:before{
        height: calc(100% - 45%);
        bottom: 14%;
    }
    .content_box_row.fix_width {
        width: 95% !important;
    }
    .content_box_row {
        padding: 10px !important;
        border-radius: 30px;
    }
    .box_outter {
        row-gap: 10px;
        column-gap: 0;
    }
    .about_section {
        padding-bottom: 65px !important;
    }
    .content_outter {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_inner {
        width: 90%;
    }
    .box_outter .box_inner:nth-child(1) {
        flex-direction: row-reverse;
    }
    .box_outter .box_inner:nth-child(1) .box_img_block,
    .box_outter .box_inner:nth-child(3) .box_img_block,
    .box_outter .box_inner:nth-child(5) .box_content_block{
        padding-left: 10px;
    }
    /* --------------------------------------------- */
    .freebies_row {
        padding: 0 !important;
    }
    .santa_label_section:after, .santa_label_section:before{
        background-size: auto 110px;
        width: 90px;
        height: 110px;
        bottom: -33%;
        display: none;
    }
    .santa_label_section:after{
        right: 3%;
    }
    .santa_label_section:before{
        left: 3%;
    }
    /* ---------- FILLER SECTION ---------- */
    .filler_section {
        margin-top: -35px;
    }
    .box_filler_block .filler_outter{
        width: auto;
        margin: auto 15px;
        padding: 15px;
    }
    /* ---------- SANTA FILLER SECTION ---------- */
    .santa_block .filler_outter {
        width: auto;
        padding: 0 25px;
    }
    img.santa_img_filler_box {
        height: 240px;
    }
    .santa_main_heading_box{
        top: 40px;
        left: -10px;
    }
    .santa_img_filler_block .main_heading{
        width: 215px;
        font-size: 17px;
    }
    /* ---------- GIFT SECTION ---------- */
    .gift_section {
        padding: 90px 0 !important;
        margin: -95px 0;
    }
    .gift_para_block .main_content {
        width: auto;
        padding: 0 20px;
    }
    .gift_block {
        padding: 35px 0;
    }
    .gift_outter{
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    img.gift_img{
        height: 110px;
        width: 180px;
    }
    .body_text {
        font-size: 16px;
    }
    .gift_title_box{
        height: 100px;
        width: 23px;
        border-radius: 0 15px 0 0;
        padding: 5px;
    }
    .gift_title_box .body_text {
        font-size: 10px;
    }
    /* ---------- SANTA LABEL SECTION ---------- */
    img.freebies_img {
        height: 70px;
    }
    .santa_label_filler_outter .santa_main_heading_box .body_text {
        width: 245px;
        font-size: 11px;
    }
    img.santa_label_img {
        height: 300px;
    }
    .santa_label_filler_outter .santa_main_heading_box {
        top: 53%;
    }
    .santa_label_section{
        position: relative;
        top: -20px;
    }
    .santa_main_heading_box .main_heading{
        padding-bottom: 5px !important;
        font-size: 20px;
    }
    /* ---------- CHRISTMAS FREEBIES SECTION ---------- */
    .greetings_data_row .boxes_outter {
        gap: 10px;
    }
    .greetings_data_row .boxes_img {
        width: 230px;
        height: 150px;    
    }
    .fix_padd {
        padding: 0 10px !important;
    }
    .freebies_section {
        width: 80%;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .freebies_data_block {
        width: 100%;
    }
    .freebies_section:before {
        width: 96%;
        height: 93.5%;
        top: 103px;
    }
    .icon_block i {
        font-size: 16px;
    }
    .boxes_data_row {
        padding-top: 0 !important;
    }
    .boxes_outter{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        display: grid;
    }
    .emailers_data_row .boxes_outter,
    .screensavers_data_row .boxes_outter{
        gap: 10px;
    }
    .emailers_data_row .boxes_img {
        width: 130px;
        height: 180px;
    }
    .screensavers_data_row .boxes_img {
        width: 205px;
        height: 105px;
    }
    .bottom_btn_block {
        padding-top: 5px;
    }
    .boxes_post_block {
        padding-top: 0px;
    }
    .bottom_para {
        width: 100% !important;
    }
    .freebies_box{
        background-size: auto 32px;
        padding-bottom: 10px;
    }
    img.bottom_btn_img {
        height: 30px;
    }
    .bottom_btn_outter{
        width: 170px;
    }
    .freebies_box .main_content {
        width: 110px;
    }
    .download_btn_block {
        padding-top: 25px;
    }
    .freebies_row {
        padding: 0;
    }
    .bottom_btn_inner{
        padding: 5px;
    }
    .freebies_data_block .main_content {
        font-size: 10px;
        width: 177px;
    }
    .et_pb_module.et_pb_code.et_pb_code_9.freebies_data_block {
        padding-bottom: 0;
    }
    .freebies_data_block p.main_content.tc.first_font {
        font-size: 13px;
    }
    /* ---------- CONTACT SECTION ---------- */
    .contact_col_12_inner {
        display: block;
        gap: 10px;
    }
    .contact_col_12 {
        margin-bottom: 0;
    }
    .contact_col_6{
        margin-bottom: 10px;
    }
    .contact_col_6_inner input {
        height: 40px;
        font-size: 14px;
    }
    .et_pb_row.et_pb_row_14.cform_row {
        padding-bottom: 20px !important;
        padding-top: 15px !important;
        max-width: 90% !important;
        width: 90% !important;
    }
}
@media all and (min-width: 636px) and (max-width: 767px) {
    .freebies_section:before {
        height: 93.7% !important;
    }
}
@media all and (min-width: 481px) and (max-width: 767px) {
    .boxes_img_box:hover .boxes_img {
        transform: rotate(0deg) scale(1);
    }
    .main_banner_section .et_pb_slide {
        background-size: auto 300px !important;
        height: 350px;
    }
    /* ---------- SLIDER SECTION ---------- */
    .main_banner_block.et_pb_slider .et-pb-arrow-next {
        right: 0;
    }
    .main_banner_block.et_pb_slider .et-pb-arrow-prev {
        left: 0;
    }
    .main_banner_block.et_pb_slider .et-pb-arrow-next, 
    .main_banner_block.et_pb_slider .et-pb-arrow-prev{
        font-size: 40px !important;
    }
    /* ------------------------------------------ */
    .main_heading {
        font-size: 18px;
        padding-bottom: 12px !important;
    }
    .main_content{
        font-size: 15px;
    }
    .body_font {
        font-size: 14px;
    }
    .fix_width {
        width: 100% !important;
    }
    .fix_padding {
        padding: 20px 10px !important;
    }
    /* ------------------------------------- */
    .main_banner_section {
        height: 400px;
    }
    .main_banner_block img {
        height: 300px;
    }
    .main_banner_row {
        padding: 20px 0 !important;
    }
    /* ---------- FEATURE BOX ---------- */
    .about_section:before{
        height: calc(100% - 40%);
        bottom: 16%;
    }
    .content_box_row.fix_width {
        width: 95% !important;
    }
    .content_box_row {
        padding: 10px !important;
        border-radius: 30px;
    }
    .box_outter {
        gap: 0px;
    }
    .about_section {
        padding-bottom: 140px !important;
    }
    .content_outter {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_inner {
        width: 90%;
    }
    .box_outter .box_inner:nth-child(1) {
        flex-direction: row-reverse;
    }
    .box_outter .box_inner:nth-child(1) .box_img_block,
    .box_outter .box_inner:nth-child(3) .box_img_block,
    .box_outter .box_inner:nth-child(5) .box_content_block{
        padding-left: 10px;
    }
    /* --------------------------------------------- */
    .freebies_row {
        padding: 0 !important;
    }
    .santa_label_section:after, .santa_label_section:before{
        background-size: auto 160px;
        width: 125px;
        height: 160px;
        bottom: -31%;
    }
    .santa_label_section:after{
        right: 3%;
    }
    .santa_label_section:before{
        left: 3%;
    }
    /* ---------- FILLER SECTION ---------- */
    .filler_section {
        margin-top: -40px;
    }
    .box_filler_block .filler_outter{
        width: auto;
        margin: auto 30px;
        padding: 20px;
    }
    /* ---------- SANTA FILLER SECTION ---------- */
    .santa_block .filler_outter {
        width: 315px;
    }
    img.santa_img_filler_box {
        height: 360px;
    }
    .santa_main_heading_box{
        top: 55px;
        left: -17px;
    }
    .santa_img_filler_block .main_heading{
        width: 295px;
        font-size: 25px;
    }
    /* ---------- GIFT SECTION ---------- */
    .gift_section {
        padding: 145px 0 !important;
        margin: -155px 0;
    }
    .gift_para_block .main_content {
        width: 410px;
        padding: 0 20px;
    }
    .gift_block {
        padding: 35px 0;
    }
    .gift_outter{
        gap: 15px;
    }
    img.gift_img{
        height: 125px;
    }
    .body_text {
        font-size: 18px;
    }
    .gift_title_box{
        height: 100px;
        width: 23px;
        border-radius: 0 25px 0 0;
        padding: 5px;
    }
    .gift_title_box .body_text {
        font-size: 10px;
    }
    /* ---------- SANTA LABEL SECTION ---------- */
    .santa_label_filler_outter .santa_main_heading_box .body_text {
        width: 350px;
    }
    img.santa_label_img {
        height: 450px;
    }
    .santa_label_filler_outter .santa_main_heading_box {
        top: 53%;
    }
    .santa_label_section{
        position: relative;
        top: -40px;
    }
    .santa_main_heading_box .main_heading{
        padding-bottom: 5px !important;
    }
    .santa_main_heading_box .body_text {
        font-size: 15px;
    }
    /* ---------- CHRISTMAS FREEBIES SECTION ---------- */
    .greetings_data_row .boxes_outter {
        gap: 10px;
    }
    .greetings_data_row .boxes_img {
        width: 349px;
        height: 200px;
    }
    .fix_padd {
        padding: 0 40px !important;
    }
    .freebies_section {
        width: 85%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .freebies_data_block {
        width: 100%;
    }
    .freebies_section:before {
        width: 96%;
        height: 94.3%;
        top: 145px;
    }
    .boxes_data_row {
        padding-top: 0 !important;
    }
    .boxes_outter,
    .emailers_data_row .boxes_outter,
    .screensavers_data_row .boxes_outter{
        gap: 10px;
    }
    .emailers_data_row .boxes_img {
        width: 215px;
        height: 280px;
    }
    .screensavers_data_row .boxes_img {
        width: 349px;
        height: 220px;
    }
    .bottom_btn_block {
        padding-top: 20px;
    }
    .boxes_post_block {
        padding-top: 15px;
    }
    .bottom_para {
        width: 400px !important;
    }
    .freebies_box{
        background-size: auto 50px;
        padding-bottom: 25px;
    }
    img.bottom_btn_img {
        height: 25px;
    }
    .bottom_btn_outter{
        width: 160px;
    }
    .freebies_box .main_content {
        width: 160px;
    }
    .download_btn_block {
        padding-top: 25px;
    }
    .bottom_btn_inner{
        padding: 5px;
    }
    /* ---------- CONTACT SECTION ---------- */
    .contact_col_12_inner {
        display: block;
        gap: 10px;
    }
    .contact_col_12 {
        margin-bottom: 0;
    }
    .contact_col_6{
        margin-bottom: 10px;
    }
    .contact_col_6_inner input {
        height: 45px;
        font-size: 16px;
    }
    .et_pb_row.et_pb_row_14.cform_row {
        padding-top: 15px !important;
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {
    .main_banner_section .et_pb_slide {
        background-size: auto 350px  !important;
        height: 400px;
    }
    /* ---------- SLIDER SECTION ---------- */
    .main_banner_block.et_pb_slider .et-pb-arrow-next {
        right: 0;
    }
    .main_banner_block.et_pb_slider .et-pb-arrow-prev {
        left: 0;
    }
    .main_banner_block.et_pb_slider .et-pb-arrow-next, 
    .main_banner_block.et_pb_slider .et-pb-arrow-prev{
        font-size: 40px !important;
    }
    /* ------------------------------------------ */
    .main_heading {
        font-size: 20px;
        padding-bottom: 14px !important;
    }
    .main_content,
    .body_font {
        font-size: 18px;
    }
    .fix_width {
        width: 100% !important;
    }
    .fix_padding {
        padding: 30px 10px !important;
    }
    /* ------------------------------------- */
    .main_banner_section {
        height: 500px;
    }
    .main_banner_block img {
        height: 400px;
    }
    /* ---------- FEATURE BOX ---------- */
    .about_section:before{
        height: calc(100% - 45%);
        bottom: 20%;
    }
    .content_box_row.fix_width {
        width: 95% !important;
    }
    .content_box_row {
        padding: 20px !important;
        border-radius: 80px;
    }
    .box_outter {
        gap: 0px;
    }
    .about_section {
        padding-bottom: 140px !important;
    }
    .content_outter {
        width: 700px;
    }
    .box_inner {
        width: 80%;
    }
    .box_outter .box_inner:nth-child(1) {
        flex-direction: row-reverse;
    }
    .box_outter .box_inner:nth-child(1) .box_img_block,
    .box_outter .box_inner:nth-child(5) .box_content_block{
        padding-left: 20px;
    }
    /* --------------------------------------------- */
    .freebies_row {
        padding: 0 !important;
    }
    .santa_label_section:after, .santa_label_section:before{
        background-size: auto 215px;
        width: 170px;
        height: 215px;
        bottom: -28%;
    }
    .santa_label_section:after{
        right: 1%;
    }
    .santa_label_section:before{
        left: 1%;
    }
    /* ---------- FILLER SECTION ---------- */
    .filler_section {
        margin-top: -50px;
    }
    .box_filler_block .filler_outter{
        width: 500px;
        padding: 20px;
    }
    /* ---------- SANTA FILLER SECTION ---------- */
    .santa_block .filler_outter {
        width: 360px;
    }
    img.santa_img_filler_box {
        height: 530px;
    }
    .santa_main_heading_box{
        top: 85px;
    }
    .santa_img_filler_block .main_heading{
        width: 380px;
        font-size: 35px;
    }
    /* ---------- GIFT SECTION ---------- */
    .gift_section {
        padding: 165px 0 195px 0 !important;
        margin: -200px 0;
    }
    .gift_para_block .main_content {
        width: 600px;
    }
    .gift_block {
        padding: 35px 0;
    }
    .gift_outter{
        gap: 15px;
    }
    img.gift_img{
        height: 200px;
    }
    .body_text {
        font-size: 18px;
    }
    .gift_title_box{
        height: 180px;
        width: 40px;
        border-radius: 0 25px 0 0;
    }
    /* ---------- SANTA LABEL SECTION ---------- */
    .santa_label_filler_outter .santa_main_heading_box .body_text {
        width: 50%;
    }
    img.santa_label_img {
        height: 600px;
    }
    .santa_label_filler_outter .santa_main_heading_box {
        top: 53%;
    }
    .santa_label_section{
        position: relative;
        top: -60px;
    }
    /* ---------- CHRISTMAS FREEBIES SECTION ---------- */
    .greetings_data_row .boxes_outter {
        gap: 10px;
    }
    .greetings_data_row .boxes_img {
        width: 349px;
        height: 230px;
    }
    .fix_padd {
        padding: 0 10px !important;
    }
    .freebies_section {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .freebies_data_block {
        width: 100%;
    }
    .freebies_section:before {
        width: 96%;
        height: 91.6%;
        top: 150px;
    }
    .boxes_data_row {
        padding-top: 0 !important;
    }
    .boxes_outter,
    .emailers_data_row .boxes_outter,
    .screensavers_data_row .boxes_outter{
        gap: 10px;
    }
    .emailers_data_row .boxes_img {
        width: 229px;
        height: 300px;
    }
    .screensavers_data_row .boxes_img {
        width: 349px;
        height: 220px;
    }
    .bottom_btn_block {
        padding-top: 20px;
    }
    .boxes_post_block {
        padding-top: 25px;
    }
    .bottom_para {
        width: 60% !important;
    }
    .freebies_box{
        background-size: auto 60px;
        padding-bottom: 25px;
    }
    img.bottom_btn_img {
        height: 40px;
    }
    .bottom_btn_outter{
        width: 260px;
    }
    .freebies_box .main_content {
        width: 200px;
    }
    .download_btn_block {
        padding-top: 25px;
    }
    /* ---------- CONTACT SECTION ---------- */
    .contact_col_12_inner {
        gap: 10px;
    }
    .contact_col_12 {
        margin-bottom: 10px;
    }
    .contact_col_6_inner input {
        height: 45px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .main_banner_section .et_pb_slide {
        background-size: auto 350px  !important;
        height: 400px;
    }
    /* ------------------------------------------ */
    .main_heading {
        font-size: 25px;
    }
    .main_content,
    .body_font {
        font-size: 20px;
    }
    .fix_width {
        width: 100% !important;
    }
    .fix_padding {
        padding: 40px 10px !important;
    }
    /* ------------------------------------- */
    .main_banner_section {
        height: 600px;
    }
    .main_banner_block img {
        height: 500px;
    }
    /* ---------- FEATURE BOX ---------- */
    .about_section:before{
        height: calc(100% - 80%);
        bottom: 40%;
    }
    .content_box_row.fix_width {
        width: 95% !important;
    }
    .content_box_row {
        padding: 20px !important;
        border-radius: 80px;
    }
    .box_outter {
        gap: 20px;
    }
    .about_section {
        padding-bottom: 140px !important;
    }
    .content_outter {
        width: 700px;
    }
    /* --------------------------------------------- */
    .santa_label_section:after, .santa_label_section:before{
        background-size: auto 260px;
        width: 203px;
        height: 260px;
        bottom: -15%;
    }
    .santa_label_section:after{
        right: 5%;
    }
    .santa_label_section:before{
        left: 5%;
    }
    /* ---------- FILLER SECTION ---------- */
    .filler_section {
        margin-top: -50px;
    }
    .box_filler_block .filler_outter{
        width: 500px;
        padding: 20px;
    }
    /* ---------- SANTA FILLER SECTION ---------- */
    .santa_block .filler_outter {
        width: 360px;
    }
    img.santa_img_filler_box {
        height: 640px;
    }
    .santa_img_filler_block .main_heading{
        font-size: 45px;
    }
    /* ---------- GIFT SECTION ---------- */
    .gift_section {
        padding: 215px 0 270px 0 !important;
        margin: -270px 0 -340px 0;
    }
    .gift_para_block .main_content {
        width: 600px;
    }
    .gift_block {
        padding: 45px 0;
    }
    .gift_outter{
        gap: 35px;
    }
    img.gift_img{
        height: 260px;
    }
    .body_text {
        font-size: 20px;
    }
    .gift_title_box{
        height: 210px;
        width: 45px;
    }
    /* ---------- SANTA LABEL SECTION ---------- */
    .santa_label_filler_outter .santa_main_heading_box .body_text {
        width: 50%;
    }
    img.santa_label_img {
        height: 650px;
    }
    .santa_label_filler_outter .santa_main_heading_box {
        top: 53%;
    }
    /* ---------- CHRISTMAS FREEBIES SECTION ---------- */
    .greetings_data_row .boxes_outter {
        gap: 25px;
    }
    .greetings_data_row .boxes_img {
        width: 420px;
        height: 285px;
    }
    .fix_padd {
        padding: 0 25px !important;
    }
    .freebies_section {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .freebies_data_block {
        width: 100%;
    }
    .freebies_section:before {
        width: 96%;
        height: 93%;
        top: 155px;
    }
    .boxes_data_row {
        padding-top: 25px !important;
    }
    .boxes_outter,
    .emailers_data_row .boxes_outter,
    .screensavers_data_row .boxes_outter{
        gap: 20px;
    }
    .emailers_data_row .boxes_img {
        width: 280px;
        height: 370px;
    }
    .screensavers_data_row .boxes_img {
        width: 430px;
        height: 260px;
    }
    .bottom_btn_block {
        padding-top: 20px;
    }
    .boxes_post_block {
        padding-top: 25px;
    }
    .bottom_para {
        width: 60% !important;
    }
    .freebies_box{
        background-size: auto 85px;
    }
    img.bottom_btn_img {
        height: 40px;
    }
    .bottom_btn_outter{
        width: 260px;
    }
}
@media all and (min-width: 1075px) and (max-width: 1140px) {
    .freebies_section:before{
        height: 92.5% !important;
    }
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    .main_banner_section .et_pb_slide {
        background-size: auto 450px !important;
        height: 500px;
    }
    /* ------------------------------------------ */
    .main_heading {
        font-size: 30px;
    }
    .main_content,
    .body_font {
        font-size: 22px;
    }
    .fix_width {
        width: 1000px !important;
    }
    .fix_padding {
        padding: 40px 0 !important;
    }
    /* ------------------------------------- */
    .main_banner_section {
        height: 600px;
    }
    .main_banner_block img {
        height: 500px;
    }
    /* ---------- FEATURE BOX ---------- */
    .about_section:before{
        height: calc(100% - 80%);
        bottom: 40%;
    }
    .content_box_row {
        padding: 20px !important;
        border-radius: 80px;
    }
    .box_outter {
        gap: 20px;
    }
    .about_section {
        padding-bottom: 140px !important;
    }
    .content_outter {
        width: 800px;
    }
    /* --------------------------------------------- */
    .santa_label_section:after, .santa_label_section:before{
        background-size: auto 260px;
        width: 203px;
        height: 260px;
        bottom: -15%;
    }
    .santa_label_section:after{
        right: 5%;
    }
    .santa_label_section:before{
        left: 5%;
    }
    /* ---------- FILLER SECTION ---------- */
    .filler_section {
        margin-top: -50px;
    }
    .box_filler_block .filler_outter{
        width: 600px;
        padding: 20px;
    }
    /* ---------- SANTA FILLER SECTION ---------- */
    .santa_block .filler_outter {
        width: 390px;
    }
    img.santa_img_filler_box {
        height: 640px;
    }
    .santa_img_filler_block .main_heading{
        font-size: 45px;
    }
    /* ---------- GIFT SECTION ---------- */
    .gift_section {
        padding: 215px 0 300px 0 !important;
        margin: -270px 0 -380px 0;
    }
    .gift_para_block .main_content {
        width: 600px;
    }
    .gift_block {
        padding: 45px 0;
    }
    .gift_outter{
        gap: 35px;
    }
    img.gift_img{
        height: 260px;
    }
    .body_text {
        font-size: 20px;
    }
    .gift_title_box{
        height: 210px;
        width: 45px;
    }
    /* ---------- SANTA LABEL SECTION ---------- */
    .santa_label_filler_outter .santa_main_heading_box .body_text {
        width: 50%;
    }
    img.santa_label_img {
        height: 700px;
    }
    .santa_label_filler_outter .santa_main_heading_box {
        top: 53%;
    }
    /* ---------- CHRISTMAS FREEBIES SECTION ---------- */
    .greetings_data_row .boxes_outter {
        gap: 25px;
    }
    .greetings_data_row .boxes_img {
        width: 420px;
        height: 285px;
    }
    .fix_padd {
        padding: 0 25px !important;
    }
    .freebies_section {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .freebies_data_block {
        width: 100%;
    }
    .freebies_section:before {
        width: 96%;
        height: 93.5%;
        top: 180px;
    }
    .boxes_data_row {
        padding-top: 25px !important;
    }
    .boxes_outter{
        gap: 35px;
    }
    .emailers_data_row .boxes_img {
        width: 315px;
        height: 395px;
    }
    .emailers_data_row .boxes_outter{
        gap: 20px;
    }
    .screensavers_data_row .boxes_img {
        width: 445px;
        height: 280px;
    }
    .screensavers_data_row .boxes_outter {
        gap: 40px;
    }
    .bottom_btn_block {
        padding-top: 20px;
    }
    .boxes_post_block {
        padding-top: 25px;
    }
    .bottom_para {
        width: 60% !important;
    }
    .freebies_box{
        background-size: auto 85px;
    }
    img.bottom_btn_img {
        height: 40px;
    }
    .bottom_btn_outter{
        width: 260px;
    }
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
    .main_banner_section .et_pb_slide {
        background-size: auto 450px !important;
        height: 500px;
    }
    /* ------------------------------------------ */
    .main_heading {
        font-size: 50px;
    }
    .main_content {
        font-size: 27px;
    }
    .fix_width {
        width: 1100px !important;
    }
    .body_font {
        font-size: 22px;
    }
    .fix_padding {
        padding: 40px 0 !important;
    }
    /* ------------------------------------- */
    .main_banner_section {
        height: 600px;
    }
    .main_banner_block img {
        height: 500px;
    }
    /* ---------- FEATURE BOX ---------- */
    .about_section:before{
        height: calc(100% - 87%);
        bottom: 40%;
    }
    .content_box_row {
        padding: 20px !important;
        border-radius: 80px;
    }
    .box_outter {
        gap: 20px;
    }
    .about_section {
        padding-bottom: 140px !important;
    }
    .content_outter {
        width: 800px;
    }
    /* --------------------------------------------- */
    .santa_label_section:after, .santa_label_section:before{
        background-size: auto 260px;
        width: 203px;
        height: 260px;
        bottom: -15%;
    }
    .santa_label_section:after{
        right: 5%;
    }
    .santa_label_section:before{
        left: 5%;
    }
    /* ---------- FILLER SECTION ---------- */
    .filler_section {
        margin-top: -70px;
    }
    .box_filler_block .filler_outter{
        width: 700px;
    }
    /* ---------- SANTA FILLER SECTION ---------- */
    .santa_block .filler_outter {
        width: 490px;
    }
    /* ---------- GIFT SECTION ---------- */
    .gift_section {
        padding: 265px 0 355px 0 !important;
        margin: -315px 0 -455px 0;
    }
    .gift_para_block .main_content {
        width: 600px;
    }
    .gift_block {
        padding: 60px 0;
    }
    .gift_outter{
        gap: 50px;
    }
    img.gift_img{
        height: 285px;
    }
    .body_text {
        font-size: 23px;
    }
    .gift_title_box{
        width: 50px;
    }
    /* ---------- SANTA LABEL SECTION ---------- */
    .santa_label_filler_outter .santa_main_heading_box .body_text {
        width: 50%;
    }
    img.santa_label_img {
        height: 800px;
    }
    /* ---------- CHRISTMAS FREEBIES SECTION ---------- */
    .greetings_data_row .boxes_outter {
        gap: 25px;
    }
    .greetings_data_row .boxes_img {
        width: 420px;
        height: 285px;
    }
    .freebies_section {
        width: 1100px;
    }
    .freebies_data_block {
        width: 100%;
    }
    .freebies_section:before {
        height: 91.9%;
    }
    .boxes_data_row {
        padding-top: 25px !important;
    }
    .boxes_outter{
        gap: 35px;
    }
    .emailers_data_row .boxes_img {
        width: 315px;
        height: 395px;
    }
    .emailers_data_row .boxes_outter{
        gap: 20px;
    }
    .screensavers_data_row .boxes_img {
        width: 445px;
        height: 280px;
    }
    .screensavers_data_row .boxes_outter {
        gap: 40px;
    }
    .bottom_btn_block {
        padding-top: 20px;
    }
    .boxes_post_block {
        padding-top: 25px;
    }
    .bottom_para {
        width: 60% !important;
    }
    .freebies_box{
        background-size: auto 85px;
    }
    img.bottom_btn_img {
        height: 40px;
    }
    .bottom_btn_outter{
        width: 260px;
    }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
    .main_banner_section .et_pb_slide {
        background-size: auto 600px !important;
        height: 700px;
    }
    /* ------------------------------------------ */
    .main_heading {
        font-size: 55px;
    }
    .main_content {
        font-size: 30px;
    }
    .fix_width {
        width: 1250px !important;
    }
    .body_font {
        font-size: 25px;
    }
    /* ------------------------------------- */
    .main_banner_section {
        height: 760px;
    }
    .main_banner_block img {
        height: 600px;
    }
    /* ---------- FEATURE BOX ---------- */
    .about_section:before{
        height: calc(100% - 87%);
        bottom: 40%;
    }
    .content_box_row {
        padding: 30px !important;
        border-radius: 80px;
    }
    .box_outter {
        gap: 20px;
    }
    .about_section {
        padding-bottom: 180px !important;
    }
    .content_outter {
        width: 800px;
    }
    /* --------------------------------------------- */
    .santa_label_section:after, .santa_label_section:before{
        background-size: auto 260px;
        width: 203px;
        height: 260px;
    }
    .santa_label_section:after{
        right: 8%;
    }
    .santa_label_section:before{
        left: 8%;
    }
    /* ---------- FILLER SECTION ---------- */
    .filler_section {
        margin-top: -70px;
    }
    .box_filler_block .filler_outter{
        width: 700px;
    }
    img.santa_label_img {
        height: 890px;
    }
    /* ---------- GIFT SECTION ---------- */
    .gift_block {
        padding: 60px 0;
    }
    .gift_outter{
        gap: 50px;
    }
    /* ---------- SANTA LABEL SECTION ---------- */
    .santa_label_filler_outter .santa_main_heading_box .body_text {
        width: 50%;
    }
    /* ---------- CHRISTMAS FREEBIES SECTION ---------- */
    .freebies_section {
        width: 1200px;
    }
    .freebies_data_block {
        width: 100%;
    }
    .freebies_section:before {
        height: 91.4%;
    }
    .boxes_data_row {
        padding-top: 25px !important;
    }
    .greetings_data_row .boxes_img {
        width: 315px;
        height: 380px;
    }
    .greetings_data_row .boxes_outter {
        gap: 76px;
    }
    .boxes_outter{
        gap: 70px;
    }
    .emailers_data_row .boxes_img {
        width: 340px;
        height: 430px;
    }
    .emailers_data_row .boxes_outter{
        gap: 40px;
    }
    .screensavers_data_row .boxes_img {
        width: 445px;
        height: 280px;
    }
    .screensavers_data_row .boxes_outter {
        gap: 40px;
    }
    .bottom_btn_block {
        padding-top: 20px;
    }
    .boxes_post_block {
        padding-top: 25px;
    }
    .bottom_para {
        width: 60% !important;
    }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    .main_banner_section .et_pb_slide {
        background-size: auto 600px !important;
        height: 700px;
    }
    /* ------------------------------------------ */
    .main_heading {
        font-size: 60px;
    }
    .main_content {
        font-size: 32px;
    }
    .fix_width {
        width: 1350px !important;
    }
    .body_font {
        font-size: 25px;
    }
    /* ------------------------------------- */
    .main_banner_section {
        height: 770px;
    }
    .main_banner_block img {
        height: 600px;
    }
    /* ---------- FEATURE BOX ---------- */
    .about_section:before{
        height: calc(100% - 87%);
        bottom: 45%;
    }
    .content_box_row {
        padding: 30px !important;
        border-radius: 100px;
    }
    .box_outter {
        gap: 20px;
    }
    .about_section {
        padding-bottom: 220px !important;
    }
    /* --------------------------------------------- */
    .santa_label_section:after, .santa_label_section:before{
        background-size: auto 260px;
        width: 203px;
        height: 260px;
    }
    .santa_label_section:after{
        right: 8%;
    }
    .santa_label_section:before{
        left: 8%;
    }
    /* ---------- CHRISTMAS FREEBIES SECTION ---------- */
    .freebies_section {
        width: 1400px;
    }
    .freebies_data_block {
        width: 100%;
    }
    .freebies_section:before {
        height: 91.5%;
    }
    .boxes_data_row {
        padding-top: 25px !important;
    }
    .boxes_outter{
        gap: 110px;
    }
    .emailers_data_row .boxes_img {
        width: 370px;
        height: 480px;
    }
    .emailers_data_row .boxes_outter{
        gap: 85px;
    }
    .screensavers_data_row .boxes_img {
        width: 420px;
        height: 260px;
    }
    .screensavers_data_row .boxes_outter {
        gap: 20px;
    }
    .bottom_btn_block {
        padding-top: 20px;
    }
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
    .main_banner_section .et_pb_slide {
        background-size: auto 650px !important;
    }
    .main_banner_section {
        height: 770px;
    }
    .main_banner_block img {
        height: 600px;
    }
    /* ---------- FEATURE BOX ---------- */
    .about_section:before{
        bottom: 45%;
    }
    .about_section{
        padding-bottom: 300px !important;
    }
    /* ---------- CHRISTMAS FREEBIES SECTION ---------- */
    .freebies_section {
        width: 1600px;
    }
    .freebies_data_block {
        width: 95%;
    }
    .freebies_section:before {
        height: 93%;
    }
}
@media all and (min-width: 981px) and (max-width: 3000px) {

}