.header-sec .main-navbar .logo {
    width: auto;
}
.footer-sec .footer-logo img {
    width: auto;
    height: auto;
}
.footer-sec .footer-links li a {
    height: auto;
    width: auto;
    color: #ff5247;
	    background: none;
}
.tes-item p {
    font-size: 2em;
    font-style: italic;
}
.profile-thumb img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
}
.v-hidden {
	visibility:hidden;
}
.logo-tagline {
	font-size: 1.25em;
    font-weight: normal;
	margin-top:10px;
}
.sprt {
	margin-left:5px;
	margin-right:5px;
}
.footer-sec .footer-links li a:hover {
    background: none;
}
.search-btn {
    background: #fe5c52 !important;
    color: #fff !important;
	border: 1px solid #fe5c52 !important;
    font-weight: 500 !important;
    text-transform: none !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
	padding: 0.5rem 0.75rem !important;
    line-height: 20px !important;
}
.search-input {
	border-radius: 0.25rem 0 0 0.25rem;
	border: 1px solid #fe5c52 !important;
}
.search-btn:hover {
	background:#000 !important;
	color:#fff !important;
}
.btn-close {
    background: #fe5c52 !important;
    color: #fff !important;
}
.track-btn {
    background: #fe5c52 !important;
    color: #fff !important;
}
.awb-search-input {
    padding: 10px !important;
    border-radius: 20px 0 0 20px !important;
    border: 1px solid #fe5c52;
}
.awb-search-btn {
    background: #fe5c52 !important;
    color: #fff !important;
	border: 1px solid #fe5c52 !important;
    font-weight: 500 !important;
    text-transform: none !important;
    border-radius: 0 20px 20px 0 !important;
	padding: 10px !important;
    line-height: 20px !important;	
}
.awb-search-btn:hover {
	background:#000 !important;
	color:#fff !important;
}

/* timeline */

.mt-70{
     margin-top: 70px;
}
.mb-70{
     margin-bottom: 70px;
}
.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}
.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 67px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem;
}
.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}
.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}
.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px;
}
.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}
.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}
.badge:empty {
    display: none;
}
.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}
.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem;
}
.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
}
.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap;
}
.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}
.nav-pills .nav-item {
	background: #f2f2f2;
}
.nav-pills .nav-item .nav-link.active {
	background: #fe5c52;
}
.arrow-icon li i {
    color: #fe5c52;
}
.single-product {
    padding: 0px 0 15px;
	margin-bottom: 10px;
}
.single-product h3 {
    margin-bottom: 0px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

/* timeline */



@media only screen and (min-width: 768px) and (max-width: 991px){
	
.feature-img {
    transform: translateY(20%);
}
.res-m {
    margin-top: 0;
}

}

@media (max-width: 767px){

.tes-item .profile-thumb{
    display: block !important;
}

}
