@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');
*{
	margin: 0px;
    padding: 0px;
}

body{
	font-family: 'Helvetica Neue', sans-serif;
	overflow-x: hidden;
	scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

a, a:hover{
	text-decoration: none;
}

button{
	border-radius: 0px;
	border:inherit;
	outline: none;
}

button:focus{
	border-radius: 0px;
	border:inherit;
	outline: none;
	box-shadow: none;
}

ul{
	margin: 0px;
	padding:0px;
}

ul li{
	list-style: none;
}

input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}


:root {
  --orange: #ff6501;
  --blue: #32659a;
}

h2{
	font-weight: 700;
	color: #000;
}

/*menu css start*/

.menu{
	background-color: #fff;
	box-shadow: 0px -4px 10px rgb(0 0 0 / 15%);
    transition: top 0.8s;
/*    overflow: hidden;*/
}

.menu nav ul li a{
	font-size: 16px;
	font-weight: 600;
	color: var(--blue)!important;
}

.menu nav ul li a{
	padding-left: 20px!important;
	padding-right: 20px!important;
}

.menu nav ul{
	align-items: center;
}

.menu nav ul .logo-item{
	margin: 0px 50px;
}

.menu nav ul .logo-item .navbar-brand img{
	width: 150px;
}

.menu nav ul li .dropdown-menu{
	border: 0px;
	background-color: whitesmoke;
	padding: 0px;
	border-radius: 0px;
}

.menu nav ul li .dropdown-menu li{
	margin-left: 0px;
	margin-right: 0px;
}

.menu nav ul li .dropdown-menu li a{
	font-size: 16px;
	font-weight: 500;
	color: #333!important;
}

.menu nav .navbar-nav{
    background-color: #d8d8d8;
    position: relative;
}

.menu nav .navbar-nav:after{
    position: absolute;
    content: "";
    right: -149px;
    top: 0px;
    height: 40px;
    width: 150px;
    background-color: #d8d8d8;
}

.menu nav ul li .dropdown-menu li a:hover{
	background-color: inherit;
	color: var(--blue)!important;
	transition: 0.3s;
}

.menu nav ul .anchor-effect a{
    position: relative;
    z-index: 5;
    color: #fff!important;
}

.menu nav ul .anchor-effect a:before{
    transform: skew(14deg,0deg);
    -webkit-transform: skew(14deg,0deg);
    -moz-transform: skew(14deg,0deg);
    -ms-transform: skew(14deg,0deg);
    transform-origin: 0 35%;
    margin-left: -5px;
    background: var(--blue);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.menu nav ul .anchor-effect a:after{
    background: #5c9de1;
    height: 100%;
    width: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    z-index: -1;
    transform: skew(14deg,0deg);
    -webkit-transform: skew(14deg,0deg);
    -moz-transform: skew(14deg,0deg);
    -ms-transform: skew(14deg,0deg);
    transform-origin: 0 35%;
    z-index: 1;    
}

.client-admin-login nav ul li .dropdown-menu{
    width:max-content;
}

/*.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff!important;
    background-color: var(--blue);
    border-right: 2px solid var(--orange);
}
*/
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/download.svg");
}

.navbar-light .navbar-toggler {
    color: rgb(255 101 1);
    border-color: rgb(255 101 1);
}

.menu .navbar-brand img{
    width: 180px;
}

/*menu css end*/

/*home-page-tracking css start*/

.home-page-tracking{
    margin-top: 80px;
}

.home-page-tracking .trac-shipment h3{
    font-size: 28px;
    color: #000;
    font-weight: 700;
}

.home-page-tracking .trac-shipment input{
    border-radius: 0px;
    border:1px solid whitesmoke;
    padding: 10px 10px;
    max-width: 100%;
}

.home-page-tracking .trac-shipment input:focus{
    box-shadow: none;
    border-color: #000;
}

.home-page-tracking .trac-shipment .d-flex button{
    border-radius: 0px;
    background-color: var(--orange);
    color: #fff;
    flex: none;
    border: 0px;
}

.home-page-tracking .trac-shipment .d-flex button:focus{
    box-shadow: none;
}

.home-page-tracking .trac-shipment p span{
    color: red;
}

.home-page-tracking .trac-shipment{
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}

.client-admin-login nav ul:after{
    display: none;
}

/*home-page-tracking css end*/

/*banner css start*/

.home-banner{
	background-image: url("../images/home-banner.jpg");
	background-repeat: no-repeat;
	padding: 50px 0px;
    background-size: cover;
    background-position: top right;
    overflow: hidden;
}

.home-banner .home-tab-form {
    border-radius: 5px;
    background-color: var(--blue);
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
    position: relative;
    z-index: 1;
}

.home-banner .home-tab-form:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    width: 985px;
    background-color: var(--blue);
    z-index: -1;
}

.home-banner .home-tab-form:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -85px;
    width: 100px;
    background-color: var(--blue);
    transform: skew(14deg,0deg);
    -webkit-transform: skew(14deg,0deg);
    -moz-transform: skew(14deg,0deg);
    -ms-transform: skew(14deg,0deg);
    z-index: -1;
}


.home-banner .home-tab-form h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    padding: 15px 0px;
}

.home-banner .home-tab-form .tab-form {
    padding-bottom: 20px;
}

.home-banner .home-tab-form .tab-form ul {
    background-color: #5c9de1;
    border: 0px;
    display: inline-flex;
}

.home-banner .home-tab-form .tab-form ul .nav-link {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}

.home-banner .home-tab-form .tab-form .fields .form-group {
    margin-bottom: .8rem;
}

.home-banner .home-tab-form .tab-form .fields {
    margin-top: 20px;
}

.home-banner .home-tab-form .tab-form .fields label {
    display: inline-block;
    margin-bottom: 0.2rem;
    font-weight: 500;
    float: left;
    color: #fff;
}

.home-banner .home-tab-form .tab-form .fields .selct-input{
    display: inline-flex;
}

.home-banner .home-tab-form .tab-form .fields .selct-input input{
    margin-right: 5px;

}

.home-banner .home-tab-form .tab-form .fields input{
	border-radius: 0px;
    color: #9b757d;
}

.home-banner .home-tab-form .tab-form .fields input:focus{
	box-shadow: none;
	border:1px solid #000;
}

.home-banner .home-tab-form .tab-form .fields select:focus{
	box-shadow: none;
	border:1px solid #000;
}

.home-banner .home-tab-form .tab-form .fields select{
	border-radius: 0px;
    color: #9b757d;
}

.home-banner .home-tab-form .tab-form ul li button {
    color: #fff;
}

.home-banner .home-tab-form .tab-form .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #000;
}

.home-banner .home-tab-form .tab-form .fields label span {
    color: #fff;
    font-size: 16px;
}


.home-banner .home-tab-form .tab-form p{
	margin-bottom: 0px;
	margin-top: 15px;
    color: #fff;
}

.home-banner .home-tab-form .tab-form p span{
	color: #fff;
}

.home-banner .form-image{
	margin-top: 15px;
}

.home-banner .dedcription-btn .btn-icon{
    background-color: #5c9de1;
}


.dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  color: var(--orange);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}

.dedcription-btn:focus{
border-radius: 30px;
}

