@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Raleway:400,500,700,800&display=swap');
a, a:hover, a:focus, button, button:focus
{
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

ul
{
  padding: 0px;
  margin: 0px;
}

h1,h2,h3,h4,h5,h6
{
  margin: 0px;
}
  
body
{
  margin:0;
  padding: 0;
  font-family: 'Montserrat';
  font-size: 15px;
  color: #262626;

}
p
{
  margin: 0px;
}
h2
{

}
h3
{
  font-size: 40px;
  line-height: 45px;
}
h4
{
  font-size: 22px;
  line-height: 25px
}

h5
{
  font-size: 20px;
  line-height: 25px
}

h6
{
  font-size: 18px;
}
p
{
  font-size: 15px;
  line-height: 25px;
}




/*=========background color css========*/
.bg-white{
  background-color: #fff;  
}
.bg-light-white{
  background-color:#f3f3f3; 
}
.bg-dark-white
{
  background-color:#ebebeb; 
}
.bg-blue{
  background-color: #1f4c94;  
}
.bg-dark-blue{
  background-color: #1e2a34;  
}
.bg-light-black{
  background-color: #262626;
}
.
/*=========text color css========*/
.tx-title-black{
  color: #1e2a34;
}
.tx-title-blue{
  color: #1858a7;
}
.tx-blue{
  color:#1858a7;
}
.tx-white{
  color: #fff;
}
/*=========font weight css========*/

.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600{
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}
/*=========title with border css========*/
.tittle-with-border{
  position: relative;
  font-weight: 700;
}
.tittle-with-border:after{
    width: 80px;
    border-top: 4px solid #ffd200;
    border-radius: 0px;
    height: 0px;
    display: block;
    margin: 10px auto;
    content: " ";
}
.tittle-with-border.left:after{
    margin: 10px 0px;
}
/*=========btn css========*/

.btn-1
{
  border:1px solid #1858a7 !important;
  padding: 10px 20px !important;
  border-radius: 0px !important;
  background: #1858a7 !important;
  color: #fff !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  font-size: 15px !important;
 /* display: inherit;*/
}
.btn-1:hover
{
  background: #fff !important;
  color: #1858a7 !important;
}
.btn-red{
   border:1px solid #eb0028 !important;
  padding: 10px 20px !important;
  border-radius: 0px !important;
  background: #eb0028 !important;
  color: #fff !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.btn-red:hover
{
  background: #fff !important;
  color: #eb0028 !important;
}

.btn-2 
{
  border-radius: 0px;
  background-color: #1858a7;
  border: 1px solid #1858a7;
  padding: 10px 20px;
  line-height: 20px !important;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize !important;
}
.btn-2:hover{
  background: transparent;
  border-color: #1858a7;
  color: #1858a7;
}


.btn-3
{
  border-radius: 0px;
  background-color:transparent;
  border: 1px solid #1858a7;
 padding: 10px 20px !important;
  line-height: 20px !important;
  color: #1858a7;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize !important;
  cursor: pointer;
}
.btn-3:hover
{
  background: #1858a7;
  color: #fff;
}

.form-control:focus
{
  outline: none;
  box-shadow:none;
}
.fit-content{
    width: -moz-fit-content;
    width: fit-content; 
}
 
/*=========section custom padding css========*/
.c-padd
{
  padding: 60px 0px;
}
.c-padd-30
{
  padding: 30px;
}


/*
====================================================================
  Top Header style
====================================================================
***/
.covid-header
{
  background: #ff3a3f;
  padding: 10px 0px;
  text-align: center;
  font-size: 18px;
}
.covid-header a
{
  color: #fff;
  line-height: 30px;
}
.top-header
{
  position: relative;
  background: #f6f6f6;
}
.top-header  ul
{
  list-style: none;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 2px 0px;
}
.top-header  ul li
{
  display: inline;

}
.top-header  ul li a, .top-header  ul li p
{
  color: #262626;
  text-transform: capitalize;
  line-height: 18px;
  font-size: 14px;
  display: flex;
  min-width: 210px;
  align-items: center;
}
.top-header  ul li a i, .top-header  ul li p i
{
  font-size: 18px;
  margin-right: 10px;
  color: #1858a7;
}
.top-header .btn-1
{
    height: 40px;
}


/*
====================================================================
  Header style
====================================================================
***/
header
{

  position: absolute;
  z-index: 9;
  width: 100%;

}
.navbar-brand
{
  padding: 15px 0px;
}
.navbar-brand img
{
  max-height: 90px;
}


/*
====================================================================
  Menu Header style
====================================================================
***/

.menuzord
{
  background: transparent;
  text-align: center;
  padding-top: 10px;

}
.menuzord-brand
{
  padding: 0px 0px;
}

.menuzord-brand  img
{
  height: 90px;
}

.menuzord-menu 
{
  position: relative;
  float: none;
  padding-top: 31px;
  float: right;
}
.menuzord-menu > li > a 
{
  padding: 0px 15px 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 800;
}


.menuzord-menu > li > a > i
{
  font-family: 'Font Awesome\ 5 Free' ;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 5px;
  font-size: 20px;
}
/* .menuzord-menu > li > a span
{
  width: 100% !important;
  float: left;
} */
.menuzord-menu > li 
{
  padding: 0px 0px;
  float: none;
  position: relative;
  padding-bottom:0px;
}


.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a 
{
/*  color: #6c2828;
  background: #d2ae6d;*/
   color: #1858a7;
   
}
.menuzord-menu ul.dropdown
{
  top: 40px !important;
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown
{
  background:#fff;  
}

.menuzord-menu ul.dropdown li a
{
  font-size: 13px;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #222;
  letter-spacing: 1px;
  line-height: 20px;
  text-align:left;
  font-family: 'Poppins-Medium';
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.menuzord .menuzord-menu ul.dropdown li:hover > a
{
  color:#1858a7;
  background:transparent;
}
.menuzord-menu ul.dropdown li
{
  padding: 0px;
  border-bottom: 1px  solid rgba(0,0,0,0.2);
}
.menuzord-menu ul.dropdown
{
  top: 50px;
  text-align: left;
}

  
/* -------- Megamenu-Row ---------- */


.menuzord-menu > li > .megamenu
{
  top: 58px;
  border-top: 2px solid #d2ae6d;
  padding: 0px;
  width: 100%;
  position: absolute;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);z-index: 999;
  border-radius: 0 0 3px 3px;
  
}
.menuzord-menu > li > .megamenu .megamenu-row li {
  border: 0 none;
  clear: both;
  margin: 0;
  padding: 0px;
  position: relative;
  width: 100%;

}
.menuzord-menu > li > .megamenu .megamenu-row li a {
  display: block;
  padding: 0px 15px;
  color: #373435;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
  padding-left: 20px;
    color:#6c2828;
  background:#d2ae6d;
}
.list-unstyled li
{
  border-bottom: 1px dashed #d3d3d3 !important;
}
.list-unstyled li:last-child
{
  border-bottom: none !important;
} 
.menuzord-menu > li > .megamenu .megamenu-row .col4
{
  margin: 0px;
  border-right: 1px dashed #d3d3d3 !important;
  width: 33.33%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col4:last-child
{
  border-right: 0px !important;
}

/*
====================================================================
  Slider Section  Style
====================================================================
***/

.section-block  
{
  padding-top: 90px;
}
.slider-caption
{
 /* text-align: left;
  bottom: 35%;
  max-width: 1170px;
  margin: 0px auto;*/
  text-align: left;
  bottom: auto;
  max-width: 1170px;
  margin: 0px auto;
  right: auto;
  left: 33%;
  top: 50%;
  transform: translate(-50%, -40%);
  max-width: 470px;
}
.slider-caption h2
{
  font-size: 60px;
  line-height: 60px;
  font-family: 'Raleway';
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}
.slider-caption h2 span
{
  font-weight: 300;
  display: inherit;
}
.slider-caption p
{
  font-size: 15px;
  line-height:27px;
  font-weight: 400;
  margin-bottom: 15px;
}
.carousel-item .img-fluid
{
  width: 100%;
}
 


/*
====================================================================
  Slider Bottom Section  Style
====================================================================
***/
.slider-bottom-section
{
  width: 100%;
  margin-top: -150px;

}

.slider-block
{
  padding: 0px 5px;
}

.slider-wrapper
{

  margin: 0 auto;
  padding: 50px 20px;
  background: #1e2a34;
  position: relative;
  overflow: hidden;
}
.slider-wrapper:before
{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/logo-before.png') no-repeat;
  right: 0;
  bottom: -10px;
  background-position: bottom right;
  opacity: 0.1; 
}
.slider-icon-box 
{  
  margin-right: 15px;
  position: relative;
  /*
  display: flex;
  align-items: center;
  justify-content: center;*/
}
.slider-icon-box img {
  width: 45px;
  height: 45px;
}
.slider-text-box
{
  position: relative;
}
.slider-text-box h6 
{
  font-size: 20px;
  line-height: 25px;
  color:#1858a7;
  font-weight: 700;
  margin-bottom: 5px;
}
.slider-text-box p
{
  font-size: 15px;
  color: #fff;
  line-height: 20px;;
}
/*
====================================================================
  About Us  Style
====================================================================
***/
.about-img-box
{
  position: relative;
  padding-right: 40px;
}

.about-img-box .icon
{
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background:#1858a7;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-40px);
  right: 0;
}
/*
====================================================================
  Track Order Section  Style
====================================================================
***/

.track-order-section
{

  background: url("../images/bg-track.jpg");
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
  padding-bottom: 120px;
}
.track-form
{
  overflow: hidden;
}
.track-form .form-control
{
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #1858a7;
  height: 55px;
}
.track-form label
{
  line-height: 20px;
  margin-bottom: 10px;
}
.track-form
{
  padding: 50px 70px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  position:relative;
  margin-top: -170px;
  position: relative;
}

.track-form:before
{
  content: " ";
  position: absolute;
  width: 100%;
  height: 55%;
  background: url('../images/logo-watermark-track.png') no-repeat;
  right: 0;
  bottom: -10px;
  background-position: bottom right;
  background-size: contain;  
}


/*
====================================================================
  Shipping Across Section  Style
====================================================================
***/

.home-shipping-across-section 
{

  background: #ebebeb;
  /*background: url("../images/bg-track.jpg");*/
  background-size: cover;
  background-position: center;
  position: relative;
}
/*.home-shipping-across-section:before 
{
  content: " ";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255,255,255,0.5);
}*/
.home-shipping-across-section .container
{
  position: relative;
}
.shipping-across-block
{
  width: 20%;
  padding: 0px 15px;
}
.shipping-across-box
{
  background: #fff;  
  padding:0px 10px ;
  text-align: center;
  border-radius: 5px;
  /*margin-bottom: 30px;*/
  margin: 15px auto;
  box-shadow: 0px 0px 5px 0px rgba(29, 29, 29, 0.20);
}
.shipping-across-box img
{
  max-height: 100px;
  margin: 0px auto;
}


/*
====================================================================
  Blog Section  Style
====================================================================
***/
.blog-img
{ 
  background: #ebebeb;
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
}
.blog-img img
{
  width: auto !important;
  max-height: 100%;
  margin: 0px auto;
}
.blog-text
{
  padding-top: 15px;
  margin-bottom: 30px;
}
.blog-text h5
{
  margin-bottom: 5px;
}
.blog-text h5 a
{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  color: #1858a7;
}
.blog-text p
{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*
====================================================================
  Grt Quote Section  Style
====================================================================
***/
.get-quote-section
{
  background: url('../images/bg-get-quote.jpg');
  background-size: cover;
  /*background: #f3f3f3;*/
  padding-bottom: 180px;
  background-position-y: 45%;
}

/*
====================================================================
 Easy Flow Section  Style
====================================================================
***/
.easy-flow-section
{
  background: url("../images/bg-easy-flow.jpg");
  background-size: cover;
  text-align: center;
}
.easy-flow-block
{
  width: 20%;
  padding:0px 15px;
}
.easy-flow-box
{
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.26);
  margin-top: 0px;
  transition: all 0.2s ease-in-out;
  min-height: 320px;
  margin: 15px auto;
}
.easy-flow-box h5
{
  line-height: 20px;
}
.easy-flow-box p
{
  line-height: 22px;
}

.easy-flow-box:hover
{
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
/*
====================================================================
 Faq Section  Style
====================================================================
***/
.home-faq-section
{

}
.faq-box
{
  border-radius: 5px;
  background-color: #ebebeb;
  padding: 15px 25px;
  height: 110px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  overflow: hidden;
  cursor: pointer;
  margin: 10px auto;
}

.faq-box h5
{
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.faq-box p
{
  position: absolute;
  width: 100%;
  padding: 15px 25px;
  height: 100%;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  color: #fff;
}
.faq-box:hover p
{
  top: 0;
}

/*
====================================================================
 Footer Section  Style
====================================================================
***/

/*.footer-abt p
{
  position: relative;
  padding-left: 75px;
}
.footer-abt p b
{
  position: absolute;
  left: 0px;
}*/
.quick-links 
{

}

.quick-links  li a
{
  color: #fff;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.quick-links  li a:hover
{
  color: #1858a7;
}
.newsletter-form .input-group 
{
}
.newsletter-form .form-control {
    height: 40px;
    background-color: #fff;
    border: none;
    color: #333;
    font-size: 12px;
    padding: 0 15px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.newsletter-form .btn {
    height: 40px;
    color: #aaa;
    background-color: #1858a7;
    border: 1px solid #1858a7;
    border-left: none;
    font-size: 1.45rem;
    line-height: 1!important;
    padding: 0 15px;
    -webkit-border-radius:0px 5px 5px 0px;
    -moz-border-radius:0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    margin: 0;
    box-shadow: none;
}
.order-list .table a:hover .fa-trash-alt, .order-list .table a:hover .fa-trash-alt{
	color: #eb0028;
}
.steps .action-button:hover, .steps .action-button:focus{
  box-shadow: none;
}

/*
====================================================================
 Frequently asked question Style
====================================================================
***/
.faq-section-1 .card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    box-shadow: none;
}
.faq-section-1 .card-header .btn{
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 30px;
  color: #fff !important;
  font-size: 22px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 700;
}
.faq-section-1 .card{
  margin-bottom: 30px;
  box-shadow: none;
}
.faq-section-1 .card-body{
  border:1px solid #eaeaea;
}
.faq-section-1 .btn-link
{
  background-color: #005ca1 !important;
}
.faq-section-1 .btn-link.collapsed
{
  background-color: #eaeaea!Important;
  color: #005ca1!important;
}
.faq-section-2{
  background-color: #f7f7f7;
}
.faq-section-2 textarea {
  resize: none;
}
.faq-section-2 textarea{
  height: 100px;
}
.faq-section-2 .form-control {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5; 
    border: 1px solid #909090;
}
.faq-section-2 .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e3e3e3;
  opacity: 1; /* Firefox */
}

.faq-section-2 .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e3e3e3;
}

.faq-section-2 .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #e3e3e3;
}
/*
====================================================================
 contact us question Style
====================================================================
***/
.contact-banner{
  background-image: url(../images/contact-banner.jpg);
}
.box-contect{
  text-align: center;
  border: 1px solid #eaeaea;
  padding:25px 10px;
  border-radius: 5px; 
  min-height: 185px;
}
.box-contect h6
{
  font-size: 16px;
}

.box-contect a, .box-contect p
{
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.maps iframe {
  display: block;
}
/*

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif") no-repeat center center rgba(0,0,0,0.25)
}

*/
.service-content {
    min-height: 330px;
}
.client-block .owl-nav button:hover {
    background-color: #1858a7;
}

  
.faq-banner{
  background-image: url(../images/faq-banner.jpg);
}
.track-banner{
  background-image: url(../images/bg-track.jpg); 
}


.put-track-number .btn-track{
  width: 100%;
}
.put-track-number .track-id{
  width: 100%;
}
.track-input{
  width: 78%;
}
.track-btn{
  width: 20%;
}

.header .navbar{
  padding: 0px;
  box-shadow: none;
  padding-right: 0!important;
}
.header a.nav-link {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
    line-height: 25px;
    font-weight: 800;
    padding: 15px 16px!important;
}
.header .navbar.navbar-light li .indicator {
    margin-left: 3px;
}
.header .navbar.navbar-light .nav-item.active>.nav-link, .header .navbar.navbar-light .navbar-nav .nav-item:hover>.nav-link,.header .navbar.navbar-light .navbar-nav .nav-item:focus>.nav-link{
  background-color: transparent;
  color: #1858a7!important;
}
.header .navbar .dropdown-toggle::after {
    display: none;
}
.header .navbar.navbar-light .breadcrumb .nav-item.active>.nav-link,.header .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: transparent;
}
 .header .navbar .dropdown:hover .dropdown-menu, .navbar .btn-group:hover .dropdown-menu ,.header .navbar .dropdown:focus .dropdown-menu, .navbar .btn-group:focus-within .dropdown-menu{
    display: block;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }
 .header .navbar .dropdown-menu{
    margin-top: 0;
    padding: 0;
  }
 .header .navbar .dropdown-toggle{
    margin-bottom: 2px;
  }
  .header .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
    margin-bottom: 0;
  }

.header .navbar-nav .dropdown-menu a {
    font-size: 13px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: left;
    /*font-family: 'Poppins-Medium';*/
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
     border-bottom: 1px solid rgba(0,0,0,0.2);
     float: left;
}
.header .navbar-nav .dropdown-menu a:hover,.header .navbar-nav .dropdown-menu a:focus ,.header .navbar-nav .dropdown-menu a:active,.header .navbar-nav .dropdown-menu a.active {
    color: #1858a7!important;
    background: transparent!important ;
  }
.header .navbar-nav .dropdown-menu a:last-child{
  border-bottom: 0px;
}
.header .navbar.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png);
}
.header button.navbar-toggler {
  background: #1858a7;
}




/**/
.login-user .dropdown:hover .dropdown-menu {
    overflow: visible !important;
    display: block;
    transition: all 0.7s;
    padding-bottom: 7px!important;
} 
.login-user .dropdown-menu{
      left: -120px!important;
      top: 38px!important;
      transform: none!important;
}
.user-img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
}
.login-user .dropdown-item{
  float: left;
}
.login-user .dropdown-item:hover,.login-user .dropdown-item:focus {
    color: #1858a7!important;
    text-decoration: none;
    background-color: #ffffff;
}
.login-user .dropdown{
  margin-right: 20px;
}.login-user-mobile{
  display: none!important;
}

