@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');


body,
p,
h1,
h2,
h3, 
h4,
h5 {
    font-family: "Montserrat", serif;
    color: black;
}

a:hover { 
    text-decoration: none; 
} 

ul li a {
    color: black; 
}
 
a {    
    color: black;  
} 
    
ol li, ul li, p {
    font-size: 20px;
    font-family: 'Heebo';
    font-weight: 400;
    line-height: 38px;
    color: #000;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 60px; 
    color: #fff;
    font-weight: 300;
    line-height: 68px;
    font-family: 'Montserrat';
    margin-bottom: 15px;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
}

h1 b {
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

/*back to top*/

#back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    z-index: 99999999;
    width: 50px;
    margin-right: 10px;
    height: 48px;
    animation: rotate 10.5s;
    text-align: center;
    line-height: 50px;
    background: #252522;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.5s linear;
    opacity: 0;  
}

.show {
    display: block !important;
}

#back-to-top.show {
    opacity: 1;
    right: 0;
}

/*back to top*/

@font-face {
    font-family: "Times-New-Roman";
    src: url("../fonts/Times-New-Roman.woff");
}

/*HEADER*/
.page-template-index header {
    position: fixed !important;
}
header {
    position: relative !important;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 99;
    background-color: #fff;
}
header.active {
    position: fixed !important;
    background: #fff;
}
a.navbar-brand {
    position: relative;
    z-index: 99;
}

div#navbarMobile {
    justify-content: right;
}

ul#menu-header-menu li {
    padding: 10px 0px;
}

.navbar_content a {
    color: #000;
    margin: 0px 22px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 500;
    padding-bottom: 6px;
    font-family: "Josefin Sans", sans-serif;
}

ul#menu-header-menu>li.current-menu-item>a {
    border-bottom: 1px solid #F8EF1F;
}

header .menu-item a:hover {
    color: #e0d675;
}

ul#menu-header-menu li:hover>ul.sub-menu {
    display: block;
}

ul.sub-menu {
    list-style: none;
    padding: 0px;
    position: absolute;
    display: none;
    background: #db6237;
    width: 242px;
    border-radius: 6px;
    box-shadow: 0px 29px 38px -50px #5f5f5f;
    transform: translateX(-31%);
}

ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #db6237;
    top: -9px;
    left: 47%;
    position: absolute;
}

ul#menu-header-menu .sub-menu li {
    border-bottom: 1px solid #f9885f;
}

ul#menu-header-menu .sub-menu li:last-child {
    border: none;
}

.navbar_content .sub-menu a {
    padding-bottom: 0;
    display: block;
    color: #fff;
    font-size: 16px;
}

header .sub-menu .menu-item a:hover {
    color: #fff;
}

.header-button a {
    background: #E2D664;
    color: #000;
    padding: 15px 22px 12px;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #E2D664;
    font-family: 'Josefin Sans';
}

.mobile-menu img {
    display: none;
}

/*HEADER*/

.header-banner {
    position: relative;
}

.header-banner .img3 {
    width: 100%;
}

.header-banner-content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.header-banner-content1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    z-index: 1;
    text-align: center;
}

.header-banner-content1 .header-left-section {
    padding-top: 0px;
}

.header-bg {
    background-image: linear-gradient(310deg, black, #00000000);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.header-left-section {
    padding-top: 50px;
}

.header-second-title {
    color: #E2D664;
    font-size: 32px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    line-height: 40px;
    font-style: italic;
    text-transform: uppercase;
}

.header-right-section {
    height: 630px !important;
    overflow: auto;
}

/*FOOTER*/

footer {
    background-color: #000000;
    padding: 50px 0px 50px 0px;
}

footer h2 {
    font-size: 16px;
    line-height: 18.7px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}

.footer-menu-2 li a,
.footer-menu-2 h2 {
    color: #E2D664;
}

footer li {
    padding: 5px 0px;
}

footer li a,
footer a,
footer p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Heebo';
    font-weight: 400;
    color: #AFB3BE;
}

footer a:hover {
    color: #AFB3BE;
}

.social-icon-app {
    margin-right: 15px;
}

.footer-logo img {
    margin-bottom: 20px;
}

