.main-header .inner .logo {
    position: relative;
    z-index: 22;
    width: 10%;
    display: flex;
    transition: all 0.3s ease-in-out;
}

.main-nav ul li.submenu i {
    right: 16px;
}

.main-header.fixed-scroll .inner {
    padding: 0px 40px;
}

.main-nav>ul>li .mega-menu li {
    padding: 0px;
    padding-left: 10px;
}

.main-nav>ul>li .mega-menu li a {
    display: block;
    padding: 8px;
}

.main-header.fixed-scroll .main-nav>ul>li>a {
    padding: 17px 0px;
}

.main-header .inner {
    padding: 0px 40px;
}

.main-header {
    padding: 30px 30px 0 30px;
}

.main-nav>ul>li>a {
    padding: 25px 0px;
}

.common-banner .content .title {
    line-height: 100%;
}

.main-nav>ul>li .mega-menu {
    top: 100%;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.main-nav>ul>li:hover .mega-menu {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.main-header.fixed-scroll .inner .logo {
    width: 8%;
}

.a_tag_decor {
    text-decoration: none;
    color: black;
}

.transport-service-list .items figure img {
    display: block;
}

.home-destination .destination .swiper-slide .detail .title {
    font-size: 3.4375rem;
}

.main-nav>ul>li:hover .mega-menu {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.home-next-dest .dest-wrap .quot .form-wrap figure {
    pointer-events: none;
}

.home-testimonial .slider .swiper .swiper-slide {
    width: 38%;
}

.home-testimonial .slider .video-card .bg img {
    object-fit: cover;
    object-position: top;
}

.home-next-dest .dest-wrap .quot .form-wrap .form .input-wrap .datepicker {
    font-size: 20px;
    padding: 5px 20px;

    border-left: 1px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.swiper-fount-timeline::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #fe6700;

    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.swiper-fount-timeline::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #fe6700;
    top: 50%;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.swiper-fount-timeline .swiper-slide .card figure>img {
    border-radius: 15px;
    display: block;
    overflow: hidden;
}

/* ================== */

.swiper-fount-timeline .swiper-slide {
    min-height: 90vh;
    height: auto;
    position: relative;
}

.swiper-fount-timeline .swiper-slide .card {
    position: absolute;
}

.swiper-fount-timeline .swiper-slide:nth-child(odd) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.swiper-fount-timeline .swiper-slide:nth-child(even) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* -------------- */

.swiper-fount-timeline .swiper-slide:nth-child(odd) .card::after,
.swiper-fount-timeline .swiper-slide:nth-child(even) .card::after {
    position: absolute;
    content: "";
    height: 4vw;
    width: 1px;

    left: 10%;
    background-color: #aaaaaa;
}

.swiper-fount-timeline .swiper-slide:nth-child(odd) .card::before,
.swiper-fount-timeline .swiper-slide:nth-child(even) .card::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 10px;
    width: 10px;
    left: calc(10% - 5px);
    background-color: #fe6700;
}

.swiper-fount-timeline .swiper-slide:nth-child(odd) .card {
    /* padding-top: 30%; */
    padding-top: 6vw;
    top: 50%;
}

.swiper-fount-timeline .swiper-slide:nth-child(odd) .card::after {
    top: 0%;
}

.swiper-fount-timeline .swiper-slide:nth-child(odd) .card::before {
    top: 4vw;
}

/* ------------- */

.swiper-fount-timeline .swiper-slide:nth-child(even) .card {
    /* padding-bottom: 30%; */
    padding-bottom: 6vw;
    bottom: 50%;
}

.swiper-fount-timeline .swiper-slide:nth-child(even) .card::before {
    bottom: 4vw;
}

.swiper-fount-timeline .swiper-slide:nth-child(even) .card::after {
    bottom: 0;
}

.service-list .service-list-wrap .items .items-detail {
    padding: 40px 7.7%;
}

.service-list .service-list-wrap .items:hover img {
    filter: grayscale(0);
}

.service-list .service-list-wrap .items .items-detail .content {
    width: 90%;
}

.service-list .service-list-wrap .items:hover .items-detail .content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.service-list .service-list-wrap .items:hover .items-detail .content p {
    opacity: 1;
}

.service-list .service-list-wrap .items img {
    display: block;
}

.text-image .content-wrap {
    flex-wrap: wrap;
}

.text-image .content-wrap .detail {
    max-width: 55%;
    padding-right: 30px;
    padding-bottom: 30px;
}

.text-image .content-wrap .detail .sec-title {
    line-height: 130%;
}

.transport-service .head .sec-title {
    margin-bottom: 25px;
    line-height: 100%;
}

.why-cigisped-list .content .detail {
    width: 50%;
    max-width: 370px;
}

.contact-us .contact-wrap .address-wrap {
    border-radius: 15px;
    min-height: 620px;
    /* background: red; */
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.contact-us .contact-wrap .address-wrap video {
    position: absolute;
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.get-quote .form-step .form-group,
.get-quote .form-step .group .inner-group,
.get-quote .form-step .form-group .select2-container {
    width: 48%;
    max-width: 50%;
    width: calc(50% - 15px);
}

.get-quote .form-step .form-group.w-full {
    width: 100%;
    max-width: 100%;
}

.get-quote .form-step .form-group.w-75 {
    max-width: 75%;
    width: calc(75% - 5px);
}

.get-quote .form-step .form-group.w-25 {
    max-width: 25%;
    width: calc(25% - 25px);
}

.get-quote .form-step .form-group.w-30 {
    max-width: 33%;
    width: calc(33% - 17px);
}

.get-quote .form-step .form-group .select2-container,
.get-quote .form-step .form-group input {
    width: 100% !important;
    max-width: unset !important;
}

.select2-container .selection,
.get-quote .form-step .form-group input,
.get-quote .form-step textarea {
    transition: all 0.3s ease;
}

.select2-container .selection:hover,
.get-quote .form-step .form-group input:hover,
.get-quote .form-step textarea:hover {
    border: 1px solid #ff9148;
    box-shadow: 0px 0px 10px #ff90468c;
}

.get-quote .form-step .form-group .select2-container:hover~label,
.get-quote .form-step .form-group textarea:hover~label,
.get-quote .form-step .form-group input:hover~label {


    color: #fe6700;
}




.get-quote .form-step .group {
    flex-wrap: wrap;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 60px;
    padding-right: 0px;
    margin-top: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
    font-size: 25px;
}

.get-quote .progress-bar .step.previous>span {
    border: 0;
    background: #4986111a;

    color: #4986111a;
    position: relative;
}

.get-quote .progress-bar .step.previous>span::after {
    position: absolute;
    content: "";
    top: 45%;
    left: 50%;
    transform: translate(-45%, -50%) rotate(-45deg);
    height: 6px;
    width: 15px;

    border-left: 3px solid #498611;
    border-bottom: 3px solid #498611;
}

.input-wrap-date-picker {
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%);
}

.input-wrap-date {
    padding-right: 20px;
}

.input-wrap-date::-webkit-calendar-picker-indicator {
    /* visibility: hidden; */
    opacity: 0;
}

.home-services .slide-wrap .item .plus-icon {
    position: absolute;
    display: block;
    bottom: 45px;
    right: 40px;
    height: auto;
    font-weight: 100;
    font-size: 55px;
    z-index: 5;
    text-decoration: none;
    opacity: 0;
    color: white;
}

.home-services .slide-wrap .item:hover .plus-icon {

    opacity: 1;
}

.sticky-button {
    position: fixed;
    bottom: 90px;
    right: 10%;
}


.input-hover {
    transition: all 0.3s ease;
}

.input-hover:hover {
    box-shadow: 0px 0px 10px #fe6700;
}




.name-prefix .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.country-phone-input {
    width: 100%;
    position: relative;
    display: flex;
}

.country-phone-input .form-control.country-code {
    border: 0 !important;
    width: 60px !important;
    position: absolute;
    padding: 0 !important;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}



.country-phone-input input {
    padding-left: 60px !important;

}

.terms-and-condition-sec {
    display: flex;
    padding-bottom: 15px;
    align-items: flex-start;
}

.terms-and-condition-sec input {
    padding: unset !important;
    height: unset !important;
    width: unset !important;
    margin-right: 15px !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
}


.form-step.thankyou {
    width: 50%;
    margin: auto;
    text-align: center;
}

.form-step.thankyou p {
    line-height: 160%;
    margin-bottom: 25px;
}

.scrolldown-next {
    pointer-events: all;
    color: white;
    cursor: pointer;
}

.home-destination .fixed-content-bottom .bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px;
    overflow-y: auto;
    color: white;
    background: black;
    padding: 5px;
}

.select2-container--default .select2-results>.select2-results__options li {
    padding-left: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.233);
    font-size: 15px;
}

.select2-container--default .select2-results>.select2-results__options li:first-child {
    border-top: 1px solid transparent;
}

.select2-container--default .select2-results>.select2-results__options li:hover {
    border-top: 1px solid transparent;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff6600;
    color: #fff;
    border-radius: 5px;

}

.select2-container .select2-dropdown {
    border: 0;
    background-color: unset;
}

.select2-results {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 5px;
}


/* ---------------------------------------------------- */


@media screen and (max-width: 1440px) {
    .detail-gallery {
        padding: 100px 0;


    }

    .event-detail .event-content .right {
        width: 70%;
        padding-left: 5%;
    }

    .detail-gallery .gallery-swiper .swiper-slide:nth-child(even) .card,
    .detail-gallery .gallery-swiper .swiper-slide:nth-child(odd) .card {
        width: 90%;
    }

    .event-detail .event-content .left .side-content ul li {
        padding: 20px 0;
        font-size: 17px;
    }

    .event-detail .event-content .right .detail-content h2 {

        font-size: 2.3rem;
    }

    .event-detail .event-content .right .detail-content h2+p {

        margin-top: 40px;
    }

    .event-detail {
        padding-bottom: 100px;
    }

    .sticky-button {
        position: fixed;
        bottom: 80px;
        right: 5%;
    }

    .news-detail .content-area h2+p {
        margin-top: 25px;
    }

    .detail-page {
        margin-top: 135px;
    }

    .news-detail .content-area h2 {
        font-size: 2.3rem;
    }

    .choose-right-ship .head .sec-title {
        margin-bottom: 20px;
        line-height: normal;
    }

    .choose-right-ship .head {
        margin-bottom: 70px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-top: 15px;
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:last-child,
    .choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:first-child {
        width: calc(35% - 15px);
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:first-child,
    .choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:last-child {
        width: calc(65% - 15px);
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap {
        gap: 30px;
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:first-child figure,
    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:last-child figure,
    .choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:first-child figure,
    .choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:last-child figure {
        padding-top: 0;
        height: auto;
        position: relative;
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap {
        justify-content: space-between;
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:first-child figure img,
    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:last-child figure img,
    .choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:first-child figure img,
    .choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:last-child figure img {
        position: unset;
        display: block;
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child {
        margin-top: 30px;
    }

    .breadcrumb {
        padding: 55px 0;
    }

    .choose-right-ship {
        padding-bottom: 90px;
    }

    .ship-tab {
        padding: 90px 0;
    }

    .ship-tab .custom-tabs .tab-list .tab-items.active img {
        display: block;
        width: 20px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items.active {
        padding: 13px;
        padding-left: 20px;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .content .title {
        margin-bottom: 15px;
        line-height: normal;
        font-size: 2.1rem;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .content {
        max-width: 55%;
    }

    .ship-tab .custom-tabs .tab-content {
        max-width: 80%;
        flex: 0 0 80%;
        padding-left: 55px;
    }

    .choose-right-ship .swiper-button-prev {
        left: -5%;
    }

    .choose-right-ship .swiper-button-next {
        right: -5%;
    }

    .get-quote .form-step .form-group,
    .get-quote .form-step .group .inner-group,
    .get-quote .form-step .form-group .select2-container {
        width: 48%;
        max-width: 50%;
        width: calc(50% - 15px);
    }

    .get-quote .progress-bar .step span {
        width: 45px;
        height: 45px;
        font-size: 14px;
        margin-right: 10px;
    }

    .get-quote .form-step .title {
        margin-bottom: 45px;
        line-height: normal;
        font-size: 1.7rem;
    }

    .get-quote .sec-title {
        margin-bottom: 40px;
        line-height: normal;
        font-size: 2.3rem;
    }

    .get-quote {
        margin-top: 130px;
        padding: 90px 0;
    }

    .contact-us .contact-wrap .form-wrap .forms .btn {
        margin-top: 45px;
    }

    .contact-us .sec-title {
        line-height: 100%;
        margin-bottom: 40px;
    }

    .contact-us .contact-wrap .form-wrap .forms .form-control {
        height: 55px;
    }

    .contact-us,
    .events {
        padding: 100px 0;
    }

    .events .event-list .items .detail .content .pill {
        padding: 8px 20px;
    }

    .events .events-large .event-detail .content .title {
        font-size: 23px;
        line-height: 150%;
        margin-bottom: 30px;
    }

    .events .event-list .items .detail .content .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .home-updates .sec-title {
        margin-bottom: 40px;
        line-height: 45px;
    }

    .other-service-wrap .items .content {
        align-items: end;
    }

    .other-service {
        padding: 100px 0;
    }

    .why-cigisped-list .content {
        padding: 45px 9%;
    }

    .why-cigisped-list .content figure {
        bottom: -45px;
    }

    .why-cigisped {
        padding: 100px 0;
    }

    .why-cigisped .head .title-field .sec-title {
        color: #000;
        font-size: 2.3rem;
        padding-right: 10px;
    }

    .why-cigisped .head .title-field {
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .h2,
    h2 {
        font-size: 2.3rem;
    }

    .transport-service {
        padding: 90px 0;
    }

    .home-carry {
        padding-bottom: 50px;
    }

    .h1,
    h1 {
        font-size: 3.0625rem;
    }

    .text-image .content-wrap .detail .sec-title {
        line-height: 130%;
        font-size: 2.3rem;
    }

    .dest-block {
        padding-top: 95px;
    }

    .page-destination .fixed-content-top .head .title span.active {
        font-size: 2.2rem;
    }

    .home-destination .fixed-content-top .head .places ul {
        max-height: 400px;
        pointer-events: all;
        overflow-y: auto;
    }

    .service-list {
        padding: 100px 0;
    }

    .about-history .history-wrap .content {
        padding-left: 8%;
    }

    .vision-mission .group-wrap {
        margin: 0 -1%;
        gap: 0;
        width: auto;
    }

    .vision-mission .group-wrap .item {
        width: calc(50% - 2%);
        margin: 0 1%;
    }

    .about-history .history-wrap figure {
        height: 100%;
        margin: 0;
        -webkit-box-flex: unset;
        aspect-ratio: 1/1;
        -ms-flex: unset;
        flex: unset;
    }

    .about-history .history-wrap figure img {
        display: block;
    }

    .about-history .history-wrap {
        height: auto;
    }

    .footer-cta .title {
        font-size: 2.3rem;
        margin-bottom: 30px;
        line-height: 120%;
    }

    .footer-cta {
        padding: 90px 0;
    }

    .about-fount .head .sec-title {
        line-height: 100%;
        margin-bottom: 17px;
    }

    .about-fount {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .about-history {
        padding-bottom: 90px;
    }

    .about-set {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-set .head .value p,
    .about-set .value-wrap .values p {
        padding-top: 14px;
        margin-top: 19px;
    }

    .about-set .head .value .percent,
    .about-set .value-wrap .values .percent {
        font-size: 6.5rem;
        line-height: 100%;
        margin-bottom: 5px;
    }

    .vision-mission .group-wrap .item .sec-title {
        margin-bottom: 15px;
        line-height: 100%;
        font-size: 2.3rem;
    }

    .vision-mission .group-wrap .item img {
        margin-bottom: 20px;
    }

    .about-carry .carry-wrap .content-div .title {
        line-height: 130%;
        font-size: 2.3rem;
        margin-bottom: 1.5rem;
    }

    .home-banner .hero-head .title {
        font-size: 3.2rem;
    }

    .home-banner .hero-head p {
        font-size: 1.5rem;
    }

    .home-carry .carry-wrap .content-div .title {
        line-height: 45px;
        margin-bottom: 1.2rem;
    }

    .home-carry .carry-wrap .content-div p+p {
        margin-top: 13px;
        margin-bottom: 2rem;
    }

    .home-updates,
    .home-testimonial,
    .home-services {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .transport-service-list .items .title {
        font-size: 1.1rem;
    }

    .home-engg {
        padding-top: 100px;
        padding-bottom: 130px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap {
        max-width: 473px;
        height: unset;
        padding: 10px 10px 280px 10px;
    }

    .home-testimonial .slider .card figure {
        margin-bottom: 25px;
        width: 61px;
        height: 61px;
    }

    .home-testimonial .slider .text-card p {
        margin-bottom: 50px;
        font-size: 17px;
        line-height: 165%;
    }

    .home-updates .blog-wrap .blog-large .blog-detail .content .title {
        font-size: 23px;
        line-height: 40px;
    }

    .home-updates .blog-wrap .blog-list .items .content .title {
        font-size: 20px;
        line-height: 26px;
    }

    .footer {
        padding-top: 95px;
    }

    .footer .top-footer {
        padding-bottom: 85px;
    }

    .footer .top-footer a {
        font-size: 18px;
    }

    .footer .title {
        margin-bottom: 25px;
    }

    .footer .desktop-footer .downloads ul li a {
        padding: 11px 21px;
        line-height: normal;
    }

    .footer .desktop-footer {
        padding-bottom: 60px;
    }

    .footer .footer-bottom {
        padding: 25px 0;
    }

    .footer .top-footer .news-letter img {
        margin-right: 25px;
        max-width: 65px;
    }

    .home-destination .destination .swiper-slide .detail .title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1366px) {
    .detail-gallery .sec-title {
        margin-bottom: 50px;
    }

    .event-detail {
        padding-bottom: 85px;
    }

    .event-detail .event-content .right .detail-content h2+p {
        margin-top: 30px;
    }

    .detail-gallery {
        padding: 85px 0;
    }

    .news-detail .detail-top {
        margin-bottom: 40px;

    }

    .news-detail .content-area h2 {
        font-size: 2.1rem;
    }

    .ship-tab .custom-tabs .tab-content {
        max-width: 80%;
        flex: 0 0 80%;
        padding-left: 5%;
    }

    .choose-right-ship {
        padding-bottom: 80px;
    }

    .news-detail .content-area h2+p {
        margin-top: 40px;
    }

    .news-detail {
        padding-bottom: 100px;
    }

    .image-grid {
        padding-bottom: 100px;
    }

    .text-image .content-wrap .detail .sec-title+p {
        margin-top: 20px;
    }

    .breadcrumb {
        padding: 50px 0;
    }

    .get-quote .form-step .form-group .select2-container,
    .get-quote .form-step .form-control {
        height: 60px;
        width: 585px;
        font-size: 16px;
    }

    .get-quote {
        margin-top: 130px;
        padding: 80px 0;
    }

    .transport-service .head .sec-title {
        margin-bottom: 25px;

        font-size: 2.3rem;
    }

    .text-image .content-wrap .detail .sec-title {
        line-height: 140%;
        font-size: 2.1rem;
    }

    .text-image .content-wrap {
        align-items: flex-start;
    }

    .about-history .history-wrap .content .title {
        margin-bottom: 15px;
        font-size: 2.3rem;
    }

    .common-banner .content .title {
        font-size: 3rem;
    }

    .vision-mission .group-wrap .item {
        padding: 55px 4%;
    }

    .vision-mission .group-wrap .item img {
        margin-bottom: 10px;
    }

    .vision-mission .group-wrap .item .sec-title {
        font-size: 2rem;
    }

    .about-set {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-set .head .value .percent,
    .about-set .value-wrap .values .percent {
        font-size: 5.5rem;
        line-height: 100%;
        margin-bottom: 5px;
    }

    .about-set .head {
        margin-bottom: 0px;
    }

    .about-set .head .value p,
    .about-set .value-wrap .values p {
        padding-top: 8px;
        margin-top: 10px;
    }

    .about-set .head .heading .sec-title {
        line-height: normal;
        margin-bottom: 15px;
    }

    .about-history .history-wrap figure {
        height: auto;
        margin: 0;
        width: 33%;
    }

    .about-history .history-wrap .content .title {
        line-height: normal;
        margin-bottom: 15px;
    }

    .about-history {
        padding-bottom: 80px;
    }

    .about-fount .head {
        margin-bottom: 50px;
    }

    .footer-cta .title {
        font-size: 2rem;
        margin-bottom: 25px;
        line-height: 130%;
    }

    .footer-cta {
        padding: 75px 0;
    }

    .btn {
        font-size: 16px;
        line-height: normal;

        padding: 12px 22px;

        height: unset;
    }

    .home-destination .fixed-content-top .head .btn {
        font-size: 15px;
        padding: 10px 20px;
        height: 45px;
        line-height: normal;
    }

    .main-nav>ul>li>a {
        font-size: 15px;
    }

    .main-nav>ul>li>a span {
        font-size: 8px;
    }

    .main-nav>ul>li:last-child {
        padding-right: 0;
        padding-left: 1.8125rem;
    }

    .main-nav>ul>li .btn {
        padding: 10px 18px !important;
    }
}

@media screen and (max-width: 1280px) {
    .event-detail {
        padding-bottom: 70px;
    }

    .detail-gallery {
        padding: 70px 0;
    }

    .event-detail .event-content .right .detail-content h2 {
        font-size: 2.1rem;
    }

    .event-detail .event-content .right .detail-content h2+p {
        margin-top: 10px;
    }

    .event-detail .event-content .left .side-content ul {

        padding: 5px 20px;
    }


    .news-detail .content-area h2 {
        font-size: 2rem;
        line-height: 140%;
    }

    .news-detail .detail {
        margin-top: 40px;
        gap: 25px;
    }

    .news-detail .content-area img+p {
        margin-top: 40px;
    }

    .news-detail .content-area p+img {
        margin-top: 45px;
    }

    .news-detail .content-area h2+p {
        margin-top: 30px;
    }

    .image-grid {
        padding-bottom: 80px;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .content {
        max-width: 60%;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .content p {
        font-size: 15px;
        line-height: 26px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items {
        padding: 12px;
        padding-left: 20px;
        font-size: 15px;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .image-wrap figure img {
        position: unset;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .image-wrap figure {
        margin-bottom: 0;
        padding-top: 0;
        position: relative;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .image-wrap {
        width: 35%;
        -ms-flex: unset;
        flex: unset;
    }

    .choose-right-ship .choose-wrap {
        width: 95%;
        margin: auto;
    }

    .ship-tab {
        padding: 80px 0;
    }

    .choose-right-ship .swiper-button-next {
        right: -7%;
    }

    .choose-right-ship .swiper-button-prev {
        left: -7%;
    }

    .text-image .content-wrap .detail .sec-title {
        line-height: 140%;
        font-size: 2rem;
    }

    .text-image .content-wrap .detail .sec-title+p {
        margin-top: 15px;
    }

    .text-image {
        padding-bottom: 70px;
    }

    .breadcrumb {
        padding: 40px 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-top: 12px;
    }

    .get-quote .form-step .form-group {
        margin-bottom: 35px;
    }

    .select2-container .select2-selection .select2-selection__rendered {
        padding: 10px 0;
    }

    .get-quote .form-step .form-group .select2-container,
    .get-quote .form-step .form-control {
        height: 55px;
    }

    .get-quote .form-step textarea::placeholder,
    .select2-selection__placeholder,
    .get-quote .form-step .form-control::placeholder {
        font-size: 14px;
    }

    .get-quote .form-step .form-group label {
        left: 20px;
        top: -13px;
        padding: 0 5px;
        font-size: 14px;
    }

    .get-quote .progress-bar {
        max-width: 688px;
        width: 100%;
        margin-bottom: 50px;
    }

    .get-quote .form-step .title {
        margin-bottom: 40px;
        font-size: 1.6rem;
    }

    .get-quote .sec-title {
        margin-bottom: 35px;
        font-size: 2.1rem;
    }

    .get-quote {
        padding: 75px 0;
    }

    .contact-us .contact-wrap .address-wrap .content .title {
        font-size: 1.5rem;
    }

    .contact-us .contact-wrap .address-wrap .content .item p,
    .contact-us .contact-wrap .address-wrap .content .item a,
    .contact-us .contact-wrap .address-wrap .content .item address {
        font-size: 15px;
    }

    .contact-us .contact-wrap .form-wrap {
        width: 57%;
    }

    .events .sec-title {
        margin-bottom: 35px;
    }

    .events .events-large .event-detail .content .title {
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 30px;
    }

    .events .event-list .items .detail .content .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .events {
        padding: 80px 0;
    }

    .other-service-wrap .items .content span {
        flex-shrink: 0;
    }

    .h2,
    h2 {
        font-size: 2.1rem;
    }

    .why-cigisped-list .content figure {
        left: 10%;
        bottom: 0;
        margin: 0;
    }

    .why-cigisped-list .content {
        padding: 35px 5%;
        min-height: 196px;
    }

    .why-cigisped {
        padding: 70px 0;
    }

    .why-cigisped .head .title-field {
        padding-bottom: 45px;
    }

    .why-cigisped .head .title-field .sec-title {
        font-size: 2.1rem;
    }

    .why-cigisped {
        padding: 80px 0;
    }

    .h4,
    h4 {
        font-size: 1.5rem;
    }

    .other-service-wrap .items .content .title {
        padding-right: 10px;
        line-height: 150%;
    }

    .other-service {
        padding: 80px 0;
    }

    .transport-service .head .sec-title {
        margin-bottom: 15px;
        font-size: 2.1rem;
    }

    .transport-service .head {
        text-align: center;
        margin-bottom: 50px;
    }

    .transport-service {
        padding: 80px 0;
    }

    .faq .accordion-item.active .accordion-header {
        padding: 35px 30px;
        padding-bottom: 20px;
    }

    .faq .accordion-header {
        font-size: 17px;
    }

    .service-list {
        padding: 80px 0;
    }

    .common-banner .content .title {
        font-size: 3rem;
    }

    .about-carry .carry-wrap .content-div .title {
        line-height: 120%;
        font-size: 2.1rem;
        margin-bottom: 20px;
    }

    .about-carry {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .vision-mission {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .vision-mission .group-wrap .item {
        padding: 43px 4%;
    }

    .vision-mission .group-wrap .item p {
        line-height: 180%;
        font-size: 16px;
    }

    .about-set .head .heading .sec-title {
        line-height: normal;
        margin-bottom: 10px;
        font-size: 2.3rem;
    }

    .about-set .head .value .percent,
    .about-set .value-wrap .values .percent {
        font-size: 4.5rem;
        margin-bottom: 5px;
    }

    .about-history .history-wrap .content {
        padding-left: 7%;
    }

    .about-history .history-wrap figure {
        width: 32%;
    }

    .about-history .history-wrap .content .title {
        margin-bottom: 15px;
        font-size: 2.1rem;
    }

    .about-fount .head .sec-title {
        line-height: normal;
        margin-bottom: 12px;
    }

    .about-fount {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footer-cta .title {
        font-size: 1.8rem;
        margin-bottom: 25px;
        line-height: 130%;
    }

    .home-banner .hero-head .title {
        font-size: 3.2rem;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .sticky-button {
        position: fixed;
        bottom: 50px;
        right: 50px;
    }

    .main-nav>ul>li {
        padding: 0 1rem;
    }

    .home-services .slide-wrap .item .content .title {
        font-size: 1.3rem;
    }

    .home-destination .fixed-content-top .head .title {
        font-size: 2.3rem;
    }

    .home-destination .destination .swiper-slide .detail .title {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }

    .home-next-dest .dest-wrap .content .title {
        line-height: 45px;
        margin-bottom: 20px;
        font-size: 2.3rem;
    }

    .home-testimonial .slider .text-card p {
        font-size: 16px;
    }

    .home-testimonial .slider .card {
        padding: 40px 10%;
    }

    .home-testimonial .slider .video-card .play-btn {
        width: 90px;
        height: 90px;
    }

    .home-updates,
    .home-testimonial,
    .home-services {
        padding-top: 85px;
        padding-bottom: 95px;
    }

    .home-updates .sec-title {
        margin-bottom: 45px;
    }

    .home-carry {
        padding-bottom: 75px;
    }

    .home-carry .carry-wrap .content-div p {
        font-size: 15px;
    }

    .home-carry .carry-wrap .content-div p+p {
        margin-top: 13px;
        margin-bottom: 1.5rem;
    }

    .home-updates .blog-wrap .blog-large .blog-detail .content .pill {
        padding: 8px 25px;
        margin-bottom: 15px;
    }

    .home-updates .blog-wrap .blog-large .blog-detail .content .title {
        font-size: 22px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .home-updates .blog-wrap .blog-large .blog-detail .content p span {
        font-size: 18px;
    }

    .home-updates .blog-wrap .blog-list .items .content .title {
        font-size: 19px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .home-updates .blog-wrap .blog-list .items .content p span {
        font-size: 16px;
        margin-right: 10px;
    }

    .home-updates .blog-wrap .blog-list .items .content p {
        font-size: 15px;
    }

    .footer .title {
        margin-bottom: 25px;
        font-size: 1.3rem;
    }

    .footer .desktop-footer .downloads ul li a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .footer .desktop-footer {
        padding-bottom: 45px;
    }

    .footer .top-footer {
        padding-bottom: 70px;
    }

    .footer .top-footer .news-letter img {
        margin-right: 20px;
        max-width: 60px;
    }

    .footer .top-footer .news-letter .form-control {
        padding-bottom: 5px;
    }

    .home-updates .sec-title,
    .home-testimonial .head .sec-title,
    .home-engg .head .sec-title {
        font-size: 2.3rem;
    }

    .home-engg .head {
        margin-bottom: 30px;
    }

    .home-destination .fixed-content-bottom .bottom .swiper-paginations .swiper-pagination-current {
        font-size: 50px;
        line-height: 45px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form .input-wrap {
        height: 50px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form .form-group {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1200px) {
    .main-header .inner .logo {
        width: 135px;
    }

    .main-header.fixed-scroll .inner .logo {
        width: 125px;
    }

    .footer .top-footer .news-letter .form-control {
        width: 97%;
    }

    .home-services .slide-wrap {
        height: auto;
        position: unset;
        display: flex;
        padding-bottom: 20px;
        justify-content: space-between;
    }

    .home-services .slide-wrap .item {
        width: calc(33.333% - 2%);
        position: relative;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: unset;
        flex: unset;
        height: unset;
    }

    .home-services .slide-wrap .item::before {
        position: unset;
    }


    .home-services .slide-wrap .item .content {
        max-width: unset;
        -webkit-transform: unset;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        padding: 30px 8%;
        transform: unset;
        background-color: rgba(255, 255, 255, 0.767);
    }

    .home-services .slide-wrap .item:hover .content {
        color: white;
        background-color: rgba(73, 134, 17, 0.95);
    }

    .home-services .slide-wrap .item.active:hover .content .title,
    .home-services .slide-wrap .item.active:hover .content p,
    .home-services .slide-wrap .item:hover .content .title,
    .home-services .slide-wrap .item:hover .content p {
        color: white;
    }



    .home-services .slide-wrap .item .content p {
        margin-bottom: 30px;
        opacity: 1;
        line-height: 160%;
    }

    .btn {
        font-size: 14px;
        padding: 10px 16px;
        height: unset;
        line-height: 100%;
        border: 1px solid rgba(44, 44, 44, 0.26);
    }

    .home-services .slide-wrap .item.active .content .title,
    .home-services .slide-wrap .item.active .content p {
        color: #000000;
    }

    .home-services .slide-wrap .item .content .title {
        font-size: 1.3rem;
        line-height: normal;
    }

    .home-services .slide-wrap .item .count {
        opacity: 0%;
    }
}

@media screen and (max-width: 1199px) {
    .detail-page {
        margin-top: 80px;
    }

    .text-image .content-wrap .detail {
        max-width: 50%;
    }

    .text-image .content-wrap figure {
        max-width: 50%;
        -ms-flex: unset;
        flex: unset;
        margin-bottom: 0;
    }

    .home-destination .fixed-content-top .head {
        justify-content: end;
    }

    .main-nav ul li.submenu i {
        top: 9px;
    }

    .main-nav>ul>li .mega-menu li a {
        display: block;
        padding: 8px;
        font-size: 15px;
    }

    .main-nav>ul>li>a {
        padding: 18px 0px;
    }

    .main-nav ul .submenu.open .mega-menu .title {
        display: none;
    }

    .mega-menu ul li a {
        padding: 10px 0;
    }

    .main-nav ul li:last-child {
        position: unset;
    }

    .about-set .head .value .percent,
    .about-set .value-wrap .values .percent {
        font-size: 3.5rem;
        margin-bottom: 5px;
    }

    .about-set .value-wrap .values:nth-child(2) {
        margin-top: 0px;
    }

    .about-set .value-wrap .values:last-child {
        margin-top: 0px;
    }

    .about-set .value-wrap .values {
        margin-top: 30px !important;
    }

    .about-set .head .value p,
    .about-set .value-wrap .values p {
        padding-bottom: 12px;
        padding-top: 0;
        margin-top: 5px;
        border-top: 1px solid #fe660000;
        border-bottom: 1px solid #fe6700;
    }

    .main-header {
        padding: 0;
    }

    .main-header.fixed-scroll .inner {
        padding: 8px 20px;
        transition: all 0.3s ease-in-out;
    }

    .main-header .inner {
        padding: 15px 20px;
    }

    .container {
        max-width: 95%;
    }

    .main-nav {
        top: 82px;
        padding: 0.9375rem;
        padding-top: 2.1875rem;
        height: calc(100vh - 82px);
    }

    .main-header.fixed-scroll .main-nav {
        top: 70px;
        padding: 0.9375rem;
        padding-top: 2.1875rem;
        height: calc(100vh - 70px);
    }

    .home-next-dest .dest-wrap .content img {
        width: 320px;
        height: 312px;
        position: absolute;
        left: 10%;
        top: 0%;
        pointer-events: none;
    }

    .home-next-dest .dest-wrap .content {
        margin-top: 25px;
        width: 45%;
        padding-right: 2%;
    }

    .home-next-dest .dest-wrap .quot {
        width: 55%;
    }

    .home-next-dest {
        padding-bottom: 70px;
        padding-top: 60px;
    }

    .home-next-dest .dest-wrap .content .title {
        line-height: 140%;
        margin-bottom: 10px;
        font-size: 2rem;
    }

    .home-next-dest .dest-wrap .quot {
        padding-top: 35px;
    }

    .footer .desktop-footer .downloads {
        width: 100%;
        padding-top: 0px;
    }

    .footer .desktop-footer .items .toggle-title::after,
    .footer .desktop-footer .items .toggle-title::before {
        position: unset;
    }

    .footer .desktop-footer .items .toggle-list {
        display: block;
    }

    .footer .desktop-footer .items {
        width: 50%;
    }

    .footer .desktop-footer .items {
        max-width: 40%;
        width: fit-content;
        padding: 0 10px;
    }

    .footer .desktop-footer .items ul li a {
        padding: 0 10px;
    }

    .footer .desktop-footer .downloads ul li a {
        padding: 10px 15px;
    }

    .footer .footer-bottom .social {
        margin-top: 0px;
    }

    .footer .footer-bottom {
        padding: 25px 0;
        gap: 20px;
        justify-content: center;
    }

    .home-services .slide-wrap {
        height: auto;
        position: unset;
        display: flex;
        padding-bottom: 20px;
        justify-content: space-between;
    }

    .home-services .slide-wrap .item {
        width: calc(33.333% - 2%);
        position: relative;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: unset;
        flex: unset;
        height: unset;
    }

    .home-services .slide-wrap .item::before {
        position: unset;
    }

    .home-services .slide-wrap .item .content {
        max-width: unset;
        -webkit-transform: unset;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        padding: 30px 8%;
        transform: unset;
        background-color: rgba(255, 255, 255, 0.432);
    }

    .home-services .slide-wrap .item .content {
        max-width: unset;
        -webkit-transform: unset;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        padding: 30px 8%;
        transform: unset;
        background-color: rgba(255, 255, 255, 0.767);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .items_link_card .items.link {
        padding: 40px 10%;
    }

    .transport-service-list .items .btn-link {
        width: 50px;
        height: 50px;
    }

    .transport-service-list .items.link .btn-link {
        width: 50px;
        height: 50px;

        bottom: 30px;
        left: 10%;
    }

    .main-nav ul li:last-child .btn {
        max-width: unset;
        width: fit-content;
        text-align: center;
        color: white;
        margin-top: 50px;
        padding: 10px 25px !important;
    }

    .main-nav>ul>li:last-child {
        padding-left: 16px;
    }

    .main-nav>ul>li:hover .mega-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .main-header .inner .logo {
        width: 130px;
    }

    .main-header.fixed-scroll .inner .logo {
        width: 130px;
    }
}

@media screen and (max-width: 1024px) {






















    .event-detail .event-content .right {
        width: 70%;
        padding-left: 4%;
    }

    .event-detail .event-content .left .side-content ul li {
        padding: 15px 0;
        font-size: 16px;
    }

    .detail-gallery {
        padding: 60px 0;
    }




    .event-detail .event-content .right .detail-content h2+p {
        font-size: 15px;
    }

    .event-detail .event-content .right .detail-content h2 {
        font-size: 1.9rem;
    }

    .event-detail .event-content .left {
        width: 30%;
        padding-right: 3%;
    }

    .event-detail .event-content .right .detail-content p+p {
        margin-top: 15px;
        font-size: 15px;
    }

    .home-services .slide-wrap .item .plus-icon {
        bottom: 35px;
        right: 20px;
    }

    .news-detail .content-area h2+p {
        margin-top: 15px;
    }

    .news-detail .detail-top .cat .pill {
        margin-right: 10px;
    }

    .news-detail .detail {
        margin-top: 25px;
        gap: 25px;
    }

    .news-detail {
        padding-bottom: 65px;
    }

    .news-detail .content-area h2 {
        font-size: 1.8rem;
    }

    .news-detail .detail-top {
        margin-bottom: 25px;
    }

    .image-grid {
        padding-bottom: 65px;
    }

    .text-image .content-wrap .detail .sec-title+.sub-title {
        margin-bottom: 10px;
        margin-top: 6px;
        font-size: 1.3rem;
        line-height: 150%;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .content .title {
        margin-bottom: 15px;
        font-size: 2rem;
    }

    .choose-right-ship .head p {
        font-size: 15px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items {
        padding: 8px;
        padding-left: 20px;
        font-size: 15px;
    }

    .ship-tab {
        padding: 60px 0;
    }

    .choose-right-ship {
        padding-bottom: 60px;
    }

    .choose-right-ship .head {
        margin-bottom: 40px;
    }

    .choose-right-ship .head .sec-title {
        margin-bottom: 10px;
        line-height: normal;
        font-size: 1.8rem;
    }

    .choose-right-ship .swiper-button-prev {
        left: unset;
        right: calc(100% + 5px);
    }

    .choose-right-ship .swiper-button-next {
        right: unset;
        left: calc(100% + 5px);
    }

    .choose-right-ship .choose-wrap {
        width: 90%;
    }

    .choose-right-ship .swiper-button-prev,
    .choose-right-ship .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .breadcrumb {
        padding: 40px 0 30px 0;
    }

    .text-image .content-wrap .detail p+p,
    .text-image .content-wrap .detail .sec-title+p {
        margin-top: 15px;
        letter-spacing: 0;
        font-size: 15px;
    }

    .get-quote .form-step .form-control,
    .select2-container .selection {
        padding-left: 17px;
    }

    .get-quote .progress-bar .step span {
        width: 43px;
        height: 43px;
        font-size: 13px;
        margin-right: 10px;
    }

    .get-quote .form-step textarea {
        border-radius: 10px;
        padding-left: 15px;
    }

    .get-quote .form-step .title {
        margin-bottom: 35px;
        font-size: 1.5rem;
    }

    .get-quote .sec-title {
        margin-bottom: 30px;
        font-size: 1.9rem;
    }

    .get-quote {
        padding: 70px 0;
        margin-top: 80px;
    }

    .contact-us .contact-wrap .address-wrap .content .title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .contact-us .contact-wrap .address-wrap {
        border-radius: 15px;
        min-height: 450px;
        padding-bottom: 60px;
    }

    .contact-us .contact-wrap .address-wrap .content {
        padding: 23px 18px;
    }

    .contact-us .contact-wrap .address-wrap .content .item strong {
        font-size: 17px;
    }

    .contact-us .contact-wrap .address-wrap .content .item {
        margin-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
    }

    .contact-us .contact-wrap .address-wrap .content p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .contact-us .sec-title {
        margin-bottom: 35px;
    }

    .contact-us,
    .events {
        padding: 80px 0;
    }

    .contact-us .contact-wrap .form-wrap .forms .form-control {
        height: 50px;
        font-size: 15px;
    }

    .contact-us .contact-wrap .form-wrap .forms .form-control::placeholder {
        font-size: 14px;
    }

    .home-updates .btn-wrap,
    .events .btn-wrap {
        margin-top: 40px;
    }

    .home-updates .sec-title {
        margin-bottom: 30px;
    }

    .events .events-large .event-detail .content .title {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 30px;
    }

    .events .events-large .event-detail .content .pill {
        margin-bottom: 15px;
    }

    .events .event-list .items .detail .content {
        padding: 15px;
    }

    .events .event-list .items .detail .content .pill {
        margin-bottom: 12px;
    }

    .events {
        padding: 65px 0;
    }

    .events .event-list .items .detail .content .title {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .other-service-wrap .items .content span {
        width: 50px;
        height: 50px;
    }

    .h4,
    h4 {
        font-size: 1.3rem;
    }

    .why-cigisped-list .content .detail p {
        font-size: 15px;
    }

    .why-cigisped-list .content .detail .title {
        font-size: 1.2rem;
        line-height: 135%;
        margin-bottom: 10px;
    }

    /* .why-cigisped-list .content {
        padding: 30px 5%;
        min-height: 196px;
    } */

    .why-cigisped-list .content .detail {
        width: 50%;
        max-width: unset;
    }

    .why-cigisped .head .title-field .sec-title {
        font-size: 1.9rem;
        padding-bottom: 20px;
    }

    .why-cigisped {
        padding: 65px 0;
    }

    /* --- */
    .why-cigisped-list .content {
        padding: 20px 5%;
        min-height: unset;
        align-items: center;
        justify-content: space-between;
    }

    .why-cigisped-list .content figure {
        position: unset;
        bottom: -0;
        border-radius: 15px;
        overflow: hidden;
        opacity: 0;
        -webkit-transform: translateY(0) translateX(-30px);
        transform: translateY(0) translateX(-30px);

        width: 31vw;
    }

    .why-cigisped-list .content:hover figure {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    .why-cigisped-list .content figure img {
        display: block;
    }

    .transport-service {
        padding: 70px 0;
    }

    .home-destination .fixed-content-top .head .places ul li {
        font-size: 14px;
    }

    .page-destination .fixed-content-top .head .title span.active {
        font-size: 2rem;
    }

    .text-image .content-wrap .detail {
        max-width: 50%;
        padding-right: 2%;
        padding-bottom: 30px;
    }

    .text-image .content-wrap .detail .sec-title {
        line-height: 140%;
        font-size: 1.7rem;
    }

    .faq .accordion-body p {
        line-height: 140%;
        font-size: 15px;
        overflow: auto;
    }

    .overview p {
        padding: 0;
    }

    .overview,
    .faq {
        padding: 100px 0;
    }

    .service-list .sec-title {
        margin-bottom: 50px;
    }

    .service-list .service-list-wrap .items .items-detail .content p {
        line-height: 130%;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .service-list .service-list-wrap .items .items-detail .content .title {
        margin-bottom: 10px;
    }

    .swiper-fount-timeline .swiper-slide {
        min-height: 80vh;
    }

    .swiper-fount-timeline .swiper-slide .card p {
        font-size: 14px;
        line-height: 140%;
    }

    .about-set .head .heading .sec-title {
        margin-bottom: 10px;
        font-size: 2.1rem;
    }

    .about-history .history-wrap .content .title {
        margin-bottom: 12px;
        font-size: 2rem;
    }

    .about-history .history-wrap .content p {
        font-size: 15px;
    }

    .about-history {
        padding-bottom: 60px;
    }

    .about-fount {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-fount .head .sec-title {
        font-size: 2rem;
    }

    .footer-cta {
        padding: 70px 0;
    }

    .footer-cta .title {
        font-size: 1.6rem;
        margin-bottom: 15px;
        line-height: 135%;
    }

    .vision-mission {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-carry .carry-wrap .content-div .title {
        line-height: 120%;
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .about-carry .carry-wrap .content-div .title br {
        display: none;
    }

    .common-banner .content .title {
        font-size: 2.5rem;
    }

    .about-carry {
        padding-top: 65px;
        padding-bottom: 145px;
    }

    .about-carry .carry-wrap .image-div {
        padding-top: 50px;
    }

    .about-carry .carry-wrap .image-div .figure-1 {
        left: 20%;
    }

    .about-carry .carry-wrap .image-div .figure-2 {
        bottom: unset;
        left: 35%;
        top: 53%;
    }

    .about-carry .carry-wrap .image-div .figure-3 {
        top: 0;
        right: 15%;
    }

    .vision-mission .group-wrap .item {
        padding: 35px 4%;
    }

    .vision-mission .group-wrap .item .sec-title {
        font-size: 1.85rem;
    }

    .vision-mission .group-wrap .item img {
        margin-bottom: 10px;
        width: 50px;
        aspect-ratio: 1 / 1;
    }

    .home-banner {
        height: 100vh;
        min-height: unset;
    }

    .home-banner .floating-text p {
        font-size: 7.25rem;
        line-height: 100%;
    }

    .home-banner .hero-head {
        top: 200px;
    }

    .home-banner .hero-head .title {
        font-size: 3rem;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .home-banner .hero-head p {
        font-size: 1.4rem;
    }

    .home-carry {
        padding-top: 120px;
        padding-bottom: 65px;
    }

    .home-carry .carry-wrap .image-div {
        padding-bottom: 510px;
    }

    .home-updates,
    .home-testimonial,
    .home-services {
        padding-top: 70px;
        padding-bottom: 85px;
    }

    .transport-service-list .items .btn-link {
        width: 50px;
        height: 50px;
    }

    .items_link_card .items.link {
        padding: 25px 8%;
    }

    .transport-service-list .items.link .btn-link {
        width: 50px;
        height: 50px;
        bottom: 30px;
        left: 10%;
    }

    .home-engg {
        padding-top: 65px;
        padding-bottom: 80px;
    }

    .home-updates .sec-title,
    .home-testimonial .head .sec-title,
    .home-engg .head .sec-title {
        font-size: 2rem;
    }

    .home-services .sec-title {
        margin-bottom: 40px;
    }

    .home-engg .head .sec-title {
        margin-bottom: 10px;
    }

    .home-destination .destination .swiper-slide .detail .title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .home-destination .fixed-content-bottom .bottom .swiper-paginations .swiper-pagination-current {
        font-size: 45px;
        line-height: 45px;
    }

    .home-destination .fixed-content-top .head p {
        margin-bottom: 20px;
    }

    .home-destination .fixed-content-top .head .btn {
        font-size: 15px;
        padding: 10px 20px;
        height: 45px;
        line-height: normal;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form .form-group {
        margin-bottom: 25px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap {
        max-width: 473px;
        height: unset;
        padding: 10px 10px 240px 10px;
    }

    .transport-service-list .items {
        width: calc(33% - 11px);
    }

    .home-updates .blog-wrap .blog-list .items .content .title {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .home-updates .blog-wrap .blog-large .blog-detail .content .title {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 15px;
    }

    .home-carry .carry-wrap .image-div {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .home-carry .carry-wrap .image-div .figure {
        max-width: 40%;
    }

    .home-carry .carry-wrap .image-div .figure-1 {
        position: unset;
    }

    .home-carry .carry-wrap .image-div {
        padding-bottom: 15%;
    }

    .home-services .slide-wrap .item .content .title {
        font-size: 1.1rem;
        line-height: 145%;
    }

    .home-services .slide-wrap .item .content p {
        margin-bottom: auto;
        line-height: 148%;
        font-size: 14px;
    }

    .btn {
        font-size: 15px;
        padding: 9px 13px;
        margin-top: 15px;
    }

    .transport-service-list .items .title {
        line-height: 23px;
        margin-bottom: 20px;
        padding-right: 14px;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    .home-carry .carry-wrap .content-div .title {
        line-height: 45px;
        margin-bottom: 15px;
    }

    .home-engg .head p {
        font-size: 15px;
    }

    .home-destination .fixed-content-top .head .title {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .homepage-header .main-nav>ul>li .mega-menu a {
        color: #000 !important;
        padding: 5px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1000px) {
    .get-quote .form-step .form-group.w-30 {
        max-width: 33%;
        width: calc(33% - 18px);
    }

    .home-carry .carry-wrap .image-div {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .home-carry .carry-wrap .image-div .figure {
        max-width: 40%;
    }

    .home-carry .carry-wrap .image-div .figure-1 {
        position: unset;
    }

    .home-carry .carry-wrap .image-div {
        padding-bottom: 15%;
    }
}

@media screen and (max-width: 950px) {
    .news-detail .content-area h2 {
        font-size: 1.7rem;
    }

    .news-detail .content-area h2+p,
    .news-detail .content-area p+p {
        margin-top: 10px;
        font-size: 16px;
    }

    .news-detail {
        padding-bottom: 55px;
    }

    .news-detail .content-area img+p {
        margin-top: 25px;
    }

    .news-detail .content-area p+img {
        margin-top: 30px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items {
        padding: 8px;
        padding-left: 15px;
        font-size: 14px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items.active {
        padding: 13px;
        padding-left: 20px;
        line-height: normal;
        font-size: 14px;
    }

    .ship-tab .custom-tabs .tab-list {
        max-width: 22%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 22%;
    }

    .choose-right-ship .head .sec-title {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .content .title {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }

    .choose-right-ship .head {
        margin-bottom: 30px;
    }

    .get-quote .form-step .form-group .contrl button {
        height: 30%;
        width: 30%;
        background-size: contain;
    }

    .get-quote .progress-bar .step {
        color: #000;
        font-size: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 45%;
        right: 10px;
    }

    .get-quote .form-step .form-group .select2-container,
    .get-quote .form-step .form-control {
        height: 50px;
    }

    .get-quote .form-step .form-group {
        margin-bottom: 30px;
    }

    .events .event-list {
        gap: 15px;
    }

    .home-updates .btn-wrap,
    .events .btn-wrap {
        margin-top: 30px;
    }

    .other-service {
        padding: 70px 0;
    }

    .why-cigisped {
        padding: 55px 0;
    }

    .other-service-wrap .items .content span {
        width: 40px;
        height: 40px;
    }

    .other-service-wrap .items .content span::before {
        font-size: 13px;
    }

    .common-banner .content .title {
        font-size: 2.4rem;
    }

    .about-history .history-wrap .content .title {
        margin-bottom: 12px;
        font-size: 1.8rem;
    }

    .about-history .history-wrap .content {
        padding-left: 7%;
        padding-right: 4%;
    }

    .about-fount {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .about-carry .carry-wrap .image-div {
        padding-bottom: 55%;
    }

    .about-carry .carry-wrap .image-div .figure-1 {
        left: 18%;
        top: 11%;
    }

    .about-carry .carry-wrap .image-div .figure-2 {
        bottom: unset;
        left: 36%;
        top: 40%;
    }

    .about-carry .carry-wrap .image-div .figure-3 {
        top: 0;
        right: 7%;
    }

    .about-carry {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .vision-mission {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .vision-mission .group-wrap .item .sec-title {
        font-size: 1.7rem;
    }

    .vision-mission .group-wrap .item p {
        line-height: 170%;
        font-size: 15px;
    }

    .about-set {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .about-set .head .heading .sec-title {
        margin-bottom: 10px;
        font-size: 2rem;
    }

    .about-set .head .value {
        margin-top: 25px;
    }

    .about-set .head .value .percent,
    .about-set .value-wrap .values .percent {
        font-size: 3rem;
        margin-bottom: 5px;
    }

    .home-services .slide-wrap .item .content {
        overflow: auto;
        scrollbar-width: thin;
    }

    .home-destination .fixed-content-top .head .btn {
        font-size: 15px;
        padding: 9px 20px;
        height: unset;
        line-height: normal;
    }

    .home-destination .destination .swiper-slide .detail .title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .home-next-dest .dest-wrap .content .title {
        line-height: 125%;
        margin-bottom: 10px;
        font-size: 2rem;
    }

    .home-testimonial .head .sec-title {
        margin-bottom: 10px;
    }

    .home-testimonial .slider .card figure {
        margin-bottom: 21px;
        width: 56px;
        height: 56px;
    }

    .home-testimonial .slider .card {
        padding: 30px 7%;
    }

    .home-testimonial .head p {
        max-width: 80%;
    }

    .home-testimonial .slider .text-card p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 165%;
    }

    .home-testimonial .slider .video-card .play-btn {
        width: 70px;
        height: 70px;
    }

    .home-updates .blog-wrap .blog-large {
        width: 48%;
    }

    .home-updates .blog-wrap .blog-list {
        width: 50%;
        margin-top: 0;
        padding-left: 2%;
    }

    .home-updates .blog-wrap .blog-large .blog-detail .content .title {
        font-size: 17px;
        line-height: 130%;
        margin-bottom: 13px;
    }

    .home-updates .blog-wrap .blog-list .items figure {
        width: 125px;
        height: unset;
        aspect-ratio: 1/1;
        -webkit-box-flex: 0;
        -ms-flex: unset;
        flex: unset;
    }

    .home-updates .blog-wrap .blog-list .items .content {
        width: calc(100% - 125px);
    }

    .home-updates .blog-wrap .blog-list .items .content .pill {
        padding: 5px 15px;
        font-size: 10px;
        margin-bottom: 11px;
    }

    .home-updates .blog-wrap .blog-list .items {
        align-items: flex-start;
    }

    .home-updates .blog-wrap .blog-list .items .content p {
        font-size: 13px;
    }

    .home-updates .blog-wrap .blog-large .blog-detail .content .pill {
        padding: 6px 18px;
        margin-bottom: 15px;
    }

    .home-updates .sec-title {
        margin-bottom: 30px;
    }

    .footer {
        padding-top: 65px;
    }

    .footer .title {
        margin-bottom: 11px;
    }

    .footer .top-footer {
        padding-bottom: 50px;
    }

    .why-cigisped .head .title-field .sec-title {
        font-size: 1.7rem;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 820px) {











    .event-detail {
        padding-bottom: 50px;
    }


    .event-detail .event-content .right .detail-content h2 {
        font-size: 1.8rem;
    }

    .news-detail .detail-top .share {
        gap: 10px;
    }

    .news-detail .content-area h2 {
        font-size: 1.5rem;
    }

    .ship-tab .custom-tabs {
        flex-direction: column;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .content .title {
        margin-bottom: 12px;
        font-size: 1.6rem;
    }

    .ship-tab .custom-tabs .tab-list {
        max-width: 100%;
        display: flex;
        width: 100%;
        padding: 5px;
        scrollbar-width: none;
        overflow-x: auto;
    }

    .ship-tab .custom-tabs .tab-list .tab-items.active img {
        width: 20px;
        margin-right: 5px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items {
        padding: 8px 15px;
        line-height: normal;
        font-size: 13px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items {
        position: relative;
        z-index: 2;
        flex-shrink: 0;
    }

    .ship-tab .custom-tabs .tab-list .tab-items.active b {
        bottom: 0;
        right: 100%;
        display: none;
        width: 100%;
        background-color: rgb(255, 255, 255);
    }

    .ship-tab .custom-tabs .tab-list .tab-items {
        margin-top: 0px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items+.tab-items {
        margin-top: 00px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items b:first-child {
        left: 100%;
        top: unset;
        bottom: 0px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items b:first-child::before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fe6700;
        border-top-left-radius: 00px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ship-tab .custom-tabs .tab-list .tab-items b:last-child::before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fe6700;
        border-top-right-radius: 00px;
        border-bottom-right-radius: 20px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items.active {
        border-radius: 10px;
    }

    .ship-tab .custom-tabs .tab-content {
        max-width: 100%;
        flex: unset;
        padding: 0;
        padding-top: 5%;
    }

    .text-image .content-wrap figure {
        max-width: 35%;
    }

    .text-image .content-wrap .detail {
        max-width: 65%;
    }

    .text-image .content-wrap .detail p+p,
    .text-image .content-wrap .detail .sec-title+p {
        margin-top: 10px;
        letter-spacing: 0;
        font-size: 15px;
    }

    .text-image {
        padding-bottom: 40px;
    }

    .breadcrumb ul li {
        margin-right: 10px;
        font-size: 14px;
        line-height: normal;
    }

    .get-quote .form-step .title {
        margin-bottom: 32px;
        font-size: 1.3rem;
    }

    .get-quote .sec-title {
        margin-bottom: 25px;
        font-size: 1.7rem;
    }

    .get-quote .progress-bar {
        max-width: 688px;
        width: 100%;
        margin-bottom: 40px;
    }

    .contact-us .sec-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .contact-us .contact-wrap .form-wrap .forms .form-control {
        height: 45px;
        font-size: 15px;
        border-radius: 10px;
    }

    .contact-us .contact-wrap .form-wrap .forms .textarea {
        font-size: 15px;
        padding: 0 16px;

        padding-top: 10px;
        height: 145px;
    }

    .contact-us .contact-wrap .form-wrap .forms .btn {
        margin-top: 30px;
    }

    .contact-us .contact-wrap .form-wrap {
        width: 50%;
    }

    .contact-us .contact-wrap .address-wrap {
        width: 47%;
    }

    .contact-us,
    .events {
        padding: 65px 0;
    }

    .events .event-list {
        gap: 13px;
    }

    .home-updates .sec-title {
        margin-bottom: 20px;
    }

    .home-updates,
    .home-testimonial,
    .home-services {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .why-cigisped .head .title-field {
        padding-bottom: 35px;
    }

    .why-cigisped .head .title-field p {
        max-width: unset;
        width: 100%;
        line-height: 150%;
        font-size: 15px;
    }

    .other-service {
        padding: 70px 0;
    }

    .why-cigisped {
        padding: 55px 0;
    }

    .transport-service {
        padding: 50px 0;
    }

    .faq .accordion-item.active .accordion-body {
        max-height: 250px;
        padding: 35px;
        padding-top: 0;
    }

    .overview,
    .faq {
        padding: 80px 0;
    }

    .service-list {
        padding: 70px 0;
    }

    .service-list .service-list-wrap .items img {
        min-height: 300px;
        display: block;

        object-fit: cover;
        object-position: top;
    }

    .service-list .service-list-wrap .items .items-detail .content {
        width: 100%;
        left: 0;
        padding: 0 7.7%;
        max-width: unset;
    }

    .service-list .sec-title {
        margin-bottom: 40px;
    }

    .service-list .service-list-wrap .items .items-detail .content .btn {
        font-size: 13px;
        height: unset;
        padding: 10px 20px;
        margin-top: 15px;
    }

    .about-carry .carry-wrap .image-div .figure-1 {
        left: 10%;
        top: 6%;
    }

    .about-carry .carry-wrap .image-div .figure-2 {
        bottom: unset;
        left: 36%;
        top: 32%;
    }

    .about-carry .carry-wrap .image-div {
        padding-bottom: 60%;
    }

    .about-carry .carry-wrap .content-div .title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .about-carry .carry-wrap .content-div p+p {
        margin-top: 15px;
    }

    .about-carry {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .vision-mission {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .vision-mission .group-wrap .item img {
        margin-bottom: 5px;
        width: 40px;
    }

    .vision-mission .group-wrap .item .sec-title {
        font-size: 1.5rem;
        margin-bottom: 13px;
    }

    .about-set {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-set .head .value .percent,
    .about-set .value-wrap .values .percent {
        font-size: 2.8rem;
        margin-bottom: 5px;
    }

    .about-set .head .value p,
    .about-set .value-wrap .values p {
        margin-top: 0;
    }

    .about-history .history-wrap figure {
        width: 40%;
    }

    .about-history .history-wrap .content {
        padding-left: 6%;
        padding-right: 5%;
    }

    .about-history {
        padding-bottom: 50px;
    }

    .about-fount {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .about-fount .head p {
        max-width: 80%;
        padding-bottom: 50px;
    }

    .about-fount .head .sec-title {
        font-size: 1.8rem;
    }

    .home-banner .hero-head .title {
        font-size: 2.5rem;
        line-height: 125%;
        margin-bottom: 15px;
    }

    .sticky-button {
        width: 50px;
    }

    .home-carry .carry-wrap .content-div .title {
        line-height: 45px;
        margin-bottom: 15px;
        font-size: 1.7rem;
    }

    .home-carry .carry-wrap .content-div p {
        font-size: 15px;
        line-height: 160%;
    }

    .home-carry {
        padding-top: 110px;
        padding-bottom: 55px;
    }

    .home-services .slide-wrap {
        justify-content: center;
    }

    .home-services .slide-wrap .item {
        width: calc(50% - 2%);
        margin: 0 1%;
    }

    .items_link_card {
        width: calc(35% - 20px);
        display: block;
    }

    .items_link_card .items.link {
        padding: 25px 8%;
        width: 100%;
    }

    .transport-service-list .items .title {
        font-size: 1rem;
    }

    .home-services .slide-wrap .item .content {
        padding: 25px 7%;
    }

    .btn {
        font-size: 15px;
        padding: 9px 13px;
        margin-top: 15px;
    }

    .home-engg {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-next-dest .dest-wrap .content .title,
    .home-destination .fixed-content-top .head .title,
    .home-carry .carry-wrap .content-div .title,
    .home-services .sec-title,
    .home-updates .sec-title,
    .home-testimonial .head .sec-title,
    .home-engg .head .sec-title {
        font-size: 1.8rem;
        line-height: 150%;
    }

    .home-destination .fixed-content-top .head .btn {
        font-size: 14px;
        padding: 8px 13px;
        height: unset;
        line-height: normal;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form label {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form .input-wrap {
        height: 45px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form .input-wrap span {
        font-size: 16px;
        padding: 5px 20px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap {
        padding: 10px 10px 155px 10px;
    }

    .footer .desktop-footer .items.large-list {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .top-footer a {
        font-size: 15px;
    }

    .footer .top-footer {
        padding-bottom: 40px;
    }

    .footer .desktop-footer .downloads ul li a {
        padding: 8px 12px;
        font-size: 13px;
    }

    .footer .desktop-footer .items {
        max-width: unset;
        width: 50%;
    }

    .footer .title {
        margin-bottom: 10px;
        font-size: 1.1rem;
    }

    .footer .footer-bottom p {
        font-size: 14px;
    }

    .footer .desktop-footer .large-list ul li {
        width: 50%;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .footer .desktop-footer .items ul li+li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {



    .form-step.thankyou {
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .form-step.thankyou p {
        font-size: 14px;
        margin-bottom: 15px;
    }








    .detail-gallery {
        padding: 40px 0 60px 0;
    }

    .event-detail .event-content .right .detail-content h2+p {
        margin-top: 5px;
        font-size: 14px;
    }

    .event-detail .event-content .right .detail-content p+p {
        margin-top: 10px;
        font-size: 14px;
    }

    .detail-gallery .sec-title,
    .event-detail .event-content .right .detail-content h2 {
        font-size: 1.7rem;
    }

    .event-detail .event-content .left .side-content ul li span {
        margin-right: 8px;
    }

    .event-detail .event-content .left .side-content ul li span::before {
        font-size: 18px;
    }

    .event-detail .event-content .left .side-content ul li {
        padding: 10px 0;
        font-size: 15px;
    }

    .event-detail .event-content .left .side-content ul {
        padding: 5px 14px;
    }

    .choose-right-ship .head {
        margin-bottom: 25px;
    }

    .news-detail .content-area img+p {
        margin-top: 20px;
    }

    .image-grid.transport-insurance {
        padding-bottom: 60px;
    }

    .breadcrumb {
        padding: 40px 0 25px 0;
    }

    .get-quote .form-step .form-group label {
        left: 20px;
        top: -13px;
        padding: 0 5px;
        font-size: 13px;
    }

    .get-quote {
        padding: 60px 0;
        margin-top: 80px;
    }

    .get-quote .progress-bar .step::before {
        left: -45px;
        width: 4vw;
    }

    .select2-container .selection,
    .get-quote .form-step .form-control,
    .get-quote .form-step .group .inner-group .form-control {
        border-radius: 8px;
    }

    .get-quote .form-step .group,
    .get-quote .form-step .group .inner-group,
    .get-quote .form-step .sm-group {
        gap: 20px;
    }

    .get-quote .form-step .form-group,
    .get-quote .form-step .group .inner-group,
    .get-quote .form-step .form-group .select2-container {
        width: 48%;
        max-width: 50%;
        width: calc(50% - 10px);
    }

    .get-quote .form-step .form-group.w-25 {
        max-width: 25%;
        width: calc(25% - 15px);
    }

    .get-quote .form-step .form-group.w-30 {
        max-width: 33%;
        width: calc(33% - 12px);
    }

    .contact-us .sec-title {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .contact-us .contact-wrap .form-wrap .forms .textarea::placeholder {
        font-size: 14px;
    }

    .contact-us .contact-wrap .form-wrap .forms .form-control {
        height: 45px;
        font-size: 15px;
        border-radius: 10px;
        padding: 0 15px;
    }

    .contact-us .contact-wrap .address-wrap .content .item p,
    .contact-us .contact-wrap .address-wrap .content .item a,
    .contact-us .contact-wrap .address-wrap .content .item address {
        font-size: 14px;
        line-height: 150%;
    }

    .contact-us .contact-wrap .address-wrap .content .item strong {
        font-size: 16px;
    }

    .contact-us .contact-wrap .address-wrap .content p {
        margin-bottom: 10px;
        line-height: 150%;
        font-size: 14px;
    }

    .contact-us .contact-wrap .address-wrap .content .item {
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
    }

    .transport-service-list .items figure {
        border-radius: 10px;
    }

    .events .event-list .items {
        max-width: unset;
        border-radius: 10px;
    }

    .events .sec-title {
        margin-bottom: 30px;
        font-size: 2rem;
    }

    .events .event-list .items .detail .content {
        padding: 10px;
    }

    .events {
        padding: 55px 0;
    }

    .events .event-list .items .detail .content .title {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .events .events-large .event-detail .content .title {
        font-size: 17px;
        line-height: 150%;
        margin-bottom: 25px;
    }

    .transport-service-list .items .title {
        padding-right: 10px;
        font-size: 15px;
    }

    .transport-service-list .items figure {
        height: 185px;
    }

    .transport-service .head p {
        max-width: 534px;
        font-size: 15px;
    }

    .transport-service .head {
        margin-bottom: 35px;
    }

    .transport-service .head .sec-title {
        margin-bottom: 15px;
        line-height: normal;
        font-size: 1.7rem;
    }

    .home-destination .fixed-content-bottom .bottom .swiper-paginations .swiper-pagination-current {
        font-size: 35px;
        line-height: 45px;
    }

    .page-destination .fixed-content-top .head .title span.active {
        font-size: 1.9rem;
    }

    .dest-block {
        padding-top: 75px;
    }

    .text-image {
        padding-bottom: 70px;
    }

    .transport-insurance.text-image {
        padding-bottom: 30px;
    }

    .text-image .content-wrap .detail .sec-title+p {
        margin-top: 25px;
        font-size: 14px;
    }

    .text-image .content-wrap .detail .sec-title {
        line-height: 130%;
        font-size: 1.6rem;
    }

    .faq .accordion-body p {
        max-width: 100%;
    }

    .service-list {
        padding: 60px 0;
    }

    .swiper-fount-timeline .swiper-slide:nth-child(odd) .card {
        padding-top: 8vw;
    }

    .swiper-fount-timeline .swiper-slide:nth-child(even) .card {
        padding-bottom: 8vw;
    }

    .main-nav>ul>li>a {
        padding: 15px 0px;
    }

    .main-nav ul li.submenu i {
        top: 4px;
    }

    .about-set .head .heading .sec-title {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }

    .about-carry .carry-wrap .content-div p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .about-carry .carry-wrap .content-div .title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .about-carry {
        padding-top: 55px;
        padding-bottom: 40px;
    }

    .vision-mission {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .vision-mission .group-wrap .item p {
        line-height: 170%;
        font-size: 14px;
    }

    .vision-mission .group-wrap .item .sec-title {
        font-size: 1.4rem;
        margin-bottom: 13px;
    }

    .vision-mission .group-wrap .item {
        padding: 27px 4%;
    }

    .about-set {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .about-set .value-wrap .values {
        margin-top: 25px !important;
    }

    .about-set .head .value .percent,
    .about-set .value-wrap .values .percent {
        font-size: 2.5rem;
        margin-bottom: 5px;
    }

    .about-history .history-wrap figure {
        width: 55%;
    }

    .about-history .history-wrap .content p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-history .history-wrap .content .title {
        margin-bottom: 12px;
        font-size: 1.6rem;
    }

    .about-fount .head {
        margin-bottom: 35px;
    }

    .about-fount .head .controls .swiper-button-prev,
    .about-fount .head .controls .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .about-fount .swiper-fount .swiper-slide .card .title {
        color: #000;
        margin-bottom: 5px;
        line-height: 120%;
    }

    .footer-cta .title {
        font-size: 1.5rem;
        margin-bottom: 15px;
        line-height: 135%;
    }

    .footer-cta {
        padding: 60px 0;
    }

    .about-fount .head .sec-title {
        font-size: 1.7rem;
    }

    .transport-service-list .items.link .btn-link,
    .transport-service-list .items .btn-link {
        width: 41px;
        height: 41px;
    }

    .icon-arrow {
        display: flex;
    }

    .transport-service-list .items .btn-link span::before {
        color: #000;
        font-size: 12px;
    }

    .transport-service-list .items.link .btn-link {
        left: 10%;
    }

    .home-next-dest .dest-wrap .content {
        margin-top: 0;
        width: 100%;
        padding-right: 0%;
    }

    .home-next-dest .dest-wrap .quot {
        width: 100%;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form .form-group {
        margin-bottom: 25px;
        width: 48%;
    }

    .home-next-dest .dest-wrap .quot .form-wrap {
        max-width: 100%;
        height: unset;
        padding: 10px 10px 180px 10px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .btn {
        font-size: 15px;
        padding: 9px 13px;
        margin-top: 0;
    }

    .home-next-dest {
        padding-bottom: 60px;
        padding-top: 45px;
    }

    .home-updates,
    .home-testimonial,
    .home-services {
        padding-top: 50px;
        padding-bottom: 65px;
    }

    .home-updates .blog-wrap .blog-list {
        row-gap: 10px;
    }

    .transport-service-list {
        gap: 15px;
    }

    .transport-service-list .items {
        width: calc(33% - 8px);
    }

    .home-services .slide-wrap {
        margin-bottom: 0;
    }

    .items_link_card .items.link p {
        font-size: 14px;
        line-height: 150%;
    }

    .home-testimonial .slider .text-card p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 160%;
    }

    .home-testimonial .slider .card .client-detail strong {
        font-size: 16px;
    }

    .home-testimonial .slider .card .client-detail p {
        font-size: 14px;
    }

    .home-testimonial .slider .card figure {
        margin-bottom: 18px;
        width: 52px;
        height: 52px;
    }

    .home-testimonial .slider .card .client-detail {
        margin-top: unset;
    }

    .home-testimonial .slider .swiper .controls .swiper-button-prev,
    .home-testimonial .slider .swiper .controls .swiper-button-next {
        position: relative;
        width: 43px;
        height: 43px;
    }

    .home-banner .hero-head .title {
        font-size: 2.1rem;
        line-height: 125%;
        margin-bottom: 15px;
    }

    .home-banner .hero-head p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    .image-grid {
        padding-bottom: 50px;
    }

    .breadcrumb ul {
        align-items: start;
    }

    .get-quote .form-step .form-group.w-25 {
        max-width: 25%;
        width: calc(25% - 0px);
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-right: 45px;
    }

    .get-quote .form-step .form-group.w-30 {
        max-width: 33%;
        width: calc(33% - 2px);
    }

    .get-quote .form-step .form-group,
    .get-quote .form-step .group .inner-group,
    .get-quote .form-step .form-group .select2-container {
        width: 48%;
        max-width: 100%;
        width: 100%;
    }

    .get-quote .form-step .group,
    .get-quote .form-step .group .inner-group,
    .get-quote .form-step .sm-group {
        gap: 5px;
    }

    .get-quote .form-step .form-group {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 700px) {
    .get-quote .progress-bar .step::before {
        left: -34px;
        width: 3vw;
    }

    .overview .sec-title {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }

    .about-carry .carry-wrap .image-div .figure {
        width: 38%;
    }

    .about-carry .carry-wrap .image-div .figure img {
        border: 6px solid #fff;
        border-radius: 25px;
    }
}

@media screen and (max-width: 660px) {

    .choose-right-ship .swiper-button-prev,
    .choose-right-ship .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap {
        gap: 10px;
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child {
        margin-top: 10px;
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:first-child,
    .choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:last-child {
        width: calc(65% - 5px);
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:last-child,
    .choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:first-child {
        width: calc(35% - 5px);
    }

    .choose-right-ship {
        padding-bottom: 45px;
    }

    .ship-tab {
        padding: 45px 0;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel.active {
        flex-direction: column-reverse;
    }

    .ship-tab .custom-tabs .tab-list .tab-items {
        padding: 8px 10px;
        line-height: normal;
        font-size: 13px;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .content {
        max-width: 100%;
    }

    .choose-right-ship .head p {
        font-size: 14px;
    }

    .choose-right-ship .head .sec-title {
        margin-bottom: 5px;
        font-size: 1.5rem;
    }

    .why-cigisped-list .content .detail {
        width: 57%;
    }

    .why-cigisped {
        padding: 45px 0;
    }

    .why-cigisped-list .content .detail .title {
        font-size: 1.1rem;
        line-height: 135%;
        margin-bottom: 10px;
    }

    .why-cigisped-list .content .detail p {
        font-size: 13px;
        line-height: normal;
    }

    .other-service-wrap .items .content {
        z-index: 2;
        padding: 0 5%;
    }

    .why-cigisped .head .title-field .sec-title {
        font-size: 1.5rem;
        padding-bottom: 15px;
    }

    .other-service-wrap .items .content span::before {
        font-size: 10px;
    }

    .other-service-wrap .items .content span {
        width: 35px;
        height: 35px;
    }

    .transport-service .head .sec-title {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 140%;
    }

    .other-service-wrap .items .content .title {
        padding-right: 10px;
        font-size: 16px;
        line-height: normal;
    }

    .transport-service {
        padding: 45px 0;
    }

    .home-carry .carry-wrap .content-div p+p {
        margin-bottom: 10px;
    }

    .overview,
    .faq {
        padding: 50px 0;
    }

    .faq .accordion-header {
        padding: 25px;
        line-height: 140%;
    }

    .faq .accordion-header {
        font-size: 16px;
    }

    .footer-cta .title {
        font-size: 1.3rem;
        margin-bottom: 15px;
        line-height: 135%;
    }

    .footer-cta .btn {
        font-size: 14px;
        padding: 9px 13px;
        margin-top: 0;
    }

    .about-fount .head .sec-title {
        font-size: 1.5rem;
    }

    .common-banner .content .title {
        font-size: 2.3rem;
    }

    .about-set .value-wrap .values {
        margin-top: 20px !important;
    }

    .transport-service-list .items {
        width: calc(50% - 8px);
    }

    .items_link_card {
        width: calc(50% - 7px);
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .terms-and-condition-sec label {
        font-size: 14px;
        line-height: normal;

    }

    .detail-gallery {
        padding: 40px 0 50px 0;
    }

    .event-detail .event-content .left {
        width: 40%;
    }

    .event-detail .event-content .right .detail-content h2 {
        font-size: 1.6rem;
        width: 100%;
        max-width: 100%;
    }

    .event-detail .event-content .left .side-content ul li span::before {
        font-size: 15px;
    }

    .event-detail .event-content {
        flex-direction: column;
    }

    .event-detail .event-content .left {
        width: 45%;
        padding-right: 0;
        padding: 15px 0;
        border: 0;
    }

    .event-detail .event-content .right {
        width: 100%;
        padding-left: 0;
    }

    .home-services .slide-wrap .item .plus-icon {
        bottom: 15px;
        right: 14px;
        font-size: 40px;
    }

    .news-detail .detail-top .cat {
        display: flex;
    }

    .news-detail .detail {
        margin-top: 20px;
        gap: 20px;
    }

    .news-detail .content-area h2 {
        font-size: 1.4rem;
    }

    .news-detail .detail-top .cat .pill {
        padding: 5px 22px;
        display: block;
    }

    .news-detail .detail-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .image-grid .bento-grid .item {
        border-radius: 7px;
    }

    .text-image .content-wrap .detail .sec-title+.sub-title {
        margin-bottom: 15px;
        margin-top: 8px;
        font-size: 1.1rem;
        line-height: 135%;
    }

    .ship-tab .custom-tabs .tab-list .tab-items.active {
        padding: 13px;
        padding-left: 13px;
    }

    .breadcrumb {
        padding: 35px 0 20px 0;
    }

    .transport-insurance.image-grid .bento-grid .item {
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
    }

    .text-image .content-wrap .detail p+p,
    .text-image .content-wrap .detail .sec-title+p {
        margin-top: 10px;
        letter-spacing: 0;
        font-size: 14px;
    }

    .get-quote .progress-bar .step.previous>span::after {
        height: 5px;
        width: 13px;
        border-left: 2px solid #498611;
        border-bottom: 2px solid #498611;
    }

    .get-quote .form-step .form-group label {
        left: 13px;
        top: -13px;
        padding: 0 5px;
        font-size: 13px;
    }

    .get-quote .form-step .form-control,
    .select2-container .selection {
        padding-left: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-top: 7px;
    }

    .get-quote .form-step .form-group .select2-container,
    .get-quote .form-step .form-control {
        height: 45px;
    }

    .get-quote {
        padding: 50px 0;
        margin-top: 80px;
    }

    .select2-results__option {
        font-size: 13px;
    }

    .contact-us,
    .events {
        padding: 50px 0;
    }

    .form_ul_2_cl li {
        margin-bottom: 15px;
    }

    .contact-us .contact-wrap .form-wrap {
        margin-bottom: 30px;
    }

    .contact-us .contact-wrap .address-wrap {
        border-radius: 10px;
        padding: 10px;
        padding-bottom: 70px;
    }

    .contact-us .contact-wrap {
        flex-direction: column;
    }

    .contact-us .contact-wrap .form-wrap,
    .contact-us .contact-wrap .address-wrap {
        width: 100%;
    }

    .events .sec-title {
        margin-bottom: 30px;
        font-size: 1.8rem;
    }

    .events .events-large .event-detail .content p,
    .events .event-list .items .detail .content p {
        display: flex;
        align-items: center;
    }

    .home-updates,
    .home-testimonial,
    .home-services {
        padding-top: 40px;
        padding-bottom: 55px;
    }

    .events {
        padding: 45px 0;
    }

    .events .events-large figure {
        padding-top: 350px;
    }

    .events .events-large .event-detail .content .title {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 15px;
    }

    .events .events-large {
        border-radius: 10px;
    }

    .events .event-list .items .detail .content {
        padding: 13px;
    }

    .events .event-list .items {
        border-radius: 10px;
    }

    .events .event-list .items .detail .content .title {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .events .event-list .items {
        max-width: unset;
        width: 100%;
        max-height: 240px;
    }

    .events .event-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .events .event-list .items figure img {
        object-fit: cover;
        object-position: bottom;
    }

    .home-destination .fixed-content-top {
        height: 100%;
    }

    .home-destination .fixed-content-top .container {
        height: 100%;
    }

    .home-destination .fixed-content-top-place .head {
        height: 100%;
    }

    .page-destination .fixed-content-top .head .title span.active {
        font-size: 1.7rem;
    }

    .text-image {
        padding-bottom: 60px;
    }

    .text-image .content-wrap .detail .sec-title {
        line-height: 130%;
        font-size: 1.4rem;
    }

    .dest-block {
        padding-top: 50px;
    }

    .home-destination .fixed-content-top .head .places ul li {
        font-size: 13px;
        padding: 7px 10px;
    }

    .home-destination .fixed-content-top .head .places ul {
        max-height: 250px;
        pointer-events: all;
        overflow-y: auto;
    }

    .text-image .content-wrap .detail .sec-title+p {
        margin-top: 15px;
        font-size: 14px;
    }

    .page-destination .fixed-content-top .head p.active {
        font-size: 14px;
    }

    .text-image .content-wrap .detail {
        max-width: 100%;
        padding-right: 0%;
        padding-bottom: 30px;
    }

    .text-image .content-wrap figure {
        max-width: 100%;
        width: 100%;
    }

    .text-image .content-wrap figure img {
        width: 100%;
        display: block;
    }

    .overview,
    .faq {
        padding: 65px 0;
    }

    .service-list .service-list-wrap .items .items-detail .content .title {
        margin-bottom: 15px;
        line-height: 130%;
        font-size: 1.2rem;
    }

    .service-list {
        padding: 45px 0;
    }

    .service-list .sec-title {
        font-size: 1.6rem;
    }

    .swiper-fount-timeline .swiper-slide {
        min-height: 65vh;
    }

    .about-set .head .value .percent,
    .about-set .value-wrap .values .percent {
        font-size: 2.3rem;
        margin-bottom: 5px;
    }

    .about-set .head .value {
        margin-top: 20px;
    }

    .about-set .head .heading .sec-title {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    .about-carry .carry-wrap .content-div .title {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .about-carry .carry-wrap .content-div p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 170%;
    }

    .about-carry {
        padding-top: 55px;
        padding-bottom: 30px;
    }

    .vision-mission {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .vision-mission .group-wrap .item {
        padding: 23px 4%;
    }

    .vision-mission .group-wrap .item .sec-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .vision-mission .group-wrap .item p {
        line-height: 160%;
        font-size: 14px;
    }

    .home-carry {
        padding-top: 85px;
        padding-bottom: 55px;
    }

    .home-carry .carry-wrap .image-div {
        padding-bottom: 25%;
    }

    .home-carry .carry-wrap .image-div .figure {
        max-width: 47%;
    }

    .home-carry .carry-wrap .image-div .figure img {
        border-radius: 25px;
        border: 5px solid #fff;
    }

    .home-next-dest .dest-wrap .content .title,
    .home-destination .fixed-content-top .head .title,
    .home-carry .carry-wrap .content-div .title,
    .home-services .sec-title,
    .home-updates .sec-title,
    .home-testimonial .head .sec-title,
    .home-engg .head .sec-title {
        font-size: 1.6rem;
        line-height: 150%;
    }

    .transport-service-list .items {
        width: calc(50% - 8px);
    }

    .items_link_card {
        width: calc(50% - 7px);
        display: block;
    }

    .transport-service-list .items .title {
        font-size: 16px;
    }

    .home-services .slide-wrap .item .content {
        padding: 12px 6%;
    }

    .home-services .slide-wrap .item .content .title {
        font-size: 1rem;
        line-height: 134%;
    }

    .btn {
        font-size: 12px;
        padding: 9px 13px;
        margin-top: 0;
    }

    .home-engg .head p {
        font-size: 15px;
        line-height: 155%;
    }

    .home-updates .blog-wrap .blog-large {
        width: 100%;
    }

    .home-updates .blog-wrap .blog-list {
        row-gap: 10px;
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .home-banner .hero-head .title {
        font-size: 2rem;
        line-height: 125%;
        margin-bottom: 10px;
    }

    .home-banner .floating-text p {
        font-size: 6.25rem;
        line-height: 100%;
    }

    .home-next-dest .dest-wrap .content p {
        font-size: 15px;
    }

    .about-history .history-wrap {
        height: auto;
        flex-direction: column;
        align-items: start !important;
    }

    .about-history .history-wrap figure {
        width: 100%;
    }

    .about-history .history-wrap figure img {
        height: auto;
        width: 100%;
        display: block;
        object-fit: contain;
    }

    .about-history .history-wrap .content {
        padding: 30px 5%;
    }
}

@media screen and (max-width: 550px) {
    .event-detail .event-content .left {
        width: 75%;

    }

    .event-detail .event-content .right .detail-content h2 {
        font-size: 1.5rem;
        line-height: normal;
        padding-bottom: 10px;
    }

    .home-services .slide-wrap .item .plus-icon {
        bottom: 30px;
        right: 8%;
        font-size: 48px;
    }

    .text-image {
        padding-bottom: 45px;
    }

    .ship-tab .custom-tabs .tab-list {
        scrollbar-width: auto;
    }

    /* //////////// */
    .ship-tab .custom-tabs .tab-list::-webkit-scrollbar {
        background-color: transparent;
        height: 3px !important;
    }

    .ship-tab .custom-tabs .tab-list::-webkit-scrollbar-track {
        background: #ffffffc5;

        border-radius: 12px;
        margin: 0 15px;
    }

    .ship-tab .custom-tabs .tab-list .tab-items,
    .ship-tab .custom-tabs .tab-list .tab-items.active {
        padding-left: unset;
        padding: 5px 15px;
        border-radius: 5px;
    }

    .ship-tab .custom-tabs .tab-list::-webkit-scrollbar-thumb {
        background-color: #c05711;
        border: 1px solid #c05711;
        border-radius: 16px;
    }

    .ship-tab .custom-tabs .tab-list::-webkit-scrollbar-thumb:hover {
        background-color: #d8b873;
    }

    .ship-tab .custom-tabs .tab-list::-webkit-scrollbar-button {
        display: none;
    }

    /* ------- */

    .ship-tab .custom-tabs .tab-list .tab-items.active img {
        width: 18px;
        margin-right: 5px;
    }

    .get-quote .form-step .form-group.w-30 {
        max-width: 100%;
        width: 100%;
    }

    .get-quote .sec-title {
        margin-bottom: 20px;
        font-size: 1.5rem;
    }

    .get-quote .form-step .title {
        margin-bottom: 22px;
        font-size: 1.2rem;
    }

    .get-quote .progress-bar .step::before {
        top: 50%;
        transform: translateY(-50%);

        left: -18%;
        width: 6vw;

        display: none;
    }

    .get-quote .progress-bar {
        justify-content: center;
    }

    .get-quote .progress-bar .step {
        font-size: 13px;
        flex-direction: column;
        padding: 0 5%;
    }

    .get-quote .progress-bar .step span {
        width: 37px;
        height: 37px;
        font-size: 13px;
        margin-right: 0;
    }

    .get-quote .form-step textarea::placeholder,
    .select2-selection__placeholder,
    .get-quote .form-step .form-control::placeholder {
        font-size: 13px;
    }

    .faq .accordion-header {
        font-size: 14px;
    }

    .about-fount .head {
        margin-bottom: 0;
    }

    .about-carry {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .vision-mission {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .about-set .head .heading .sec-title {
        margin-bottom: 8px;
        font-size: 1.4rem;
    }

    .about-set .head .heading p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-set .head .value p,
    .about-set .value-wrap .values p {
        padding: 8px 0;
        line-height: normal;
        font-size: 15px;
    }

    .about-fount .head p {
        max-width: 80%;
        font-size: 14px;
        line-height: 140%;
        padding-bottom: 60px;
    }

    .about-fount .swiper-fount .swiper-slide .card p {}

    .common-banner .content .title {
        font-size: 2.1rem;
    }

    .about-carry .carry-wrap .image-div {
        padding-bottom: 55%;
    }

    .vision-mission .group-wrap .item {
        width: 100%;
        margin: 10px 0;
    }

    .home-services .slide-wrap .item {
        width: 100%;
        margin: 0 1%;
    }

    .home-services .slide-wrap .item .content {
        padding: 30px 8%;
    }

    .home-services .slide-wrap .item .content .title {
        font-size: 1.1rem;
        line-height: 134%;
    }

    .btn {
        font-size: 13px;
        padding: 9px 13px;
        margin-top: 0;
    }

    .transport-service-list .items figure {
        width: 100%;
        height: unset;
    }

    .transport-service-list .items .btn-link {
        top: 20px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form .form-group {
        margin-bottom: 25px;
        width: 100%;
    }

    .home-testimonial .slider .swiper .swiper-slide {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .event-detail {
        padding-bottom: 35px;
    }

    .event-detail .event-content .right .detail-content h2 {
        font-size: 1.4rem;
        line-height: normal;
        padding-bottom: 5px;
    }

    .event-detail .event-content .left .side-content ul li {
        padding: 7px 0;
        font-size: 14px;
    }

    .news-detail .content-area h2 {
        font-size: 1.3rem;
        line-height: normal;
    }

    .news-detail .detail p {
        padding-left: 20px;
        font-size: 15px;
    }

    .news-detail {
        padding-bottom: 35px;
    }

    .news-detail .content-area p+img {
        margin-top: 20px;
    }

    .news-detail .content-area img+p {
        margin-top: 15px;
    }

    .news-detail .detail-top {
        gap: 20px;
    }

    .breadcrumb ul li {
        display: flex;
    }

    .breadcrumb ul li .icon-c-left {
        margin-right: 10px;
        font-size: 12px;
        margin-top: 3px;
    }

    .ship-tab {
        padding: 40px 0;
    }

    .choose-right-ship .swiper .swiper-slide .image-wrap figure {
        border-radius: 10px;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .image-wrap {
        width: 50%;
    }

    .image-grid .bento-grid {
        gap: 7px;
    }

    .ship-tab .custom-tabs .tab-content .tab-panel .content p {
        font-size: 14px;
        line-height: 26px;
    }

    .breadcrumb ul li .icon-c-left {
        margin-right: 10px;
        font-size: 12px;
    }

    .image-grid.transport-insurance {
        padding-bottom: 40px;
    }

    .get-quote .progress-bar .step span {
        width: 35px;
        height: 35px;
    }

    .events .sec-title {
        margin-bottom: 25px;
        font-size: 1.6rem;
    }

    .events .events-large .event-detail .content p {
        font-size: 14px;
    }

    .events .events-large .event-detail .content .title {
        font-size: 14px;
        line-height: 165%;
        margin-bottom: 15px;
    }

    .transport-service .head .sec-title {
        margin-bottom: 10px;
        font-size: 1.4rem;
        line-height: 140%;
    }

    .why-cigisped .head .title-field p {
        font-size: 14px;
    }

    .other-service-wrap {
        gap: 10px;
    }

    .why-cigisped .head .title-field .sec-title {
        font-size: 1.4rem;
        padding-bottom: 10px;
    }

    .footer-cta .title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .footer-cta {
        padding: 50px 0;
    }

    .why-cigisped .head .title-field {
        padding-bottom: 25px;
    }

    .why-cigisped-list .content .detail .title {
        font-size: 15px;
        line-height: 127%;
        margin-bottom: 7px;
    }

    /* ------------- */
    .why-cigisped-list .content {
        padding: 20px 0%;
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .why-cigisped-list::before {
        position: unset;
    }

    .why-cigisped-list .content figure {
        width: 50%;
        opacity: 1;
        transform: unset;

        border-radius: 5px;
    }

    .why-cigisped-list .content .detail {
        width: 100%;
    }

    .why-cigisped-list .content:hover .detail .title,
    .why-cigisped-list .content:hover .detail p {
        color: #000;
    }

    .why-cigisped-list .content {
        padding: 20px 0%;
    }

    .transport-service .head p {
        max-width: unset;
        width: 100%;
        font-size: 14px;
        line-height: 150%;
    }

    .other-service {
        padding: 45px 0;
    }

    .home-carry {
        padding-top: 85px;
        padding-bottom: 35px;
    }

    .dest-block {
        padding-top: 35px;
    }

    .home-destination .destination .swiper-slide {
        min-height: unset;
    }

    .home-destination .destination .swiper-slide img {
        min-height: 75vh;
    }

    .text-image .content-wrap .detail .sec-title+p {
        margin-top: 7px;
        font-size: 14px;
        line-height: 160%;
    }

    .transport-insurance.text-image .content-wrap .detail .sec-title+p {
        margin-top: 7px;
        font-size: 14px;
        line-height: 26px;
    }

    .faq .accordion-body p {
        line-height: 155%;
        font-size: 14px;
    }

    .about-fount .head p {
        padding-bottom: 70px;
    }

    .about-fount .head .controls .swiper-button-prev,
    .about-fount .head .controls .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .about-fount .swiper-fount .swiper-slide .card p {
        font-size: 14px;
    }

    .main-nav>ul>li .mega-menu li a {
        padding: 6px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .home-carry .carry-wrap .image-div {
        padding-bottom: 120px;
    }

    .home-carry .carry-wrap .image-div .figure-2 {
        left: 30%;
        top: 100px;
    }

    .home-carry .carry-wrap .image-div .figure-3 {
        right: 0;
        top: -25px;
    }

    .home-banner .floating-text p {
        font-size: 5.25rem;
        line-height: 100%;
    }

    .home-next-dest .dest-wrap .content .title,
    .home-destination .fixed-content-top .head .title,
    .home-carry .carry-wrap .content-div .title,
    .home-services .sec-title,
    .home-updates .sec-title,
    .home-testimonial .head .sec-title,
    .home-engg .head .sec-title {
        font-size: 1.4rem;
        line-height: 150%;
    }

    .home-carry .carry-wrap .content-div .title {
        margin-bottom: 10px;
    }

    .home-carry .carry-wrap .content-div p {
        font-size: 14px;
        line-height: 160%;
    }

    .home-services .sec-title {
        margin-bottom: 15px;
    }

    .items_link_card .items.link {
        padding: 25px 8%;
        width: 100%;
        min-height: unset;
        padding-bottom: 75px;
    }

    .transport-service-list .items.link .btn-link {
        left: 10%;
        bottom: 20px;
    }

    .footer .top-footer .news-letter .form-control {
        width: 97%;
        font-size: 15px;
    }

    .footer .top-footer .news-letter button {
        padding: 15px 0 15px 10px;
    }

    .home-services .slide-wrap .item .content .title {
        font-size: 1.2rem;
        line-height: 134%;
    }

    .home-services .slide-wrap .item .content p {
        line-height: 148%;
        font-size: 15px;
    }

    .transport-service-list .items figure {
        margin-bottom: 7px;
    }

    .transport-service-list .items .title {
        font-size: 15px;
        line-height: 130%;
    }

    .transport-service-list .items .title {
        margin-bottom: 10px;
    }

    .home-engg .head p {
        font-size: 14px;
        line-height: 155%;
    }

    .home-destination .fixed-content-top .head p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 155%;
    }

    .home-destination .destination .swiper-slide .detail .title {
        font-size: 1.8rem;
        margin-bottom: 7px;
    }

    .home-destination .fixed-content-bottom .bottom .swiper-paginations .swiper-pagination-current {
        font-size: 40px;
        line-height: normal;
    }

    .home-next-dest .dest-wrap .content p {
        font-size: 14px;
    }

    .home-next-dest .dest-wrap .quot .form-wrap .form .form-control {
        height: 100%;
    }

    .btn {
        font-size: 15px;
        padding: 9px 13px;
    }

    .home-updates,
    .home-testimonial,
    .home-services {
        padding-top: 40px;
        padding-bottom: 55px;
    }

    .home-testimonial .head p {
        max-width: 80%;
        font-size: 14px;
        line-height: 150%;
    }

    .home-testimonial .head .sec-title {
        margin-bottom: 5px;
    }

    .home-testimonial .head {
        margin-bottom: 25px;
    }

    .home-testimonial .slider .video-card .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}

@media screen and (max-width: 450px) {
    .news-detail .content-area h2 {
        font-size: 1.2rem;
        line-height: normal;
    }

    .items_link_card {
        width: 100%;
        display: block;
    }

    .items_link_card .items.link {
        padding: 25px 5%;
        padding-bottom: 75px;
    }

    .transport-service-list .items.link .btn-link {
        left: 5%;
        bottom: 20px;
    }

    .get-quote .progress-bar .step span {
        width: 30px;
        height: 30px;
    }

    .contact-us,
    .events {
        padding: 45px 0;
    }

    .contact-us .sec-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .overview,
    .faq {
        padding: 50px 0;
    }

    .home-carry {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .transport-service .head .sec-title {
        font-size: 1.2rem;
        line-height: 140%;
    }

    .why-cigisped .head .title-field .sec-title {
        font-size: 1.3rem;
        padding-bottom: 9px;
    }

    .transport-service-list .items {
        width: 100%;
    }

    .transport-service-list .items figure {
        border-radius: 10px;
    }

    .transport-service {
        padding: 35px 0;
    }

    .why-cigisped {
        padding: 35px 0;
    }

    .other-service-wrap {
        flex-wrap: wrap;
    }

    .text-image .content-wrap .detail .sec-title {
        line-height: 130%;
        font-size: 1.3rem;
    }

    p {
        font-size: 14px;
        line-height: 160%;
    }

    .common-banner .content .title {
        font-size: 1.9rem;
    }

    .swiper-fount-timeline .swiper-slide {
        min-height: 65vh;
    }

    .home-updates .blog-wrap .blog-large figure {
        padding-top: 100%;
    }

    .home-updates .blog-wrap .blog-large .blog-detail .content .title {
        font-size: 15px;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .home-updates .blog-wrap .blog-large .blog-detail .content p {
        color: #fff;
        font-size: 13px;
    }

    .icon-date {
        display: flex;
    }

    .icon-date:before {
        content: "\e900";
        color: #fff;
        font-size: 15px;
    }

    .footer {
        padding-top: 45px;
    }

    .footer .top-footer .news-letter img {
        margin-right: 20px;
        max-width: 45px;
    }

    .footer .top-footer a+a {
        margin-top: 8px;
    }

    .footer .desktop-footer .items ul li {
        margin-top: 10px;
    }

    .footer .desktop-footer .items .title {
        margin: 0;
        padding: 5px 0;
    }

    .footer .desktop-footer .items.large-list {
        margin-bottom: 30px;
    }

    .footer .desktop-footer .items ul li a {
        padding: 0 10px;
        font-size: 14px;

        line-height: normal;
    }

    .footer .desktop-footer .downloads ul li a {
        padding: 7px 12px;
        font-size: 13px;
    }

    .footer .desktop-footer {
        padding-bottom: 30px;
    }

    .home-banner .hero-head .title {
        font-size: 1.8rem;
        line-height: 125%;
        margin-bottom: 10px;
    }

    .home-banner .hero-head p {
        font-size: 1.1rem;
    }

    .home-carry .carry-wrap .image-div .figure {
        max-width: 55%;
    }

    .home-carry {
        padding-top: 60px;
        padding-bottom: 55px;
    }

    .home-next-dest .dest-wrap .content .title,
    .home-destination .fixed-content-top .head .title,
    .home-carry .carry-wrap .content-div .title,
    .home-services .sec-title,
    .home-updates .sec-title,
    .home-testimonial .head .sec-title,
    .home-engg .head .sec-title {
        font-size: 1.5rem;
        line-height: 120%;
    }

    .transport-service-list .items .btn-link {
        top: 10px;
        right: 10px;
    }

    .transport-service-list .items .title {
        font-size: 14px;
        line-height: 125%;
    }

    .home-next-dest .dest-wrap .quot .form-wrap {
        padding: 10px 10px 150px 10px;
    }

    .home-testimonial .head p {
        max-width: 90%;
        font-size: 14px;
        line-height: 150%;
    }

    .home-testimonial .slider .text-card p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 155%;
    }

    .home-testimonial .slider .swiper .controls .swiper-button-prev,
    .home-testimonial .slider .swiper .controls .swiper-button-next {
        position: relative;
        width: 39px;
        height: 39px;
    }

    .home-testimonial .slider .swiper .controls .navigate {
        justify-content: flex-end;
        gap: 7px;
    }

    .home-updates .blog-wrap .blog-large .redirect-link {
        width: 44px;
        height: 44px;
    }

    .home-updates .blog-wrap .blog-list .items .content .title {
        font-size: 15px;
        line-height: 120%;
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 420px) {
    .swiper-fount-timeline .swiper-slide {
        min-height: 70vh;
    }

    .transport-service-list .items {
        width: 100%;
    }

    .transport-service-list .items .title {
        font-size: 15px;
        line-height: 125%;
    }

    .items_link_card {
        width: 100%;
    }

    .items_link_card .items.link {
        padding: 25px 5%;
        width: 100%;
        padding-bottom: 100px;
    }

    .transport-service-list .items.link .btn-link {
        left: 5%;
        bottom: 20px;
    }

    .home-engg {
        padding-top: 40px;
        padding-bottom: 25px;
    }
}

 