body {
    background-color: #0c0c0c !important;
}

.blackbody {
    background-color: #0c0c0c !important;
}
.ul.ml-auto {
    border-bottom: 1px solid #9d9d9d !important;
}

/* .banner::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
} */

.markdiv {
    display: flex;
    align-items: center;
    background: #0c0c0c;
    padding: 20px 0;
}

.scrolling-ticker-box {
    --gap: 18px;
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}

.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 40s linear infinite;
}

.scrolling-content span {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    color: #fff;
    vertical-align: middle;
    position: relative;
    padding: 0 30px;
    border-right: 1px solid rgb(148, 148, 148);
}
.scrolling-content span img {
    padding-right: 10px;
}

.scrolling-content.brand span {
    border-right: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

#beforeservice.newwhych {
    position: relative;
    background: #0c0c0c;
}
.newwhych::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/whychos_newBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.newwhych .capsec h2 {
    color: #fff;
    width: 65%;
}
.newwhych .capsec p {
    color: #fff !important;
}

.whycardsec {
    padding: 70px 0;
}
.whycardsec .innrsec {
    padding: 0 40px;
    border-right: 1px solid #676767;
    height: 100%;
}
.whycardsec .innrsec img {
    margin-bottom: 45px;
    height: 45px;
}
.whycardsec .innrsec i {
    font-size: 45px;
    margin-bottom: 45px;
    color: #cbb05b;
}
.whycardsec .innrsec p {
    color: #a8a8a8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.whycardsec .innrsec.one {
    padding-left: 0;
}
.whycardsec .innrsec.three {
    padding-right: 0;
    border-right: 0;
}

.markdiv.partnertwo {
    background-color: #161616;
    padding: 10px 0;
}
.markdiv.partnertwo .scrolling-content span {
    justify-content: center;
    padding: 0;
}
.markdiv.partnertwo .scrolling-content span img {
    width: 70%;
    padding: 0;
}
.newtabsec {
    padding: 70px 0;
}
.newtabsec p.golden {
    color: #cbb05b;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding-bottom: 30px;
}
.newtabsec h2 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}
.newtabsec p.center {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-bottom: 50px;
    width: 50%;
    margin: 0px auto;
}

.newtabsec .services-section {
    /* background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); */
    background-image: url(../images/tabBG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    min-height: 100vh;
    padding: 70px;
}

.newtabsec .nav-pills {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    padding: 0;
    border: none;
}

.newtabsec .nav-pills .nav-link {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
}

.newtabsec .nav-pills .nav-link:hover {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.newtabsec .nav-pills .nav-link.active {
    background: #dc3545;
    color: white;
}

.newtabsec .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ffffff;
}

.newtabsec .nav-pills .nav-link:last-child {
    border-bottom: none;
}

.newtabsec .tab-content {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.newtabsec .tab-pane {
    padding: 0;
    position: relative;
    height: 100%;
}
.newtabsec .innerarea {
    display: flex;
    height: 100%;
}

.newtabsec .leftimgfull {
    min-width: 377px;
}

.newtabsec .service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.newtabsec .service-content {
    padding-left: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.newtabsec .brand-logo {
    padding-bottom: 45px;
}

.newtabsec .service-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: left;
}

.newtabsec .service-description {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    padding-bottom: 20px;
}

.newtabsec .view-more-btn {
    background: #dc3545;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.newtabsec .view-more-btn:hover {
    background: #c82333;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.newtabsec .luxury-car {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 200px;
    height: auto;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .newtabsec .nav-pills .nav-link {
        padding: 15px 20px;
        font-size: 14px;
    }

    .newtabsec .service-content {
        padding: 20px;
    }

    .newtabsec .service-title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    /* Hide the vertical nav on mobile */
    .newtabsec .nav-pills {
        display: none !important;
    }

    /* Show mobile dropdown */
    .newtabsec .mobile-tab-dropdown {
        display: block !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .newtabsec .mobile-select {
        width: 100%;
        padding: 15px;
        background: rgba(0, 0, 0, 0.8);
        color: white;
        border: 1px solid #dc3545;
        border-radius: 8px;
        font-size: 16px;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 20px;
        padding-right: 50px;
    }

    .newtabsec .mobile-select option {
        background: #1a1a1a;
        color: white;
        padding: 10px;
    }

    .newtabsec .col-lg-4,
    .col-md-5 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
    }

    .newtabsec .col-lg-8,
    .col-md-7 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .newtabsec .tab-pane {
        min-height: 400px;
    }

    .newtabsec .service-image {
        height: 490px;
        object-position: top;
    }

    .newtabsec .service-content {
        padding: 15px;
    }

    .newtabsec .service-title {
        font-size: 20px;
    }

    .newtabsec .service-subtitle {
        font-size: 16px;
    }

    .newtabsec .service-description {
        font-size: 13px;
    }
}

/* Hide mobile dropdown on larger screens */
.newtabsec .mobile-tab-dropdown {
    display: none;
}

.mostpop .slidbox {
    border-radius: 14.07px;
    background: #303030;
}
.mostpop .slidbox .imgbox .captxt h4,
.mostpop a.all {
    color: #fff;
}
.unknwnp {
    display: none;
}
.mostpop .slidbox .imgbox .captxt .passger .iconbox p {
    color: #959595;
}
.mostpop .slidbox .tableview table td {
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
}
.mostpop .slidbox .tableview span {
    color: #fff;
}
.mostpop .slidbox .tableview table {
    border-color: #fff;
    color: #fff;
}
.mostpop a.all {
    border-color: #fff;
}
.mostpop .slidbox .tableview table tr {
    border-bottom: 1px solid #fff;
}
.mostpop h2, .mostpop p.text-center {
    color: #fff;
}

.weoffer .inrcolor {
    border-radius: 8px;
    background: #252525;
}
.weoffer::before {
    display: none;
}
.weoffer .leftcap {
    margin-left: 0;
    padding: 60px 30px;
}
.weoffer .leftcap h2,
.weoffer {
    color: #fff;
}
.weoffer .leftcap .bp .bpitem .bpcap h3 {
    color: #cbb05b;
}
.weoffer .leftcap .bp .bpitem .bpcap p {
    color: #fff;
}
.weoffer .leftcap .bp .bpitem .bpcap p a {
    color: #cbb05b;
}
.weoffer.ofrNew .expernce {
    position: relative;
    height: 100%;
}
.weoffer.ofrNew .expernce img {
    width: 100%;
    object-fit: cover;
}
.weoffer .expernce .year {
    position: absolute;
    border-radius: 8px;
    border: 1px solid #cbb05b;
    background: linear-gradient(137deg, #655522 9.91%, #d0a92b 97.2%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    bottom: -30px;
    left: -5%;
}
.weoffer .expernce .year i {
    color: #fff;
    font-size: 50px;
    padding-bottom: 10px;
}
.weoffer .expernce .year span {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
}
.weoffer .expernce .year ul {
    display: flex;
    padding: 10px 0;
}
.weoffer .expernce .year ul li {
    padding-right: 3px;
}
.weoffer .expernce .year i.fa-star {
    font-size: 14px;
    color: #fff;
    padding-bottom: 0;
}
.weoffer .expernce .year p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    width: 90%;
    padding-bottom: 0px;
}

.routs .flexdiv h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}
.routs .flexdiv p.topP {
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 50px;
    color: #fff;
}
#myModal .modal-content {
    background-color: #000;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25);
}
#myModal .modal-header .close {
    color: #fff;
}
#myModal .modal-title {
    font-weight: 600;
}
/* .app_outr{
    padding-top: 100px;
} */
.app_outr .appbg {
    background-image: url(../images/appBG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 0;
}
.app_outr .appbg .rowcenter {
    width: 80%;
    margin: auto;
}
.app_outr .appbg .apptxt h2 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 50px;
}
.app_outr .appbg .apptxt p {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 50px;
    width: 65%;
}
.app_outr .appbg .apptxt ul {
    display: flex;
}
.app_outr .appbg .apptxt ul li {
    margin-right: 15px;
}

