.contacts_section{
    margin-top: 10rem;
}
.about-us-top{
    margin-top: 10rem;
}
.faq_section {
    margin-top: 10rem;
}
.our-team-top{
    margin-top: 10rem;
}
.rc-top{
   margin-top: 10rem; 
}
.blog-top-page{
   margin-top: 10rem;  
}
.blog-top-page .header-image {
    top: 63px;
}
.cos-row{
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    width:100%;
}
.modal-form-group .col-row{
    width: 48%;
    margin:auto;
    margin-bottom: 0px;
}
.modal-form-group label{
    display: block;
    float: left;
    width: 100%;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-top:10px;
}
.input-modal{
    display: block;
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #dfe3ef;
    font-size: 18px;
    font-family: montserrat,sans-serif;
    padding: 0;
    height: 52px;
}
.modal-form-group .input-modal{
    display: block;
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #dfe3ef;
    font-size: 16px;
    font-family: montserrat,sans-serif;
    padding: 0;
    height: 32px;
    margin-bottom: 10px;
    padding: 10px;
}
.modal-form-group textarea{
    display: block;
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #dfe3ef;
    font-size: 18px;
    font-family: montserrat,sans-serif;
    padding: 0;
    margin-bottom: 10px;
    padding: 10px;
}
.modal-form-group select{
    display: block;
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #dfe3ef;
    font-size: 18px;
    font-family: montserrat,sans-serif;
    padding: 0;
    height: 40px !important;
    margin-bottom: 10px;
}
.modal-form-group button{
    background: #000;
    width: auto;
    height: 38px;
    letter-spacing: 2px;
    padding: 0 30px;
    border-radius: 19px;
    display: block;
    float: left;
    font-size: 14px;
    font-family: montserrat,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 38px;
    transition: all .2s linear;
    width: 100%;
    margin-top: 35px;
    height:52px;
}
#modal-form .gender-box label {
    display: contents;
}
.modal-form .content{
    max-width: 752px;
    width: 70%;
    height: auto;
    margin-top: 20px;
    border-radius: 7px;
    padding: 5px 40px;
    position: relative;
    flex-direction: column;
    background-color: #9b8651;
}
.modal-form{
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.1);
    justify-content: center;
    align-items: center;
}
.gender-box input[type="radio"]{
    margin-left: 9px;
    margin-right: 6px;
}
@media screen and (orientation: landscape){
    .mobile .page-404, .tablet .page-404 {
        height: auto!important;
        margin-bottom:40px;
    }
}
@media only screen and (max-width: 600px) {
    .modal .content-mo{
        box-shadow: 0 0 5px #eee;
        max-width: 500px;
        width: 92%;
        height: auto;
        margin-top: 50px;
        border-radius: 7px;
        padding: 20px 20px;
        position: relative;
        flex-direction: column;
        background-color: #0084e4;
    }
    .whatsappbox {
        bottom: 6%;
        left: 78%;
        width: 2%;
        height: 25px;
        background: transparent;
        float: right;
        margin: 10px;
        position: fixed;
        z-index: 1000;
    }
    .page-404-top {
        padding-top: 106px!important;
    }
    .whatsappbox {
        bottom: 6%;
        left: 79%;
        width: 2%;
        height: 25px;
        background: 0 0;
        float: right;
        margin: 10px;
        position: fixed;
        z-index: 1000;
    }
    .modal-form-group .input-modal {
        display: block;
        float: left;
        width: 100%;
        border: 0;
        border-bottom: 2px solid #dfe3ef;
        font-size: 18px;
        font-family: montserrat,sans-serif;
        padding: 0;
        height: 52px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .modal-form-group textarea {
        display: block;
        float: left;
        width: 100%;
        border: 0;
        border-bottom: 2px solid #dfe3ef;
        font-size: 18px;
        font-family: montserrat,sans-serif;
        padding: 0;
        margin-bottom: 10px;
        padding: 10px;
    }
    .modal-form-group select {
        display: block;
        float: left;
        width: 100%;
        border: 0;
        border-bottom: 2px solid #dfe3ef;
        font-size: 18px;
        font-family: montserrat,sans-serif;
        padding: 0;
        height: 52px!important;
        margin-bottom: 10px;
    }
    .col-row {
        width: 100%;
        margin: auto;
    }
    #modal-form{
        left:0% !important;
    }
    .modal-form-group .col-row {
        width: 100%;
        margin: auto;
    }
    #modal-form .content-mo{
        height: 578px;
        overflow: scroll;
    }

}

@media only screen and (min-width: 300px) and (max-width: 600px){
    .whatsappbox {
        bottom: 6%;
        left: 79% !important;
        width: 2%;
        height: 25px;
        background: 0 0;
        float: right;
        margin: 10px;
        position: fixed;
        z-index: 1000;
    }
    .modal .content-mo{
        box-shadow: 0 0 5px #eee;
        max-width: 500px;
        width: 92% !important;
        height: auto;
        margin-top: 50px;
        border-radius: 7px;
        padding: 20px 20px;
        position: relative;
        flex-direction: column;
        background-color: #9b8651;
    }
    .whatsappbox a{
        margin-left:-50px;
    }
    
}

