@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
    font-size: 14px;
    background-image: url(./images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.img-responsive {
    width: 100%;
    height: auto;
}


#navbar {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
}

#navbar .nav-item {
    padding: 7px 10px;
    transition: .3s all;
}


#navbar .nav-link {
    transition: .3s all;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #FF4424;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.navbar-light .navbar-toggler-icon {
 background-image: url(./images/hamburger.png);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  animation-name: slidein;
  transition: ease-in 0.5s;
  padding: 10px;
}

.dropdown-menu a {
    border: 1px solid #0000004D;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

@keyframes slidein {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }
}

.dropdown-item:hover {
  background-color: #FF4424;
  color: #FFFFFF;
  transition: ease-in 0.5s;
}

.dropdown-toggle::after {
    display: none;
}

.home-banner .card {
    padding: 0;
    border: none;
    border-radius: 0px;
    background-image: url(./images/banner-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-left: 100px;
    padding-bottom: 120px;
}

.home-banner .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.home-banner {
    margin-bottom: 100px;
}

.nav-item2 button {
    border: none;
    outline: none;
    background-color: #FF4424;
    border: 1px solid #FF4424;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 5px;
    transition: .3s all;
}

.nav-item2 button:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transition: .3s all;
}

.home-banner-sub {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.home-banner-head {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.home-banner button {
    border: none;
    outline: none;
    background-color: #FF4424;
    border: 1px solid #FF4424;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .3s all;
}

.home-banner button:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transition: .3s all;
}

.home-banner .carousel-indicators {
    display: none;
}

.home-about {
    margin-bottom: 100px;
}


.home-about-box {
    position: relative;
    width: 100%;
    height: 465px;
}

.home-about-box-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-image: url(./images/home-about-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-about-box-card.active {
    opacity: 1;
}

.home-about-box-content {
    width: 200px;
    height: 255px;
    background-color: #FFFFFF;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 25px 15px;    
    z-index: 1;
}

.home-about-box-content-img {
    margin-bottom: 10px;
}

.home-about-box-content-head {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.home-about-box-content p {
    font-weight: 400;
    font-size: 14px;
}

.home-about-box-content a {
    text-decoration: none;
    color: #000000;
}

.home-about-box-content a:hover {
    font-weight: 500;
    color: #FF4424;
}

.sub-Heading {
    font-weight: 600;
    font-size: 20px;
    color: #FF4424;
    margin-bottom: 15px;
}

.home-about-right-head {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.home-about-right-row {
    display: flex;
    justify-content: space-between;
    background-color: #013D5F;
    border: 1px solid #013D5F;
    color: #FFFFFF;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 18px;
}

.home-about-right-row:hover {
    background-color: transparent;
    border: 1px solid #013D5F;
    color: #013D5F;
}

.home-how-head {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.home-how-row {
    box-shadow: 0px 0px 30px 0px #D9D9D9;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    height: 200px;
    border-radius: 5px;
    cursor: pointer;
}

.home-how-row-head {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.home-how-row p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.home-how {
    margin-bottom: 80px;
}

.home-how-row-icon {
    color: #FF4424;
}

.home-how-row:hover .home-how-row-icon {
    color: #013D5F;
    
}

.track-shipments {
    padding-top: 30px;
    padding-bottom: 28px;
    background-color: #013D5F;
    text-align: center;
}

.track-shipments-head {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.track-shipments input {
    display: block;
    width: 28%;
    margin: auto;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid #F5F5F5;
    padding: 10px 18px;
    color: #FFFFFF;    
}

.track-shipments input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F54D;
}

.btn-pry button {
    border: none;
    outline: none;
    background-color: #FF4424;
    border: 1px solid #FF4424;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 5px;
    transition: .3s all;
}

.btn-pry button:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transition: .3s all;
}

.track-shipments {
    margin-bottom: 100px;
}

.why_choose {
    margin-bottom: 100px;
}

.why_choose_left-head {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 40px;
}

.why_choose_left-progress-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.why_choose_left-progress-detailsss {
    font-weight: 600;
    font-size: 16px;
}

.why_choose_left-progress {
    margin-bottom: 20px;
}

.why_choose_left-progress-file .progress-bar {
    background-color: #FF4424;
    height: 5px;
}

.why_choose_left-progress-file .progress {
    height: 5px;
    background-color: #D9D9D9;
}

.why_choose_left {
    padding-right: 50px;
}

#why_choose_right22 {
    padding-right: 20px;
}

.why_choose_right-row {
    position: relative;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 25px 0px #D9D9D9;
    border-radius: 5px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 180px;
}

.why_choose_right-row-icon {
    color: #FF4424;
    margin-bottom: 5px;
}

.why_choose_right-row-head {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}

.why_choose_right-row p {
    font-weight: 300;
    font-size: 12px;
}

.why_choose_right-row-bg {
    position: absolute;
    top: 0;
    right: 0;
}

.home_request {
    padding-top: 25px;
    padding-bottom: 40px;
    background-color: #013D5F;
    margin-bottom: 100px;
    color: #FFFFFF;
}

.home_request-head {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 35px;
    text-align: center;
}

.home_request-right {
    padding-right: 50px;
}

.home_request-right p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

.home_request-right input {
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.home_request-right textarea {
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.home_request-right .form-select {
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF4D;
}

.home_request-right .form-select option {
    color: #000000;
}

.home_request-right input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF4D;
}

.home_request-right textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF4D;
}

.home_request-right button {
    border: none;
    outline: none;
    background-color: #FF4424;
    border: 1px solid #FF4424;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 40px;
    width: 100%;
    border-radius: 5px;
    transition: .3s all;
}

.home_request-right button:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transition: .3s all;
}

.home_request-left {
    background-color: #FFFFFF;
    padding-top: 156px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 74px;
}

.home_request-left-head {
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
    color: #013D5F;
}

.home_request-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    color: #013D5F;
}

.btn-sec button {
    border: none;
    outline: none;
    background-color: #FF4424;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 5px;
    transition: .3s all;
    border: 1px solid #FF4424;
}

.btn-sec button:hover {
    background-color: transparent;
    color: #FF4424;
}

.about_company {
    margin-bottom: 100px;
}

.about_company-left-head {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
}

.about_company-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
}

.about_company-left-row-nav {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}

.about_company-left-row-navR-head {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 9px;
}

.about_company-left-row-navL {
    color: #FF4424;
}

.about_company-left-row-navR p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.about_company-left {
    padding-right: 30px;
}

.about_company-right-row ul li {
    list-style: url(./images/li.png);
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}

.carder{
    overflow:hidden;
    cursor:pointer;
    border-radius: 10px;
}
.img_carder{
    width:100%;
    transition:all 0.3s ease-in-out;
    border-radius: 10px;
}
.carder:hover .img_carder{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 10px;
}

.carder2{
    overflow:hidden;
    cursor:pointer;
    border-radius: 10px;
}
.img_carder2{
    transition:all 0.3s ease-in-out;
    border-radius: 10px;
}
.carder2:hover .img_carder2{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 10px;
}

.home-industries {
    margin-bottom: 80px;
}

.home-industries-row {
    border: 1px solid #D9D9D9;
    box-shadow: 10px 10px 25px 0px #D9D9D9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px;
    color: #000000;
}

.home-industries-row:hover {
    background-color: #013D5F;
    color: #FFFFFF;
}

.home-industries-row-img {
    margin-bottom: 15px;
}

.home-industries-row-head {
    font-weight: 500;
    font-size: 16px;
}

.home-process {
    margin-bottom: 90px;
}

.home-process-left-head {
    font-weight: 600;
    font-size: 30px;
}

.home-process-left-head span {
    color: #FF4424;
}

.home-process-right .faq_section{
	margin:40px auto;
}

.home-process-right .FaQ_Each{
	padding-bottom: 10px;
}

.home-process-right .box  {
    background-color: #D9D9D94D;
    color: #000000;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    cursor:pointer;
}

.home-process-right .draw {
    display: none;
    background-color: #D9D9D94D;
    padding: 10px;
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    padding-left:30px;
}

.home-process-right #other{
	display: none;
}

