﻿/*FOOTER Section css code start*/
.footer_mains {
    background: #023554;
    padding: 40px 0 0 0;
    margin: 0px 0 0 0;
}

    .footer_mains .container-fluid {
        width: 1300px;
    }

.column_footer1 {
    width: 20%;
    padding: 0 15px;
    position: relative;
}

    .column_footer1 h5 {
        font-size: 15px;
        color: #ffffff;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #ffffff8f;
        padding: 0 0 15px 0;
    }

.footer_menu_tab .nav-link {
    font-size: 13px;
    text-align: left;
    padding: 4px 5px 4px 0px;
    background: transparent;
    border: none;
    border-bottom: solid 1px transparent;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
}

    .footer_menu_tab .nav-link.active {
        color: #fff;
        background-color: transparent;
        border-bottom: solid 1px #f60;
    }

.column_footer2 {
    width: 55%;
    padding: 0 15px;
    position: relative;
}

.season_content h5 {
    font-size: 15px;
    color: #ffffff;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ffffff8f;
    padding: 0 0 15px 0;
}

.season_content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .season_content ul li {
        display: block;
        width: 50%;
        float: left;
    }

        .season_content ul li a {
            font-size: 13px;
            color: #fff; /*rgb(255 255 255 / 76%)*/
            margin: 0px;
            display: block;
            text-decoration: none;
            padding: 0 0px;
            font-weight: 400;
            line-height: 28px;
        }

            .season_content ul li a i {
                margin-right: 4px;
                color: #fff;
            }

.column_footer3 {
    width: 25%;
    padding: 0 15px;
    position: relative;
}

.fttab_links h2 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ffffff8f;
    padding: 0 0 15px 0;
}

.fttab_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .fttab_links ul li {
        display: block;
    }

        .fttab_links ul li a {
            font-size: 13px;
            color: #fff;
            margin: 0px;
            display: block;
            text-decoration: none;
            padding: 0 0px;
            font-weight: 400;
            line-height: 28px;
        }

.fappbtn {
    width: 180px;
}

.adtip {
    width: 26px;
    height: 26px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 4px;
    margin-right: 4px;
    border: solid 1px #ff8004;
    color: #ff8004;
}

.payments {
    background: #02253B; /*#13484c*/
    padding: 15px 0 15px;
    margin: 12px 0 0px 0;
}

    .payments .trustbox_sec .trustpilot-widget {
        position: relative;
        left: 0;
        top: 0;
        border: solid 1px #ffffff52;
        padding: 7px 10px 5px 10px;
        color: #333 !important;
        width: 204px;
        border-radius: 4px;
    }

.payment_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .payment_icons ul li {
        display: inline-block;
    }

ul.socialLink {
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
    text-align: end;
}

    ul.socialLink li {
        display: inline-block;
        margin: 0 4px 0 0;
        width: 34px;
        height: 34px;
        padding: 1px;
        background: #fff;
        border-radius: 6px;
        text-align: center;
        vertical-align: middle;
    }

        ul.socialLink li.fb {
            background: #3b5998;
        }

        ul.socialLink li.pi {
            background: #bf1219;
        }

    ul.socialLink .instagram {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    }

    ul.socialLink li a {
        display: block;
        font-size: 28px;
        line-height: 30px;
        color: #fff;
    }


/*Mobile view when scroll then scrolltopbtn show and callus show for best deal css start*/
.mob-callus {
    position: fixed;
    bottom: 10px;
    padding: 6px;
    z-index: 2;
    left: 27px;
    width: 94%;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ff6600;
}

    .mob-callus img {
        border-radius: 50%;
        height: 40px;
    }

.sp_scroll_callus {
    font-weight: 700;
    color: #20595e
}

.sp_scroll_num {
    font-weight: 500;
    font-size: 16px;
    color: #3f3535;
}

.scroll-call-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ff6600;
}

    .scroll-call-icon i {
        color: white;
        padding-top: 10px;
        font-size: 26px;
        margin-left: -3px;
    }