.login-user-mobile .btn-1
{
  padding: 5px !important;
  font-size: 12px !important;
  width: 90px;
  line-height: 13px !important;
  margin-right: 10px !important;
}

ul.parsley-errors-list {
    list-style-type: none;
    color: red;
}
span.loc1 {
    margin-right: 5PX;
}

@media only screen and (max-width: 1199px) {
.login-user .dropdown {
    margin-right: 7px;
}
.login-user .dropdown-menu{
    left: -150px!important;
}

}

@media only screen and (max-width: 991px) {
  .login-user .dropdown:hover .dropdown-menu {
    padding-bottom: 0px!important;
  }
  .login-user-mobile{
  display: inline-flex!important;
  }
  .login-user.desktop{
    display: none!important;
  } 
}





/*changes password*/
.my-profile-block{
  background-color: #e8e8e8;
  padding: 30px;
}
.my-profile-block ul{
 list-style: none;
}


/*Manage Addresses Page*/
.Manage-Addresses-section
{
    background: #f3f3f3;
}
.Manage-Addresses-header .btn-3
{
  float: right;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 10px 10px !important;
}
.Manage-Addresses-header .btn-3 i
{
  margin-right: 5px;
}
.Manage-Addresses-section .form-control
{
  font-size: 14px;
  line-height: 26px;
}
.radio-btn
{
  line-height: 25px;
  padding-left: 20px;
  position: relative;
  margin: 0px;
}
.radio-btn input[type="radio"]
{
  width: 15px;
  position: absolute;
  height: 25px;
  left: 0;
}
.radio-btn span
{

}
.Manage-Addresses-block button
{
  cursor: pointer;
}
.Manage-Addresses-block .main-label
{
  border-radius: 5px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #dcdcdc;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  color: #646464;
}
.edit-btn
{
  float: right;
  cursor: pointer;
  position: relative;
}
.edit-ul
{
  display: none;
  position: absolute;
  z-index: 999;
  font-size: 14px;
  color: #878787;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 6px 6px 0 rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.18);
  right: 0px;
  padding: 5px;
  border-radius: 3px;
  top: 0px;
  width: 80px;
  background:#fff;
}
.edit-btn:hover .edit-ul
{
  display: inherit !important;
}
.edit-ul button
{
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
}
.Manage-Addresses-block .name
{
  font-weight: 500;
  margin-bottom: 10px;
}
.Manage-Addresses-block .name span:first-child
{
  margin-right: 20px;
}
.Manage-Addresses-block .addresses
{
  max-width: 600px;
  font-size: 14px;
}

