@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
@font-face {
    font-family: expo;
    src: url(../webfonts/ExpoArabic-Book.ttf);
}
@font-face {
    font-family: IBM_Plex_Sans;
    src: url(../webfonts/IBMPlexSansArabic-Regular.ttf);
}


.form-control:focus,.page-link:focus
{
    box-shadow: 0 0 0 transparent;
    background-color: #FFFFFF0A;;
    outline: 0;
    border-color: inherit;
}

body {
  font-family: "expo", sans-serif;
    color: #000;
    overflow-x: hidden;
    direction: rtl;
}

  .slide-content
  {
    direction: rtl;
    padding-right: 10px;
  }
  .accordion
  {
    direction: rtl;
  }
  
.blueClr
{
  color: #154F9C;
}

.blueClr
{
  color: #154F9C;
}
.blueBorder
{
  border: 1px solid #154F9C;
}
.clear 
{
    height: 1px;
}
input::placeholder
{
    text-transform: capitalize;
    color: #667085;
}
body,html
{
    overflow-x: hidden;
}
button, select
{
    text-transform: capitalize !important;
}
.noPad
{
    padding: 0;
}
.mt-60
{
    margin-top: 60px;
}
a,
a:hover {
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}
a:focus,button:focus ,input:focus,select:focus,textarea:focus,.accordion-button:focus
{outline: 0;box-shadow: 0 0 0;}
.pt-100
{
    padding-top: 100px;
}
.centralize
{
    margin: auto;
    display: block;
    text-align: center;
    width: fit-content;
}
.center 
{
    margin: auto;
    display: block;
}
.w-fit 
{
    width: fit-content;
}
.fs-14
{
  font-size: 14px;
}
.fs-10
{
  font-size: 10px;
}
.fs-16
{
  font-size: 16px;
}
.mainClr
{
    color: #F5BB38 !important;
}
.mainBordClr
{
    border-radius: 4px;
border: 1px solid #D6DFE9;
}
.mainBg 
{
    /* background-color: #CBBCA9; */
}
.mainBtn:hover ,
.mainBtn
{
    background-color: #F5BB38;
    border: 1px solid #F5BB38;
    color: #fff ;
    height: 45px;
    padding: 0 32px;
    line-height: 26.24px;
    border-radius: 8px;
    font-family: "expo", sans-serif;
    transition: 0.3s all ease-in-out;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 3.7px 3.7px 0px 0px #000000;
}
.mainBtn:hover 
{
    background-color: #F5BB38;
    /* color: #F5BB38 !important; */
    opacity: 0.8;
    transition: 0.3s all ease-in-out;
}

