.services-details-content ol li{
    list-style: inherit;
}
.services-details-img img {
    margin-top: 0px;
}


.sidebar-form.service-form form input {
    margin: 4px 0px;
}
.service-btn{
    background-color: #642669;
    color: white;
    cursor: pointer;
}
.about-service .services-content {
    padding: 0px 30px 35px;
}
.about-service .services-content::before {
	content: "";
	position: absolute;
	height: 125px;
	width: 125px;
	background: #642669;
	border-radius: 50%;
	left: 25px;
	top: -44px;
	transition: .3s linear;
	z-index: -2;
	opacity: 0;
}

@media (max-width: 767px){
    .services-details-area {
        padding-top: 30px;
        padding-bottom: 120px;
    }
    .about-service .single-services{
        margin-bottom: 50px;
    }
    .about-bg {
        padding-bottom: 26px;
    }
    .pad-bt{
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .pad-mb{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.copyright-text{
    text-align: center;
}
.header-contact a{
    color: white;
}
.header-contact a:hover{
    color: #212121;
}

@media (min-width: 767px){
    .mobile-logo{
        width: 200px;
    }

}

.tracking-list ul.track-ul {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.tracking-list .status {
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: start;
}
.tracking-list .status ul::before {
    visibility: hidden;
}


.status li {
    margin-bottom: 5px; 
}
.status li p {
    font-weight: bold; 
}
.status li span {
    font-weight: initial; 
    margin-left: 10px;
}

@media (max-width: 767px){
.tracking-list ul.track-ul {
    display: block;
    padding: 60px 25px 20px;
}
.tracking-list .status {
    display: block;
    padding: 2px 0px 2px;
}
.tracking-list .status ul{
    padding: 10px 25px 20px;
}
.status ul li {
    margin-bottom: 15px; 
}
}
.s-single-blog-post .blog-content.airport h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}


.airport-main .s-single-blog-post{
    background: #ffffff;
}
.copyrights{
    color: #d2d2d2;
}

/* slider */

.slider-container {
    width: 80%; /* Adjusted width */
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.testimonial {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 10px;
}

.testimonial h4 {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}

.testimonial p {
    color: #666;
    font-size: 14px;
}

p.position{
    font-weight: 600;
}

@media (max-width: 700px){
    .s-single-blog-post .blog-content.airport h4{
        font-size: 13px;
        font-weight: 600;
        line-height: 30px;
    }
    
    .row.airport-grid .col-md-6{
        width: 49%;
    }
    .slider-container {
        width: 90%; /* Adjusted width */
        max-width: 900px;
        margin: 0 auto;
        padding: 20px 2px;
    }
    .testimonial {
          box-shadow: none;
    }
    img.no-data{
        width: 100%;
    }
}

.text-center{
    text-align: center;
}

.contact-content a{
    color: #545454;
    
}

/* whatsapp */

.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom: 300px;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    opacity: 0.8;

}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
    opacity: 1;
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

/* call */
.call-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom: 245px;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #2b25d3;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    opacity: 0.8;
}
.call-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.call-float i {
    font-size: 25px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.call-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
    opacity: 1;
}

.call-float:hover i  {
    transform:rotate(360deg);
}