@charset "UTF-8";

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  color: #222222;
  font-family: "Poppins", sans-serif !important;
}

a{
    text-decoration: none !important;
}

.row{
  margin: 0 !important;
}

  
  /* 2. Home 1 Header css here */
  /* 01. header css here */
  .off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #222222;
    top: 0;
  }
  
  .off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
  }
  
  .offcanvas_menu {
    display: none;
    z-index: 111;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
      display: block;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .offcanvas_menu {
      display: block;
    }
  }
  
  .offcanvas_menu_wrapper {
    width: 350px;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -350px;
    padding: 75px 15px 30px;
    overflow-y: auto;
  }
  
  .offcanvas_menu_wrapper.active {
    margin-left: 0;
  }
  
  .offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
  }
  
  .offcanvas_menu_wrapper .search_container {
    display: block;
  }
  
  .offcanvas_menu_wrapper .language_currency {
    display: block;
  }
  
  .offcanvas_menu_wrapper .header_account_area {
    display: flex;
  }
  
  .offcanvas_menu_wrapper .call-support {
    display: block;
  }

  .offcanvas_main_menu{
    padding: 0;
  }
  .main_navbar .sub-menu{
    padding: 0;
  }
  /* .main_navbar #menu-item-364,
  .main_navbar #menu-item-372,
  .main_navbar #menu-item-583,
  .main_navbar #menu-item-593{
    float: left;
    padding: 20px;
  } */
  .offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
  }
  
  .offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
  }
  
  .offcanvas_main_menu li {
    position: relative;
    list-style: none;
  }
  
  .offcanvas_main_menu li:last-child {
    margin: 0;
  }
  
  .offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
  }
  
  .offcanvas_main_menu li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #444;
  }
  
  .offcanvas_main_menu li a:hover {
    color: #000;
  }
  
  .offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
  }
  
  .offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  
  .offcanvas_footer span a {
    font-size: 16px;
    color: #444;
  }
  
  .offcanvas_footer span a:hover {
    color: #000;
  }
  
  .offcanvas_footer ul {
    margin-top: 20px;
    padding: 0;
  }
  
  .offcanvas_footer ul li {
    display: inline-block;
    margin-right: 4px;
  }
  
  .offcanvas_footer ul li:last-child {
    margin-right: 0;
  }
  
  .offcanvas_footer ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    color: #ffffff;
  }
  
  .offcanvas_footer ul li.facebook a {
    background: #3c5b9b;
  }
  .offcanvas_footer ul li.twitter a {
    background: #1DA1F2;
  }
  
  .offcanvas_footer ul li.instagram a {
    background: #e11f5a;
  }
  
  .offcanvas_footer ul li.youtube a {
    background: #d20f00;
  }
  
  .offcanvas_footer ul li.linkedin a {
    background: #0069cd;
  }
  
  .offcanvas_footer ul li.facebook a:hover,
  .offcanvas_footer ul li.twitter a:hover,
  .offcanvas_footer ul li.instagram a:hover,
  .offcanvas_footer ul li.youtube a:hover,
  .offcanvas_footer ul li.linkedin a:hover  {
    background: #000;
  }
  
  .canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
  }
  
  .canvas_close a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 31px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #444;
  }
  
  .canvas_close a:hover {
    background: #1c3975;
    border-color: #1c3975;
    color: #fff;
  }
  
  .canvas_open {
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 9;
    cursor: pointer;
  }

  .mob_login {
    position: absolute;
    right: 18px;
    top: 20px;
    z-index: 9;
    cursor: pointer;
  }
  .mob_login a{
    color: #fff;
    font-weight: 500;
  }
  .mob_login a:hover{
    color: #fff;
  }
  
  /* @media only screen and (max-width: 767px) {
    .canvas_open {
      right: 20px;
      top: 50px;
    }
  } */
  
  .canvas_open a {
    font-size: 30px;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #000;
  }
  
  @media only screen and (max-width: 767px) {
    .canvas_open a {
      width: 34px;
      height: 34px;
      line-height: 30px;
      font-size: 30px;
    }
  }
  
  .canvas_open a:hover {
    color: #1c3975;
    border-color: #1c3975;
  }
  
  @media only screen and (min-width: 991px){
  .sticky-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    /* background: #384044; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border-bottom: 0;
    display: block;
    /* padding: 8px 60px; */
  }
}

.offcanvas_menu .logo{
  display: none;
}

@media only screen and (max-width: 991px){
  .offcanvas_menu.sticky{
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border-bottom: 0;
    display: block;
    padding: 1px 0;
  }
  .offcanvas_menu.sticky .logo{ 
    display: block;
    
  }
  .offcanvas_menu.sticky{
    z-index: 111 !important;
  }
  /* .offcanvas_menu.sticky .logo img{ */
    /* width: 30px ; */
    /* margin-left: 60px; */
  /* } */
  .offcanvas_menu.sticky .col-12{
    padding: 0;
  }
  .offcanvas_menu.sticky .canvas_open {
    top: 15px;
  }
}


