._jcbjsdc{
    display: grid;
    grid-template-columns: 47% 50%;
    grid-gap: 20px;
    padding: 20px;
    width: 90%;
    margin: 50px auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
._sjhbcjs{
    display: grid;
    grid-template-columns: 10% 80%;
    margin: 10px 0;
}
._shcjsc{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-light-color);
}

._skjdcshd{
    width:90%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--primary-light-color);
}
._zcsd{
    display: flex;
    flex-direction: column;
}
._kjscsjcd{
    border: 1px solid var(--primary-light-color);
    padding: 10px;
    margin: 10px 0;
}
._snbdcd{
    display: flex;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 25px;
}
._sdcjsd{
    text-align: center;
    background: var(--primary-light-color);
    width: 50%;
    color: white;
    padding: 10px;
    margin-top: -10px;
    background-image: linear-gradient(to bottom,var(--primary-sec-light-color),var(--primary-light-color));
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
._sbcjsdc{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

._sjbcjsd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
._gfyttr{
    background: var(--primary-light-color);
    color: white;
    padding: 10px 30px;
    margin: 10px 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
}
._esssss{
    margin-bottom: 20px;
}

/* homepage contact form */
._sdbhsdvf{
    background-color: var(--primary-sec-dark-color);

}
._sdjsdfr{
    background-color: white;
}
._sdjcshdd{
    color: white;
    box-shadow: none !important;
}
._skhcjsd{
    color: white;
}
._dhvhdf{
    margin-left: 0;
    margin-top: 13px;
    border-radius: 0px;
}

/* end */

._csvhsvdvhsb{
    color: black;
}

@media screen and (max-width: 800px){
    ._jcbjsdc {
        grid-template-columns: 100% !important;
    }
 }

 @media screen and (max-width: 500px){
    ._jcbjsdc {
        margin: 0px !important;
    }
    ._esssss{
        display: none !important;
    }
    ._shcjsc{
        justify-content:flex-start !important;
    }
    ._sjhbcjs {
        grid-template-columns: 8% 92% !important;
    }
    ._skjdcshd {
        width: 89% !important;
    }
 }

 @media screen and (max-width: 380px){
    ._jcbjsdc {
        margin: 20px auto !important;
    }
    ._esssss{
        display: none !important;
    }
    ._shcjsc{
        justify-content:flex-start !important;
    }
    ._sjhbcjs {
        grid-template-columns: 8% 92% !important;
    }
    ._skjdcshd {
        width: 94% !important;
        padding: 10px !important;
    }
    ._jcbjsdc{
        padding: 0 !important;
        box-shadow: none !important;
    }
    ._sdjcshdd{
        padding: 20px 0 !important;
    }
 }