.app_outr .appbg .appframe {
    margin: 0px auto;
    text-align: center;
}
.contactoutr {
    padding-top: 75px;
    padding-bottom: 110px;
}
.contactform.home_form.hmefrm_new {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0;
}
.contactform.home_form.hmefrm_new::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.contactform.home_form.hmefrm_new .contactoutrfrm {
    position: absolute;
    width: 100%;
    margin-top: -60%;
}
.contactform.home_form.hmefrm_new .formarea h2 {
    color: #fff;
}
.contactform.home_form.hmefrm_new .formarea p {
    color: #fff;
}

.testmonl {
    padding: 40px 0;
}
.testmonl h2 {
    color: #fff;
}
.testmonl::before,
.testmonl::after {
    display: none;
}
.testmonl .item {
    align-items: flex-start;
}
.rating {
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.rating .clintname {
    display: flex;
    flex-direction: column;
}
.rating .clintname p {
    color: #fff;
    padding-left: 30px;
}
.rating .clintname p b {
    text-align: left;
}
.rating ul {
    display: flex;
    padding-left: 30px;
}
.rating ul li {
    padding-right: 5px;
    color: #efbf14;
    font-size: 18px;
    display: flex;
}
.testmonl .item {
    align-items: flex-start !important;
}
.testmonl .item .capct p {
    color: #fff;
    text-align: left;
}
.testmonl .item .capct .fa-quote-right {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 30px;
    color: #fff;
}
.testmonl .item {
    border-radius: 4px;
    border: 1px solid #cbb05b;
    position: relative;
}
.home_form .form-parent {
    background: #1c1c1c;
    padding: 15px;
    border-radius: 16px;
}
.home_form .form-parent h3 {
    color: #fff;
}
.home_form .form-parent label {
    color: #a6a6a6;
}
.home_form .form-parent button {
    background: #d21d2c;
    border: 0;
    outline: none;
    width: 90%;
}

.banner.inrpagebnr {
    position: relative;
}

.banner.inrpagebnr .leftcap h1 {
    text-align: center;
}
.banner.inrpagebnr .leftcap p {
    margin: 0px auto;
    text-align: center;
}
.banner.inrpagebnr .leftcap .twobtn {
    justify-content: center;
}

.rotat .imgsec .one:not(.circle, .center)::after,
.rotat .imgsec .one:not(.circle, .center)::before {
    display: none;
}

.rotat.abtrtate .capsec span {
    color: #fff;
    padding-bottom: 15px;
}
.rotat.abtrtate .capsec h2 {
    color: #fff;
    font-size: 2rem;
}
.rotat.abtrtate .capsec p {
    color: #fff;
}
.rotat.abtrtate .capsec p a {
    color: #cbb05b;
}
.servNew6card p a {
    color: #cbb05b;
}
.rotat.abtrtate .capsec ul {
    flex-direction: column;
}
.rotat.abtrtate .capsec ul li {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.rotat.abtrtate .capsec ul li a {
    color: #cbb05b !important;
}
.rotat.abtrtate .capsec ul li i {
    font-size: 18px;
    color: #cbb05b;
    padding-right: 10px;
    padding-top: 5px;
}
.rotat.abtrtate.leftabt {
    position: relative;
}
.rotat.abtrtate.leftabt::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/abt_afterBG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
}
.rotat.abtrtate.leftabt .row {
    flex-direction: row-reverse;
}

.serviveinrmn.blckserv {
    background-color: transparent;
}
.serviveinrmn.blckserv .item {
    height: 100%;
}
.serviveinrmn.blckserv .item img {
    transition: transform 0.3s ease;
}
.serviveinrmn.blckserv .item:hover img {
    transform: scale(1.08);
}
.serviveinrmn.blckserv .item .capction a.lrn {
    padding-bottom: 15px;
    transition: all 0.5s ease-in-out;
    display: none;
}
.serviveinrmn .item .capction a.hvrlrn {
    color: #fff;
}
.serviveinrmn .item:hover .capction a.hvrlrn {
    color: #cbb05b;
    padding-bottom: 0;
}
.serviveinrmn.blckserv .item .imgcard {
    height: 200px;
}
.serviveinrmn.blckserv .item .capction {
    position: relative;
    bottom: 0;
    padding: 20px;
    background: transparent !important;
}

.whycardsec.allservwhy {
    position: relative;
}
.whycardsec.allservwhy::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/abt_afterBG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    z-index: -1;
}
.whycardsec.allservwhy .innrsec h3 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    padding-bottom: 20px;
    text-align: left;
}

