.breadcrumb_ar {
    background: #ffffff;
}
.breadcrumb {
    background-color: #ffffff;
}
.product-banner{
    background: linear-gradient(360deg, #f2f2ff, transparent);
}
.download_sli_tab ul#myTab1 {
    justify-content: left;
}
.main_content .product_title{
    font-size: 40px;
    font-weight: 800;
    color: #15325c;
}
.main_content p.pt-2{
    font-size: 20px;
    font-weight: 600;
    color: #15325c;
}
.main_download_btn{
    background-color: #1e9300;
}
.main_download_btn:hover{
    background-color: #166b00;
    box-shadow: 0 0 10px 3px #1a61a83d;
}
.main_buy_btn{
    background-color: #1a61a8;
}
.main_buy_btn:hover{
    background-color: #0a4887;
    box-shadow: 0 0 10px 3px #1a61a83d;
}
.main_content_section{
    background: linear-gradient(180deg, #f2f2ff, transparent);
}
.main_content_section::before{
    display: none;
}
.main_content_list.shadow_blue{
    box-shadow: 0px 7px 12px #1a61a84d;
}
.main_list_acc li{
    border: 1px solid #1a61a8;
}
.main_list_acc li a {
    color: #1a61a8;
}
.main_list_acc li a:hover {
    text-decoration: none;
}
.need_section{
    background: linear-gradient(90deg, #11366a, #1a60a6);
}
.need_section .need_section_box {
    background-color: #ffffff;
    border-radius: 20px;
}
.need_section .need_section_box h3.h4 {
    color: #15325c;
    font-weight: 700;
}
.need_section .need_section_box img{
    filter: grayscale(1);
}
.need_section .need_section_box .light_text {
    color: #15325c;
}
.overview_section{
    background: linear-gradient(360deg, #f2f2ff, transparent);
}
.overview_slider_content .slider_heading h4{
    color: #15325c;
    font-weight: 700;
}
.features_section .media img{
    filter: grayscale(1);
}
.features_section .media::after{
    background: linear-gradient( 62.5deg , transparent, rgb(13 92 170 / 14%));
}
.features_section .media .media-body h4 {
    font-weight: 700;
    padding-bottom: 15px;
    color: #15325c;
}
.features_section .media {
    border-bottom: none;
    background: #fff;
}
.features_section .media:hover {
    box-shadow: 0 0 10px 3px #1a61a838;
}
.table_section{
    background: linear-gradient(90deg, #11366a, #1a60a6);
}
.table_section .table{
    background: #fff;
}
.table_section .table_bg {
    background-color: #0066cb;
}
.table_sidebar {
    background-color: rgb(255 255 255);
}
#specification .speci_sidebar {
    background-color: #f2f2ff;
}
#specification .speci_sidebar .main_list_acc_new li {
    border: 1px solid #15325c;
}
#specification .speci_sidebar .main_list_acc_new li a {
    color: #15325c;
}
#specification .speci_sidebar .main_list_acc_new li a:hover {
    text-decoration: none;
}
#faq{
    background: linear-gradient(180deg, #f2f2ff, transparent);
}
#faq .card-header a:hover{
    text-decoration: none;
}
.award_section {
    box-shadow: none;
    background: linear-gradient(90deg, #11366a, #1a60a6);
}
.award_section .client_review .media{
    color: #fff;
}
.award_section .client_review .media p{
     color: #fff;
}
.award_section .client_review .owl-carousel .owl-item img{
    border-radius: 50%;
}
.our_product {
    border: 1px solid #1a61a8;
}
.our_product:hover{
    background: linear-gradient(90deg, #11366a, #1a60a6);
}
.our_product h5 a{
    color: #15325c;
    font-weight: 700;
}
.our_product .light_text_bluebg {
    color: #000000;
}
.our_product:hover .light_text_bluebg {
    color: #fff;
}
.our_product:hover h5 a{
    color: #fff;
}
.our_product img{
    display: none;
}

.sticky_top_bar {
    background-color: #1a61a8;
}
.sticky_top_bar a.buybtn-b-in {
    background: #1e9300;
}