.footer-bottom-content {
    margin-top: 30px;
}

.footer-menu-4 h2 {
    padding-bottom: 5px;
}

.footer-bottom-content p {
    font-size: 16px;
    line-height: 27px;
    font-family: 'Heebo';
    font-weight: 400;
}



/*FOOTER*/

/*  HOMEPAGE  */
section#services {
    transform: translateY(-70px);
    margin-bottom: -70px;
}

.services-section-description {
    padding-left: 8px;
    padding-right: 8px;
}

.services-section-desc {
    background: #000;
    height: 100%;
}

.services-section-content {
    padding: 15px 12px;
}

.services-section-image {
    width: 100%;
}

.services-section-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.services-section-title h2 {
    color: #E2D664;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0px;
    padding-left: 25px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
}

.services-section-content p {
    font-size: 16px;
    color: #fff;
    font-family: 'Heebo';
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0px;
}

.header-buttons{
    margin: 30px 0px 40px;
    text-align: right;
}

.header-buttons a {
    background: unset;
    border: unset;
    color: #E2D664;
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    border-bottom: 2px solid #E2D664;
    text-transform: uppercase;
}

.header-buttons i {
    font-size: 16px;
}

.header-button-black {
    text-align: center;
    margin: 40px 0px;
}

.header-button-black a {
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 15px;
    background: #fff;
}

section#fleet {
    padding: 40px 0px 120px;
}

.fleet-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.fleet-section-title h2 b {
    font-weight: 700;
}

.fleet-section-title h2 {
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Josefin Sans';
    line-height: 86px;
}

.fleet-section-title p {
    font-size: 22px;
    line-height: 48px;
    margin-top: 20px;
}

.fleet-repeater-right {
    padding-top: 35px;
}

.fleet-repeater-right-content {
    background: #7a7a7b;
    border-radius: 10px;
    padding: 30px;
    width: 80%;
    margin-left: auto;
}

.fleet-repeater-right-content h2 {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.fleet-repeater-right-content p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.fleet-repeater-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.fleet-repeater-button .header-button-black {
    margin: 70px 0px 0px 25px;
}

.fleet-repeater-button {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 50px;
    width: 80%;
    margin-left: auto;
}

.fleet-repeater-button .header-button {
    margin-bottom: 12px;
    margin-right: 15px;
}

.fleet-repeater-button .header-buttons {
    margin: 0px;
}

.fleet-repeater-button .header-buttons a {
    color: #7b7a7a;
    border-bottom: 2px solid #7b7a7a;
}

.fleet-repeater-right-description {
    position: relative;
}

.fleet-repeater-icon {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.member-section {
    background: #E1E1E1;
}

.members-section-image {
    padding: 0px;
}

.members-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.members-section-content {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    padding-left: 45px;
    padding-top: 20px;
}

.members-section-button {
    display: flex;
    align-items: center;
    padding: 20px 5px 5px 45px;
}

.about-header-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}

/*#sign-up iframe {*/
/*    min-height: 599px;*/
/*}*/

#sign-up iframe,
#login iframe {
    min-height: 260px;
}

.about-section {
    padding: 90px 0px 50px;
}

.about-section-left {
    padding-right: 25px;
}

.about-section-right {
    padding-left: 25px;
}

.about-section-right-content {
    margin-bottom: 45px;
}

.about-section-content {
    padding: 0px 15px;
}

.about-section-content h2 {
    color: #E2D664;
    line-height: 38px;
    margin-top: 30px;
}

.about-section-content p {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
}

.about-section img {
    width: 100%;
}

#our-partners {
    background: #ffffff;
    padding: 30px 0px;
}

.our-partners-slider-description {
    padding: 30px 15px 20px;
}

.our-partners-section-left {
    /* border-right: 1px solid #8B8B8B; */
    /* align-items: center; */
    /* display: flex; */
    text-align: center;
    margin: 20px 0px;
}

.our-partners-section-left h2 {
    font-size: 22px;
    font-family: 'Josefin Sans';
    /* color: #fff; */
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}

.our-partners-slider-image {
    height: 100%;
    display: flex;
    min-height: 80px;
    align-items: center;
    justify-content: center;
}