.rotat .singservRow .capsec {
    padding-left: 45px;
}

.servNew6card {
    position: relative;
    background-color: transparent;
    margin-bottom: 40px;
}
.servNew6card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/abt_afterBG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    z-index: -1;
}
.servNew6card .heading-block h2 {
    color: #fff;
}
.servNew6card p {
    color: #fff;
}
.servNew6card .fbox-content h3 {
    color: #fff;
}
.servNew6card .serv-card:hover .fbox-content h3 {
    color: #000;
}
.servNew6card .serv-card:hover .fbox-content p {
    color: #000;
}

.weoffer.ofrNew.servsingofr .row:nth-child(even) {
    flex-direction: row-reverse;
}
.whycardsec.allservwhy .innrsec.two {
    border-right: 0;
    padding-left: 0;
}
.whycardsec.allservwhy .innrsec img {
    margin-bottom: 20px;
    height: auto;
    object-fit: contain;
}

.weoffer .leftcap .bp .bpitem .bpcap ul li,
.carcap .v-li li {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.weoffer .leftcap .bp .bpitem .bpcap ul li a {
    color: #cbb05b;
}
.weoffer .leftcap .bp .bpitem .bpcap ul li i, .carcap .v-li li i {
    padding-right: 15px;
    padding-top: 8px;
}

.contactoutr.luxbtmcapsec {
    padding: 0;
}
.contactoutr.luxbtmcapsec .newbknow {
    margin: 0px auto;
    display: table !important;
}
.contactoutr.luxbtmcapsec .contactform.home_form.hmefrm_new .formarea h2 {
    text-align: center;
    color: #fff;
}

.contactoutr.luxbtmcapsec .contactform.home_form.hmefrm_new .formarea p {
    color: #fff;
    width: 65%;
    text-align: center;
}
.ratingsec {
    display: none;
}

.text-blue {
    color: #cbb05b !important;
}
.weoffer .leftcap .bp .bpitem .bpcap ul li a {
    display: contents;
}

.mostpop.inrserv h2,
.mostpop.inrserv h3 {
    color: #fff;
}

.fleet-tabs-mobile {
    display: none;
}
.mobileFleet {
    display: none;
}

.contactform.newcontactfrm {
    background-image: url(../images/tabBG.webp);
}
.contactform.newcontactfrm h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}
.contactform.newcontactfrm p {
    text-align: center;
    margin: 0px auto;
    width: 75%;
    padding-bottom: 20px;
    color: #fff;
}
.contactform.newcontactfrm p.selc {
    width: auto;
    text-align: left;
    margin: 0 0 5px 0;
    padding-bottom: 0;
}
.contactform.newcontactfrm .maincontactfrm {
    width: 70%;
    margin: 0px auto;
}
.custom-radio {
    color: #fff;
}
.contactform .mapera::after {
    display: none;
}
.foot_contact_two {
    border-radius: 18px;
    background: #202020;
    padding: 70px 30px;
}
.foot_contact_two ul li img {
    width: 50px !important;
    height: 50px;
    object-fit: contain;
}
.foot_contact_two .conarea .cap a,
.foot_contact_two .conarea .cap p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    width: auto;
}
.foot_contact_two .conarea .cap h5 {
    color: #fff;
}

