:root {
    --main-margin: 80px; 
    --double-margin: calc(var(--main-margin) * 2);
    --main-padding: 80px;
    --second-padding: calc(var(--main-padding) + 40px);
    --double-padding: calc(var(--main-padding) * 2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
.style-of{
    overflow-x: hidden;
}
.container-fluid{
    overflow-x: hidden;
}
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    position: relative;
    background-color: #FAF9F6;
}


/* Start Header Style */
header {
    position: relative;
    width: 100%;
    padding-bottom: var(--main-padding);
    padding-top: var(--main-padding);
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)); 
}
header video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.main-nav {
    justify-content: flex-end;
}
.nav-pages {
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    transition: top 0.2s ease-in-out;
}
.nav-home {
    position: absolute;
    max-width: 100%;
    right: 0;
    top: -40px;
    left: 0;
    z-index: 99;
    margin-top: 40px;
    background: none;
    backdrop-filter: blur(2px);
    transition: top 0.2s ease-in-out;
}
.nav-home .nav-link {
    color: #fff;
}
.nav-home .nav-link:hover {
    color: #fff;
    font-weight: bold;
}
.nav-home .nav-btn {
    color: #fff;
}
.nav-home .nav-btn:hover {
    color: #fff;
    font-weight: bold;
}
.nav-home .navbar-toggler {
    color: #fff;
    padding: 10px 14px;
    border: var(--bs-border-width) solid #fff;
}
.nav-link {
    color: #313131;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 28px !important;
    cursor: pointer;
    transition: .4s ease-in-out;
}
.nav-link:hover {
    color: #313131;
    font-weight: bold;
}

.nav-btn {
    border: none;
    outline: none;
    color: #313131;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 28px !important;
    padding-top: 8px;
    cursor: pointer;
}
.nav-btn:hover {
    font-weight: bold;
    color: #313131;
}
.navbar-toggler {
    color: #313131;
    padding: 10px 14px;
    border: var(--bs-border-width) solid #313131;
}
@media(max-width: 1200px) {
    .nav-btn, .nav-link {
        font-size: 14px;
    }
    header {
        height: unset;
        padding-bottom: 70px;
    }
}


.header-content h1 {
    margin-top: 130px;
    color: #fff;
    max-width: 65%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 72px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-content p {
    margin-top: 31px;
    margin-bottom: 44px !important;
    margin-bottom: 1rem;
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    max-width: 58%;
}

.header-content a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 45px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: none;
    border: 1px solid #fff;
    padding: 16px 48px;
    text-decoration: none;
    transition: .4s ease-in-out;
}
.header-content a:hover {
    color: black;
    background-color: #fff;
}
header i {
    color: #fff;
    font-size: 20px;
    padding: 5px;
}
@media(max-width: 992px) {
    header {
        padding-bottom: 50px;
    }
    .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header-content h1 {
        text-align: center;
        font-size: 40px;
        margin-top: 80px;
    }
    .header-content p {
        text-align: center;
        font-size: 18px;
    }
    .header-content a {
        font-size: 16px;
        padding: 8px 45px;
    }
}
@media(max-width: 768px) {
    .header-content h1 {
        text-align: center;
        font-size: 30px;
        margin-top: 80px;
        line-height: 55px;
    }
    .header-content p {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
    }
    .header-content a {
        font-size: 12px;
        padding: 0px 35px;
    }
    nav svg {
        width: 200px;
    }
}
@media(max-width: 525px) {
    .header-content h1 {
        text-align: center;
        font-size: 23px;
        margin-top: 29px;
        line-height: 36px;
    }
    .header-content p {
        text-align: center;
        font-size: 13px;
        line-height: 25px;
    }
}

.bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: rgba(134, 134, 134, 0.4);
    border-radius: 7px;
    margin-top: 100px;
    overflow: hidden;
}
.white-bar {
    padding: 12px;
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    transform: skewX(-30deg);
    margin-left: -18px;
    transition: .6s ease-in-out;
}
.white-bar h1 {
    transform: skewX(30deg);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    color: #313131;
    margin: 0;
}
.white-bar svg {
    transform: skewX(30deg);
}

.gray-bar {
    background: none;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}
.gray-bar #bar {
    position: absolute;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding: 0 5px;
    color: #fff;
}
.gray-bar #bar svg {   
    height: 40px;
    width: 41px;
    margin-top: -5px;
}
@media (max-width: 1200px) {
    .white-bar {
        width: 32%;
    }
}
@media (max-width: 992px) {
    .white-bar h1 {
        font-size: 13px;

    }
    .white-bar {
        gap: 5px;
    }
    .white-bar {
        padding-left: 32px;
    }
}
@media (max-width: 567px) {
    .gray-bar #bar {
        font-size: 15px;
    }
}
/* End Header Style */

