
@media only screen and (max-width: 1700px){
  
}
@media only screen and (max-width:1440px){
}

@media only screen and (max-width:1366px){
}

@media only screen and (max-width:1200px){
}

@media only screen and (max-width:1024px){
}

@media only screen and (max-width:991px){
    .home-section::before {
        z-index: -1;
    }
    .home-section::after {
        z-index: -1;
    }
    .text-white {
        color: #000 !important;
    }
    .banner-content h3 {
        font-size: 40px;
    }
    .banner-content h4 {
        font-size: 40px;
    }
    .banner-content-img img {
        width: 50%;
        right: 40px;
        height: 200px;
    }
    img.img-01 {
        width: 45%;
    }
    img.img-02 {
        margin: 0px 0 0 0px;
        width: 45%;
    }
    .key-features-imgs {
        display: flex;
        justify-content: space-between;
    }
    .biorythem-img img {
        width: 100%;
        right: 0;
        object-fit: scale-down;
    }
    .biorythem-img:before {
        display: none;
    }
    .biorythem-img::after {
        display: none;
    }
    .contact-content {
        margin-top: 20px;
    }
    img.smart-phone {
        display: none;
    }
    .free-text h2 {
        font-size: 20px;
    }
    .free-text ul li img {
        width: 150px;
        object-fit: scale-down;
    }
 
}

@media only screen and (max-width:767px){
    .banner-content h3 {
        font-size: 30px;
    }
    .banner-content h4 {
        font-size: 30px;
    }
    .banner-content h6 {
        font-size: 20px;
    }
    .sucess-box {
        height: auto!important;
        padding: 20px 20px!important;
    }
    .sucess-box h1 {
        font-size: 30px !important;
    }
}
@media only screen and (max-width:575px){
    .home-section::before {
        display: none;
    }
    .home-section::after {
        display: none;
    }
    img.img-01 {
        display: none;
    }
    img.img-02 {
        width: 100%;
    }
    .purple::after {
       display: none;
    }
    .red::before {
       display: none;
    }
    .red::after {
       display: none;
    }
    .banner-content-img img {
        display: none;
    }
    .about_content_box {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }
    .key-futures-content h3 span {
        font-size: 20px;
    }
    .key-futures-content h3 {
        font-size: 20px;
    }
    .banner-content h3 {
        font-size: 26px;
    }
    .banner-content h4 {
        font-size: 24px;
    }
    div#about {
        margin: 10px 0 0px;
    }
    .navbar {
        margin-bottom: 10px;
    }
    .contact-img img {
        height: 200px;
    }
    .contact-section {
        margin: 10px 0 0;
    }
    .biorhythm-content h3 {
        font-size: 20px;
    }
    .details__text strong {
        font-size: 20px;
    }
    .contact-title h3 {
        font-size: 20px;
    }
    .biorythem-img img {
        width: 90% !important;
        margin: 0 auto;
        display: block;
        animation: none;
    }
    .contact-content ul {
        flex-wrap: wrap;
    }
    .about_content_box {
        width: 100%;
    }
    .sucess-box {
        height: auto!important;
        padding: 20px 20px;
    }
    .sucess-box h1 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width:375px){
}