/* @media only screen and (max-width: 500px){
  .offcanvas_menu.sticky .logo{ 
    display: block;
    
  }
  .offcanvas_menu.sticky .logo img{
    width: 30px ;
    margin: 0
  }
  .offcanvas_menu.sticky{
    padding: 22px 60px;
  }
  .offcanvas_menu.sticky .col-12{
    padding: 0;
  }
} */

  /* @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .sticky-header.sticky {
      padding: 20px 0;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sticky-header.sticky {
      padding: 22px 0;
    }
  } */
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-header.sticky {
      position: inherit;
      -webkit-box-shadow: inherit;
      box-shadow: inherit;
      -webkit-animation-name: inherit;
      animation-name: inherit;
      padding: 0;
      background: inherit;
      opacity: inherit;
      animation-duration: inherit;
      width: inherit;
      z-index: inherit;
      top: inherit;
      animation-timing-function: inherit;
      animation-delay: inherit;
      animation-iteration-count: infinite;
      animation-fill-mode: inherit;
      animation-play-state: inherit;
      display: inherit;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .sticky-header.sticky {
      position: inherit;
      -webkit-box-shadow: inherit;
      box-shadow: inherit;
      -webkit-animation-name: inherit;
      animation-name: inherit;
      padding: 0;
      background: inherit;
      opacity: inherit;
      animation-duration: inherit;
      width: inherit;
      z-index: inherit;
      top: inherit;
      animation-timing-function: inherit;
      animation-delay: inherit;
      animation-iteration-count: infinite;
      animation-fill-mode: inherit;
      animation-play-state: inherit;
      display: inherit;
    }
  }

  
  
  .sticky-header.sticky .search_widget {
    top: 50px;
  }
  
  .sticky-header.sticky .dropdown_account {
    top: 50px;
  }
  
  .sticky-header.sticky .mini_cart {
    top: 55px;
  }


  /* --------------------------- */
  
  /*header css heer*/
  .main_header {
    /* padding: 12px 60px; */
    /* padding: 8px 60px; */
    background-color: #fff;
    z-index: 111 !important;
  }

 
  
  /* .header_account-list.top_links {
    margin-left: 20px;
  } */
  
  /* .header_account-list:last-child {
    margin-right: 0;
  } */
  
  .header_account-list>a {
    font-size: 20px;
    position: relative;
    color: #fff;
  }
  .header_account-list>a:hover{
    color: #fff;
  }

  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account-list>a {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .header_account-list>a {
      font-size: 20px;
    }
  }

  /* @media screen and (min-width: 580px) {
    .main_header {
      padding: 25px 0;
    }
  
  } */
  
  .logo{
    float: left;
    padding-right: 25px;
  }

  @media only screen and (max-width: 580px) {
    .login-image{
      display: none;
    }
    .logo img {
      max-width: 125px;
      /* margin-left: 49px; */
    }
    #abt #second_sec {
      padding: 40px 0 !important;
    }
    #second_sec img{
      padding-bottom: 25px;
    }
  }

  @media only screen and (max-width: 580px) {
    /* .main_header {
      padding: 8px 0;
    } */
  }

  
  
  .top_links {
    position: relative;
  }
  
  .top_links:hover .dropdown_links {
    visibility: visible;
    max-height: 460px;
  }
  
  .dropdown_links {
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    padding: 17px 25px 15px;
    text-align: left;
    top: 142%;
    right: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden;
    z-index: 9999;
    border-radius: 3px;
    visibility: hidden;
    max-height: 0;
    width: 250px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_links {
      padding: 15px 20px;
      top: 120%;
      right: -80px;
      width: 230px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .dropdown_links {
      padding: 15px 20px;
      top: 120%;
      right: -80px;
      width: 230px;
    }
  }
  
  .dropdown_links_list {
    margin-bottom: 21px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .dropdown_links_list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_links_list {
      margin-bottom: 15px;
      padding-bottom: 10px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .dropdown_links_list {
      margin-bottom: 15px;
      padding-bottom: 10px;
    }
  }
  
  .dropdown_links_list h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 18px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_links_list h3 {
      font-size: 14px;
      margin-bottom: 10px;
      line-height: 17px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .dropdown_links_list h3 {
      font-size: 14px;
      margin-bottom: 10px;
      line-height: 17px;
    }
  }

  .dropdown_links_list ul{
    padding: 0;
    margin: 0;
  }

  .dropdown_links_list ul li{
    list-style: none;
  }
  
  .dropdown_links_list ul li a {
    text-transform: capitalize;
    display: block;
    /* font-size: 13px; */
    white-space: nowrap;
    line-height: 30px;
    color: #222222;
  }
  
  .dropdown_links_list ul li a:hover {
    color: #85a6bd;
  }
  
  .dropdown_links_list ul li a img {
    margin-right: 3px;
  }
  
  @media only screen and (max-width: 767px) {
    .dropdown_links_list ul li a {
      line-height: 25px;
    }
  }
  
  .search_close_btn {
    position: absolute;
    top: 50px;
    right: 103px;
  }
  
  .search_close_btn a {
    font-size: 30px;
    color: #fff;
  }
  
  .search_close_btn a:hover {
    color: #F53737;
    font-size: 40px;
  }
  
  .header_account_area {
    display: flex;
    justify-content: flex-end;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account_area {
      display: none;
      border-right: 0;
      border-left: 0;
      justify-content: center;
      margin-bottom: 25px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .header_account_area {
      display: none;
      border-right: 0;
      border-left: 0;
      justify-content: center;
      margin-bottom: 25px;
    }
  }
  
  .dropdown_search {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
    align-items: center;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  
  .dropdown_search.active {
    opacity: 1;
    visibility: visible;
  }
  
  .dropdown_search form {
    width: 80%;
    margin: 0 auto;
    max-width: 1170px;
    border-bottom: 2px solid #fff;
    position: relative;
  }
  
  .dropdown_search form input {
    width: 100%;
    height: 75px;
    background: inherit;
    border: 0;
    font-size: 32px;
    color: #fff;
    padding-right: 70px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_search form input {
      height: 60px;
      font-size: 20px;
      padding-right: 50px;
    }
  }
  
  .dropdown_search form button {
    position: absolute;
    border: 0;
    background: inherit;
    padding: 0;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 40px;
    color: #fff;
  }
  
  .dropdown_search form button:hover {
    color: #F53737;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_search form button {
      font-size: 28px;
    }
  }
  
  /* 2.4 main menu css here */
  .menu_position {
    position: relative;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_menu {
      display: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .main_menu {
      display: none;
    }
  }
  
  .main_menu nav>ul {
    display: flex;
    margin: 0;
  }
  
  .main_menu nav>ul>li {
    position: relative;
    margin-right: 5px;
    list-style: none;
  }
  
  .main_menu nav>ul>li:last-child {
    margin-right: 10px;
  }
  
  .main_menu nav>ul>li:hover ul.sub_menu {
    visibility: visible;
    max-height: 360px;
    padding: 24px 20px;
    border-radius: 4px;
  }
  
  .main_menu nav>ul>li:hover .mega_menu {
    visibility: visible;
    max-height: 300px;
    padding: 25px 30px 30px 30px;
  }
  
  .main_menu nav>ul>li:hover>a {
    color: #1c3975;
    
  }
  
  .main_menu nav>ul>li>a {
    display: inline-block;
    line-height: 24px;
    /* text-transform: uppercase; */
    font-weight: 400;
    position: relative;
    padding: 3px 7px;
    letter-spacing: .02em;
    color: #242424;
    text-decoration: none;
    font-size: 16px;
  }
  
  .main_menu nav>ul>li>a i {
    margin-left: 3px;
  }
  
  .main_menu nav>ul>li>a.active {
    color: #F53737;
    border-color: #F53737;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main_menu nav>ul>li>a {
      padding: 3px 7px;
    }
  }
  
  .main_menu nav>ul>li ul.sub_menu {
    position: absolute;
    min-width: 220px;
    padding: 0 20px;
    background: #ffffff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    max-height: 0;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    top: 130%;
    text-align: left;
    list-style: none;
  }

  .main_menu nav>ul>li ul.sub_menu li{
    list-style: none;
  }
  
  .main_menu nav>ul>li ul.sub_menu li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    line-height: 32px;
    text-transform: capitalize;
    color: #444;
  }
  
  .main_menu nav>ul>li ul.sub_menu li a:hover {
    color: #000000;
  }
  
  .main_menu nav>ul>li.mega_items {
    position: static;
  }
  
  .main_menu nav>ul>li .mega_menu {
    position: absolute;
    min-width: 100%;
    padding: 0 30px 0 30px;
    background: #ffffff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    max-height: 0;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    top: 130%;
    text-align: left;
  }
  
  /*main menu css end*/
  /*mini cart css here*/
  .mini_cart_wrapper {
    position: relative;
    padding: 0 15px;
  }
  
  .mini_cart_wrapper span.item_count {
    position: absolute;
    top: -9px;
    right: -11px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    color: #384044;
  }
  .mobile_cart span.item_count {
    background: #384044;
    color: #fff;
  }

  .main_header .header_account-list i{
    color: #1c3672;
    font-size: 14px;
  }
  .main_header .header_account-list .fa-times-circle{
    color: #384044;
  }
  .mini_cart_wrapper:hover .mini_cart {
    max-height: 500px;
    padding: 18px 28px 33px;
    visibility: visible;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart_wrapper:hover .mini_cart {
      padding: 10px 11px 20px;
      visibility: inherit;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .mini_cart_wrapper:hover .mini_cart {
      padding: 10px 11px 20px;
      visibility: inherit;
    }
  }
  .mini_cart_wrapper button{
    border: none;
    background: #444;
    color: white;
    border-radius: 50px;
    padding: 10px 15px;
    font-weight: bold;
  }
  .mini_cart_wrapper span a{
    color: #666;
    /* text-transform: uppercase; */
    padding: 0 5px;
    /* font-weight: 500; */
  }
  /* .mini_cart_wrapper:first-child{
    border-right: 1px solid #ccc;
    padding-right: 20px;
    margin: 0;
  } */
  /* .mini_cart_wrapper:last-child{
    padding-left: 20px;
    padding: 0 15px;
  } */
  .mini_cart {
    position: absolute;
    min-width: 355px;
    padding: 0 28px;
    background: #fff;
    z-index: 999;
    right: 0;
    top: 142%;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart {
      display: none;
      transition: unset;
      max-height: 500px;
      padding: 10px 11px 20px;
      min-width: 260px;
      border: 1px solid #e5e5e5;
      right: -116px;
      visibility: inherit;
      top: 130%;
    }
  }
  @media only screen and (max-width: 767px) {
    .mini_cart {
      display: none;
      transition: unset;
      max-height: 500px;
      padding: 10px 11px 20px;
      min-width: 260px;
      border: 1px solid #e5e5e5;
      right: -116px;
      visibility: inherit;
      top: 130%;
    }
  }

  .cart_img {
    width: 90px;
    margin-right: 10px;
    border: 1px solid transparent;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_img {
      width: 63px;
      margin-right: 9px;
    }
  }
  @media only screen and (max-width: 767px) {
    .cart_img {
      width: 63px;
      margin-right: 9px;
    }
  }

  
  .cart_info {
    width: 63%;
  }
  .cart_info a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 6px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_info a {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 767px) {
    .cart_info a {
      font-size: 13px;
    }
  }
  .cart_info a:hover {
    color: #444;
  }
  .cart_info p {
    font-size: 12px;
  }
  .cart_info p span {
    font-weight: 600;
  }

  .cart_remove a {
    font-size: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
  }
  .cart_remove a:hover {
    color: #444;
  }

  .cart_item {
    overflow: hidden;
    padding: 11px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
  }
  
  .mini_cart_table {
    padding: 23px 0;
  }

  .cart_total {
    display: flex;
    justify-content: space-between;
  }
  .cart_total span {
    font-size: 14px;
    font-weight: 400;
  }
  .cart_total span.price {
    font-weight: 700;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_total span {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 767px) {
    .cart_total span {
      font-size: 13px;
    }
  }

  .cart_button:first-child {
    margin-bottom: 15px;
  }
  
  .cart_button button {
    border-radius: 50px;
    border: 3px solid #333;
    background-color: transparent;
    padding: 8px 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    width: 100%;
  }
  
  .cart_button button:hover {
    background: #333;
    color: #fff;
  }

  .mini_cart_footer .cart_button:last-child button{
    background-color: #333;
    color: #fff;
  }
  .mini_cart_footer .cart_button:last-child i{
    color: #fff;
  }
  
  /*mini cart css end*/
  
  .container {
    max-width: 1350px !important;
  }
  .container_m{
    max-width: 1180px !important;
  }
  

  img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
  
  .logo img {
    /* max-height: 90px; */
    /* width: 165px; */
    width: 125px;
  }





.cart-icon,.cart-icon strong {
    display: inline-block
}

.cart-icon strong {
    border: 2px solid #141414;
    border-radius: 0;
    /* color:#446084; */
    font-family: Helvetica,Arial,Sans-serif;
    font-size: 1em;
    height: 30px;
    margin: .3em 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    color: #666;
}

.cart-icon strong:after {
    border: 2px solid #141414;
    border-bottom: 0;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    bottom: 100%;
    content: " ";
    height: 8px;
    left: 50%;
    margin-bottom: 0;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    transition: height .1s ease-out;
    width: 14px
}

.cart-icon:hover strong,.current-dropdown .cart-icon strong {
    background-color: #141414;
    color: #fff
}

.cart-icon:hover strong:after,
.current-dropdown .cart-icon strong:after {
    height: 10px
}

.header-cart-title{
    color: #666;
    text-decoration: none;
    /* font-size: 14px; */
}

.header_account-list>a:hover strong:after{
    height: 10px;
}

.header_account-list>a:hover strong{
    background-color: #141414;
    color: #fff
}


/* Main Section Start */
.main {
  padding: 102px 20px;
  background-color: #80A3BD;
  text-align: center;
  color: #fff;
  font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.main .hero_heading{
  max-width: 894px;
  margin: 0 auto;
}

.main h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}


@media only screen and (max-width: 1200px) {
  .main h3 {
    font-size: 23px;
  }
  .main{
    padding: 60px 20px;
  }
}

.input-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.button-container {
  margin-bottom: 20px;
}

.submit-btn {
  background-color: #1a1a1a;
  border: none;
  border-radius: 50px;
  padding: 10px 50px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.bottom-text {
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
  display: contents;
}

#vinFoxImage{
  margin-bottom: -8px;
  position: relative;
}

.main .input{
  /* max-width: 100%; */
  width: 435px;
	padding: 12px 20px;
  border: none;
	box-shadow: 1px 1px 11px 2px #80A3BD;
	border-right: none;
	outline: none;
	border-radius: 50px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-family: 'Poppins', sans-serif;
  background: #ffffff;
}

.main .input::placeholder{
	color: #80A3BD;
}

.main .icon{
  width: 60px;
	border-left: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	cursor: pointer;
  background: #ffffff;
}

.main i.fa-search{
	font-size: 23px;
	color: #80A3BD;
	display: contents;
	/* justify-content: center;
	align-items: center; */
	transition: 0.5s;
	background: transparent;
}

@media only screen and (max-width: 500px) {
  .logo img {
    max-width: 125px;
        /* margin-left: 48px; */
  }

  .main .input{
    width: 330px;
  }
}

/* Main Section End */

/* -------------------------------- */

/* Starting Popup Start */
.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Popup content box */
.popup-content {
  position: relative;
  background-color: white;
  padding: 30px 12px;
  /* border-radius: 10px; */
  width: 80%;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#discount-popup .popup-content{
  max-width: 665px;
}

#report-popup .popup-content{
  max-width: 400px;
  display: block;
}
#report-popup .main{
  background-color: #fff;
}
#report-popup .image_1918458070{
  width: 250px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
}

/* Login form */
.login-form {
  /* width: 50%; */
  text-align: left;
}

.p_content {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 500px;
    overflow-y: auto;
}

.p_content::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 4px rgba(128, 128, 128, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}
.p_content::-webkit-scrollbar{
  width: 6px;
  background-color: #F5F5F5;
}
.p_content::-webkit-scrollbar-thumb{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(165, 165, 165, 0.3);
  background-color: rgba(172, 172, 172, 0.589);
}


/* Input fields */
.input-group {
  margin-bottom: 15px;
}

.input-group label {
  display: block;
  margin-bottom: 5px;
}

.input-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Form options */
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.form-options .forgot-password {
  color: #1c3975;
  text-decoration: none;
}

.form-options .forgot-password:hover {
  text-decoration: underline;
}

/* Starting Popup End */

/* ----------------------------------- */

/* First Section Start */
.flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
#first_sec,
#second_sec{
  padding: 30px 0;
}
#first_sec .col-lg-6:first-child{
  margin-top: 50px;
}
#first_sec p,
#second_sec p{
  line-height: 37.5px;
}
#first_sec h3,
#second_sec h3{
  color: #666;
}

