@import url("../fonts/regular.css");
@import url("../fonts/bold.css");
@import url("../fonts/medium.css");
@import url("../fonts/light.css");
@import url("../fonts/encore-regular.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;

    scroll-behavior: smooth;
    font-family: "pf_handbook_proregular";
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    -moz-osx-font-smoothing: grayscale;
}

.fixed-right {
    width: 80px;
    height: 175px;
    position: fixed;
    right: 0;
    z-index: 100;
    top: 55%;
    transform: translate(0%, -50%);
    text-align: center;
}

    .fixed-right p {
        font-family: "pf_encore_sans_proregular";
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: center;
        color: #6c7174;
        width: 100%;
        margin: 0 auto;
    }

    .fixed-right .calling {
        position: absolute;
        top: 27.65%;
        left: -87%;
        background: #c0c5a8;
        padding: 14px 0px;
        width: 220px;
        border: 3px solid #b11f26;
        border-bottom: 0;
        border-radius: 6px 6px 0 0;
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

.main-banner {
    background-color: #f2f3f6;
    position: relative;
}

    .main-banner .container {
        max-width: 1200px;
        min-width: unset;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-banner span {
        background: #eceee5;
        border-radius: 14.5px;
        padding: 4px 15px;
        margin-right: 10px;
        font-family: "pf_encore_sans_proregular";
        font-size: 12px;
        font-style: normal;
        line-height: 12px;
        letter-spacing: 0px;
        text-align: left;
    }

    .main-banner .btn-dark {
        border: 1px solid #3e593c;
        background: #3e593c;
        border-radius: 2px;
        color: #ffffff;
        font-size: 20px;
        font-style: normal;
        font-family: "pf_handbook_promedium";
        font-weight: normal;
        line-height: 23px;
        letter-spacing: 0px;
        text-align: center;
        padding: 8px 20px 10px;
        /*margin-right: 20px;
   width: 124px; */
        height: 44px;
    }

    .main-banner .btn-white {
        border: 1px solid #ffffff;
        background: #ffffff;
        border-radius: 2px;
        color: #3e593c;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        font-family: "pf_handbook_probold";
        line-height: 23px;
        letter-spacing: 0px;
        text-align: center;
        padding: 10px 20px 12px;
        /* width: 108px; */
        height: 44px;
    }

.returns-calculator {
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(163, 163, 163, 0.5);
    border-radius: 4px;
    margin-left: auto;
    padding: 25px 35px 0px;
}

    .returns-calculator h2 {
        font-size: 26px;
        font-style: normal;
        font-family: "pf_handbook_promedium";
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: left;
        color: #000000;
        margin-bottom: 16px;
    }

    .returns-calculator .nav-tabs {
        border-radius: unset;
        border: unset;
        position: relative;
    }

        .returns-calculator .nav-tabs::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 32px;
            background: #f1f3f6;
            width: 363px;
            height: 3px;
        }

        .returns-calculator .nav-tabs .nav-link {
            border: unset;
            border-top-left-radius: unset;
            border-top-right-radius: unset;
            font-size: 18px;
            font-family: "pf_handbook_proregular";
            font-style: normal;
            font-weight: normal;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: center;
            color: rgba(0, 0, 0, 0.5);
        }

            .returns-calculator .nav-tabs .nav-link.active {
                border-bottom: 3px solid #969f6e;
                font-size: 18px;
                font-family: "pf_handbook_proregular";
                font-style: normal;
                font-weight: normal;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: center;
                color: #000000;
                position: relative;
            }

    .returns-calculator .tab-content .returns-card h4 {
        font-size: 18px;
        font-style: normal;
        font-family: "pf_handbook_prolight";
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(0, 0, 0, 0.7);
        padding-top: 25px;
        margin-bottom: 10px;
    }

    .returns-calculator .tab-content .returns-card h6 {
        font-size: 16px;
        font-family: "pf_handbook_proregular";
        font-style: normal;
        font-weight: normal;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: left;
        margin-top: 28px;
        color: #6c7174;
        margin-bottom: 11px;
    }

    .returns-calculator .tab-content .returns-card .invest-ul {
        position: relative;
        display: flex;
        margin-bottom: unset;
    }

        .returns-calculator .tab-content .returns-card .invest-ul b {
            position: absolute;
            top: 26%;
            left: 5%;
            font-size: large;
        }

        .returns-calculator .tab-content .returns-card .invest-ul input[type="text"] {
            padding-left: 32px;
        }

        .returns-calculator .tab-content .returns-card .invest-ul li {
            padding: 12px 15px 10px;
            background: #f1f3f6;
            background-blend-mode: multiply;
            border-radius: 2px;
            margin-right: 10px;
            color: #000000;
            font-size: 19px;
            font-style: normal;
            font-family: "pf_handbook_promedium";
            font-weight: normal;
            line-height: 22px;
            letter-spacing: 0px;
            text-align: left;
        }

            .returns-calculator .tab-content .returns-card .invest-ul li.active {
                background: #f7a500;
                color: #ffffff;
            }

    .returns-calculator .tab-content .returns-card .years-ul {
        display: flex;
        margin-bottom: unset;
    }

        .returns-calculator .tab-content .returns-card .years-ul li {
            background: #f1f3f6;
            background-blend-mode: multiply;
            border-radius: 2px;
            padding: 12px 13px 10px;
            margin-right: 10px;
            font-size: 19px;
            font-style: normal;
            font-family: "pf_handbook_promedium";
            font-weight: normal;
            line-height: 22px;
            letter-spacing: 0px;
            text-align: left;
        }

            .returns-calculator .tab-content .returns-card .years-ul li.active {
                background: #f7a500;
                color: #ffffff;
            }

    .returns-calculator .tab-content .returns-card input {
        background: #ffffff;
        border: 1px solid #cdcece;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 12px 15px;
        height: 44px;
        width: 100%;
    }

        .returns-calculator .tab-content .returns-card input[type="date"] {
            background: #fff url(../img/Calendar.svg) 94% 50% no-repeat;
        }

            .returns-calculator .tab-content .returns-card input[type="date"]::-webkit-inner-spin-button {
                display: none;
            }

            .returns-calculator .tab-content .returns-card input[type="date"]::-webkit-calendar-picker-indicator {
                opacity: 0;
            }

    .returns-calculator .tab-content .returns-card .foot-color {
        background: rgba(217, 220, 203, 0.8);
        margin-left: -35px;
        margin-right: -35px;
        padding: 14px 35px;
        border-radius: 0 0 4px 4px;
    }

        .returns-calculator .tab-content .returns-card .foot-color h2 {
            font-size: 22px;
            font-style: normal;
            font-family: "pf_handbook_promedium";
            font-weight: normal;
            line-height: 25px;
            letter-spacing: 0px;
            color: #000000;
            margin-bottom: 4px;
        }

        .returns-calculator .tab-content .returns-card .foot-color p {
            font-size: 16px;
            font-style: normal;
            font-family: "pf_handbook_prolight";
            font-weight: normal;
            line-height: 18px;
            letter-spacing: 0px;
            text-align: left;
            color: #000000;
            margin-bottom: unset;
        }

/*  also-viwed */

.also-viwed {
    padding: 20px 0px 60px;
    background-color: #f2f3f6;
    overflow: hidden;
}

    .also-viwed .container {
        max-width: 960px;
        /* min-width: unset;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; */
    }

    .also-viwed h2 {
        font-size: 30px;
        font-family: "pf_handbook_proregular";
        font-style: normal;
        font-weight: normal;
        line-height: 38px;
        letter-spacing: 0px;
        text-align: left;
        color: #000000;
        margin-bottom: 20px;
    }

    .also-viwed .also-carousel .inner-slide {
        transition: all 0.2s ease-in-out;
    }

        .also-viwed .also-carousel .inner-slide[aria-hidden="true"] {
            transition: all 0s ease-in-out;
        }

        .also-viwed .also-carousel .inner-slide:hover {
            margin-top: 2px;
        }

        .also-viwed .also-carousel .inner-slide .content-box {
            background: #ffffff;
            box-shadow: 0px 0px 11px 1px rgba(205, 205, 205, 0.5);
            border-radius: 4px;
            padding: 24px 24px 28px 24px;
            margin: 10px auto;
            max-width: 290px;
        }

            .also-viwed .also-carousel .inner-slide .content-box .add-to-cart {
                height: 20px;
                margin-top: 3px;
                float: right;
				/* width: 50%; */
            }

            .also-viwed .also-carousel .inner-slide .content-box h2 {
                font-size: 21px;
                font-family: "pf_handbook_proregular";
                font-style: normal;
                font-weight: normal;
                line-height: 26px;
                letter-spacing: 0px;
                text-align: left;
                color: #000000;
                margin-bottom: 10px;
            }

            .also-viwed .also-carousel .inner-slide .content-box h3 {
                font-size: 27px;
                font-family: "pf_handbook_promedium";
                font-style: normal;
                font-weight: normal;
                line-height: 24px;
                letter-spacing: 0.2px;
                text-align: left;
                color: #000000;
                margin-bottom: 4px;
            }

                .also-viwed .also-carousel .inner-slide .content-box h3 img {
                    display: inline-block;
                    margin-left: 1px;
                    margin-top: -33px;
                }

            .also-viwed .also-carousel .inner-slide .content-box h6 {
                font-size: 16px;
                font-family: "pf_handbook_promedium";
                font-style: normal;
                font-weight: normal;
                line-height: 16px;
                letter-spacing: 0.2px;
                text-align: left;
                color: #000000;
                margin-bottom: 0px;
            }

                .also-viwed .also-carousel .inner-slide .content-box h6 img {
                    display: inline-block;
                    margin-left: 5px;
                    margin-top: -6px;
                }

            .also-viwed .also-carousel .inner-slide .content-box span p {
                font-family: "pf_encore_sans_proregular";
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 10px;
                letter-spacing: 0.016em;
                color: #6c7174;
                opacity: 0.7;
            }

            .also-viwed .also-carousel .inner-slide .content-box p {
                font-size: 14px;
                font-family: "pf_handbook_proregular";
                font-style: normal;
                font-weight: normal;
                line-height: 14px;
                letter-spacing: 0.16px;
                text-align: left;
                color: #696969;
                margin-bottom: 8px;
            }

            .also-viwed .also-carousel .inner-slide .content-box b {
                font-size: 14px;
                color: #6c7174;
            }

            .also-viwed .also-carousel .inner-slide .content-box .tags {
                margin-top: 12px;
            }

                .also-viwed .also-carousel .inner-slide .content-box .tags .tag {
                    font-family: "pf_encore_sans_proregular";
                    font-style: normal;
                    font-weight: 500;
                    font-size: 11px;
                    line-height: 14px;
                    display: block;
                    padding: 4px 12px;
                    border-radius: 50px;
                    margin-right: 8px;
                }

            .also-viwed .also-carousel .inner-slide .content-box .returns {
                margin-bottom: 8px;
            }

            .also-viwed .also-carousel .inner-slide .content-box input[type="radio"] {
                opacity: 0;
                position: absolute;
                width: 100%;
                height: 100%;
                cursor: pointer;
            }

                .also-viwed .also-carousel .inner-slide .content-box input[type="radio"] + button {
                    font-family: "pf_encore_sans_proregular";
                    font-style: normal;
                    font-weight: 500;
                    font-size: 11px;
                    line-height: 14px;
                    color: #6c7174;
                    display: block;
                    padding: 4px 12px;
                    background: transparent;
                    border: 1px solid #ecedf1;
                    box-sizing: border-box;
                    border-radius: 100px;
                }

                .also-viwed .also-carousel .inner-slide .content-box input[type="radio"]:checked + button {
                    color: #ffffff;
                    background: #969f6e;
                    border: 0;
                }

            .also-viwed .also-carousel .inner-slide .content-box .worth p {
                width: 100%;
                text-align: center;
                margin: 6px 0 2px;
            }

            .also-viwed .also-carousel .inner-slide .content-box .description1,
            .also-viwed .also-carousel .inner-slide .content-box .description2 {
                display: none;
                background: #f1f3f6;
                border-radius: 4px;
                padding: 20px 22px;
                width: 270px;
                position: absolute;
                z-index: 99;
                font-family: "pf_encore_sans_proregular";
                font-size: 12px;
                font-style: normal;
                font-weight: normal;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: left;
                color: rgba(0, 0, 0, 0.7);
            }

            .also-viwed .also-carousel .inner-slide .content-box .description1 {
                transform: translate(0%, -50%);
                left: 40px;
                top: -5px;
                box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.25);
                z-index: 99;
            }

            .also-viwed .also-carousel .inner-slide .content-box .description2 {
                transform: translate(-50%, 0%);
                left: 10px;
                top: 35px;
                box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.25);
                z-index: 99;
            }

                .also-viwed .also-carousel .inner-slide .content-box .description1::before,
                .also-viwed .also-carousel .inner-slide .content-box .description2::before {
                    content: "";
                    position: absolute;
                    right: 96%;
                    top: 50%;
                    width: 0;
                    height: 0;
                }

            .also-viwed .also-carousel .inner-slide .content-box .description1::before {
                transform: translate(-50%, 0%);
                right: 96%;
                top: 50%;
                border-top: 12px solid transparent;
                border-right: 16px solid #f1f3f6;
                border-bottom: 12px solid transparent;
            }

            .also-viwed .also-carousel .inner-slide .content-box .description2::before {
                transform: translate(0%, -50%);
                right: 45%;
                top: -8px;
                border-bottom: 16px solid #f1f3f6;
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
            }

            .also-viwed .also-carousel .inner-slide .content-box .hover-img-box1 img,
            .also-viwed .also-carousel .inner-slide .content-box .hover-img-box2 img {
                vertical-align: middle;
                cursor: pointer;
            }

            .also-viwed .also-carousel .inner-slide .content-box .cta-button {
                font-size: 17px;
                font-family: "pf_handbook_proregular";
                font-style: normal;
                font-weight: normal;
                letter-spacing: 0.2px;
                width: 100%;
                padding: 7px 16px 9px;
                background: #3e593c;
                color: #ffffff;
                border: 0;
                border-radius: 3px;
                margin-top: 20px;
                cursor: pointer;
            }

                .also-viwed .also-carousel .inner-slide .content-box .cta-button:hover {
                    background: #50734e;
                }

