  .modal-body { position: relative; }
    .suggestions { border: 1px solid #ddd; border-radius: 6px; margin-top: 5px; max-height: 150px; overflow-y: auto; }
    .suggestions div { padding: 8px; cursor: pointer; }
    .suggestions div:hover, .suggestions .active { background: #007bff; color: white; }
    .not-found { color: red; display: flex; align-items: center; gap: 5px; margin-top: 10px; }
    .error-msg { color: #d9534f; margin-top: 8px; font-size: 14px; }
    .recent { margin-top: 15px; }
    .recent-item { padding: 6px; cursor: pointer; border-bottom: 1px solid #eee; }
    .recent-item:hover { background: #f8f9fa; }
    
    


.location_btn {
    border: 1px solid  var(--swiftx-grey-1);
    width: 270px;
    margin: 5px 0;
    border-radius: 6px;
    text-align: start;
    padding: 10px 15px;
}

.swiftx-header-top__left-info ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: var(--swiftx-common-black-2);
    padding-right: 25px;
    margin-right: 0 !important;
    position: relative;
}
    
    .swiftx-header-top__left-info ul li i {
    font-weight: 500;
    margin-right: 4px;
    color: var(--swiftx-common-white) !important;
 
}

.swiftx-header-top__left-info ul li span {
    height: 22px !important;
    line-height: 30px !important;
    padding: 0px 5px !important;
    background-color: transparent !important;
    color: var(--swiftx-common-white) !important;
    text-transform: uppercase;
    display: inline !important;
    /* align-items: center; */
    font-weight: 500 !important;
    font-size: 15px !important;
    letter-spacing: 0.15em;
    margin-right: 5px !important;
    transform: translateY(-2px);
}


.location_btn {
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: space-between; /* left-right spacing */
  cursor: pointer;
}

.location_btn i {
  pointer-events: none; /* icons won't block click */
}


.modal-content {
    position: relative;
    display: flex;
    margin: auto !important;
  top: -40px !important;
    justify-content: center;
    flex-direction: column;
    margin-top: 300px !important;
    width: 900px !important;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}



.close_btn{
        border: 3px solid #2e55a2;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
}


.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}


.location {
    color: #1509d1;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}


.recents {
    margin-top: -30px;
    font-size: 30px;
    font-weight: 500;
}

.blue-bg {
    background-color: var(--swiftx-theme-1) !important;
}

.swiftx-header-top__social {
    background-color:none !important;
    padding: 0px 17px;
}


.swiftx-header-top__social ul li a {
    color: var(--swiftx-theme-1) !important;
    font-size: 18px;
    margin: 0px 10px;
}

.swiftx-header-top__social ul li a
 {
    color: var(--swiftx-common-white);
    font-size: 18px;
    margin: 0px 3px !important;
}




.swiftx-header-top__left-info ul li a{
 color: var(--swiftx-common-white) !important;
}

.swiftx-header-top__left-info ul li a:hover{
 color: var(--swiftx-theme-2) !important;
}



  .search-box {
      width: 300px;
  
      border-radius:12px;
      box-shadow:0 6px 15px rgba(0,0,0,0.1);

      position:relative;
    }

    .search-box input {
      width: 100%;
      padding:12px;
      border:1px solid #ddd;
      border-radius:8px;
      outline:none;
      font-size:15px;
    }

.dropdown {
    /* margin-top: 10px; */
    border: 1px solid #ddd;
    border-radius: 8px;
    max-height: 180px;
    overflow-y: auto;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

    .dropdown ul {
      list-style:none;
      margin:0;
      padding:0;
    }

    .dropdown ul li {
      padding: 0px 10px;
      cursor:pointer;
      display:block !important;
  /*    border-bottom:1px solid #f0f0f0;*/
    }

    .dropdown ul li:hover {
      background:#f0f6ff;
    }
#searchInput::placeholder {
    color: #fff;
  }

.search:focus{
    border-color: #f5f7fa !important;
}


@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .swiftx-header-top__left-info ul li:nth-child(2) {
        display: block !important;
    }
}


.swiftx-header-top__social2 ul li {
    margin: 0 5px;
    display: inline-block;
    list-style-type: none;
    background: aliceblue;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
}

.swiftx-header-top__social2 ul li a i {
color:#000;
}
.grey-bg
.swiftx-header-top__social2 {
    background-color: transparent;
    padding: 0px 17px;
}



.tpoffcanvas__contact-info ul li a {
    margin-left: 0 !important;
    transition: 0.3s;
    
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiftx-header-top__left-info ul li:nth-child(2) {
        display: none !important;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
.swiftx-header-top__social {
        display: none !important;
    }
}


.grey-bg {
    background-color: var(--swiftx-grey-1) !important;
}


@media (max-width: 900px) {
    .d-md-block {
        display: block !important;
    }
}

@media (max-width: 900px) {
.m_none{
       display: none !important;
}
}


.swiftx-section-subtitle.section-subtitle-border::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: rgb(255 60 0 / 34%) !important;
}


.selectedLocation{
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}


.swiftx-header-top__lang_a{ 
    color: var(--swiftx-common-black-2) !important;
}

.swiftx-header-top__lang_maina{ 
    color: #fff!important;
}

.swiftx-header-main__menu > nav > ul > li:nth-child(2) {
    margin-right: 14px !important;
    margin-left: 14px !important;
}


.swiftx-header-main__menu-bg {
    background-color: var(--swiftx-common-white);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex
;
    justify-content: center !important;
    padding-left: 45px;
}

.swiftx-header-main__pl {
    padding-left: 100px;
    padding-right: 100px;
}



.service_bg{
    background: #f4f7fa;
    border-radius: 30px 15px 30px 15px;
}


.swiftx-about__right-bottom-shape {
    position: absolute;
    bottom: -20% !important;
    right: 0;
}


.swiftx-shipment-updates__bg2 {
    background: #e0f0f6 !important;
}


.swiftx-blog__title-sm {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: start !important;
    color: var(--swiftx-common-black);
        display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.swiftx-blog__text-sm {
    font-size: 14px;
    line-height: 24px;
        text-align: start !important;
    color: var(--swiftx-common-black);
        display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}


.swiftx-shipment-updates__bg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background: #e0f0f6 !important;
}

.swiftx-blog__space {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.swiftx-brand__bg {
    background-color: var(--swiftx-common-white);
    max-width: 100% !important;
    margin: 0 auto;
    padding: 50px 50px 60px 50px !important;
}

.swiftx-blog__item:hover .swiftx-blog__category span {
    background-color: var(--swiftx-theme-2);
    color: #ffffff !important;
}

.swiftx-btn-white:hover {
    color: #f5f7fa !important;
}


.swiftx-hero__bg {
    height: auto !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: none;
}


.swiftx-choose-3__overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none !important;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.d__none1{
    display:none !important;
}

.d__block1{
    display:block !important;
}

@media (max-width: 900px) {
.d__none1{
    display:block !important;
}

.d__block1{
    display:none !important;
}
}

.d__none{
    display:none !important;
}

.d__block{
    display:block !important;
}

@media (max-width: 900px) {
.d__none{
    display:block !important;
}

.d__block{
    display:none !important;
    
}

.modal-content {
   
    width: 400px !important;
   
}
.location {
    font-size: 15px;
    /* line-height: 15px; */
    margin-bottom: 0px;
}
}

@media (min-width: 300px) {
.d__none{
    display:block !important;
}

.d__block{
    display:block !important;
}

.location {
    font-size: 16px;
    /* line-height: 15px; */
    margin-bottom: 0px;
}

}



@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .swiftx-header-main__pl {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.mobile_search {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

@media (max-width: 900px) {
.mobile_search{
    display: flex
;
    align-items: center;
            justify-content: end;
        gap: 20px;
}

    
    .swiftx-about__shape-3 {
    position: relative;
    bottom: -200px !important;
   

}






}


.swiftx-header-xl__bar button {
    height: 55px;
    width: 55px;
    line-height: 53px;
    background-color: #fff !important;
    text-align: center;
    display: inline-block;
    color: #000 !important;
    font-size: 24px;
    margin-left: 0 !important;
}


.swiftx-choose-3__overlay1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(258.98deg, rgba(20, 23, 41, 0.92) 28.78%, rgb(1 21 30 / 71%) 73.15%) !important;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.swiftx-choose__bg1 {
    padding-top: 100px !important;
    padding-bottom: 60px !important;

}


.swiftx-testimonial__text p {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    color: var(--swiftx-common-black);
    font-family: var(--swiftx-ff-mulish);
    padding-right: 90px;
    padding-bottom: 10px !important;
    text-align:center;
}

.swiftx-testimonial__avata-tab {
    background-color: var(--swiftx-common-white);
    padding: 25px;
    padding-left: 15px !important;
    padding-right: 15px;
    position: absolute;
    bottom: -100px !important;
    left: 10% !important;
    width: 400px;
    /* margin: auto; */
}


  /* Background video full screen me karne ke liye */
    .bg-video {
      position: fixed;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      z-index: -1; /* content ke niche rahe */
    }

    /* Upar ka content */
    .content {
      position: relative;
      z-index: 1;
      text-align: center;
      color: white;
      font-size: 2rem;
      margin-top: 20%;
    }
    
    
    .swiftx-choose-3__overlay12::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}


.swiftx-counter__bg {
    background-color: #f37101 !important;
}


.swiftx-progress__title {
    font-weight: 700 !important;
    font-size: 19px !important;
    color: #ffffff !important;
}

.swiftx-progress__content p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 29px;
    color: #e5e2e2 !important;
}



.swiftx-testimonial__slide-avata img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
}


.swiftx-testimonial__avata-tab {

    width: 365px !important;
}


@media only screen and (min-width: 300px) and (max-width: 991px){
    .mpb-120{
    padding-bottom:0px !important;
}
}


.swiftx-service__right-box p::after {
    position: absolute;
    top: 3px !important;
    left: 0;
    width: 2px;
    height: 42px;
    background-color: var(--swiftx-theme-2);
    content: "";
}


.swiftx-header-main__menu > nav > ul > li > .submenu {

    padding: 8px 0px !important;

}

.swiftx-header-main__menu > nav > ul > li > .submenu > li {
    margin: 0;
    display: block;
    margin-bottom: 3px !important;
    padding: 0 15px !important;
}

.swiftx-footer__widget-content ul li a::before {
    position: absolute;
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    top: 10px;
    left: -18px;
    font-size: 18px;
    transform: translateY(-50%);
    color: #B4B4B4 !important;
    transition: all 0.3s ease-in-out;
     opacity: 1 !important;
    visibility: visible !important;
}

.swiftx-footer__widget-content ul li a:hover::before {
    color: #e55419 !important;
    opacity: 1;
    visibility: visible !important;
}


.swiftx-footer__widget-content ul li a {
    position: relative;
    font-weight: 400;
    font-size: 15px !important;
    color: #B4B4B4;
    transition: 0.3s ease;
     margin-left: 14px;
}



.swiftx-footer__widget-content ul li a:hover {
    margin-left: 20px !important;
     color:#e55419;
}

.swiftx-footer__info p
 {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 28px !important;
    color: #B4B4B4;
    margin-bottom: 20px;
}

.swiftx-footer__widget-social a {

    margin-right: 15px !important;

}

.swiftx-footer__widget-social a i{
        width: 40px;
    height: 40px;
    background: #434858;
    align-items: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
}

.swiftx-footer__main-mail a i {
    color: #bbbbbb !important;
    font-size: 16px !important;
    position: absolute;
    top: 10px;
    left: 0;
}


.swiftx-footer__main-location a i {
    color: #bbbbbb !important;
    font-size: 16px !important;
    position: absolute;
    top: 10px;
    left: 0;
}


.swiftx-footer__main-mail a
 {
    font-size: 15px !important;
    padding-left: 25px !important;
}

.swiftx-footer__main-location a {
 
    font-size: 15px !important;
  
    padding-left: 22px !important;
  
}

.swiftx-header-xl__bar button {

    width: 20px !important;
}


.swiftx-progress__space
 {
    padding-top: 60px!important;
    padding-bottom: 30px !important;
     margin-top: 0px !important; 
}


.swiftx-testimonial__avata-tab{
    box-shadow: 0px 0px 10px #9b9b9b;
}


.swiftx-header-top__social ul li a i {
    width: 30px;
    height: 30px;
    font-size: 18px;
    background: #8ea2c9;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 2px;
}



.custom-modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.5);
}

.custom-modal-content {
  background-color: #fff;
  margin: 30% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
}

.custom-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 34px;
    padding: 0px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 20px;
    background: none;
    border-radius: 26px 10px 26px 26px;
    border: none;
    background: #f3f3f3;
    border: 2px solid #f3f3f3;
    cursor: pointer;
}