/* First Section End */

/* ----------------------------------- */

/* Second Section Start */

#second_sec button{
  border-radius: 50px;
  border: 3px solid #333;
  background-color: transparent;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#second_sec button:hover{
  background-color: #333;
  color: #fff;
}

/* Second Section End */

/* ----------------------------------- */

/* Third Section Start */

#third_sec{
  background-color: rgb(242, 242, 242);
  padding: 80px 0;
}
#third_sec li{
  list-style: none;
  padding: 10px 0;
}
#third_sec img{
  width: 25px;
}
#third_sec .row{
  width: 800px;
  padding-top: 40px;
}
#third_sec h5{
  color: #666;
}

/* Third Section End */

/* ----------------------------------- */

#fourth_sec{
  padding: 100px 0;
  background-color: rgb(242, 242, 242);
}
#fourth_sec .container{
  width: 70% !important;
}
#fourth_sec img{
  width: 75px;
  padding-bottom: 10px;
}

/* ----------------------------------- */


footer{
  background-color: #1c1c1c;
  padding: 50px 0;
}
/* footer .row{
  padding-bottom: 20px;
} */
footer hr{
  height: 1px;
  color: #ccc !important;
  width: 100%;
  opacity: 1;
}
footer p{
  color: #fff;
  margin: 0;
}
footer ul{
  padding: 0;
}
footer li a{
  color: #fff;
}
footer li a:hover{
  color: #fff;
}
footer li{
  list-style: none;
  color: #fff;
  padding: 0 0 10px 0;
}
footer .social_icons ul{
  display: inline-flex;
  float: right;
}
footer .social_icons li{
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 12px;
  text-align: center;
  margin: 0 3px;
  padding: 10px 0;
}