.scroll-top-btn {
    position: fixed;
    bottom: 87px;
    right: 20px;
    width: 35px;
    height: 35px;
    background-color: #f60;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/*Mobile view when scroll then scrolltopbtn show and callus show for best deal css end*/

/* Desktop view footer copyright section css start*/
.copyright_bottoms {
    background: #001726; /*#282828*/
    text-align: center;
    padding: 10px 0;
}

    .copyright_bottoms p {
        font-size: 12px;
        color: #fff;
        margin: 0px;
        text-transform: capitalize;
        letter-spacing: 0;
    }
/* Desktop view footer copyright section css end*/

/*Cookies acceptance policy css on desktop view start*/
.cookies-stripdiv {
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, .9);
    padding: 10px 0;
}

    .cookies-stripdiv p {
        margin: 0px;
        display: block;
        font-size: 15px;
        color: #fff;
        text-align: center;
    }

    .cookies-stripdiv button {
        background-color: #f60;
        color: #fff;
        padding: 12px 15px;
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        border-radius: 35px;
        margin: 0 10px 0 10px;
        border: none;
    }

    .cookies-stripdiv .cookie-accept {
        background-color: #4CAF50;
        color: #fff;
        padding: 12px 15px;
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        border-radius: 35px;
        text-decoration: none;
        cursor: pointer;
    }
/*Cookies acceptance policy css on desktop view end*/

/** MOBILE RESPONSIVE CSS **/
@media (min-width: 220px) and (max-width: 319px){
    .column_footer1 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .column_footer2 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .season_content ul li {
        width: 100%;
    }

    .column_footer3 {
        width: 100%;
        padding: 0 15px;
    }
    .fappbtn {
        width: 120px;
    }

    .fttab_links ul .appbtn {
        display: flex;
        justify-content: center;
    }

    .adtip {
        float: left;
        margin: 0 5px 5px 0;
    }

    .payment_icons {
        text-align: center;
        margin: 0 0 10px 0;
    }

        .payment_icons ul li {
            margin: 8px 0px 0px;
        }

    ul.socialLink {
        text-align: center;
    }

        ul.socialLink li {
            margin: 0;
        }

    .sp_scroll_callus {
        font-size: 10px;
    }

    .sp_scroll_num {
        font-size: 12px;
    }
}
@media (min-width: 320px) and (max-width: 479px) {
    .column_footer1 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .column_footer2 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .season_content ul li {
        width: 100%;
    }

    .column_footer3 {
        width: 100%;
        padding: 0 15px;
    }
    .fappbtn {
        width: 150px;
    }

    .fttab_links ul .appbtn {
        display: flex;
        justify-content: center;
    }
    .adtip {
        float: left;
        margin: 0 5px 5px 0;
    }

    .payment_icons {
        text-align: center;
        margin: 0 0 10px 0;
    }

        .payment_icons ul li {
            margin: 8px 0px 0px;
        }

    ul.socialLink {
        text-align: center;
    }

    .sp_scroll_num {
        font-size: 18px;
    }

    .scroll-top-btn {
        bottom: 83px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .column_footer1 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .column_footer2 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .season_content ul li {
        width: 100%;
    }

    .column_footer3 {
        width: 100%;
        padding: 0 15px;
    }
    .fappbtn {
        width: 150px;
    }

    .fttab_links ul .appbtn {
        display: flex;
        justify-content: center;
    }
    .adtip {
        float: left;
        margin: 0 5px 5px 0;
    }

    .payment_icons {
        text-align: center;
        margin: 0 0 10px 0;
    }

        .payment_icons ul li {
            margin: 8px 0px 0px;
        }

    ul.socialLink {
        text-align: center;
    }

    .mob-callus {
        width: 96%;
    }

    .scroll-top-btn {
        right: 20px
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .column_footer1 {
        width: 30%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .footer_menu_tab .nav-link {
        font-size: 12px;
    }

    .column_footer2 {
        width: 70%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .season_content h5 {
        font-size: 12px;
        padding: 0 0 19px 0;
    }

    .season_content ul li {
        width: 50%;
    }

    .column_footer3 {
        width: 100%;
        padding: 0 15px;
    }
    .fappbtn {
        width: 150px;
    }

    .fttab_links ul li {
        display: flex;
    }

    .payment_icons {
        text-align: center;
        margin: 0 0 10px 0;
    }

        .payment_icons ul li {
            margin: 8px 0px 0px;
        }

    ul.socialLink {
        text-align: center;
    }

    .mob-callus {
        width: 98%;
    }

    .scroll-top-btn {
        right: 20px
    }
}

@media(min-width:1025px) and (max-width:1280px) {
    .fttab_links ul .appbtn {
        display: block;
    }
}

@media(min-width:1281px) {
    .fappbtn {
        width: 150px;
    }

    .fttab_links ul .appbtn {
        display: flex;
    }
}

@media(min-width:1024px) and (max-width:1366px) {
    .footer_mains .container-fluid {
        width: 100%;
    }

    ul.socialLink li {
        width: 30px;
        height: 30px;
    }
}

@media(max-width:1300px) {
    .footer_mains .container-fluid {
        width: 100% !important
    }
}

/*FOOTER Section css code end*/