#customSearchInput {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.custom-suggestions {
  border: 1px solid #ddd;
  border-radius: 6px;
  max-height: 180px;   /* maximum height */
  overflow-y: auto;    /* scroll when overflowing */
  display: none;       /* initially hidden */
  background: #fff;
}

.custom-suggestions div {
  padding: 8px;
  text-align:start;
  cursor: pointer;
}

.custom-suggestions div:hover {
    background: #eeeff1;
    color: #504c4c;
}

.custom-search-icon {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 20px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100% !important;
        margin-right: auto;
        margin-left: auto;
    }
    
 

}


@media (max-width: 990px) {

    
    .modal-content {
   
    width: 400px !important;
   
}

.swiftx-counter__bg {
    background-color: var(--swiftx-theme-1);
    padding: 45px 20px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
    bottom: 45px;
    position: relative;
    z-index: 9;
    padding-bottom: 5px;
}

}

@media (max-width: 767px) {
    .swiftx-shipment-updates__btn {
        position: absolute !important;
        transform: translateY(0%);
        top: 6px !important;
    }
}



/*----popup----*/

.custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

.custom-popup.show {
  opacity: 1;
  pointer-events: auto;
}

.custom-popup-content {
  background: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  transform: translateY(-30px);
  transition: transform 0.4s ease;
  position: relative;
}

