﻿.minHeader {
    display: none;
    min-height: 0;
}

.ProductsAll .PopBodyL {
    width: 0;
}

.ProductsAll #PuProduct {
    width: 50%;
    padding: 1em;
}

.ProductsAll .PopBody {
    width: 90%;
}

    .ProductsAll .PopBody h1 {
        padding: 0 0.5em 0.5em;
        margin: 0;
        font-weight: bold;
        font-size: 1.4em;
    }

.ProductsAll .Font-Sarbaz {
    font-weight: bold;
}

.ProductsAll h4 {
    font-family: BKoodak !important;
    line-height: 1.7em !important;
}

.ProductsAll .PopBody hr {
    margin: 0.5em 0;
}

.ProductsAll .PopBody .col-md-10,
.ProductsAll .PopBody .col-sm-6 {
    width: 100%;
    padding: 0 2em;
    z-index: 99 !important;
}

.ProductsAll .PopBody section section {
    border: 1px solid gray;
    padding: 1em;
    margin: 1em 0 0 0;
}

.ProductsAll .PopBody section p {
    color: white !important;
    background-color: var(--OneColor);
    border-radius: 2em;
    padding: 1em;
    line-height: 1.7em;
}

.ProductsAll .PopBody section small {
    color: white !important;
}

.ProductsAll .container {
    width: 80%;
    padding: 1em 0;
}

.ProductsAll .ProductsAllTop {
    position: relative;
    padding: 0;
}

.ProductsAll .ProductsAllLeftImg {
    position: absolute;
    top: 5em;
    left: 0;
    z-index: 9;
    width: 50%;
}

    .ProductsAll .ProductsAllLeftImg img {
        width: 100%;
    }

.ProductsAll .SectionDirect {
    height: 3em;
}

.ProductsAll .SDN,
.ProductsAll .BTL {
    left: 11% !important;
}

.ProductsAll .SDL {
    right: 11%;
}

.ProductsAll .CLSec1 {
    top: auto !important;
}

.ProductsAll .form-group {
    margin-bottom: 15px;
    padding: 0 1em;
}

.ProductsAll .LeftMob {
    display: none;
}

.ProductsAll .DCBase h3 {
    padding: 0 0.5em 0;
    margin: 0;
    font-weight: bold;
    font-size: 1.4em;
}

.ProductsAll .faq-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.ProductsAll .faq-question {
    background: #f8f8f8;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

    .ProductsAll .faq-question:hover {
        background: #f1f1f1;
    }

    .ProductsAll .faq-question:after {
        content: '+';
        position: absolute;
        left: 15px;
        top: 12px;
        font-size: 20px;
    }

    .ProductsAll .faq-question[aria-expanded="true"]:after {
        content: '-';
    }

.ProductsAll .faq-answer {
    padding: 15px;
    border-top: 1px solid #eee;
    background: #fff;
}

.ProductsAll .pJust p {
    line-height: 2em;
}

.ProductsAll .pJust img {
    max-width: 100%;
}

.ProductsAll .pJust span {
    line-height: 2em;
}

@media screen and (max-width: 1000px) {
    .ProductsAll .ProductsAllLeftImg {
        width: 40%;
    }

    .ProductsAll #PuProduct {
        width: 60%;
    }
}

@media screen and (max-width: 800px) {
    .ProductsAll #PuProduct {
        width: 100%;
    }

    .ProductsAll .ProductsAllLeftImg {
        position: relative;
        width: 100%;
        top: 0;
    }

    .ProductsAll .LeftWeb {
        display: none;
    }

    .ProductsAll .LeftMob {
        display: block;
    }

    .ProductsAll .PopBody {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {

    .ProductsAll .container {
        width: 90%;
        padding: 0 !important;
    }

    .ProductsAll #PuProduct {
        padding: 1em 0;
    }

    .ProductsAll .DCBase h3 {
        font-size: 1.2em;
    }

    .ProductsAll .DCBase hr {
        margin: 1em 0;
    }

    .ProductsAll .faq-question {
        padding: 10px;
        font-size: 0.8em;
        padding-left: 3em;
    }

    .ProductsAll .faq-answer {
        padding: 10px;
        font-size: 0.8em;
        line-height: 1.7em;
    }

    .ProductsAll .pJust p {
        font-size: 0.9em;
        line-height: 1.8em;
    }

    .ProductsAll .pJust span {
        line-height: 1.8em;
        text-align: right !important;
        font-size: 0.9em;
    }
}

a:focus,
a:active {
    outline: none;
}