/* Start aboutus Style */
.aboutus {
    padding: var(--main-padding) 0;
}


.logo2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.logo2 h2 {
    margin: 0;
    padding-left: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #2B3177;
}

.aboutus h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #211E1F;
}

.para {
    margin-top: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #313131;
}


.list ul {
    list-style: none;
    margin-top: 22px;
    padding: 0;
    margin-bottom: 50px;
}
.list ul li {
    position: relative;
    margin-top: 10px;
}
#vector {
    position: absolute;
    left: 4px;
    top: 9px;
}
.list ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: justify;
    text-decoration: none;
    letter-spacing: 0.04em;
    color: #313131;
    padding-left: 8px;
}


.more a {
    width: 120px;
    border: 1px solid #2B3177;
    color: #2B3177;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 10px 25px;
    cursor: pointer;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    transition: .4s ease-in-out;
}
.more a:hover {
    color: #fff;
    background-color: #2B3177;
}

.about-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-image img {
    width: 500px;
    margin-bottom: -56px;
}

.about-image #vector1 {
    position: absolute;
    z-index: -1;
    top: 13%;
    right: 7%;
    height: 100%;
    margin-bottom: unset;
}
.shape-news-img {
    position: absolute;
    z-index: -1;
    top: 6%;
    left: 25%;
    height: 100%;
    width: 60%;
    margin-bottom: unset;
}
@media (max-width: 1400px) {
    .about-image img {
        width: 500px;
    }
    .about-image #vector1 {
        top: 19%;
        right: 8%;
        height: 91%;
    }
}

@media (max-width: 1200px) {
    .about-image {
        justify-content: center;
        margin-top: 50px;
    }
    .about-image #vector1 {
        height: 100%;
        right: 28%;
        top: 8%;
    }
    .about-image img {
        margin-bottom: unset;
    }
}
@media (max-width: 992px) {
    .about-image #vector1 {
        right: 20%;
    }
    .row-news {
        padding-top: 100px;
    }
    .news-img {
        width:unset;
    }
}
@media (max-width: 767px) {
    .about-image #vector1 {
        right: 13%;
        display: none;
    }
    .about-image img {
        width: 80%;
    }
    .shape-news-img {
        display:none;
    }
    .element[data-aos="fade-right"] {
        opacity: 1 !important;
        transform: none !important;
      }
      .element[data-aos="fade-left"] {
        opacity: 1 !important;
        transform: none !important;
      }
      .row-news {
        padding-top: 40px;
    }
    .news-img {
        width:100%;
    }
}
@media (max-width: 576px) {

    .para {
        /* text-align: center; */
        padding: 0 15px;
        font-size: 13px;
    }
    .logo2 {
        padding: 0 15px;
    }
    .logo2 h2 {
        font-size: 16px;
    }
    .aboutus h1 {
        font-size: 20px;
        padding: 0 15px;
    } 
    .list ul {
        padding: 0 15px;
    }
    .list ul li a {
        font-size: 14px;
    }
    .more a {
        margin: 0 15px;
    }
}


/* Start Figure */

.figure {
    width: 100%;
    margin-top: 100px;
    padding: var(--main-padding) 0;
    position: relative;
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}
.figure video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.figure::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 38px;
    width: 2px;
    height: 80%;
    background-color: #fff;
}

