
:root {
    --yellow: #CEA42E;
    --red: #7F1518;
    --black: #212529;
    --gray: #404041E5;
    --border: #D4B38A;
  }
  @font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Bold.woff2') format('woff2'),
        url('../fonts/Nexa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'nexaheavy';
    src: url('../fonts/nexa-heavy-webfont.woff2') format('woff2'),
         url('../fonts/nexa-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
  
  @font-face {
    font-family: '"KalligArb-Medium", sans-serif;';
    src: url('../fonts/"KalligArb-Medium", sans-serif;.woff2') format('woff2'),
        url('../fonts/"KalligArb-Medium", sans-serif;.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  
  
  body{margin: 0;padding: 0;font-family: '"KalligArb-Medium", sans-serif;';}
a{text-decoration: none;}
img{max-width: 100%;}
p{margin: 0;}
.nav-link{color: var(--black);}
.navbar-brand{margin-right: 20px;}
.header_right_action_btn .right_action_btn_ul{
    display: flex;
    padding: 0;
    gap: 15px;
    margin: 0;
}

.header_right_action_btn li{list-style: none;padding: 4px 7px;    white-space: nowrap;}
.header_right_action_btn .support_btn_header:hover{background-color: var(--red);}
.header_right_action_btn .support_btn_header:hover a.nav-link{color: #fff;}
.nav-link:hover{color: var(--red);}

.user_prfl .dropdown-menu{left: inherit;right: 0;}
.support_btn_header{
    border: solid 1px var(--border);
    border-radius: 5px;
}
.support_btn_header .dropdown-menu[data-bs-popper]{
    left: inherit;
    right: 0;
}
.right_e_insurance_btn{
    list-style: none;
    padding: 4px 7px;
    border-radius: 5px;
    background-color: var(--red);
    color: #fff;
}
.right_e_insurance_btn a{color: #fff;}

.banner_section{
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
    background-color: #E3C9A8;
    background-image: url(../../images/banner-patern.svg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_header .nav-link{font-size: 20px;margin-left: 10px;}

.banner_right_img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner_section_left_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner_section_left_cnt h1{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 45px; 
    font-family: 'Nexa';
    font-family: 'nexaheavy';
    color: var(--black);
    line-height: 50px;
    margin-bottom: 20px;
}
span{color: var(--red);}
.banner_section_left_cnt p{
    width: 100%;
    height: auto;
    display: inline-block;
    color: var(--red); 
    font-size: 20px;
}
.insurance_type_view{
    width: 100%;
    height: auto;
    display: inline-block;
}
.insurance_type_view_top{
    width: 100%;
    display: flex;
    gap: 10px;
}
.insurance_type_view_top_btn{
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
 
}
.insurance_type_view_top_btn_img{
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px;
    border: solid 1px #fff;
    margin: auto;
    transition: 03.s ease;

}
.insurance_type_view_top_btn_img:hover{border: solid 1px var(--red);}

.insurance_type_view_top_btn_txt{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    color: var(--black);
    font-size: 16px;
}
.insurance_type_view_top_btn.active .insurance_type_view_top_btn_img{border: solid 1px var(--red);}
.insurance_type_view_top_btn.active .insurance_type_view_top_btn_txt{
    color: var(--red);
}
.insurance_type_view_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}
.insurance_type_view_select{
    width: auto;
    padding: 5px 10px;
    background-color: var(--border);
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}
.insurance_type_view_select:hover{background-color: var(--red);}
.get_insurance_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    background-image: url(../../images/get_insurance_bg.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;

}
.get_insurance_sec_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
}
.get_insurance_sec_cnt h2{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 30px;
    font-family: 'Nexa';
    font-family: 'nexaheavy';
    color: var(--black);
    line-height: 40px;
    margin-bottom: 10px;
}
.get_insurance_sec_cnt h2 span{
    width: 100%;
    height: auto;
    display: inline-block;
    color: var(--red);
}
.cmp_patern1{
    width: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0;
}
.cmp_patern1 img{width: 30px;}
.cmp_line{
    width: 50px;
    height: 2px;
    background-color: var(--border);
}
.get_insurance_sec_cnt p{
    width: 100%;
    height: auto;
    display: inline-block;
    color: var(--black);
    font-size: 18px;
    line-height: 25px;
    text-align: right;
}
.get_insuran_btn{
    width: auto;
    display: inline-block;
    color: #fff;
    background-color: var(--red);
    padding: 5px 10px;
    text-decoration: none;
    margin-top: 30px;
    border-radius: 5px;
}
.get_insuran_btn:hover{background-color: var(--black);}

.what_offer_section{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    padding-bottom: 120px;
   position: relative;
}
.what_offer_section::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../images/what_offer_bg.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    min-width: 110px;

}
.what_offer_section::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../images/what_offer_bg.svg);
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100%;
    min-width: 110px;
    transform: rotateY(180deg);
}
.homepage_main_head{
    width: 100%;
    height: auto;
    display: inline-block;
}
.homepage_main_head h2{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 30px;
    font-family: 'Nexa';
    font-family: 'nexaheavy';
    color: var(--black);
    line-height: 40px;
}
.homepage_main_head h2 span{
    width: 100%;
    height: auto;
    display: inline-block;
    color: var(--red);
}
.what_offer_sub_sec{
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    max-width: 800px;
}
.what_offer_sub_sec p{font-size: 18px;margin-top: 10px;}
.what_offer_option_box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    border-left:1px  #EEEEEE solid;
}
.what_offer_option_box_img{max-width:60px;display: inline-block;transition: 0.2s ease;}

.what_offer_option_box:hover .what_offer_option_box_img{transform: scale(1.1);}


.what_offer_option_box p{
    font-size: 18px;
    margin-top: 20px;
}
.what_offer_section hr{
    width: 100%;
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    margin: 20px 0;
    display: inline-block;
    opacity: 1;
}
.what_offer_section_btm__term{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
}
.what_offer_section_btm__term span{
    background-color: #fff;
    padding: 2px 10px;
    position: relative;
    z-index: 2;
}
.what_offer_section_btm__term::before{
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
}   
.why_choose_section{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px;
    background: #F4ECE2;
}

.third_party_insurance_box{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background-color: var(--yellow);
    padding: 20px;
    border-radius: 10px;
    margin-top: -110px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.third_party_insurance_cnt1{
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.third_party_insurance_cnt1_img{
    width: 80px;
    min-width: 80px;
}
.third_party_insurance_cnt1_txt{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.third_party_insurance_cnt1_txt h5{
    font-family: 'Nexa';
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 22px;
}
.contct-btn{
    height: 40px;
    text-align: center;
    background-color: var(--red);
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    border: 0;
    float: right;
    
}
.contct-btn:hover{
    background-color: var(--black);
    color: #fff;
}
.why_choose_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 30px;
}
.why_choose_cnt_box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
}
.why_choose_cnt_box_img{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
}
.why_choose_cnt_box_img img{transition: 0.2s ease;}
.why_choose_cnt_box_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.2s ease;
}
.why_choose_cnt_box_cnt:hover .why_choose_cnt_box_img img{transform: scale(1.2);}

.why_choose_cnt_box_cnt strong{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 20px;
    line-height: 19px;
}
.why_choose_cnt_box_cnt p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size:13px;
    font-weight: normal;
    text-align: justify;
}
.how_get_insr_section{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    /* background-image: url(../../images/howtoget_motorinsurance_btm_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat; */
}

.list_with_tick_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 30px;
}
.list_with_tick_sec ul{
    padding: 0;
}
.list_with_tick_sec li{
    padding-right: 40px;
    position: relative;
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
    margin-bottom: 10px;
}
.list_with_tick_sec li::before{
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background-color: var(--red);
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../images/tick.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.home_video_box{
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    max-width: 800px;
    box-shadow: 0px 10px 30px #e5e5e5;
    border: solid 20px #fff;
    border-radius: 10px;
}

.how_to_claim_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
}
.homepage_main_box{
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #FAFAFA; 
    position: relative;
    height: 95%;
    padding-bottom: 60px;

}
.homepage_main_box::before{
    content: '';
    background-image: url(../../images/shadow.png);
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    width: 100%;
}
.homepage_main_box_img{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.homepage_main_box_img img{transition: 0.2s ease;}
.homepage_main_box:hover .homepage_main_box_img img{transform: scale(1.1);}

.homepage_main_box_ico{
    width: 60px;
    height: 60px;
    background-color: var(--red);
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    text-align: center;
    padding: 10px;
}
.homepage_main_box_ico img{max-height: 35px;}
.homepage_main_box_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 10px;
}
.homepage_main_box_cnt strong{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 20px;
    line-height: 19px;
}
.homepage_main_box_cnt p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
}
.faq_section{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    background-color: #F4ECE2;
}
.inner_pagge_cnt_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    background-color: #fff;
    position: relative;
}