textarea:focus, input:focus{
  outline: none;
}
.modal_content{
  padding: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
  }
}
.form-wrap {
  margin: 3em auto;
  padding-right: 10px;
}
.form-wrap .tabs {
  overflow: hidden; 
}
.form-wrap .tabs h3 {
  float: left;
  width: 50%; 
}
.form-wrap .tabs h3 a {
  padding: 12px 0;
  text-align: center;
  font-weight: 400;
  background-color: #e6e7e8;
  display: block;
  color: #666; 
  font-size: 18px;
}
.form-wrap .tabs h3 a.active {
  background-color: #1e73be; 
  color: #fff;
}

.form-wrap .tabs-content div[id$="tab-content"] {
  display: none; 
}
.form-wrap .tabs-content .active {
  display: block !important; 
}
.form-wrap form .input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  padding: .8em 0 10px .8em;
  border: 1px solid #CFCFCF;
  outline: 0;
  display: inline-block;
  margin: 0 0 .8em 0;
  padding-right: 2em;
  width: 100%; 
}
.form-wrap form .button {
  width: 100%;
  padding: 7px 0;
  background-color: #141414;
  border: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase; 
}

.form-wrap form .checkbox {
  visibility: hidden;
  padding: 20px;
  margin: .5em 0 1.5em; 
}
.form-wrap form .checkbox:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; 
}
.form-wrap form label[for] {
  position: relative;
  cursor: pointer; 
}

.form-wrap .help-text {
  margin-top: .6em; 
}

.form-wrap .help-text p {
  text-align: center;
  font-size: 14px; 
}


/**/

/* ------------------- */

/* about page */

.about{
  background-color: #333;
  padding: 100px 0;
  color: #ccc;
}
.about p{
  color: #ccc;
}
#second_sec button,
#first_sec button,
#contact_now button,
#shop .filter button,
#detail button,
#description button,
.cart_submit button,
.checkout_btn button,
.order_button button,
#pricing button{
  border-radius: 50px;
  border: 3px solid #333;
  background-color: transparent;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#second_sec button:hover,
#first_sec button:hover,
#contact_now button:hover,
#shop .filter button:hover,
#detail button:hover,
#description button:hover,
.cart_submit button:hover,
.checkout_btn button:hover,
.order_button button:hover,
#pricing button:hover{
  background-color: #333;
  color: #fff;
}

#contact_now{
  background-color: #f0f0f0;
  padding: 80px 0;
  text-align: center;
}

#companies{
  background-color: #F2F2F2;
  padding: 80px 0;
}
#companies img{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.accordion-button:focus {
  box-shadow: none;
}

.faq-section{
  background-color: #f0f0f0;
  padding: 80px 0;
}
.accordion-button{
  background-color: #fff !important;
  color: #384044 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  padding: 15px 20px !important;
  
}
.accordion-button:focus{
	box-shadow: none !important;
	border-color: #444 !important;
}
.accordion-item{
  margin-bottom: 10px;
  border-radius: 5px !important;
}
.accordion-button h5{
  font-size: 17px !important;
  margin: 0 !important;
}

.two-thirds{
  padding: 80px 0;
}
#abt #second_sec{
  background-color: #f0f0f0;
  padding: 80px 0;
}

/* about page */

/* ------------------- */

/* contact page */

#contact{
  padding: 80px 0;
}
#contact li a{
  color: #444;
}
#contact li a:hover{
  color: #000;
}
#contact li{
  list-style: none;
  color: #ccc;
  padding: 8px 0
}
#contact .social_icons ul{
  display: inline-flex;
  padding: 0;
}
#contact .social_icons li{
  width: 33px;
  height: 33px;
  border: 1px solid #444;
  border-radius: 50px;
  line-height: 12px;
  text-align: center;
  margin: 0 3px;
}

.form-control:focus{
	box-shadow: none !important;
	border-color: #444 !important;
}
.form-label {
  margin-bottom: 0 !important;
}

#contact form{
  padding: 50px;
}

/* contact page */

/* ------------------- */

/* shop page */

.bread{
  background-color: #c5deed;
  color: #000;
  padding: 60px 0;
}

/* #shop .col-lg-4 img{
  width: 80%;
} */
#shop .col-lg-4 p{
  margin: 0;
  font-size: 15px;
}
#shop .col-lg-3 p{
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
#shop .col-lg-4 del{
  color: #999;
}
#shop .col-lg-4 h1{
  padding: 20px 0 30px 0;
}
#shop .col-lg-4{
  margin-bottom: 25px;
}

#shop .offer{
  position: absolute;
  background: #444;
  color: #fff;
  border-radius: 20px;
  display: table;
  padding: 4px 16px;
}

