

:root {
  --main: #f24827;
  --second: #ff5732;
  --a_link: #333;
  --main_light: #ffefc4;
  --gray: #fafafa;
  
}

/* html {
  overflow:   scroll;
} */

/* ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
 

body{
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Jost', sans-serif;
   
      /* overflow: hidden; Hide scrollbars */
    
}
a {
    text-decoration:none;
    color: var(--main);
}
a:hover {
    text-decoration:none;
    color: var(--second);
    
}
h {
}
hr {
    opacity: 0.1 !important;
}
.btn:hover{
  filter: brightness(.9) !important;
}

.btn-main {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main);
}
.btn-main :hover{
  color: #fff;
  background-color: var(--main);
  border-color: var(--main);
}
.btn-outline-main {
  color: var(--main);
  border-color: var(--main);
}



.btn-main:hover, .btn-main:focus, .btn-main:active, .btn-main.active, .open>.dropdown-toggle.btn-main {
  color: #fff;
  filter: brightness(.9);
}

.nav_custom {
  background: transparent;
  color: #fff;
  z-index: 11;
}
.navbar-brand {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.nav_custom .navbar-nav .nav-item .active {
  color: #fff;
  font-weight: 500 !important;
  border-bottom: var(--main_color) 2px solid;
}

.nav_custom .nav-link {
  display: block;
  padding: 0.5rem 1rem 0.5rem 1rem !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav_custom img {
  max-height: 90px;
}

.main_head {
  margin-top: -10rem;
  position: relative;
  padding: 9rem 0px 194px 0px;
  background-repeat: no-repeat;
  background-size: cover;
   background: linear-gradient(256deg, #ef6d51e6, #ec54b2f2), url(../img/head_bg.jpg); 
  background-size: 100%;
}

.sub_header_inner {
    margin-top: -12rem;
    position: relative;
    padding: 0rem 0px 11rem 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(256deg, rgb(239 109 81 / 90%), rgb(236 84 178 / 95%)), url(../img/head_bg.jpg);
    background-size: 100%;
  }

  .shapesg {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    top: 39rem;
}
.shapesg .shape-fill {
  fill: #FFFFFF;
}

.p-5-c {
  padding: 3rem;
}

.package_list_box {
  color: initial;
  border: 1px solid #f6f6f6;
}
.package_list_box .card-body {
  flex: 1 1 auto;
  padding: 0rem 12px;
}
.package_list_box_simple h1{
  font-size: 32px;
  font-weight: 700;
}
.package_list_box_simple h2{
  font-size: 19px;
  font-weight: 500;
}
.package_list_box_simple h3{
  font-size: 15px;
  font-weight: 400;
}
.package_list_box_simple h5{
  font-size: 14px;
  font-weight: 500;
}
.package_list_box_simple h6{
  font-size: 15px;
  font-weight: 400;
}
.package_list_box_simple small{
  font-size: 13px;
  font-weight: 400;
}
.package_list_box_simple img{
  max-height: 90px;
  padding: 10px;
}
.package_list_box_simple li{
  font-size: 12px;
  list-style: circle;
}

.package_list_box {
  color: initial;
  border: 1px solid #f6f6f6;
}
.package_list_box .card-body {
  flex: 1 1 auto;
  padding: 0rem 12px;
}
.package_list_box h1{
  font-size: 32px;
  font-weight: 700;
}
.package_list_box h2{
  font-size: 14px;
  font-weight: 400;
}
.package_list_box h3{
  font-size: 15px;
  font-weight: 400;
}
.package_list_box h5{
  font-size: 14px;
  font-weight: 500;
}
.package_list_box h6{
  font-size: 15px;
  font-weight: 400;
}
.package_list_box small{
  font-size: 13px;
  font-weight: 400;
}
.package_list_box img{
  max-height: 90px;
  padding: 10px;
}
.package_list_box li{
  font-size: 12px;
  list-style: circle;
}

.shape1 {
  width: 100%;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  border-radius: 5px 0px 0px 5px;
  /* border-top-right-radius: 32px; */
  background-color:var(--main);
  /* border-bottom-right-radius: 32px; */
  /* padding: 2px 16px 2px 8px; */
}

.shape1::after {
  top: 0px;
  width: 0px;
  /* height: 10%; */
  left: 100%;
  content: " ";
  position: absolute;
  border-top: 65px solid transparent;
  border-bottom: 62px solid transparent;
  border-left: 22.6667px solid var(--main);
}


#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #666;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #fff;
  background:  rgb(226, 225, 225);
  border-radius: 25px;
  margin: 0 auto 10px auto;
  padding:0px 10px 0px 8px;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: rgb(226, 225, 225);
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before, #progressbar li.active:after {
  background:  var(--main);
  color: white;
}

.payment_optionss img{
  max-height: 90px;
}

/* Tracking Page css */


.track_box .node {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display:inline-block;
  transition: all 1000ms ease;
}

.track_box .activated {
  box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

.track_box .divider {
  height: 40px;
  width: 2px;
  margin-left: 4px;
  transition: all 800ms ease;
}

.track_box li p {
  display:inline-block;
  margin-left: 25px;
}

.track_box li {
  list-style: none;
  line-height: 1px;
}

.track_box .blue { background-color: rgba(82, 165, 255, 1); }
.track_box .green{ background-color: rgba(92, 184, 92, 1) }
.track_box .red { background-color: rgba(255, 148, 148, 1); }
.track_box .grey { background-color: rgba(201, 201, 201, 1); }


.feature-home {
  margin-bottom: 15px;
}
.feature-home .icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75px;
  color: #fff;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 50%;
}
.feature-home .icon i{
  font-size: 35px;
}

.feature-home .icon.color-1 {
  background: linear-gradient(#ef769c 0%, #f87195 100%);
  box-shadow: 0px 7px 10px rgb(218 214 214 / 87%);
}
.feature-home .icon.color-2 {
  background: linear-gradient(#ffb37a 0%, #ff884a 100%);
  box-shadow: 0px 7px 10px rgb(218 214 214 / 87%);
}
.feature-home .icon.color-3 {
  background: linear-gradient(#8fcc49 0%, #8bc34a 100%);
  box-shadow: 0px 7px 10px rgb(218 214 214 / 87%);
}
.feature-home .icon.color-4 {
  background: linear-gradient(#3eb3a8 0%, #009688 100%);
  box-shadow: 0px 7px 10px rgb(218 214 214 / 87%);
}
.feature-home .icon.color-5 {
  background: linear-gradient(#687be3 0%, #3f51b5 100%);
  box-shadow: 0px 7px 10px rgb(218 214 214 / 87%);
}
.feature-home .icon.color-6 {
  background: linear-gradient(#cf4ee5 0%, #9c27b0 100%);
  box-shadow: 0px 7px 10px rgb(218 214 214 / 87%);
}
.feature-home .icon.color-7 {
  background: linear-gradient(#e3e1e4 0%, #dcd9dc 100%);
}

.parnter_us {
  background: linear-gradient(273deg, rgb(255 255 255 / 0%), #f7a5c1), url(https://www.aliexpressclonescriptpro.com/images/contact_bg.jpg);
  padding: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.partner_couriers{
  padding: 10px 90px;
}
.partner_couriers img{
  padding: 10px;
}

.popul_cities{
  padding: 90px;
  color: #fff;
  border-radius: 10px;
  border: 5px solid;
}

.popul_cities a{
  color: #fff;
}

.popul_cities_1{
  background: linear-gradient(273deg, rgba(111, 110, 110, 0.2), #2f2e2e), url(https://i.imgur.com/gkPmKtW.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.popul_cities_2{
  background: linear-gradient(273deg, rgba(111, 110, 110, 0.2), #2f2e2e), url(https://s3-eu-west-1.amazonaws.com/international-live/img/cities/cRkzpv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.popul_cities_3{
  background: linear-gradient(273deg, rgba(111, 110, 110, 0.2), #2f2e2e), url(https://s3-eu-west-1.amazonaws.com/international-live/img/cities/jiJwN1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.popul_cities_4{
  background: linear-gradient(273deg, rgba(111, 110, 110, 0.2), #2f2e2e), url(https://s3-eu-west-1.amazonaws.com/international-live/img/cities/MUcSFy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.popul_cities_5{
  background: linear-gradient(273deg, rgba(111, 110, 110, 0.2), #2f2e2e), url(https://i.imgur.com/gkPmKtW.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.popul_cities_6{
  background: linear-gradient(273deg, rgba(111, 110, 110, 0.2), #2f2e2e), url(https://i.imgur.com/gkPmKtW.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-header span {
  position: absolute;
  top: 46px;
  color: rgb(14 29 52 / 3%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--main);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.services .card .card-body {
  padding: 0px;
}
.services .card .card-body .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.reviews {
  /* background: linear-gradient(273deg, rgb(255 255 255 / 100%),  rgba(250, 250, 250, 0.5)), url(https://www.ccc.com/images/xxx.jpg); */
  padding: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
}

.reviews img {
  object-fit: contain;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-color: #f2f2f2;
  overflow: hidden;
}

.reviews i {
  color: var(--main);
}

footer {
  background: linear-gradient(273deg, rgb(255 255 255 / 100%),  rgba(250, 250, 250, 0.5)), url(../img/bakground.png);
  padding: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
}

footer img{
  max-height: 150px;
}

footer li{
  list-style: none;
  margin-left: -28px;
  padding: 8px 0px;
}

footer a{
  color: #4f4e4e;
}

.logo_in {
  max-height: 70px;
}

.w-50-custom {
  width: 50%;
}

.brandicn{
  color: #fff;
  font-size: 28px;
}
.shipment_box .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: var(--main);
}

.shipment_box .nav-link {
  color: var(--main);
}

.shipment_box h2{
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}
.shipment_box h4{
  font-size: 17px;
  font-weight: 400;
}

.shipment_box h5{
  font-size: 15px;
  font-weight: 400;
}

.shipment_box h6{
  color: var(--left_menu_a);
}
.shipment_box i{
  font-size: 15px;
  font-weight: 400;
}

.shipment_box hr{
  background-color: rgb(145 145 145 / 60%);
}

.shipment_box th {
  font-weight: 300;
  font-size: 15px;
}


.text-end-c {
  text-align: right;
}

.list-main :hover {
  color: rgb(4, 3, 3);
    background-color: rgb(255, 230, 230);  
   border-color: var(--main); 
  font-weight: 700;

}

/* 
******************************************
MOBILE CSS FILE START FROM HERE 
******************************************
*/


@media only screen and (max-width: 390px) {

  .mb_display_none{
      display: none !important;
  }    
  .nav_custom {
      background: linear-gradient(256deg, rgb(239 109 81 / 90%), rgb(233 87 127)), url(../img/head_bg.jpg) !important;
  
  }
  .nav_custom img {
      max-height: 59px !important;
  }
  
  .text-end-c {
    text-align: left;
  }
  .main_head {
      padding: 9rem 0px 18px 0px !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
  }
  .shapesg {
      display: none;
  }
  
  .section-header span {
      font-size: 39px !important;
  }
  .partner_couriers {
      padding: 0px !important;
  }
  
  .w-50-custom {
      width: 100% !important;
    }
  .reviews {
      padding: 0px !important;
  }
  
  .p-5-c {
      padding: 3rem 1rem !important;
  }
  
  footer {
      padding: 0px !important;
  }
  
  .parnter_us {
      padding: 90px 10px !important;
  }
  .foo_logo {
      text-align: center !important;
      margin-bottom: 3rem !important;
  }
  .pc-0 {
      padding: 1rem!important;
  }
  .pyc-0 {
      padding-top: 0px !important;
  }
  .pc-0-1 {
      padding: 3rem  0rem !important;
  }
  }


/* MOBILE CSS FILE END HERE */