.home-banner .dedcription-btn{
    border: 1px solid #5c9de1;
    color: #5c9de1;
}

.our-services .dedcription-btn{
    border: 1px solid var(--blue);
}

.about-us .dedcription-btn{
    border: 1px solid #000;
}

.dedcription-btn .btn-icon {
  background-color: var(--orange);
  width: 92px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}

.name-descripeion {
  position: relative;
  z-index: 999;
}

.btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #fcfcfc;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.dedcription-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.dedcription-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.btn-icon i {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #fff;
}
.dedcription-btn:hover {
  color: #fff!important;
}

.home-banner .star-filed{
    text-align: right;
}

.home-banner .star-filed p{
    margin-bottom: 0px;
}

/*banner css end*/

/*our-services css start*/

.our-services{
	margin-top: 80px;
}

.our-services .service{
	background-color: #fff;
	transition: 0.3s;
	border-radius: 10px;
}

.our-services .service:hover{
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
}

.our-services .service .service-image img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.our-services .service .service-content{
	padding: 30px 10px;
}

.our-services .service h4{
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.our-services .service .dedcription-btn{
	color: var(--blue);
	font-weight: 500;   
}

.our-services .service .dedcription-btn .btn-icon{
	background-color: var(--blue);
}

/*our-services css end*/

/*why-choose css start*/

.why-choose{
	margin-top: 80px;
}

.why-choose .why-box{
	display: flex;	
}

.why-choose .why-box .why-image{
	margin-left: 20px;
}

.why-choose .why-box h5{
	color: var(--orange);
	font-weight: 600;
}

.why-choose .why-box .why-content{
	text-align: right;
}

.why-choose .why-box .why-content p{
	text-align: justify;
}

.why-choose .why-box-2 h5{
	text-align: left;
}

.why-choose .why-box-2 .why-image{
	margin-right: 20px;
	margin-left: 0px;
}

.why-choose .btm-line {
    width: 50px;
    height: 3px;
    background-color: var(--orange);
}

/*why-choose css end*/

/*about us css start*/

.about-us{
	margin-top: 80px;
	background-color: var(--orange);
	padding: 50px 0px;
/*    position: relative;*/
}

/*.about-us:after{
    position: absolute;
    content: "";
    background-image: url("../images/x-shape.png");
    height: 660px;
    width: 100%;
    bottom: calc(100% - 530px);
    bottom: 140px;
    background-repeat: no-repeat;
    background-position: right;
    right: 95px;
    background-size: 680px;
}*/

.about-us h2{
	margin-bottom: 30px;
    color: #fff;
}

.about-us h5{
	font-size: 24px;
	font-weight: 600;
    color: #fff;
}
.about-us p{
	text-align: justify;
    color: #fff;
}

.about-us .ab-tus{
	padding-right: 100px;
}

.about-us .ab-tus .dedcription-btn {
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}

.about-us .ab-tus .btn-icon {
    background-color: #000;
}

.about-us .about-content{
	margin-top: 30px;
}

/*.about-us .about-image{
    position: relative;
	z-index: 999;
    height: 400px;
}*/

/*.about-us .about-image:after{
    position: absolute;
    content: "";
    background-image: url("../images/x-shape.png");
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    bottom: 0px;
}*/

/*.about-us .about-image:after, .about-us .about-image:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    box-shadow: 0 15px 10px rgba(0,0,0,.6);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    z-index: -9;
}

.about-us .about-image:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}*/

/*about us css end*/

/*our-partner css start*/

.our-partner{
	margin-top: 80px;
}

.owl-carousel .item{
	padding: 10px;
	border:1px solid #eee;
	text-align: center;
}

.owl-carousel .item img{
	width: 75%!important;
	margin: 0 auto;
	filter: grayscale(1);
}

.owl-carousel .item:hover img{
	filter: grayscale(0);
}

/*our-partner css end*/

/*integral-logistic css start*/

.integral-logistic{
	margin-top: 80px;
	margin-bottom: 80px;
}

.integral-logistic .row{
   border-radius: 15px;
   box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
   background-color: #fff;
   padding-top: 1rem;
}


.integral-logistic .single-coutnerup {
    text-align: left;
    padding: 0px 30px;
    text-align: center;
    margin-top: 30px;
}

.integral-logistic .single-coutnerup p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.integral-logistic .single-coutnerup .count-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--blue);
}

.integral-logistic .plus {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--blue);
}

/*integral-logistic css end*/

/*back to top button*/

#myBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 5%);
}

#myBtn i{
	color: var(--blue);
	font-size: 18px;
}

/*back to top button*/

/*whatsapp css start*/

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation: ripple-out 1.5s ease-in-out infinite;
    z-index: 99;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover{
    rotate: 30deg;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover{
    color: #fff;
}

@keyframes ripple-out{
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  100% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

/*whatsapp css end*/

/*footer css start*/

footer {
  background: var(--blue);
  padding: 2rem 0rem;
}

.ftr-links ul li {
  color: #ebebeb;
  margin-bottom: 10px;
}

.ftr-links ul li a {
  font-size: .9rem;
  transition: 0.3s;
  font-weight: 300;
  color: #ebebeb;
}

.ftr-links ul li a:hover {
  color: #fff;
}

.ftr-heading {
  color: #fff;
}

.ftr-social ul {
  margin-bottom: 0rem;
}

.ftr-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.ftr-social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #ebebeb;
  /* background: #fff; */
  text-align: center;
  line-height: 28px;
  border: 1px solid #ebebeb;
  border-radius: .15rem;
  transition: 0.3s;
  font-size: 14px;
}

.ftr-social ul li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: var(--blue);
}

.ftr-social ul li a i {
}

.footer_bottom {
  background-color: #333;
  padding: 10px 0px;
}


.footer_bottom .designed_by{
	text-align: right;
}

.footer_bottom .copyroght{
	text-align: left;
}


.copyroght p, .designed_by p, .designed_by p a {
  margin-bottom: 0px;
  font-size: .75rem;
  color: #a8a8a8;
}

.download-app a:hover{
  text-decoration: none;

}
.download-app a img {
  border-radius: 10px;
  margin-bottom: 10px;
  border: 2px solid #3e3e3e;
}

.ftr-contact {
}

.ftr-contact ul {
}

.ftr-contact ul li {
  font-size: .9rem;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-weight: 300;
  color: #ebebeb;
}

.ftr-contact ul li i {
  color: var(--maroon);
  margin-right: 5px;
  width: 15px;
  flex: none;
}

.ftr-contact ul li a {
	color: #ebebeb;
}
/*footer css end*/


/*client-login page css start*/