.custom-popup.show .custom-popup-content {
  transform: translateY(0);
}

.custom-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

.custom-popup-content h2 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #333;
}

.custom-popup-content p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #555;
}

#customPopupForm input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
}

#customPopupForm button {
  width: 100%;
  padding: 12px 0;
  background-color: #007bff;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

#customPopupForm button:hover {
  background-color: #0056b3;
}


/*--end---*/


.breadcrumb__height {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.breadcrumb__title {
    font-weight: 600 !important;
    font-size: 35px !important;
        margin-bottom: 10px !important;
}

.breadcrumb__list span {
    font-weight: 600 !important;
    font-size: 16px !important;
  
    letter-spacing: 0 !important;
    text-transform: capitalize !important;

}


.service-section {
  background: #f9f9f9;
}

.section-title {
  color: #2e55a2;
  font-weight: 700;
  font-size: 32px;
}

/* Service card with border */
.service-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px 20px 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  border: 1px solid #2e55a2 !important; /* main border */
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Creative top & bottom border using pseudo elements */
.service-card::before,
.service-card::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background: #f37101; /* secondary color border */
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.service-card::before {
  top: 0;
}

.service-card::after {
  bottom: 0;
}

/* Hover effect */
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}


.swiftx-service__item
 {
  
    padding: 20px 20px !important;

}


/*--service----*/
/*--service Destails----*/


/*-----mobile bottom nav----*/

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-top: 1px solid #ccc;
  display: none;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
  z-index: 1000;
}

/* Hide on screens larger than 991px */
@media (max-width: 991px) {
  .bottom-nav {
    display: flex;
  }
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #555;
}

.nav-item i {
  font-size: 20px;
}

.nav-item.active {
  color: #f37102;
}

.swiftx-header-top__lang-submenu3 {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 5px;
    list-style: none;
    z-index: 1000;
    width: 95px;
    border-top: 3px solid #2e55a2;
    bottom: 60px;
    border-radius: 5px;
    right: 7px;
    /* padding: 0 5px !important; */
}


.swiftx-header-top__lang-submenu3  li{
        border-bottom: 1px dotted #b9b9b9;
    padding: 1px 2px;
}

.swiftx-header-top__lang-submenu3  li:last-child {
     border-bottom: none;
}


.swiftx-header-top__lang-submenu3.open {
  display: block;
}


.custom-bottom-cart {
  position: fixed;
  bottom: -100%; /* hidden initially */
  left: 0;
  width: 100%;
  max-height: 70vh;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  transition: bottom 0.3s ease-in-out;
  z-index: 99999;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow-y: auto;
}

.custom-bottom-cart.open {
  bottom: 60px;
}

.custom-bottom-cart-btn {
  cursor: pointer;
}
.custom-bottom-cart2 {
    position: fixed;
    bottom: -100%;
    left: 50%;
    width: 285px !important;
    max-height: 80vh !important;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
    z-index: 99999;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow-y: auto;
}

/*//product*/
input[type="radio"]:checked {
  background-color: #ff0000; /* Desired color */
  border-color: #ff0000;
}

.mblog {
    margin-bottom: 14px;
}