#address-form-box{
    display : none;
}
/* shipment history css */
#search_form input, #search_form select, #search_form button {
    height: 45px;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 15px;
}
.order-list .table th, .order-list .table td
{
 vertical-align: middle !important;
}
.pagination {
  justify-content: center;
}
#search_form button 
{
  padding: 10px 25px;
  min-width: 115px;
}
table.table tr td{
  
    border-right: 1px solid #e3e1e1 !important;
     font-size: 13.5px;

}
table.table tr th
{
  border-right: 1px solid #a6a6a6 !important;
  font-size: 13px;
font-weight: 500;
}
.order-list tcxspan {
    text-decoration: none;
    cursor: auto;
}
.ship-address {
    border: 1px solid #f1f1f1;
    height: 100%;
}
.review h4 {
    font-size: 16px;
    margin: 0px 0 3px !important;
    padding: 0 !important;
}
.order-list {
    margin-top: 20px;
}
.review ul {
    margin-bottom: 20px;
}
.review ul li a img, .review ul li a {
    max-height: 200px;
    height: 200px;
    display: block;
    width: 200px;
    object-fit: contain;
}
.review ul li a img {
    position: absolute;
    left: 0;
    top: 5px;
    border: 1px solid #f1f1f1;
    padding: 5px;
}
.review ul li a {
    position: relative;
}
.package-wrapper ul {
    /*width: 33%;
    float: left;*/
}
.package-wrapper {
    /*width: 100%;
    display: block;
    overflow: hidden;*/
}
.courier-type-social{
/*  margin-left: 75%;
  margin-top: 3%;*/
}
.courier-type-social-item{
  padding-right:20px;
  float:left;
  font-size: 40px;
}