.client-login{
    padding: 50px 0px;
    background-image: url("../images/login-page-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.client-login .login-box{
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
    background-color: #fff;
    border-radius: 10px;
}

.client-login .login-box .login-form{
    padding: 20px 30px;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.client-login .login-box .login-image img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.client-login .login-box .login-form h1{
    font-size: 32px;
    color: var(--blue);
    font-weight: 700;
}

.client-login .login-box .login-form .login-fields{
    margin-top: 20px;
}

.client-login .login-box .login-form .login-fields input {
    border-radius: 0px;
    padding: 10px;
    border: 1px solid #ebebeb;
}

.client-login .login-box .login-form .login-fields input:focus{
    box-shadow: none;
    border-color: #000;
}

.client-login .login-box .login-form .login-fields label{
    margin-bottom: 8px;
    color: #000;
    font-weight: 500;
}

.client-login .login-box .forgot-ps{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.client-login .login-box .login-button button{
    border: 1px solid var(--orange);
}

.client-login .login-box .forgot-ps input:focus{
    box-shadow: none;
}

.client-login .login-box .forgot-ps a{
    color: var(--blue);
}

.client-login .login-box .forgot-ps .login-button{

}

.client-login .login-box .dont-account p a{
    color: var(--orange);
}

.client-login .login-box .dont-account{
    margin-top: 20px;
    text-align: center;
}

.client-login .login-box .ps-d{
    position: relative;
}

.client-login .login-box .ps-d .fa-eye{
    position: absolute;
    right: 15px;
    bottom: 15px;    
}
.client-login .login-box .ps-d .fa-eye-slash{
    position: absolute;
    right: 15px;
    bottom: 15px;    
}

.client-login .login-box .login-form .login-fields label span{
    color: red;
}

/*client-login page css end*/


/*client-signup page css start*/

.client-signup{
    padding: 50px 0px;
    background-image: url("../images/login-page-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.client-signup .login-box{
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
    background-color: #fff;
    border-radius: 10px;
}

.client-signup .login-box .login-form{
    padding: 20px 30px;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.client-signup .login-box .login-image img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.client-signup .login-box .login-form h1{
    font-size: 32px;
    color: var(--blue);
    font-weight: 700;
}

.client-signup .login-box .login-form .login-fields{
    margin-top: 20px;
}

.client-signup .login-box .login-form .login-fields input {
    border-radius: 0px;
    padding: 10px;
    border: 1px solid #ebebeb;
}

.client-signup .login-box .login-form .login-fields input:focus{
    box-shadow: none;
    border-color: #000;
}

.client-signup .login-box .login-form .login-fields label{
    margin-bottom: 8px;
    color: #000;
    font-weight: 500;
}

.client-signup .login-box .forgot-ps{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.client-signup .login-box .login-button button{
    border: 1px solid var(--orange);
}

.client-signup .login-box .forgot-ps input:focus{
    box-shadow: none;
}

.client-signup .login-box .login-form .login-fields select {
    border-radius: 0px;
    padding: 10px;
    border: 1px solid #ebebeb;
}

.client-signup .login-box .login-fields select:focus{
    box-shadow: none;
    border-color: #000;
}

.client-signup .login-box .forgot-ps a{
    color: var(--blue);
}

.client-signup .login-box .forgot-ps .login-button{

}

.client-signup .login-box .dont-account p a{
    color: var(--orange);
}

.client-signup .login-box .dont-account{
    margin-top: 20px;
    text-align: center;
}

.client-signup .login-box .ps-d{
    position: relative;
}

.client-signup .login-box .ps-d .fa-eye{
    position: absolute;
    content: ;
    right: 15px;
    bottom: 15px;    
}

.client-signup .login-box .login-form .login-fields label span{
    color: red;
}

/*client-signup page css end*/

/*user-profile css start*/

.user-profile{
    margin-top: 50px;
    margin-bottom: 50px;
}

.user-profile .edit-user-dp{
    background-color: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, .15);
    padding: 30px;
    border-radius: 10px;
}

.user-profile .edit-user-dp .user-dp{
    text-align: center;
    position: relative;
}


.user-profile .edit-user-dp .user-dp i{
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
    font-size: 12px;
    right: 122px;
    top: 10px;
}

.user-profile .edit-user-dp .user-name{
    text-align: center;
    margin-top: 15px;
}

.user-profile .edit-user-dp .user-name h4{
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.user-profile .edit-user-dp .image-edit{
    margin-top: 15px;
    text-align: center;
}

.user-profile .edit-user-dp .image-edit button{
    border: 0px;
    border-radius: 5px;
    background-color: var(--blue);
    color: #fff;
    padding: 8px 12px;
}

.user-details{
    background-color: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, .15);
    padding: 30px;
    border-radius: 10px;
}

.user-details .user-details-fields {
    margin-top: 15px;
}

.user-details .user-details-fields label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.user-details .user-details-fields label span{
    color: red;
}

.user-details .user-details-fields input {
    border-radius: 0px;
}

.user-details .user-details-fields select {
    border-radius: 0px;
}

.user-details .user-details-fields input:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.user-details .user-details-fields select:focus {
    box-shadow: none;
    border-color: #000;
}

.user-details .save-profile-button{
    margin-top: 15px;
}

.user-details .save-profile-button button{
    border: 1px solid var(--orange);
}


/*user-profile css end*/

/*Dashboard menu css start*/

.menu nav .user-ds{
    background-color: inherit;
}

.menu nav .user-ds .nav-link img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.menu nav .user-ds .dropdown-menu li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu nav .user-ds .dropdown-menu li a i{
    margin-left: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--orange);
    font-size: 12px;
    color: #fff;
}

.menu nav .user-ds .dropdown-menu li{
    padding: 5px 0px;
    transition: 0.3s;
}

.menu nav .user-ds .dropdown-menu li:hover{
    background-color: var(--orange)!important;
}

.menu nav .user-ds .dropdown-menu li:hover a{
    color: #fff!important;
}

.menu nav .user-ds .dropdown-menu li:hover a i{
    color: var(--orange);!important;
    background-color: #fff;
}

.menu nav .user-ds .dropdown-menu{
    padding-top: 18px!important;
}

/*Dashboard menu css end*/

/*dash-user-details css start*/

.dash-user-details{
    margin-top: 50px;
    margin-bottom: 50px;
}

.user-details-box{
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-details-box p{
    margin-bottom: 0px;
}

.user-details-box h5{
    margin-bottom: 0px;
}

.user-details-box .paynow{
    width: 20%;
}

.user-details-box .paynow .dedcription-btn{
    border: 1px solid var(--orange);
}

.client-dashboard{
    margin-bottom: 50px;
}

.client-dashboard .dashboard-box{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 5px;
    transition: 0.3s;
    min-height: 110px;
    background-image: url("../images/dashboard/shape.png");
    background-repeat: no-repeat;
    border: 1px solid #f06548;
}

.client-dashboard .dash-box-2{
    border: 1px solid #4b38b3;
}

.client-dashboard .dash-box-3{
    border: 1px solid #fdbc0b;
}

.client-dashboard .dash-box-4{
    border: 1px solid #299cdb;
}

.client-dashboard .dash-box-5{
    border: 1px solid #32659a;
}

.client-dashboard .dash-box-6{
    border: 1px solid #ff6501;
}

.client-dashboard .dash-box-7{
    border: 1px solid #f06548;
}

.client-dashboard .dash-box-8{
    border: 1px solid #4b38b3;
}

.client-dashboard .dash-box-9{
    border: 1px solid #fdbc0b;
}

.client-dashboard .dash-box-10{
    border: 1px solid #299cdb;
}

.client-dashboard .dash-box-11{
    border: 1px solid #32659a;
}

.client-dashboard .dashboard-box:hover {
    transform: translatey(-5px);
}

.client-dashboard .dashboard-box-content h6{
    margin-bottom: 0px;
    font-weight: 600;
    color: #000;
}

.client-dashboard .dashboard-box-content span{
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
    display: block;
}

.client-dashboard .dashboard-box-content button{
    color: #0e9347;
    border: 0px;
    padding:0px;
    margin-top: 3px;
    background-color: inherit;
    font-weight: 600;
}

.client-dashboard .dashboard-box .dashboard-box-icon{
    background-color: #f06548;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-dashboard .dashboard-box .ds-bx-2{
    background-color: #4b38b3!important;
}

.client-dashboard .dashboard-box .ds-bx-3{
    background-color: #44c984!important;
}

.client-dashboard .dashboard-box .ds-bx-3{
    background-color: #fdbc0b!important;
}

.client-dashboard .dashboard-box .ds-bx-4{
    background-color: #299cdb!important;
}

.client-dashboard .dashboard-box .ds-bx-5{
    background-color: #32659a!important;
}

.client-dashboard .dashboard-box .ds-bx-6{
    background-color: #ff6501!important;
}

.client-dashboard .dashboard-box .ds-bx-8{
    background-color: #4b38b3!important;
}

.client-dashboard .dashboard-box .ds-bx-9{
    background-color: #fdbc0b!important;
}

.client-dashboard .dashboard-box .ds-bx-10{
    background-color: #299cdb!important;
}

.client-dashboard .dashboard-box .ds-bx-11{
    background-color: #32659a!important;
}


.client-dashboard .dashboard-box .dashboard-box-icon img{
    width: 35px;
}

/*dash-user-details css end*/

/*raise-query-pg css start*/

.raise-query-pg{
    margin-top: 50px;
    margin-bottom: 50px;
}

.client-flieds-heading{
    font-weight: 600;
    color: #000;
}

.query-pg-flieds{
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.client-login-flieds{
    margin-top: 15px;
}

.client-login-flieds label{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.client-login-flieds label span{
    color: red;
}

.client-login-flieds input{
    border-radius: 0px;
}

.client-login-flieds input:focus{
    box-shadow: none;
    border: 1px solid #000;
}

.client-login-flieds select{
    border-radius: 0px;
}

.client-login-flieds select:focus{
    box-shadow: none;
    border-color: #000;
}

.client-login-flieds textarea{
    border-radius: 0px;
    min-height: 50px;
}

.client-login-flieds textarea:focus{
    box-shadow: none;
    border-color: #000;
}

.reset-button-client{
    border: 1px solid var(--orange);
}

.save-button-client{
    border: 1px solid var(--blue);
    color: var(--blue);
}

.save-button-client .btn-icon{
    background-color: var(--blue);
}

.raise-query-text-table{
    margin-bottom: 50px;
}

.query-table-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--blue);
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.query-table-heading h5{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}

.query-table-heading p{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

.query-table-fillter{
    display: flex;
    align-items: center;
}

.query-table-fillter .fields:last-child{
    margin-right: 0px;
}

.query-table-fillter .fields input {
    border-radius: 0px;
}

.query-table-fillter .fields{
    margin-right: 10px;
}

.query-table-fillter .fields button{
    border-radius: 0px;
    background-image: linear-gradient(to top, #f79555, #eb762b);
    border: 1px solid #eb762b;
}

.query-table-fillter .fields button:focus{
    box-shadow: none;
    border: 1px solid #eb762b;
}

.query-table-fillter .fields input:focus {
    box-shadow: none;
    border: 1px solid #000!important;
}

.query-table-fillter .fields select {
    border-radius: 0px;
}

.query-table-fillter .fields select:focus {
    box-shadow: none;
    border-color: #000;
}

.Record-table table{
    white-space: nowrap;
}

.Record-table table td .view-button{
    background-color: #33ab33;
    color: #fff;
    text-decoration: none;
}

.query-table-data{
    background-color: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, .15);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 15px;
}


.query-table-data .pagination{
    justify-content: center;
}

.Record-table table td .close-button{
    background-color: #f50808;
    color: #fff;
    text-decoration: none;
}

.Record-table table tbody tr:hover{
    background-color: whitesmoke;
}


/*raise-query-pg css end*/


/* Track-ShipmentPageCss-Start */

.tracking-banner{
    background-image: url("../images/tracking-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: end;
    overflow: hidden;
}

.banner-heading{
    position: relative;
    z-index: 1;
    padding: 15px 0px;
}

.banner-heading:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    width: 800px;
    background-color: var(--blue);
    z-index: -1;
}

.banner-heading:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 135px;
    width: 30px;
    background-color: var(--blue);
    transform: skew(14deg,0deg);
    -webkit-transform: skew(14deg,0deg);
    -moz-transform: skew(14deg,0deg);
    -ms-transform: skew(14deg,0deg);
    z-index: -1;
}

.banner-heading h1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}

.tracker{
    margin-top: 80px;
    margin-bottom: 80px;
}

.track-page {
  margin-top: 30px;
  padding-bottom: 46px;
}

.track-page h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}

.track-page hr {
  margin-top: 0px;
}

.track-border {
  border: 1px solid #9e9e9e;
}

.track-left {
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-left p {
  font-size: 1.5rem;
}

.track-right {
  border-left: 1px solid #ddd;
  padding: 20px 10px;
}

.track-right input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}

.track-right input::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ddd;
}

.track-right p {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.track-btn .btn {
  outline: none;
  border: none;
  background: #0070bc;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}

.track-btn .btn:hover {
  color: #fff;
}

.packet-status h6, .packet-history h6 {
  margin-bottom: 5px;
  margin-top: 10px;
}

.packet-status table tr td {
  width: auto;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.packet-status table tr td, .packet-status table tr th, .packet-history table tr td, .packet-history table tr th {
  padding: 5px;
  font-size: 12px;
}

.track-top {
  padding: 5px 15px;
  background: whitesmoke;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: flex-start;
}

.track-top a {
  text-decoration: none;
  background: #4caf50;
  color: #fff;
  padding: 5px 12px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
}

.track-top a:hover {
  text-decoration: none;
  color: #fff;
}

.track-top ul {
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: -11px;
}

.track-top ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}

.track-top ul li span.bold-text {
  font-weight: 600;
}

.track-top .toggle-point {
  display: inline-block;
  float: right;
  cursor: pointer;
}

/* New Css */
.tracking {
  position: relative;
  padding: 20px 0;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

.tracking>li {
  position: relative;
  margin-bottom: 20px;
}

.tracking>li>.tracking-date {
  float: left;
  text-align: right;
  position: relative;
  width: 20%;
  padding: 20px 20px 20px 0px;
}

.tracking>li>.tracking-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 23%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2em;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  background-color: #4c5667;
}

.tracking-badge.success {
  background-color: #4caf50 !important;
}

.tracking .tracking-panel {
  float: right;
  position: relative;
  width: 75%;
  padding: 15px 25px;
}

.tracking-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

.tracking-body>p, .tracking-body>ul {
  margin-bottom: 0;
}

.tracking-body>p {
  color: #313131;
}

.tracking .tracking-panel {
  float: right;
  position: relative;
  width: 75%;
  padding: 15px 25px;
}

.tracking-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
  font-size: 14px;
}

.tracking-body>p, .tracking-body>ul {
  margin-bottom: 0;
}

.tracking-body>p {
  color: #313131;
  font-size: 12px;
}

.tracking:before {
  content: " ";
  position: absolute;
  top: 40px;
  bottom: 70px;
  left: 23%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eee;
}

.tracking>li>.tracking-badge {
  z-index: 9;
  position: absolute;
  top: 16px;
  left: 23%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2em;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  background-color: #4c5667;
}

.tracking>li:after, .tracking>li:before {
  content: " ";
  display: table;
}

.tracking>li:after {
  clear: both;
}
		
.traking-error-msg{
    background-color: #d8d8d8;
    border-left: 5px solid var(--orange);
    padding: 10px 20px;
    margin-bottom: 15px;
}
.traking-error-msg h4{
    color: red;
    font-size: 20px;
    font-weight: 500;
}
.traking-error-msg p{
    margin-bottom: 0px;
}
.tracking>li:after, .tracking>li:before {
  content: " ";
  display: table;
}

.tracker .accordion h2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
}
.tracker .accordion .accordion-item{
    margin-bottom: 15px;
    border-radius: 0px;
}
.tracker .accordion .accordion-item:last-child{
    margin-bottom: 0px;
}
.tracker .accordion h2 .accordion-button{
    width: inherit;
    background-color: inherit;
}
.tracker .accordion h2 .accordion-button:focus{
    box-shadow: none;
}
.tracker .accordion h2 .accordion-button:not(.collapsed) {
    color: #0c63e4;
     box-shadow: none;
}

@media screen and (max-width:991px) {
  .track-page h3{
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .track-left{
    height: auto;
  }
  .track-left p{
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .track-right {
    border-left: none;
    text-align: center;
  }
  .track-right p{
    margin-bottom: 1rem;
  }

  .process-client .client-box-content h3 {
        font-size: 22px!important;
    }
  .process-client .process-client-box{
      margin-bottom:30px;
  }
   .process-client-box-last-md:after{
        display: none;
    }
    .process-client-box-brf:before{
        position: absolute;
        content: "";
        left: calc(50% - 2px);
        top: -60px;
        height: 100px;
        width: 3px;
        background: linear-gradient(90deg, #e2e2e2 50%, transparent 50%), linear-gradient(90deg, #e2e2e2 50%, transparent 50%), linear-gradient(0deg, #e2e2e2 50%, transparent 50%), linear-gradient(0deg, #e2e2e2 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
        background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
        animation: border-dance-brf 4s infinite linear;
        z-index: -1;
    }

    @keyframes border-dance-brf {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}

    .query-pg-flieds .client-login-flieds .tab-form ul li button{
        margin-top:0px;
    }
}

@media screen and (max-width:767px){
  .tracking>li>.tracking-date{
    width: 30%;
    padding: 15px 10px 15px 0px;
  }
  .tracking>li>.tracking-badge{
    left: 35%;
    top: 0px;
  }
  .tracking .tracking-panel{
    width: 60%;
    padding: 10px 0px 0px 10px;
  }
  .tracking-title{
    font-size: 12px;
  }
  .tracking:before{
    left: 35%;
  }

  .process-client .mr-btm{
    margin-bottom: 0px;
}
.process-client-box{
    margin-bottom: 35px!important;
}
.process-client .process-client-box:after{
    display:none;
}
.process-client-box-first:before{
    position: absolute;
    content: "";
    left: calc(50% - 2px);
    top: -60px;
    height: 100px;
    width: 3px;
    background: linear-gradient(90deg, #e2e2e2 50%, transparent 50%), linear-gradient(90deg, #e2e2e2 50%, transparent 50%), linear-gradient(0deg, #e2e2e2 50%, transparent 50%), linear-gradient(0deg, #e2e2e2 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance-brf 4s infinite linear;
    z-index: -1;

}

    @keyframes border-dance-brf {
  0% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
  100% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
}
}

@media screen and (max-width:507px) {
  .track-top .toggle-point {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .track-top ul li{
    margin-left: 10px;
  }
  
}

/*New Css*/
.table-striped thead,
.table-striped tbody tr th{
  background: #dff0d8;
}
.table-striped thead th,
.table-striped tbody tr th{
  color: green;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2fff5;
}

/*tracking css end*/

/*Contact us page css start*/

.contact-banner{
    background-image: url(../images/contact-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: end;
    overflow: hidden;
}

.contact-us{
    margin-top: 80px;
    margin-bottom: 80px;
}

.contact-us .contact-form{
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.contact-us h5{
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.contact-us .contact-form p span{
    color: red;
}

.contact-us .contact-fields select {
    border-radius: 0px;
}

.contact-us .contact-address{
    padding-right: 70px;
}

.contact-us .contact-fields select:focus {
   box-shadow: none;
   border:1px solid #000;
}

.contact-us .contact-fields input {
    border-radius: 0px;
}

.contact-us .contact-fields input:focus {
   box-shadow: none;
   border:1px solid #000;
}

.contact-us .contact-fields textarea {
    border-radius: 0px;
}

.contact-us .contact-fields textarea:focus {
   box-shadow: none;
   border:1px solid #000;
}

.contact-us .contact-fields {
    margin-top: 15px;
}

.contact-us .contact-fields label {
    margin-bottom: 0.2rem;
    color: #000;
}

.contact-us .contact-fields label span{
    color: red;
}

.contact-us .contact-button{
    margin-top: 20px;
}

.contact-us .contact-address ul{
    margin: 0px;
    padding: 0px;
}

.contact-us .contact-address ul li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-us .contact-address ul li:last-child{
    margin-bottom: 0px;
}

.contact-us .contact-address ul li i{
    margin-right: 10px;
}

.contact-us .contact-address ul li p{
    margin-bottom: 0px;
}


/*Contact us page css end*/

/*who-we-are page css start*/
.who-we-are-banner {
    background-image: url(../images/who-we-are-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: end;
    overflow: hidden;
}
.company-profile{
    margin-top: 80px;
    overflow: hidden;
}
.company-profile-content h3 {
    margin-bottom: 0px;
    color: #fff;
    position: relative;
    padding: 15px 0px;
    z-index: 1;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}
.company-profile-content h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 800px;
    height: 100%;
    background: var(--orange);
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
}
.company-profile-content p{
    text-align: justify;
}
.company-profile-extra-content{
    margin-top: 30px;
}
.company-profile-extra-content p{
    text-align: justify;
}
.company-profile-extra-content p:last-child{
    margin-bottom: 0px;
}
.our-history{
    margin-top: 80px;
    overflow: hidden;
}
.our-mission{
    margin-top: 80px;
    margin-bottom: 80px;
    overflow: hidden;
}
.company-profile-content ul li{
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: baseline;
}
.company-profile-content ul li:last-child{
    margin-bottom: 0px;
}
.company-profile-content ul li i{
    margin-right: 10px;
    color: var(--orange);
}
.company-profile-content ul li p{
    margin-bottom: 0px;
}
/*who-we-are page css end*/

/*our-services page css start*/

.service-banner{
    background-image: url(../images/service-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: end;
    overflow: hidden;
}

.ser-e-commerce{
    margin-top: 80px;
    overflow: hidden;
}

.ser-e-commerce p {
    text-align: center;
}

.ser-e-commerce h2 {
    text-align: center;
}

.service-content-sec p{
    text-align: justify;
    margin-top: 30px;
}

.service-content-sec h3{
    margin-bottom: 0px;
    color: #fff;
    position: relative;
    padding: 15px 0px;
    z-index: 1;
    font-weight: 600;
    font-size: 24px;
}

.service-content-sec h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 800px;
    height: 100%;
    background: var(--orange);
     -webkit-transform: skew(-12deg); 
    -ms-transform: skew(-12deg);
     transform: skew(-12deg); 
    z-index: -1;
}


.ser-air-logistics{
    margin-top: 3rem;
    overflow: hidden;
}

.ser-surface-logistics{
    margin-top: 3rem;
    overflow: hidden;
}

.ser-documents-non-documents{
    margin-top: 3rem;
    overflow: hidden;
}


.ser-corporate-services{
    margin-top: 3rem;
    margin-bottom: 80px;
    overflow: hidden;
}

.ser-e-commerce .service-img-sec{
    text-align: right;
}
.ser-surface-logistics .service-img-sec{
    text-align: right;
}
.ser-corporate-services .service-img-sec{
    text-align: right;
}

/*our-services page css end*/

/*Terms & Conditions page css start*/
.terms-banner {
    background-image: url(../images/Terms-&-Conditions-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: end;
    overflow: hidden;
}
.terms-conditions{
    margin-top: 80px;
    margin-bottom: 70px;
}
.terms-conditions p{
    text-align: justify;
    margin-bottom: 10px;
}
.terms-conditions h4{
    font-weight: 600;
    margin-top: 30px;
}
.terms-conditions .terms-heading{
    text-align: center;
    margin-bottom: 20px;
}
.terms-conditions ul{
    padding-left: 15px;
}
.terms-conditions ul li{
    list-style: disc;
    margin-bottom: 8px;
}
/*Terms & Conditions page css end*/

/*404-error page css start*/
.error-page{
    margin-top: 80px;
    margin-bottom: 80px;
}
.error-page p{
    margin-bottom: 10px;
}
.error-page a{
    border:1px solid var(--orange);
    margin-top: 15px;
}
/*404-error page css end*/

/*po-box-page css start*/
.po-box-banner {
    background-image: url(../images/po-box-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: end;
    overflow: hidden;
}
.po-box{
    margin-top: 80px;
}
.po-box .po-box-be {
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}
.po-box .po-box-be-point{
    display: flex;
    justify-content: space-between;
}
.po-box .po-box-be-point .point-box{
    padding: 0px 10px;
    margin-top: 20px;
}
.po-box .po-box-be-point .point-box i{
    font-size: 36px;
    color: var(--blue);
}
.po-box .po-box-be-point .point-box p{
    margin-bottom: 0px;
}
.po-box .po-box-be-point .point-box h4{
    font-weight: 600;
    margin-top: 10px;
}
.po-boxes-size-options{
    margin-top: 80px;
    margin-bottom: 80px;
}
.po-boxes-size-options .size-options-content h2{
    margin-bottom: 0px;
    color: #fff;
    position: relative;
    padding: 15px 0px;
    z-index: 1;
    margin-bottom: 30px;
}
.po-boxes-size-options .size-options-content h2:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 800px;
    height: 100%;
    background: var(--orange);
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
}
.po-boxes-size-options .size-options-content ul{
    padding-left: 15px;
}
.po-boxes-size-options .size-options-content ul li{
    list-style: disc;
    margin-bottom: 8px;
}
.po-boxes-size-options .size-options-content ul li:last-child{
    margin-bottom: 0px;
}
.po-boxes-size-options .size-options-content p{
    text-align: justify;
}
/*po-box-page css end*/

/*responsive css start*/

@media (min-width: 991px){
	.logo-navbar-brand{
		display: none;
	}
	.menu nav ul li:hover .dropdown-menu{ 
	   display: block; 
	   position: absolute;
	   padding-top: 15px; 
   }
   .client-admin-login .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-20%);
      transition: all .5s;
   }
   .dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0%);
   }

}

@media (min-width: 1600px){
    .menu nav .navbar-nav:after{
        width: 500px;
        right: -500px;
    }

}

@media (min-width: 1800px){

    .home-banner .home-tab-form:before{
        width: 1110px;
        left: -70%;
    }
    .home-banner .home-tab-form:after{
        right: -80px;
    }
    .banner-heading:before{
        left: -96%;
        width: 1095px;
    }

}

@media (max-width: 1399px){
    .menu nav ul li a {
    padding-left: 12px!important;
    padding-right: 12px!important;
}
.home-banner .home-tab-form:before{
    width: 840px;
}
.home-banner .home-tab-form .tab-form .fields label{
        font-size: 13px;
        font-weight: 700;
    }
    .client-dashboard .dashboard-box-content h6{
        font-size: 14px;
    }
    .user-profile .edit-user-dp .user-dp i{
        right: 92px;
    }
    .home-banner .home-tab-form:after{
        right: -70px;
    }
    .banner-heading:after{
        right: 2px;
    }
    .service-content-sec h2:after{
        width: 720px;
    }


}

@media (max-width: 1199px){
	.menu nav ul .logo-item{
		margin: 0px 0px;
	}
	.menu nav ul li a{
		font-size: 14px;
	}
    .home-banner .home-tab-form .tab-form .fields label{
        font-size: 12px;
    }

    .menu nav ul li a {
    padding-left: 8px!important;
    padding-right: 8px!important;
}
.home-banner .home-tab-form:before{
    width: 710px;
}
.user-profile .edit-user-dp .user-dp i{
        right: 62px;
    }
    /*.menu nav ul:after{
        height: 37px;
    }*/
    .banner-heading:before{
        width: 660px;
    }
    .menu nav .navbar-nav:after{
        height: 37px;
    }

    .process-client .client-box-content h3{
        font-size: 18px!important;
    }
}

@media (max-width: 991px){
        .menu nav .navbar-nav:after{
        display: none;
    }
    .home-banner .star-filed{
        text-align: center;
    }
    .menu nav ul{
        background-color: #fff;
        margin-top: 15px;
    }
    .home-banner .home-tab-form:before{
        width: 720px;
    }
	.logo-item{
		display: none;
	}
	.menu nav ul{
		align-items: initial;
	}
	.logo-navbar-brand img{
		width: 130px;
	}
	.about-us .ab-tus{
		padding-right: 0px;
	}
	.about-us .ab-tus .dedcription-btn{
		margin-bottom: 20px;
	}
	.why-choose .why-box{
		flex-direction: row-reverse;
	}
	.why-choose .why-box-2{
		flex-direction: inherit;
	}
	.why-choose .why-box .why-image {
       margin-right: 20px;
       margin-left: 0px;
   }
   .why-choose .why-box .why-content{
   	text-align: left;

}

.ftr-links {
  margin-bottom: 1rem;
}

.user-details-box{
    flex-wrap: wrap;
}

.user-details-box .welcome{
    width: 50%;
}

.user-details-box .credit-limit{
    width: 50%;
    text-align: right;
}

.user-details-box .utilized{
    width: 50%;
    margin-top: 10px;
}

.user-details-box .available{
    width: 50%;
    margin-top: 10px;
    text-align: right;
}

.user-details-box .paynow{
    width: 100%;
    margin-top: 10px;
}

.query-pg-flieds button{
    margin-top: 15px;
}

.query-table-heading{
    flex-wrap: wrap;
}

.query-table-fillter{
    margin-top: 20px!important;
    margin: 0 auto;
}
.user-profile .edit-user-dp .user-dp i{
        right: 80px;
    }

    .menu .navbar-nav:after{
        display: none;
    }

    .home-banner .home-tab-form:after{
        width: 120px;
        right: -90px;
    }
    .menu nav .navbar-nav{
        background-color: inherit;
    }
    .menu nav ul .anchor-effect a:before{
        display: none;
    }

    .menu nav ul .anchor-effect a:after{
        display: none;
    }
    .menu nav ul li a{
        font-size: 16px;
    }
    .menu nav ul .anchor-effect a{
        color: var(--blue)!important;
    }
    .menu nav ul li a{
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .menu nav ul li .dropdown-menu{
        background-color: inherit!important;
    }
    #head-menu{
        top: 0px!important;
    }
    .banner-heading:before{
        display: none;
    }

    .banner-heading:after{
        display: none;
    }

    .banner-heading{
        text-align: center;
    }
    .banner-heading h1{
        padding: 5px 10px;
        background-color: var(--blue);
        display: inline-block;
    }
    .tracking-banner{
        align-items: center;
    }
        .terms-banner{
        align-items: center;
    }

    .contact-banner{
        align-items: center;
    }
    .contact-us .contact-address{
        padding-right: 0px;
    }
    .ser-air-logistics .row{
        flex-direction: column-reverse;
    }

    .ser-documents-non-documents .row{
        flex-direction: column-reverse;
    }
    .service-content-sec h3:after{
        display: none;
    }

    .service-content-sec h3{
        text-align: center;
        color: #000;
    }

    .service-img-sec{
        text-align: center;
    }

    .service-content-sec p{
        margin-top: 0px;
    }
    .service-banner {
       align-items: center;
    }
    		
    .who-we-are-banner {
       align-items: center;
    }

    .service-banner h1 {
       padding: 5px 10px;
       background-color: var(--blue);
       display: inline-block;
    }
        .company-profile-content h3:after{
        display: none;
    }
    .company-profile-content h3{
        color: #000;
        text-align: center;
        margin-bottom: 0px;
    }
    .our-history .row{
        flex-direction: column-reverse;
    }
    .po-box-banner {
       align-items: center;
    }
    .po-boxes-size-options .size-options-content h2:after{
        display: none;
    }
    .po-boxes-size-options .size-options-content h2{
        color: #000;
    }
    .po-box .po-box-be-point .point-box{
        margin-top: 30px;
    }
    .po-boxes-size-options .size-options-content h2{
        margin-bottom: 0px;
    }

}

@media (max-width: 767px){
    .home-banner .home-tab-form:before{
        display: none;
    }
        .footer_bottom .designed_by{
    margin-top: 10px;
}
    .home-banner .home-tab-form{
        padding: 15px;
    }
	.footer_bottom .copyroght{
		text-align: center;
	}
	.footer_bottom .designed_by{
		text-align: center;
	}
    .ftr-links-last{
        margin-bottom: 0px;
    }
    .user-profile .edit-user-dp .user-dp i {
    right: 170px;
}

.user-profile .edit-user-dp{
    margin-bottom: 30px;
}
.home-banner .home-tab-form:after{
    display: none;
}

.tracking-banner{
    height: 200px;
}
.terms-banner{
    height: 200px;
}

.contact-banner{
    height: 200px;
}
.service-banner{
    height: 200px;
}
.track-top{
    display: block;
}
.track-top ul li:first-child{
    margin-left: 0px;
}
.track-top .track-ul-desktop{
    display: none;
}
.tracker .accordion h2{
    flex-wrap: wrap;
}
.track-top-phone{
    margin-top: -15px;
}
.who-we-are-banner{
    height: 200px;
}
.po-box-banner {
    height: 200px;
}
}

@media (min-width: 767px){
    .track-top-phone{
        display: none!important;
    }
}

@media (max-width: 575px){
	.ftr-social{
		margin-bottom: 20px;
	}

    .home-page-tracking .trac-shipment .d-flex{
        display: inherit!important;
    }

    .home-page-tracking .trac-shipment .d-flex button{
        margin-top: 15px;
        padding: 10px 15px;
    }
    .home-page-tracking .trac-shipment h3{
        font-size: 24px;
    }

    .client-login .login-box .login-form{
        padding: 20px 15px;
    }

    .client-login .rember label{
        font-size: 14px;
    }

    .client-login .pass a{
        font-size: 14px;
    }
    .client-login .login-box .login-form h1{
        font-size: 28px;
    }
    .client-login{
        padding: 50px 0px;
    }
    .user-details-box .welcome{
    width: 100%;
}

.user-details-box .credit-limit{
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.user-details-box .utilized{
   width: 100%;
}

.user-details-box .available{
    width: 100%;
    text-align: left;
}

.user-details-box .paynow{
    width: 100%;
}
.client-dashboard .dashboard-box{
    min-height: inherit!important;
}

.query-table-heading h5{
    font-size: 18px;
}
.query-table-heading p{
    font-size: 14px;
}

.user-profile .edit-user-dp .user-dp i {
    display: none;
}

.banner-heading h1{
    font-size: 20px;
}
.tracking-banner{
    height: 150px;
}
/*.track-top{
    display: inherit;
}*/
.terms-banner{
    height: 150px;
}
.track-top ul li{
    font-size: 12px;
}

.service-banner {
    height: 150px;
}
.ser-e-commerce p{
    text-align: justify;
}
.service-content-sec h3{
    font-size: 20px;
}
.track-top{
    padding: 5px 10px;
}
.who-we-are-banner{
    height: 150px;
}
.po-box-banner {
    height: 150px;
    background-position: right;
}

.process-client .client-box-content{
    margin-top: 30px!important;
}
}

/*responsive css end*/

.errorbox{
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/*404-error page css start*/.error-page{    margin-top: 40px;    margin-bottom: 80px;}.error-page p{    margin-bottom: 10px;}.error-page a{    border:1px solid var(--orange);    margin-top: 15px;}/*404-error page css end*//*thanku-page css start*/.success-animation { margin:0px auto 30px; auto;}.checkmark {    width: 100px;    height: 100px;    border-radius: 50%;    display: block;    stroke-width: 2;    stroke: #4bb71b;    stroke-miterlimit: 10;    box-shadow: inset 0px 0px 0px #4bb71b;    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;    position:relative;    top: 5px;    right: 5px;   margin: 0 auto;}.checkmark__circle {    stroke-dasharray: 166;    stroke-dashoffset: 166;    stroke-width: 2;    stroke-miterlimit: 10;    stroke: #4bb71b;    fill: #fff;    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;}.checkmark__check {    transform-origin: 50% 50%;    stroke-dasharray: 48;    stroke-dashoffset: 48;    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;}@keyframes stroke {    100% {        stroke-dashoffset: 0;    }}@keyframes scale {    0%, 100% {        transform: none;    }    50% {        transform: scale3d(1.1, 1.1, 1);    }}@keyframes fill {    100% {        box-shadow: inset 0px 0px 0px 30px #4bb71b;    }}.coming-soon{
    margin-top:80px;
    margin-bottom:80px;
}

.coming-text p{
    margin-bottom:10px;
}

.skyblue {
    display: inline !important;
    margin-left: 15px !important;
}
.user-details-box1 {
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.user-details-box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-details-box2 .dedcription-btn{
    border: 1px solid var(--orange);
}

.btnpadding{
    padding-right:84px !important;padding-left:20px !important;
}

.CreateShipment h1 {
    font-size: 32px;
    color: var(--blue);
    font-weight: 700;
}

.Amttxtbox input:focus{
    box-shadow: none;
    border: 1px solid #000;
}

.backbtn{
    border:1px solid #31659a;
}
.myquote-btn {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #fcfcfc;
    color: #31659a;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 0;
    transition: all 0.3s;
    padding-right: 40px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
    .myquote-btn .btn-icon {
    background-color: #33669a;
    width: 92px;
    height: 45px;
    float: right;
    position: absolute;
    border-radius: 30px 30px 30px 0;
    right: 0px;
    top: 0px;
    transition: all 0.3s;
}
    .myquote-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.myquote-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
    .myquote-btn:hover {
  color: #fff!important;
}

    .process-client{    margin-top: 65px;    margin-bottom: 50px;}.process-client .process-client-box{    background-color: #fff;    border-radius: 10px;    position: relative;    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);    padding: 8px 15px;    min-height: 100px;}.process-client .process-client-box:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  right: -25px;
  top:calc(50% - 2px);
  background: linear-gradient(90deg, #e2e2e2 50%, transparent 50%), linear-gradient(90deg, #e2e2e2 50%, transparent 50%), linear-gradient(0deg, #e2e2e2 50%, transparent 50%), linear-gradient(0deg, #e2e2e2 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
  background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
  animation: border-dance 4s infinite linear;
  z-index: -1;
}

@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}
.process-client-box-last:after{
        display: none;
    }.process-client .client-box-icon{    width: 70px;    height: 70px;    background-color:#0a58ca;    border-radius: 50%;    border: 2px solid #fff;    display: flex;    align-items: center;    justify-content: center;    position: absolute;    top: -15px;    left: -10px;}.process-client .client-box-icon img{    width: 40px;}.process-client .client-box-content{    text-align: center;    margin-top: 40px;}.process-client .client-box-content h3{    color: #1258c7;    font-size: 22px;    font-weight: 500;}.process-client .client-box-content h3 span{
    font-size:36px;
    font-weight:600;
    margin-right:5px;
}.process-client .active-process{   background-image: linear-gradient(90deg, #1258c7, #3365a5);    color: #fff;}.process-client .active-process h3{    color: #fff;}.query-pg-flieds .query-ship-bok-btn{
    margin-top:30px;
}.query-pg-flieds .reset-button-client:focus{
    border:1px solid var(--orange);

}.query-pg-flieds .client-login-flieds .tab-form{
    text-align:center;
}.query-pg-flieds .client-login-flieds .tab-form ul{
    margin-bottom:30px;
}/*----------------------------------*/
.flieds-MT{
    margin-top: 7px;
}

.flieds-MT label{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.flieds-MT label span{
    color: red;
}

.flieds-MT input{
    border-radius: 0px;
}

.flieds-MT input:focus{
    box-shadow: none;
    border: 1px solid #000;
}

.flieds-MT select{
    border-radius: 0px;
}

.flieds-MT select:focus{
    box-shadow: none;
    border-color: #000;
}

.flieds-MT textarea{
    border-radius: 0px;
    min-height: 50px;
}

.flieds-MT textarea:focus{
    box-shadow: none;
    border-color: #000;
}

.dvSmallbtn .small-btn .btn-icon{
    background-color: #33669a;
}
.small-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  border: 1px solid #33669a;
  color: #33669a;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.small-btn:focus{
border-radius: 30px;
}
.small-btn .btn-icon {
  width: 80px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.name-descripeion {
  position: relative;
  z-index: 999;
}
.small-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.small-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.small-btn:hover {
  color: #fff!important;
}
.Mb1R{
    margin-bottom: 1rem;
}

.dvSmallbtn .Dsmall-btn .btn-icon{
    background-color: #ff6501;
}
.Dsmall-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  border: 1px solid #ff6501;
  color: #ff6501;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.Dsmall-btn:focus{
border-radius: 30px;
}
.Dsmall-btn .btn-icon {
  width: 80px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.name-descripeion {
  position: relative;
  z-index: 999;
}
.Dsmall-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.Dsmall-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.Dsmall-btn:hover {
  color: #fff!important;
}

.coming-text h2 {
    font-size: 3rem;
    font-weight: 800;
}
/*------------------------*/
.dvSmallbtn .print-btn .btn-icon{
    background-color: #ff6501;
}
.print-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  border: 1px solid #32659a;
  color: #32659a;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.print-btn:focus{
border-radius: 30px;
}
.print-btn .btn-icon {
  width: 61px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.name-print {
  position: relative;
  z-index: 999;
}
.print-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.print-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.print-btn:hover {
  color: #fff!important;
}
.print-btn .btn-icon {
  background-color: #32659a;
  width: 79px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}

.dvSmallbtn .print-btn .btn-icon{
    background-color: #ff6501;
}
.print-order-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  border: 1px solid #ff6501;
  color: #ff6501;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.print-order-btn:focus{
border-radius: 30px;
}
.print-order-btn .btn-icon {
  width: 61px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.name-print-order {
  position: relative;
  z-index: 999;
}
.print-order-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.print-order-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.print-order-btn:hover {
  color: #fff!important;
}
.print-order-btn .btn-icon {
  background-color: var(--orange);
  width: 76px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}

.dvSmallbtn .print-btn .btn-icon{
    background-color: #ff6501;
}
.Repeat-booking-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  border: 1px solid #32659a;
  color: #32659a;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.Repeat-booking-btn:focus{
border-radius: 30px;
}
.Repeat-booking-btn .btn-icon {
  width: 61px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.name-Repeat-booking {
  position: relative;
  z-index: 999;
}
.Repeat-booking-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.Repeat-booking-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.Repeat-booking-btn:hover {
  color: #fff!important;
}
.Repeat-booking-btn .btn-icon {
  background-color: #32659a;
  width: 64px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}

.dvSmallbtn .print-btn .btn-icon{
    background-color: #ff6501;
}
.PrintCommercial-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  border: 1px solid #ff6501;
  color: #ff6501;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.PrintCommercial-btn:focus{
border-radius: 30px;
}
.PrintCommercial-btn .btn-icon {
  width: 61px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.name-PrintCommercial {
  position: relative;
  z-index: 999;
}
.PrintCommercial-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.PrintCommercial-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.PrintCommercial-btn:hover {
  color: #fff!important;
}
.PrintCommercial-btn .btn-icon {
  background-color: var(--orange);
  width: 92px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}

.col-md-offset-1 {
    margin-left: 6%;
}

.col-md-offset-2 {
    margin-left: 17%;
}

.col-md-offset-3 {
    margin-left: 25%;
}

.col-md-offset-4 {
    margin-left: 50%;
}