html{
	overflow-x: hidden;
}
body {
	font-family: "Montserrat", sans-serif;
	overflow-x:hidden;
	font-weight: 400;
}

a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}

.container{
	max-width: 1220px;
}
.header{
	padding: 10px 0;
}
.headerinner{
	display: flex;
	align-items: center;
}
.headerinner .navbar-brand img{
	max-width: 275px;
}
.headerinner .navbar-nav .nav-link{
	color: #3b3d3f;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.headerinner .navbar-nav .nav-link:hover{
	color: #000;
}
.headerinner .navbar{
	flex: 1;
}
.header-right{
	display: flex;
	gap: 10px;
	margin-left: 15px;
	align-items: center;
}
.header-right a{
    height: 45px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 50px;
	padding: 7px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background-color: #4472cc;
	text-transform: uppercase;
}

.banner-bottom-section{
	background: url(../images/mapbg.png) no-repeat center #4572cd;
	padding: 65px 0;
	text-align: center;
}
.banner-bottom-section h1{
	font-size: 77px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}
.banner-bottom-section h2{
	font-size: 29px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.banner-bottom-section p{
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.welcome-section{
	padding: 90px 0;
}
.welcome-text h1{
	color: #000;
	font-size: 34px;
	font-weight: 600;
}
.welcome-text h1 span{
	color: #4572cd;
	font-size: 29px;
	display: block;
}
.welcome-text p{
	color: #000;
	font-size: 16px;
	line-height: 26px;
}
.whychoose-section{
	background-color: #f2f3f5;
	padding: 55px 0;
}
.whychoose-section h1{
    color: #002337;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 50px;
}

.readbtn{
	display: inline-flex;
	padding: 15px 30px;
	gap: 18px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background-color: #4572cd;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	align-items: center;
}
.readbtn:hover{
	background-color: #000;
}
.welcome-video .videoimg{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	width: 100%;
}
.welcome-video .playicon{
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.whychoosebox{
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	min-height: 470px;
}
.whychoosebox img{
	width: 75px!important;
}
.whychoosebox h3{
	color: #000;
	font-size: 25px;
	line-height: 33px;
	font-weight: 600;
	margin-top: 20px;
}
.whychoosebox p{
	color: #000;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
.owl-dots{
	margin-top: 40px!important;
}

.faqbg{
	padding: 70px 0;
}
.faqbg h1{
    color: #002337;
    text-transform: capitalize; 
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 50px;
}
.faqbg .accordion-button{
	font-size: 24px;
	font-weight: 700;
	color: #000;
}
.faqbg .accordion-body h3{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.faqbg .accordion-item{
	border: none;
}
.accordion-button:not(.collapsed){
	background-color: #fff;
}

.testimonial-section{
	padding-bottom: 65px;
}
.testimonialbox{
	text-align: center;
	position: relative;
	padding-top: 50px;
}
.testimonialbox::before{
	content: "";
	width: 49px;
	height: 37px;
	background: url(../images/quoteimg.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.testimonialbox p{
	color: #000;
	font-size: 32px;
	line-height: 34px;
}

.footer{
	background-color: #090909;
	padding: 60px 0;
}

.footer-top{
	display: flex;
	justify-content: space-between;
}
.footer-top-left p{
	color: #fff;
	font-size: 17px;
}
.footer-top-left h3{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}
.footer-top-left a{
	color: #fff;
}
.footer-top-left a:hover{
	color: #4472cc;
}
.quicklinks h3{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.footerlinks{
	display: flex;
	gap: 35px;
}
.footerlinks ul{
	padding: 0;
	margin: 0;
}
.footerlinks li{
	list-style-type: none;
	margin: 5px 0;
}
.footerlinks li a{
	color: #fff;
	font-size: 17px;
}
.footerlinks li a:hover{
	color: #4472cc;
}
.footersocial{
	display: flex;
	gap: 8px;
	margin-top: 15px;
}
.footersocial a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #206a99;
	font-size: 25px;
	color: #fff;
}
.footersocial a:hover{
	background: #4472cc;
}

.footer-botttom{
	color: #918f8f;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}
.footer-botttom span{
	font-weight: 600;
	color: #fff;
}
.createaccbanner{
	background: url(../images/createaccbanner.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0 150px 0;
}
.createaccbanner-inner{
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.createaccbanner-inner h2{
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
.createaccform{
	max-width: 550px;
	min-width: 550px;
	background: rgba(255, 255, 255, 0.89);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 30px;
}

.createaccform label{
	color: #1d1d1d;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.createaccform .form-control{
	height: 65px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 500;
	padding-left: 45px;
}
.createaccform .form-control::placeholder{
	color: #b2b2b3;
}
.createaccform .form-group{
	position: relative;
}
.createaccform .form-group .fa {
    color: #b2b2b3;
    font-size: 20px;
    position: absolute;
    bottom: 23px;
    left: 20px;
}
.cardfield img{
    position: absolute;
    bottom: 17px;
    left: 20px;
}
.cardfield .form-control{
	padding-left: 80px;
}

button#userMenu {
    border-radius: 100px;
    border-radius: 100px;
    height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.update_info,.change_pass{
    background: #4572cd;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
}
.user_login_btn{
    background: #4572cd;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
}

.createaccbtn{
    background: #4572cd;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
}

.whycreateacc{
	margin-top: -85px;
}
.whycreateacc-inner{
	background-color: #eaeaea;
	padding: 35px;
}
.whycreateacc-inner h1{
	color: #000;
	font-size: 34px;
	font-weight: 600;
	margin: 0 0 30px 0;
	text-align: center;
}
.whycreateacc-inner ul{
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
}
.whycreateacc-inner ul li{
	list-style: none;
}
.whycreateacc-inner ul li p{
	color: #000;
	font-size: 16px;
	line-height: 23px;
	margin: 15px 0 0 0;
}
.easysteps-section{
	padding: 75px 0;
	text-align: center;
}
.easysteps-section h1{
	color: #000;
	font-size: 34px;
	font-weight: 600;
	margin: 0 0 60px 0;
}
.easysteps-section h2{
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}
.easysteps-section h2 span{
	color: #4472cd;
	font-size: 45px;
}
.easysteps-section p{
	color: #000;
	font-size: 16px;
	line-height: 23px;
	padding: 0 10%;
	margin: 35px 0 0 0;
}
.easysteps-section img{
	max-width: 100%;
}

.loginbg{
	padding: 65px 0;
}
.loginbg h1{
	color: #353535;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 45px 0;
}

.loginform{ 
	padding: 0 30px;
}
.loginform label{
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.loginform .form-group{
	position: relative;
}
.loginform .form-group .fa {
    color: #b2b2b3;
    font-size: 20px;
    position: absolute;
    bottom: 23px;
    left: 20px;
}
.loginform .form-control{
	height: 65px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    padding-left: 45px;
}
.loginform .createaccbtn{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.notactext{
	color: #000;
}
.notactext a{
	color: #4472cc;
}
.notactext a:hover{
	color: #000;
}

.changepassbg{
	background: url(../images/changepassbg.jpg) no-repeat;
	background-size: cover;
	padding: 40px;
}
.changepassbg .loginform{
	padding: 30px;
	background-color: #fff;
}
.contactbg{
	padding: 65px 0;
	background-image: linear-gradient(#f0f0f0, #fff);
}
.contactbg h1{
	color: #353535;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 55px 0;
}
.contactaddress{
	background-color: #fff;
	padding: 45px;
}
.contactbottom{
	padding-top: 65px;
}

.contactform label {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contactform .form-control{
	border: solid 2px #bbbbbb;
	height: 65px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 16px;
	font-weight: 500;
}
.contactform .createaccbtn{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	text-transform: uppercase;
}
.aboutbg{
	padding: 65px 0;
	background-image: linear-gradient(#f0f0f0, #fff);
}
.about-top{
	text-align: center;
}
.about-top h1{
	color: #000;
	font-size: 66px;
	font-weight: 400;
	text-transform: uppercase;
}
.aboutimg{
	width: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.about-top p{
	color: #000;
	font-size: 16px;
	line-height: 26px;
}
.about-top h3{
	color: #000;
	font-size: 34px;
	font-weight: 600;
}
.about-top h3 span{
	color: #4472cd;
	display: block;
}
.about-top h5{
	font-size: 20px;
	color: #000;
}
.about-top h5 a{
	color: #4472cd;
}
.about-top h5 a:hover{
	color: #000;
}
.aboutstepbox-inner{
	padding: 0 35px;
	border-left: solid 1px #e2e2e2;
}
.aboutstepbox-inner p{
	padding: 0;
}
.aboutstepbox img{
	max-width: 100%;
}
.aboutstepbox h2{
	position: relative;
}
.steparrow{
	position: absolute;
    right: -80px;
}
.about-top img{
	max-width: 100%;
}

.orderdetails-section{
	padding: 65px 0;
}
.orderdetails-section h1{
	color: #353535;
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin: 0 0 50px 0;
}
.orderdetails-inner h3{
	color: #4270cb;
	font-size: 21px;
	font-weight: 700;
	margin: 0;
}
.orderid h3{
	color: #353535;
	font-size: 21px;
	font-weight: 400;
	margin: 0;
}
.orderid h3 span{
	font-weight: 600;
}
.orderid h5{
	color: #353535;
	font-size: 13px;
	margin: 0;
	font-weight: 400;
}
.orderid h5 .fa{
	color: #ff8a6f;
}
.bookedrow{
	padding: 15px 0;
	border-bottom: solid 1px #e9e9e9;
	border-top: solid 1px #e9e9e9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
}
.booked-date{
	display: flex;
	align-items: center;
	gap: 10px;
}
.bookedtext h5{
	color: #353535;
	font-size: 17px;
	font-weight: 400;
	margin: 0;
}
.bookedtext h4{
	color: #353535;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.bookedicon .fa{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	font-size: 20px;
	background-color: #edeef2;
	color: #436eca;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.fromaddress{
	display: flex;
	gap: 12px;
}

.fromaddress-icon .fa{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	font-size: 20px;
	background-color: #fee8ea;
	color: #f74859;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.fromaddress-text p{
	color: #000;
	font-size: 13px;
	margin: 0;
}
.fromaddress-text p .fa{
	color: #4370cb;
}
.fromaddress-text h5{
	color: #131313;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.fromaddress-text h5 span{
	font-weight: 600;
}

.toaddress .fromaddress-icon .fa{
	background-color: #deffc8;
	color: #5ada3d;
}

.costbreakdown{
	padding: 20px;
}
.costbreakdown p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #353535;
	font-size: 17px;
}
.costbreakdown p span{
	font-weight: 600;
}

.totalcost{
	color: #4572cd!important;
	font-size: 20px!important;
	font-weight: 600;
	background-color: #e8f0f2;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 15px 30px;
}
 
.paidvia{
	margin: 30px 0;
	display: flex;
	align-items: center;
	gap: 20px;
}
.paidvia .fa{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	font-size: 20px;
	background-color: #fee0fa;
	color: #f841b5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.paidvia h4{
	color: #353535;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}

.trackpackage{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #4572cd;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 15px 20px;
}

.actionbtns{
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.actionbtns a{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.viewbtn{
	background-color: #dffede;
	color: #32c833;
}
.viewbtn:hover{
	background-color: #32c833;
	color: #dffede;
}
.deletebtn{
	background-color: #ffdee5;
	color: #e7333c;
}
.deletebtn:hover{
	background-color: #e7333c;
	color: #ffdee5;
}
.ordertable tr th{
	border: none;
	background-color: #4572cd;
	color: #fff;
	font-weight: 500;
	padding: 25px;
}
.ordertable tr td{
	vertical-align: middle;
	border: none;
	padding: 25px;
}
.delivered{
    color: #32bc42;
    font-size: 9px;
    position: relative;
    top: -2px;
}
.dispatched{
    color: #f1a827;
    font-size: 9px;
    position: relative;
    top: -2px;
}
.ordertable .table-striped>tbody>tr{
	background-color: #f7f7f7;
}
.ordertable .table-striped>tbody>tr:nth-of-type(odd)>*{
	background-color: #ededed;
}

.ordertable table thead tr th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ordertable table thead tr th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ordertable table tbody tr td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ordertable table tbody tr td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.header-right .dropdown-menu{
	padding: 10px;
	border: none;
	background-color: #353535;
	min-width: 200px;
    border-radius: 15px;
}
.header-right .dropdown-menu .dropdown-item{
	background: none;
	padding: 8px;
	text-transform: capitalize;
}
.header-right .dropdown-menu .dropdown-item:hover{
	color: #4572cd;
}
.header-right .dropdown-menu li{
	border-bottom: solid 1px #5b5b5b;
}
.header-right .dropdown-menu li:last-child{
	border-bottom: none;
}

.awbno{
	padding: 15px;
	background-color: #ededed;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	display: flex;
	gap: 15px;
}

.awbno .form-control{
	height: 55px;
	border: none;
	font-size: 18px;
}
.awbno .awbsearch{
    background-color: #4572cd;
    border: none;
    color: #fff;
    font-weight: 600;
    min-width: 200px;
    border-radius: 10px;
}
.packagetracking{
	margin-top: 30px;
}
.packagetracking ul{
	padding: 0;
	margin: 0;
	border-left: solid 3px #4572cd;
}
.packagetracking ul li{
	list-style: none;
	padding-left: 55px;
	margin: 20px 0;
	position: relative;
	display: flex;
	gap: 25px;
}
.packagetracking ul li::before{
	content: "";
	width: 15px;
	height: 15px;
	background: #4473cb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	left: -8px;
    top: 27px;
}
.tracktext h3{
    color: #353535;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}
.tracktext p{
	color: #000;
	margin: 0 0 5px 0;
	font-size: 18px;
}
.tracktext h5{
	color: #a0a0a0;
	font-weight: 400;
}

.disabled{
	opacity: 0.4;
}
.packagetracking ul li.disabled::before{
	background: #353535;
}

.profilesettingbg{
	background-color: #f6f7f1;
}
.changepasslink{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.changepasslink a{
	color: #4572cd;
}

.requestquotebg{
	background: none;
}
.requestquotebg h3{
	text-transform: uppercase;
}
.smalltext{
	color: #000;
	font-size: 13px;
}
.ownacctext{
	color: #000;
	font-size: 16px;
}
.ownacctext a{
	color: #4572cd;
}
.ownacctext a:hover{
	color: #000;
}

.requestquotebg .loginform .form-control{
	padding-left: 20px;
}

.req_quote {
    background: #4572cd;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
}

.regbtn {
    background: #4572cd;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
}

.request-quote-bg{
	padding: 65px 0;
}
.request-quote-bg h1{
    color: #353535;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 45px 0;
	text-align: center;
}
.quote-left ul{
	padding: 0;
	margin: 0;
}
.quote-left ul li{
	align-items: center;
	color: #000;
	font-size: 20px;
	list-style: none;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}
.quote-left ul li .number{
	display: inline-block;
	width: 38px;
	min-width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background-color: #4370cb;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.quote-left ul li .number::after{
    content: "";
    width: 3px;
    background-color: #4471cc;
    height: 50px;
    position: absolute;
    left: 18px;
    bottom: -40px;
    z-index: -9;
}
.quote-left ul li:last-child .number::after{
	display: none;
}
.quoteinfo{
	padding: 25px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: 0px 2px 3px #dedede;
}
.quoteinfo h2{
    color: #4672cb;
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 15px;
}
.quoteinfo h4{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.quoteinfo .form-group{
	position: relative;
}
.quoteinfo .form-group .fa{
	color: #b8b6b7;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.quoteinfo label{
	font-weight: 600;
	margin-bottom: 5px;
}
.quoteinfo .form-control{
	height: 47px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding-left: 45px;
}
.additembtn{
	display: flex;
	justify-content: center;
	padding: 12px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background-color: #f0f0f0;
	color: #000;
	font-weight: 600;
	gap: 10px;
	align-items: center;
}
.additembtn:hover{
	background-color: #e5e6e8;
}
.quotebottomrow{
	padding: 0 25px;
}
.quotebottomrow-inner{
	background-color: #e5e6e8;
	padding: 20px;
	border-radius: 0px 0px 10px 10px;
}
.quotebottomrow-inner .quotesubmit{
    background-color: #4572cd;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 13px 0;
}
.quotebottomrow-inner .quotesubmit:hover{
	background-color: #090909;
}
.quotebottomrow-inner p{
    font-size: 13px;
    font-weight: 500;
}

input[readonly] {
    background-color: #f0f0f0; /* light gray */
}


@media only screen and (min-width: 992px) and (max-width: 1140px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.headerinner{flex-direction: column;}
	.headerinner .navbar-brand img{max-width: 200px;}
	.headerinner .navbar{width: 100%; margin-bottom: 15px;}
	.footer-top-left img{max-width: 290px;}
	.footer-top-left h3{font-size: 23px;}
	.footerlinks{gap: 15px;}
	.createaccform{min-width: 450px; max-width: 450px;}
	.loginform{padding: 0;}
	.changepassbg, .changepassbg .loginform{padding: 10px;}
	.steparrow{display: none;}
}
@media only screen and (max-width: 767px) {
	.headerinner{flex-direction: column;}
	.headerinner .navbar-brand img{max-width: 200px;}
	.headerinner .navbar{width: 100%; margin-bottom: 15px;}
	.banner-bottom-section h1{font-size: 37px;}
	.whychoosebox{min-height: inherit;}
	.faqbg .accordion-button{font-size: 18px;}
	.testimonialbox p{font-size: 23px;}
	.footer-top{flex-direction: column; gap: 25px;}
	.footer-top-left img{max-width: 100%;}
	.footer-top-left h3{font-size: 23px;}
	.footerlinks{gap: 15px;}
	.footersocial{justify-content: center;}
	.createaccbanner-inner{display: block;}
	.createaccbanner-inner h2{text-align: center; margin-bottom: 30px;}
	.createaccform{min-width: 100%; max-width: 100%;}
	.paymentmethod{display: block!important;}
	.whycreateacc-inner ul{flex-direction: column; text-align: center;}
	.loginform{padding: 0;}
	.loginbg h1{font-size: 30px;}
	.changepassbg{padding: 10px;}
	.changepassbg .loginform{padding: 25px 10px;}
	.aboutstepbox-inner{border: none;}
	.steparrow{display: none;}
	.aboutstepbox{margin-top: 25px;}
	.orderdetails-section h1{font-size: 30px;}
	.orderid h3{font-size: 15px;}
	.bookedrow{align-items: start; flex-direction: column; gap: 20px;}
	.fromaddress-icon .fa{width: 30px; height: 30px;}
	.ordertable tr th, .ordertable tr td{padding: 10px;}
	.ordertable{overflow-x: scroll;}
	.ordertable table{min-width: 800px;}
	.packagetracking ul li{padding-left: 25px;}
	.awbno{flex-direction: column;}
	.awbno .awbsearch{height: 65px;}
    .header-right{flex-direction: column; align-items: start; margin: 0;}
    .header-right a{min-width: 200px;}
}