@media screen and (max-width: 1000px) {

    .main-banner {
        padding: 0;
    }

        .main-banner .container {
            max-width: unset;
        }

    .return-inmobile .accordion .card .card-header {
        background: transparent;
        padding: unset;
        border: unset;
    }

        .return-inmobile .accordion .card .card-header h2 {
            position: relative;
            font-family: "pf_handbook_promedium";
            font-size: 18px;
            font-style: normal;
            font-weight: normal;
            line-height: 24px;
            letter-spacing: 0px;
            text-align: left;
            color: #000000;
        }

            .return-inmobile .accordion .card .card-header h2 button.btn {
                font-family: "pf_handbook_promedium";
                font-size: 18px;
                font-style: normal;
                font-weight: normal;
                line-height: 24px;
                letter-spacing: 0px;
                text-align: left;
                color: #000000;
                width: 100%;
                padding: unset;
                border: unset;
                border-radius: unset;
                text-decoration: unset;
                background: #ffffff;
                padding: 15px 16px;
            }

                .return-inmobile .accordion .card .card-header h2 button.btn::before {
                    content: "";
                    position: absolute;
                    background-image: url(../img/cheveron-up.svg);
                    background-repeat: no-repeat;
                    width: 16px;
                    height: 16px;
                    right: 18px;
                    top: 18px;
                    z-index: 99;
                }

                .return-inmobile .accordion .card .card-header h2 button.btn.collapsed {
                    background: #e1e3d5;
                    padding: 15px 16px;
                    margin-top: 0px;
                }

                    .return-inmobile .accordion .card .card-header h2 button.btn.collapsed::before {
                        content: "";
                        position: absolute;
                        background-image: url(../img/cheveron-down.svg);
                        background-repeat: no-repeat;
                        width: 16px;
                        height: 16px;
                        right: 18px;
                        top: 18px;
                        z-index: 99;
                    }

    .return-inmobile .accordion .card .card-body {
        padding: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .returns-calculator {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .also-viwed .also-carousel {
        padding-left: 0px;
    }

    .also-viwed .also-cards {
        flex-direction: column;
    }

    .returns-calculator {
        margin-left: auto;
        margin-top: -50px;
        padding: 15px 20px 0px;
    }

        .returns-calculator .nav-tabs::before {
            width: 100%;
        }

        .returns-calculator .tab-content .returns-card .foot-color {
            margin-left: -20px;
            margin-right: -20px;
        }

    .res {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .fixed-right {
        top: 75%;
    }

    .main-banner h1 {
        font-size: 28px;
        font-family: "pf_handbook_promedium";
        line-height: 35px;
        margin-bottom: 20px;
    }

    .main-banner h3 {
        font-size: 16px;
        line-height: 21px;
        margin-top: 20px;
        margin-bottom: 40px;
        width: 260px;
    }

    .returns-calculator {
        background: #ffffff;
        box-shadow: unset;
        border-radius: 4px;
        margin-left: auto;
        padding: 0px 0px 0px;
        margin-top: 0px;
    }

        .returns-calculator h2 {
            font-size: 26px;
            font-style: normal;
            font-family: "pf_handbook_promedium";
            font-weight: normal;
            line-height: 30px;
            letter-spacing: 0px;
            text-align: left;
            color: #000000;
            margin-bottom: 16px;
        }

        .returns-calculator nav {
            padding: 0px 15px;
        }

        .returns-calculator .nav-tabs::before {
            width: 100%;
        }

        .returns-calculator .nav-tabs .nav-link {
            border: unset;
            border-top-left-radius: unset;
            border-top-right-radius: unset;
            font-size: 18px;
            font-style: normal;
            font-family: "pf_handbook_proregular";
            font-weight: normal;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: center;
            color: rgba(0, 0, 0, 0.5);
        }

            .returns-calculator .nav-tabs .nav-link.active {
                border-bottom: 3px solid #969f6e;
                font-size: 18px;
                font-style: normal;
                font-family: "pf_handbook_proregular";
                font-weight: normal;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: center;
                color: #000000;
                position: relative;
            }

        .returns-calculator .tab-content .returns-card h4 {
            font-size: 18px;
            font-style: normal;
            font-family: "pf_handbook_prolight";
            font-weight: normal;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            color: rgba(0, 0, 0, 0.7);
            padding-top: 25px;
            margin-bottom: 10px;
        }

        .returns-calculator .tab-content .returns-card h6 {
            font-size: 16px;
            font-style: normal;
            font-family: "pf_handbook_proregular";
            font-weight: normal;
            line-height: 18px;
            letter-spacing: 0px;
            text-align: left;
            margin-top: 28px;
            color: #6c7174;
            margin-bottom: 11px;
        }

        .returns-calculator .tab-content .returns-card .invest-ul {
            display: flex;
            margin-bottom: unset;
        }

            .returns-calculator .tab-content .returns-card .invest-ul li {
                padding: 12px 15px 10px;
                background: #f1f3f6;
                background-blend-mode: multiply;
                border-radius: 2px;
                margin-right: 10px;
                color: #000000;
                font-size: 19px;
                font-style: normal;
                font-family: "pf_handbook_promedium";
                font-weight: normal;
                line-height: 22px;
                letter-spacing: 0px;
                text-align: left;
            }

                .returns-calculator .tab-content .returns-card .invest-ul li.active {
                    background: #f7a500;
                    color: #ffffff;
                }

        .returns-calculator .tab-content .returns-card .years-ul {
            display: flex;
            margin-bottom: unset;
        }

            .returns-calculator .tab-content .returns-card .years-ul li {
                background: #f1f3f6;
                background-blend-mode: multiply;
                border-radius: 2px;
                padding: 12px 13px 10px;
                margin-right: 10px;
                font-size: 19px;
                font-style: normal;
                font-family: "pf_handbook_promedium";
                font-weight: normal;
                line-height: 22px;
                letter-spacing: 0px;
                text-align: left;
            }

                .returns-calculator .tab-content .returns-card .years-ul li.active {
                    background: #f7a500;
                    color: #ffffff;
                }

        .returns-calculator .tab-content .returns-card input {
            background: #ffffff;
            border: 1px solid #cdcece;
            box-sizing: border-box;
            border-radius: 4px;
            padding: 12px 15px;
            height: 44px;
        }

            .returns-calculator .tab-content .returns-card input[type="date"] {
                background: #fff url(../img/Calendar.svg) 95% 50% no-repeat;
            }

                .returns-calculator .tab-content .returns-card input[type="date"]::-webkit-inner-spin-button {
                    display: none;
                }

                .returns-calculator .tab-content .returns-card input[type="date"]::-webkit-calendar-picker-indicator {
                    opacity: 0;
                }

        .returns-calculator .tab-content .returns-card .foot-color {
            background: rgba(217, 220, 203, 0.8);
            margin-left: -25px;
            margin-right: -25px;
            padding: 14px 25px;
        }

            .returns-calculator .tab-content .returns-card .foot-color h2 {
                font-size: 22px;
                font-style: normal;
                font-family: "pf_handbook_promedium";
                font-weight: normal;
                line-height: 25px;
                letter-spacing: 0px;
                color: #000000;
                margin-bottom: 4px;
            }

            .returns-calculator .tab-content .returns-card .foot-color p {
                font-size: 16px;
                font-style: normal;
                font-family: "pf_handbook_prolight";
                font-weight: normal;
                line-height: 18px;
                letter-spacing: 0px;
                text-align: left;
                color: #000000;
                margin-bottom: unset;
            }

        .returns-calculator .foot-color .btn-dark {
            border: 1px solid #3e593c;
            background: #3e593c;
            border-radius: 2px;
            color: #ffffff;
            font-size: 20px;
            font-style: normal;
            font-family: "pf_handbook_promedium";
            font-weight: normal;
            line-height: 23px;
            letter-spacing: 0px;
            text-align: center;
            padding: 8px 20px 10px;
            /*margin-right: 20px;
     width: 124px; */
            height: 44px;
        }

        .returns-calculator .tab-content .returns-card .invest-ul b {
            position: absolute;
            top: 26%;
            left: 4%;
            font-size: large;
        }
    /*  also-viwed */
    .also-viwed {
        padding: 20px 0px 50px;
    }

        .also-viwed .container {
            max-width: unset;
        }

        .also-viwed .also-cards {
            flex-direction: column;
        }

        .also-viwed .also-carousel .inner-slide .content-box .add-to-cart {
            margin-top: 8px;
            float: left;
        }

        .also-viwed h2 {
            font-size: 26px;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .also-viwed .also-carousel {
            padding: 0px;
            left: -13%;
        }

            .also-viwed .also-carousel .slick-slide {
                margin: 0;
            }

            .also-viwed .also-carousel .inner-slide .content-box {
                margin: 8px auto;
                width: 100%;
            }

                .also-viwed .also-carousel .inner-slide .content-box .row span {
                    width: 80%;
                }

                .also-viwed .also-carousel .inner-slide .content-box #av-add {
                    width: 20%;
                }

                .also-viwed .also-carousel .inner-slide .content-box .description1 {
                    transform: translate(-50%, -50%);
                    left: 200%;
                    top: -100%;
                }

                .also-viwed .also-carousel .inner-slide .content-box .description2 {
                    transform: translate(-50%, -50%);
                    left: -597%;
                    top: -100%;
                }

                    .also-viwed .also-carousel .inner-slide .content-box .description1::before,
                    .also-viwed .also-carousel .inner-slide .content-box .description2::before {
                        display: none;
                    }

    .res {
        display: none;
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/* Leadform Stylesheet */
.leadform {
    padding: 15vh 0;
    background: #f2f3f6;
}

    .leadform p {
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 28px;
        color: #6c7174;
    }

    .leadform img {
        position: absolute;
        top: 28%;
        left: 28px;
    }

.leadform-input {
    float: right !important;
    color: #000;
    padding-left: 45px !important;
}

.leadform-button,
.leadform-button-primary {
    float: right;
    border-radius: 3px;
    padding: 6px 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.leadform-button {
    background: transparent;
    border: 2px solid #969f6e;
    color: #3e593c;
}

.leadform-button-primary {
    background: #3e593c;
    border: none;
    color: #ffffff;
}

.leadform-input::placeholder {
    color: #cdcece;
}

.leadform .custom-control-label {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.018em;
    color: #6c7174;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 3px;
}

.checkbox-lg .custom-control-label {
    padding-left: 16px;
}

#leadform-buttons {
    float: right;
}

@media (max-width: 600px) {
    .leadform .container {
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0;
    }

    .leadform #fields,
    .leadform #policy {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .leadform-button,
    .leadform-button-primary {
        margin: 20px 15px 15px 0;
        float: left;
    }

    #leadform-buttons {
        float: left;
    }
}

/* Dynamic Page Components */
input[type="range"] {
    border-radius: 500px;
    height: 10px;
    width: 100%;
    overflow: hidden;
    -webkit-appearance: none;
    margin: 10px 0;
}

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        color: #444;
        background: #cdcece;
        transition: all 0.2s ease-in-out;
    }

    input[type="range"]::-webkit-slider-thumb {
        border: 0px solid #dd0914;
        height: 24px;
        width: 24px;
        border-radius: 24px;
        -webkit-appearance: none;
        cursor: pointer;
        margin-top: -7px;
        box-shadow: -340px 0 0 320px #c7222a, inset 0 0 0 40px #8b151b;
        border-radius: 50%;
        transition: box-shadow 0.2s ease-in-out;
        position: relative;
    }

    input[type="range"]:active::-webkit-slider-thumb {
        background: #fff;
        box-shadow: -340px 0 0 320px #dd0914, inset 0 0 0 3px #cdcece;
    }

    input[type="range"]::-moz-range-progress,
    input[type="range"]::-moz-range-track,
    input[type="range"]::-ms-fill-lower,
    input[type="range"]::-ms-fill-upper {
        background-color: #c7222a;
    }

::placeholder {
    color: #cdcece;
    opacity: 1;
}

.tab {
    overflow: hidden;
    width: fit-content;
}

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 4px 16px;
        transition: 0.3s;
        font-size: 18px;
    }

        .tab button:hover {
            color: #c7222a;
        }

        .tab button.active {
            color: #c7222a;
        }

.tabcontent {
    display: block;
    border-top: none;
}

select {
    color: black !important;
    border: 1px solid black;
}

    select option {
        color: black;
    }

.contact-box input[type="text"],
select,
textarea {
    color: black !important;
    padding: 10px;
    border: 1px solid black;
}

.onboarding {
    z-index: 100;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

.modal-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}

.close {
    background-color: transparent;
    color: gray;
    float: right;
    top: 7%;
    right: 3%;
    font-size: 20px;
    font-weight: bold;
    padding-right: 25px;
    padding-top: 12px;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.main-banner .returns-calculator {
    padding: 20px 30px 30px;
}

.main-banner button {
    color: #fff;
    width: 100%;
    background-color: #3e593c;
    border: 0;
    padding: 8px;
    margin-top: 10px;
}

.main-banner .rangeSlider span,
.return-inmobile .rangeSlider span {
    float: right;
    text-align: right;
    padding: 4px 0;
    width: 60px;
    background-color: white;
    border-radius: 0;
    border-bottom: 1px solid #c7222a;
}

.main-banner .returns-input,
.return-inmobile .returns-input {
    width: 100%;
    background: #c7222a;
    color: white;
    font-size: 14px;
    text-align: center;
    border: none;
    padding: 8px;
}

.main-banner .results {
    position: absolute;
    width: 100%;
    top: 51%;
    left: 53%;
    transform: translate(-50%, -50%);
}

    .main-banner .results span,
    .return-inmobile .results span {
        background: transparent;
        padding-left: 25px;
        font-weight: bold;
    }

.main-banner input[type="radio"],
.return-inmobile input[type="radio"] {
    visibility: hidden;
}

    .main-banner input[type="radio"]:after,
    .return-inmobile input[type="radio"]:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        position: relative;
        background-color: #d1d3d1;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 3px solid #cdcece;
    }

    .main-banner input[type="radio"]:checked:after,
    .return-inmobile input[type="radio"]:checked:after {
        background-color: #c7222a;
    }

img {
    vertical-align: middle;
}

.slideshow {
    max-width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.controls {
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.dot {
    height: 4px;
    width: 40px;
    margin: 0 3px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.slide {
    height: 100%;
    width: 100%;
    background-size: cover;
}

/* .active { */
    /* background-color: #c7222a; */
/* } */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.queries {
    padding: 14px 0 12px;
    text-align: center;
}

    .queries button {
        padding: 8px 50px 12px;
        background-color: #c7222a;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        transition: 0.3s all ease-in-out;
    }

        .queries button:hover {
            background-color: #d52830;
            box-shadow: 0 0 7px rgb(0 0 0 / 0.5);
        }

.start {
    font-size: 22px;
    line-height: 24px;
    padding-top: 4px;
    text-align: center;
}

    .start button {
        border: none;
        width: 96%;
        border-radius: 4px;
        cursor: pointer;
        background-color: #3e593c;
        padding: 2px;
        transition: 0.3s all ease-in-out;
    }

        .start button:hover {
            background-color: #4e6f4d;
            box-shadow: 0 0 7px rgb(0 0 0 / 0.5);
        }

        .start button:hover {
            background-color: #4e6f4d;
            box-shadow: 0 0px 7px rgb(0 0 0 / 0.5);
        }

.questions {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
}

    .questions .q-card {
        display: block;
        padding: 40px 14% 30px;
        height: 100%;
        min-height: 432px;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgb(0 0 0 / 0.2);
    }

ul#points {
    list-style: none;
}

    ul#points li::before {
        content: "\2022";
        color: red;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.downloads {
    padding: 25px 0;
    color: white;
}

    .downloads .row {
        position: relative;
        background-color: #969f6e;
        border-radius: 8px;
        overflow: hidden;
    }

    .downloads .title {
        font-family: "pf_encore_sans_proregular";
        margin: 30px 0 15px;
    }

    .downloads input[type="tel"] {
        text-align: left;
        font-size: 18px;
        color: white;
        outline: none;
        width: 63%;
        padding: 8px 20px 10px;
        background: transparent;
        border: 2px solid white;
    }

    .downloads input[type="submit"] {
        text-align: center;
        font-size: 18px;
        color: white;
        outline: none;
        width: 30% !important;
        padding: 8px 20px 10px;
        margin-left: 15px !important;
        background: #3e593c;
        border: 0;
        cursor: pointer;
    }

    .downloads .illustration {
        position: absolute;
        bottom: -32%;
        right: 16%;
        z-index: 1;
    }

        .downloads .illustration img {
            display: block;
            width: 320px;
            margin: 10% auto;
        }

    .downloads .highlight {
        position: absolute;
        top: 100%;
        right: 30%;
        z-index: 0;
        transform: translate(50%, -50%);
        content: "";
        display: inline-block;
        width: 600px;
        height: 600px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 100%;
        background-color: #3e593c;
        opacity: 0.4;
    }

.benefits {
    position: relative;
    padding: 30px 0 35px;
    text-align: center;
    background-color: #f2f3f6;
}

    .benefits h4 {
        margin: 8px 0 0;
    }

    .benefits img {
        width: 40%;
    }

    .benefits #b-mobile {
        display: none;
    }

.filter {
    padding: 30px 0;
    background-color: #f2f3f6;
}

    .filter select {
        border: 1px solid black;
        color: black !important;
        border-radius: 0;
    }

.tabs {
    padding: 40px 0 0;
    text-align: center;
    background-color: #f2f3f6;
}

    .tabs .tab {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }

        .tabs .tab .tablinks {
            margin-top: 8px;
            border-right: 2px solid #c7222a;
        }

.socials {
    padding: 25px 0 30px;
    text-align: center;
    margin-bottom: -20px;
}

    .socials img {
        width: 4%;
        min-width: 30px;
        margin: 8px 8px 0;
    }

@media (min-width: 767px) and (max-width: 1200px) {
    .downloads h1 {
        font-size: 36px;
    }

    .downloads .illustration {
        position: absolute;
        bottom: -29%;
        right: 16%;
        z-index: 1;
    }

        .downloads .illustration img {
            width: 280px;
            margin: 10% auto;
        }

    /* Leverage illustration mobile placing css refer leverage cshtml*/
    /*.illustration_leverage img {
        display: block;
        width: 320px;
        margin: 10% auto;
    }

    .illustration_leverage img {
        width: 280px;
        margin: 10% auto;
    }

    .illustration_leverage img {
        width: 180px;
        margin: 0;
    }

    .illustration_leverage img {
        width: 250px;
        margin: 41px;
        height: 450px;
    }*/
    /* Leverage illustration mobile placing css refer leverage cshtml*/


    .downloads .highlight {
        position: absolute;
        top: 100%;
        right: 30%;
        width: 500px;
        height: 500px;
    }
}

@media only screen and (max-width: 1000px) {
    .slideshow {
        height: 360px !important;
        border-radius: 0;
        margin-left: -10px;

    }

    .controls {
        display: none;
    }

    .queries {
        padding: 0 0 12px;
    }

    .questions {
        position: relative;
        padding-bottom: 0;
    }

        .questions .container {
            overflow-x: auto;
            padding-bottom: 8px;
        }

        .questions .scrolling-wrapper {
            width: fit-content;
            padding: 4px 16px 12px 0;
        }

        .questions .q-card {
            padding: 30px 10% 20px;
            min-height: 410px;
        }

        .questions .q-dots {
            display: flex;
            position: absolute;
            left: 50%;
            bottom: 3%;
            transform: translate(-50%, -50%);
            justify-content: center;
            margin: 0 auto;
        }

            .questions .q-dots span {
                height: 7px;
                width: 7px;
                margin: 0 5px;
                transition: 0.2s all ease-in-out;
                background-color: #bbb;
                border-radius: 50px;
            }

            .questions .q-dots .active {
                height: 7px;
                width: 20px;
                margin: 0 5px;
                background-color: #969f6e;
                border-radius: 50px;
            }

    .downloads .row {
        text-align: center;
        padding: 20px 0 40px;
    }

    .downloads h1 {
        font-size: 26px;
    }

    .downloads .illustration {
        position: static;
        padding-top: 8px;
        margin: 0 auto;
    }

        .downloads .illustration img {
            width: 180px;
            /* margin: 0; */
            height: 50%;
        }

    .downloads .highlight {
        display: none;
    }

    .downloads input[type="submit"] {
        margin-left: 12px;
    }

    .benefits #b-desktop {
        display: none;
    }

    .benefits #b-mobile {
        display: unset;
    }

        .benefits #b-mobile span {
            color: #6c7174;
            font-size: 24px;
            padding: 20px;
        }

    .benefits .slick-list {
        margin: 0 auto;
        width: 90%;
    }

    .benefits .buttons {
        position: absolute;
        top: -30%;
        left: 15%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;
        width: 88vw;
    }
}

