/**FONT FAMILY **/
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('fonts/ProximaNovaA-Light.woff2') format('woff2'),
        url('fonts/ProximaNovaA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.scroll-down-arrow {
    bottom: 80px;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    cursor: pointer;
    background: #000;
    z-index: 999;
    position: sticky;
    width: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 13px 26px;
}

.scroll-down-arrow svg {
    width: 20px;
    height: 20px;
    fill: #fff; /* Change the arrow color to white */
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }

.needHelp p {
    color: #2f7e6c !important;
    font-size: 14px;
    font-weight: 600;
}
.needHelp a {
    color: #2f7e6c !important;
    font-size: 20px;
    text-decoration: none;
}
.needHelp a span {
    color: #000;
}

.row {
    width: 100%;
}
body {
    background: #fff;
}
.topheadline {
    background: #2F7E6C;
    padding: 0 0;
}
.topheading p {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.headerinner.row {
    max-width: 1718px;
    margin: 0 auto;
    padding: 25px 0;
}
.navSec ul li a {
    text-decoration: none;
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding-right: 17px;
}
.pickAndDrop .slectInputs {
    width: 48%;
    margin-bottom: 10px;
}
.pickAndDrop {
    flex-flow: wrap;
}
.pickAndDrop .slectInputs input {
    width: 100%;
    background: #dfdfdf;
    border: none;
    padding: 10px 20px;
}
.navSec div#navbarSupportedContent {
    justify-content: space-between;
}
.navSec div#navbarSupportedContent ul {
    width: 100%;
    padding: 0;
}
.navSec ul li {
    list-style: none;
}
.headContact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.headContact a {
    color: #fff;
    font-family: 'Proxima Nova Rg';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
}
.logoSec img {
    width: 100%;
}
.nav-item.dropdown .dropdown-menu.show {
    display: none !important;
}
.nav-item.dropdown:hover .dropdown-menu.show {
    display: block !important;
}
.nav-item.dropdown i.fa.fa-sort-desc {
    margin: 0;
    font-size: 13px;
    position: relative;
    bottom: 2px;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #2f7e6c !important;
    color: #fff
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #2f7e6c !important;
}