.items_google {
    height: 35px;
    width: 80px;
    line-height: 2rem;
    display: block;
    align-items: center;
    /* text-align: center; */
    border-radius: 4px;
    gap: 1px;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: flex;
        background: #dc3545;
        color:#fff !important;
        
    margin: auto;
    justify-content: center;
}

 .login_otp{
         display: flex
;
    justify-content: space-between;
    align-items: center;
 }


.log_input{
    width:77%;
}

.log_btn{
    width:23%;
}

.hed_serch {
    height: 42px!important;
    background: transparent !important;
    color: #fff !important;
    border-radius: 5px 0px 0px 5px !important;
    width: 100%;
    border: 1px solid #f5f7fa !important;
    border-right: none !important;
}
.hed_serch2 {
    height: 42px!important;
    background: transparent !important;
    color: #fff !important;
    border-radius: 5px 0px 0px 5px !important;
    width: 100%;
    border: 1px solid #f37101 !important;
    border-right: none !important;
}

.hed_serch:focus {
    border-color: #f5f7fa !important;
}
.serch_btn {
    background: #f37101;
    color: #fff;

    height: 42px;
    /* border: 0px solid #f37101; */
 width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 6px 6px 0px;
 
}

.serch_btn2 {
    background: #f37101;
    color: #fff;

    height: 40px;
    /* border: 0px solid #f37101; */
 width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 6px 6px 0px;
 
}
.hed_serch::placeholder {
  color: white !important;
}

.cart_head {
    background: #f6f6f6 !important;
    padding: 7px 15px !important;
    color: #ffff;
    border-bottom: 1px solid #dadada !important;
}

.cart_head h5 {
    color: #2e55a2;
    font-size:18px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    
    .rc__post-title {
    font-weight: 500;
    font-size: 15px !important;
    color: #545454;
}
    .cart-box{
        width: 130px;
    }
    
    .ms-3 {
    margin-left: .5rem !important;
}
    
    .delete-btn {
    color: #dd0217 !important;
    background: #ffffff !important;
    padding: 4px 3px;
    border-radius: 50%;
    width: 0px !important;
    margin-right: -10px;
    margin-top: 3px;
    height: 12px !important;
 
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


.cart-btn_blue_2 {
    background: #2e55a2 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
    height: 33px;
    line-height: 20px !important;
    font-size: 15px;

    padding: 6px 5px;
}


.checkout-btn_orange_2 {
    background: #f37101 !important;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
      height: 33px;
    line-height: 20px !important;
    font-size: 15px;
 
    padding: 6px 5px;
}
    
        .custom-bottom-cart2 {
    left: 27%;
    width: 250px !important;
}
    
    .offer-section {
  height: auto !important;
}
    
    .header_cart_img{
        width: 270px;
    margin-left: 10px;
}
    
    .cart_img_box{
        
        height:80px !important;
width:80px !important;
    }
    
    .cart_box_contant{
            max-width: 100% !important;
    display: inline-block;
    width: 250px !important;
    
    white-space: normal;
    word-break: break-word; 
    
    }
    
    .cart-menu {

    right: 10 !important;
    width: 325px !important;

}
    
    .bg-box{
        border-radius: 10px !important;
    }
 
 .login_otp{
         display: block;
 }
 
 .login_otp p{
     margin-bottom:0px;
 }
 
 .login_otp > div:nth-child(2) {
    margin-top: 5px;
}

.log_input {
    width: 70%;
}

.log_btn
 {
    width: 30%;
}

.mblog {
    margin-bottom: 8px;
}

.location_btn {
    border: 1px solid  var(--swiftx-grey-1);
    width: 185px;
    margin: 5px 0;
    border-radius: 6px;
    text-align: start;
    padding: 9px 4px;
}

 .swiftx-header-top__left-info ul li span {
    height: 22px;
    line-height: 22px;
    padding: 0px 13px;
    background-color: var(--swiftx-theme-2);
    color: var(--swiftx-common-white);
    text-transform: capitalize !important;
    display: inline-block;
    font-weight: 700;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    margin-right: 13px;
    transform: translateY(-2px);
}

.swiftx-header-top__lang > ul > li a img {
    width: 20px;
    height: 20px;
    border: 0px solid var(--swiftx-common-white) !important;
    border-radius: 50%;
    background: rgb(254 254 254) !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    margin-right: 4px;
}


.swiftx-header-top__lang > ul > li a {
    font-weight: 400;
    font-size: 13px !important;
    color: var(--swiftx-common-black-2);
}

    .modal-content {
        width: 300px !important;
                margin-top: 200px !important;
    }
    
    .recents {
        margin-top: -20px;
        font-size: 20px;
        font-weight: 500;
}

.close_btn {
    border: 1px solid #ffffff;
    background: #fff;
    width: 22px;
    background: #efeeee;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 3px 10px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 0px;
    line-height: 22px;
    font-size: 10px;
}
 
 
 input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url]{
    outline: none;
    background-color: #fff;
    height: 40px !important;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--swiftx-common-black);
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 1px solid #E0E2E3;
}

.pt-60 {
    padding-top: 35px !important;
}
.pb-60 {
    padding-bottom: 35px !important;
}

.mt-80 {
    margin-top: 0 !important;
}
 
 .swiftx-blog__space {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
 
 .swiftx-shipment-updates__bg {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background: #e0f0f6 !important;
}
 
 .swiftx-btn-white {
    background-color: var(--swiftx-common-white);
    color: var(--swiftx-common-black);
    height: 65px;
    line-height: 65px;
    padding: 0 10px !important;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    border-radius: 33px;
}

.swiftx-about__shape-1{
    display:none !important;
}
 
 .swiftx-about__shape-2{
    display:none !important;
}
 
 .swiftx-about__shape-3{
    display:none !important;
}

.swiftx-about__img-1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

    .swiftx-about__right-wrapper {
        margin-top: 20px !important;
        display: block;
    }
 
    .mpb-60{
        padding-bottom:25px !important;
    }
    

 
}




