:root {
    /* --white: rgba(255, 255, 255, 1);
    --active-btn: linear-gradient(180deg, rgb(179, 86, 193) 0%, rgb(151, 52, 166) 100%); */
    /* --violet: rgb(179, 86, 193); */
    --black: black;
    /* --active: rgba(255, 255, 255, 1); */
    --purple: antiquewhite;
    /* --bg-purple:#cc5800; */
    --bg-purple:#cc5a00;
    /* background-color: antiquewhite; */
}

.active-navbar{
    color: var(--black);
}
.mid-wrap {
    width: 100%;
    padding: 50px;
}
.content .left-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 35px;
}
.content .right-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.msg-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 1px solid lightgray;
    background-color: #fff;
    border-radius: 7px;
    padding: 10% 5%;
    box-shadow: 0px 1px 10px 1px lightgrey;
}

.label-name {
    padding: 10px 0;
    color: var(--dark-purple);
    font-size: 18;
    font-weight: 900;
    /* font-family:  Poppins; */
    font-family: 'Roboto', sans-serif;
}

.input-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.inputbox-2 {
    width: 50%;
}

.input-box input,
.input-box textarea,
.input-box select {
    width: 100%;
    border: 1px solid lightgray;
    padding: 10px;
    font-size: 16px;
    font-size: 1.2em;
    letter-spacing: 1.5px;
    border-radius: 5px;
    background-color: white;
}

.input-box textarea {
    height: 150px;
    font-size: 17px !important;
}

input:active,
textarea:active,
input:focus,
textarea:focus,
input:focus,
select:focus {
    background-color: #ffffff;
    border: 2px solid var(--dark-purple) !important;
    outline: none;
    color: #282828;
    font-weight: 400;
}

.msg-container button {
    width: 100%;
    background: var(--dark-purple);
    border-radius: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.solution-wrap .left-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.solution-wrap .left-wrap .image-wrap {
    height: 180px;
    width: 180px;
}

.solution-wrap .left-wrap img {
    transform: none;
    width: 100%;
    height: 100%;
}

.content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none !important;
}
.close-btn{
    border: 1px solid black;
        padding: 7px;
        border-radius: 9px;
        color: black;
        text-decoration: none;
}
.close-btn:hover{
    text-decoration: none;
}
.notification-content {
    display: flex;
    text-align: center;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
}
.success-icon{
    font-size: 30px;
     color: #69b85c;
}
.error{
    color: red;
    padding: 10px 0;
    font-size: 14px;
}

@media only screen and (min-width: 280px) and (max-width: 1280px) {
.api_response{
    text-align: center;
}
}

@media only screen and (min-width: 280px) and (max-width: 600px) {
    .mid-wrap {
        padding: 10px;
    }

    .msg-container {
        padding: 5%;
    }

    .content-wrap {
        width: 100%;
        padding: 0px 9px 0 !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 950px) {
    .mid-wrap {
        padding: 5%;
    }

    .msg-container {
        padding: 5%;
    }

    .solution-wrap .right-wrap {
        width: 40%;
    }

    .solution-wrap .left-wrap {
        width: 60%;
    }

    .contactus-para {
        font-size: 25px !important;
        padding-left: 60px;
    }

    .input-box textarea {
        height: 150px;
        font-size: 29px !important;
    }

    .input-box input,
    .input-box textarea,
    .input-box select {
        width: 100%;
        border: 1px solid lightgray;
        padding: 10px;
        font-size: 19px !important;
        font-size: 1.2em;
        letter-spacing: 1.5px;
        border-radius: 5px;
        background-color: white;
    }
}

.contactus-content {
    text-align: center;
}

.contactus-heading {
    color: #000000;
    font-weight: 600;
    font-size: 25px;
    font-size: 25px;
    text-align: center;
    margin: 0 20px;
}

.contactus-para {
    font-size: 15px;
    padding-left: 60px;
    font-size: 15px;
    padding-left: 60px;
}

@media only screen and (min-width: 550px) and (max-width: 670px) {
    .contactus-heading {
        font-weight: 600;
        font-size: 20px;

    }
}

@media only screen and (min-width: 450px) and (max-width: 550px) {
    .contactus-heading {
        font-weight: 600;
        font-size: 15px;

    }
}

@media only screen and (min-width: 400px) and (max-width: 450px) {
    .contactus-heading {
        font-size: 15px;
    }

    .input-box input,
    .input-box textarea,
    .input-box select {
        font-size: 19px !important;
    }
}

@media only screen and (min-width: 280px) and (max-width: 400px) {

    .input-box input,
    .input-box textarea,
    .input-box select {
        padding: 3px;
    }

    .msg-container {
        padding: 0%;
    }

    .msg-container {
        padding: 0%;
    }

    button,
    button a {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.5px;
    }

    .input-box input {
        padding: 5px;
        font-size: 13px;
    }

    .content-wrap {
        width: 100%;
        padding: 0px 0px 0;
    }

    .contactus-heading {
        color: #000000;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        margin: 5px 5px;
    }

    .contactus-para {
        font-size: 12px;
        padding-left: 10px;
    }

    .msg-container button {
        width: 100%;
        /* background: #7951F9; */
        border-radius: 30px;
        font-weight: 500;
        margin-top: 19px;
        margin-left: 20px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 400px) {
    .input-box input {
        padding: 10px;
        font-size: 17px;
    }

}

@media only screen and (min-width: 400px) and (max-width: 900px) {
    .contactus-para {
        font-size: 15px;
        padding-left: 38px;
    }

    .input-box input,
    .input-box textarea,
    .input-box select {
        width: 100%;
        border: 1px solid lightgray;
        padding: 10px;
        font-size: 16px;
        font-size: 18px;
        letter-spacing: 1.5px;
        border-radius: 5px;
        background-color: white;
    }
}
@media only screen and (min-width: 750px) and (max-width: 805px) {
    button, button a {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1.5px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 750px) {
.content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.content .left-wrap {
    padding: 0%;
    width: 97%;
}
.content .right-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
    .content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .content .left-wrap {
        padding: 0%;
        width: 97%;
    }
    .content .right-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .white-text-para {
        font-size: 14px;
        color: var(--black);
    }
    .white-text {
        color: var(--black);
        font-size: 24px;
        font-weight: 800;
    }
}