.toggle-title {
    font-size: 20px;

}

.DownloadNow {
    margin: 0;
    /* color: #fff;
    background: #686bfd;
    padding: 20px;
    border-radius: 50px;
    -webkit-box-shadow: 0px -1px 21px -8px rgba(0, 71, 214, 1);
    -moz-box-shadow: 0px -1px 21px -8px rgba(0, 71, 214, 1);
    box-shadow: 0px -1px 21px -8px rgba(0, 71, 214, 1); */
}
.custom-text-left{
    text-align: left;
}
.custom-text-end{
    text-align: end !important;
}
.custom-py-5{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.cta-bg{
    background: rgb(90,176,57);
}
@media screen and (max-width: 768px) {
    .mobile-view-font {
        line-height: 41px;
        font-size: 30px !important;
    }
    .custom-text-left{
        text-align: center;
    }
    .custom-text-right{
        text-align: center;
    }
    .custom-py-5{
        padding-top: 0px !important;
    }
}
.custom-card-heigth{
    height: 330px;
}
.blog_url{
    color: #000;
}
.blog_url:hover{
    text-decoration: none;
    color: #000;
}
.toggle-title{
    color: #000;
}
.blog_url{
    font-size: 16px;
    line-height: 16px;
}
.mission-vision-text{
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .h4-mb-view{
        text-align: center !important;
    }
    .p-mb-view{
        text-align: justify !important; 
    }
    .download-mb-view{
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .feature-icon-mb{
        justify-content: center !important;
    }
    .feature-text-mb{
        text-align: center !important;
    }
}

#about-us-header{
    /* background-image: url("../img/page_heade_images/ABOUT-US.jpg"); */
    background-position: center;
    background-size: cover;
}

#header-banner img{
    width: -webkit-fill-available;
    /* height: 200px; */
}

@media screen and (max-width: 438px) {
    #header-banner img{
        width: -webkit-fill-available;
        height: 150px;
        margin-bottom: 20px ;
    }
    .row.py-4.mobile-div-flex{
        padding-top: 0 !important;
    }
    #mob-para p{
        text-align: justify !important;
        padding: 0 10px;
    }
    h3{
        letter-spacing: 0 !important;
    }
    p{
        font-size: 14px !important;
    }
    
}
/* #replacement-policy p{
    font-size: 14px !important;
} */
#cancellation-policy p{
    font-size: 14px !important;
}
.form-group .form-label{
    color: #242222;
    font-size: 14px !important;
}

.address-contact:hover{
    text-decoration: none !important;
}