.price-range-slider {
  margin-bottom: 20px;
}

.price-range-slider label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.range-slider {
  position: relative;
  width: 100%;
}

.range-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  background: transparent;
  position: absolute;
  pointer-events: none; /* This disables the regular range input behavior, we will handle the thumb styling */
}

.range-slider input[type="range"]:focus {
  outline: none;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  pointer-events: all; /* Enable track interaction */
}

.range-slider input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  pointer-events: all; /* Enable track interaction */
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #444;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: all; /* Enable thumb interaction */
  margin-top: -7px; /* This centers the thumb on the track */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.range-slider input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #444;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: all; /* Enable thumb interaction */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Adjust thumb active state */
.range-slider input[type="range"]::-webkit-slider-thumb:active {
  transform: scale(1.2); /* Slightly increase size on active */
}

.range-slider input[type="range"]::-moz-range-thumb:active {
  transform: scale(1.2); /* Slightly increase size on active */
}

/* shop page */

/* ------------------- */

/* detail page */

#detail li a{
  color: #444;
}
#detail li a:hover{
  color: #000;
}
#detail li{
  list-style: none;
  color: #ccc;
  padding: 8px 0
}
#detail .social_icons ul{
  display: inline-flex;
  padding: 0;
}
#detail .social_icons li{
  width: 33px;
  height: 33px;
  border: 1px solid #444;
  border-radius: 50px;
  line-height: 12px;
  text-align: center;
  margin: 0 3px;
}
#detail .offer{
  background: #444;
  color: #fff;
  border-radius: 20px;
  display: table;
  padding: 4px 16px;
}
#detail .flex{
  justify-content: space-between;
}

#description{
  padding: 80px 0;
}

#description p{
  margin: 0;
  /* padding: 2px 0; */
}

.star {
  width: 32px;
  height: 32px;
  transition: .6s all;
}
#rating {
  cursor: pointer;
  display: inline-block
}
#review-form .input-group-addon {
  min-width: 100px;
}
#review-form .btn {
  min-width: 100px;
}
#review-form input[type="text"],
#review-form textarea {
  width: 100%;
}
#review-form .form-group {
  margin-bottom: 15px;
}
#review-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid rgb(238, 238, 238);
  padding-left: 20px;
}

blockquote .footer{
  display: block;
  font-size: 80%;
}

.stars-container {
  margin-bottom: 5px;
}
.rating {
  direction: rtl; /* Right to left for stars */
  display: inline-flex;
}

.rating input {
  display: none; /* Hide the checkboxes */
}

.rating label {
  font-size: 25px;
  color: lightgray;
  padding: 0 5px;
  cursor: pointer;
}

.rating label:before {
  content: "\2605"; /* Unicode for star */
}

.rating input:checked ~ label {
  color: gold;
}

#related{
  padding: 80px 0;
}
#related .offer{
  background: #444;
  color: #fff;
  border-radius: 20px;
  display: table;
  padding: 4px 16px;
}
#related .col-lg-3 .p-2{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 0.2s ease-in-out
}
#related .p-2:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.product_variant.quantity input {
  width: 130px;
  border: 1px solid #444;
  background: none;
  height: 42px;
  padding: 0 12px;
  border-radius: 5px;
  margin-left: 15px;
}

/* detail page */

/* ------------------- */

/* cart page */

.shopping_cart_area{
  padding: 80px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopping_cart_area {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .shopping_cart_area {
    margin-top: 60px;
  }
}

.header_cart_page {
  border-bottom: 1px solid #e5e5e5;
}

.other_bread {
  padding-top: 41px;
  padding-bottom: 41px;
}

.table_desc {
  border: 1px solid #e5e5e5;
  margin-bottom: 100px;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table_desc {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .table_desc {
    margin-bottom: 60px;
  }
}
.table_desc .cart_page table {
  width: 100%;
}
.table_desc .cart_page table thead tr th {
  border-bottom: 3px solid #444;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}
.table_desc .cart_page table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
}
.table_desc .cart_page table tbody tr td.product_remove {
  min-width: 100px;
}
.table_desc .cart_page table tbody tr td.product_remove a {
  font-size: 20px;
  color: #222222;
}
.table_desc .cart_page table tbody tr td.product_remove a:hover {
  color: #444;
}
.table_desc .cart_page table tbody tr td.product_thumb {
  max-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_thumb a img {
  width: 100px;
}
.table_desc .cart_page table tbody tr td.product_name {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name a {
  color: #222222;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #444;
}
.table_desc .cart_page table tbody tr td.product-price {
  min-width: 130px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}
.table_desc .cart_page table tbody tr td.product_quantity {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_quantity label {
  font-weight: 500;
  margin-right: 5px;
}
.table_desc .cart_page table tbody tr td.product_quantity input {
  width: 60px;
  height: 40px;
  padding: 0 5px 0 10px;
  background: none;
  border: 1px solid #e5e5e5;
}
.table_desc .cart_page table tbody tr td .product_total {
  min-width: 120px;
}

.cart_page table thead tr:last-child th, .table_desc table tbody tr td:last-child {
  border-right: 0;
}

.cart_submit {
  text-align: right;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .cart_submit {
    text-align: center;
  }
}

.coupon_inner {
  padding: 10px 20px 25px;
}
.coupon_inner p {
  font-size: 14px;
  margin-bottom: 20px;
}
.coupon_inner input {
  border: 1px solid #e5e5e5;
  height: 42px;
  background: none;
  padding: 0 20px;
  margin-right: 20px;
  font-size: 12px;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .coupon_inner input {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon_inner input {
    margin-bottom: 24px;
    width: 100%;
  }
}

.coupon_code {
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .coupon_code.left {
    margin-bottom: 59px;
  }
}
.coupon_code h3 {
  color: #ffffff;
  line-height: 36px;
  padding: 5px 15px;
  background: #222222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .coupon_code h3 {
    line-height: 28px;
    padding: 5px 15px;
    font-size: 15px;
  }
}

.cart_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart_subtotal p {
  font-weight: 600;
  font-size: 14px;
}
.cart_subtotal p.cart_amount {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cart_subtotal p.cart_amount {
    font-size: 14px;
  }
}
.cart_subtotal p span {
  margin-right: 30px;
}

.checkout_btn {
  text-align: right;
}

.coupon_area {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon_area {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .coupon_area {
    margin-bottom: 60px;
  }
}

/* cart page */

/* ------------------------- */

/* 14. checkout page css here */

.Checkout_section{
  padding: 80px 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.checkout_form h3 {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  background: #222222;
  font-weight: 500;
}
.checkout_form input {
  border: 1px solid #e5e5e5;
  background: none;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #222222;
}
.checkout_form textarea{
  border: 1px solid #e5e5e5;
  background: none;
  color: #222222;
  width: 100%;
}
.checkout_form .nice-select {
  width: 100%;
}
.checkout_form .nice-select ul.list {
  width: 100%;
  height: 180px;
  overflow: auto;
}
.checkout_form .nice-select::after {
  top: 56%;
}
.checkout_form label {
  font-weight: 500;
}
.checkout_form label span {
  color: #F53737;
}
.checkout_form label.righ_0 {
  cursor: pointer;
  font-size: 15px;
  line-height: 27px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #222222;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .checkout_form label.righ_0 {
    font-size: 13px;
    line-height: 25px;
    padding: 3px 10px;
  }
}
.checkout_form label.righ_0:hover {
  background: #222222;
}

.checkout_form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .order-notes {
    margin-bottom: 58px;
  }
}

.Checkout_section {
  margin-bottom: 100px;
}



.order_table {
  margin-bottom: 35px;
}
.order_table table {
  width: 100%;
}
.order_table table thead tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tbody tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.panel-default input[type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.panel-default img {
  width: 160px;
}

.card-body1 {
  margin-bottom: 15px;
}

#method_check p{
  font-size: 15px;
  margin: 0;
}

#method_paypal .card-body1 {
  padding: 30px 0;
  text-align: center;
}
#method_paypal .card-body1 p{
  font-size: 17px;
}
.Checkout_section button{
  border-radius: 50px;
  background-color: #1c3975;
  padding: 8px 50px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
.Checkout_section button:hover{
  background-color: #1c3975;
}

/*checkout page css end*/

/* ------------------------ */

/* Pricing Page */

#pricing{
  padding: 80px 0;
}
#pricing .p-2{
  /* padding: 50px 10px !important; */
  border: 1px solid #ccc;
  border-radius: 10px;
}
#pricing .col-lg-4 p{
  margin: 0;
  font-size: 15px;
}
#pricing .col-lg-3 p{
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
#pricing .col-lg-4 del{
  color: #999;
}
#pricing .col-lg-4 h5{
  padding-top: 5px;
}
#pricing .col-lg-4{
  margin-bottom: 25px;
}
#pricing .p-2:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
#pricing .offer{
  position: absolute;
  background: #444;
  color: #fff;
  border-radius: 20px;
  display: table;
  padding: 4px 16px;
}
#pricing button{
  margin-top: 20px;
  border: 3px solid #0d589b;
  color: #0d589b;
}
#pricing button:hover{
  background-color: #0d589b; 
  color: #fff;
}
#question{
  padding: 80px 0 0 0;
}
#question p{
  font-size: 16px;
  margin: 0;
}
#question h5{
  font-size: 17px;
  font-weight: bold;
}