@media only screen and (min-width: 480px) and (max-width: 599px) {

        
    .cart-box{
        width: 105px;
    }
    
    .ms-3 {
    margin-left: .5rem !important;
}
    
    .delete-btn {
    color: #dd0217 !important;
    background: #ffffff !important;
    padding: 4px 3px;
    border-radius: 50%;
    width: 0px !important;
    margin-right: -5px;
    margin-top: 3px;
    height: 12px !important;
 margin-left: 10px;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


.cart-btn_blue_2 {
    background: #2e55a2 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
    height: 33px;
    line-height: 20px !important;
    font-size: 15px;

    padding: 6px 5px;
}


.checkout-btn_orange_2 {
    background: #f37101 !important;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
      height: 33px;
    line-height: 20px !important;
    font-size: 15px;
   
    padding: 6px 5px;
}

            .custom-bottom-cart2 {
    left: 33%;
 
}
       .offer-section {
  height: auto !important;
}
    
    .header_cart_img{
        width: 270px;
    margin-left: 10px;
}
    
     .bg-box{
        border-radius: 10px !important;
    }
    
    .mpb-60{
        padding-bottom:25px !important;
    }
    
    .swiftx-about__shape-1{
    display:none !important;
}
 
 
 .swiftx-about__shape-2{
    display:none !important;
}
 
 
 .swiftx-about__shape-3{
    display:none !important;
}

.swiftx-about__img-1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

    .swiftx-about__right-wrapper {
        margin-top: 20px !important;
        display: block;
    }
    
    
    .swiftx-shipment-updates__bg {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background: #e0f0f6 !important;
}
    
    .pt-60 {
    padding-top: 35px !important;
}



.pb-60 {
    padding-bottom: 35px !important;
}
.swiftx-blog__space {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.mt-80 {
    margin-top: 0 !important;
}
    
.location_btn {
    border: 1px solid  var(--swiftx-grey-1);
    width: 185px;
    margin: 5px 0;
    border-radius: 6px;
    text-align: start;
    padding: 9px 4px;
}

 .swiftx-header-top__left-info ul li span {
    height: 22px;
    line-height: 22px;
    padding: 0px 13px;
    background-color: var(--swiftx-theme-2);
    color: var(--swiftx-common-white);
    text-transform: capitalize !important;
    display: inline-block;
    font-weight: 700;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    margin-right: 13px;
    transform: translateY(-2px);
}

.swiftx-header-top__lang > ul > li a img {
    width: 20px;
    height: 20px;
    border: 0px solid var(--swiftx-common-white) !important;
    border-radius: 50%;
    background: rgb(254 254 254) !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    margin-right: 4px;
}


.swiftx-header-top__lang > ul > li a {
    font-weight: 400;
    font-size: 13px !important;
    color: var(--swiftx-common-black-2);
}

    .modal-content {
        width: 390px !important;
                margin-top: 200px !important;
    }
    
    .recents {
        margin-top: -20px;
        font-size: 20px;
        font-weight: 500;
}

.close_btn {
    border: 1px solid #ffffff;
    background: #fff;
    width: 22px;
    background: #efeeee;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 3px 10px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 0px;
    line-height: 22px;
    font-size: 10px;
}
 
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url]{
    outline: none;
    background-color: #fff;
    height: 40px !important;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--swiftx-common-black);
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 1px solid #E0E2E3;
}
 
}






@media only screen and (min-width: 600px) and (max-width: 767px) {
    
        
    .cart-box{
        width: 105px;
    }
    
    .ms-3 {
    margin-left: .5rem !important;
}
    
    .delete-btn {
    color: #dd0217 !important;
    background: #ffffff !important;
    padding: 4px 3px;
    border-radius: 50%;
    width: 0px !important;
     margin-right: -5px;
    margin-top: 3px;
    height: 12px !important;
  margin-left: 10px;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


.cart-btn_blue_2 {
    background: #2e55a2 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
    height: 33px;
    line-height: 20px !important;
    font-size: 15px;

    padding: 6px 5px;
}


.checkout-btn_orange_2 {
    background: #f37101 !important;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
      height: 33px;
    line-height: 20px !important;
    font-size: 15px;
 
    padding: 6px 5px;
}
               .custom-bottom-cart2 {
    left: 44%;
 
}
       .offer-section {
  height: auto !important;
}
    
    .header_cart_img{
        width: 270px;
    margin-left: 10px;
}
    
     .bg-box{
        border-radius: 10px !important;
    }
       .mpb-60{
        padding-bottom:25px !important;
    }
    
    .swiftx-about__shape-1{
    display:none !important;
}
 
 
 .swiftx-about__shape-2{
    display:none !important;
}
 
 
 .swiftx-about__shape-3{
    display:none !important;
}

.swiftx-about__img-1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

    .swiftx-about__right-wrapper {
        margin-top: 20px !important;
        display: block;
    }
    
    .swiftx-shipment-updates__bg {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background: #e0f0f6 !important;
}
    .pt-60 {
    padding-top: 35px !important;
}



.pb-60 {
    padding-bottom: 35px !important;
}
        .mt-80 {
    margin-top: 0 !important;
}


.swiftx-blog__space {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
        
.location_btn {
    border: 1px solid  var(--swiftx-grey-1);
    width: 185px;
    margin: 5px 0;
    border-radius: 6px;
    text-align: start;
    padding: 9px 4px;
}

 .swiftx-header-top__left-info ul li span {
    height: 22px;
    line-height: 22px;
    padding: 0px 13px;
    background-color: var(--swiftx-theme-2);
    color: var(--swiftx-common-white);
    text-transform: capitalize !important;
    display: inline-block;
    font-weight: 700;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    margin-right: 13px;
    transform: translateY(-2px);
}

.swiftx-header-top__lang > ul > li a img {
    width: 20px;
    height: 20px;
    border: 0px solid var(--swiftx-common-white) !important;
    border-radius: 50%;
    background: rgb(254 254 254) !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    margin-right: 4px;
}


.swiftx-header-top__lang > ul > li a {
    font-weight: 400;
    font-size: 13px !important;
    color: var(--swiftx-common-black-2);
}

    .modal-content {
        width: 500px !important;
                margin-top: 200px !important;
    }
    
    .recents {
        margin-top: -20px;
        font-size: 20px;
        font-weight: 500;
}

.close_btn {
    border: 1px solid #ffffff;
    background: #fff;
    width: 22px;
    background: #efeeee;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 3px 10px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 0px;
    line-height: 22px;
    font-size: 10px;
}
 
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url]{
    outline: none;
    background-color: #fff;
    height: 40px !important;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--swiftx-common-black);
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 1px solid #E0E2E3;
}
 
    
}