.foot_contact_two ul.socialmedia {
    display: flex;
    padding-top: 30px;
}
.foot_contact_two ul.socialmedia li {
    padding-right: 30px;
}
.foot_contact_two ul.socialmedia li a {
    min-width: 35px;
    min-height: 35px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.foot_contact_two ul.socialmedia li a i {
    color: #000;
}
.foot_contact_two ul.socialmedia li a:hover {
    color: #fff;
    background-color: #d21d2c;
}
.foot_contact_two ul.socialmedia li a:hover i {
    color: #fff;
}
.sendMessage {
    width: auto !important;
    display: inline-block !important;
    margin: 30px auto 0;
}

.search-container {
    text-align: center;
    margin-bottom: 40px;
}

.search-bar {
    width: 100%;
    max-width: 600px;
    padding: 15px 25px;
    font-size: 18px;
    border: 2px solid #ddd;
    border-radius: 50px;
    outline: none;
    transition: border-color 0.3s ease;
}

.search-bar:focus {
    border-color: #007bff;
}

.search-results-info {
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.bloginr .sideblog {
    padding: 20px 15px;
}
.bloginr .sideblog .inritm .capbox h3 {
    font-size: 13px;
}

.clear-search {
    background: #dc3545;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.clear-search:hover {
    background: #c82333;
}
.no-results {
    padding-bottom: 10px;
    color: #fff;
}
.trending h2 {
    color: #fff;
}
.bloginr p,
.bloginr h2,
.bloginr h3 {
    color: #fff;
}
.bloginr p a {
    color: #cbb05b;
}
.bloginr .sideblog .inritm {
    background-color: #000;
}

.fletderilsingsec .carimg {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.fletderilsingsec .carimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fletderilsingsec .carcap {
    padding-left: 40px;
}
.fletderilsingsec .carcap h6 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-weight: 400;
}
.fletderilsingsec .carcap h3, .fletderilsingsec .carcap h2 {
    padding-bottom: 30px;
    width: 80%;
    color: #fff;
}
.fletderilsingsec .carcap p {
    padding-bottom: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.fletderilsingsec .carcap .fleet_des {
    display: flex;
    align-items: center;
}
.fletderilsingsec .carcap .fleet_des li {
    margin-right: 25px;
    color: #fff;
}
.fletderilsingsec .carcap .fleet_des li .icon i {
    font-size: 20px;
}
.fletderilsingsec .carcap .fleet_des li span {
    font-size: 14px;
}
.fletderilsingsec .carcap .twobtn {
    display: flex;
    align-items: center;
}
.fletderilsingsec .carcap .twobtn a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 40px;
    color: #fff;
    background: #d21d2c;
    border: 1px solid #d21d2c;
    padding: 10px 32px;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.fletderilsingsec .carcap .twobtn a i {
    padding-left: 18px;
    color: #fff;
    transition: color 0.5s ease-in-out;
}
.fletderilsingsec .carcap .twobtn a:hover {
    background: #000;
}
.fletderilsingsec .carcap .twobtn a:hover i {
    color: #fff;
}
.fletderilsingsec .carcap .twobtn a.gallery {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 0.32px;
    text-transform: capitalize;
    background: transparent;
    padding: 0;
    margin-right: 20px;
}
.fletderilsingsec .carcap .twobtn a.gallery i {
    padding-left: 10px;
}

.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    z-index: 99999999;
    overflow: hidden;
}

.gallery-modal.active {
    display: block;
}

.gallery-container {
    display: flex;
    height: 100vh;
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.gallery-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #000;
}

.main-image-container {
    width: 100%;
    height: 80%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    position: relative;
}

.main-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.8s ease-in-out;
}

.image-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.gallery-right {
    width: 50%;
    padding: 40px;
    overflow-y: auto;
}

.gallery-header {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-bottom: 40px;
}

.gallery-title {
    color: white;
    font-size: 32px;
    font-weight: 700;
    flex: 1;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: background 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding-right: 20px;
}
.masonry-grid .thumbnail {
    grid-row-end: span 3;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.masonry-grid .thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.1);
}
.masonry-grid .thumbnail:nth-child(odd) {
    grid-row-end: span 2;
}
.masonry-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

/* Progress bar for auto-changing images */
.progress-bar {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: white;
    width: 0%;
    border-radius: 2px;
    animation: progressFill 3s linear infinite;
}

@keyframes progressFill {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.includedNewsec {
    background-image: url(../images/tabBG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
}
.includedNewsec .cliptext.one {
    clip-path: polygon(0% 0%, 100% 0, 90% 49%, 100% 100%, 0% 100%);
    background-color: #d21d2c;
    height: 115px;
    width: 37%;
    position: absolute;
    top: 35px;
}
.includedNewsec .cliptext.one.two {
    top: 46%;
}
.includedNewsec h2 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 99;
}
.cardRow {
    padding-top: 80px;
    width: 80%;
    margin: 0px auto;
}
.watercard {
    margin-bottom: 30px;
    padding-right: 30px;
}
.watercard .head {
    display: flex;
    padding-bottom: 15px;
    align-items: center;
}
.watercard .head i {
    font-size: 30px;
    color: #fff;
    padding-right: 20px;
}
.watercard .head h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #fff;
}
.watercard p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 212.5% */
}