/* Pricing Page */

/* ------------------------ */

/* login page */
.account_form h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.account_form form {
  border: 1px solid #ccc;
  padding: 23px 20px 29px;
  border-radius: 5px;
}
.account_form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 12px;
}

.account_form input {
  border: 1px solid #ccc;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  background: none;
  width: 100%;
}
.account_form button {
  border-radius: 50px;
  border: 3px solid #333;
  background-color: transparent;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.account_form button:hover {
  background: #333;
  color: #fff;
}

.login_submit label input[type="checkbox"] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
}

.login_submit {
  text-align: right;
}
.login_submit a {
  font-size: 15px;
  float: left;
  line-height: 39px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

.customer_login {
  padding-bottom: 100px;
  margin-top: 99px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer_login {
    padding-bottom: 80px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .customer_login {
    margin-top: 59px;
    padding-bottom: 60px;
  }
}

.account_form p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .account_form.register {
    margin-top: 58px;
  }
}

.error_msg{
  color: #b10000;
}

/* login page */

/* -------------------------- */

/*  18. my account css here */
@media only screen and (max-width: 767px) {
  .dashboard_tab_button {
    margin-bottom: 20px;
  }
}
.dashboard_tab_button ul li {
  margin-bottom: 5px;
}
.dashboard_tab_button ul li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  background: #222222;
  border-radius: 3px;
}
.dashboard_tab_button ul li a:hover {
  background: #85a6bd;
  color: #ffffff;
}
.dashboard_tab_button ul li a.active {
  background: #85a6bd;
}

.main_content_area {
  padding: 100px 0 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_content_area {
    padding: 80px 0 75px;
  }
}
@media only screen and (max-width: 767px) {
  .main_content_area {
    padding: 60px 0 55px;
  }
}

.dashboard_content h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px;
}
.dashboard_content h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dashboard_content button {
  color: #85a6bd;
  font-weight: 500;
  border: 0;
  background: inherit;
}
.dashboard_content p a {
  color: #85a6bd;
  font-weight: 500;
}

.table-responsive table thead {
  background: #e5e5e5;
}
.table-responsive table thead tr th {
  text-align: center;
}
.table-responsive table tbody tr td {
  border-right: 1px solid #e5e5e5;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.table-responsive table tbody tr td:last-child a {
  color: #85a6bd;
}
.table-responsive .table {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.dashboard_content address {
  font-weight: 500;
}

.input-radio span input[type="radio"], .account_login_form form span input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.input-radio span {
  font-weight: 500;
  padding-right: 10px;
}

.account_login_form form input {
  border: 1px solid #ddd;
  background: none;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
  color: #222222;
}

/*my account css end*/

/* ------------------------ */

/* terms & conditions start */

#terms, 
#legal{
  padding: 80px 0;
}
#legal p{
  margin: 0;
}

/**/

#reviews{
  padding: 80px 0;
}
.review{
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  border-left: 3px solid #ccc;
  margin-bottom: 8px;
}

.review p{
  margin: 0;
}
#reviews .rating {
  display: inline-block;
  direction: ltr;
}

.star {
  font-size: 20px;  /* You can adjust the size of the stars */
  margin-right: 2px;
}

.star.yellow {
  color: #FFD700;  /* Yellow color for filled stars */
}

.star.grey {
  color: #d3d3d3;  /* Light grey color for empty stars */
}


.css-1i5yrbs {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 6px;
}
.css-b5hrq2 {
  width: 162px;
  height: 162px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  color: rgb(77, 77, 77);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 4px;
  text-align: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-top: 32px;
}
.css-1626bqa {
  padding: 8px;
}
.css-l7ppm1 {
  max-width: 336px;
  margin: 0px auto;
  color: rgb(77, 77, 77);
  padding: 80px 0;
}
.css-l7ppm1 h2 {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .css-b5hrq2 {
      width: 160px;
      min-height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .css-l7ppm1 {
      max-width: 718px;
  }
}
@media screen and (min-width: 1200px) {
  .css-1i5yrbs {
      gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .css-l7ppm1 h2 {
      margin-bottom: 24px;
  }
}


.companies-section {
  text-align: center;
  padding: 80px 5px;
  background: rgb(242, 242, 242);
}

.companies-section h2 {
  margin-bottom: 30px;
}

.companies-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.company-box {
  width: 170px;
  height: 170px;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  transition: background 0.3s, border-color 0.3s;
  cursor: pointer;
}

.company-logo {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  filter: grayscale(1) opacity(0.5);
  
}

.company-box:hover .company-logo {
  filter: grayscale(0%);
}

@media (max-width: 600px) {
  .companies-container {
      gap: 5px;
  }

  .company-box {
      height: 100px;
      width: 100px;
  }
  .companies-section h2 {
    font-size: 21px;
  }
 
}

#carfax_report_lg{
  display: none;
}

@media (min-width: 991px) {
  #carfax_report{
    display: none;
  }
  #carfax_report_lg{
    display: block;
  }
}