@media (min-width: 768px) and (max-width: 991px) {
    
        
    .cart-box{
        width: 105px;
    }
    
    .ms-3 {
    margin-left: .5rem !important;
}
    
    .delete-btn {
    color: #dd0217 !important;
    background: #ffffff !important;
    padding: 4px 3px;
    border-radius: 50%;
    width: 0px !important;
    margin-right: -5px;
    margin-top: 3px;
    height: 12px !important;
   margin-left: 10px;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


.cart-btn_blue_2 {
    background: #2e55a2 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
    height: 33px;
    line-height: 20px !important;
    font-size: 15px;
   
    padding: 6px 5px;
}


.checkout-btn_orange_2 {
    background: #f37101 !important;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
      height: 33px;
    line-height: 20px !important;
    font-size: 15px;

    padding: 6px 5px;
}
    
    
    .search_btn {
  
    padding: 6px 7px !important;
  
}

    
       .mpb-60{
        padding-bottom:25px !important;
    }
    
    
    .swiftx-about__shape-1{
    display:none !important;
}
 
 
 .swiftx-about__shape-2{
    display:none !important;
}
 
 
 .swiftx-about__shape-3{
    display:none !important;
}

.swiftx-about__img-1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

    .swiftx-about__right-wrapper {
        margin-top: 20px !important;
        display: block;
    }
    
    .swiftx-about__img-wrapper {
    margin-left: 0px !important; 
    margin-bottom: 0px !important;
}

.swiftx-about__right-wrapper {
    padding-left: 0px !important;
}
    
            .mt-80 {
    margin-top: 0 !important;
}
 
 
 
    .location_btn {
    border: 1px solid  var(--swiftx-grey-1);
    width: 185px;
    margin: 5px 0;
    border-radius: 6px;
    text-align: start;
    padding: 9px 4px;
}

 .swiftx-header-top__left-info ul li span {
    height: 22px;
    line-height: 22px;
    padding: 0px 13px;
    background-color: var(--swiftx-theme-2);
    color: var(--swiftx-common-white);
    text-transform: capitalize !important;
    display: inline-block;
    font-weight: 700;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    margin-right: 13px;
    transform: translateY(-2px);
}

.swiftx-header-top__lang > ul > li a img {
    width: 20px;
    height: 20px;
    border: 0px solid var(--swiftx-common-white) !important;
    border-radius: 50%;
    background: rgb(254 254 254) !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    margin-right: 4px;
}


.swiftx-header-top__lang > ul > li a {
    font-weight: 400;
    font-size: 13px !important;
    color: var(--swiftx-common-black-2);
}

    .modal-content {
        width: 550px !important;
                margin-top: 200px !important;
    }
    
    .recents {
        margin-top: -20px;
        font-size: 20px;
        font-weight: 500;
}

.close_btn {
    border: 1px solid #ffffff;
    background: #fff;
    width: 22px;
    background: #efeeee;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 3px 10px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 0px;
    line-height: 22px;
    font-size: 10px;
}
 
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url]{
    outline: none;
    background-color: #fff;
    height: 40px !important;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--swiftx-common-black);
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 1px solid #E0E2E3;
}

    .swiftx-testimonial__slider-wrapper {
        margin-bottom: 50px !important;
    }
 
    
}



@media (min-width: 992px) and (max-width: 1199px) {
         .mpb-60{
        padding-bottom:25px !important;
    }
    
    .mt-80 {
    margin-top: 30px !important;
}
    
        .swiftx-testimonial__slider-wrapper {
        margin-bottom: 50px !important;
    }
    
    .d__block1{
        display:none !important;
    }

.location_btn {
    border: 1px solid  var(--swiftx-grey-1);
    width: 185px;
    margin: 5px 0;
    border-radius: 6px;
    text-align: start;
    padding: 9px 4px;
}

 .swiftx-header-top__left-info ul li span {
    height: 22px;
    line-height: 22px;
    padding: 0px 13px;
    background-color: var(--swiftx-theme-2);
    color: var(--swiftx-common-white);
    text-transform: capitalize !important;
    display: inline-block;
    font-weight: 700;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    margin-right: 13px;
    transform: translateY(-2px);
}

.swiftx-header-top__lang > ul > li a img {
    width: 20px;
    height: 20px;
    border: 0px solid var(--swiftx-common-white) !important;
    border-radius: 50%;
    background: rgb(254 254 254) !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    margin-right: 4px;
}


.swiftx-header-top__lang > ul > li a {
    font-weight: 400;
    font-size: 13px !important;
    color: var(--swiftx-common-black-2);
}

    .modal-content {
        width: 650px !important;
                margin-top: 250px !important;
    }
    
    .recents {
        margin-top: -20px;
        font-size: 20px;
        font-weight: 500;
}

.close_btn {
    border: 1px solid #ffffff;
    background: #fff;
    width: 22px;
    background: #efeeee;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 3px 10px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 0px;
    line-height: 22px;
    font-size: 10px;
}
 
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url]{
    outline: none;
    background-color: #fff;
    height: 40px !important;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--swiftx-common-black);
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 1px solid #E0E2E3;
}
 
    

}