.home-process-right .box i {
    color: #FF4424;
}

.home_testimonial1 {
    padding-top: 43px;
    padding-bottom: 20px;
    background-color: #D9D9D94D;
}

.home_testimonial2 {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #D9D9D94D;
    margin-bottom: 100px;
}

.home_testimonial2 .col-md-5 {
    padding-left: 0px;
}

.home_testimonial2 {
    padding-right: 50px;
}

.home_testimonial-right {
    background-color: #FFFFFF;
    padding: 40px 20px;
}

.home_testimonial-right-content .card {
    border: none;
    background-color: transparent;
}

.home_testimonial-right-content {
    position: relative;
}

.home_testimonial-right-iconL {
    position: absolute;
    left: 40px;
    top: 30px;
}

.home_testimonial-right-iconR {
    position: absolute;
    right: 40px;
    top: 30px;
}

.home_testimonial-right-iconL img {
    width: 40px;
}

.home_testimonial-right-iconR img {
    width: 40px;
}

.home_testimonial-right-content {
    width: 90%;
    margin: auto;
}

.home_testimonial-right-content-body p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.home_testimonial-right-content-body-head {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.home_testimonial-right-content-body-sub {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.home_testimonial-right-content .carousel-indicators li {
    background-color: #D9D9D9;
	width: 6px;
    height: 6px;
    border-radius: 50%;
}

.home_testimonial-right-content .carousel-indicators .active {
    color: #013D5F;
    background-color: #013D5F;
   width: 6px;
    height: 6px;
    border-radius: 50%;
}

.home_testimonial-right-content .carousel-indicators {
    position: absolute;
    bottom: -30px;
}

.footer {
    background-color: #013D5FB8;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #FFFFFF;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
}

.footer-copyrightL {
    font-weight: 400;
    font-size: 12px;
}

.footer-top {
    border-bottom: 1px solid #FFFFFF;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-top-row1 p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-top {
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.footer-icons a {
    margin-right: 5px;
}

.footer-top-row2-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-head {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    color: #022A40;
}

.footer-top-row2 ul li {
    list-style: none;
    line-height: 30px;
}

.footer-top-row2 ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-top-row2 ul li a:hover {
    color: #FF4424;
}

.footer-top-row2 input {
    width: 100%;
    outline: none;
    border: none;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

.footer-top-row2 input::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.footer-top-row2 button {
    border: none;
    outline: none;
    background-color: #013D5F;
    border: 1px solid #013D5F;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 5px;
}

.footer-top-row2 button:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
}

.about-banner {
    background-image: url(./images/about-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 131px;
    padding-bottom: 132px;
    margin-bottom: 100px;
}

.about-banner-head {
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}

.msv-row {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 30px 0px #D9D9D9;
    background-color: #FFFFFF;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    height: 240px;
}

.msv-row-head {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

.msv-row-line {
    border: 1px solid #F0ACAC;
    margin-bottom: 40px;
}

.airfright_images-normal img {
    width: 100%;
}

.airfright_images {
    position: relative;
}


.airfright_images-thumb {
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.airfright_images-thumb .airfright_images-thumbnails {
    position: relative;
    width: 300px;
    height: 200px;
}

.airfright_images-thumb .airfright_images-thumb-card {
    position: absolute;
    width: 240px;
    height: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-image: url(./images/air-img2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.airfright_images-thumb .airfright_images-thumb-card.active {
    opacity: 1;
}

.contact-rows-head {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}

.contact-rows p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.contact-rows .card {
    background-color: #D9D9D94D;
    padding: 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.contact-rows .icon-box {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.contact-rows .icon {
    color: #FF4424;
    font-size: 18px;
    transition: all 0.3s ease;
}

.contact-rows .image-container {
    position: relative;
    margin-bottom: 15px;
}

.contact-rows .image-default {
    width: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.contact-rows .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-rows .card:hover .icon-box {
    background-color: #FF4424;
}

.contact-rows .card:hover .icon {
    color: #FFFFFF;
}

.contact-rows .card:hover .image-default {
    opacity: 0;
}

.contact-rows .card:hover .image-hover {
    opacity: 1;
}

.contact-row {
    margin-bottom: 67px;
}

.contact_form {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-top: 5px solid #013D5F;
    padding-top: 43px;
    padding-left: 20px;
    padding-bottom: 48px;
    padding-right: 10px;
}

.contact_form-left-head {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

.contact_form-row p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
}

.contact_form-row input {
    outline: none;
    border: none;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 10px;
}

.contact_form-row .form-select {
    outline: none;
    border: none;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #0000004D;
}

.contact_form-row textarea {
    outline: none;
    border: none;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 10px;
}

.contact_form-row input::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #0000004D;
}

.contact_form-row textarea::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #0000004D;
}

.contact_form-row {
    margin-bottom: 30px;
}

.contact_form-right img {
    width: 100%;
}

.contact_map {
    position: relative;
    top: -70px;
    z-index: -1;
    margin-bottom: -75px;
}

.tab {
  overflow: hidden;    
}

.tab button {
    background-color: #013D5F;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.tab button.active {
  background-color: #FF4424;
}


/* .tabcontent {
  display: none;
  border-top: none;
} */

.industries_page-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.industries_page-row {
    margin-bottom: 40px;
}

.carder44{
    overflow:hidden;
    cursor:pointer;
    border-radius: 10px;
}
.img_carder44{
    /* width:100%; */
    transition:all 0.3s ease-in-out;
    border-radius: 10px;
}
.carder44:hover .img_carder44{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 10px;
}

.industries_page-row ul li {
    margin-left: 30px;
}

.industries_page {
    margin-bottom: 70px;
}

.accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
}

.accordion-item {
    margin-bottom: 30px;
    border: 1px solid #00000033;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.accordion-header:hover {
    background-color: #e9e9e9;
}

.accordion-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
    transition: transform 0.3s ease;
}

.accordion-arrow.active {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;    
}

.accordion-content-inner {
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #013D5F;
}

.accordion-item.active .accordion-content {
    max-height: 800px; 
}

.accordion-titleRow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-titleRow-icon {
    border: 1px solid #00000033;
    padding: 3px 4px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #FF4424;
}

.accordion-titleRow-ID {
    font-weight: 400;
    font-size: 14px;
}

.accordion-titleRow-ID span {
    font-weight: 600;
    font-size: 18px;
}

.accordion-titleRow-btn {
    background-color: #013D5F;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.accordion-content-inner-table-info {
    font-weight: 400;
    font-size: 14px;
}

.accordion-content-inner-table-info span {
    font-weight: 500;
    font-size: 16px;
}

.tracking-container {
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
}

.tracking-event {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.tracking-event:last-child {
    margin-bottom: 0;
}

.tracking-event::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 29px;
    height: 23px;
    border-radius: 5px;
    border: 3px solid #00000033;
    background-color: #D9D9D9; 
    z-index: 1;
}

.tracking-event:last-child::before {
    border: 6px solid #013D5F;
    background-color: #D9D9D9; 
}

.tracking-event::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 20px;
    bottom: -20px;
    width: 2px;
    background-color: #00000033;
}

.tracking-event:last-child::after {
    display: none;
}

.event-time {
    font-weight: 500;
    font-size: 18px;
    color: #000000B2;
}

.event-status {
    font-weight: 600;
    font-size: 18px;
}


.event-location {
    font-weight: 400;
    font-size: 18px;
}

.event-details {
    margin-left: 10px;
}

.tracking-carrier {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.tracking-carrierLeft_details {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tracking-carrierLeft-info-sub {
    font-weight: 600;
    font-size: 17px;
    color: #00000080;
}

.tracking-carrierLeft-info-head {
    font-weight: 600;
    font-size: 16px;
}

.tracking-carrierLeft-img img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.tracking-carrierRight-icon {
    background-color: #013D5F80;
    width: 62px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.tracking-carrierRight {
    display: flex;
    gap: 10px;
}

.tracking_map-box {
    box-shadow: 0px 0px 20px 0px #D9D9D94D;
    border: 1px solid #0000001A;
    padding: 20px;
}

.tracking_map {
    padding-top: 20px;    
}

/* .tracking_map-img img {
    height: 500px;
    width: 100%;
} */

.live_track {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 23px;
}

.live_track-icon {
    border: 1px solid #00000033;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF4424;
    border-radius: 1px;
}

.live_track-head {
    font-weight: 600;
    font-size: 16px;
}

.tracking_stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tracking_statsL {
    font-weight: 400;
    font-size: 16px;
}

.tracking_statsR {
    font-weight: 400;
    font-size: 16px;
}

.tracking_statsR span {
    background-color: #013D5F;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.tracking_stats22 {
    font-weight: 400;
    font-size: 16px;
}

.tracking_stats22 span {
    font-weight: 600;
    font-size: 16px;
}

.tracking_map-box .progress-container {
    width: 100%;
    margin: 20px 0;
    position: relative;
    padding-left: 30px;
}

.tracking_map-box .progress-bar {
    width: 100%;
    height: 5px;
    background-color: #000000;
    border-radius: 5px;
    overflow: visible;
    position: relative;
    margin: 20px 0;
}

.tracking_map-box .progress-fill {
    height: 100%;
    background-color: #FF4424;
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 5px;
}

.tracking_map-box .cursor {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 40px;
    background-color: white;
    border: 1px solid #333;
    border-radius: 8px;
    transform: translate(-50%, -50%);
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.tracking_map-box .cursor-icon {
    width: 20px;
    height: 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF4424;
}

.tracking_map-box .cursor:active {
    cursor: grabbing;
}

.tracking_map-box .progress-container-icon {
    position: absolute;
    left: 0px;
    top: -8px;
}

.package-dep-rec {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.package-dep-received-details {
    font-weight: 400;
    font-size: 18px;
}

.package-dep-received-date {
    font-weight: 400;
    font-size: 18px;
}


/* MEDIA */

@media (max-width: 736px) {

    #navbar {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        top: 0;
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
        background-color: #013D5FB2;
    }

    .package-dep-rec {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 50px;
    }

    .tracking_stats {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .accordion-titleRow {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .contact_form {
        background-color: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #00000040;
        border-top: 5px solid #013D5F;
        padding-top: 43px;
        padding-left: 20px;
        padding-bottom: 48px;
        padding-right: 20px;
    }

    .contact-rows {
        margin-bottom: 30px;
    }

    #why_choose_right22 {
        padding-right: 0px;
    }

    .airfright_images-thumb {
        position: absolute;
        bottom: -75px;
        left: 10px;
    }

    .airfright_images-thumb .airfright_images-thumb-card {
        position: absolute;
        width: 150px;
        height: 150px;
        border-radius: 10px;
        box-sizing: border-box;
        opacity: 0;
        transition: opacity 0.5s ease;
        background-image: url(./images/air-img2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .msv-row {
        border: 1px solid #D9D9D9;
        box-shadow: 0px 0px 30px 0px #D9D9D9;
        background-color: #FFFFFF;
        text-align: left;
        border-radius: 5px;
        padding: 10px;
        height: auto;
        margin-bottom: 20px;        
    }

    .about-banner {
        background-image: url(./images/about-banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        padding-top: 131px;
        padding-bottom: 132px;
        margin-bottom: 100px;
    }

    .footer-top-row1, .footer-top-row2 {
        margin-bottom: 30px;
    }

    .home_testimonial-right-content {
        width: 100%;
        margin: auto;
    }

    .home_testimonial-left-img {
        margin-bottom: 20px;
    }

    .home_testimonial2 {
        padding-right: 0px;
    }

    .about_company-left {
        padding-right: 0px;
    }

    .about_company-right-row ul {
        margin-left: 25px;
    }

    .about_company-right-row {
        margin-top: 30px;
    }

    .home_request-left {
        background-color: #FFFFFF;
        padding-top: 100px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 50px;
    }

    .home_request-right {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .track-shipments input {
        display: block;
        width: 90%;
        margin: auto;
        outline: none;
        border: none;
        background-color: transparent;
        border: 1px solid #F5F5F5;
        padding: 10px 18px;
        color: #FFFFFF;
    }

    .why_choose_left {
        padding-right: 0px;
    }

    .home-about-left {
        margin-bottom: 30px;
    }

    #navbar .nav-link {
        transition: .3s all;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 16px;
        background-color: #FF4424;
        padding: 5px 10px;
        border-radius: 5px;
        width: fit-content;
    }
    
    .home-banner .card {
        padding: 0;
        border: none;
        border-radius: 0px;
        background-image: url(./images/banner-img1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 100px;
        padding-left: 20px;
        padding-bottom: 120px;
    }
	
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