.inner_pagge_cnt_sec::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../images/what_offer_bg.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    min-width: 110px;

}
.inner_pagge_cnt_sec::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../images/what_offer_bg.svg);
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100%;
    min-width: 110px;
    transform: rotateY(180deg);
    z-index: 0;
}

.faq_cnt_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 30px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    z-index: 9;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 5px;
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: -4px;
    width: 30px;
    height: 20px;
    background-image: url(../../images/btm_arow.png);
    background-repeat: no-repeat;
    background-position: center;

  }
   
  .accordion button[aria-expanded='true'] .icon{
    transform: rotate(180deg);
  }


  
  .accordion button[aria-expanded='true'] {
    color: #03b5d2;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 100em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion-content{padding: 10px;}
  .accordion-item .accordion-content{margin-bottom: -20px;}
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
    text-align: justify;
  }
  
  .border-0{border: 0;}
  .faq_section .nav-link{
    background: #E3C9A8;
    border-radius: 0;
    color: var(--black);
  }
  .faq_section .nav-link.active{
    border: 0;
    background-color: var(--red);
    color: #fff;
  }
  .faq_section .accordion .accordion-item{
    margin-bottom: 10px;
    border: solid 1px #e5e5e5;
  }
  .faq_section  .accordion button{
    padding: 10px;
  }
  .faq_section .accordion button{text-align: right;padding-right: 0px !important;}
  .faq_section .accordion button .icon{top: 13px;right: inherit; left: 0;}
  .accordion .accordion-item button[aria-expanded='true']{border: 0;}

  .faq_section .accordion .accordion-item .accordion-title{color: var(--black);font-size: 18px;}
  .accordion .accordion-item button[aria-expanded='true'] .accordion-title{color: var(--red) !important; }

  .main_footer{
    width: 100%;
    height: auto;
    padding-top:40px;
    display: inline-block;
    background-color: var(--black);
    position: relative;
  }
  .main_footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../images/what_offer_bg.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    min-width: 110px;
    z-index: 9;

}
.main_footer::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../images/what_offer_bg.svg);
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100%;
    min-width: 110px;
    transform: rotateY(180deg);
    z-index: 9;
}
  .footer_box{
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .footer_box_logo{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    border-bottom: 1px #ffffff23 solid;
    padding-bottom: 15px;
  }
  .footer_box_social_icons{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 10px;
    align-items: center;
    gap: 10px;
  }
  .footer_box_social_ico{
    width: 30px;
    height: 30px;
    border: solid 1px #E8E8E8;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    transition: 0.2s ease;
  }
  .footer_box_social_ico:hover{
    background: var(--yellow);
  }
    
    .border_ftr_rt{border-right: 1px #ffffff10 solid;}
    .footer_box_head{
        width: 100%;
        height: auto;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        margin-bottom: 15px;
        position: relative;
        text-align: right;
    }
    .footer_box_head::before{
        width: 100%;
        height: 1px ;
        position: absolute;
        left: 0;
        bottom: -10px;
        content: '';
        background-color: #fff;
        opacity: 0.1;
    }
    .footer_box_head::after{
        width: 30%;
        height: 2px ;
        position: absolute;
        right: 0;
        bottom: -10.5px;
        content: '';
        background-color: #fff;
    }
    .footer_box_cnt{
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 20px;
    }
    .footer_box_cnt ul{padding: 0;}
    .footer_box_cnt li{
        position: relative;
        width: 100%;
        display: inline-block;
        padding-right: 30px;
        margin-bottom: 10px;
        text-align: right;
    }
    .footer_box_cnt li:before{
        width: 20px;
        position: absolute;
        right: 0;
        top: 0;
        content: "\f105";
        color: #A2A8B7;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-style: normal;
        font-size: 15px;
        transform: rotate(180deg);
        text-align: right;
    }
    .footer_box_cnt li a{
        color: #fff;
        font-size: 13px;
        transition: 0.2s ease;
    }
    .footer_box_cnt li a:hover{
        color: var(--yellow);
    }
    .footer_cnt_bx_2{
        width: 100%;
        display: flex;
        gap: 5px;
        margin-bottom: 20px;
        text-align: right;
    flex-direction: row-reverse;

    }
    .secnd_ftr .footer_cnt_bx_2{ align-items: center;}
    .footer_cnt_bx_2_ico{
        width: 30px;
        min-width: 30px;
        height: 30px;
        background-color: #ffffff11;
        text-align: center;
        line-height: 30px;
        border-radius: 30px;
        font-size: 13px;
        color: #fff;

    }
    .footer_cnt_bx_2_cnt{
        width: 100%;
        height: auto;
        display: inline-block;
        font-size: 13px;
        color: #fff;

    }
    .footer_cnt_bx_2_cnt strong{
        width: 100%;
        height: auto;
        display: inline-block;
        font-size: 13px;
        color: #fff;
        font-weight: bold; 
    }

    .footer_copy_right{
        margin-top: 20px;
        padding-top: 10px;
        width: 100%;
        height: auto;
        gap: 5px 0;
        border-top: 1px #ffffff10 solid;
    }
    .footer_copy_right_cnt{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        color: #fff;
        padding-bottom: 10px;
        font-size: 13px;
    }
    .footer_copy_right p{
        margin: 0;
        color: #fff;
        font-size: 13px;
    }
    .footer_copy_right span{color: #fff !important;}

    .onload_offer_pop_head{
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 10px 0;
        border-bottom: 1px #e5e5e5 solid;
    }

    #onloadoffer .modal-content{background-color: #F6EFE6;}
    #onloadoffer .btn-close{position: absolute;right: 10px;top: 10px;}
    #onloadoffer .onload_offer_pop_head h5{color: var(--black);}
    #onloadoffer .onload_offer_pop_head p{
        color: #404041E5;
        font-size: 13px;
    }
    .onloadoffer_img{
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .onloadoffer_pop_fld{
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .onloadoffer_pop_fld input{
        border: 0;
        height: 40px;
        padding-left: 5px;
        margin-bottom: 15px;
        width: 100%;
        border-radius: 5px;
        outline: none;
    }
    .onloadoffer_pop_fld_btn{
        width: 100%;
        height: 40px;
        background-color: var(--red);
        display: inline-block;
        border-radius: 5px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 40px;
    }
    .inner_banner_section{
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
    }
    .inner_banner_section img{min-height: 300px;}
    .inner_banner_section_cnt{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 50px;
        text-align: right;
    }
    .inner_banner_section_cnt h3{
        width: 100%;
        height: auto;
        display: inline-block;
        font-size: 45px;
        font-family: 'nexaheavy';
        color: #fff;
    }
    .inner_banner_section_cnt a{font-weight: normal;  color: #fff;font-family: '"KalligArb-Medium", sans-serif;';}
    .inner_banner_section_breadcrm{
        width: 100%;
        display: flex;
        gap: 5px;
        align-items: center;
        color: #fff;
        justify-content: end;
    }
    .inner_banner_section_breadcrm span{color: #fff;}
    .inner_apge_cnt_view{
        margin-top: 20px;
        position: relative;
        z-index: 5;
    }
    .sub_page_cnt{
        margin:25px 0;
        text-align: justify;
    }

    .inner_apge_cnt_view .nav-tabs{flex-direction: row-reverse;}

    .download_file_inner_sec{
        width: 100%;
        padding: 50px 0;
        background-color: #F4ECE2;
    }
    .download_file_box{
        width: 100%;
        height: 95%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 15px;
        border: solid 1px var(--border);
        direction: rtl;
        flex-direction: row-reverse;
    }
    .download_file_sec{
        width: 100%;
        display: inline-block;
        margin-top: 30px;
    }
    .download_file_box_txt{
        width: 100%;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
    .download_file_box_txt span{
        width: 100%;
        display: inline-block;
        font-size: 14px;
        color: var(--yellow);
    }
    .download_file_box_ico{
        width: 30px;
        min-width: 30px;
        height: 30px;
        border-radius: 50px;
        background-color: var(--red);
        text-align: center;
        line-height: 30px;
        color: #fff;
    }

    .propert_sub_cnt_2{
        width: 100%;
        display: inline-block;
    }
    .propert_sub_cnt_2 p{margin-bottom: 15px;text-align: justify;}
    .main_header.fixed{
        background-color: #fff;
        box-shadow: 0px 0px 10px #00000050;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        transition: 0.2s ease;
    }
    .about_us_page .nav-tabs{
        justify-content: start !important;
        flex-direction: column;
        text-align: left;
       
    }
    .about_us_page .nav-tabs .nav-link{
        background-color: transparent !important;
        border: 0 !important;
        width: 100%;
        text-align: left
    }
    .about_us_page .nav-tabs .nav-link.active{color: var(--red) !important;;}
    .contactus_page .header{
        height: auto;
        font-size: 21px;
        padding: 0;
        background: transparent;
}
.contactus_page  p{
    font-size: 14px;
    color: #666;
    font-weight: lighter;
    line-height: 30px;
}
.contactus_page h5{
    font-size: 15px;
}
.contactus_page b{
    font-size: 16px;
    color: #000;
}
.row{flex-direction: row-reverse;}
.tab-content>.tab-pane{text-align: right;direction: rtl;}
.dropdown-item{text-align: right;}
.main_header .navbar .container-fluid{flex-direction: row-reverse;}
.get_insurance_sec .row {
    flex-direction: inherit;
}
.navbar-nav .dropdown-item{white-space: inherit;}
.main_header .nav-link{
    display: flex;
    align-items: center !important;
    flex-direction: row-reverse !important;
}
.dropdown-toggle::after{margin-right: 5px;margin-left: 0;}


.eplatforlm_sec{
    width: 100%;
    padding: 40px 0;
    display: inline-block;
    background-image: url(../../images/howtoget_motorinsurance_btm_bg.jpg);
    background-size: cover;
}

.eplatforlm_sec .four-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.eplatforlm_sec .platform-item {
    width: 20%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.eplatforlm_sec .platform-item h4 {
    color: #fff;
    font-size: 18px;
}
.eplatforlm_sec .platform-item h4 span {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
}
.eplatforlm_sec p{
    width: 100%;
    display: inline-block;
    color: #fff;
}
.eplatforlm_sec_img{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.eplatforlm_sec h2{
    color: #fff;
}
.eplatforlm_sec h2 strong{
    width: 100%;
    display: inline-block;
}
.eplatforlm_sec .col-md-8 a img{height: 50px;transition: 0.2s ease;}
.eplatforlm_sec .col-md-8 a img:hover{transform: scale(1.1);}

.row-ar{
    flex-direction: revert;
}