@media (min-width: 1200px) and (max-width: 1600px) {
    
        .location_btn {
    border: 1px solid  var(--swiftx-grey-1);
    width: 185px;
    margin: 5px 0;
    border-radius: 6px;
    text-align: start;
    padding: 9px 4px;
}

 .swiftx-header-top__left-info ul li span {
    height: 22px;
    line-height: 22px;
    padding: 0px 13px;
    background-color: var(--swiftx-theme-2);
    color: var(--swiftx-common-white);
    text-transform: capitalize !important;
    display: inline-block;
    font-weight: 700;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    margin-right: 13px;
    transform: translateY(-2px);
}

.swiftx-header-top__lang > ul > li a img {
    width: 20px;
    height: 20px;
    border: 0px solid var(--swiftx-common-white) !important;
    border-radius: 50%;
    background: rgb(254 254 254) !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    margin-right: 4px;
}


.swiftx-header-top__lang > ul > li a {
    font-weight: 400;
    font-size: 13px !important;
    color: var(--swiftx-common-black-2);
}

    .modal-content {
              width: 510px !important;
        margin-top: 250px !important;
    }
    
    .recents {
        margin-top: -20px;
        font-size: 20px;
        font-weight: 500;
}

.close_btn {
    border: 1px solid #ffffff;
    background: #fff;
    width: 22px;
    background: #efeeee;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 3px 10px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 0px;
    line-height: 22px;
    font-size: 10px;
}
 
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url]{
    outline: none;
    background-color: #fff;
    height: 40px !important;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--swiftx-common-black);
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 1px solid #E0E2E3;
}
 
    
}


.swiftx-header-top__lang > ul > li ul.swiftx-header-top__lang-submenu {
    position: absolute;
    top: 123% !important;
    left: 0px;
    width: 110px;
    background: var(--swiftx-common-white);
    z-index: 9;
    box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
    padding: 0 5px !important;
    display: block;
    border-radius: 4px;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #2e55a2;
}

.swiftx-header-top__lang > ul > li ul.swiftx-header-top__lang-submenu li {
    line-height: 1;
    padding: 10px 5px 10px 5px;
     margin-bottom: 0px !important; 
    list-style-type: none;
    border-bottom: 1px dashed #b9b9b9;
    width: 100%;
}

.swiftx-header-top__lang > ul > li ul.swiftx-header-top__lang-submenu li:last-child {
  border-bottom: none;
}


.swiftx-testimonial__text p {
    font-weight: 500;
    font-size: 28px;
    line-height: 51px;
    color: var(--swiftx-common-black);
    font-family: var(--swiftx-ff-mulish);
    padding-right: 0px !important;
    padding-bottom: 40px;
}


.swiftx-testimonial__title-box {
    margin-bottom: 10px !important;
}


.swiftx-service__title-sm {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px !important;
    text-transform: capitalize;
    color: var(--swiftx-common-black);
}


.swiftx-about__title-box .swiftx-section-title {
    padding-bottom: 5px !important;
}


.team-member img{
    width:180px; 
height:180px; 
object-fit:cover;
border:4px solid #fff;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
border-radius: 50%;
}


.team-member h5{
        text-transform: capitalize;
    font-size: 20px;
    font-weight: 500 !important;
    color: #2c2d2f;
}

.team-member p{
    text-transform: capitalize;
    color: #2e55a2;
}

.custom-cart-panel {
  max-width: 420px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
}

.custom-cart-header {
  background: #2e55a2;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-close-btn {
    background: #ffffff;
    border: none;
    color: #110f0f;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0px 11px 1px 11px !important;
    font-size: 30px;
}

.custom-cart-items {
  max-height: 340px;
  overflow-y: auto;
  padding: 15px 20px;
}

.custom-cart-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.custom-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

.custom-meta h4 {
  font-size: 15px;
  color: #111;
  margin: 0 0 5px 0;
}

.custom-meta p {
  color: #777;
  font-size: 13px;
  margin: 0 0 10px 0;
}

.custom-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-qty button {
  background: #f37101;
  border: none;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
}

.custom-qty .custom-count {
  width: 24px;
  text-align: center;
  font-weight: 600;
}

.custom-price {
  font-weight: 700;
  color: #2e55a2;
}

.custom-remove {
  background: none;
  border: none;
  color: #f37101;
  font-size: 13px;
  cursor: pointer;
}

.custom-cart-footer {
  border-top: 1px solid #eee;
  padding: 20px;
  background: #fafafa;
}