#testimonial .testimonial-slider {
    padding: 50px 0px 120px;
}

.testimonial-slider-content p {
    font-family: "Times-New-Roman";
    font-style: italic;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    width: 75%;
    margin: auto;
}

.testimonial-slider-title {
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-top: 30px;
}

ul.slick-dots {
    margin-top: 20px;
    bottom: unset;
}

.slick-dots li button:before {
    font-size: 54px;
    opacity: 1;
    color: #BDBDBD;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

.reviews-section-description {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;    
}

.reviews-section-left h2 {
    color: #5b5b5b;
    text-transform: uppercase;
    font-family: 'Heebo';
    font-size: 38px;
    font-weight: 500;
}

.reviews-section-center {
    background: #808080;
    padding: 0px 0px;
}
.reviews-section a {
   height: 100%;
   display: block;
}
 
.reviews-section-right {
    background: #535353;
    padding: 0px 0px;
}


/*  HOMEPAGE  */

/* Contact us */

.contact-left-map {
    padding-left: 0px;
}

.contact-left-map p{
    margin-bottom: 0px;
}

.contact-left-map iframe {
    width: 100%;
    height: 520px;
}

.contact-right-description {
    display: flex;
    align-items: center;
    padding: 30px 50px 30px 20px;
}

.contact-right-descriptions h2 {
    font-size: 24px;
    line-height: 37px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
}

.contact-right-descriptions p {
    font-size: 16px;
    line-height: 20px;
}

.contact-address {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}
.contact-address-icon {
    padding-right: 15px;
}
.contact-address-content p {
    margin-bottom: 0px;
}

.contact-social-title {
    margin-top: 20px;
}

.contact-right-descriptions p a:hover {
    color: #000
}

/* Member Page */

.member-section-1-left {
    padding-left: 0px;
}
.member-section-1-left img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.member-section-1-right {
    padding: 30px 15px;
}
 
.member-section-1-right .nav-tabs {
    border-bottom: unset;
    align-items: center;
}

.member-section-1-right .nav-item {
    margin-right: 20px;
}

.member-section-1-right .nav-tabs .nav-link {
    border: unset;
    border-radius: unset;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
}

.member-section-1-right .nav-tabs .nav-link.active {
    border: unset;
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 7px 25px;
}

.member-section-1-right .tj-section-3-tab {
    margin-bottom: 35px;
}

.tab-content {
    width: 70%;
}

.member-section-1-right-description h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.member-section-1-right-description ul li,
.member-section-1-right-description p {
    font-size: 14px;
    font-family: 'Heebo';
    font-weight: 400;
    line-height: 28px;
}

.full-name p {
    display: flex;
}

.book-page-content.form-page-section-content p {
    text-align: center;
}

.book-page-content.form-page-section-content .contact-form-col p {
    text-align: left;
}

form p {
    margin-bottom: 0px;
}

form label {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Heebo';
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.contact-form-col p {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

form select, form textarea, form input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Heebo';
    font-weight: 400;
    padding: 10px 15px;
    color: #000;
    margin-top: 10px;
    border-radius: 50px;
    border: 1px solid #000;
    background: #fff;
}

form textarea {
   height: 220px;
       border-radius: 30px;
    padding: 20px;
}

form select:focus-visible,
form textarea:focus-visible,
form input:focus-visible {
    outline: unset;
}

.full-name label:nth-child(1) {
    margin-right: 10px;
}

.full-name label:last-child {
    margin-left: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
width: unset;
    background: #E2D664;
    color: #000;
    padding: 15px 35px 15px;
    line-height: 1;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #E2D664;
    font-family: 'Josefin Sans';
    height: 45px;
}

form .wpcf7-spinner {
    display: none;
}

form.submitting .wpcf7-spinner {
    display: inline-block;
}

/* .page-template-member .header-banner-content1,
.page-template-default .header-banner-content1 {
    top: unset;
    transform: translateY(0px);
    bottom: 100px;
} */

.default-page-description-right ul {
    padding-left: 0px;
    margin-top: 25px;
    list-style: none;
}

.default-page-description-right ul li:before {
    content: '\f005';
    margin: 0 1em;
    font-family: 'Font Awesome 5 Free';
}

.member-section-1-right-description ul li {
    padding: 3px 0px;
}

.default-page-description-right { 
    padding: 0px 120px 0px 30px;
}  

/* FAQ */

.faq-section-description {
    padding: 50px 0px 60px;
}

.faq-section-heading {
    background: #393737;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.faq-section-left h2 {
    color: #fff;
    line-height: 48px;
}

.faq-section-button {
    margin: 50px 0px;
}

.faq-section-button a {
    border: 1px solid #fff;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
}

.faq-section-right .card {
    border: unset;
    margin-bottom: 20px;
    border-radius: 5px !important;
}

.faq-section-right .card ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.faq-section-right .card-header {
    border-bottom: none;
    background: #fff;
}

.faq-section-right button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.faq-section-right button.btn.focus, .faq-section-right button.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.faq-section-right .card ul li {
    font-weight: 500;
}

.faq-section-right p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Heebo';
    font-weight: 400;
    width: 95%;
} 

/* Fleet page */

.fleet-section-1-repeater {
    margin: 50px -15px;
}

.fleet-section-1-right {
    display: flex;
    align-items: center;
}

.fleet-section-1-right-description h2 {
    font-size: 25px;
    line-height: 32px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.fleet-section-1-right-description p {
    font-size: 16px;
    line-height: 24px;
}

.fleet-section-1-right-description p strong {
    font-size: 18px;
    font-weight: 600;
}

.fleet-section-1-right-description .header-button {
    margin-top: 50px;
}

.fleet-section-2 {
    margin: 50px 0px;
}

.fleet-section-2-left-description {
    height: 100%;
    padding: 50px 50px;
}

.fleet-section-2-left .fleet-section-2-left-description {
    background: #FBF8E1;
}

.fleet-section-2-right .fleet-section-2-left-description {
    background: #E1E1E1;
}

.fleet-section-2-left-description p {
    font-size: 18px;
    margin: 20px 0px 40px;
}

.faq-section {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.faq-page-sections .card {
border: 1px solid #000;
}

.faq-page-sections .card {
    border-bottom: 1px solid #000 !important;
}


/*  RESPONSIVENESS  */

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1366px;
    }

    /*.header-right-section {*/
    /*    height: 500px !important;*/
    /*}*/
    
    .page-template-index .header-banner-content {
        top: 53%;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1314px;
    }
}

@media screen and (max-width: 1439px) {
    .fleet-repeater-icon {
        width: 120px;
    }
    .fleet-section-1-right-description h2 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .fleet-section-1-right-description p {
        font-size: 15px;
        line-height: 24px;
    }
    
    .fleet-section-1-right-description p strong {
        font-size: 16px;
    }
    
    .page-template-index .header-banner-content {
        top: 55%;
    }
    
    section#services {
        transform: translateY(-40px);
        margin-bottom: -40px;
    }
    
}