#shop{
  padding: 80px 0;
}

#shop .col-lg-4 .p-2{
  transition: 0.2s ease-in-out;
  padding: 40px 0 !important;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  position: relative;
}
#shop .col-lg-4 h1{
  color: #4D4D4D;
  font-size: 42px;
  letter-spacing: 0;
}
#shop .tab-content button{
  border: none;
  border: 1px solid #0b64a0;
  background: transparent;
  padding: 8px 16px;
  border-radius: 25px;
  color: #0b64a0;
  font-weight: bold;
}
#shop .nav-tabs button{
  border: none;
  border: 1px solid #e2e2e2;
  background: transparent;
  padding: 7px 35px;
  border-radius: 5px;
  color: #0b64a0;
  font-weight: bold;
  margin: 2px 2px;

}
#shop .main {
  padding: unset;
  background-color: unset;
  text-align: center;
  color: #fff;
  font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media screen and (max-width: 1200px) {
  #shop .col-lg-4{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #shop .col-lg-4 .p-2{
    width: 290px;
  }
}



#shop .modal-header {
  border: none !important;
}
  #shop .col-lg-4 h1{
    font-size: 17px;
    padding: 0;
  }
  #shop .col-lg-4 img{
    max-width: unset;
    width: 56px;
  }
  #shop .col-lg-4 h5{
    font-size: 17px;
  }
  #shop .col-lg-4 .p-2 {
    padding: 15px 0 !important;
  }

  .banner {
    padding: 100px 0 100px 15px !important;
  }





.card{
  border: none !important;

}
#nav-tab{
  border: none !important;
  display: -webkit-inline-box;
  border-radius: 5px;
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
}
#nav-tab .nav-link.active{
  background-color: #fff;
}
.card .nav-tabs{
  margin-bottom: 20px !important;
}

#quick{
  padding: 80px 0 0 0;
}
#quick ul{
  padding: 0;
}

#quick li{
  list-style: none;
  padding: 10px 0;
}
#quick img{
  width: 25px;
}
#quick .row{
  width: 800px;
  padding-top: 40px;
}

#enterVin input{
  width: 435px;
  padding: 12px 20px;
  border: none;
  border: 1px solid #ccc;
  border-right: none;
  outline: none;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
}
#enterVin .icon {
  width: 60px;
  height: 50px; /* Matches input height */
  
  border: 1px solid #ccc;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
  background: #ffffff;
  margin-left: -1px; /* Prevent small visual gap */
}
#enterVin i.fa-search {
  font-size: 23px;
  color: #80A3BD;
  display: contents;
  transition: 0.5s;
  background: transparent;
}
#enterVin .p_content {
  height: unset;
}

#enterVin .modal_content{
  padding: 30px;
}

#enterVin .modal_content h2{
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 17px;
}
#enterVin .modal_content p{
  font-size: 17px;
}

#enterVin .modal-header{
  border: none;
  padding: 20px 20px 0 0;
}

@media screen and (max-width: 1200px) {
  #enterVin .modal_content h2{
    font-size: 25px;
  }
}

.preview p{
  margin: 0;
}
.preview_p{
  padding: 80px 0;
}
.preview_p h1{
  font-weight: lighter;
}
.preview_p button{
  background-color: #1b5fa0;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 55px;
}
.preview_p .p-2{
  border: 1px solid #ccc;
  padding: 30px 0 !important;
  border-radius: 5px;
}

.curve {
  color: white;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 3rem 2rem;
  width: 100%;
  z-index: 2;
  
  &::before {
    content: '';
    display: block;
    background: linear-gradient(0deg, rgb(24, 108, 148) 0%, rgb(10, 58, 91) 22%);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 150vw;
    width: 300vw;
    height: 300vw;
    z-index: -1;
  }
}

#information .p-2{
  border: 1px solid #ccc;
  padding: 50px !important;
}

#information .row{
  padding: 30px 0 !important;
}


#accordionExample{
  display: none;
  border: 1px solid #e7e7e7;
  margin: 30px 0;
}

@media screen and (max-width: 991px) {
  #accordionExample{
    display: block;
  }
  #information{
    display: none;
  }
}

.order_table .row{
  margin: 0;
}
.order_table .row .col-6{
  padding: 0;
}
.order_table .row .col-6 h2{
  font-size: 22px;
}

#order_invoice{
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 7px;
}


.dashboard_content #dashboard button{
  background-color: #ccc;
  padding: 15px 40px;
  color: #000;
}

/* after payment success page */
#success_page .success_main{
  box-shadow: 0 15px 25px #00000019;
  padding: 45px;
  width: 100%;
  text-align: center;
  margin: 40px auto;
  border-bottom: solid 4px #28a745;
}

#success_page .success_main i{
  font-size: 50px;
  color: #0f9a0f;
}

#success_page .success_main a{
  background: #333;
  border: none;
  border-radius: 50px;
  padding: 12px 25px; 
  color: #fff;
}

@media screen and (max-width: 991px) {
  #success_page .success_main{
    padding: 25px;
  }
}

/* --------------------------------------------------- */
/* --------------------------------------------------- */



.banner{
  /* padding: 150px; */
  padding: 100px 0 100px 100px;
  background-color: #c5deed;
}
/* .banner h1{
  text-align: center;
} */
.banner input{
  width: 100% !important;
  border-radius: 10px;
  padding: 15px;
  border:none;
}
.button{
  margin-top: 10px;
  border: none;
  border: 1px solid #1c3975;
  background-color: #1c3975;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px !important;
  transition: .3s ease-in-out;
}
.banner .button{
  margin-top: 10px; 
}
/* .button:hover{
  background-color: transparent;
  border: 1px solid #f39f1b;
  color: #f39f1b;
} */
.button:hover{
  background-color: transparent;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}

.jc-center {
  justify-content: center;
}
.flex-parent {
  /* display: flex; */
  min-height: 0px;
}


/* government logos slides */
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos {
  overflow: hidden;
  padding: 40px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 70px;
  height: 100%; 
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 15s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  margin: 0 33px;
  height: 90px;
}

.social_page{
  padding-top: 80px;
  padding-bottom: 80px;
}



/*testimonials*/
.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
}
.white-heading{
  color: #242424;
}

.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #242424;
}


/**/

.faq{
  background-color: #fff;
  padding: 80px 0;
}
.wrapper {
  width: 80%;
}

.contain {
  background-color: white;
  color: black;
  box-shadow: 0 1px 3px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 13px 80px 13px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}

/**/

.padding_t{
  padding-top: 80px;
}
.padding_b{
  padding-bottom: 80px;
}
.padding_t_b{
  padding: 80px 0;
}
.padding{
  padding: 80px !important;
}

/**/


.form-control:focus{
	box-shadow: none !important;
	border-color: #444 !important;
}
.form-label {
  margin-bottom: 0 !important;
}

/**/


/**/
.order_summary{
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
.billing_detail input{
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}

/**/

#notification {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
  z-index: 1000;
}

.alert {
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
}


/**/

.dont_vin{
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  width: 100%;
  border-radius: 50px;
  margin-top: 15px;
}
.dont_vin:hover{
  background-color: #000000;
  color: #fff;
}
    .input-wrapper {
    position: relative;
}