.figure-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.figure-item {
    margin-top: 30px;
    margin-left: 20px;
}
.figure h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 70px;
    text-align: justify;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.figure h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 414px;
    line-height: 37px;
}
.counter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
@media (max-width: 1200px) {
    .figure h2 {
        font-size: 60px;
    }
    .figure h1 {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .figure {
        height: unset;
    }
    .figure-items {
        gap: 100px;
    }
    .figure h2 {
        text-align: center;
    }
    .figure h1 {
        text-align: center;
    }
    .figure-item {
        margin: unset;
    }
    .figure::before {
        height: 1px;
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .counter {
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .figure h2 {
        font-size: 50px;
    }
    .figure h1 {
        font-size: 15px;
    }
}
/* End Figure */

.cargo-img {
    position: relative;
}
#fe {
    width: 400px;
    position: absolute;
    left: -100px;
    top: -30px;
    z-index: -1;
}

.vector2 {
    fill: #ccc !important;
}


.cargo-para {
    margin-top: 70px;
    max-width: 600px;
    padding-left: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cargo-para svg {
    width: 22px;
    margin-left: 3px;
}
.image-cargo {
    display: flex;
    justify-content: end;
    text-align: center;
    z-index: -11;
}
.image-cargo img {
    width: 500px;
}

@media (max-width: 1200px) {
    .image-cargo img {
        width: 420px;
    }
    .cargo-para {
        padding-left: unset;
    }
}
@media (max-width: 992px) {
    .image-cargo img {
        width: 470px;
    }
    .cargo {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .image-cargo {
        justify-content: center;
    }
    .cargo-para {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .image-cargo img {
        width: 80%;
    }
    .cargo-para svg {
        width: 16px;
    }
}

/* End aboutus Style */

/* Start Services Style */
.cargo-section {
    width: 100%;
    margin-top: var(--main-margin);
    padding-top: var(--main-padding);
    border-top: 1px solid #D3D3D3;
}
.cargo-section h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 35px;
    text-transform: capitalize;
    color: #211E1F;
}
.cargo-section p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #313131;
    margin-top: 15px;
}

.serve {
    position: relative;
    overflow: hidden;
    height: 400px;
    cursor: pointer;
    width: 380px !important;
}
.services-img {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
@media (max-width: 1130px) {
     .serve {
        width: 310PX !important;
     }
}
@media (max-width: 576px) {
    .serve {
       width: 375PX !important;
    }
}
.serve img {
    width: 100%;
    height: 100%;
}
.serve-text {
    width:100%;
    position: absolute;
    padding: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: black;
    z-index: 1;
    top: 100%;
    left: 0;
    opacity: 0.81;
    transition: .6s ease-in-out;
}
.serve:hover .serve-text {
    top: 0;
}

.serve-text-title {
    width: 100%;
    background: url(../images/black.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -150px;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    align-items: center;
    gap: 20px;
    z-index: 2;
    background: linear-gradient(0deg, black, black, transparent);
}

.serve-text-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.serve-text-title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 134px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.3;
}
.serve-text-para h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 22px;
}
.serve-text-para p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (max-width: 576px) {
    .cargo-section h1 {
        font-size: 20px;
        margin: 0;
        padding: 0 15px;
    }
    .cargo-section {
        padding-top: 80px;
    }
    .cargo-section p {
        font-size: 13px;
        padding: 0 15px;
    }
    .services-img {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .serve {
        width: 80%;
    }
}
/* End Services Style */

/* Start Ourteam Style */
.slider-slick {
    margin-top: var(--main-margin);
}
.slide img {
    width: 90%;
}
.slide h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #2B3177;
    margin-top: 20px;
}
.slide h2 { 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #A8A8A8;
    margin-top: 10px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
    background: none;
    border: 1px solid #2B3177;
    border-radius: 50%;
    height: 15px;
    width: 16px;
}
.slick-dots li button:before {
    border: 1px solid black;
    border-radius: 50%;
    color: #fff;
    height: 15px;
    width: 16px;
}
.slick-dots {
    bottom: -15%;
}

@media (max-width: 776px) {
    .slide h1 {
        font-size: 20px;
    }
    .slide h2 {
        font-size: 14px;
    }
}
/* End Ourteam Style */

/* Start Contactus Style */
.contact {
    position: relative;
    margin-top: var(--main-margin);
    padding-top: var(--main-padding);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
}
.contact2 {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.contact-content h1 {
    font-family: 'Poppins';
    margin-bottom: 50px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    text-transform: capitalize;
    color: #211E1F;
}
.contact-content h1::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D3D3D3;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.contact-info {
    display: flex;
    align-items: baseline;
}
@media (max-width: 576px) {
    .contact-content h1 {
        font-size: 20px;
        line-height: 35px;
        text-align: start;
        padding: 0 15px;
    }
    .contact-content h1::after {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-info {
        padding: 0 15px;
    }
}

.contact-content i {
    margin-right: 8px;
    color: #2B3177;
}
.contact-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
    color: #848484;
}
.contact-img {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-img iframe {
    width: 650px;
    height: 430px;
    object-fit:cover;
}

.contact-form {
    width: 50%;
}

.contact-form p {
    margin-bottom: 18px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #525252;
}
.contact-form p span {
    color: #D93F48;
}

.contact-form input[type="text"],[type="email"] {
    margin-bottom: 18px;
    width: 475px;
    padding: 10px;
    border: 2px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    outline-color: #2B3177;
}

.phone {
    display: flex;
    align-items: center;
}
.phone select {
    width: 150px;
    padding: 10px 15px 10px 10px;
    border-radius: 4px;
    border: 2px solid #E6E6E6;
    border-right: none;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    background-color: #f5f5f5;
    height: 45px;
}
.phone input[type="text"] {
    width: 330px;
    border-left: none;
    margin-left: -4px;
    padding-left: 12px;
    outline: none;
    font-size: 14px;
    height: 45px;
}

.message textarea {
    /*height: 100px;*/
    font-size: 14px;
    width: 475px;
    margin-bottom: 18px;
    width: 475px;
    padding: 10px;
    border: 2px solid #E6E6E6;
    border-radius: 4px;
    resize: none;
    outline-color: #2B3177;
}

.contact-form input[type="submit"], .contact-form input[type="button"] {
    margin-top: 18px;
    width: 475px;
    padding: 10px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #2B3177;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    transition: .4s ease-in-out;
}
.contact-form input[type="submit"]:hover, .contact-form input[type="button"]:hover {
    background: #2b3177e6;
}
@media (max-width: 1400px) {
    .contact-content {
        max-width: 50%;
        margin-right: -50px;
    }

    .contact-img iframe {
        width: 571px;
    }
    .contact-form input[type="text"]{
        width: 400px;
    }
    .contact-form input[type="email"] {
        width: 400px;
    }
    .phone input[type="text"] {
        width: 256px;
    }
    .contact-form input[type="submit"] {
        width: 400px;
    }
    .message textarea {
        width: 400px;
    }
    .contact-form input[type="submit"], .contact-form input[type="button"] {
        width: 400px;
    }
}
@media (max-width: 1200px) {
    .contact-img iframe {
        width: 474px;
    }
}
@media (max-width: 992px) {
    .contact-content {
        max-width: unset;
        margin: unset;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-content p {
        max-width: 475px;
    }
    .contact-img iframe {
        width: 475px;
    }
    .contact {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 60px;
    }
    .contact2 {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 60px 10px 0;
        margin: 235px 10px 0;
    }
    .contact-form {
        margin-top: -100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form-group {
        padding: 0 10px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .contact-form input[type="text"]{
        width: 475px;
    }
    .contact-form input[type="email"] {
        width: 475px;
    }

    .phone input[type="text"] {
        width: 329px;
    }
    .contact-form input[type="submit"], .contact-form input[type="button"] {
        width: 475px;
        font-size: 16px;
    }
    .message textarea {
        width: 475px;
    }
}
@media (max-width: 692px) {
    .phone {
        display: flex;
    }
    /* .contact {
        text-align: center;
    }
    .contact2 {
        text-align: center;
    } */
    .contact-content {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-img iframe {
        width: 400px;
        height: 250px;
    }
    .contact-form input[type="text"] {
        width: 400px;
    }
    .contact-form input[type="email"] {
        width: 400px;
    }
    .phone input[type="text"] {
        width: 256px;
    }
    .contact-form input[type="submit"], .contact-form input[type="button"] {
        width: 400px;
    }
    .message textarea {
        width: 400px;
    }
}
@media (max-width: 567px) {
    .contact-content {
        width: 100%;
    }
    .contact-content p {
        font-size: 14px;
    }
    .contact-content i {
        font-size: 13px;
    }
}
@media (max-width: 492px) {
    .contact-img iframe {
        width: 340px;
        height: 220px;
    }
    .contact-form input[type="text"] {
        width: 340px;
    }
    .contact-form input[type="email"] {
        width: 340px;
    }
    .phone input[type="text"] {
        width: 195px;
    }
    .contact-form input[type="submit"], .contact-form input[type="button"] {
        width: 340px;
    }
    .message textarea {
        width: 340px;
    }
}
/* End Contactus Style */


/* Start Footer Style */
footer {
    margin-top: 180px;
    background-color: #242424;
    color: #fff;
    padding: 20px;
}
.footer-content {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.footer-text {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.Lebanese-logo{
    width: 130px !important;
    margin-top: 20px !important;
}

.footer-text img {
    width: 150px;
    margin-bottom: 15px;
}
.footer-text h3 {
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
}
.footer-text p {
    max-width: 203px;
    color: #ffffffec;
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.5;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.footer-text p:hover {
    color: var(--secondary-color);
} 

#footer-logo img {
    width: 200px;
    margin-top: -28px;
}

#footer-logo p {
    cursor: unset;
    margin: unset;
    font-size: 15px;
    letter-spacing: 1px;
}
#footer-logo p:hover {
    color: #fff;
}
#footer-touch i {
    margin-right: 8px;
    margin-top: 10px;
}
#footer-touch p {
    cursor: unset;
    margin-bottom: 20px;
}
#footer-touch p:hover {
    color: #fff;
}
.footer-touch-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.footer-touch-email {
    margin-top: 15px;
}
.footer-touch-email input[type="email"] {
    width: 180%;
    background: none;
    border: none;
    border-bottom: 1px solid #898989;
    outline: none;
    padding: 10px 0;
    margin-bottom: 25px;
    color: #fff;
    font-size: 12px;
}
.footer-touch-email input[type="email"]::placeholder {
    color: #898989;
}
footer a {
    color: #fff;
    transition: .4s ease
}
footer a:hover {
    color: var(--secondary-color);
} 
#footer-touch a {
    /* //margin-left: 130px; */
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 20px;
    letter-spacing: 1px;
    background: #242424;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    transition: .4s ease-in-out;
}
#footer-touch a:hover {
    background: #fff;
    color: #242424;
}
.footer-text button {
    border: none;
}
#footer-links a {
    transition: .3s ease-in-out;
    margin-top: 10px;
}
#footer-links a:hover {
    color: var(--secondary-color);
}


.footer-down {
    width: 100%;
    margin: 40px auto;
    border-top: 1px solid #fff;
}
.footer-links {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.links-text {
    display: flex;
    gap: 20px;
}
.links-text p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.links-text p:hover {
    color: var(--secondary-color);
}
.footer-down .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.links svg {
    margin-left: 15px;
    cursor: pointer;
    transition: .3s ease-in-out;
    fill: #fff;
}
.links svg:hover {
    transform: scale(1.1);
}
.footer-copyright {
    max-width: 400px;
    text-align: center;
}
.footer-down-para { 
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.footer-down-para p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    width: 55%;
}
@media (max-width: 992px) {
    .footer-content {
        padding-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
        gap: 25px
    }
    #footer-logo {
        width: 100%;
    }
    #footer-logo p {
        max-width: none;
    }
    .footer-text {
        margin: 30px 10px 10px;
    }
}

@media (max-width: 767px) {
    .footer-down {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer-links {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .links-text p {
        margin: unset;
    }
    .footer-down-para p {
        width: 81%;
    }
} 
@media (max-width: 497px) {
    .footer-content {
        justify-content: flex-start;
    }
}
/* End Footer Style */


/* Start Top Section Style */
.top-section{
    margin-top: 85px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6));
    padding: var(--main-padding) 0;
    position: relative;
}

.top-section video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-section img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-section h1 {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 20px;
    font-family: Inter;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0 15px;
}

.top-section h2 {
    color: #FFF;
    font-size: 42px;
    font-family: Inter;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0 15px;
}

@media (max-width: 776px) {
    .top-section h2 {
        font-size: 35px;
    }
}
@media (max-width: 567px) {
    .top-section h2 {
        font-size: 29px;
    }
}
/* End Top Section Style */

.aboutus {
    overflow: hidden;
}
.about-info-img {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.about-info-img img {
    width: 500px;
    margin-left: -30px;
}
.about-infos {
    margin-top: var(--main-margin);
}

.about-info {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}
.about-info img {
    width: 55px;
}
.about-info h1 {
    color: #454545;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
.about-info p {
    color: #454545;
    text-align: justify;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 300;
    line-height: 30px;
}
@media (max-width: 1200px) {
    .aboutus-info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }
    .about-info-img {
        display: flex;
        justify-content: center;
    }
    .about-info-img img {
        width: 520px;
        margin-left: unset;
    }
}
@media (max-width: 767px) {
    .about-info-img {
        width: 80%;
    }
    .about-info-img img {
        width: 100%;
        margin-right: -40px;
    }
}
@media (max-width: 576px) {
    .about-info {
        padding: 0 15px;
    }
    .about-info p {
        font-size: 13px;
    }
    .about-info img {
        width: 50px;
    }
}   


.history {
    margin-top: var(--main-margin);
    padding: 50px 0;
    /* width: 100%; */
    background: url(../images/his-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.history svg {
    margin-bottom: 30px;
    padding: 0;
}
.top-section p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    font-style: italic;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 1px;
}

.top-section h3 {
    margin-top: 40px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
    letter-spacing: 5px;
}

@media (max-width: 576px) {
    .history {
        padding: 50px 0;
    }
    .history p {
        font-size: 14px;
    }
    .history h3 {
        font-size: 14px;
    }
}

.feedback {
    padding-bottom: 110px;
    margin-top: var(--main-margin);
    overflow: hidden;
}
@media (max-width: 480px) {
    .feedback {
        padding-bottom: 167px;
    }
}
.feedback h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 35px;
    text-transform: capitalize;
    color: #211E1F;
}
@media (max-width: 576px) {
    .feedback h1 {
        padding: 0 15px;
    }
}

.feedback-slider {
    margin-top: 50px;
}

.feedback-slide {
    margin: 0 20px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #CECECE;
    padding: 30px 20px 50px;
}

.feedback-slide svg {
    margin-right: 2px;
    margin-bottom: 15px;
}

.feedback-slide p {
    color: #454545;
    text-align: justify;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
    line-height: 30px;
}

.feedback-img {
    position: absolute;
    top: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.feedback-img img {
    width: 81px;
    clip-path: circle();
    margin-bottom: -10px;
    height: 100px;
}

.feedback-img h1 {
    margin: 0;
    color: #9B9B9B;
    text-align: center;
    font-size: 15px;
    font-family: Inter;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.feedback-img i {
    color: #F1AE00;
    font-size: 12px;
}



.feedback-slider .slick-list {
    overflow: unset;
}
.feedback-slider .slick-dots {
    bottom: -46%;
    overflow: unset;
}


.navbar-brand img {
    width: 220px;
}

@media (max-width: 576px) {
    .navbar-brand img {
        width: 190px;
    }
}


.nav-link-active {
    color:#2B3177;
    font-weight: bold;
    position: relative;
    font-size: 17px;
}

@media (max-width: 1200px) {
    .nav-link-active {
        font-size: 15px;
    }
}


/* Start Services Page Style */

.services-container {
    overflow: hidden;
}
.services {
    /* overflow: hidden; */
    border-bottom: 1px solid #A9A9A9;

}

.services-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
.services-content:first-child {
    margin-top: var(--main-margin);
}
.services-content:not(:first-child) {
    margin-top: 200px;
}

.servicesText {
    position: relative;
}
.servicesText h1 {
    color: #211E1F;
    font-family: 'Poppins';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
.servicesText h1 span {
    color: #2B3177;
    font-weight: 600;
}
.servicesText p {
    color: #313131;
    text-align: justify;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.60px;
}


.servicesImg {
    
    text-align: center;
}
.serveTwo .servicesImg, .serveFour .servicesImg, .serveSix .servicesImg {
    
}
/* .servicesImg img {
    width: 480px;
    height: 220px; 
} */

.servicesNumber {
    position: absolute;
    top: -111px;
    left: 0;
    color: rgba(43, 49, 119, 0.09);
    font-family: 'Inter';
    font-size: 170px;
    font-style: normal;
    font-weight: 300;
    animation: showNumbers 2s ease-in-out
}

/* .servicesText::before {
    position: absolute;
    top: -111px;
    left: 0;
    color: rgba(43, 49, 119, 0.09);
    font-family: 'Inter';
    font-size: 170px;
    font-style: normal;
    font-weight: 300;
    animation: showNumbers 2s ease-in-out;
}



#serveOne .servicesText::before {
    content: '01';
}
#serveTwo .servicesText::before {
    content: '02';
}
#serveThree .servicesText::before {
    content: '03';
}
#serveFour .servicesText::before {
    content: '04';
}
#serveFive .servicesText::before {
    content: '05';
}
#serveSix .servicesText::before {
    content: '06';
} */

.serveTwo, .serveFour, .serveSix  {
    flex-direction: row-reverse;
}

.arrow1, .arrow2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: -160px;
    width: 90px;
}
.arrow1 {
    width: 110px;
}

.serveOne img:first-child {
    width: 430px;
}
.serveTwo img:first-child {
    width: 430px;
}
.serveThree img:first-child {
    width: 600px;

}
.serveThree .servicesImg {
    margin-right: -200px;
}
.serveFour img:first-child {
    width: 500px;
}
.serveFive img:first-child {
    width: 450px;
}
.serveSix img:first-child {
    width: 350px;
}


h2, details{
    display:inline;
  }
  
  details {
    position:relative;
  }
  details summary {
    display:block;
    cursor: pointer;
    color: #2B3177;
  }
  details summary:focus {
    outline:none;
  }
  details[open] {
    display:block;
    padding-bottom:25px;
    padding-top:10px;
    animation: open .2s linear;
  }
  details[open] summary {
    position:absolute;
    bottom: 0;
    left:0;
  }
  
  details #open{padding-left:5px;text-align:middle;}
  details #open:after{
      display: inline-block;
      position:relative;
      top: -3px;
      padding-left: 8px;
      content: "\00bb";
      transform: rotate(90deg);
  }
  details[open] #open{display:none;}
  details #close{display:none;}
  details[open] #close{display:block;}
  
  ::-webkit-details-marker {display: none;}
  
  
  .btn-incoterm {
    padding:10px 30px;
    background-color: #e1dbdb;
    color: #2B3177;
     margin-bottom: 20px;
     border:none
  }
  
  
  @keyframes open {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }



@media(max-width: 1350px) {
    .serveTwo img:first-child, .serveFour img:first-child {
        margin-left: -50px;
    }
}

@media(max-width: 1200px) {
    .servicesImg {
        /* padding-left: 30px; */
    }
    .serveTwo .servicesImg, .serveFour .servicesImg, .serveSix .servicesImg {
        /* padding-left: unset; */
    }
    .serveOne img:first-child {
        width: 420px;
    }
    .serveTwo img:first-child {
        width: 470px;
        margin-left: unset;
    }
    .serveThree img:first-child {
        width: 520px;
    }
    .serveFour img:first-child {
        width: 430px;
        margin-left: unset;
    }
    .serveFive img:first-child {
        width: 410px;
    }
    .serveSix img:first-child {
        width: 320px;
    }
}
@media(max-width: 992px) {
    .servicesImg {
        padding: unset;
        margin-top: calc(var(--main-margin) / 2);
    }
    .serveTwo .servicesImg, .serveFour .servicesImg, .serveSix .servicesImg {
        /* padding: unset; */
        margin-left: unset;
    }
    .servicesImg img {
        width: 480px;
    }
    .serveThree .servicesImg {
        margin-right: -639px;
    }
}
@media (max-width: 768px) {
    .serveThree .servicesImg {
        margin-right: -223px;
    }
}
@media(max-width: 576px) {
    .servicesImg {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .servicesImg img {
        width: 320px !important;
    }
    .serveSix img:first-child {
        width: 250px !important;
    }
    .services {
        padding: 0 20px;
    }
    .arrow1, .arrow2 {
        display: none;
    }

}
/* End Services Page Style */



@keyframes showNumbers {
    0% {
        top: 0;
        font-size: 220px; 
    }
    100% {
        top: -111px;
        font-size: 170px;
    }
}



#contact-btn:disabled {
    border: 2px solid#2B3177;
    color: #2B3177;
    background: none;
    opacity: 0.5;
}

.splide__list {
    align-items: center;
}

.splide__slide {
    flex-shrink: 1;
    width: unset !important;
}

.splide {
    visibility: unset;
    margin-top: 80px;
}


/* Start News Style */
.news-container {
    margin-top: var(--main-margin);
  
}
.row-news-reverse{
    flex-direction: row-reverse; 
    padding-top:100px;
}
.row-news {
    padding-top:100px;
}

.news-img-right, .news-img-left {
    display: flex;
    align-items: center;
}
.news-img-right {
    justify-content: flex-end;
}
.news-img-left {
    justify-content: flex-start;
}

.news-img-right img, .news-img-left img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.news {
    margin-top: unset;
    border: unset;
    padding-top: unset;
}

.news h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
}

.news h2 {
    font-size: 16px;
}

.news h3 {
    margin: 30px 0;
    color: rgba(27, 27, 27, 0.60);
    font-family: "Montserrat";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.news-link {
    background: #F3F3FC;
    color: #2B3177 !important;
    font-family: "Montserrat";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    padding: 10px 18px;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
}
.news-link i {
    margin-left: 5px;
}


@media (max-width: 992px) {
    .news-img-right {
        justify-content: center;
    }
    .news-img-left {
        justify-content: center;
    }
    .news-img-right {
        margin-top: 50px;
    }
    .news-img-left {
        margin-bottom: 50px;
    }
}

@media (max-width: 567px) {
    .news h3 {
        padding: 0 15px;
        font-size: 10px;
    }
    .news h2 {
        font-size: 13px;
    }
    
    .news h1 {
        font-size: 26px;
    }
}
/* End News Style */



.float-btn {
    color: #2B3177;
    font-family: 'Poppins';
    padding: 15px 30px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    position: fixed;
    right: 111px;
    bottom: 28%;
    z-index: 10;
    cursor: pointer;
    opacity: 0.3;
    transition: .5s;
}
.float-btn:hover {
    background-color: #ebab02;
    color: #fff;
    opacity: 0.9;
}

@media (max-width: 1200px) {
    .float-btn {
        bottom: 23% !important;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .float-btn {
        right: 2% !important;
        bottom: 2% !important;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .float-btn {
        font-size: 12px;
    }
}






/* Get A quote */
.container-form {
    padding: 60px 80px;
}
.star-contact {
    color: #d93f48;
}
.label-contact-inner {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 37px;
    text-align: right;
    color: #2B3177;
}
.account-input {
    background-color: white !important;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    padding: 10px;
    font-family: 'Poppins';
}
input[type="text"], select, textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e6e6e6;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 18px;
    resize: vertical;
}
input[type="file"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #e6e6e6;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type="email"] {
    width: 475px;
    padding: 12px;
    border: 2px solid #e6e6e6;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type="date"] {
    border: 2px solid #e6e6e6;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
  
}
.btn-register {
    color: #2B3177;
    font-family: 'Poppins';
    padding: 15px 30px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    background-color: #e8e9eb;
    float: right;
    margin-top: -30px;
}
.box-form {
    direction: ltr;
    background: #ffffff;
    box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-bottom: 80px;
}


  
  .input-number {

    padding: 10px;
    vertical-align: top;
    text-align: center;
    outline: none;
    
  }
  .input-volume {

    padding: 10px;
    vertical-align: top;
    text-align: center;
    outline: none;
  }
  
  .input-number,
  .input-number-decrement,
  .input-number-increment {
    border: 2px solid #e6e6e6;
    height: 45px;
    user-select: none;
  }
  .input-volume,
  .input-number-decrement,
  .input-number-increment {
    border: 2px solid #e6e6e6;
    height: 45px;
    user-select: none;
  }
  
  .input-number-decrement,
  .input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 38px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .input-number-decrement:active,
  .input-number-increment:active {
    background: #ddd;
  }
  
  .input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
  }
  
  .input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
  }





/* Start Quote  */

.quote-btn:not(:first-child) {
    margin-left: 30px;
}
.quote-link {
    color: #2B3177;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    /* transition: .3s ease-in-out; */
}

.quote-link-active {
    border-bottom: 3px solid #2B3177;
    padding-bottom: 10px;
    font-weight: 700;
}
.input-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}
.input-content label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #2B3177;
}
.input-content span {
    color: #d93f48 ;
}
.input-content input[type="text"]{
    background: none;
    margin-top: unset;
    margin-bottom: 20px;
}
.input-content select {
    background: none;
    margin-top: unset;
    margin-bottom: 20px;
}
.address {
    display: none;
}
.input-content input[type="date"] {
    background: none;
    margin-top: unset;
    margin-bottom: 20px;
    padding: 12px;
    width: 140px;
}
.weight {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.weight::after {
    position: absolute;
    content: 'kgs';
    height: 51px;
    width: 80px;
    right: 0;
    border: 2px solid black;
    padding: 12px;
    background: none;
    z-index: 2;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.volume {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.volume::after {
    position: absolute;
    content: 'cbm';
    height: 51px;
    width: 80px;
    right: 0;
    border: 2px solid black;
    padding: 12px;
    background: none;
    z-index: 2;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.phone-quote select {
    border-right: none;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    height: 51px;
}
.phone-quote input[type="text"] {
    border-left: none;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    height: 51px;
}
#dimensions {
    display: none;
}
.class-div, .hscode-div, .msds-div {
    display: none;
}
.input-content input[type="file"] {
    background-color: unset;
    margin-top: unset;
    margin-bottom: 20px;
    padding: 12px;
}
.add-container  {
    margin-top: unset;
    margin-bottom: 20px;
    padding: 12px;
    background: #2b3177;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.add-container-lcl  {
    margin-top: unset;
    margin-bottom: 20px;
    padding: 12px;
    background: #2b3177;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .input-content input[type="date"] {
        width: 120px;
    }
}
@media (max-width: 992px) {
    .input-content input[type="date"] {
        width: 150px;
    }
}
@media (max-width: 768px) {
    .container-form {
        padding: 40px 10px;
    }
    .input-content label {
        font-size: 14px;
    }
    .quote-link {
        font-size: 15px;
    }
    #myTab {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    .quote-btn {
        margin-left: unset !important;
    }
    .quote-link-active  {
        padding-bottom: unset;
        border-bottom: unset;
    }
}
/* End Quote  */



.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  #port_of_loading_autocomplete {
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    position: absolute;
    top:100px;
    background: white;
    border: 1px solid #ddd;
    z-index: 999;
   
  }

  #port_of_destination_autocomplete {
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    position: absolute;
    top:100px;
    background: white;
    border: 1px solid #ddd;
    z-index: 999;
   
  }
  #port_of_loading_autocomplete_2 {
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    position: absolute;
    top:100px;
    background: white;
    border: 1px solid #ddd;
    z-index: 999;
   
  }

  #port_of_destination_autocomplete_2 {
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    position: absolute;
    top:100px;
    background: white;
    border: 1px solid #ddd;
    z-index: 999;
   
  }
  #airport_of_origin_autocomplete {
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    position: absolute;
    top:100px;
    background: white;
    border: 1px solid #ddd;
    z-index: 999;
   
  }

  #airport_of_destination_autocomplete {
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    position: absolute;
    top:100px;
    background: white;
    border: 1px solid #ddd;
    z-index: 999;
   
  }

  #country_autocomplete {
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    position: absolute;
    top:100px;
    background: white;
    border: 1px solid #ddd;
    z-index: 999;
   
  }
  
  #country_autocomplete_2 {
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    position: absolute;
    top:100px;
    background: white;
    border: 1px solid #ddd;
    z-index: 999;
   
  }
  
  #country_autocomplete_3 {
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    position: absolute;
    top:100px;
    background: white;
    border: 1px solid #ddd;
    z-index: 999;
   
  }