@media screen and (max-width: 1365px) {

    .header-right-section {
        height: 500px !important;
    }

    .header-second-title {
        font-size: 28px;
        line-height: 32px;
    }

    .fleet-repeater-right-content {
        padding: 20px;
    }

    .fleet-repeater-right-content h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .fleet-repeater-right-content p {
        font-size: 15px;
        line-height: 21px;
    }

    .reviews-section-left h2 {
        font-size: 32px;
    }

    .testimonial-slider-content p {
        font-size: 40px;
        line-height: 50px;
    }
    .contact-right-descriptions h2 {
        font-size: 21px;
        line-height: 34px;
    }

    .contact-right-descriptions p {
        font-size: 15px;
        line-height: 18px;
    }
    
    .default-page-description-right {
    padding: 0px 80px 0px 20px;
}

.fleet-section-1-right-description h2 {
    font-size: 19px;
    line-height: 24px;
}

.fleet-repeater-button .header-buttons a {
    font-size: 16px;
}
.member-section-1-right .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 24px;
}
.our-partners-section-left h2 {
    font-size: 19px;
}
}

@media screen and (max-width: 1199.98px) {
/* .page-template-member .header-banner-content1, .page-template-default .header-banner-content1 {
    bottom: 65px;
} */

    .navbar-brand img {
        width: 175px;
    }

    .navbar_content a {
        margin: 0px 15px;
        font-size: 14px;
    }

    h1 {
        font-size: 52px;
        line-height: 58px;
    }

    h2 {
        font-size: 22px;
    }

     ol li, ul li, p {
        font-size: 17px;
        line-height: 32px;
    }

    .header-second-title {
        font-size: 24px;
        line-height: 30px;
    }
    
    .page-template-index .header-banner-content,
    .header-banner-content {
        transform: translateY(-0%);
        top: 18%;
    }

    .header-right-section {
        height: 390px !important;
    }

    section#services {
        transform: translateY(-40px);
        margin-bottom: -40px;
    }

    .services-section-title h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .services-section-content p {
        font-size: 14px;
        line-height: 32px;
    }

    .header-button-black a {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 10px;
    }

    .fleet-section-title {
        margin-bottom: 40px;
    }

    .fleet-repeater-right-content h2 {
        font-size: 17px;
        line-height: 25px;
    }

    .fleet-repeater-right-content p {
        font-size: 14px;
        line-height: 19px;
    }

    .fleet-repeater-button .header-button-black {
        margin: 40px 0px 0px 18px;
    }

    .fleet-repeater-right {
        padding-top: 0px;
    }
    
    .fleet-repeater-icon {
       width: unset;
    }

    .fleet-repeater-icon img {
        width: 130px;
    }

    .members-section-content {
        padding: 10px 0px 0px 29px;
    }

    .about-section-content h2 {
        line-height: 32px;
    }

    .about-section-content p {
        font-size: 14px;
        line-height: 32px;
    }

    .testimonial-slider-content p {
        font-size: 34px;
        line-height: 42px;
    }

    .testimonial-slider-title {
        font-size: 19px;
        line-height: 30px;
        margin-top: 25px;
    }

    #testimonial .testimonial-slider {
        padding: 50px 0px 90px;
    }

    .reviews-section-left h2 {
        font-size: 26px;
    }

    footer li a,
    footer a,
    footer p {
        font-size: 12px;
        line-height: 20px;
    }

    footer h2 {
        font-size: 15px;
    }

    .footer-bottom-content {
        margin-top: 45px;
    }

    .footer-bottom-content p {
        font-size: 14px;
        line-height: 25px;
    }

    .social-icon-app img {
        width: 20px;
    }
    
    .contact-right-descriptions h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-right-descriptions p {
        font-size: 14px;
        line-height: 18px;
    }
    .default-page-description-right {
    padding: 0px 30px 0px 0px;
}