.custom-totals {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.custom-btn-outline {
  flex: 1;
  padding: 10px 0;
  border: 2px solid #2e55a2;
  background: transparent;
  color: #2e55a2;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
}

.custom-btn-outline:hover {
  background: #2e55a2;
  color: #fff;
}

.custom-btn-primary {
  flex: 1;
  padding: 10px 0;
  border: none;
  background: #f37101;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
}

.custom-btn-primary:hover {
  background: #d96000;
}

@media (max-width: 500px) {
  .custom-cart-panel {
    max-width: 100%;
    border-radius: 0;
  }
}


.cart-btn {
    background: #2e55a2 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}



.checkout-section {
  background-color: #f8f9fb;
  font-family: "Poppins", sans-serif;
}

.checkout-title {
  font-weight: 700;
  color: #2e55a2;
}

.accordion-button {
  background-color: #2e55a2;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.accordion-button:not(.collapsed) {
  background-color: #f37101;
  color: #fff;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.accordion-body {
  background: #fff;
}

.checkout-btn {
  background-color: #f37101;
  border: none;
  padding: 10px;
  font-weight: 600;
}

.checkout-btn:hover {
  background-color: #d96000;
}


.checkoutAccordion {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  overflow: hidden;
}

.checkoutAccordion .border-bottom {
  border-color: #dee2e6 !important;
}

.checkoutAccordion .checkout-head a {
  transition: color 0.3s ease;
}

.checkoutAccordion .checkout-head a:hover {
  color: #f37101;
}

.checkoutAccordion .btn-primary {
  background-color: #2e55a2;
  border-color: #2e55a2;
  font-weight: 500;
}

.checkoutAccordion .btn-primary:hover {
  background-color: #f37101;
  border-color: #f37101;
}

.checkoutAccordion .form-control:focus {
  border-color: #2e55a2;
  box-shadow: 0 0 0 0.1rem rgba(46, 85, 162, 0.25);
}

.check_details{
        border-bottom: 1px solid #e9e8e8;
    padding: 10px 10px;
}


.check_details h5{
     color: #121212;
    font-size: 17px;
    font-weight: 500;
}

.checkoutAccordion > .checkout-last-section {
  border-bottom: none !important;
}

.checkoutAccordion table tr:last-child td,
.checkoutAccordion table tr:last-child th {
  border-bottom: none !important;
}


.checkout-head {
    border-bottom: 1px solid #2e55a2;
    padding: 12px 35px;
    background: #2e55a2;
         border-radius: 5px 5px 0px 0px;
}
.checkout-head h5{
        margin-bottom: 0px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
}

.checkout_box{
        background: #fff;
}


.check_tab_ed{
        background: #f5faff;
}

.checkoutAccordion table td,
.checkoutAccordion table th {
  border: none; 
/*  border-bottom: 1px dotted #f37101 !important;*/
padding: 2px 7px !important;
}
.sub_border {
    border-top: 1px dashed #d3d2d2;
}



.checkout-head1 h5{
    font-size: 16px;
    font-weight: 500;
    color:#f37101;
}

td{
        color: #7e7e7e;
}


.sub_tot{
    color: #f37101;
    font-size: 16px;
    font-weight: 500;
}


.checkout_box1 {
    background: #ffffff;
    padding: 0px 15px;
}




 .address-card {
    border: 1px solid #f37101;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: #fff;
}

.edit_btn_ck{
    background: #2e55a2 !important;
    color: #ffffff !important;
}

  .address-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #ff7b00;
  }

.addressbox h5 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 10px;
}


.form-select:focus {
    border-color: #0a2f4c !important;
    outline: 0;
    box-shadow: none !important;
}

  .addressbox p {
    color: #555;
    margin-bottom: 3px;
  }

  .dropdown-toggle::after {
    display: none !important;
  }

  .btn-orange {
    background-color: #ff7b00;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
  }

  .btn-orange:hover {
    background-color: #e56f00;
    color: #fff;
  }

  .form-label {
    font-weight: 500;
    color: #333;
  }

#addaddress {
    /* border: 1px solid #ff7b00; */
    border-radius: 5px;
    text-align: start;
    transition: 0.3s;
    padding: 10px 30px !important;
    background: #fff;
}

  #addaddress:hover {

    border-color: #e56f00;
  }

#addaddress h3 {
    color: #2e55a2;
    font-weight: 500;
    font-size: 17px !important;
}
.ck_box {
    border: 1px solid #67686859 !important;
    /* background: #2e55a2; */
    border-radius: 5px !important;
    box-shadow: 0px 0px 0px pink;
    box-shadow: 0px 3px 0px #67686859 !important;
}


.swiftx-btn-square {
    background-color: var(--swiftx-theme-1);
    color: var(--swiftx-common-white);
    height: 67px;
    line-height: 67px;
    padding: 0 55px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: capitalize  !important;
    position: relative;
    z-index: 9;
}

.btnquant {
    color: #fff !important;
    border: #f37101;
    background: #f37101;
    padding:4px 11px !important;
    height: 25px;
    line-height: 9px;
}


.btn_remve{

    background: #dc3545;
    color: #fff;
    border-radius: 50% !important;
    line-height: 19px;
    width: 25px;
    padding: 4px 5px !important;
    text-align: center;
    height: 25px;

}

.bg-org {
    background: #fdf1e7 !important;
    border-bottom: 1px solid #f37102 !important;
    border-radius: 5px 5px 0px 0px !important;
}

.rc__post td,
.rc__post th {
  border: none; /* sab borders hata do */
  border-bottom: 1px solid #fcdbbf  !important; /* sirf bottom orange border */
}

.rc__post tr:last-child td,
.rc__post tr:last-child th {
  border-bottom: none !important; /* last row ke niche border hatado */
}


.cart_total{
    font-size: 14px;
    font-weight: 400;
    color: #292929;
}


.swiftx-btn-cu_cko {
    height: 40px !important;
    line-height: 40px !important;
    width: 100% !important; 
    padding: 0px 0px !important;
    border-radius: 5px;
    /* text-align: center; */

    background: #f37101 !important;
}



.delete-btn {
    color: #dc3545;
    background: #ffe5e5;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.cart-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee !important;
}

.checkbox {
    padding: 20px 35px 20px 35px;
    background-color: #f5faff;
    border-bottom: 1px solid #dee2e6;
}

.name111{
font-size: 15px;
    text-transform: capitalize;
}


.name222{
font-size: 14px;
    text-transform: capitalize;
}

/*.card:has(#newAddress.show) #addaddress {*/
/*    background-color: #f5faff !important;*/
/*    border:none !important;*/
/*  }*/
  
  
  
/*=======***Ajax Loader CSS***=======*/
#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
  opacity: 0.7;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #333;
  border-color: orange transparent orange transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

div.dataTables_processing {
    display: none !important;
}

.rc__post-content{
    width:100%;
}



/*=======***Ajax Loader END***=======*/