.contactform.home_form.hmefrm_new .form-control {
    border-radius: 9.086px;
    border: 0.303px solid #797979;
    background: #3f3f3f;
    color: #fff;
}
.contactform.home_form.hmefrm_new .form-control::placeholder {
    color: #fff;
    opacity: 0.4;
}
.foot_contact_two ul li {
    padding-bottom: 15px;
}
.foot_contact_two .conarea .icon {
    width: auto;
    height: auto;
}
.foot_contact_two .conarea .icon i {
    font-size: 20px;
    color: #fff;
}
footer .footcol {
    padding-right: 20px;
    flex: 0 0 18%;
    max-width: 18%;
    padding-left: 0;
}
footer .footcol:nth-child(1) {
    flex: 0 0 23%;
    max-width: 23%;
    padding-right: 30px;
}
.routs .routtxt.smple {
    border-radius: 8px;
    border: 1px solid #273376;
    background: #252525;
    box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.25);
}
.routs .routtxt.smple .capt h4,
.routs .routtxt.smple .capt p {
    color: #fff;
}

.banner .leftcap {
    justify-content: center;
    align-items: center;
}
.banner.hmebanner .leftcap {
    justify-content: flex-start;
    align-items: flex-start;
}
.banner.hmebanner .leftcap p,
.banner.hmebanner .leftcap h1 {
    text-align: left;
}
.banner .leftcap p,
.banner .leftcap h1 {
    text-align: center;
}
.privacy {
    color: #fff;
}
.privacy p,
.privacy h2,
.privacy ul li {
    color: #fff;
}
.privacy p a {
    color: #cbb05b;
}
.serviveinrmn.blckserv h2 {
    color: #fff;
}
.serviveinrmn.blckserv p.serv_p {
    color: #fff;
}
.banner .leftcap .twobtn {
    justify-content: center;
}
.abtnewrow {
    flex-direction: column-reverse;
}
.mostpop.inrserv p.fltP {
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    margin: 0px auto;
    width: 100%;
}
.heading-block {
    margin-bottom: 40px !important;
}
.arrro_container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: skew(0deg);
}
.container .card {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 65vmin;
    position: relative;
    border: 1px solid #1e1e1e;
}
.container .card a {
    display: block;
    width: 100%;
    height: 100%;
}
.container .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    /* filter: grayscale(100%); */
}
.container .card:hover {
    flex-grow: 12;
}
.container .card:hover img {
    filter: grayscale(0);
}
.fancybox-container {
    z-index: 99999999 !important;
}
.four_0_four h2 {
    color: #fff;
}
/* Tour pages */
.rotat .capsec h2, .rotat .capsec p, .rotat .capsec h3, .rotat h2, .rotat p {
    color: #fff;
}
.rotat.clr {
    background: #252525;
}
.rotat .capsec, .fbox-content h3 {
    color: #fff;
}
.serv-card:hover, .rotat.diff {
    background: #000;
}
.rotat.diff .serv-card:hover {
    background: #252525;
}

/* Light mode styles */
.theme-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
}

.theme-toggle-btn {
    background: #333;
    border: none;
    border-radius: 25px;
    padding: 8px 12px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    min-width: 90px;
    justify-content: center;
}

.theme-toggle-btn:hover {
    background: #555;
}