.faq-section-left h2 {
    line-height: 34px;
}

.faq-section-right p {
    font-size: 15px;
    line-height: 22px;
}

.fleet-section-1-right-description h2 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 25px;

}
.fleet-section-1-right-description .header-button {
    margin-top: 40px;
}

.header-buttons a {
    font-size: 18px;
}

.fleet-section-title h2 {
    font-size: 54px;
    line-height: 68px;
}

.fleet-section-title p {
    font-size: 18px;
    line-height: 42px;
}

.fleet-repeater-button {
    flex-wrap: wrap;
}

.fleet-repeater-button .header-buttons a {
    font-size: 12px;
}
.fleet-repeater-button .header-button, .fleet-repeater-button .header-buttons {
    margin-top: 10px;
}
.members-section-button {
    padding: 20px 5px 5px 15px;
}

.tab-content {
    width: 100%;
}

.member-section-1-right .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 22px;
}

.member-section-1-right .nav-tabs .nav-link.active {
    padding: 5px 20px;
}
.member-section-1-right-description h2 {
    font-size: 20px;
    line-height: 28px;
}

.our-partners-section-left h2 {
    font-size: 17px;
}
}

@media screen and (max-width: 991.98px) {
    header {
        position: fixed;
        background: #fff;
    }

    div#navbarMobile {
        display: block !important;
    }

    .toggle-btn {
        z-index: 9999999999999;
        cursor: pointer;
        margin-bottom: 0px;
    }

    #toggle:checked~.toggle-btn {
        position: fixed;
        right: 20px;
        top: 25px;
    }

    .cross-btn-image {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
    }

    .toggle-btn .bar:nth-child(1) {
        transition: all 0.6s ease-in-out;
    }

    .toggle-btn .bar {
        width: 30px;
        height: 2px;
        opacity: 1;
        margin: 5px auto;
        background: #000;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #toggle:checked+label.toggle-btn .bar:nth-child(1) {
        -webkit-transform: translateY(-11px);
        transform: translateY(-11px);
        opacity: 0;
        transition: all 0.6s ease-in-out;
    }

    #toggle:checked~.toggle-btn .bar {
        width: 30px;
        height: 3px;
    }

    header #toggle:checked+label.toggle-btn .bar:nth-child(2) {
        -webkit-transform: translateY(0px) rotate(60deg);
        transform: translateY(0px) rotate(46deg);
    }

    #toggle:checked+label.toggle-btn .bar:nth-child(3) {
        -webkit-transform: translateY(-11px) rotate(-46deg);
        transform: translateY(-8px) rotate(-46deg);
    }

    #toggle:checked~#navbarMobile {
        opacity: 1;
        visibility: visible;
        z-index: 999999999;
    }

    div#navbarMobile {
        justify-content: flex-end;
    }

    div#navbarMobile {
        justify-content: space-around;
        margin-bottom: auto;
        margin-top: 15px;
    }

    #navbarMobile {
        justify-content: flex-end;
        margin-bottom: auto;
        background: #000000;
        width: 100%;
        top: 164px;
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    div#navbarMobile .navbar_content {
        position: fixed;
        overflow: scroll;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #fff;
        transition: 0.3s;
        z-index: 99999;
    }

    .navbar-collapse {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #000000;
        transition: 0.3s;
        z-index: 99999;
    }

    .mobile-menu img {
        width: 150px;
        margin: auto;
        height: auto;
        display: block;
        margin-top: 5px;
    }

    #navbarMobile ul {
        display: block;
        position: absolute;
        top: 140px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        background-color: #fff;
        transition: 0.3s;
        text-align: center;
    }

    #navbarMobile ul li {
        padding: 12px 5px;
        border-bottom: 1px solid rgb(255, 255, 255);
    }

    #navbarMobile ul li:last-child {
        border: 0px;
    }

    ul#menu-header-menu>li.current-menu-item>a {
        border-bottom: unset;
    }

    header.active .navbar_content a,
    .navbar_content a {
        margin: 0px !important;
        display: block;
        padding: 0px;
        text-align: center;
        color: #000;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
    }

    ul.sub-menu {
        list-style: none;
        padding: 0px;
        position: relative;
        display: block;
        background: no-repeat;
        width: 90%;
        margin: 5px auto 0px;
        border-radius: 6px;
        transform: translateX(0);
        border: 1px solid rgb(255, 255, 255);
        top: 0px;
        left: 0px;
    }

    ul.sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #ffffff;
        top: -9px;
        left: 49%;
        position: absolute;
    }

    ul#menu-header-menu .sub-menu li {
        border-bottom: 1px solid rgb(255, 255, 255);
        padding: 10px 10px;
    }

    .navbar_content .sub-menu a {
        padding-bottom: 0;
        display: block;
        color: #ffffff;
        font-size: 15px;
        font-family: "Montserrat";
        font-weight: 400;
        padding: 0px;
    }

     h1 {
        font-size: 42px;
        line-height: 50px;
    }

    h2 {
        font-size: 18px;
    }

   ol li, ul li, p {
        font-size: 13px;
        line-height: 27px;
    }

    .page-template-index .header-banner-content,
    .header-banner-content {
        top: 0px;
    }

    .header-right-section {
        height: 360px !important;
    }

    .header-second-title {
        font-size: 20px;
        line-height: 26px;
    }

    section#services {
        transform: translateY(-40px);
        margin-bottom: -40px;
    }

     .services-section-title h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .services-section-title img {
        width: 45px;
    }

    section#fleet {
        padding: 25px 0px 60px;
    }


    .fleet-repeater-right-content {
        padding: 15px;
        width: 100%;
    }

    .fleet-repeater-right-content h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .fleet-section-title p {
        font-size: 17px;
        line-height: 34px;
    }

    .fleet-repeater-button {
        width: 100%;
    }
    
    .fleet-repeater-button .header-button {
        margin-bottom: 7px;
    }

    .fleet-repeater-icon {
       display:none;
    }

    .fleet-repeater-button {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    
    .fleet-repeater-button {
        margin-top: 28px;
    }
    
    .fleet-repeater-button .header-button-black {
        margin: 25px 0px 0px 4px;
    }

    .members-section-content {
        padding: 10px 0px 0px 15px;
    }

    .header-button a {
        font-size: 13px;
        padding: 11px 10px 8px;
    }

    .about-section-content h2 {
        line-height: 28px;
        margin-top: 20px;
    }

    .about-section-right {
        padding-left: 15px;
    }

    .about-section-left {
        padding-right: 15px;
    }

    .our-partners-section-left h2 {
        font-size: 16px;
    }

    .testimonial-slider-content p {
        font-size: 26px;
        line-height: 35px;
    }

    .testimonial-slider-title {
        font-size: 15px;
        line-height: 24px;
    }

    .reviews-section-left h2 {
        font-size: 20px;
    }

    .reviews-section-description img {
        width: 150px;
    }

    footer h2 {
        font-size: 14px;
    }


    .contact-right-description {
        padding: 30px 25px 30px 20px;
    }
    
    .contact-right-descriptions h2 {
        font-size: 17px;
        line-height: 24px;
    }
    
    .contact-right-descriptions p {
        font-size: 13px;
        line-height: 16px;
    }
    
.faq-section-right p {
    font-size: 13px;
    line-height: 20px;
}
.faq-section-left h2 {
    line-height: 32px;
}

.fleet-section-1-right-description h2 {
    font-size: 16px;
    line-height: 21px;
}

    .fleet-section-title h2 {
        font-size: 45px;
        line-height: 56px;
    }
    
    #our-partners {
        padding: 30px 0px 50px;
    }

    .our-partners-slider .slick-prev {
        left: unset;
        top: unset;
        transform: translate(0px, 0px);
        bottom: -30px;
        right: 35px;
        z-index: 1;
    }
    
    .our-partners-slider .slick-prev::before {
        content: "<";
        opacity: 1;
        font-weight: 700;
        font-size: 24px;
    }
    
    .our-partners-slider .slick-next {
        left: unset;
        top: unset;
        transform: translate(0px, 0px);
        bottom: -30px;
        right: 0px;
    }
    
    .our-partners-slider .slick-next::before {
        content: ">";
        opacity: 1;
        font-weight: 700;
        font-size: 24px;
    }

}


