*,
*::before,
*::after {
    padding: 0px;
    margin: 0px;
    outline: 0;
}

body {
    font-family: sans-serif;
    overflow-x: visible;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    cursor: default;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

#helpnav,
#helpnav a {
    background: none !important;
    color: #043640;
    z-index: 10 !important;
    position: relative;
}


#ardes {
    margin-top: -52px;
}

@media (max-width: 478px) {
    #ardes {
        margin-top: 0;
    }
}

/* ___ Header ___ */
.promo_header {
    background: url('img/header-bg.png') no-repeat top #fff;
    background-size: cover;
    color: #fff;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
    height: 566px;

    @media (min-width: 992px) {}
}


.header_info {
    padding: 80px 0 0 0;

    h1 {
        text-transform: uppercase;
        font-size: 40px;
        line-height: normal;
    }
}


.header_img {
    padding: 20px 0;
    margin: auto;

    @media (min-width: 992px) {
        padding: 0;
    }
}


/* ___ Products ___ */
@media (min-width: 992px) {
    .cont {
        display: flex;
        align-items: center;
    }
}



.out-cont {
    padding: 60px 0 20px 0;
    background: #fff;
}
.out-cont1 {
    background: url('img/main-bg.png');
}
.out-cont2 {
    background: url('img/main-bg-2.png');
}
.out-cont3 {
    background: url('img/main-bg-3.png');
}

@media (min-width: 992px) {
    .cont {
        padding-bottom: 0;
    }
}

.cont1 {
    background: url('img/prod-1-bg.png') no-repeat top #fff;
    background-size: cover;
    border-radius: 10px;
}

.cont2 {
    background: url('img/prod-bg-2.png') no-repeat top #fff;
    background-size: cover;
    border-radius: 10px;
}

.cont3 {
    background: url('img/prod-bg-3.png') no-repeat top #fff;
    background-size: cover;
    border-radius: 10px;
}

.cont a.img img {
    max-width: fit-content;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cont .title a {
    font-family: "Myriad Pro", sans-serif;
    color: #043640;
}

.cont ul li {
    font-family: "Gilroy", sans-serif;
    line-height: normal;
    color: #043640;

    &::before {
        width: 10px;
        height: 10px;
        background-color: #043640;
        margin: 5px 0;
    }
}

.cont span.old-price {
    font-family: "Gilroy", sans-serif;
    color: #043640;

    @media (min-width: 992px) {
        top: 20px;
    }

    &::before {
        color: #043640;
    }
}

.cont span.price {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    color: #fff;
}

.cont3 span.price {
    color: #043640;
}

.cont3 .display-specs {
    display: none;
}

.cont a.here {
    font-family: "Gilroy", sans-serif;
    background-color: #fff;
    border: 2px solid #fff;
    color: #043640;
    transition: all .3s ease-in-out;
    font-weight: bold;
    border-radius: 6px;
    line-height: normal;

    max-width: 224px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;

    @media (min-width: 992px) {
        position: relative;
        top: -60px;
        left: 260px;
    }

    &:hover {
        color: #fff;
        background-color: transparent;
        transform: translateY(-4px);
    }
}


/* ___ Reviews ___ */
.promo_reviews {
    background: #fff;
    color: #043640;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;

    /* Banners */
    .desc-banner {
        background: url('img/gradient-bg-1.png') no-repeat top;
        background-size: cover;
        color: #043640;
        padding: 10px 0 !important;


        h2 {
            font-size: 50px;
            font-weight: bold;
            padding: 0 !important;

            @media (max-width: 992px) {
                font-size: 27px;
            }
        }
    }

    /* Desc */
    .desc {
        padding: 40px 0;
    }

    .desc-asus {
        background: url('img/main-bg.png') no-repeat top #043640;
        background-size: cover;

        h2 span {
            color: #677d92;
        }
    }

    .desc-dell {
        background: url('img/main-bg-2.png') no-repeat top #043640;
        background-size: cover;

        h2 span {
            color: #fff;
        }
    }

    .desc-monitor {
        background: url('img/main-bg-3.png') no-repeat top #043640;
        background-size: cover;

        h2 span {
            color: #ccefff;
        }
    }

    /* Image */
    img {
        max-width: fit-content;
        width: 100%;
        margin: auto;
    }

    /* H2 */
    h2 {
        font-size: 54px;
        /* padding: 0 0 20px 0; */
        font-family: "Gotham-Bold", sans-serif;
        font-weight: bold;
        line-height: normal;
        max-width: 1100px;
        width: 100%;
        margin: auto;
    }

    h5 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 30px;
        padding: 30px 0 0 0;
    }

    /* P */
    p {
        font-size: 30px;
        line-height: normal;
        padding: 20px 0;
        max-width: 1100px;
        width: 100%;
        margin: auto;
    }

    .col-md-12.col-lg-6 {
        margin-top: 20px;

        @media (min-width: 992px) {
            text-align: left !important;
        }
    }


    .desc-dell .col-lg-6 img {
        height: 415px;
        max-width: fit-content;
        width: 100%;
    }


    .desc-monitor {
        .container {
            .row.p-0 {
                .col-12 {
                    background: #000;
                    color: #fff;

                    max-width: 550px;
                    width: 100%;
                    height: 137px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    margin: auto;
                    text-align: center;
                    margin-top: 20px;
                    padding: 10px 0;

                    h5 {
                        font-size: 50px;
                        padding: 0;
                        color: #56a5cb;
                        line-height: normal;
                    }

                    p {
                        padding: 0 !important;
                        font-size: 33px;
                        line-height: normal;
                        color: #ccefff;
                    }
                }
            }
        }
    }

   
}

.desc-video {
    background: #aca6ba !important;
}

/* ___  Seperator  Footer ___ */
p.promo_footer,
a.promo_seperator {
    padding: 20px 0;
    text-align: center;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 35px;
    line-height: normal;
}

/* ___  Footer ___ */
p.promo_footer {
    background-color: #fff;
    color: #000;
}

/* Seperator */
a.promo_seperator {
    display: block;
    margin: auto;
    background: url('img/gradient-bg-sm.png') no-repeat top #fff;
    background-size: cover;
    text-decoration: none;
    color: #000;

    span {
        font-family: "Gotham-Bold", sans-serif;
        font-weight: bold;
        color: #000;
        text-decoration: underline;
    }
}

a.seperator_main {
    background: #6795ab;
    color: #fff;

    span {
        color: #fff;
    }
}

/* ___ Screen Size ___ */
@media (min-width: 992px) and (max-width: 1400px) {

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:991px) {
    .landing .cont {
        .btn_box {
            height: auto;
            margin-top: 0;
        }

        .price {
            font-size: 30px;
        }

        .old-price {
            top: 20px;
        }

        a.here {
            margin: auto;
        }
    }

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .promo_header {
        height: auto;
        text-align: center;
    }

    .header_info {
        padding: 70px 0 0 0;

        h1 {
            font-size: 28px;
            line-height: normal;
            padding: 10px;
        }

        p {
            font-size: 22px;
            line-height: normal;
        }
    }

    .promo_reviews {
        text-align: center;

        h2 {
            font-size: 28px;
        }

        p {
            font-size: 20px;
        }
    }

    a.promo_seperator,
    p.promo_footer {
        font-size: 25px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {
    .header_info {
        padding: 70px 0 0 0;
    }

    p.promo_footer,
    a.promo_seperator {
        font-size: 25px;
    }
}

@media (max-width: 478px) {
    .header_info {
        padding: 30px 0 0 0;
    }
}