.theme-toggle-btn i {
    font-size: 16px;
}
body.light {
    background-color: #fff !important;
    color: #333;
}
.light .markdiv {
    background: transparent;
}
.light .scrolling-content span {
    color: #000;
}
.light .newwhych::before {
    background-image: url(../images/whychos_newBG_white.svg);
    filter: blur(1.5px);
}
.light .whycardsec .innrsec p {
    color: #000;
}
.light .newtabsec h2 {
    color: #000;
}
.light .newtabsec .service-title {
    color: #fff;
}
.light .newtabsec p.center {
    color: #000;
}
.light .newtabsec .services-section {
    background-image: url(../images/newserviceBG.svg);
}
.light .newtabsec .nav-pills {
    background: transparent;
}
.light .newtabsec .nav-pills .nav-link {
    border: 0;
}
.light .mostpop .slidbox {
    border-radius: 14.07px;
    background: rgba(48, 48, 48, 0.1);
}
.light .mostpop .slidbox .imgbox .captxt h4,
.light .mostpop a.all {
    color: #000;
}
.light .mostpop .slidbox .imgbox .captxt .passger .iconbox p {
    color: #000;
}
.light .mostpop .slidbox .tableview table td {
    color: #000;
}
.light .mostpop .slidbox .tableview table tr {
    border-bottom: 1px solid #000;
}
.light .mostpop .slidbox .tableview table {
    border-color: #000;
    color: #fff;
}
.light .mostpop .slidbox .imgbox .captxt .passger {
    border-color: #000;
}
.light .mostpop .slidbox .tableview span {
    color: #000;
}
.light .weoffer .inrcolor {
    background: #f3f3f3;
}
.light .weoffer .leftcap h2,
.weoffer {
    color: #000;
}
.light .weoffer .leftcap .bp .bpitem .bpcap p {
    color: #000;
}
.light .routs .flexdiv h2 {
    color: #000;
}
.light .routs .flexdiv p.topP {
    color: #000;
}
.light .routs .routtxt.smple {
    border-radius: 8px;
    border: 1px solid #273376;
    background: #fafafa;
    box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.25);
}
.light .routs .routtxt.smple .capt h4,
.light .routs .routtxt.smple .capt p {
    color: #000;
}
.light .app_outr .appbg {
    background-image: url(../images/app_whiteBG.svg);
}
.light .app_outr .appbg .apptxt h2 {
    color: #000;
}
.light .app_outr .appbg .apptxt p {
    color: #000;
}
.light .home_form .form-parent {
    border: 1px solid #dfdfdf;
    background: #fafafa;
}
.light .home_form .form-parent label {
    color: #000;
}
.light .contactform.home_form.hmefrm_new .form-control {
    border-radius: 9.086px;
    border: 0.303px solid #797979;
    background: rgba(218, 218, 218, 0.16);
    color: #000;
}
.light .contactform.home_form.hmefrm_new .form-control::placeholder {
    color: #000;
}
.light .contactform.home_form.hmefrm_new::before {
    display: none;
}
.light .rating .clintname p {
    color: #000;
}
.light .testmonl h2 {
    color: #000;
}
.light .testmonl .item .capct span,
.light .testmonl .item .capct p {
    color: #000;
}
.light .testmonl .item .capct .fa-quote-right {
    color: #cbb05b;
}
.light footer {
    background: #212529;
}
.light .rotat.abtrtate .capsec span {
    color: #000;
}
.light .rotat.abtrtate .capsec h2 {
    color: #000;
}
.light .rotat.abtrtate .capsec ul li {
    color: #000;
}
.light .rotat.abtrtate .capsec ul li i {
    color: #000;
}
.light .rotat.abtrtate .capsec p {
    color: #000;
}
.light .rotat.abtrtate.leftabt::before {
    background-image: url(../images/aboutBG_white2.svg);
    filter: blur(1.5px);
}
.light .rotat.abtrtate.leftabt .capsec h2 {
    color: #fff;
}
.light .rotat.abtrtate.leftabt .capsec p {
    color: #fff;
}
.light .mostpop.inrserv h2,
.light .mostpop.inrserv h3 {
    color: #000;
}
.light .mostpop.inrserv p.fltP {
    color: #000;
}
.light .fletderilsingsec .carcap h6,
.light .fletderilsingsec .carcap h2,
.light .fletderilsingsec .carcap h3,
.light .fletderilsingsec .carcap p {
    color: #000;
}
.light .fletderilsingsec .carcap .twobtn a.gallery {
    color: #000;
}
/* .light .watercard .head h4{
    color: #000;
}
.light .watercard .head i{
    color: #000;
}
.light .watercard p{
    color: #000;
} */
.light .includedNewsec {
    background-image: url(../images/newserviceBG.svg);
}
.light .serviveinrmn.blckserv h2 {
    color: #000;
}
.light .serviveinrmn .item .capction h4 {
    color: #000;
}
.light .serviveinrmn .item .capction p {
    color: #000;
}
.light .serviveinrmn .item .capction a.hvrlrn {
    color: #000;
}
.light .whycardsec.allservwhy::before {
    background-image: url(../images/servicemain_boxBG.svg);
    filter: blur(1.5px);
}
.light .whycardsec.allservwhy .innrsec p {
    color: #fff;
}
.light .servNew6card::before {
    background-image: url(../images/servicemain_boxBG.svg);
    filter: blur(1.5px);
}
.light .weoffer .leftcap .bp .bpitem .bpcap ul li {
    color: #000;
}
.light .contactform.newcontactfrm {
    background-image: url(../images/servicemain_boxBG.svg);
}
.light .privacy p,
.light .privacy h2,
.light .privacy ul li {
    color: #000;
}
.light .bloginr p,
.light .bloginr h2,
.light .bloginr h3 {
    color: #000;
}
.light .home_form .form-parent h3 {
    color: #000;
}
.light .four_0_four h2 {
    color: #000;
}

/* Light Version */

/* Responsive Design */
@media (max-width: 768px) {
    .fleet-section {
        flex-direction: column;
        padding: 40px 20px;
        gap: 40px;
    }
    .fleet-title {
        font-size: 36px;
    }
    .gallery-container {
        flex-direction: column;
    }
    .gallery-left,
    .gallery-right {
        width: 100%;
        height: 50vh;
    }
    .masonry-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 1599px) {
    .weoffer .expernce .year {
        left: 0;
    }
}