@media screen and (max-width: 767.98px) {

    h2 {
        font-size: 20px;
    }

    ol li, ul li, p {
        font-size: 15px;
        line-height: 30px;
    }

    .header-banner .img3 {
        height: 550px;
    }
    
.header-banner.inner-header-banner .img3 {
    height: 320px;
    object-fit: cover;
}

    .header-left-section {
        padding: 20px 15px;
    }

    section#services {
        transform: translateY(0px);
        margin-bottom: 0px;
        background: #D9D9D9;
        padding-bottom: 20px;
    }

    .services-section-description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .services-section-desc {
        height: unset;
        margin: 20px 0px;
    }
    
    .services-section-content p {
        font-size: 14px;
        line-height: 34px;
    }

    .header-button-black {
        margin: 20px 0px;
    }

    section#fleet {
        padding: 40px 0px 60px;
    }

  .fleet-section-title h2 {
        font-size: 38px;
        text-transform: uppercase;
        line-height: 50px;
    }

    .fleet-section-title {
        margin-bottom: 15px;
    }

    .fleet-repeater-right {
        padding-top: 20px;
    }

    .fleet-repeater-icon {
        display: none;
    }

    .fleet-repeater-button .header-button-black {
        margin: 30px 0px 0px 15px;
    }

    .fleet-repeater-right-content {
        border-radius: 0px;
    }

    .members-section-content {
        padding: 20px 15px 15px 15px;
    }

    .members-section-button {
        padding: 0px 15px;
        margin-bottom: 40px;
    }

    .about-section {
        padding: 50px 0px 50px;
    }

    .about-section-right-description {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 50px;
    }

    .about-section-right-content {
        margin-bottom: 0px;
    }

    .our-partners-section-left {
        border-right: unset;
        margin-bottom: 20px;
    }

    .testimonial-slider-content p {
        width: 100%;
    }

    .reviews-section-description img {
        width: 120px;
    }

    .footer-section-description {
        margin: 10px 0px;
    }

    footer li a,
    footer a,
    footer p {
        font-size: 14px;
        line-height: 23px;
    }

    .footer-bottom-content {
        margin-top: 30px;
    }

    .socia-site-icons {
        margin-bottom: 10px;
    }

    .reviews-section-left h2 {
        font-size: 18px;
    }

    .contact-left-map {
        padding-right: 0px;
    } 
    
    .contact-right-description {
        padding: 30px 15px 30px 15px;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .contact-right-descriptions h2 {
        font-size: 19px;
        line-height: 28px;
    }

    .contact-right-descriptions p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .member-section-1-right-description.default-page-description-right {
        max-width: 540px;
        margin: auto;
        width: 100%;
    }
    
    .member-section-1-left {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .fleet-section-1-right {
        margin-top: 25px;
    }
    
    .header-buttons {
        margin: 5px 0px 40px;
    }
    
    .header-buttons a {
        color: #000;
        font-size: 16px;
        border-bottom: 2px solid #000000;
    }
    
    .header-buttons i {
        font-size: 13px;
    }

    .index-services-title {
        padding-top: 20px;
    }

    .index-services-title h2 {
        font-size: 32px;
        line-height: 38px;
        font-weight: 500;
        margin-bottom: 0px;
    }
    
    .contact-form-col p {
    display: block;
}

form select, form input {
    height: unset;
}
}

@media screen and (max-width: 575.98px) {
    .navbar-brand img {
        width: 140px;
    }

    .mobile-menu img {
        width: 130px;
    }
    
    .contact-right-description {
        max-width: 100%;
    }
    
    .contact-left-map iframe {
        height: 420px;
    }
    .member-section-1-right-description.default-page-description-right {
    max-width: 100%;
}

    .fleet-section-title h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    
}

@media screen and (max-width: 480px) {
    .navbar-brand img {
        width: 98px;
    }

    .header-button-black a,
    .header-button a {
        font-size: 11px;
        padding: 9px 8px 6px;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2 {
        font-size: 18px;
        line-height: 26px;
    }

    ol li,
    ul li,
    p {
        font-size: 14px;
        line-height: 28px;
    }

    .header-banner .img3 {
        height: 250px;
    }

    .page-template-index .header-banner-content,
    .header-banner-content {
        position: relative;
        transform: translateY(-220px);
        margin-bottom: -220px;
    }

    .header-right-section {
        height: 720px !important;
    }

    .header-bg {
        background-image: linear-gradient(15deg, #000000, transparent);
        height: 250px;
    }

.header-banner.inner-header-banner .header-bg {
    background-image: unset;
}

    .header-second-title {
        font-size: 16px;
        line-height: 22px;
    }

    .header-right-section {
        background: #000;
    }

   .fleet-section-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .fleet-section-title p {
        font-size: 14px;
        line-height: 30px;
    }
    
    .about-section-content {
        padding: 0px 0px;
    }

    .testimonial-slider-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-slider-title {
        font-size: 14px;
        line-height: 22px;
    }

    #testimonial .testimonial-slider {
        padding: 40px 0px 60px;
    }

    .reviews-section-left h2 {
        font-size: 15px;
        line-height: 18px;
    }

    .reviews-section-description img {
        width: 85px;
    }

    footer {
        padding: 30px 0px 30px 0px;
    }
    
    .contact-left-map iframe {
        height: 370px;
    }
    
    .contact-right-descriptions h2 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    
    .contact-right-descriptions p {
        font-size: 13px;
        line-height: 19px;
    }
    
    .fleet-section-1-right-description h2 {
    font-size: 15px;
    line-height: 21px;
}

.fleet-section-1-right-description p {
    font-size: 14px;
    line-height: 23px;
}
.fleet-section-1-right-description p strong {
    font-size: 15px;
}
}


/*  RESPONSIVENESS  */