.inside-button {
    position: absolute;
    right: 5px !important;
    top: -5px !important;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.fa-check{
    color: #1d3976;
}
#clients{
  margin-top: 26px;
}
#clients .col-5 img{
  padding-left: 10px;
}

 @media only screen and (max-width: 991px) {
    #clients .col-12 {
      margin-bottom: 20px;
    }
  }

.trust-box {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between image and text */
}

.trust-box p {
    margin: 0;
    font-size: 14px;
}
#preparing{
  padding: 100px 0 50px 0;
}

@media only screen and (max-width: 700px) {
    #preparing #tabButtons {
      display: none;
    }
  }

.tabs-container {
      margin: auto;
      background: white;
      padding: 40px 20px;
      border-radius: 10px;
      position: relative;
    }

    .tab-slides {
      position: relative;
      overflow: hidden;
    }

    .tab-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
    }

    .tab-buttons button {
      padding: 10px 20px;
      cursor: pointer;
      border: 1px solid #ccc;
      background: transparent;
      border-radius: 50px;
      font-weight: 600;
      transition: 0.3s;
    }

    .tab-buttons button.active {
      background: #1c3975;
      color: white;
    }

    .slide-wrapper {
      display: flex;
      transition: transform 0.4s ease;
      width: 100%;
    }

    .slide {
      min-width: 100%;
      padding: 30px;
      background: #c5deed;
      border-radius: 8px;
      text-align: center;
      font-size: 18px;
      box-sizing: border-box;
    }

    /* Arrows Style */
    .arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background: #1c3975;
      color: white;
      border: none;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      cursor: pointer;
      z-index: 10;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      transition: background 0.3s;
    }

    .arrow-btn:hover {
      background: #0056b3;
    }

    .arrow-left {
      left: 0;
    }

    .arrow-right {
      right: 0;
    }

    @media (max-width: 600px) {
      .arrow-left {
        left: -10px;
      }
      .arrow-right {
        right: -10px;
      }

      .tab-buttons {
        flex-direction: column;
      }
    }

.choose{
  padding: 100px 0;
  background: #c5deed;
}
.choose img{
  margin-bottom: 20px;
}

.testimonial{
  padding: 100px 0;
}
.testimonial .p-2{
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 25px !important;
  text-align: left;
}
.testimonial .p-2 p{
  margin: 0;
}
.testimonial .row{
  margin-top: 70px !important;
}
.testimonial span.txt{
  background-color: #8de398;
  padding: 3px 7px;
  border-radius: 5px;
  color: #000 !important;
  font-size: 13px;
}
.testimonial .avatar{
  background-color: #aadcff;
  height: 27px;
  width: 27px;
  border-radius: 50px;
}
 @media only screen and (max-width: 991px) {
    .testimonial .col-lg-4 {
      margin-bottom: 15px;
    }
  }

.automotive{
  background-image: url(../images/map.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

/**/

.flag-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  font-size: 12px;
}
.flag-tag img {
  border-radius: 2px;
}

/**/

.questions{
  padding: 100px 0;
}
.questions .container_m{
  background-color: #c5deed;
  border-radius: 20px;
  padding: 50px 0;
}
.questions img{
  width: 140px;
}
.questions svg{
  width: 70px;
}

/**/

#contactForm .button{
  padding: 10px 85px;
}
.about-bread{
  padding: 150px 0;
}

#about{
  padding: 100px 0;
}
.map-section{
  background-color: #1d3976;
  padding: 100px 0;
}
/* .map-section .map_area{
  background-image: url(../images/world_map.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
.map-section h1,
.map-section p{
  color: #fff;
}
.map-section .country-badges .flag-tag{
  padding: 4px 7px;
  margin: 4px;
}

/**/

.vinsdecoders{
  padding: 100px 0;
  text-align: center;
}
.vinsdecoders svg{
  width: 120px;
}

/**/

.Trust{
  padding: 100px 0;
}
.trust-brands {
      padding: 50px 20px;
    }

    .brand-logo {
      padding: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .brand-logo img {
      max-width: 100%;
      height: auto;
      max-height: 70px;
      object-fit: contain;
      transition: transform 0.3s ease;
      filter: grayscale(30%);
    }


    /**/

    .global{
      padding: 100px 0;
      background-color: #1d3976;
      color: #fff;
    }
    .global img{
      border-radius: 15px;
    }
    /*.global svg{*/
    /*  width: 200px;*/
    /*}*/
    
    @media (max-width: 600px) {
      .global svg {
        width: 150px;
      }
    }
    
    @media (max-width: 500px) {
      .global svg {
        width: 125px;
      }
    }
    
    @media (max-width: 400px) {
      .global svg {
        width: 100px;
      }
    }
    
    @media (max-width: 300px) {
      .global svg {
        width: 75px;
      }
    }

    /**/

.abt_contact{
  padding: 100px 0;
}
.abt_contact .container_m{
  background-color: #c5deed;
  border-radius: 20px;
  padding: 50px 0;
}

.abt_contact svg{
  width: 130px;
  margin-bottom: 20px;
}

#pricing_plans{
  background-color: #c5deed;
  padding: 50px 0;
}
#pricing_plans .p-2{
  background-color: #1d3976;
  color: #fff;
  padding: 20px !important;
  border-radius: 15px;
}

.pricing-section {
  background-color: #c5deed;
}

.pricing-box {
  background-color: #fff;
  color: #000;
  padding: 30px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.plan-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan-price {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.plan-price span {
  font-size: 18px;
  font-weight: normal;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.plan-features li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  font-size: 16px;
}

.get-report-btn {
  display: inline-block;
  background-color: #ccc;
  color: #102820;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s ease;
}

.get-report-btn:hover {
  background-color: #e1e1e1;
}

.sources{
  background-image: url(../images/map.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}

.smartly{
  background-color: #fff;
  padding: 100px 0;
}
.smartly svg{
  width: 100px;
}
.smartly .col-lg-6{
  margin-bottom: 50px;
}

/**/

/* Modal overlay */
    .modal-overlay {
      display: none; /* hidden by default */
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    /* Modal box */
    .modal-content {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      width: 90%;
      max-width: 600px;
      position: relative;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
      animation: fadeIn 0.3s ease;
    }

    .modal-content p{
      font-size: 13px;
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      background: none;
      border: none;
      cursor: pointer;
      color: #666;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: scale(0.95);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    /**/



    /* Modal content */
    .modal-content {
      background-color: #fff;
      width: 90%;
      max-width: 600px;
      max-height: 80vh; /* important for scroll */
      padding: 20px;
      border-radius: 10px;
      overflow-y: auto; /* enables scrolling inside */
      position: relative;
      box-shadow: 0 0 15px rgba(0,0,0,0.3);
    }

.pricing-box .button{
  display: inline-block;
  width: 100% !important;
  color: #fff;
}
.pricing-box .button:hover{
  color: #1c3975;
}


@media only screen and (max-width: 767px){
  .name_col{
    padding: 0 !important;
  }
  .phone_col{
    padding: 0 !important;
    margin-top: 12px !important;
  }
}