*,
*::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: #fff;
    z-index: 10 !important;
    position: relative;
}


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

/* ___ Header ___ */
.promo_header {
    background: #000;
    color: #fff;
    font-family: "Gilroy", sans-serif;
    overflow: hidden;
    height: 550px;

    @media (min-width: 992px) {
        background: url('img/header-bg.png') no-repeat top #fff;
        background-size: cover;
    }
}


.header_info {
    padding: 150px 0 0 0;

    h1 {
        /* text-transform: uppercase; */
        font-size: 44px;
        line-height: normal;
        font-weight: 600;
        padding: 20px 0 0 0;
    }
}


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

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



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


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

    /* H2 */
    h2 {
        font-size: 40px;
        padding: 0 0 30px 0;
        line-height: 120%;
        max-width: 1220px;
        width: 100%;
        margin: auto;
        font-weight: bold;
    }

    /* P */
    p {
        font-size: 20px;
        line-height: 130%;
        max-width: 1220px;
        width: 100%;
        margin: auto;
        padding: 0 0 50px 0;
    }

    .btn {
        font-size: 16px;
        font-weight: bold;
        border-radius: 15px;
        max-width: 157px;
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .btn-dark {
        background:url('img/bg-dark.png') no-repeat #000;
        background-size: cover;
        color: #fff;
        
    }


    .desc-prod-1 {
        padding: 60px 0 0 0;
    }
    .desc-prod-2 {
       
        color: #fff;
        padding: 60px 0 0 0;
    }

    .dark-bg {
        background: url('img/bg-dark.png') no-repeat top #000;
        background-size: cover;
        color: #fff;
    }

    .desc-prod-dark {
       text-align: center;
       padding: 60px 0 0 0;
    }

    .desc-prod-light {
        padding: 60px 0 0 0;
        text-align: center;
    }
}

/* ___  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: #000;
    color: #fff;
}

/* Seperator */
a.promo_seperator {
    display: block;
    margin: auto;
    background-color: #000;
    text-decoration: none;
    color: #fff;

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

/* ___ 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;
        }

        .price {
            font-size: 30px;
        }

        .old-price {
            top: 20px;
        }
    }

    .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;
    }

    .promo_reviews .btn {
        margin: auto;
    }
}

@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;
    }
}

/* ___ Corporate Clients Section ___ */
.desc-corporate {
    padding: 30px 0;
    background-color: #fff;
    font-family: "Gotham-Medium", sans-serif;
}

.desc-corporate .underlined-title {
    font-size: 22px;
    font-weight: 500;
    color: #111;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: left;
}

.desc-corporate .corporate-box {
    border: 1px solid #ddd;
    background-color: #fff;
}

.desc-corporate .general-info-panel {
    background-color: #eeeeee;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.desc-corporate .panel-desc {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    margin-bottom: 15px;

}

.desc-corporate p {
    padding: 0 !important;
}

.desc-corporate .panel-contact {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
}

.desc-corporate .panel-contact a,
.desc-corporate .member-email,
.desc-corporate .member-phone a {
    color: #0066cc;
    text-decoration: none;
}

.desc-corporate .panel-contact a:hover,
.desc-corporate .member-email:hover,
.desc-corporate .member-phone a:hover {
    text-decoration: underline;
}

.desc-corporate .team-panel {
    padding: 15px 10px;
}

.desc-corporate .team-member-col {
    padding: 15px;
}

.desc-corporate .team-member-item {
    display: flex;
    align-items: flex-start;
}

.desc-corporate .member-img-box {
    width: 80px;
    height: 95px;
    border: 1px solid #ccc;
    padding: 1px;
    background-color: #fff;
    flex-shrink: 0;
    margin-right: 12px;
}

.desc-corporate .member-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.desc-corporate .member-info-box {
    flex-grow: 1;
    text-align: left;
}

.desc-corporate .member-name {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin: 0 0 2px 0;
}

.desc-corporate .member-role {
    font-size: 14px;
    font-style: italic;
    color: #555;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.desc-corporate .member-email {
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}

.desc-corporate .member-phone {
    font-size: 14px;
    color: #000;
    margin: 0;
}