.mainBtn2:hover ,
.mainBtn2
{
    background-color: transparent;
    border: 1px solid #F5BB38;
    color: #F5BB38 !important;
    height: 54px;
    line-height: 54px;
    border-radius: 8px;
    font-family: "expo", sans-serif;
    transition: 0.3s all ease-in-out;
    font-size: 18px;
    padding: 0px 32px;
}
.mainBtn2:hover 
{
    color: #fff !important;
    background-color: #F5BB38;
    
    transition: 0.3s all ease-in-out;
} 
.fs-big
{
    font-size: 62px ;
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before
{
    color: #fff;
}
/* ------------------- navbar --------------------  */
nav.navbar
{
    background-color: #1D1A54;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.navbar-expand-lg .navbar-nav .nav-link
{
    margin: 0 15px;
    font-family: "expo", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active
{
    color: #F5BB38;
    /* border-bottom: 5px solid #8E502D; */
    transition: 0.3s all ease-in-out;
}
.nav a 
{
    color: #fff;

}
.navbar-expand-lg .navbar-nav .nav-link::after
{
    background-color: transparent;
    transition: 0.3s all ease-in-out;
}
/* ------------------- main sec---------------------  */
.mainSec
{
    /* 93 + 130 */
    margin-top: 90px;
    padding-bottom: 80px;
    padding-top: 130px;
    /*background-color: #1D1A54;*/
    color: #fff;
    background-image: url(../img/shape.jpg);
    background-size: 100% 100%;
    background-position: bottom center;
}
.mainSec h6 
{
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
color: #fff;
}
.mainSec .input-group-text
{
    border-left: 0;
    border-right: 0;
    margin: 0 1px;
    padding-left: 5px;
}
.mainSec .input-group-text svg 
{
    padding: 5px 10px;
    border-right: 1px solid #FFFFFF1F;
    height: 100%;
    width: 40px;
    color: #ccc;
}

.mainSec select
{
    border-right: 0 !important;
    margin-right: 1px;
    border-left: 0 !important;
    color: #ccc;
    cursor: pointer;
    padding-right: 0;
/* background-color: #000; */
    /* Arrow */
  appearance: none;
  background-image: url("../img/chevron.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 0.65rem auto;
}

.mainSec select option 
{
    background-color: #000; color: #fff;
}
.mainSec .input-group select:first-child
{
    border-left: 1px solid #FFFFFF1F !important;
}
.mainSec .input-group select:last-child
{
    border-right: 1px solid #FFFFFF1F !important;
}
.mainSec .form-control:focus
{
    color: #ccc;
    border-color: #FFFFFF1F;
}
/* ------------------- latest --------------  */
.latest-sec
{
    padding: 120px;
}
.latest-sec h4 
{
    font-size:18px;
    font-weight: 700;
}
.sec-title
{
font-size: 42px;
font-weight: 600;
line-height: 63px;
font-family: "expo";
}
.latest-item
{
    background-color: #F6F8FA;
    width: 100%;
height: auto;
padding: 5px 10px;
margin-bottom: 32px;
border-radius: 16px;
border: 1px solid #EAEEF2;
}
.latest-item img 
{
    width: 100%;
    
    border-radius: 10px;
    min-height: 176px;
    max-height: 200px;
}
.latest-item .imgDv
{
    
    height: 200px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.latest-item h6 
{
font-size: 14px;
font-weight: 500;
line-height: 21px;
color: #F5BB38;
margin-bottom: 0;
} 
.latest-item h4 
{
font-size: 19px;
font-weight: 500;
line-height: 31.16px;
margin-bottom: 0;
    color: #000;
}
.latest-item h5 span 
{
    border-radius: 50%;
    background-color: #F5BB38;
    width: 7px;
    height: 7px;
    margin-left: 5px;
    display: inline-block;
}
.latest-item hr {margin: 10px 0;}
.latest-item h5
{
    color: #828282;
font-size: 14px;
font-weight: 400;
line-height: 21px;
margin-bottom: 0;
margin-left: 5px;
}

/* ------------------- gray sec -------------- */
.gray-sec 
{
    background-color: #F6F8FA;
    padding: 60px 120px;
}
.red-title
{
    color: #F5BB38;
font-size: 18px;
font-weight: 400;
line-height: 32px;
margin: 0;
}
.gr-sec-item div 
{
    padding-right: 16px;
}
.gr-sec-item 
{
    /* width: 75%; */
    margin-bottom: 64px;
}
.gr-sec-item h5
{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
color: #2D2D2D;
}
.gr-sec-item h6
{
font-size: 16px;
font-weight: 400;
line-height: 26.4px;
color: #2D2D2D;
opacity: .7;
}
.gr-lft
{
    /* padding-right: 175px; */
}
/* ------------------------brands-sec --------------------------  */
.brands-sec 
{
    padding: 80px 120px;
}
.brands-sec img
{
    margin-top: 52px;
}
/* ------------------------finance-sec --------------------------  */
.finance span 
{
    background-color: #F5BB38;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin-bottom: 16px;
}
.finance
{
    background-image: url(../img/finance.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    background-attachment: fixed;
    padding: 60px 120px;
}
.finance h5 
{
font-size: 20px;
font-weight: 500;
}
.finance h6
{
font-size: 16px;
font-weight: 400;
}
.last_news-sec .latest-item
{
    padding: 12px;
    background-color: #fff;
    border: 1px solid #EAEEF2;
}
.last_news-sec
{
    padding:80px 100px;
}
.last_news-sec .latest-item h4
{
    font-size: 16px;
    font-weight: 600;
line-height: 164%;
}
/* ------------------------brands-sec --------------------------  */
/* ------------------------brands-sec --------------------------  */
/* ------------------------brands-sec --------------------------  */
/* ------------------------brands-sec --------------------------  */

/* -------------------- footer ----------------------------  */
footer
{
    background-color: #1D1A54;
    color: #fff;
    padding: 80px 120px;
}
footer h5 
{
    font-family: "expo";
font-size: 20px;
font-weight: 600;
line-height: 30px;

}
footer h6 
{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    /* opacity: .7; */
    color: #ccc;
    margin-bottom: 0;
}
/* footer */
 form 
{
    direction: ltr;
    text-align: right;
    margin-top: 20px;
}

/* footer  */
.form-control,
/* footer  */
.input-group-text
{
    border: 1px solid #FFFFFF1F;
height: 61px;
padding: 8px 16px;
border-radius: 8px ;
background-color: #FFFFFF0A;
text-align: right;

font-size: 14px;
font-weight: 400;
line-height: 21px;
color: #ffffff8c;
/* opacity: 0.7; */
}
footer a.input-group-text 
{
    border-right: 0;
    margin: 0;
    padding: 0;
    margin-right: 1px;
    padding-left: 8px;
    /* height: 100%; */
}
footer input.form-control
{
    border-left: 0;margin: 0;
        height: 61px;
    border-color: #80808069;
}
footer a.input-group-text span 
{
    background-color: #F5BB38;
    width: 36px;
height: 36px;
border-radius: 6px ;
color: #fff;
text-align: center;
line-height: 36px;
}
footer input.form-control::placeholder
{
color: #ffffff8c;
}
.footUl li  a 
{
font-size: 16px;
font-weight: 500;
line-height: 24px;
margin-bottom: 8px;
color: #ccc;
}
.footUl li  a:hover
{
    color: #F5BB38;
}
.footUl
{
    padding-right: 50px;
    list-style: none;
    text-align: right;
}
.socialFoot 
{
    margin-top: 15px
}
.socialFoot i
{
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #161e28;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s all ease-in-out;
    font-size:18px
}
.fa-telegram-plane:before {
    content: "\f3fe";
}
.socialFoot 
{
    /* margin:5px 0; */
    display: block;
    width: fit-content;
    font-size: 22px;
}
.socialFoot a
{
    color: #fff;
} 
.socialFoot a:hover i
{
    background-color: #fff;
    color: #F5BB38;
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
}
.socialFoot i.fa-facebook-messenger
{
    color: #F5BB38;
    background-color: #fff;
}
/* ---------------------------- cars page  ------------------------------- */
.rght-item 
{
    border: 1px solid #D0D7DE;
    border-radius: 16px;
    width: 100%;

}
.latest-sec
{
    padding: 160px 120px 60px;
}
.rght-item p
{
    font-size: 18px;
font-weight: 700;
line-height: 150%; 
}
.squaredTwo+h6 
{
        font-size: 14px;
font-weight: 400;
}
/* checkbox */
.squaredTwo {
    width: 24px;
    height: 24px;
    position: relative;
    background: transparent;
    margin-right: 15px;
}
.squaredTwo input[type=checkbox] {
    visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked +label 
{
    border-color: #FD5631;
}
.squaredTwo label {
    /* width: 16px;
    height: 16px; */
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 0px;
    border: 1px solid #585858;
    border-radius: 4px;
    padding: 8px;
}
.squaredTwo h6 
{
    color: #6E7781;
}
    .squaredTwo label:after {
    content: '';
    width: 11px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #FD5631;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.squaredTwo input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/* ---  */
.rght-item select
{
    border-radius: 8px;
    width: 100%;
    height: 44px;
    padding: 10px 15px;
    border: 1px solid #6E7781;
    font-size: 14px;
    font-weight: 400;
}
.rght-brand
{
    margin-bottom: 30px;
}
select:disabled
{
    opacity: 0.4;
}
.contct-tit 
{
font-size: 32px;
font-weight: 600;
line-height: 48px;
text-align: center;
padding-bottom: 31px;
border-bottom: 1px solid #6E7781;

}
.contct-form
{
    /* padding: 48px; */
    padding-top: 48px;
}
.contct-form .mainBtn 
{
    box-shadow: 0 0 0 ;
    border: 0;
}
.contct-bordr
{
    border: 1px solid #BDBDBD;
    padding: 48px;
    margin: 80px auto;
    border-radius: 20px;
}
.contct-form h6
{
font-size: 18px;
font-weight: 700;
line-height: 19.8px;
}
.contct-form input , 
.contct-form select 
{
height: 44px;
padding: 9px 16px ;
border-radius: 8px ;
border: 1px solid #BDBDBD;
width: 100%;
margin-bottom: 34px;
direction: rtl;
text-align: right;
}
.contc-inptDv
{
    padding: 0 20px;
}
.contc-inptDv span 
{
    /* float: left; */
}
/* ----------------- car detail  --------------------- */
.slider-container {
    margin: auto;
    display: flex;
    gap: 10px;
    padding: 20px 0;
    justify-content: space-between;
  }
  .thumbnails {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .thumbnails img {
    width: 139px;
    height: 116px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.3s, border-color 0.3s;
  }
  .thumbnails img:hover {
    transform: scale(1.05);
    border-color: #aaa;
  }
  .thumbnails img.active {
    border: 2px solid red;
    /* transform: scale(1.1); */
  }
  .main-slider {
    position: relative;
    padding: 0 0 0 15px;
    /* width: 100%; */
  }
  .main-slider img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
  }
  .main-slider img.animate {
    animation: zoomIn 0.4s ease;
  }
  @keyframes zoomIn {
    from {
      transform: scale(0.95);
      opacity: 0.5;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  .arrow {
    position: absolute;
    width: 35px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s, transform 0.2s;
  }
  .arrow:hover {
    background-color: #ddd;
    /* transform: scale(1.1); */
  }
  .arrow.left {
    left: 3%;
  }
  .arrow.right {
    right: 2%;
  }
  .play-button {
    background-color: #ff5722;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 10px;
    /* width: 100px; */
    margin-top: 10px;
    cursor: pointer;
  }
  .finance-btn {
    background-color: #ff5722;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .car-info {
    margin-top: 20px;
  }
  .car-info h2 {
    font-weight: bold;
  }
  .car-info span {
    color: #e91e63;
    font-weight: bold;
    font-size: 20px;
  }
  .video-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .video-content {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
  }
  .video-content video {
    width: 500px;
    max-width: 90vw;
    border-radius: 12px;
  }
  .close-btn {
    position: absolute;
    z-index: 9;
    top: -10px;
    left: -10px;
    background: #ff5722;
    color: white;
    border: none;
    font-size: 18px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 27px;
    width: 27px;
    line-height: 30px;
  }
  #mainImage
  {
    height: 526px;
    width: 100%;
  }
  .c_detlsSec h6 
  {
    color: #F5BB38;
    font-weight: 500;
    font-size: 24px;
  }
  .innTit 
  {
    font-weight: 700;
    font-size: 32px;
  }
  .c_desSec h4 
  {
    font-weight: 600;
    font-size: 24px;
  }
  .c_infoTit
  {
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    border-radius: 12px;
    padding: 16px;
  }
  .c_infoTit h4
  {
    color: #154F9C;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px; 
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .c_infoTit h4::after
  {
    border-radius: 2px;
    background: #FF6029;
    content: '';
    width: 84px;
    height: 4px;
    position: absolute;
    right: 0;
    display: block;
  }
  .c_desSec h5
  {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
  }
  .c_desSec h5 b 
  {
    margin: 0 8px;
  }
  .c_desSec p
  {
    font-weight: 400;
    font-size: 16px;
  }
  .c_desSec .row 
  {
    background-color: #F6F8FA;
    padding: 16px 24px;
    border-radius: 16px;
    margin-bottom: 54px;
    margin-top: 10px;
    border: 1px solid #EAEEF2;
  }
  .pagination .page-item a{
    background-color: transparent;
    color: gray;
    font-size: 20px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px;
    width: 34px;
    height: 34px;
    line-height: 35px;
    padding: 0;
  }
  .pagination .page-item.active a{
    background-color: #FD5631;
    color: #fff;
  }
  .blog_dt 
  {
    border-bottom:1px solid #82828296;
    padding-bottom: 25px;
  } 
  .blog_dt svg 
  {
    margin-left: 10px;
  }
  .blog_dt h5 
  {
    font-size: 16px;
    font-weight: 400;
    color:#82828296;
    margin-left: 5px;
    margin-bottom: 0;
  }
  .blogDescs h4
  {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .blogDescs p
  {
    font-weight: 400;
    font-size: 16px;
  }
  .videoDVblog 
  {
    position: relative;
  } 
  .videoDVblog button.play-button
  {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    color: #FD5631;
    width: fit-content;
    width: 70px;
    height: 70px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
  }
  .blogShareDV
  {
    display: flex;
    border-top: 1px solid #82828296;
    padding-top: 40px;
    justify-content: space-between;
  }
  .blogShareDV h5 
  {
    color: #828282;
    font-weight: 400;
    font-size: 14px;
    padding:5px 16px;
    border:1px solid #E0E0E0;
    border-radius: 20px;
    margin: 0 5px;
    
  } 
  .blogShareDV h5:hover 
  {
    background-color: #F2F2F2;
  }

  .c_detlsSec .blogShareDV h6,.blogShareDV a
  {
    color: #828282;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 5px;
  }
  .text-muted i 
  {
    font-size: 11px !important;
  }
  .bordTit
  {
    font-weight: 700 !important;
    font-size: 24px !important;
    padding-bottom: 10px;
  }
  .bordTit::after
  {
    width: 60px;
    background-color: #FD5631;
    height: 2px;
    content:"";
    display: block;
    margin-top: 10px;
  }
  .contctDetlsSec i 
  {
    color: #FD5631;
  }
  .contctDetlsSec p 
  {
    font-weight: 500;
    font-size: 16px;
    margin-right: 40px;
  }
  .contctDetlsSec h5 
  {
    font-weight: 400;
    font-size: 16px;
    margin:0 10px;
    
  }
  .contctDetlsSec .contctSocials i 
  {
    color: #000;
  }
  .contctDetlsSec .contctSocials a 
  {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #E0E0E0;
    color: #000;
    border-radius: 50%;
    font-size: 15px;display: inline-block;
}
.contctDetlsSec .contctSocials a:hover i 
{
    color: #fff;
}
.contctDetlsSec .contctSocials a:hover
{

  background-color: #FD5631;
  color: #fff;
}
.contctFormDV form img 
{
    position: absolute;
    right: 10px;top: 20px;
}
.contctFormDV 
{
    padding: 24px 32px;
    background-color: #F6F8FA;
    border-radius: 16px;
    text-align: right;
} 
.contctFormDV textarea, 
.contctFormDV input 
{
    padding: 18px 52px;
    border-radius: 10px;
    font-size: 16px;
    height: 60px;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    border:1px solid #E0E0E0;
    background-color: #fff;
}
.contctFormDV textarea
{
    height: auto;
    margin-bottom: 0;
    padding: 20px;
}
.abtSec p 
{
    font-weight: 400;
    font-size: 16px;
    margin-bottom:20px;
    padding-left: 20px;
    color: #828282;
    line-height: 26px;
}
.abtSec img 
{
    height: 554px;
}
.share_fav a 
{
    background-color: #1f1b2d12;
    border-radius: 50%;
    color: #000;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    margin-right: 8px;
}
.share_fav a:hover 
{
    background-color: #FD5631;
    color: #fff;
}
.detlsSlid
{
display: flex;
    flex-direction: column;
    gap: 24px;
}
  .iconDV
  {
    
    border: 1px solid #3C56D4;
    padding: 13px;
    width: fit-content;
    align-items: center;
    border-radius: 4px;
    background: #F3F7FB;
  } 
  .iconDV h6 
  {
    color: #154F9C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
  }
  .iconDV h5
  {
    color: #154F9C;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 5px;
    
  }
  .detlsSlid .badge 
  {
    color: #FFF;
    width: fit-content;
    padding: 6px 11px;
    border-radius: 6px;
    background: #27AE60;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
  }
  .iconDV span
  {
    color: #fff;
    background-color: #27AE60;
    padding: 1px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0px 1px #3C56D4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;    
    font-size: 20px;
  }
  .iconDV i 
  {
    padding: 2px;
    border: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .cash 
  {
    border-radius: 4px;
    border: 1px solid #F7F8F9;
    padding: 8px 7px;
    flex-basis: 45%;
  }
  .cash a 
  {
    color: #3C56D4;
    font-size: 12px;
    text-decoration: underline;
    margin-right: 10px;
  }
  .cash small 
  {
    margin-right: auto;
  }
  .cash h6 
  {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px; 
    margin-bottom: 8px;
  }
  .cash h4 
  {
    color: #3C56D4;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }
  .cash h3 
  {
    color: #00B362;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; 
  }
  .pricSpn i 
  {
    font-size: 20px;
    color: #697A8F;
  } 
  .pricSpn h5 
  {
    color: #697A8F;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .detlsSlid button ,
  .detlsSlid button:hover 
  {
    border: 0;
    box-shadow: 0 0;
    height: 54px;
  }
  .owl-carousel 
  {
    direction: ltr;
    text-align: right;
  }
  .owl-nav 
  {
    position: absolute;
    top: 200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  .owl-prev span ,
  .owl-next span 
  {
    background-color: #fff;
    padding: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 30px;
    line-height: 40px;
  }
  .owl-next
  {
    right: 0;
  }
  .owl-carousel .owl-item
  {
    padding: 0 2px;
  }
  #imageSlider img 
  {
    border-radius: 12px;
    object-fit: cover;
  }
  .accordion-button::after
  {
    margin-right: auto;
    margin-left: 0;
  }
  
  .c_info
  {
    
    /* background: var(--neutral-light-100, #F6F8FA); */
  }
  .c_info h5
  {
    color: #484848;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 3px;
  }
  
  .c_info p
  {
    color: #484848;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 3px;
  }
.accordion-item {
    padding-right: 50px;
    margin-bottom: 13px;
    border-radius: 16px;
    border: 1px solid #F4F4F4;
    background: #F6F8FA;
    border-radius: 16px !important;
    padding: 10px;
    border: 1px solid #F4F4F4;
}
.accordion-item table td
{
    background-color: transparent;
}
#financeTabsContent
{
  font-family: "Cairo", sans-serif !important;
}
#financeTabs 
{
  padding: var(--Space-100, 8px);
  border-radius: var(--radius-150, 12px);
border: 1px solid #EAEEF2;
background: #F9F9F9;
width: fit-content;
margin: auto;
}
.financeTabs .nav-tabs .nav-link {
      border: 1px solid #D6DFE9;
      border-radius: 8px;
      background: #fff;
      color: #111317;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px; /*  */
      text-align: center;
      min-width: 250px;
      margin: 0 6px;
      padding: 10px 0;
    }
    .financeTabs .nav-tabs .nav-link.active {
      background-color: #ff6b3d;
      color: #fff;
      border-color: #ff6b3d;
    }    
    .cardLft
    {
      border-radius: 8px;
      border: 1px solid #697A8F0D;
      background: #F6F8FA;
      padding: 20px;
    }
    .orangeBord
    {
      border-right: 5px solid #ff6b3d;
    }
    .cardLft i 
    {
      background-color: #ff5722;
      padding: 10px;
      color: #fff;
      font-size: 19px;
      border-radius: 10px;
    }
    .cardLft h3
    {
      color: #F5BB38;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px; 
      margin-bottom: 0;
    }
    .cardLft h5 , .cardLft + h5
    {
      color: #6C7A8D;
      font-size: 12px;
      font-weight: 500;
      line-height: 16px; 
      margin-bottom: 0;
    }
    .cardLft h6
    {
      color: #383838;
      font-size: 14px;
      font-weight: 700;
      line-height: 24px; 
      margin-bottom: 0;
    }
    .summary .alert1 button
    {
      color: #154F9C;
      font-size: 10px;
      text-decoration: underline;
    }
    .summary .alert1
    {
      padding: 13px;
      border-radius: 6px;
      border: 1px solid #F4E9CE;
      background: #FFF9EA;
    }
    .summary .card {border-radius:12px;border:1px solid #D6DFE9; padding: 33px 25px;}
    .form-card{flex:1;}
    .form-card select.form-select {
    margin-top: -16px;
    }
    .form-card .card{border-radius:12px;border:1px solid #D6DFE9;}
    .form-title{color:#ff6b3d;font-weight:800;font-size:28px;margin-bottom:18px;}
    .form-control, .form-select {border-radius:4px;border:1px solid #D6DFE9;height:48px;box-shadow:none; text-align: right;}
    .next-btn{background:#ff6b3d;border:none;color:#fff;padding:12px 22px;border-radius:10px;margin-left: auto;
    display: block;}
    .form-title h3 + .btn 
    {
      color: #154F9C;
      text-align: center;
      font-size: 13.3px;
      border-radius: 4px;
      border: 1px solid #154F9C;
      padding: 6px 20px;
    }
    .cardLft + h5 
    {
      margin-bottom: 20px;
      margin-top: 5px;
    }
    /* Gender radio buttons styling */
.gender-option {
  position: relative;
  border-radius: 8px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-label,.financePay label
{
  font-size: 12px;
  color: #484848;
  font-weight: 700;
}
.gender-option input {
  display: none;
}

.gender-option span {
  font-weight: 500;
  color: #333;
}

/* When selected */
.gender-option input:checked + span,
.gender-option:has(input:checked) {
  border-color: #ff6600; /* Orange border */
  color: #ff6600;
  font-weight: 600;
}
/* Orange radio buttons (for birth date section) */
.form-check-input[type="radio"] {
  accent-color: #ff6600; /* Makes the radio circle orange */
}

/* Optional - if you want to control border and hover manually */
.custom-radio-orange .form-check-input {
  width: 18px;
  height: 18px;
  border: 2px solid #ff6600;
  cursor: pointer;
}

.custom-radio-orange .form-check-input:checked {
  background-color: #ff6600;
  border-color: #ff6600;
}

.custom-radio-orange label {
  cursor: pointer;
  color: #333;
  margin-inline-start: 5px;
}
.inptBg 
{
  position: relative;
}
.inptBg span 
{
  left: 10px;
  top: 8px;
  position: absolute;
}
.nth2Tit::after
{
  content: '';
  background-color: #ff5722;
  width: 61px;
  height: 2px;
  display: block;
margin-top: 7px;
}
.nth2Tit
{
  color: var(--Color-Black, #2D2D2D);
font-size: 24px;
font-weight: 900;
/* font-family: "Expo Arabic"; */
}
.nth3Tit
{
  color: #154F9C;
  font-size: 24px;
}
.form-text h6{
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
  width: 100%;
}
.form-text small 
{
  font-weight: 100;
  color: gray;
}
.pyCrd
{
  background-color: #fff;
  color: gray;
  display: block;
  padding: 5px;
  width: fit-content;
  margin: auto;
  margin-top: -35px;
  position: relative;
  z-index: 1;
}
.financePay input 
{
  border-radius: 12px;
  box-shadow:  0 0 0 1px #ccc;
}
.topBtns button 
{
  color: #154F9C;
  font-size: 16px;
  border: 0;
  border-bottom: 4px solid #154F9C;
  margin:0 10px;
      flex-basis: 50%;

}
.lightPG .gender-option p 
{
  font-size: 12px;
  font-weight: 400;
color: #6C7A8D;
margin-bottom: 0;

}
.lightPG .gender-option h3
{
font-size: 20px;
  font-weight: 700;
color: #00B64E;
margin: 0 10px;
}
.lightPG .gender-option a
{
  font-size: 10px;
  font-weight: 400;
color: #154F9C;
}
.lightPG .gender-option h5 
{
  font-size: 16px;
  font-weight: 700;
}
.lightPG .gender-option input
{
  display: block;
      width: 20px;
    height: 20px;
    border-color: orange;
}
.lightPG .gender-option input:checked 
{
    border-color: #ff6600;
    color: #ff6600;
    font-weight: 600;
}
.lft2
{
      gap: 16px;
}
.lft2 hr 
{
  margin: 0;
}
.lft2 h5 
{
  font-size: 14px;
  color: #484848;
  font-weight: 600;
  /* margin-bottom: 10px; */
}
.lft2 h5 small,
.lft2 h4 small
{
  font-size: 10px;
  color: #6C7A8D;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
.lft2 h6
{
  font-size: 16px;
  color: #484848;
  font-weight: 700;
}
.lft2 h4
{
  font-size: 14px;
  color: #484848;
  font-weight: 700;
}

.lft2 h4 span
{
  font-size: 20px;
}
.lft2 h4 span,
.lft2 h4 small
{
  color: #00B362;
}
.lft2 h6::after {
    content: url(../img/Symbol.png);
    filter: brightness(0);
    margin-right: 10px;
}
.smawy h2 
{
  color: #154F9C;
}
.smawy h5 img,
.smawy h2 img,.ryalBlue
{
  filter: brightness(0.4)
}
.period 
{
  background-color: #fff;
    font-weight: 600;
    color: #154F9C;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 12px;
}
.period input
{
  display: none;
}

.period input:checked + span, 
.period input:checked + h6, 
.period:has(input:checked) {
    background-color: #154F9C;
    color: #fff !important;
    
}
#tamweel .modal-dialog 
{
  max-width: 50%;
}
#knowMore .modal-body .nav-tabs .nav-link
{
  border: 0;
}
#knowMore .modal-body .nav-tabs .nav-link.active
{
  background-color: #154F9C;
  color: #fff;
}
#knowMore .modal-body
{
  background-color: #f8f8f8;
} 
#knowMore .modal-dialog 
{
  max-width: 70%;
}
.codeDV input 
{
  width: 50px;
  margin: 5px;
  text-align: center;
}
/*---*/ 
.mainSec .form-control,
.mainSec .form-select {
    border-radius: 4px;
    border: 1px solid #d6dfe929;
    border-right: 1px solid #d6dfe929 !important;
    padding-right: 10px;
}
.form-select
{
        background-position: 10px center;
}
/* ---------------------------- responsive  ------------------------------- */
@media (min-width:2560px) {
    .px-5 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }
}
@media (max-width:1440px){
    .px-5 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
}
@media (max-width: 1280px){
    
     
    .mainBtn,.mainBtn2 
    {
        font-size: 16px;
    }
}
@media (max-width: 1024px){
    
    
}
@media (max-width:992px){
    
    .navbar-expand-lg .navbar-nav .nav-link
    {
        font-size: 16px;
    }
    .owl-nav {
    top: 200px;
    padding: 0px 10px;
    }
    .abtSec img 
    {
        height: auto;
        margin-bottom: 20px;
    }
    .latest-sec,.gray-sec,.brands-sec,.finance,.last_news-sec,footer
    {
        padding: 20px;
    }
    
    
}
@media (max-width:768px){
    .navbar-toggler {
        transform: scale(0.8);background-color: #F5BB38;
    }
    #mainImage {
        height: 326px;
    }
    .thumbnails img {
        width: 120px;
        height: 80px;
    }
    .play-button
    {
        margin: 0;
        padding: 5px;
    }
    .thumbnails i {
        width: 27px;
        height: 27px;
        line-height: 26px;
        font-size: 11px;
    }
    .thumbnails{
        flex-direction: row;
    }
    .c_detlsSec h2 {
        font-weight: 700;
        font-size: 22px;
    }
    .c_detlsSec h6
    {
        font-size: 17px;
    }
    .finance-btn {
        padding: 5px 15px;
        font-size: 12px;
    }
    .slider-container
    {
        padding: 0;
        display: block;
    }
    .main-slider
    {
        padding: 0;
    }
    .thumbnails {
        gap: 2px;
    }
    .contct-tit {
        font-size: 23px;
    }
    .contct-form h6 {
        font-size: 16px;
    }
    .contct-bordr {
        padding: 10px;
        margin: 60px 0;
    }
    .fs-big
    {
        font-size: 45px;
    }
    .sec-title
    {
        font-size: 25px;
    }
    footer h5 {
        font-family: "expo";
        font-size: 16px;
    }
    .footUl {
        padding-right: 10px;
    }
    .mainBtn2, .mainBtn, .mainBtn:hover,.mainBtn2:hover
    {
        /* height: 40px; */
    }
    nav .mainBtn
    {
        height: auto;
        font-size: 13px;
        padding: 5px 10px;
        margin: 20px 40px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 5px 10px;
    }
    #tamweel .modal-dialog ,#knowMore .modal-dialog 
    {
      max-width: 90%;
    }
    
}
@media (max-width:580px){
    
    footer a, .footUl a 
    {
        padding: 0;
        font-size: 15px;
    }
    #tamweel .modal-dialog ,#knowMore .modal-dialog 
    {
      max-width: 96%;
    }
    .codeDV input {
    width: 38px;
    }
    #imageSlider img {
    height: 250px !important;
    }
        .owl-nav {
        top: 80px;
        }
        .detlsSlid
        {
            gap: 12px;
        }
        .cash h4 {
    font-size: 17px;
        }
    .c_detlsSec .accordion-body
    {
      padding: 0;
    }
        .table .d-flex
        {
            display:block !important;
            text-align:center;
        }
    .contctFormDV
    {
        margin-top: 20px;
    }
    .blogShareDV
    {
        display: block;
    }
    .c_detlsSec .blogShareDV h6,
    .c_detlsSec .blogShareDV a,
    .c_detlsSec .blogShareDV h5
    {
        margin-bottom: 20px;
    }
    .videoDVblog button.play-button
    {
        width: 50px;
        height: 50px;
        line-height: 45px;
    }
    .play-button {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        width: 95%;
        margin: 22% auto;
    }
    .thumbnails img {
        width: 100px;
        height: 80px;
        margin: auto;
    }
    #mainImage {
        height: 215px;
    }
    .mainSec .input-group-text svg {
        padding: 0px 5px;
        width: 27px;
    }
    .form-control, .input-group-text
    {
        padding: 0 10px;
    }
    .sec-title {
        font-size: 19px;line-height: normal;
        margin-bottom: 0;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .gr-sec-item {
        /* width: 75%; */
        margin-bottom: 40px;
    }
    footer span.input-group-text
    {
        padding: 0 10px;
    }
    .fs-big {
        font-size: 30px;
    }
    .mainSec {
        margin-top: 0;
    }
    .mainSec .mainBtn2 {
        margin-bottom: 20px;
    }
    .finance span
    {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    footer h6
    {
        font-size: 15px;
    }
    .latest-sec, .gray-sec, .brands-sec, .finance, .last_news-sec, footer {
        padding: 20px 10px;
    }
}
@media(max-width:450px){
   
    .navbar-brand img
    {
        width: 80px;
    }
    
    .px-5
    {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
}