body{
    background: #F6F6F6;
}
.blue-gradient-header{
    background: linear-gradient(180deg, rgba(235,249,255,1) 0%, rgba(246,246,246,1) 100%);
    height: 130px;
    top: 100px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.b-search-btn{
    width: 115px;
    height: 48px;
    background: #003F89;
    color: #ffffff;
    border: none;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
}
.b-search-input{
    width: 394px;
    border: none;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 0px 20px #B3C7ED80;
    padding: 15px 35px 15px 15px;
    outline: none;
}
.blog-container{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 10px;
}
.b-search-container{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.search-card-value{
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 7px 13px;
    border-radius: 20px;
    background: #fff;
    font-weight: 500;
    margin: 0 5px;
    cursor: pointer;
}
.b-carousel-container{
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
}
.b-carousel-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.b-carousel-container a{
   text-decoration: none;
}
.b-carousel-container::-webkit-scrollbar {
    display: none;
}
.w-70{width: 74%;}
.w-30{width: 25%;}
.w-50{width: 49%;}

.b-content-section{
    padding: 25px;
    background: #ffffff;
    line-height: 1.7;
}
.b-card-border{
    background: #FFFFFF;
    border-radius: 10px;
}
.b-card-img{
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.b-badge{
    font-size: 12px;
    background: #F6F6F6;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.line-ht{
    line-height: 22px;
    color: #808079;
}
.b-icons-section{
    padding: 15px;
    border-top: 1px solid #F6F6F6;
    font-size: 12px;
    color: #5E6874;
    font-weight: 500;
}
.b-icons-section img{
    margin-right: 5px;
}
.b-icons-section.detail{
    padding: 0 0 15px;
}
.b-content-width{
    justify-content: space-between;
    margin-right: 15px;
    flex-wrap: wrap;
    grid-gap: 16px;
}
.b-right-section{
    background: #fff;
    border-radius: 10px;
}
.b-r-title{
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
}
.b-r-data{
    padding: 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #EFEFEF;
    font-weight: 500;
}
.b-date-icon{
    margin-right: 20px;
}
.blue-date{
    background: #003F89;
    height: 40px;
    width: 40px;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}
.blue-date-line{
    background: #0091D0;
    height: 3px;
    width: 40px;
    position: relative;
}
.blue-date-line::after{
    content:"";
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #0091D0;
    bottom: 3px;
    position: absolute;
    left: 17px;
}
.b-search-close{
    position: absolute;
    right: 125px;
    top: 16px;
    cursor: pointer;
    display: none;
}
.b-load-more{
    display: flex;
    justify-content: center;
    margin-top: 35px;
    width: 70%;
}
.b-load-more button{
    color: #0091D0;
    border: 1px solid #0091D0;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 5px;
    font-weight: bold;
}
.b-table-of-content{
    background: #E0EBFF80;
    border: 1px solid #B3C7ED80;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.b-table-of-content div{
    line-height: 2;
}
.b-vehicle-img{
    height: 268px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.diff-table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 20px;
}
th{
   background:#fafafa;
}
.blog_table{
    width: 100%;    
}
table.blog_table {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid #B3C7ED80;
    text-align: center;
}
   
table.blog_table th:not(:last-child),
table.blog_table td:not(:last-child) {
    border-right: 1px solid #B3C7ED80;
}
table.blog_table>thead>tr:not(:last-child)>th,
table.blog_table>thead>tr:not(:last-child)>td,
table.blog_table>tbody>tr:not(:last-child)>th,
table.blog_table>tbody>tr:not(:last-child)>td,
table.blog_table>tfoot>tr:not(:last-child)>th,
table.blog_table>tfoot>tr:not(:last-child)>td,
table.blog_table>tr:not(:last-child)>td,
table.blog_table>tr:not(:last-child)>th,
table.blog_table>thead:not(:last-child),
table.blog_table>tbody:not(:last-child),
table.blog_table>tfoot:not(:last-child) {
    border-bottom: 1px solid #B3C7ED80;
}
table.blog_table tr > th:last-of-type {
    border-top-right-radius:10px;
}
table.blog_table tr > th:first-of-type {
    border-top-left-radius:10px;
}
table.blog_table th, table.blog_table td{padding: 20px 10px;}
.table-scroll{
    overflow: scroll;
}
.b-link-color{
    color: #295CC2;
}
.next-prev-section{
    background: #ffffff;
    padding: 25px 15px;
    font-size: 14px;
    color: #0091D0;
    border-top: 1px solid #B3C7ED80;
    border-bottom: 1px solid #B3C7ED80;
    display: flex;
    justify-content: space-between;
}
.b-card-border.detailpg{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.b-card-border.detailpg img{
    height: 500px;
    object-fit: cover;
    width: auto;
}
.b-subscribe{
    background: #d9e3f6;
    border: 1px solid #B3C7ED80;
    padding: 30px;
    border-radius: 10px;
}
.bdr-topbtm{
    border-top: 1px solid #B3C7ED80;
    border-bottom: 1px solid #B3C7ED80;
}
.line-ht-2{
    line-height: 2;
}
.social-section{
    background: #ffffff;
    padding: 25px 15px;
    font-size: 14px;
    border-top: 1px solid #B3C7ED80;
    border-bottom: 1px solid #B3C7ED80;
    display: flex;
    align-items: center;
}
.social-circle{
    background: #E8F0FF80;
    height: 36px;
    width: 36px;
    border: 1px solid #B3C7ED33;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-section a{
    margin-left: 15px;
}
.releted-topic{
    display: flex;
    flex-wrap: wrap;
}
.releted-topic div{
    margin-bottom: 10px;
}
.author-sec{
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
}
.author-sec span{margin-left: 10px;}
.author-sec img{
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.commentarea{
    height: 170px;
    width: 100%;
    box-shadow: 0px 0px 10px #B3C7ED80;
    border: 1px solid #B3C7ED80;
    border-radius: 10px;
    outline:none;
    padding: 14px;
    font-family: inherit;
}
.comment-box{
    padding: 20px 20px 30px 20px;
    border: 1px solid #B3C7ED80;
    background: #FAFAFA;
    border-radius: 5px;
    margin-top: 25px;
    display:flex;
}
.b-c-img{
    margin-right:15px;
}
.comment-reply{
    text-align: right;
    font-size: 14;
    margin-top: 10px;
    position: relative;
}
.comment-reply textarea{
    padding: 20px 20px 30px 20px;
    border: 1px solid #B3C7ED80;
    background: #FAFAFA;
    border-radius: 5px;
    margin-top: 25px;
    display: flex;
    width: 100%;
    font-family: 'RobotoRegular';
    outline: none;
}
.comment-box-plain{
    padding: 20px 20px 30px 20px;
    border-radius: 5px;
}
.sub-comment{
    padding-left: 50px;
    margin-top: 35px;
}
.line-img{
    position: absolute;
    top: -40px;
    left: 16px;
}
.line-img-single{
    position: absolute;
    top: -39px;
    left: 66px;
}
.b-card-box-shadow{
    box-shadow: 0px 0px 10px #B3C7ED80;
}
.comment-post{
    background: #0091d0;
    color: #ffffff;
    outline: none;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.comment-cancel{
    outline: none;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 20px;
    margin-top: 20px;
}
.b-caro-img{
    width: 100%; 
    height: 230px;
}
.b-search-c-next{
    padding-left: 15px;
    cursor: pointer;
}
.hidearrow{
    display: none;
}

.newsletter-bg{
    background:#0091D0;
    border-radius: 10px 10px 0 0;
    padding:10px;
    color: #fff;
}
.subscribe-text{
    color: #fff;
    opacity: 0.75;
    font-style: italic;
    font-family: roboto;
}
.email-input-section{
    background: #DBE7FF80;
    border: 1px solid #B3C7ED80;
border-radius: 0 0 10px 10px;

}
.email-input-section input{
    background: transparent;
    border: none;
    border-bottom:1px solid #00000040 !important;
    color:#939393;
    padding: 10px 0 10px 0;
    outline: none;
}
.sub-text{
    color: #000000;
    background: #FFFFFF80;
    line-height: 20px;
}
.privacy-blog{
    color:#0091D0;
}
.top-title{
    font-weight: 700;
    margin-top: 50px;
    font-size: 17px;
    padding: 10px 20px 0;
}
.copyright{
    color: #fff;
    font-size: 13px;
    background: #003E88 !important;
    padding: 14px !important;
    text-align: center;
    margin: 0 !important;
}
.news-letter{
    background: #ffffff;
    width: 95%;
    margin: 0 auto;
}
.whitebg{
    background: #ffff;;
}
.padd-10{padding:10px;}
.b-search-btn-blog{
    width: 110px;
    height: 40px;
    background: #003F89;
    color: #ffffff;
    border: none;
    border-radius: 24px;
    margin-top: 12px;
}
.b-c-width{
    width: 430px;
    margin-right: 20px;
}
.b-title-link{
    color: #333333; 
    text-decoration:none;
    white-space: initial;
}
.b-carousel-padding{padding: 8px;}
.last-child-0{margin-right: 0;}
.hideSection{display: none;}

.blog_table_content{
    background: #E0EBFF80;
    border: 1px solid #B3C7ED80;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}
.blog_table_content h3{
    margin: 0;
    margin-bottom: 10px;
}
.blog_table_content ul{
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    list-style: none;
}
.blog_table_content ul li{
    padding: 10px 0;
}
.blog_table_content ul li a{
    color: #333333;
    text-decoration: none;
}
.blog_table_content ul.sub-points{
    list-style: disc;
    margin-left: 40px;
}
.blog_also_read{
    background: #EEF2F5;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}
.blog_also_read h3{
    margin: 0;
    margin-bottom: 10px;
}
.blog_also_read ul{
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    list-style: none;
}
.blog_also_read ul a{
    color:#295CC2;
    text-decoration: none;
}
.blog_also_read ul li{
    padding: 10px 0;
}
h1.blog{
    margin: 0;
    font-size: 2em;
}
ol{
    line-height: 1.5;
}
ol li{
    margin-bottom: 10px;
}
.mrg-zero{margin: 0;}
.sticky-sec{
    height: fit-content;
    position: sticky;
    top: 120px;
}
.missedcall-sec{
    background: #003F89;
    border-radius: 10px;
    padding: 12px 17px;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.title-value{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tag-value{
    font-size: 13px;
    padding-bottom: 15px;
    margin-top: 5px;
}
.call-sec{
    display: flex;
    background: transparent linear-gradient(180deg, #20589b 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    padding: 15px;
}
.call-sec img{
    margin-right: 15px;
}
.call-text{
    font-size: 14px;
    padding-bottom: 3px;
}
.call-number-sec{
    display: flex;
    flex-direction: column;
}
.call-hifun-img{
    width: 10px;
}
.call-number{
    font-size: 20px;
    color: #FFF500;
    font-weight: bold;
    padding-top: 3px;
}
.hideondesktop{
    display: none !important;
}
.hideonmobile{
    display: block !important;
}