body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}

a {
    text-decoration: none;
    /* color: white; */
}

li {
    list-style-type: none;
}

.dheaddiv .dheadactive {
    color: #DD8D13;
}

.dheaddiv #products {
    cursor: pointer;
}

/* Button */
.button1 {
    width: auto;
    padding: 5px;
    height: 30px;
    font-weight: 400;
    background-color: #fff;
    border: none;
    color: #DD8D13;
    border-radius: 20px;
}

.button2 {
    width: 100px;
    height: 40px;
    border: none;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
    border-radius: 20px;
    border: none;
}

.button3 {
    background-color: #DD8D13;
    color: #fff;
    border-radius: 5px;
    width: 150px;
    height: 35px;
    border: none;
    font-weight: 400;
    font-size: 15px;
}


.buttonactive1,
.button2:hover {
    background-color: #fff;
    color: #DD8D13;
}

@media screen and (min-width:1098px) {

    .modal {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 50px;
    }

    .modal .modal1 {
        width: 50%;
        height: 600px;
        background-color: #fefefe;
        margin: auto;
        border: 1px solid #888;
        border-radius: 20px;
        overflow: hidden;
    }

    .modaldiv {
        width: 100%;
        height: 600px;
        background-image: url('../images/popup/bg0.png'), url('../images/popup/bg1.png'), url('../images/popup/bg2.png');
        background-position: bottom center, left top, right top;
        background-size: contain, 200px, 200px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        padding: 75px;
    }

    .modaldiv .modalheading h5 {
        font-weight: 800;
        font-size: 25px;
    }

    .modaldiv .modalct .col-md-12 label {
        font-weight: 400;
        font-size: 16px;
    }

    .modaldiv .modalct .col-md-12 input {
        border: 2px solid #131118;
        color: #3f3f3f;
        width: 100%;
        height: 45px;
        padding: 0px 10px;
        border-radius: 8px;
        margin-top: 5px;
        outline: none;
    }

    .modaldiv .close {
        font-size: 25px;
        font-weight: 1000;
        color: #a6a6a6;
        cursor: pointer;
    }

    .modaldiv .close:hover {
        color: #000;
    }

    .modaldiv .button5 {
        background-color: #DD8D13;
        color: #fff;
        border-radius: 8px;
        width: 100%;
        height: 45px;
        border: none;
        font-weight: 400;
        font-size: 18px;
    }

}

@media screen and (min-width:768px) and (max-width:1098px) {

    .modal {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 50px;
    }

    .modal .modal1 {
        width: 70%;
        height: 550px;
        background-color: #fefefe;
        margin: auto;
        border: 1px solid #888;
        border-radius: 20px;
        overflow: hidden;
    }

    .modaldiv {
        width: 100%;
        height: 550px;
        background-image: url('../images/popup/bg0.png'), url('../images/popup/bg1.png'), url('../images/popup/bg2.png');
        background-position: bottom center, left top, right top;
        background-size: contain, 200px, 200px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        padding: 75px 25px;
    }

    .modaldiv .modalheading h5 {
        font-weight: 800;
        font-size: 25px;
    }

    .modaldiv .modalct .col-md-12 label {
        font-weight: 400;
        font-size: 16px;
    }

    .modaldiv .modalct .col-md-12 input {
        border: 2px solid #131118;
        color: #3f3f3f;
        width: 100%;
        height: 45px;
        padding: 0px 10px;
        border-radius: 8px;
        margin-top: 5px;
        outline: none;
    }

    .modaldiv .close {
        font-size: 25px;
        font-weight: 1000;
        color: #a6a6a6;
        cursor: pointer;
    }

    .modaldiv .close:hover {
        color: #000;
    }

    .modaldiv .button5 {
        background-color: #DD8D13;
        color: #fff;
        border-radius: 8px;
        width: 100%;
        height: 45px;
        border: none;
        font-weight: 400;
        font-size: 18px;
    }

}

@media screen and (min-width:350px) and (max-width:768px) {

    .modal {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 50px;
    }

    .modal .modal1 {
        width: 90%;
        height: 500px;
        background-color: #fefefe;
        margin: auto;
        border: 1px solid #888;
        border-radius: 20px;
        overflow: hidden;
    }

    .modaldiv {
        width: 100%;
        height: 500px;
        background-image: url('../images/popup/bg0.png'), url('../images/popup/bg1.png'), url('../images/popup/bg2.png');
        background-position: bottom center, left top, right top;
        background-size: contain, 150px, 150px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        padding: 75px 10px;
    }

    .modaldiv .modalheading h5 {
        font-weight: 800;
        font-size: 20px;
    }

    .modaldiv .col-md-12 {
        margin-top: 15px !important;
    }

    .modaldiv .modalct .col-md-12 label {
        font-weight: 400;
        font-size: 14px;
    }

    .modaldiv .modalct .col-md-12 input {
        border: 2px solid #131118;
        color: #3f3f3f;
        width: 100%;
        height: 45px;
        padding: 0px 10px;
        border-radius: 8px;
        margin-top: 5px;
        outline: none;
    }

    .modaldiv .close {
        font-size: 20px;
        font-weight: 1000;
        color: #a6a6a6;
        cursor: pointer;
    }

    .modaldiv .close:hover {
        color: #000;
    }

    .modaldiv .button5 {
        background-color: #DD8D13;
        color: #fff;
        border-radius: 8px;
        width: 100%;
        height: 45px;
        border: none;
        font-weight: 400;
        font-size: 18px;
    }

}