.social-icon
{
  list-style: none;
  text-align: center;
  margin-top: 30px;
}

.social-icon li
{
  display: inline-block;
  margin: 0px 5px;
}
.social-icon li a
{
  width: 42px;
  height: 42px;
  text-align: center;
  display: block;
  line-height: 42px;
  background: #1858a7;
  border: 1px solid #1858a7;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
.social-icon li a:hover
{
  background: #fff;
  color: #1858a7;
}



.footer-social-icon
{
  list-style: none;
  text-align: left;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #bebebe;
}

.footer-social-icon li
{
  display: inline-block;
  margin: 0px 2px;
}
.footer-social-icon li a
{
  width: 25px;
  height: 25px;
  text-align: center;
  display: block;
  line-height: 25px;
  /*background: #1858a7;
  border-radius: 50%;*/
  color: #bebebe;
  font-size: 16px;
}
.footer-social-icon li a:hover
{
/*  background: #fff;*/
  color: #fff;
}


.cms-page p, .cms-page li
{
  margin-bottom: 10px;
  line-height: 25px;
}
.cms-page ol, .cms-page ul
{
  padding-left: 20px;
}

.how-it-work
{
  background: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.26);
  margin-top: 0px;
  transition: all 0.2s ease-in-out;
  margin: 15px auto;
}
.how-it-work img
{
  margin-bottom: 15px;
  width: 50px;
}
.shipping-date .datepicker-group
{
  float: left;
}
.shipping-date label
{
  width: 100%;
}
.btn-3.refresh-btn {
    float: left;
    width: 40px;
    height: 40px;
    padding: 0px !important;
    margin-left: 15px;
}


#custom-ajax-loader{ 
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
#custom-ajax-loader .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
#custom-ajax-loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
#custom-ajax-loader .is-hide{
  display:none;
}