@media screen and (max-width: 767px) {
    .slideshow {
        height: 220px !important;
        border-radius: 0;
        margin-left: -10px;

    }



    .benefits img {
        width: 30%;
    }

    .benefits .slider-mob-value div {
        margin-bottom: 16px;
    }

    .tabs .tab button {
        font-size: 14px;
    }

    .benefits .buttons {
        top: -30%;
        width: 88vw;
    }
}

/* Slick Slider */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    height: 95%;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    width: 510px;
    margin: 18px 13px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: relative;
    top: 190px;
    margin: 0;
    bottom: -7px;
    width: 40px;
    height: 40px;
    padding: 10px auto 30px;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.1s ease-in-out;
}

.slick-arrow {
    font-size: 24px;
    color: #6c7174;
}

    .slick-arrow:hover {
        color: #969f6e;
    }

#arrow-prev:hover {
    margin-left: 4px;
    margin-right: -4px;
}

#arrow-next:hover {
    margin-left: -4px;
    margin-right: 4px;
}

@media only screen and (min-width: 2460px) and (max-width: 2600px) {
    .also-viwed .slick-list {
        width: 55%;
    }
}

@media only screen and (min-width: 2100px) and (max-width: 2460px) {
    .also-viwed .slick-list {
        width: 62%;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2100px) {
    .also-viwed .slick-list {
        width: 68%;
    }
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
    .also-viwed .slick-list {
        width: 80%;
    }
}

@media only screen and (min-width: 1580px) and (max-width: 1680px) {
    .also-viwed .slick-list {
        width: 88%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1580px) {
    .also-viwed .slick-list {
        width: 92%;
    }
}

@media only screen and (min-width: 1040px) and (max-width: 1200px) {
    .also-viwed .slick-list {
        width: 70%;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1040px) {
    .also-viwed .slick-list {
        width: 86%;
    }
}

@media screen and (max-width: 720px) {
    .also-viwed .slick-list {
        width: 100%;
    }
}

/* Slick Theme */
/* Slider */
.slick-loading .slick-list {
    background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/slick/slick.eot");
    src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        opacity: 0.75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-size: 34px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: "•";
                text-align: center;
                opacity: 0.25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: 0.75;
            color: black;
        }

/* Carousel Stylesheet */
.sliding-wrapper {
    display: flex;
    width: 92%;
    height: 95%;
    margin-left: 45px;

}

.fa-arrow-right {
    color: gray;
    font-size: x-large;
    margin: auto;
    margin-left: 20px;
    z-index: 150;
    cursor: pointer;
}

.fa-arrow-left {
    color: grey;
    font-size: x-large;
    margin: auto;
    margin-right: 20px;
    cursor: pointer;
}

.index-slider {
    padding: relative;
    width: 70%;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: space-around;
}

.slick-next,
.slick-prev {
    background: black;
    font-size: xx-large;
    width: 30px;
    height: 30px;
}

.slick-slide {
    margin: 10px 4px;
}

.silder-wrapper {
    position: relative;
}

    .silder-wrapper .prev,
    .silder-wrapper .next {
        position: absolute;
        top: 50%;
        font-size: 2em;
        cursor: pointer;
        color: #7b7b7b;
    }

    .silder-wrapper .prev {
        left: 10em;
    }

    .silder-wrapper .next {
        right: 10em;
    }

@media screen and (max-width: 1921px) {
    .index-slider {
        width: 70%;
    }

    .silder-wrapper .prev {
        left: 8em;
    }

    .silder-wrapper .next {
        right: 8em;
    }
}

@media screen and (max-width: 1873px) {
    .index-slider {
        width: 70%;
    }

    .silder-wrapper .prev {
        left: 7em;
    }

    .silder-wrapper .next {
        right: 7em;
    }
}

@media screen and (max-width: 1541px) {
    .index-slider .slick-slide {
        margin: 0;
        padding: 0;
    }

    .silder-wrapper .prev {
        left: 5em;
    }

    .silder-wrapper .next {
        right: 5em;
    }
}

@media screen and (max-width: 1410px) {
    .index-slider {
        width: 80%;
    }

    .silder-wrapper .prev {
        left: 2em;
    }

    .silder-wrapper .next {
        right: 2em;
    }
}

@media screen and (max-width: 1156px) {
    .index-slider {
        width: 90%;
    }

    .silder-wrapper .prev {
        left: 0.5em;
    }

    .silder-wrapper .next {
        right: 0.5em;
    }

    @media screen and (max-width: 1024px) {
        .sliding-wrapper {
            width: 80%;
            padding-left: 120px;
        }

        .index-slider {
            width: 70%;
        }
    }

    @media screen and (max-width: 992px) {
        .container {
            max-width: 900px;
        }

        .index-slider {
            width: 80%;
        }
    }

    @media screen and (max-width: 800px) {

        .fa-arrow-right {
            color: gray;
            font-size: x-large;
            margin: auto;
            margin-left: 10px;
            z-index: 150;
        }

        .fa-arrow-left {
            color: grey;
            font-size: x-large;
            margin: auto;
            margin-right: 10px;
        }

        .sliding-wrapper {
            width: 90%;
            padding-left: 10%;
        }

        .index-slider {
            width: 80%;
        }
    }

    @media screen and (max-width: 700px) {
        .index-slider {
            width: 100%;
        }


    }
}

@media screen and (max-width: 649px) {
    .index-slider {
        width: 50%;
    }

    .sliding-wrapper {
        width: 90%;
        padding-left: 12%;
    }

    .silder-wrapper .prev {
        left: 1.5em;
    }

    .silder-wrapper .next {
        right: 1.5em;
    }
}

@media screen and (max-width: 550px) {
    .index-slider {
        width: 60%;
    }

    .silder-wrapper .prev {
        left: 0.5em;
    }

    .silder-wrapper .next {
        right: 0.5em;
    }

    .sliding-wrapper {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .index-slider {
        width: 70%;
    }
}

@media screen and (max-width: 649px) {
    .index-slider {
        width: 90%;
        left: 54px;
    }
}

@media screen and (max-width: 300px) {
    img {
        width: 50px;
        height: 50px;
    }

    .slick-track {
        height: 700px;
    }

    .index-slider {
        width: 100%;
    }
}

@media screen and (max-width: 281px) {
    .slick-track {
        height: 70%;
    }

    .sliding-wrapper {
        height: 95%;
        margin-bottom: 0;
    }

    .questions .q-card {
        height: fit-content;
    }
}

.drow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:370px) and (max-width:1000px) {

    .submitmedia {
        width: 35% !important;
    }

}
@media (min-width:370px) and (max-width:700px) {

       .fntsize{
        font-size: 14px !important;
    }
}
@media (min-width: 801px) and (width:1024px) {
    .leveragephn {
        float: none !important;
    }
}

@media (width:912px) {
    .leveragephn {
        float: none !important;
    }
}
@media (min-width:800px) and (max-width:900px) {
    .abname{
        margin-left: -110px !important;
    }
}
@media (min-width:901px) and (max-width:1200px) {
    .abname{
        margin-left: 21px !important;    }
}

@media (width:768px) {
    .abname{
        margin-left: 11px !important;
    }
}
.p-0 {
    padding: 0 !important;
}

.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}


.p-0 {
    padding: 0 !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.arrow {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 300px) and (max-width:650px) {
    .returns-calculator{
height: 470px;
    }
}

.abname{

    margin-left: -14px;
}

@media (min-width: 300px) and (max-width:650px) {
    .sliding-wrapper{
        margin-left:0;
    }

    .abname{
        margin-left: -6px;

    }
}

@media (min-width: 300px) and (max-width:820px) {

    .drow{
        padding-top: 0px !important;
    }

    .fixed-right .calling {
        left: -68% ;
    }

    .drow{
        margin-left: 0px !important;    }

        .custom-control-label
        {
            margin-top: -11px;
        }


}

@media (min-width: 601px)
{
    .navbar-nav {
        margin-right: 10px !important;
    }
}


@media (min-width: 801px) and (max-width: 1000px)
{
    .col-md-8 {
        max-width: 100% !important;
    margin-left: 151px !important;
    }
}


@media only screen and (max-width:767px) {
	footer .footerCols ul.links {
		display: none;
		clear: both
	}
	/* deepak */
	footer .footerCols ul.footerMenus{
		display: grid;
	}

	.footerCols .columWrapper{
		display: block !important;
	}
	footer .col-subscribe{
		padding-left: 0px !important;
	}

	footer .col-mobApp .dvAppIcons{
		display: flex;
     width: 100% !important;
	}
	footer .col-mobApp .dvAppIcons a.ag {
margin-top: 0px !important;
}

footer .footerCols ul.links li {
	padding: 4px 0;
	border-bottom: 0
}
.active {
    background-color: transparent !important;
}
footer .col-mobApp{
    padding-left: 0px;

}
}

/* .columWrapper{
    display: flex;
} */



/* Header and Footer  */

@media only screen and (min-width: 1102px){
header .headerDesktop .primaryNavWrapper .primaryNav ul>li>a {

/*padding-left: 0px !important;*/
}
}

.header-static .custom-nav .logo {
 padding: 23px 138px 23px 84px !important;
}

@media (min-width: 1108px) and (max-width: 1294px){
.bottombar_dark {
 padding-left: 74px !important;
}
}

@media only screen and (min-width: 1102px){
/* header .headerDesktop .primaryNavWrapper .primaryNav ul>li { */
/* padding-left: 8px !important; */
/* } */
}

@media (max-width: 768px){
.header-static .custom-nav .logo img {
margin-top: 0px !important;
margin-left: -52px;
 }
}

@media only screen and (max-width: 1101px){
header .headerMobile .topNav .rightCol .menu, header .headerMobile .topNav .brandTitle .menu {
padding-left: 2px;
}
}

@media only screen and (max-width: 1101px){
header .headerMobile .topNav .iconsWrapper {
padding-right: 3px;
}
}


@media (min-width: 300px) and (max-width: 400px){
.abname {
 margin-left: 3px !important;
}}

@media (min-width: 319px) and (max-width: 844px){
.columWrapper{
 padding-right: 9px;
 }
}

@media (min-width: 360px) and (max-width: 377px){
.dvTitPage {
margin-top: 36px !important;
}
}

.breadcrumbs li:first-child {
padding-left: 9px !important;
}

.abname {
margin-left: -67px ;
}

@media (min-width: 1024px) {
.abname {
margin-left: -66px ;
}
}



@media only screen and (max-width: 1024px){
header .headerMobile .topNav .rightCol .menu, header .headerMobile .topNav .brandTitle .menu {
padding-left: 24px !important;
}
}

.row headerMobile{
padding-top: -4px !important;
}

/* @media (min-width: 768px) {
    .abname {
        margin-left: 23px ;
    }
} */

@media only screen and (min-width:360px){
header .headerMobile .topNav .rightCol .menu, header .headerMobile .topNav .brandTitle .menu {
padding-left: 5px !important;
}
}

@media only screen and (min-width: 768px){
header .headerMobile .topNav .rightCol .menu, header .headerMobile .topNav .brandTitle .menu {
padding-left: 24px !important;
}}
@media only screen and (min-width: 1020px){
.header-static .custom-nav .logo {
margin-left: -69px;
}
}


@media only screen and (min-width: 801px) and (max-width: 900px){
.bottombar_active, .bottombar_dark {
padding: 0 10px 0 133px !important;
}
}

@media (min-width: 820px) {
header .headerMobile { padding-top: 0px !important;}
}

@media only screen and (min-width: 410px) and (max-width: 415px ){
.abname {
 margin-left: 6px !important;
}}
@media (width: 1024px){
.columWrapper{
padding-left: 57px;
padding-right: 57px;
}
}

@media (width:820px){
.columWrapper {
 padding-right: 32px;
}

}

.footfix{
    display: flex;
}