.footerInner {
    max-width: 1718px;
    margin: 0 auto;
}
.footerContent  {
    max-width: 1718px;
    margin: 0 auto;
}
.footerInner {
    margin-bottom: 30px;
}
.footerMenu li {
    list-style: none;
}
.footerMenu li a {
    text-decoration: none;
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
.headContact {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
    color: #fff !important;
    align-items: center;
}
.cardLinks {
    gap: 10px;
    flex-direction: row;
    padding: 0;
}
.cardLinks img {
    width: 60px;
}
.nhsLogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trustpilotLogos {
    position: absolute;
    left: 0;
    right: 0;
    margin: 14px auto 0;
}
img.nhsLogo1 {
    width: 119px;
}
img.nhsLogo2 {
    width: 167px;
}
.cardLinks li {
    list-style: none;
}
.socialLinks {
    gap: 10px;
    flex-direction: row;
    padding: 0;
}
.carousel-item .socialLinks li a img {
    width: 20px;
}
.socialLinks img {
    width: 20px;
}
.socialLinks li {
    list-style: none;
}
a.contactNumber {
    width: 100% !important;
    display: block;
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 25px;
}
.homefooter a {
    color: #000 !important;
}
.homefooter p {
    color: #000 !important;
}
.homefooter .copyright p.copyright {
    color: #000 !important;
}
p.copyright.text-center {
    font-family: 'Nunito';
    color: #000 !important;
    font-size: 17px;
}
p.copyright.text-center a {
    color: #000 !important;
}
.footerContact p {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 21px;
}
.footerTerms p {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    width: 95%;
}
.copyright a {
    color: #000;
    text-decoration: none;
}



.bannerButtons {
    gap: 24px;
    padding-top: 20px;
}
.mainBanner {
    margin-bottom: 126px;
    position: relative;
}
.bannerInner {
    margin: 0 auto;
        max-width: 100%;
        padding: 32px 100px 75px;
        position: absolute;
        width: 100%;
        height: fit-content;
        top: 0;
        background: linear-gradient(90deg, rgba(10, 2, 2, 0.510329131652661) 100%, rgba(255, 255, 255, 0.3618697478991597) 100%);
}
.bannerContent h1 {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.bannerContent p {
    color: #FFF !important;
    font-family: 'Proxima Nova Rg' !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: bold !important;
    line-height: 27px !important;
}
.bannerform {
    background: #fff;
    border-radius: 20px;
    padding: 21px 40px 31px 38px;
}
a.track {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    border-radius: 50px;
    background: #2F7E6C;
    border: 2px solid #2F7E6C;
    padding: 10px 25px;
}
a.contactButtn  {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    border-radius: 50px;
    background: #2F7E6C;
    padding: 10px 38px;
    width: fit-content;
    display: block;
    text-align: left;
    margin: 28px 0 0 !important;
}
.vehicleMAin  a.contactButtn  {
    margin: 0 auto !important;
}
a.bannerServe {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 25px;
}
.bannerform h2 {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-family: 'Proxima Nova Rg';
}
.bannerform h1 {
    font-size: 24px !important;
}
.bulletNumbers {
    max-width: 30%;
    margin: 0 auto;
    justify-content: space-between;
}
.bulletNumbers a {
    background: #DFDFDF;
    padding: 4px 10px;
    border-radius: 50px;
    text-decoration: none;
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
.bulletNumbers a.active {
    background: #2F7E6C;
    padding: 4px 13px 4px 11px;
}
.image-option {
    flex-direction: column;
    border: 1px solid #000;
    padding: 12px 9px 5px;
    height: 112px;
    margin-bottom: 19px;
}
.image-option img {
    width: 78%;
    margin: 0 auto 7px;
}
.bannerform button {
    width: 100%;
    margin-top: 20px;
    border: none;
    background: #2f7e6c;
    font-family: 'Nunito';
    color: #fff;
    font-size: 20px;
    border-radius: 33px;
}
.bannerform h4 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 19px 0 15px !important;
}
.selectCar {
    margin-bottom: 14px;
}
.slectInput {
    flex-direction: column;
}
.bannerform input[type="submit"] {
    margin-top: 19px;
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 2px;
    background: #2F7E6C;
    border: navajowhite;
    padding: 4px 0;
    width: 100%;
}


.aboutInner {
    max-width: 1718px;
    margin: 0 auto;
    padding-bottom: 126px;
}
.aboutInner h4 {
    color: #2F7E6C;
    font-family: 'Proxima Nova Alt Lt';
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}
.aboutInner h2 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0 !important;
}
.aboutInner p {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    width: 89%;
    line-height: 27px;
    margin-bottom: 34px;
    margin-top: 9px;
}
.aboutInner p.aboutLight{
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
}


.chooseInner {
    max-width: 1565px;
    margin: 0 auto;
}
.contentchooseMain {
    padding: 46px 25px 76px 26px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 18%;
    text-align: center;
}
.servicesInner  .row.chooseContent {
    gap: 0 !important;
    justify-content: space-between;
}
.chooseContent {
    gap: 32px;
}
.contentchooseMain img {
    margin-bottom: 33px;
}
.contentchooseMain p {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}
.sameDayAMins  {
    max-width: 100% !important;
}
.contentchooseMain ul {
    list-style: none;
    padding: 0;
}
.ourProfileMain .carousel-item {
    height: 500px;
}
.mainBanner .carousel-item img.slideImages {
    width: 100% !important;
    height: 925px;
    object-fit: cover;
}
.ourProfileMain .carousel-item img {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
}
.carousel-control-next {
    right: 38px;
    width: fit-content;
}
.carousel-control-prev {
    left: 38px;
    width: fit-content;
}
.contentchooseMain ul li  {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}
.contentchooseMain h3 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
}
.chooseInner h2 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 63px;
}
.mainBanner .carousel-inner {
    height: auto;
}
.chooseMain {
    padding-bottom: 126px;
}
.medes .testimonialMain {
    margin-top: 82px !important;
}
.testimonialMain img {
    height: auto !important;
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 504px;
}
.carousel-inner img {
        height: 790px;
        object-position: top;
        object-fit: cover;
}
.servicesInner .contentchooseMain {
    max-width: 23% !important;
    margin-bottom: 20px;

}
.servicesInner .contentchooseMain p {
   color: #000 !important;
   font-weight: 400;

}
.servicesInner {
    max-width: 86%;
    margin: 0 auto;
}
.servicesMain {
    margin-bottom: 126px;
    background: url(../../assets/images/servicesImage.jpg);
    background-size: cover;
    background-position: center;
    padding: 96px 0;
}
.servicesInner h2 {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px
}
.servicesInner p {
    color: #FFF;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
}
.servicesInner a {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    border-radius: 50px;
    background: #2F7E6C;
    padding: 10px 38px;
    text-decoration: none;
}
.servicesInner p.serviceslight {
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    padding-bottom: 20px;
    padding-top: 30px;
}



.testimonialMain {
    max-width: 1302px;
    margin: 0 auto;
    margin-bottom: 126px;
}
.testimonialMain .carousel-inner {
    height: auto;
}
.carousel-item h3 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    padding-top: 20px;
}
.carousel-item h4 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 20px;
}
.carousel-item p {
    color: #000;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    max-width: 870px;
    margin: 0 auto;
}
.carousel-item p.testimonialLight {
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    padding-top: 30px;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 100% !important;
}
i.fa.fa-chevron-left {
    font-size: 40px;
    color: #000;
}
i.fa.fa-chevron-right {
    font-size: 40px;
    color: #000;
}
.star i {
    color: #2F7E6C;
    font-size: 20px;
    margin-top: 20px;
}
.ourProfileMain ul li {
    font-family: 'Nunito';
    font-size: 20px;
    color: #fff;
}
.ourtermss p {
    line-height: 30px;
}

/******SERVICES PAGE************/

.servicesPagemain.nextDay {
    margin-bottom: 70px;
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.container.vhicleSlider {
    max-width: 1520px;
    width: 90%;
    padding-bottom: 50px;
}
.vhicleSlider .marquee-container {
    overflow: hidden;
    white-space: nowrap;
}

.vhicleSlider .marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    100% { transform: translateX(0); }
    0% { transform: translateX(-100%); }
}

.vhicleSlider .marquee img {
    display: inline-block;
    margin: 0 50px;
}


