#request-demo{
    width: 100%;
    height: 100%;
    background-image: url(../assets/request-page/Mask\ Group\ 10.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color: #efefef; */
}
.request-sub{
    /* box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    -webkit-box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    -moz-box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    border-radius: 10px;
    padding: 15px;
    position: relative; */
    /* background-image: url(../assets/request-page/bg-registration-form-7.jpg); */
    /* background: transparent; */
    /* filter: blur(3px); */
}
.request-sec{
    box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    -webkit-box-shadow: 1px 1px 20px 4px rgb(100 100 100 / 33%);
    -moz-box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    border-radius: 10px;
    padding: 15px;
    position: relative;
    background: #ffffff94;
    /* filter: blur(3px); */
    backdrop-filter: blur(4px);
}
.forinpt::placeholder{
    color: #808080ba !important;
}

/* .request-sec::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    filter: blur(4px);
} */
.request-head{
 color: #1e7da9;
 margin: 0px;
 border-bottom: 1px solid #dadadaba;
 padding-bottom: 15px;
 font-size: 24px;
    font-weight: 700;
}
.request-form{

}
form{

padding-top: 15px;
}
.forinpt{
    background-color: transparent;
    width: 100%;
    border: none;
    padding: 8px 8px;
    color: gray;
    border-radius: 6px;
    margin-bottom: 15px !important;
    box-shadow: 1px 2px 5px #d1d1d1b8;
    font-size: 15px;
}
.req-btn{
    width: 120px;
}
.req-btn input{
    background: linear-gradient(59deg, rgba(101,197,246,1) 0%, rgba(16,115,162,1) 100%);
    color: white;
    transition: 0.5s;
}
.req-btn input:hover{
    background: white;
    color: #1e7da9;
    transition: 0.5s;
}






.requst-image{
    height: 100%;
    position: relative;
}
.requst-image-sub{
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.reqimg1{
    position: absolute;
    width: 150px;
    top: -100px;
    right: -146px;
    left: 0;
    margin: 0 auto;
}



.reqimg2{
    
    position: absolute;
    right: 0;
    width: 125px;
    /* animation: image-spin infinite 20s linear; */
}

.reqimg3{
    width: 50px;
    position: absolute;
    top: 75px;
    animation: image-spin infinite 20s linear;
}
.reqimg4{

    position: absolute;
    
    bottom: -38px;
    
    width: 130px;
    
    right: -77px;
    
    z-index: 0;
    }
.inside-banner video{
    position: absolute;
}    

@media(max-width: 991px){
    .reqimg4 {
        bottom: -50px;
        right: 30px;
    }
    .reqimg2{
        display: none;
    }
}
@media only screen and (max-width: 575px){
    .request-sec{
        padding: 10px 10px;
    }
    .reqimg1{
        right: 0;
    }
}

@media only screen and (max-width: 345px){

    .request-head{
        font-size: 22px;
    }
}