#zynovva-pop {
    opacity: 0;
    transition: opacity 5s ease-in-out; 
}

#zynovva-pop.show {
    opacity: 1; 
}

#popupform {
    position: fixed;
    top: 15%;
    width: 100%;
    /* left: 25% ; */
    /* right: 25% !important; */
    /* border: 10px solid red; */
    /* background: rgba(0, 0, 0, 0.5);  */
    z-index: 9999;
    /* color: rgb(21, 49, 126); */
   /* border-bottom-right-radius: 10%; */
   border-bottom-right-radius: 10.0rem;
   /* border-top-left-radius: 10.0rem; */
   /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
}



.video-container {
    display: block;
}
.form-popup{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 540px;
    width: 100%;
    margin-bottom: 100px !important;
    /* background:#d1cfcf; */
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}

.form-popup .close-btn{
    position: absolute;
    top: 8px;
    right: 12px;
    color: black !important;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight:700;
}

.form-popup .form-box{
    display: flex;
    /* height: 340px; */
    height: 560px;

}

.form-box .form-details{
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    /* background: url("https://maharashtramedicalcounselling.com/assets/images/5.jpg") no-repeat; */
    background-size: cover;
    background-position: center;
    color: white;
    font-weight: 600;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.form-box h2{
    text-align: center;
    margin-bottom: 30px;
}

.form-box .form-content{
    width: 100%;
    padding: 35px;
    color: white;
    border-top-right-radius: 7px;
    /* border-bottom-right-radius: 7px; */
    border-bottom-right-radius: 10.0rem;
}

.form .input-field{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: relative;
        /* margin-left: 49%; */
    
}



form .input-field input{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 3px;
    padding: 9px;
    background: none;
    color: black;
    /* padding-left: 43px; */
    margin-top: 25px;
    /* margin-left: 10px; */
}

form .input-field input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black !important;
    margin-left: 15px;
}


form .input-field input::placeholder{
    color: black;
    /* color: #fff; */
    font-size: 15px;
    padding-left: 20px;
}

.textarea-style{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 3px;
    padding: 9px;
    background: none;
    color: black;
    margin-top: 25px;
    /* color: #fff; */
    /* padding-left: 33px; */
}

form .textarea-style::placeholder{
    color: black;
    font-size: 15px;

}

form button{
    width: 100%;
    outline: none;
    border: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 14px 0;
    border-radius: 3px;
    margin: 25px 0;
    color: #fff;
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    background: linear-gradient(to bottom, rgb(117,153,255), rgb(172, 187, 233));
    font-family: cursive;
}



form button:hover{
    /* background: linear-gradient(to bottom, rgb(129, 141, 198), rgb(98, 145, 232)) !important; */
    border: 2px solid rgb(117,153,255);
    color: black;
    transition: 0.2s ease;
    background: transparent;
}

@media (max-width: 760px){
    .form-popup{
        width: 95%;
        /* top: 20% !important; */
        left: 1% !important;
        margin-right: 50% !important;
    }

    .form-box{
        flex-direction: column;
    }
    .form-box .form-details
    {
        max-width: 100%;
        height: 950px
    }

    .form-box .form-content{
        padding: 30px 20px;
    }

    .form-popup .form-box{
        height: 500px;
    }

    #popupform{
        width: 99% !important;
      
        /* top: 20%; */
        /* left: 0% !important;
        right: 50% !important; */
        /* margin: 0px 250px 0px 0px; */
    }

    .img-style{
        margin-left:1% !important;
        width: 97% !important;
    }
}



/* Swiper Slider */



/* .swiper {
    width: 95%;
    margin: auto;

    height: 100%;
    display: flex;
    justify-content:flex-start;
}

.swiper-slide {
    padding-bottom: -22px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
} */

.client-section{
    border-bottom: 2px solid white;
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin-top: 75px;
  }

.social-icons {
    font-size: 20px; 
    color: #fff;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }

.social-icons {
    margin: 0 10px; 
    /* color: rgb(117,153,255); */
    color: black;
}

.social-icons:hover{
    color: rgb(117,153,255);
}

.social-bg i{
    
    background-color: white;
    color: black;
    padding: 5px;
    border-radius: 16px;
}

.social-bg i:hover{
    background-color: black;
    color: #fff;
    transition:0.8s;
    border-radius: 20px;

}

.icon{
    margin-top: -22px;
    margin-left: 9px;
    font-size: 17px;
    color: rgb(117,153,255);
}


.text-style {
    color: black;
    font-weight: 700;
    /* text-shadow: 2px 1px rgb(128, 207, 238); */
    text-align: center;
    /* font-family: Sans Serif Bold; */
    font-size: 3rem;
    font-family: cursive;
}

.h-style{
    text-align: center;
    color: black;
    font-size: 17px;
}

.input-icon{
    /* margin-bottom: 3rem; */
}