.servicesPagemain.sameday {
    margin-bottom: 70px;
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.servicesPagemain {
    margin-bottom: 70px;
    padding: 200px 0 175px 142px;
}
.servicesPagemain:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.servicesPagemain h1 {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    position: relative;
}
.servicePagemain h3 {
    color: #000;
    font-family: 'Proxima Nova Alt Lt';
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}
.servicePagemain h2 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.servicePagemain p {
    color: #000;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.servicePagemain a {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    border-radius: 50px;
    background: #2F7E6C;
    padding: 10px 38px;
}
.servicePagemain {
    margin-bottom: 70px;
}


.allservices {
    background: #2F7E6C;
    padding: 77px 0 78px 0;
}
.allservicesInner .col-md-3 {
    max-width: 23%;
    padding: 0 !important;
    background: #fff;
    border-radius: 30px;
}
.allservicesInner {
    max-width: 1636px;
    margin: 0 auto;
}
.allservicesInner .col-md-3 img {
    width: 100%;
}
.allserviceContent {
    padding: 40px 28px 47px 29px;
}
.allserviceContent h3 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.allserviceContent p {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
.allserviceContent a {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    border-radius: 50px;
    background: #2F7E6C;
    padding: 10px 67px;
    text-decoration: none;
}



.serviceWelcome {
    max-width: 1636px;
    margin: 0 auto;
    padding: 70px 0;
}
.serviceWelcomInner img {
    width: 100%;
}
.serviceWelcomInner h4 {
    color: #000;
    font-family: 'Proxima Nova Alt Lt';
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}
.serviceWelcomInner h3 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.serviceWelcomInner p {
    color: #fff;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
.ourProfileMain p {
    color: #000;
}
.serviceWelcomInner a {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    border-radius: 50px;
    background: #2F7E6C;
    padding: 10px 38px;
    width: fit-content;
    margin: 28px 0 !important;
}


.contactform {
    flex-direction: column;
}
.contactpageMain {
    max-width: 1619px;
    margin: 0 auto ;
    margin-bottom: 70px;
    margin-top: 70px;
}
.contactImage img {
    width: 98%;
}
.contactImage {
    flex-direction: column;

}
.contactImage a {
    width: 100%;
}
.contactform input {
    width: 98%;
    background: #D9D9D9;
    border: none;
    padding: 13px 30px;
    margin-bottom: 40px;
}
.contactform textarea {
    width: 98%;
    background: #D9D9D9;
    border: none;
    padding: 13px 30px;
    margin-bottom: 40px;
}
.contactform input[type="submit"] {
    border-radius: 50px;
    background: #2F7E6C;
    color: #fff;
    width: fit-content;
    padding: 10px 73px;
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.contactImage a {
    color: #fff;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 14px;
}
.contactpageMain h2 {
color: #fff;
font-family: 'Proxima Nova Rg';
font-size: 40px;
font-style: normal;
font-weight: bold;
line-height: normal;
}

.ourProfileMain {
    max-width: 88%;
    margin: 0 auto 85px;
    padding:0;
}
.ourProfileMain h4 {
    color: #000;
    font-family: 'Proxima Nova Alt Lt';
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}
.ourProfileMain h2 {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.ourProfileMain ul li {
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
}

.profileservicesInner {
    max-width: 870px;
    margin: 0 auto;
}
.profileservicesMain {
    margin-bottom: 126px;
    margin-top: 113px;
    background: url(../../assets/images/profileService.jpg);
    background-size: cover;
    background-position: center;
    padding: 127px 0 127px;
}
.profileservicesInner h2 {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px
}

.profileservicesInner a {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    border-radius: 50px;
    background: #2F7E6C;
    padding: 10px 38px;
    text-decoration: none;
}
.profileservicesInner p {
    color: #FFF;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 30px;
}
.ourProfilefinal {
    padding-bottom: 169px !important;
}
.double-side-hd-logo {
    display: flex
;
    gap: 10px;
}
.double-side-hd-logo IMG {
    width: 74px;
}
.mainfooter {
    padding-top: 26px;
}

/* .ourvehicles {
    margin-bottom: 70px;
    background: url(../../assets/images/ourvehiclesbanner.jpg);
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} */
.ourvehicles h1, .warehouse h1, .multipled h1, .medicalMain h1, .environmentfreind h1, .interFreight h1, .workingWith h1, .jobsmall h1, .nightfreight h1, .anotherCustomer h1, .happywork h1 {
    color: #2f7e6c;
    font-family: 'Proxima Nova Rg';
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.innerpageContent h3 {
    color: #fff;
    font-family: 'Proxima Nova Alt Lt';
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}
.innerpageContent h2 {
    color: #fff;
    font-family: 'Proxima Nova Rg';
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.innerpageContent p  {
    color: #fff;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.innerpageContent a {
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    border-radius: 50px;
    background: #2F7E6C;
    padding: 10px 38px;
}
.innerpageContent {
    margin-bottom: 70px;
}


.warehouse {
    margin-bottom: 70px;
    /*background: url(../../assets/images/warehousebanner.jpg);*/
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.environmentfreind  {
    margin-bottom: 70px;
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.multipled {
    margin-bottom: 70px;
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1;
}
div#main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.innerpageContent {
    margin-bottom: 70px;
    margin-top: 70px;
}
.interFreight {
    margin-bottom: 70px;
    /**background: url(../../assets/images/internationalbanner.jpeg);**/
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.medicalMain {
    margin-bottom: 70px;
   /* background: url(../../assets/images/medical.jpeg);*/
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.workingWith {
    margin-bottom: 70px;
    /*background: url(../../assets/images/workingbanner.jpg);*/
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jobsmall {
    margin-bottom: 70px;
    /*background: url(../../assets/images/smalljobbanner.jpg);*/
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.nightfreight {
    margin-bottom: 70px;
    /*background: url(../../assets/images/nightfreightbanner.jpg);*/
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.anotherCustomer {
    margin-bottom: 70px;
    /*background: url(../../assets/images/customerbanner.jpg);*/
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.happywork {
    margin-bottom: 70px;
    /*background: url(../../assets/images/happyworkbanner.jpg);*/
    background-size: cover;
    background-position: top ;
    padding: 182px 0 175px 159px;
    height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
a.getTouch {
    position: fixed;
    bottom: 19px;
    background: #2f7e6c;
    color: #fff;
    right: 0;
    text-decoration: none;
    padding: 16px;
    font-size: 20px;
    font-family: 'Nunito';
    z-index: 999;
}
a.withQuote {
    bottom: 98px;}

.vehiMg {
    max-width: 80%;
    margin: 0 auto;
    flex-flow: wrap;
}
.vehiMg img {
    width: 133px;
}
.text-blacks p {
    color: #000;
    margin: 0 auto !important;
    padding: 12px 0 9px 0;
}
.text-blacks h2 {
    color: #000;
    margin-top: 42px;
}
.mainHeader {
    background: #fff;
}
p.multipara {
    width: 35%;
    font-family: 'Nunito';
    font-size: 14px;
}
@keyframes slide {
    100% {
        transform: translate3d(0, 0, 0);
    }

    0% {
        transform: translate3d(-2000px, 0, 0);
    }
}

.row.serviceWelcomInner {
    margin: 0 auto;
    max-width: 90%;
}
/** RESPONSIVE **/

@media only screen and (max-width: 1720px) {
    .aboutInner {
        max-width: 90%;
    }
    .topheading p {
        font-size: 16px;
    }
    .headerinner.row {
        max-width: 90%;
    }
    .navSec ul li a {
        font-size: 14px;
        padding-right: 9px;
    }
    .headContact a {
        font-size: 20px;
    }
    .bannerInner {
        max-width: 100%;
        padding: 32px 100px 140px;
    }
    .bannerContent h1 {
        font-size: 34px;
    }
    .bannerContent p {
        font-size: 16px !important;
    }
    a.track {
        font-size: 16px;
    }
    a.bannerServe {
        font-size: 16px;
    }
    .slectInput {
        width: 47% !important;
    }
    .bannerform h2 {
        font-size: 22px;
    }
    .bulletNumbers a {
        font-size: 11px;
    }
    aboutInner {
        max-width: 80%;
    }
    .aboutMain img {
        width: 100% !important;
    }
    .aboutInner h2 {
        font-size: 32px;
    }
    .aboutInner p {
        font-size: 16px;
        line-height: 23px;
    }
    .aboutInner p.aboutLight {
        font-size: 16px;
        line-height: 23px;
    }
    .chooseInner {
        max-width: 90%;
    }
    .contentchooseMain img {
        width: 36%;
    }
    .contentchooseMain p {
        font-size: 16px;
        line-height: 23px;
    }
    .chooseInner h2 {
        font-size: 32px;
        margin-bottom: 44px;
    }
    .servicesInner h2 {
        font-size: 32px;
    }
    .servicesInner p {
        font-size: 16px;
        line-height: 22px;
    }
    .servicesInner p.serviceslight {
        line-height: 22px;
    }
    .servicesInner a {
        font-size: 16px;
    }
    .carousel-item h3 {
        font-size: 22px;
    }
    .carousel-item h4 {
        font-size: 18px;
    }
    .carousel-item p {
        font-size: 16px;
        line-height: 22px;
    }
    .carousel-item p.testimonialLight {
        line-height: 22px;
    }
    .footerInner {
        max-width: 90%;
    }
    .footerContent {
        max-width: 90%;
    }
    .footerMenu li a {
        font-size: 14px;
    }
    a.contactNumber {
        font-size: 16px;
    }
    .footerContact p {
        font-size: 16px;
    }
    .footerTerms p {
        font-size: 16px;
        line-height: 23px;
    }
    .contactpageMain {
        max-width: 90%;
    }
    .ourProfileMain {
        max-width: 90%;
    }
    .ourProfileMain h4 {
        font-size: 32px;
    }
    .ourProfileMain h2 {
        font-size: 40px;
    }
    .ourProfileMain ul li {
        font-size: 16px;
    }
    .serviceWelcome {
        max-width: 90%;
    }
    .serviceWelcomInner h4 {
        font-size: 32px;
    }
    .serviceWelcomInner h3 {
        font-size: 40px;
    }
    .serviceWelcomInner p {
        font-size: 16px;
    }
    .servicePagemain h3 {
        font-size: 32px;
    }
    .servicePagemain h2 {
        font-size: 40px;
    }
    .servicePagemain p {
        font-size: 16px;
    }
    .allservicesInner {
        max-width: 90%;
    }
    .allserviceContent h3 {
        font-size: 20px;
    }
    .allserviceContent p {
        font-size: 15px;
    }
    .allserviceContent a {
        font-size: 16px;
        padding: 8px 54px;
    }
    .serviceWelcome {
        max-width: 90%;
    }
    .serviceWelcomInner h4 {
        font-size: 32px;
    }
    .serviceWelcomInner h3 {
        font-size: 40px;
    }
    .serviceWelcomInner p {
        font-size: 16px;
    }
    .chooseContent {
        gap: 29px;
    }
    .innerpageContent h3 {
        font-size: 32px;
    }
    .innerpageContent h2 {
        font-size: 40px;
    }
    .innerpageContent p {
        font-size: 20px;
    }
    .innerpageContent a {
        font-size: 18px;
        padding: 10px 32px;
    }
    .servicesPagemain h1 {
        font-size: 54px;
    }
    .servicesPagemain {
        padding: 200px 0 170px 90px;
    }
}


@media only screen and (max-width: 1600px) {
    .bannerform {
        padding: 20px 30px 25px 30px;
        width: 35%;
    }
    .image-option {
        padding: 10px 5px 4px;
        height: 115px;
    }
    .image-option label {
        line-height: 1.2;
        font-size: 14px;
    }
    .bannerform h1 {
        font-size: 32px;
    }
    .bannerInner {
        padding: 80px 90px 110px;
    }
    .contentchooseMain {
        padding: 45px 25px 65px 26px;
    }
    .ourProfileMain {
        margin-bottom: 150px;
    }
    .contactform input {
        padding: 12px 20px;
        margin-bottom: 30px;
    }
    .contactform textarea {
        padding: 12px 20px;
        margin-bottom: 30px;
    }
    .servicesPagemain {
        padding: 200px 0 115px 75px;
    }
    .contactpageMain h2 {
        font-size: 36px;
    }
}


@media only screen and (max-width: 1400px) {
    .topheading p {
        font-size: 16px;
        line-height: 22px;
    }
    .navSec ul li a {
        padding-right: 5px;
    }
    .bannerform button {
        font-size: 18px;
    }
    .bannerform {
        padding: 20px 25px 20px 30px;
    }
    .image-option {
        height: 110px;
    }
    .mainBanner {
        margin-bottom: 110px;
    }
    .aboutInner {
        padding-bottom: 110px;
    }
    .contentchooseMain {
        padding: 40px 22px 45px 22px;
    }
    .contentchooseMain img {
        margin-bottom: 30px;
    }
    .chooseMain {
        padding-bottom: 110px;
    }
    .servicesMain {
        margin-bottom: 110px;
        padding: 85px 0;
    }
    .testimonialMain {
        margin-bottom: 110px;
    }
    .servicesPagemain {
        padding: 180px 0 100px 68px;
    }
    .servicesPagemain h1 {
        font-size: 48px;
    }
    .contactpageMain h2 {
        font-size: 32px;
    }
    .contactform input {
        padding: 10px 20px;
        margin-bottom: 22px;
    }
    .contactform textarea {
        padding: 10px 20px;
        margin-bottom: 25px;
        height: 200px;
    }
    .contactform input[type="submit"] {
        padding: 10px 60px;
        font-size: 18px;
    }
    .contactImage a {
        font-size: 18px;
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 1280px) {
    .navSec ul li a {
        font-size: 15px;
    }
    .navSec ul {
        padding-left: 20px;
    }
    .headContact a {
        font-size: 14px;
    }
    .headContact {
        padding-right: 0;
        gap: 8px;
    }
    .topheading p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .bannerInner {
        padding: 70px 75px 90px;
    }
    .bannerform {
        padding: 20px 20px 15px 25px;
    }
    .bannerform .col-md-4 {
        padding-right: 0;
    }
    .image-option label {
        font-size: 13px;
    }
    .image-option label input[type="radio"] {
        width: 10px;
        height: 10px;
    }
    .bannerform h1 {
        font-size: 28px;
    }
    .image-option {
        height: 100px;
    }
    .slectInput input {
        font-size: 13px;
    }
    .pickAndDrop .slectInputs input {
        padding: 8px 16px;
        font-size: 13px;
    }
    .needHelp p {
        margin-bottom: 10px;
    }
    .bulletNumbers a.active {
        padding: 4px 10px 4px 10px;
    }
    .bulletNumbers a {
        padding: 4px 9px;
    }
    .bannerform button {
        font-size: 17px;
    }
    a.track {
        font-size: 15px;
        padding: 9px 22px;
    }
    a.bannerServe {
        font-size: 15px;
        padding: 9px 22px;
    }
    .bannerContent p {
        line-height: 25px !important;
    }
    .bannerContent h1 {
        font-size: 32px;
    }
    .carousel-item h3 {
        font-size: 20px;
    }
    .carousel-item h4 {
        font-size: 16px;
    }
    i.fa.fa-chevron-left, i.fa.fa-chevron-right {
        font-size: 32px;
    }
    .footerTerms p {
        font-size: 15px;
        line-height: 22px;
    }
    .footerMenu li a {
        font-size: 13px;
    }
    a.contactNumber {
        font-size: 15px;
    }
    .footerContact p {
        font-size: 15px;
    }
    .socialLinks img {
        width: 28px;
    }
    .servicesInner h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .servicesInner p {
        font-size: 15px;
        line-height: 20px;
    }
    .contentchooseMain {
        padding: 35px 20px 36px 20px;
    }
    .contentchooseMain p {
        font-size: 15px;
        line-height: 20px;
    }
    .chooseInner h2 {
        font-size: 30px;
        margin-bottom: 34px;
    }
    .aboutInner h4 {
        font-size: 28px;
    }
    .aboutInner h2 {
        font-size: 30px;
    }
    .aboutInner p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px;
        margin-top: 6px;
    }
    .aboutInner p.aboutLight {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .ourProfileMain h2 {
        font-size: 36px;
    }
    .ourProfileMain h4 {
        font-size: 30px;
    }
    .ourProfileMain ul li {
        font-size: 15px;
    }
    .ourProfileMain {
        margin-bottom: 100px;
    }
    .vehiMg img {
        width: 45%;
    }
    p.multipara {
        width: 40%;
    }
    .innerpageContent h2 {
        font-size: 36px;
    }
    .innerpageContent h3 {
        font-size: 30px;
    }
    .servicesPagemain h1 {
        font-size: 42px;
    }
    .servicesPagemain {
        padding: 165px 0 85px 62px;
    }
    .contactpageMain h2 {
        font-size: 30px;
    }
    .contactform input {
        padding: 9px 16px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .contactform textarea {
        padding: 9px 16px;
        margin-bottom: 20px;
        height: 180px;
        font-size: 14px;
    }
}



@media only screen and (max-width: 1024px) {
    .topheading p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .topheadline {
        padding: 10px 0;
    }
    .navSec ul {
        padding-left: 0;
    }
    .navSec ul li a {
        font-size: 13px;
    }
    .headContact a {
        font-size: 13px;
    }
    .headerinner.row {
        padding: 20px 0;
    }
    .headContact {
        gap: 5px;
        padding: 0;
    }
    .bannerform {
        padding: 20px 16px 10px 20px;
        width: 38%;
    }
    .bannerform h2 {
        font-size: 20px;
    }
    .bulletNumbers a {
        font-size: 10px;
        padding: 4px 7px;
    }
    .bulletNumbers a.active {
        padding: 4px 8px 4px 8px;
    }
    .bannerform h1 {
        font-size: 22px;
    }
    .image-option label {
        font-size: 11px;
    }
    .image-option {
        height: 82px;
        margin-bottom: 10px;
    }
    .pickAndDrop .slectInputs input {
        padding: 5px 12px;
        font-size: 12px;
    }
    .slectInput label {
        font-size: 13px;
    }
    .slectInput input {
        font-size: 12px;
    }
    .bannerform button {
        font-size: 15px;
    }
    .needHelp p {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .needHelp a {
        font-size: 14px;
    }
    .bannerContent h1 {
        font-size: 26px;
    }
    .bannerContent p {
        line-height: 21px !important;
        font-size: 14px !important;
    }
    .bannerButtons {
        gap: 15px;
    }
    a.track {
        font-size: 13px;
        padding: 8px 14px;
    }
    a.bannerServe {
        font-size: 13px;
        padding: 8px 14px;
    }
    .socialLinks img {
        width: 26px;
    }
    .bannerInner {
        padding: 60px 60px 75px;
    }
    .aboutInner h4 {
        font-size: 26px;
    }
    .aboutInner h2 {
        font-size: 26px;
    }
    .aboutInner p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .chooseInner h2 {
        font-size: 26px;
        margin-bottom: 28px;
    }
    .contentchooseMain p {
        font-size: 14px;
        line-height: 20px;
    }
    .chooseContent {
        gap: 0;
        justify-content: space-between;
    }
    .contentchooseMain {
        padding: 30px 16px 30px 16px;
    }
    .mainBanner {
        margin-bottom: 100px;
    }
    .aboutInner, .chooseMain {
        padding-bottom: 100px;
    }
    .servicesMain {
        margin-bottom: 100px;
        padding: 75px 0;
    }
    .servicesInner h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .servicesInner p {
        font-size: 14px;
        line-height: 20px;
    }
    .servicesInner p.serviceslight {
        padding-bottom: 10px;
        line-height: 20px;
        padding-top: 20px;
    }
    .servicesInner a {
        font-size: 14px;
        padding: 9px 32px;
    }
    .carousel-item img {
        width: 115px !important;
    }
    .carousel-item h3 {
        font-size: 18px;
        padding-top: 15px;
    }
    .carousel-item h4 {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .carousel-item p {
        font-size: 14px;
        line-height: 20px;
        width: 80%;
    }
    .carousel-item p.testimonialLight {
        line-height: 20px;
        padding-top: 20px;
    }
    .star i {
        font-size: 18px;
        margin-top: 12px;
    }
    .testimonialMain {
        margin-bottom: 100px;
    }
    .footerInner img {
        width: 22%;
    }
    .footerContact ul.footerMenu {
        flex-flow: wrap;
    }
    a.contactNumber {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .footerContact p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .footerTerms p {
        font-size: 14px;
        line-height: 20px;
    }
    .needHelp {
        padding: 20px 0 !important;
    }
    .aboutInner p.aboutLight {
        font-size: 14px;
        line-height: 20px;
    }
    p.multipara {
        width: 65%;
    }
    .innerpageContent p {
        font-size: 15px;
        width: 85%;
    }
    .innerpageContent a {
        font-size: 16px;
        padding: 8px 24px;
    }
    .servicesPagemain {
        padding: 140px 0 70px 50px;
    }
    .contactpageMain h2 {
        font-size: 28px;
    }
    .contactImage a {
        font-size: 16px;
    }
    .contactform input {
        padding: 8px 14px;
        margin-bottom: 15px;
    }
    .contactform textarea {
        height: 160px;
    }
    .contactform input[type="submit"] {
        padding: 9px 52px;
        font-size: 16px;
    }
}


@media only screen and (max-width:820px) {
    .navSec .row {
        flex-direction: row-reverse;
    }
    .menus .container-fluid {
        justify-content: end;
    }
    .menus {
        width: fit-content;
    }
    .topheading p {
        width: 95%;
        margin: 0 auto;
    }
    .menus .container-fluid button {
        padding: 5px;
    }
    .navSec div#navbarSupportedContent ul {
        display: block !important;
    }
    .navSec div#navbarSupportedContent {
        position: absolute;
        width: 200px;
        top: 50px;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 1px 1px 3px #838383;
    }
    .bannerform {
        padding: 20px 16px 10px 20px;
        width: 100%;
        margin-top: 30px;
    }
    .image-option {
        height: 120px;
        margin-bottom: 10px;
    }
    .image-option img {
        width: 80%;
    }
    .image-option label {
        font-size: 12px;
    }
    .bannerInner {
        padding: 50px 40px 55px;
    }
    a.track {
        padding: 8px 16px;
    }
    a.bannerServe {
        padding: 8px 16px;
    }
    .mainBanner {
        margin-bottom: 80px;
    }
    .aboutInner p {
        width: 100%;
    }
    .contentchooseMain {
        padding: 30px 20px 30px 20px;
        max-width: 48%;
        margin-bottom: 20px;
    }
    .aboutInner, .chooseMain {
        padding-bottom: 80px;
    }
    .servicesMain {
        margin-bottom: 80px;
        padding: 60px 0;
    }
    .servicesInner {
        width: 90%;
    }
    .carousel-item img {
        width: 100px !important;
    }
    .carousel-item h3 {
        margin-bottom: 0;
    }
    .star i {
        font-size: 17px;
        margin-top: 10px;
    }
    i.fa.fa-chevron-left, i.fa.fa-chevron-right {
        font-size: 28px;
    }
    .testimonialMain {
        margin-bottom: 80px;
    }
    a.contactNumber {
        margin-bottom: 15px;
    }
    .footerContact p {
        margin-bottom: 12px;
    }
    .footerTerms p {
        width: 100%;
    }
    .bannerform button {
        margin-top: 15px;
    }
    .ourProfileMain h2 {
        font-size: 32px;
    }
    .ourProfileMain h4 {
        font-size: 26px;
    }
    .serviceWelcomInner p {
        font-size: 15px;
    }
    .ourProfileMain ul li {
        font-size: 14px;
    }
    .ourProfileMain {
        margin-bottom: 70px;
    }
    .innerpageContent {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .vehiMg {
        max-width: 90%;
    }
    .innerpageContent h2 {
        font-size: 30px;
    }
    .innerpageContent h3 {
        font-size: 26px;
    }
    .servicesPagemain {
        padding: 160px 0 60px 40px;
    }
    .servicesPagemain h1 {
        font-size: 36px;
    }
    .contactpageMain h2 {
        font-size: 26px;
    }
    .contactform textarea {
        height: 105px;
    }
    .contactform input[type="submit"] {
        padding: 9px 44px;
        font-size: 16px;
    }
    .contactImage a {
        font-size: 14px;
    }
}


@media only screen and (max-width:768px) {
    .topheadline {
        padding: 8px 0;
    }
    .headerinner.row {
        padding: 16px 0;
    }
    .bannerContent h1 {
        font-size: 24px;
    }
    .bannerContent p {
        line-height: 20px !important;
    }
    .needHelp {
        padding: 20px 0 15px !important;
    }
    .aboutMain img {
        margin-top: 15px;
    }
    .aboutInner h4 {
        font-size: 24px;
    }
    .aboutInner h2 {
        font-size: 24px;
    }
    .chooseInner h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contentchooseMain img {
        margin-bottom: 20px;
        width: 35%;
    }
    .servicesInner h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .servicesMain {
        padding: 50px 0;
    }
    .servicesInner a {
        font-size: 13px;
        padding: 8px 26px;
    }
    .carousel-item h4 {
        padding-bottom: 14px;
        margin-bottom: 0;
    }
    .carousel-item p.testimonialLight {
        padding-top: 14px;
    }
    i.fa.fa-chevron-left, i.fa.fa-chevron-right {
        font-size: 24px;
    }
    .ourProfileMain h4 {
        font-size: 24px;
    }
    .ourProfileMain h2 {
        font-size: 28px;
    }
    .serviceWelcomInner p {
        font-size: 14px;
    }
    .innerpageContent h2 {
        font-size: 28px;
    }
    p.multipara {
        width: 75%;
    }
    .innerpageContent h3 {
        font-size: 24px;
    }
    .innerpageContent p {
        font-size: 14px;
        width: 90%;
    }
    .innerpageContent a {
        font-size: 15px;
        padding: 8px 24px;
    }
    .servicesPagemain h1 {
        font-size: 32px;
    }
    .contactform textarea {
        height: 90px;
    }
}


@media only screen and (max-width:668px) {
    .headerinner.row {
        max-width: 95%;
    }
    .bannerInner {
        padding: 35px 25px 40px;
    }
    .bannerform .col-md-4 {
        width: 32%;
    }
    .bannerform .row {
        justify-content: space-between;
    }
    .mainBanner {
        margin-bottom: 65px;
    }
    .contentchooseMain {
        padding: 30px 20px 30px 20px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .contentchooseMain img {
        width: 25%;
    }
    .contentchooseMain p {
        margin-bottom: 0;
    }
    .chooseContent {
        margin: 0 auto;
    }
    .servicesMain {
        padding: 45px 0;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 10%;
    }
    .carousel-item p {
        font-size: 13px;
        line-height: 18px;
        width: 82%;
    }
    .footerInner img {
        width: 25%;
    }
    .footerInner {
        max-width: 95%;
    }
    .footerContent {
        max-width: 95%;
    }
    .ourProfileMain {
        margin-bottom: 50px;
        padding: 30px 0 0 !important;
        max-width: 95%;
    }
    .row.serviceWelcomInner .col-md-12 {
        padding: 0;
    }
    .serviceWelcomInner img {
        width: 100%;
        margin-bottom: 10px;
    }
    .serviceWelcomInner ul {
        padding-left: 16px;
    }
    .innerpageContent {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .vehiMg img {
        width: 48%;
    }
    .innerpageContent h2 {
        font-size: 26px;
    }
    p.multipara {
        width: 80%;
    }
    .servicesPagemain {
        padding: 160px 0 40px 32px;
    }
    .servicesPagemain h1 {
        font-size: 28px;
    }
    .contactpageMain h2 {
        font-size: 24px;
    }
}



@media only screen and (max-width:580px) {
    .headerinner .logoSec {
        width: 40%;
    }
    .headerinner .navSec {
        width: 56%;
        padding: 0;
    }
    .headContact {
        width: fit-content;
        margin-right: 15px;
    }
}


@media only screen and (max-width:480px) {
    .headerinner .logoSec {
        width: 40%;
        padding: 0;
    }
    .topheading p {
        font-size: 12px;
        line-height: 16px;
    }
    .headerinner .navSec {
        width: 56%;
        padding: 0;
    }
    .menus {
        padding: 0;
    }
    .menus nav.navbar, .menus .container-fluid {
        padding: 0;
    }
    .headContact {
        width: fit-content;
        margin-right: 15px;
    }
    .logoSec img {
        width: 90%;
    }
    .bannerInner {
        padding: 25px 10px 35px;
    }
    .bannerContent p {
        font-size: 13px !important;
    }
    .socialLinks img {
        width: 24px;
    }
    .bannerButtons {
        flex-flow: wrap;
    }
    .bannerform .col-md-4 {
        width: 50%;
        padding: 0 5px;
    }
    .bannerform {
        padding: 20px 10px 10px 10px;
    }
    .image-option {
        height: 100px;
    }
    .slectInput {
        width: 48% !important;
    }
    .needHelp p {
        margin-bottom: 0;
    }
    .pickAndDrop {
        flex-flow: wrap;
    }
    .slectInput {
        width: 100% !important;
    }
    .needHelp {
        padding: 20px 0 10px !important;
    }
    .bannerform h1 {
        text-align: center;
        margin-top: 15px;
    }
    .mainBanner {
        margin-bottom: 60px;
    }
    .aboutInner, .chooseMain {
        padding-bottom: 70px;
    }
    .aboutInner .col-md-12 {
        padding: 0;
    }

    .aboutInner {
        max-width: 95%;
    }
    .servicesInner {
        width: 95%;
    }
    .servicesInner p.serviceslight {
        padding-top: 0;
    }
    .servicesInner a {
        padding: 8px 22px;
    }
    .servicesMain {
        padding: 40px 0;
        margin-bottom: 70px;
    }
    .carousel-item h3 {
        padding-top: 10px;
    }
    .footerContact ul.footerMenu {
        display: block !important;
    }
    .footerInner img {
        width: 35%;
    }
    a.getTouch {
        bottom: 16px;
        padding: 12px 13px;
        font-size: 14px;
        line-height: 1;
    }
    .bannerContent {
        padding: 0;
    }
    .bannerform .row {
        margin: 0;
    }
    .carousel-item p {
        font-size: 12px;
        line-height: 16px;
    }
    .pickAndDrop .slectInputs {
        width: 100%;
    }
    .ourProfileMain h4 {
        font-size: 20px;
    }
    .ourProfileMain h2 {
        font-size: 24px;
    }
    .vehiMg img {
        width: 100%;
        margin-bottom: 15px;
    }
    .innerpageContent h2 {
        font-size: 24px;
    }
    p.multipara {
        width: 90%;
        padding-bottom: 0;
    }
    .innerpageContent h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .innerpageContent a {
        font-size: 14px;
        padding: 8px 22px;
    }
    .servicesPagemain {
        padding: 160px 0 30px 20px;
    }
    .contactform input[type="submit"] {
        padding: 9px 42px;
        font-size: 14px;
    }
    .contactform input {
        width: 100%;
    }
    .contactform textarea {
        width: 100%;
    }
    .contactpageInner {
        margin: 0 auto;
    }
    .contactpageInner .contactform,  .contactpageInner .contactImage  {
        padding: 0;
        margin: 0 auto;
    }
    .ourProfileMain p {
        padding: 0 !important;
    }
}


@media only screen and (max-width:350px) {
    .headContact {
        margin-right: 8px;
    }
    .menus .container-fluid button {
        padding: 3px;
    }
    .bannerContent h1 {
        font-size: 22px;
    }
    .image-option {
        height: 90px;
    }
}
