@media (max-width: 768px) {
.banner, .banner-content-wrap{
    height: auto;
    padding: 30px 0px;
}
.banner{
    padding: 120px 0;
    overflow: hidden;
    height: 500px;
}
video{
    height: 500px;
}
.about-image{
    height: 100%;
}
.signup-circle, .banner-content, .contact-details{
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
}
.about-content-absolute{
    width: 100%;
}
footer small{
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.banner-content h6{
    font-size: 16px;
    line-height: 25px;
}
.social-icons{
    justify-content: center;
}
.about-wrapper{
    flex-direction: column;
}
.overlay{
    height: 500px;
}
.banner-content h1{
    font-size: 25px;
    line-height: 35px;
}
.about-us{
    padding: 40px 10px;
}
.about-image{
    margin-top: 30px;
    height: 400px !important;
}
.signup-circle{
    height: 200px;
    width: 200px;
    display: none;
}
.single-plan{
    margin-bottom: 20px;
    height: auto;
}
.single-feeback h3{
    font-size: 18px;
    line-height: 25px;
}
.location-img{
    height: 250px;
}
.navbar{
    background-color: #fff;
    z-index: 10000;
}
.navbar-nav .nav-item .nav-link{
    color: #333;
}
.contact-details{
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .banner, .banner-content-wrap{
        height: auto;
        padding: 30px 0px;
    }
    .banner{
        padding: 120px 0;
        overflow: hidden;
        height: 500px;
    }
    video{
        height: 500px;
    }
    .about-image{
        height: 100%;
    }
    .signup-circle, .banner-content, .contact-details{
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        width: 100%;
    }
    .about-content-absolute{
        width: 100%;
    }
    footer small{
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }
    .banner-content h6{
        font-size: 16px;
        line-height: 25px;
    }
    .social-icons{
        justify-content: center;
    }
    .about-wrapper{
        flex-direction: column;
    }
    .overlay{
        height: 500px;
    }
    .banner-content h1{
        font-size: 25px;
        line-height: 35px;
    }
    .about-us{
        padding: 40px 10px;
    }
    .about-image{
        margin-top: 30px;
        height: 400px !important;
    }
    .signup-circle{
        height: 200px;
        width: 200px;
        display: none;
    }
    .single-plan{
        margin-bottom: 20px;
        height: auto;
    }
    .single-feeback h3{
        font-size: 18px;
        line-height: 25px;
    }
    .location-img{
        height: 250px;
    } 
    .contact-details{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
.signup-circle{
    width: 200px;
    height: 200px;
    left: -100px;
} 
}
@media only screen and (max-width: 1400px) and (min-width: 1025px) {
   
}