@media (max-width: 1399px) {
    .newtabsec .services-section {
        padding: 35px;
    }
    .contactform.home_form.hmefrm_new .contactoutrfrm {
        margin-top: -80%;
    }
    .weoffer .leftcap h2,
    .weoffer {
        width: 100%;
    }
    .fletderilsingsec .carcap h2,
    .fletderilsingsec .carcap h3 {
        width: 100%;
    }
    .cardRow {
        width: 90%;
    }
    .bloginr .sideblog .inritm {
        flex-direction: column !important;
    }
    .bloginr .sideblog .inritm .sideimg {
        margin-bottom: 20px !important;
    }
    .navbar li a {
        font-size: 15px;
    }
    footer .footcol {
        flex: 0 0 17%;
        max-width: 17%;
    }
    footer .footcol:nth-child(5) {
        flex: 0 0 22%;
        max-width: 22%;
        padding-left: 0;
    }

    footer .footcol {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .navbar li a {
        font-size: 11px !important;
    }
    .whycardsec .innrsec {
        padding: 0 15px;
    }
    .newtabsec p.center {
        width: 60%;
    }
    .newtabsec .services-section {
        padding: 0;
    }
    .weoffer.ofrNew .leftcap {
        margin-left: 0;
        padding-bottom: 0;
    }
    .routs .flexdiv p.topP {
        padding-bottom: 0;
    }
    .routs .routtxt.smple {
        flex-direction: column;
    }
    .routs .routtxt.smple .imgbox {
        width: 100%;
    }
    .app_outr .appbg .rowcenter {
        width: 100%;
    }
    .app_outr .appbg .apptxt p {
        width: 80%;
    }
    .contactform.home_form.hmefrm_new .contactoutrfrm {
        margin-top: -97%;
    }
    .contactoutr {
        padding-top: 80px;
        padding-bottom: 45px;
    }
    .weoffer.ofrNew.servsingofr .row:nth-child(even) {
        padding-top: 0;
    }
    .weoffer.ofrNew.servsingofr .row:nth-child(even) .leftcap {
        padding-top: 0;
    }
    .contactform.newcontactfrm .maincontactfrm {
        width: 90%;
    }
    .foot_contact_two {
        padding: 30px 30px;
    }
    .foot_contact_two .conarea .cap a,
    .foot_contact_two .conarea .cap p {
        font-size: 15px;
    }
    .foot_contact_two ul li {
        padding-bottom: 20px;
    }
    .foot_contact_two ul li img {
        width: 30px !important;
        height: 30px !important;
    }
    .cardRow.two {
        padding-top: 50px;
    }
    .includedNewsec .cliptext.one {
        width: 45%;
    }
    .includedNewsec .cliptext.one.two {
        top: 48%;
    }
    .whycardsec .innrsec i {
        margin-bottom: 30px;
    }
    .newtabsec .leftimgfull {
        min-width: 300px;
    }
    .bloginr .sideblog {
        height: 100vh;
    }

    footer .footcol:nth-child(1) {
        flex: 0 0 33%;
        max-width: 33%;
    }
    footer .footcol {
        flex: 0 0 22%;
        max-width: 22%;
    }
    footer .footcol:nth-child(5) {
        flex: 0 0 31%;
        max-width: 31%;
        padding-left: 30px;
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .mobilethmtgle {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar li a.newbknow {
        width: 150px;
        margin-left: 15px;
        text-align: center;
    }
    .navbar li a {
        font-size: 14px !important;
    }
    .theme-toggle {
        margin-left: auto;
        padding-right: 15px;
        justify-content: center;
        padding-top: 5px;
        margin-top: 0 !important;
    }
    .desktpthmtgle {
        display: none;
    }
    .newwhych .capsec h2 {
        width: 100%;
    }
    .newtabsec p.center {
        width: 80%;
    }
    .app_outr .appbg {
        padding: 50px 0;
        overflow: hidden;
    }
    .app_outr .appbg .appframe img {
        width: 100%;
    }
    .app_outr .appbg .apptxt p {
        width: 100%;
    }
    .app_outr .appbg .apptxt h2 {
        padding-bottom: 20px;
    }
    .contactoutr .formarea {
        padding-left: 30px;
    }
    .contactform.home_form.hmefrm_new {
        padding: 70px 0;
    }
    .contactform.home_form.hmefrm_new .contactoutrfrm {
        margin-top: -78%;
    }
    .servNew6card .serv-card p {
        color: #000;
    }
    .servNew6card .fbox-content h3 {
        color: #000;
    }
    .weoffer.ofrNew.servsingofr .row:nth-child(even) .leftcap {
        padding-top: 50px;
    }
    .weoffer .leftcap h2 {
        width: 100%;
        padding-bottom: 15px !important;
    }
    .weoffer .leftcap .bp .bpitem .bpcap ul {
        display: flex;
        flex-wrap: wrap;
    }
    .weoffer .leftcap .bp .bpitem .bpcap ul li {
        width: 50%;
    }
    .contactoutr.luxbtmcapsec .contactform.home_form.hmefrm_new .formarea p {
        width: 90%;
    }
    .contactform.newcontactfrm .maincontactfrm {
        width: 100%;
    }
    .contactform.newcontactfrm .foot_contact_two {
        padding-top: 30px !important;
    }
    .cardRow {
        width: 100%;
    }
    .watercard {
        margin-bottom: 30px;
        padding-right: 15px;
    }
    .watercard p {
        font-size: 14px;
        line-height: 28px;
    }
    .includedNewsec .cliptext.one {
        width: 58%;
        height: 100px;
    }
    .includedNewsec .cliptext.one.two {
        top: 49%;
    }
    .fletderilsingsec .carcap {
        padding-left: 0;
        padding-top: 30px;
    }
    .bloginr .sideblog .inritm {
        flex-direction: column !important;
    }

    .newtabsec .leftimgfull {
        min-width: 50%;
        height: 100%;
    }
    .rotat.abtrtate .singservRow {
        flex-direction: column-reverse !important;
    }
    .rotat.abtrtate .imgsec .one {
        height: 400px;
    }
    .rotat.abtrtate.leftabt .row {
        flex-direction: column-reverse;
    }
    footer .footcol:nth-child(1) {
        flex: 0 0 45%;
        max-width: 45%;
    }
    footer .footcol {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 0;
    }
    footer .footcol:nth-child(3) {
        padding-top: 30px;
    }
    footer .footcol:nth-child(4) {
        padding-top: 30px;
    }
    footer .footcol:nth-child(5) {
        flex: 0 0 45%;
        max-width: 45%;
        padding-left: 30px;
        padding-top: 30px;
    }
    .home_form .form-parent {
        padding: 15px 0;
    }
    /* Tour pages */
    .serv-card {
        background: #000;
    }
    .rotat.section {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .whycardsec {
        padding: 0px 0 30px;
    }
    .whycardsec .innrsec {
        padding: 20px !important;
        border: 0;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 8px;
    }
    .whycardsec .innrsec img {
        margin-bottom: 25px;
        height: 45px;
    }
    .newtabsec .tab-content {
        padding-top: 20px;
    }
    .routs .routtxt.smple .imgbox {
        width: 100%;
        height: 150px;
    }
    .app_outr .appbg .rowcenter {
        width: 100%;
        flex-direction: column-reverse;
    }
    .app_outr .appbg .apptxt {
        padding-top: 30px;
    }
    .app_outr .appbg .appframe {
        margin: 0;
        text-align: left;
    }
    .contactform.home_form.hmefrm_new .contactoutrfrm {
        margin-top: 0;
        position: relative;
    }
    .contactoutr {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .contactoutr .formarea {
        padding-left: 0;
        padding-top: 30px;
    }
    .rotat .singservRow .capsec {
        padding-left: 0;
    }

    .contactform.home_form.hmefrm_new {
        padding: 40px 0;
    }
    .sendMessage {
        width: auto !important;
        display: block !important;
        margin: 15px 0 0 15px;
    }
    .includedNewsec .cliptext.one {
        width: 58%;
        height: 70px;
        top: 20px;
    }
    .watercard {
        padding-right: 0;
    }
    .cardRow.two {
        padding-top: 20px;
    }
    .includedNewsec .cliptext.one.two {
        top: 50.5%;
    }
    .bloginr .sideblog .inritm {
        flex-direction: row !important;
    }
    footer .footcol:nth-child(1) {
        flex: 0 0 49%;
        max-width: 49%;
    }
    footer .footcol {
        flex: 0 0 49%;
        max-width: 49%;
        padding-left: 15px;
    }
    footer .footcol:nth-child(3) {
        padding-top: 0;
    }
    footer .footcol:nth-child(5) {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 30px !important;
        padding-top: 30px;
    }
    footer ul.foot_socl {
        padding-top: 20px;
    }
    footer ul {
        padding-top: 0;
    }
    .weoffer .leftcap .bp .bpitem .bpcap ul li {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .newtabsec {
        padding: 30px 0;
    }
    .newtabsec p.center {
        width: 100%;
        padding-bottom: 20px;
    }
    .newtabsec .innerarea {
        display: flex;
        height: 100%;
        flex-direction: column;
    }
    .newtabsec .brand-logo {
        padding-bottom: 20px;
    }
    .weoffer .expernce .year {
        padding: 15px;
    }
    .weoffer .expernce .year i {
        color: #fff;
        font-size: 30px;
        padding-bottom: 10px;
    }
    .weoffer.ofrNew .leftcap {
        margin-left: 0;
        padding: 50px 15px 15px;
    }
    .app_outr .appbg .apptxt ul {
        display: flex;
        flex-wrap: wrap;
    }
    .app_outr .appbg .apptxt ul li {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .rating {
        align-items: flex-start;
        padding: 0 15px;
        flex-direction: column;
    }
    .testmonl .item .user {
        margin: 0;
    }
    .rating .clintname p {
        padding-left: 0;
    }
    .rating ul {
        padding-left: 0;
    }
    .desktopFleet {
        display: none;
    }
    .fleet-tabs-mobile {
        display: block;
        margin-bottom: 30px;
    }
    .mobileFleet {
        display: block;
    }
    .contactform.newcontactfrm p {
        width: 100%;
    }
    .watercard .head h4 {
        font-size: 16px;
    }
    .includedNewsec .cliptext.one {
        width: 85%;
        height: 50px;
        top: 17px;
    }
    .includedNewsec .cliptext.one.two {
        top: 49.8%;
    }
    .cardRow {
        padding-top: 40px;
    }
    .foot_contact .conarea .icon {
        min-width: 40px;
    }
    .foot_contact_two {
        padding: 15px !important;
    }
    .foot_contact .conarea .cap a {
        font-size: 14px;
    }
    .foot_contact_two ul.socialmedia {
        padding-top: 15px;
    }
    .rotat .capsec ul {
        padding-top: 15px;
    }
    .simple-pagination ul {
        flex-wrap: wrap;
    }
    .simple-pagination ul li {
        padding: 10px 0;
    }
    .rotat .imgsec .one {
        height: auto;
    }
    footer .footcol {
        flex: 0 0 55%;
        max-width: 55%;
    }
    footer .footcol:nth-child(5) {
        flex: 0 0 48%;
        max-width: 48%;
        padding-left: 15px !important;
        padding-top: 15px;
    }
}

@media (min-width: 320px) and (max-width: 429px) {
    footer .footcol {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-top: 20px;
    }
    footer ul {
        padding-top: 0;
    }
    footer .footcol:nth-child(5) {
        padding-left: 15px !important;
        padding-top: 15px;
    }
    footer ul {
        padding-top: 0;
    }
    footer .footcol:nth-child(3) {
        padding-top: 0px;
    }
    footer .footcol:nth-child(4) {
        padding-top: 10px;
    }
    .bloginr .sideblog .inritm {
        flex-direction: column !important;
    }
}
