@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}
.header-logo {
    padding: 10px 0;
}
.our-taxi-services-button a:hover {
    color: #fff !important;
}
.our-taxi-services-button a:hover:before {
    background: #ff9c01;
    transition: 0.3s 
ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Anton", sans-serif;
    font-size: 90px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: "Anton", sans-serif;
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}

h3 {
    font-family: '';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: '';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: '';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #636363;
    font-weight: 600;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menusec-button {
    text-align: end;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.menuSec .active {
    position: relative;
}

.menuSec .active:before {
    content: "";
    position: absolute;
    background: #ff9c01;
    width: 100%;
    height: 1px;
    bottom: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.theme-btn-1 {
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px 25px;
    color: #ffffff !important;
    text-align: center;
    background: #ff9c01;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.main-silder-points {
    margin-left: -50px;
}

.main-silder-points {
    margin-left: -70px;
    margin-top: 100px;
}

.main-silder-points ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #e1e0e0;
    font-weight: 500;
    transition: 0.5s;
}

.main-silder-points ul li a:hover {
    transition: 0.5s;
    letter-spacing: 0.1px;
    color: #ff9c01;
    text-decoration: underline;
}

.main-silder-points ul {
    line-height: 40px;
}

.theme-btn-1:before {
    content: "";
    position: absolute;
    background: #000;
    width: 96%;
    height: 95%;
    top: 0;
    left: 0;
    border-radius: 50px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.theme-btn-1 span {
    position: relative;
    z-index: 999;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ff9c01;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

header {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.menuSection {
    border-bottom: 1px solid #3d3d3d;
}   

.header-logo a img {
    width: 90%;
}


.add-padding {
    padding: 0 3%;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/* Header Ends */


/* Banner Start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.main-silder-text p {
    color: #bcbbba;
    margin-bottom: 20px;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 140px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.main-silder-heading h1 span {
    display: block;
}


.main-silder-heading {
    text-align: center;
}

.main-silder-heading h1 span {
    color: #ff9c01;
}

.main-silder-heading h1 {
    color: #ffffff;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.main-silder-images img {
    width: 805px !important;
    height: 421px !important;
    object-fit: contain;
}

.main-silder-points ul li a img {
    width: 12px !important;
    height: 12px !important;
}

.main-silder-search-form-sec form {
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: -47px;
    position: relative;
    z-index: 99999;
}

.main-silder-search-form-sec input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #cecece;
        color: #565656;
    font-size: 14px;
    font-weight: 500;
}

.main-silder-search-form-sec form button {
    border: none;
    padding: 20px 30px;
    color: #000 !important;
    font-weight: 600;
}

.our-taxi-services-silder .slick-slide:nth-child(odd) {
    transform: translateY(40px);
}

.main-silder-search-form-sec form .theme-btn-1:before {
    background: #fff;
}

.main-silder-search-form-sec input::placeholder {

    color: #565656;

}


.main-silder-search-form-sec .col {
    padding: 0 5px;
}


.main-silder-images {
    margin-top: 25px;
    text-align: center;
    position: relative;
    z-index: 5;
}

section.main_slider img {
    width: 100%;
    height: 870px;
    object-fit: cover;
}

.main-silder-text {
    margin-top: 25px;
    width: 120%;
}

section.main_slider {
    position: relative;
    overflow: hidden;
}

section.main_slider:before {
    content: "";
    position: absolute;
    background: #ff9c01;
    border-radius: 50%;
    left: -107px;
    width: 1814px;
    height: 496px;
    z-index: 5;
    bottom: -275px;
}


/* Banner Ends */


/*About Just Taxis Start */

.mt-10 {
    margin-top: 100px;
}

.about-just-taxis-images img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    border-radius: 8px;
}

.about-just-taxis-text {
    height: 590px;
    display: flex;
    align-items: center;
    margin-left: 25px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    background: #fff;
}

.about-just-taxis-text:before {
    content: "";
    position: absolute;
    background: #ff9c01;
    width: 100%;
    height: 100%;
    z-index: -99999;
    right: -10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.about-just-taxis-text p {

    width: 94%;
}

.about-just-taxis-text a {
    padding: 20px 30px;
}

.about-just-taxis-text a:before {
    background: #fff;
}

.about-just-taxis-text a {
    color: #000 !important;
    font-weight: 600;
}

.about-just-taxis-button {
    margin-top: 25px;
}

.about-just-taxis-text strong {
    background: #ff9c01;
    display: flex;
    align-items: center;
    height: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.about-just-taxis-text strong:before {
    content: "";
    position: absolute;
    background: #ff9c01;
    width: 100%;
    height: 48px;
    left: -100px;
    z-index: -99999;
}


/*About Just Taxis Ends*/


/*Our Taxi Services Start*/

.our-taxi-services-heading h2 {
    margin-bottom: 5px;
}

.our-taxi-services-heading p {
    width: 95%;
}

.our-taxi-services-button {
    text-align: end;
}

.our-taxi-services-button a:before {
    background: #ffffff;
}

.our-taxi-services-button a {
    color: #0b0b0b !important;
    font-weight: 600;
    padding: 20px 30px;
}

.our-taxi-services-silder-items {
    border: 1.8px solid #cecece;
    border-radius: 10px;
    padding: 0 30px 40px;
    text-align: center;
    margin-top: 10px;
}

.our-taxi-services-silder-items a {
    font-size: 14px;
    text-decoration: underline;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.our-taxi-services-silder-items h2 {
    color: #ff9c01;
    margin-bottom: 10px;
    font-size: 25px;
}

.our-taxi-services-icon {
    margin-top: -50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.our-taxi-services-icon:before {
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    border: 1.8px solid #cecece;
    margin: 0 auto;
    border-radius: 50px;
    border-top: none !important;
    z-index: -10;
}

.our-taxi-services-icon::after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    z-index: -1;
    top: -23px;
}

.our-taxi-services-silder-items span {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50px;
}

.our-taxi-services-silder-items span img {
    width: 50px !important;
    height: 40px !important;
    object-fit: contain !important;
}

.our-taxi-services-silder .slick-slide {
    margin: 55px 15px 40px;
}

.our-taxi-services-silder .slick-active {
    opacity: 1.5;
}

.our-taxi-services-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.our-taxi-services-silder .slick-slide.slick-current.slick-active.slick-center .our-taxi-services-silder-items {
    background: #ff9c01;
}

.our-taxi-services-silder .slick-slide.slick-current.slick-active.slick-center .our-taxi-services-silder-items h2 {
    color: #ffffff;

}

.our-taxi-services-silder .slick-slide.slick-current.slick-active.slick-center .our-taxi-services-silder-items p {
    color: #ffdda7;

}

.our-taxi-services-silder .slick-slide.slick-current.slick-active.slick-center .our-taxi-services-silder-items a {
    color: #ffffff;

}

.our-taxi-services-silder .slick-slide.slick-current.slick-active.slick-center .our-taxi-services-silder-items .our-taxi-services-icon span {
    background: #ff9c01;

}

.our-taxi-services-silder .slick-slide.slick-current.slick-active.slick-center .our-taxi-services-silder-items .our-taxi-services-icon span {
    background: #ff9c01;
    border: 6px solid #fff;
    width: 100px;
    height: 100px;
}


/*Our Taxi Services Ends*/


/*Fast Affordable Always Time Start*/

.fast-affordable-always-time-heading {
    text-align: center;
}

.fast-affordable-always-time-sec {
    background-image: url(../images/fast-affordable-always-back.png);
    width: 100%;
    height: 470px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

.fast-affordable-always-time-heading h2 {
    color: #ffffff;
    margin-bottom: 8px;
}
.fast-affordable-always-time-heading p {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 15px;
}

/*Fast Affordable Always Time Ends */

/*Why Choose Just Taxis Start*/


.why-choose-just-taxis-images {
    text-align: center;
    position: relative;
    width: 95%;
    float: right;
    padding-top: 40px;
}
.why-choose-just-taxis-images img {
    width: 85%;
    height: 625px;
    object-fit: cover;
    border-radius: 10px;
}
.why-choose-just-taxis-images:before {
    content: "";
    position: absolute;
    background: #ff9c01;
    width: 100%;
    height: 75%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
}
.why-choose-just-taxis-text ul li a span {
    background: #ff9c01;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.why-choose-just-taxis-text ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
    width: fit-content;
    color: #151515;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 100px;
}

.why-choose-just-taxis-text ul {
    margin-top: 20px;
}

.why-choose-just-taxis-images:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 7.8%;
    height: 66.9%;
    left: 0;
    bottom: 0;
}

.why-choose-just-taxis-text strong {
    background: #ff9c01;
    display: flex;
    align-items: center;
    height: 45px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
}
.why-choose-just-taxis-text strong:before {
    content: "";
    position: absolute;
    background: #ff9c01;
    width: 100%;
    height: 45px;
    right: -450px;
    z-index: -1;
    top: 0;
}
.why-choose-just-taxis-text h2 {
    margin-bottom: 8px;
}
.why-choose-just-taxis-text .boader-none a {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/*Why Choose Just Taxis Ends    */


 /*Our Vehicles Start*/


section.rev-sec .sliderTesti {
  width: 100%;
}

section.rev-sec .sliderTesti .child-element {
  transition: all 0.4s ease;
  width: 100%;
  opacity: 1;
}

section.rev-sec .rev-bx {
  background: #fff;
  filter: drop-shadow(11px 21px 8px #ffffff3a);
  padding: 24px;
  position: relative;
  box-shadow: -1px 3px 20px 20px #ededed;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 14px;
}

section.rev-sec img.auth-memeber {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #f0eeec;
  position: absolute;
  top: -27px;
  right: 30px;
}

section.rev-sec .rev-bx h5 {
    margin: 0;
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    color: #2d3341;
}

section.rev-sec .rev-bx span.design {
    display: inline-block;
    margin-bottom: 12px;
    line-height: 25px;
    color: #858585;
    font-weight: 500;
}

section.rev-sec .rev-bx i.fas.fa-star {
    color: #ff9702;
    margin-top: 5px;
    font-size: 12px;
    margin-right: 1px;
}

section.rev-sec  .heading.text-center h2 {
    margin-bottom: 5px;
}


section.rev-sec .rev-bx p {
  line-height: 25px;
  color: #7c7c7c;
}

section.rev-sec .sliderTesti .slick-slide {
    transition: width 0.3s 
ease;
    opacity: 0;
    margin: 45px 14px 50px;
}

section.rev-sec .sliderTesti .slick-dots {
    
    bottom: -15px;
    
    text-align: center;
}

section.rev-sec .slide.slick-slide.slick-active {
  opacity: 1 !important;
}

section.rev-sec .sliderTesti .slide {
  width: 380px;
}

section.rev-sec .sliderTesti .slick-center {
  width: 540px !important;
}

section.rev-sec .sliderTesti .slick-center .rev-bx {
  background: #ff9c01;
}

section.rev-sec .sliderTesti .slick-center .rev-bx h5 {
  color: #fff;
}

section.rev-sec .sliderTesti .slick-center .rev-bx p {
  color: #ffffff82;
}

section.rev-sec .sliderTesti .slick-center .rev-bx span.design {
  color: #ffffff82;
}

section.rev-sec .sliderTesti .slick-center .rev-bx i.fas.fa-star {
  color: #fff;
  margin: 10px 4px 0;
  transform: scale(1.3);
}

section.rev-sec .sliderTesti .slick-center .rev-bx img.auth-memeber {
  transform: scale(1.2);
}

section.rev-sec ul.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

section.rev-sec ul.slick-dots li button:before {
  display: none;
}

section.rev-sec ul.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #9699a0;
  border-radius: 10px;
  outline: 10px solid transparent;
  display: inline-block;
}

section.rev-sec ul.slick-dots li {
  width: auto;
  height: auto;
}

section.rev-sec ul.slick-dots li.slick-active button {
  background: #ffffff;
  outline: 10px solid #ff9c01;
  opacity: 1;
}

section.rev-sec ul.slick-dots li.slick-active {
  opacity: 1;
}


 /*Our Vehicles Ends*/


/* Contact Us Start*/


.contact-us-heading h2 {
    margin-bottom: 5px;
}
.contact-us-heading p {
    width: 80%;
}
.contact-us-form input {
    width: 100%;
    height: 65px;
    padding: 0 15px;
    border: 1px solid #dbdcdc;
    background: #fafdfc;
    border-radius: 8px;
    font-size: 15px;
    color: #848585;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-us-form textarea {
    width: 100%;
    height: 140px;
    padding: 15px 15px;
    border: 1px solid #dbdcdc;
    background: #fafdfc;
    border-radius: 8px;
    font-size: 15px;
    color: #848585;
    font-weight: 500;
    margin-bottom: 20px;
    resize: none;
}

.contact-us-images img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    border-radius: 10px;
}

.contact-us-form {
    margin-left: 5px;
}


.contact-us-heading {
    margin-left: 5px;
}

.contact-us-form textarea::placeholder {
    color: #7c7c7c;
}
.contact-us-form input::placeholder {
    color: #7c7c7c;
}
.contact-us-form select {
    width: 100%;
    height: 65px;
    padding: 0 15px;
    border: 1px solid #dbdcdc;
    background: #fafdfc;
    border-radius: 8px;
    font-size: 15px;
    color: #848585;
    font-weight: 500;
}
.contact-us-select {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-us-select-icon i {
    font-size: 16px;
}
.contact-us-select-icon {
    position: absolute;
    right: 10px;
    pointer-events: none;
}
.contact-us-form button:before {
    background: #fff;
}
.contact-us-form button {
    border: none;
    color: #000 !important;
    font-weight: 600;
}







/* Contact Us Ends*/





/*Footer Start*/

.footer-sec {
    background: #111111;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}
.footer-sec form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #414141;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.footer-sec form h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.footer-newsletter form input {
  width: 100%;
  border: none;
  color: #fff;
  background-color: transparent;
}

.footer-sec form button {
  border: none;
  color: #ffffff94;
  background-color: transparent;
}

.footer-sec form input::placeholder {
  color: #ffffff94;
}

.footer-sec h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-support ul li a {
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}

.custom-border {
  position: relative;
}

.footer-copy-right-sec p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
}

.footer-copy-right-sec {
  border-top: 1px solid #414141;
  text-align: center;
  padding: 20px 0;
}

.footer-latest-update ul {
  gap: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.footer-latest-update ul li a {
    gap: 20px;
    display: flex;
    color: #a2a2a2;
    align-items: baseline;
    justify-content: flex-start;
    text-transform: unset;
    font-size: 14px;
    line-height: 25px;
}

.footer-support ul {
  gap: 14px;
}

.footer-support ul {
  column-count: 2;
}

.footer-logo {
  text-align: center;
  border-left: 1px solid #414141;
  border-right: 1px solid #414141;
  padding: 60px 0px 50px 0px;
  margin: 0 20px;
  position: relative;
}

.footer-latest-update form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #282828;
  border: none;
  text-transform: uppercase;
  color: #747474;
  font-weight: 500;
  border-radius: 8px;
}

.footer-support {
  padding-top: 60px;
}

.footer-latest-update {
  padding-top: 60px;
  padding-left: 50px;
}

.footer-logo h2 {
  margin-bottom: 0;
}

.footer-logo p {
  margin: 15px 0px;
  color: #ffffff94;
}

.footer-logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px;
}

.footer-logo ul li a:hover {
  background: #ff9c01;
  color: #fff;
  transition: 0.5s;
  border: 2px solid #ff9c01;
}

.footer-logo ul li a {
  border: 1px solid #ffffff21;
  color: #ffffff75;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s;
}

.footer-logo a img {
  width: 150px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 15px;
}

.footer-newsletter a img {
  width: 20rem;
  margin: 0px auto;
  display: table;
  filter: brightness(0) invert(1);
}

.footer-support ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-sec h3.text-light {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 38px;
  font-family: "Anton";
  font-weight: 200;
  text-transform: uppercase;
}

.footer-sec form .subsform {
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000000;
    border-radius: 45px;
    padding: 5px 4px 5px 24px;
    height: 50px;
}



.footer-sec form .subsform input {
  width: 60%;
  background: transparent;
  border: 0px;
  font-size: 13px;
  font-weight: 500;
  color: #ddd;
}

.footer-sec form .subsform button {
    display: inline-block;
    padding: 10px 28px;
    background: #ff9c01;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border-radius: 34px;
    height: 50px;
}

.custom-border:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 1px;
  top: 0;
  background: #414141;
  left: -140px;
}

.footer-sec .container-fluid.add-padding {
  padding: 0px 6%;
}

.footer-latest-update ul li a i {
  transition: 0.3s;
}

.footer-latest-update ul li a:hover span {
  text-decoration: underline;
}

.footer-latest-update ul li a:hover i {
  transform: translate(10px, 0px);
}

/*Footer Ends*/


/*Inner  About Us Start*/

.inner-banner-sec {
    background-image: url(../images/inner-banner.jpg);
    width: 100%;
    height: 585px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.inner-banner-heading h2 {
    font-size: 85px;
    color: #fff;
    margin-bottom: 0;
}
.inner-banner-heading {
    margin-bottom: -100px;
}

/*Inner About Us Ends*/



/*Inenr Blog Detail Start */

.blog-detail-images img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.blog-detail-heading-row {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-detail-by-admin ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.blog-detail-by-admin ul li a {
    color: #4c4c4c;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-detail-by-admin ul li a i {
    color: #ff9c01;
    font-size: 20px;
}
.blog-detail-heading h2 {
    margin-bottom: 0;
}



/*Inenr Blog Detail Ends*/

/*Inner Blogs Start*/

.inner-news-insights-heading {
    text-align: center;
}
.inner-news-insights-heading h2 {
    margin-bottom: 5px;
}
.inner-news-insights-heading p {
    width: 45%;
    margin: 0 auto;
}
.inner-news-insights-box {
    border: 1px solid #f3f3f3;
    padding: 15px 15px 30px;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
     transition: 0.5s;
}
.inner-news-insights-box:hover h2 {
    color: #ffffff;
}
.inner-news-insights-box:hover p {
    color: #ffd89b;
}
.inner-news-insights-box:hover ul li a {
    color: #ffd89b;
}
.inner-news-insights-box:hover ul li a i {
    color: #ffffff;
}
.inner-news-insights-box:hover {
    background: #ff9c01;
    transition: 0.5s;
}
.inner-news-insights-box h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.inner-news-insights-box p {
    width: 80%;
}
.inner-news-insights-img img {
    width: 100%;
    border-radius: 10px;
    height: 270px;
    object-fit: cover;
}
.inner-news-insights-box ul {
    display: flex;
    align-items: center;
    gap: 25px;
}
.inner-news-insights-box ul li a {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
    
.inner-news-insights-box ul li a i {
    color: #feba12;
    font-size: 16px;
}
.inner-news-insights-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ff9c01;
    border-radius: 50%;
}
.inner-news-insights-button a img {
    width: 12px;
    height: 6px;
    object-fit: contain;
}
.inner-news-insights-button {
    position: absolute;
    bottom: 30px;
    right: 25px;
}
.inner-news-insights-box:hover .inner-news-insights-button a {
    background: #ffffff;
}
.inner-news-insights-box:hover .inner-news-insights-button a  img{
   filter: brightness(0) saturate(100%) invert(68%) sepia(63%) saturate(3172%) hue-rotate(359deg) brightness(102%) contrast(100%);  
}

/*Inner Blogs Ends*/


/*Inner Services Start*/


.inner-services-heading h2 {
    margin-bottom: 8px;
}
.inner-services-heading p {
    width: 50%;
    margin: 0 auto;
}
.inner-services-box {
    border: 1px solid #cecece;
    padding: 50px 85px;
    margin-top: 35px;
    position: relative;
    border-radius: 10px;
     transition: 0.5s;
}
.inner-services-box:hover {
    background: #ff9c01;
    transition: 0.5s;
}
.inner-services-box:hover h2 {
    color: #ffff;
}
.inner-services-box:hover p {
    color: #ffe1b3;
}
.inner-services-box:hover a {
    color: #ffffff;
}
.inner-services-box h2 {
    color: #ff9c01;
    margin-bottom: 15px;
    font-size: 35px;
}
.inner-services-box-icon span {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    border: 6px solid #fff;
}

.inner-services-box-icon span:before {
    content: "";
    position: absolute;
    width: 115px;
    height: 115px;
    border: 1.8px solid #cecece;
    margin: 0 auto;
    border-radius: 50%;
    border-left: none !important;
    z-index: -10;
}
.inner-services-box-icon span:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 43px;
    height: 120px;
    left: 0;
    z-index: -1;
}

.inner-services-box:hover .inner-services-box-icon span {
    background: #ff9c01;
}
.inner-services-box:hover {
    background: #ff9c01;
    transition: 0.5s;
}
.inner-services-box-icon {
    position: absolute;
    left: -50px;
    top: 105px;
}
.inner-services-box a {
    color: #0b0b0b;
    font-weight: 600;
    text-decoration: underline;
}

.inner-services-heading {
    text-align: center;
}


/*Inner Services Ends*/






.inner-fleet-button  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    gap: 25px;
}
.inner-fleet-button .theme-btn-1 {
    background: #7f7f7f !important;
    border-radius: 50px !important;
    color: #858585 !important;
    font-weight: 600;
    padding: 20px 45px;
}
.inner-fleet-button .theme-btn-1:before {
    background: #ffffff;
    width: 96%;
    height: 94%;
}
.inner-fleet-button button.nav-link.active.theme-btn-1 {
    background: #ff9c01 !important;
    color: #000 !important;
}

.inner-fleet-boxs {
    border: 1px solid #cecece;
    border-radius: 15px;
    padding: 0 25px 35px;
    margin-top: 120px;
    transition: 0.5s;
}
.inner-fleet-boxs:hover * {
    color: #fff;
}
.inner-fleet-boxs-img img {
    width: 225px;
    height: 118px;
    object-fit: cover;
}
.inner-fleet-boxs-img {
    text-align: center;
    margin-top: -70px;
}
.inner-fleet-boxs h2 {
    font-size: 25px;
    color: #ff9c01;
    margin-bottom: 0;
    text-align: center;
    margin-top: 30px;
}
.inner-fleet-boxs h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-top: 10px;
    text-align: center;
}

.inner-fleet-boxs ul li span {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.inner-fleet-boxs ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-fleet-boxs ul {
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 35px;
}
.inner-fleet-boxs-btn a:before {
    background: #ffffff;
}
.inner-fleet-boxs-btn a {
    color: #000 !important;
    font-weight: 600;
}
.inner-fleet-boxs-btn {
    text-align: center;
}
.inner-fleet-boxs-btn a {
    padding: 18px 40px;
}
.inner-fleet-boxs:hover {
    background: #ff9c01;
    transition: 0.5s;
    margin-top: 200px;
}
.inner-fleet-boxs:hover .inner-fleet-boxs-btn a{
    background: #fff !important;
    color: #fff !important;
}
.inner-fleet-boxs:hover .inner-fleet-boxs-btn a:before{
    background: #ff9c01 !important;
}
.about-just-taxis-bottom-row {
    margin-top: 30px;
}

/*Inner Fleet Ends*/


/*Media Query Start*/

html {
    overflow-x: hidden !important;
}
@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
            .footer-sec {
   
    padding-top: 40px;
}
section.rev-sec .sliderTesti .slide {
    width: 430px;
}
.footer-sec form {
  
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-us-form input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
    .contact-us-form textarea {
        width: 100%;
        height: 120px;
        padding: 15px 15px;
        font-size: 12px;
        margin-bottom: 10px !important;
    }
.contact-us-images img {

    height: 340px;
 
}

.menuSec ul li a {
 
    font-size: 12px;
 
}
.inner-banner-heading h2 {
    font-size: 45px;
  
}
.inner-services-heading p {
    width: 80%;
 
}
.inner-services-box {

    padding: 20px 85px;
    margin-top: 30px;
   
}
    .inner-banner-sec {
        background-image: url(../images/inner-banner.jpg);
        width: 100%;
        height: 445px;
    }
.contact-us-select {
   
    margin-bottom: 10px;
}
.about-just-taxis-text p {
    width: 100%;
}
       .about-just-taxis-sec.inner .about-just-taxis-text {
        height: auto;
        margin-left: 5px;
        padding-top: 20px;
        padding-right: 10px;
    }
    .carousel-caption {
        position: absolute;
        top: 120px;
    }
.main-silder-points ul {
    line-height: 30px;
}
    section.main_slider img {
        width: 100%;
        height: 570px;
        object-fit: cover;
    }
section.main_slider:before {
   
    height: 376px;
   
}
.main-silder-text {
    margin-top: 25px;
    width: 190%;
}
    .main-silder-points ul li a {
        gap: 5px;
        font-size: 12px;
    }
.contact-us-select-icon i {
    font-size: 13px;
}
    .main-silder-points {
        margin-left: -80px;
        margin-top: 20px;
    }


    .main-silder-images img {
        width: 425px !important;
        height: 201px !important;
        object-fit: contain !important;
    }
h1 {
   
    font-size: 50px;

}
.menuSection section#custom_html-9 a {
    padding: 11px 14px;
    font-size: 11px !important;
}
.why-choose-just-taxis-text strong {
 
    font-size: 12px;
  
}
.about-just-taxis-text {
    height: 440px;
  
}
.main-silder-search-form-sec form button {
    border: none;
    padding: 15px 15px;
 
    font-size: 10px;
}
.main-silder-search-form-sec input {
    height: 45px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
}
.about-just-taxis-images img {
    width: 100%;
    height: 380px;
    
}
.our-taxi-services-heading p {
    width: 100%;
}
.our-taxi-services-icon {

    margin-bottom: 30px;
}
.our-taxi-services-silder-items {
  
    padding: 0 30px 20px;
    text-align: center;
    margin-top: 10px;
}
.fast-affordable-always-time-sec {
  
    width: 100%;
    height: 199px;
  
}
.why-choose-just-taxis-sec .row {
    align-items: flex-start !important;
}

.why-choose-just-taxis-images img {
    width: 85%;
    height: 355px;

}
.why-choose-just-taxis-images {
    
    width: 100%;
  
    padding-top: 25px;
}
p.why-choose-p {
    margin-top: 10px;
}
.why-choose-just-taxis-text strong:before {
  
    height: 45px;
    right: -230px;
  
}
.why-choose-just-taxis-text ul li a span {
   
    flex-shrink: 0;
}
.why-choose-just-taxis-text h2 {
    margin-bottom: 5px;
    font-size: 25px;
}
.mt-10 {
    margin-top: 50px;
}
.why-choose-just-taxis-text ul li a {
   
    margin-bottom: 10px;
    padding-bottom: 10px;

 

    font-size: 12px;
    padding-right: 0;
}
.theme-btn-1 {
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 20px;
    
}
.contact-us-form select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
   
    font-size: 12px;
  
    margin-bottom: 0px !important;
}
p {
    font-size: 12px;
    line-height: 20px;
  
}
h2 {
    
    font-size: 35px;
 
}
.contact-us-heading p {
    width: 100%;
}
div#mapster-wp-maps-279 {
    height: 250px !important;
}
.footer-latest-update {
    padding-top: 30px;
    padding-left: 0;
}
.footer-logo ul li a {
    
    width: 35px;
    height: 35px;
   
    font-size: 12px;
}
.footer-copy-right-sec p {
  
    font-size: 12px;
}
.footer-copy-right-sec {
    
    padding: 10px 0;
}
.footer-latest-update ul li a {
    gap: 8px;
  
    font-size: 12px;
    line-height: 20px;
}
.footer-support {
    padding-top: 30px;
}
.footer-sec form .subsform {
    width: 90%;
    border-radius: 45px;
    padding: 5px 4px 5px 14px;
    height: 45px;
}
.footer-sec form .subsform button {
 
    padding: 5px 15px;
    
 
    font-size: 12px;
    border-radius: 34px;
    height: 40px;
}
.our-taxi-services-silder-items h2 {
 
    font-size: 22px;
}
.footer-logo {
 
    padding: 30px 0px 30px 0px;
    margin: 0 0px;
    position: relative;
}
    .footer-sec h3.text-light {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 38px;
    
}
.footer-support ul li a {
   
    font-size: 11px;
    line-height: 20px;
}
.footer-support ul {
    gap: 5px;
}
div#mapster-wp-maps-279 {
    height: 250px !important;
}
    .home-maps {
        height: 298px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
   
    div#mapster-wp-maps-279 {
    height: 250px !important;
}
    .home-maps {
        height: 298px !important;
    }
        .footer-sec {
   
    padding-top: 40px;
}
.footer-sec form {
  
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-us-form input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
    .contact-us-form textarea {
        width: 100%;
        height: 120px;
        padding: 15px 15px;
        font-size: 12px;
        margin-bottom: 10px !important;
    }
.contact-us-images img {

    height: 340px;
 
}

.menuSec ul li a {
 
    font-size: 12px;
 
}
.inner-banner-heading h2 {
    font-size: 45px;
  
}
.inner-services-heading p {
    width: 80%;
 
}
.inner-services-box {

    padding: 20px 85px;
    margin-top: 30px;
   
}
    .inner-banner-sec {
        background-image: url(../images/inner-banner.jpg);
        width: 100%;
        height: 368px;
    }
.contact-us-select {
   
    margin-bottom: 10px;
}
.about-just-taxis-text p {
    width: 100%;
}
       .about-just-taxis-sec.inner .about-just-taxis-text {
        height: auto;
        margin-left: 5px;
        padding-top: 20px;
        padding-right: 10px;
    }
.carousel-caption {
    position: absolute;
    top: 100px;
   
}
.main-silder-points ul {
    line-height: 30px;
}
    section.main_slider img {
        width: 100%;
        height: 570px;
        object-fit: cover;
    }
    section.main_slider:before {
        height: 405px;
    }
.main-silder-text {
    margin-top: 25px;
    width: 190%;
}
    .main-silder-points ul li a {
        gap: 5px;
        font-size: 12px;
    }
.contact-us-select-icon i {
    font-size: 13px;
}
    .main-silder-points {
        margin-left: -80px;
        margin-top: 20px;
    }


    .main-silder-images img {
        width: 425px !important;
        height: 201px !important;
        object-fit: contain !important;
    }
h1 {
   
    font-size: 50px;

}
.menuSection section#custom_html-9 a {
    padding: 11px 14px;
    font-size: 11px !important;
}
.why-choose-just-taxis-text strong {
 
    font-size: 12px;
  
}
.about-just-taxis-text {
    height: 440px;
  
}
.main-silder-search-form-sec form button {
    border: none;
    padding: 15px 15px;
 
    font-size: 10px;
}
.main-silder-search-form-sec input {
    height: 45px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
}
.about-just-taxis-images img {
    width: 100%;
    height: 380px;
    
}
.our-taxi-services-heading p {
    width: 100%;
}
.our-taxi-services-icon {

    margin-bottom: 30px;
}
.our-taxi-services-silder-items {
  
    padding: 0 30px 20px;
    text-align: center;
    margin-top: 10px;
}
.fast-affordable-always-time-sec {
  
    width: 100%;
    height: 199px;
  
}
.why-choose-just-taxis-sec .row {
    align-items: flex-start !important;
}

.why-choose-just-taxis-images img {
    width: 85%;
    height: 355px;

}
.why-choose-just-taxis-images {
    
    width: 100%;
  
    padding-top: 25px;
}
p.why-choose-p {
    margin-top: 10px;
}
.why-choose-just-taxis-text strong:before {
  
    height: 45px;
    right: -230px;
  
}
.why-choose-just-taxis-text ul li a span {
   
    flex-shrink: 0;
}
.why-choose-just-taxis-text h2 {
    margin-bottom: 5px;
    font-size: 25px;
}
.mt-10 {
    margin-top: 50px;
}
.why-choose-just-taxis-text ul li a {
   
    margin-bottom: 10px;
    padding-bottom: 10px;

 

    font-size: 12px;
    padding-right: 0;
}
.theme-btn-1 {
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 20px;
    
}
.contact-us-form select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
   
    font-size: 12px;
  
    margin-bottom: 0px !important;
}
p {
    font-size: 12px;
    line-height: 20px;
  
}
h2 {
    
    font-size: 35px;
 
}
.contact-us-heading p {
    width: 100%;
}
div#mapster-wp-maps-279 {
    height: 250px !important;
}
.footer-latest-update {
    padding-top: 30px;
    padding-left: 0;
}
.footer-logo ul li a {
    
    width: 35px;
    height: 35px;
   
    font-size: 12px;
}
.footer-copy-right-sec p {
  
    font-size: 12px;
}
.footer-copy-right-sec {
    
    padding: 10px 0;
}
.footer-latest-update ul li a {
    gap: 8px;
  
    font-size: 12px;
    line-height: 20px;
}
.footer-support {
    padding-top: 30px;
}
.footer-sec form .subsform {
    width: 90%;
    border-radius: 45px;
    padding: 5px 4px 5px 14px;
    height: 45px;
}
.footer-sec form .subsform button {
 
    padding: 5px 15px;
    
 
    font-size: 12px;
    border-radius: 34px;
    height: 40px;
}
.footer-logo {
 
    padding: 30px 0px 30px 0px;
    margin: 0 0px;
    position: relative;
}
    .footer-sec h3.text-light {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 38px;
    
}
.footer-support ul li a {
   
    font-size: 11px;
    line-height: 20px;
}
.footer-support ul {
    gap: 5px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .footer-sec {
   
    padding-top: 40px;
}
div#mapster-wp-maps-279 {
    height: 250px !important;
}
    .home-maps {
        height: 298px !important;
    }
.footer-sec form {
  
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-us-form input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
    .contact-us-form textarea {
        width: 100%;
        height: 120px;
        padding: 15px 15px;
        font-size: 12px;
        margin-bottom: 10px !important;
    }
.contact-us-images img {

    height: 340px;
 
}

.menuSec ul li a {
 
    font-size: 12px;
 
}
.inner-banner-heading h2 {
    font-size: 45px;
  
}
.inner-services-heading p {
    width: 80%;
 
}
.inner-services-box {

    padding: 20px 85px;
    margin-top: 30px;
   
}
    .inner-banner-sec {
        background-image: url(../images/inner-banner.jpg);
        width: 100%;
        height: 305px;
    }
.contact-us-select {
   
    margin-bottom: 10px;
}
.about-just-taxis-text p {
    width: 100%;
}
       .about-just-taxis-sec.inner .about-just-taxis-text {
        height: auto;
        margin-left: 5px;
        padding-top: 20px;
        padding-right: 10px;
    }
.carousel-caption {
    position: absolute;
    top: 100px;
   
}
.main-silder-points ul {
    line-height: 30px;
}
section.main_slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
    section.main_slider:before {
    height: 485px;
    z-index: 1;
    }
.main-silder-text {
    margin-top: 25px;
    width: 190%;
}
    .main-silder-points ul li a {
        gap: 5px;
        font-size: 12px;
    }
.contact-us-select-icon i {
    font-size: 13px;
}
.main-silder-points {
    margin-left: -90px;
    margin-top: 20px;
}


.main-silder-images img {
    width: 425px !important;
    height: 141px !important;
    object-fit: contain !important;
}
h1 {
   
    font-size: 50px;

}
.menuSection section#custom_html-9 a {
    padding: 11px 14px;
    font-size: 11px !important;
}
.why-choose-just-taxis-text strong {
 
    font-size: 12px;
  
}
.about-just-taxis-text {
    height: 440px;
  
}
.main-silder-search-form-sec form button {
    border: none;
    padding: 15px 15px;
 
    font-size: 10px;
}
.main-silder-search-form-sec input {
    height: 45px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
}
.about-just-taxis-images img {
    width: 100%;
    height: 380px;
    
}
.our-taxi-services-heading p {
    width: 100%;
}
.our-taxi-services-icon {

    margin-bottom: 30px;
}
.our-taxi-services-silder-items {
  
    padding: 0 30px 20px;
    text-align: center;
    margin-top: 10px;
}
.fast-affordable-always-time-sec {
  
    width: 100%;
    height: 199px;
  
}
.why-choose-just-taxis-sec .row {
    align-items: flex-start !important;
}

.why-choose-just-taxis-images img {
    width: 85%;
    height: 355px;

}
.why-choose-just-taxis-images {
    
    width: 100%;
  
    padding-top: 25px;
}
p.why-choose-p {
    margin-top: 10px;
}
.why-choose-just-taxis-text strong:before {
  
    height: 45px;
    right: -230px;
  
}
.why-choose-just-taxis-text ul li a span {
   
    flex-shrink: 0;
}
.why-choose-just-taxis-text h2 {
    margin-bottom: 5px;
    font-size: 25px;
}
.mt-10 {
    margin-top: 50px;
}
.why-choose-just-taxis-text ul li a {
   
    margin-bottom: 10px;
    padding-bottom: 10px;

 

    font-size: 12px;
    padding-right: 0;
}
.theme-btn-1 {
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 20px;
    
}
.contact-us-form select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
   
    font-size: 12px;
  
    margin-bottom: 0px !important;
}
p {
    font-size: 12px;
    line-height: 20px;
  
}
h2 {
    
    font-size: 35px;
 
}
.contact-us-heading p {
    width: 100%;
}
div#mapster-wp-maps-279 {
    height: 250px !important;
}
.footer-latest-update {
    padding-top: 30px;
    padding-left: 0;
}
.footer-logo ul li a {
    
    width: 35px;
    height: 35px;
   
    font-size: 12px;
}
.footer-copy-right-sec p {
  
    font-size: 12px;
}
.footer-copy-right-sec {
    
    padding: 10px 0;
}
.footer-latest-update ul li a {
    gap: 8px;
  
    font-size: 12px;
    line-height: 20px;
}
.footer-support {
    padding-top: 30px;
}
.footer-sec form .subsform {
    width: 90%;
    border-radius: 45px;
    padding: 5px 4px 5px 14px;
    height: 45px;
}
.footer-sec form .subsform button {
 
    padding: 5px 15px;
    
 
    font-size: 12px;
    border-radius: 34px;
    height: 40px;
}
.footer-logo {
 
    padding: 30px 0px 30px 0px;
    margin: 0 0px;
    position: relative;
}
    .footer-sec h3.text-light {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 38px;
    
}
.footer-support ul li a {
   
    font-size: 11px;
    line-height: 20px;
}
.footer-support ul {
    gap: 5px;
}
    
 .main-silder-search-form-sec form {
    margin-top: -68px !important;
}   
    
 .footer-latest-update ul li a span {
    font-size: 8px !important;
}

 section.rev-sec .sliderTesti .slide {
    width: 365px;
}   
    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .custom-border:before {
  display:none !important;
}
.footer-copy-right-sec {

    padding: 10px 0;
}
p {
    font-size: 12px;
    line-height: 20px;
}
    .footer-latest-update {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }
.footer-support {
    padding-top: 0;
}
.footer-sec {
    padding-top: 40px;
}
    .footer-sec h3.text-light {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .contact-us-heading p {
    width: 100%;
}
    .contact-us-images img {
        width: 100%;
        height: 600px;
    }

.contact-us-heading {
    text-align: center;
    margin-top: 20px;
}
.contact-us-form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 5px;
}
    h2 {
        font-size: 25px;
    }
.main-silder-text p {

    margin-bottom: 10px;
}


.main-silder-text {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}
h1 {
    font-family: "Anton", sans-serif;
    font-size: 35px;

}
canvas.mapboxgl-canvas {
    height: 250px !important;
}
.main-silder-points {
    margin-left: 0;
    margin-top: 10px;
}
.main-silder-points ul {
    line-height: 25px;
}
section.main_slider:before {
  
    height: 386px;
 
}
.why-choose-just-taxis-text ul li a span {
   
    width: 20px;
    height: 20px;
   
    font-size: 10px;
    flex-shrink: 0;
}
.why-choose-just-taxis-text strong {

    font-size: 12px;
   
}
    .why-choose-just-taxis-images {
        width: 100%;
        float: inherit;
        padding-top: 15px;
    }
    .why-choose-just-taxis-images img {
        width: 90%;
        height: 515px;
    }
    .why-choose-just-taxis-text ul li a {
        gap: 5px;
        margin-bottom: 10px;
        padding-bottom: 15px;
        font-size: 11px;
        padding-right: 0;
    }
    p.why-choose-p {
    margin-top: 20px;
}
.why-choose-just-taxis-text {
    text-align: center;
}
.fast-affordable-always-time-heading h2 {
    color: #ffffff;
    margin-bottom: 10px;
}
.our-taxi-services-silder-items a {
    font-size: 12px;
    
}
.fast-affordable-always-time-sec {

    width: 100%;
    height: 200px;
  
}
.our-taxi-services-silder-items h2 {
    
    font-size: 18px;
}
.our-taxi-services-icon {
  
    margin-bottom: 20px;
}
.our-taxi-services-heading {
    text-align: center;
}
.our-taxi-services-button {
    text-align: center;
}
.our-taxi-services-silder-items {
  
    padding: 0 10px 20px;
  
    margin-top: 10px;
}
.our-taxi-services-button a {
 
    padding: 15px 30px;
}
    .about-just-taxis-text strong {
        height: 40px;
        margin-bottom: 15px;
        font-size: 12px;
        display: flex;
        justify-content: center;
    }

.about-just-taxis-text p {
    width: 100%;
}
.about-just-taxis-button {
    margin-top: 10px;
}
.about-just-taxis-text a {
    padding: 15px 20px;
}
    .mt-10 {
        margin-top: 40px;
    }
     .about-just-taxis-text {
        height: 350px;
        margin-left: 0;
        padding-right: 5px;
        text-align: center;
        padding-left: 5px;
    }

    .about-just-taxis-images img {
        width: 100%;
        height: 350px;
    }
.about-just-taxis-text strong:before {
  display:none ;
}
.main-silder-heading {
    text-align: center;
    margin-top: 40px;
}
.slicknav_nav a:hover {
    background: #000;
    color: #fff;
}
.inner-services-box-icon span:before {
    display:none !important;
}
.inner-services-box a {
  
    font-size: 14px;
}


.inner-services-box-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
    .inner-services-box-icon span {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .inner-services-sec {
    padding: 40px 0;
}
    .inner-services-heading p {
    width: 100%;
    margin: 0 auto;
}
     .inner-services-box h2 {
        margin-bottom: 5px;
        font-size: 25px;
        padding-top: 20px;
    }
    .inner-services-box-icon span img {
    width: 60%;
}


.inner-services-box {
    
    padding: 70px 20px 20px;
    margin-top: 20px;
 
  
    text-align: center;
}
.inner-banner-heading {

    margin-top: 40px;
}
.inner-banner-sec {
  
    width: 100%;
    height: 390px;
   
}
    .inner-banner-heading h2 {
        font-size: 35px;
        color: #fff;
        margin-bottom: 0;
    }
.about-just-taxis-sec.inner .about-just-taxis-text {
    height: auto;
    padding-top: 20px;
}
.slicknav_menu {
   
    background: #ff9c01;
   
}
    .menuSection {
 
        padding: 10px 0;
    }
    .about-just-taxis-text strong:before {
  
    height: 50px;
 
}
    section.main_slider img {
        width: 100%;
        height: 830px;
        object-fit: cover;
    }

    .header-logo a img {
        width: 30%;
    }
.menuSection {
    text-align: center;
}
.main-silder-search-form-sec form button {
    border: none;
    padding: 15px 20px;
    color: #000 !important;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 5px;
}
.main-silder-search-form-sec {
    text-align: center;
}
.main-silder-search-form-sec form {
    padding: 10px 20px;
    margin-top: -60px;
   
}
.main-silder-points ul li a {
   
    font-size: 12px !important;
}
.main-silder-search-form-sec input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 5px;
}
section.rev-sec .sliderTesti .slick-slide {
    transition: width 0.3s ease;
    opacity: 0;
    margin: 0px 14px 30px;
}
.main-silder-points ul li a {
        gap: 8px;
        justify-content: center;
    }
    .home-maps {
        margin: 20px 0 0px !important;
        height: 210px !important;
    }
.main-silder-search-form-sec .col {
    padding: 0 5px;
    width: 100% !important;
    display: contents;
}
.contact-us-form {
    margin-left: 0px;
    text-align: center;
}
    .main-silder-images img {
        width: 70% !important;
        height: 165px !important;
        object-fit: contain !important;
    }
    .theme-btn-1 {
        font-size: 10px;
        padding: 15px 20px;
    }
.contact-us-select-icon i {
    font-size: 12px;
}
.contact-us-form textarea {
    width: 100%;
    height: 100px;
    padding: 15px 15px;
    font-size: 12px;
    margin-bottom: 5px;
    resize: none;
}
.contact-us-select {
    margin-bottom: 5px;
}
.contact-us-form select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 12px;

}
.footer-support ul li a {
    font-size: 12px;
    line-height: 20px;
}
.footer-support ul {
    gap: 5px;
}
.footer-logo ul li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.5s;
    font-size: 12px;
}
.footer-sec form {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-sec form .subsform button {
    display: inline-block;
    padding: 0px 6px;
    background: #ff9c01;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    border-radius: 34px;
    height: 40px;
    width: 55%;
}
.footer-sec form .subsform {
    width: 95%;
    padding: 5px 4px 5px 14px;
    height: 45px;
}
    .footer-logo {
        padding: 30px 10px 10px 0px;
        margin: 0 0px;
        position: relative;
    }
    section#custom_html-12 {
    text-align: center;
    margin-top: 20px;
}
.footer-latest-update ul li {
    width: 100%;
}
.footer-latest-update ul {
    gap: 5px;
}
.footer-latest-update ul li a {
    gap: 8px;
    display: flex;
    color: #a2a2a2;
    align-items: baseline;
    justify-content: center;
    text-transform: unset;
    font-size: 12px;
    line-height: 25px;
}
    .footer-sec form .subsform input {
    width: 100%;
    font-size: 12px;
  
    padding: 0 0;
}
section#custom_html-8 {
    text-align: center;
}
.footer-support ul {
    width: 100%;
}
.footer-support ul li {
    width: 100%;
}

    .mapboxgl-map {
        height: 250px !important;
    }
    

}

@media only screen and (min-width: 300px) and (max-width: 519px) {

.custom-border:before {
  display:none !important;
}
.footer-copy-right-sec {

    padding: 10px 0;
}
p {
    font-size: 12px;
    line-height: 20px;
}
    .footer-latest-update {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }
.footer-support {
    padding-top: 0;
}
.footer-sec {
    padding-top: 40px;
}
    .footer-sec h3.text-light {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .contact-us-heading p {
    width: 100%;
}
.contact-us-images img {
    width: 100%;
    height: 300px;
  
}
.contact-us-heading {
    text-align: center;
    margin-top: 20px;
}
.contact-us-form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 5px;
}
    h2 {
        font-size: 25px;
    }
.main-silder-text p {

    margin-bottom: 10px;
}


.main-silder-text {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}
h1 {
    font-family: "Anton", sans-serif;
    font-size: 35px;

}
section.rev-sec .sliderTesti .child-element {
    padding: 77px !important;
}



canvas.mapboxgl-canvas {
    height: 250px !important;
}
    .main-silder-points {
        margin-left: 0;
        margin-top: 20px;
    }
.main-silder-points ul {
    line-height: 25px;
}
section.main_slider:before {
  
    height: 386px;
 
}
.why-choose-just-taxis-text ul li a span {
   
    width: 20px;
    height: 20px;
   
    font-size: 10px;
    flex-shrink: 0;
}
.why-choose-just-taxis-text strong {

    font-size: 12px;
   
}
    .why-choose-just-taxis-images {
        width: 100%;
        float: inherit;
        padding-top: 15px;
    }
    .why-choose-just-taxis-images img {
    width: 90%;
    height: 295px;
 
}
    .why-choose-just-taxis-text ul li a {
        gap: 5px;
        margin-bottom: 10px;
        padding-bottom: 15px;
        font-size: 11px;
        padding-right: 0;
    }
    p.why-choose-p {
    margin-top: 20px;
}
.why-choose-just-taxis-text {
    text-align: center;
}
.fast-affordable-always-time-heading h2 {
    color: #ffffff;
    margin-bottom: 10px;
}
.our-taxi-services-silder-items a {
    font-size: 12px;
    
}
.fast-affordable-always-time-sec {

    width: 100%;
    height: 200px;
  
}
.our-taxi-services-silder-items h2 {
    
    font-size: 18px;
}
.our-taxi-services-icon {
  
    margin-bottom: 20px;
}
.our-taxi-services-heading {
    text-align: center;
}
.our-taxi-services-button {
    text-align: center;
}
.our-taxi-services-silder-items {
  
    padding: 0 10px 20px;
  
    margin-top: 10px;
}
.our-taxi-services-button a {
 
    padding: 15px 30px;
}
.about-just-taxis-text strong {

    height: 50px;
    margin-bottom: 15px;
 
    font-size: 12px;
   
}
.about-just-taxis-text p {
    width: 100%;
}
.about-just-taxis-button {
    margin-top: 10px;
}
.about-just-taxis-text a {
    padding: 15px 20px;
}
.mt-10 {
    margin-top: 20px;
}
    .about-just-taxis-text {
        height: 460px;
        margin-left: 0;
        padding-right: 5px;
        text-align: center;
        padding-left: 5px;
    }

.about-just-taxis-images img {
    width: 100%;
    height: 250px;
 
}
.about-just-taxis-text strong:before {
  display:none ;
}
.main-silder-heading {
    text-align: center;
    margin-top: 40px;
}
.slicknav_nav a:hover {
    background: #000;
    color: #fff;
}
.inner-services-box-icon span:before {
    display:none !important;
}
.inner-services-box a {
  
    font-size: 14px;
}


.inner-services-box-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
    .inner-services-box-icon span {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .inner-services-sec {
    padding: 40px 0;
}
    .inner-services-heading p {
    width: 100%;
    margin: 0 auto;
}
     .inner-services-box h2 {
        margin-bottom: 5px;
        font-size: 25px;
        padding-top: 20px;
    }
    .inner-services-box-icon span img {
    width: 60%;
}


.inner-services-box {
    
    padding: 70px 20px 20px;
    margin-top: 20px;
 
  
    text-align: center;
}
.inner-banner-heading {

    margin-top: 40px;
}
.inner-banner-sec {
  
    width: 100%;
    height: 390px;
   
}
    .inner-banner-heading h2 {
        font-size: 35px;
        color: #fff;
        margin-bottom: 0;
    }
.about-just-taxis-sec.inner .about-just-taxis-text {
    height: auto;
    padding-top: 20px;
}
.slicknav_menu {
   
    background: #ff9c01;
   
}
    .menuSection {
 
        padding: 10px 0;
    }
    .about-just-taxis-text strong:before {
  
    height: 50px;
 
}

    section.main_slider img {
        width: 100%;
        height: 900px;
        object-fit: cover;
    }

.header-logo a img {
    width: 50%;
}
.menuSection {
    text-align: center;
}
.main-silder-search-form-sec form button {
    border: none;
    padding: 15px 20px;
    color: #000 !important;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 5px;
}
.main-silder-search-form-sec {
    text-align: center;
}
.main-silder-search-form-sec form {
    padding: 10px 20px;
    margin-top: -60px;
   
}
.main-silder-points ul li a {
   
    font-size: 12px !important;
}
.main-silder-search-form-sec input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 5px;
}
section.rev-sec .sliderTesti .slick-slide {
    transition: width 0.3s ease;
    opacity: 0;
    margin: 0px 14px 30px;
}
.main-silder-points ul li a {
        gap: 8px;
        justify-content: center;
    }
.home-maps {
    margin: 20px 0 0px !important;
    height: 150px !important;
}
.main-silder-search-form-sec .col {
    padding: 0 5px;
    width: 100% !important;
    display: contents;
}
.contact-us-form {
    margin-left: 0px;
    text-align: center;
}
    .main-silder-images img {
        width: 100% !important;
        height: 150px !important;
        object-fit: contain !important;
    }
    .theme-btn-1 {
        font-size: 10px;
        padding: 15px 20px;
    }
.contact-us-select-icon i {
    font-size: 12px;
}
.carousel-caption {
    
    top: 170px;
   
}
.contact-us-form textarea {
    width: 100%;
    height: 100px;
    padding: 15px 15px;
    font-size: 12px;
    margin-bottom: 5px;
    resize: none;
}
.contact-us-select {
    margin-bottom: 5px;
}
.contact-us-form select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 12px;

}
.footer-support ul li a {
    font-size: 12px;
    line-height: 20px;
}
.footer-support ul {
    gap: 5px;
}
.footer-logo ul li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.5s;
    font-size: 12px;
}
.footer-sec form {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-sec form .subsform button {
    display: inline-block;
    padding: 0px 6px;
    background: #ff9c01;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    border-radius: 34px;
    height: 40px;
    width: 55%;
}
.footer-sec form .subsform {
    width: 95%;
    padding: 5px 4px 5px 14px;
    height: 45px;
}
    .footer-logo {
        padding: 30px 10px 10px 0px;
        margin: 0 0px;
        position: relative;
    }
    section#custom_html-12 {
    text-align: center;
    margin-top: 20px;
}
.footer-latest-update ul li {
    width: 100%;
}
.footer-latest-update ul {
    gap: 5px;
}
.footer-latest-update ul li a {
    gap: 8px;
    display: flex;
    color: #a2a2a2;
    align-items: baseline;
    justify-content: center;
    text-transform: unset;
    font-size: 12px;
    line-height: 25px;
}
    .footer-sec form .subsform input {
    width: 100%;
    font-size: 12px;
  
    padding: 0 0;
}
section#custom_html-8 {
    text-align: center;
}
.footer-support ul {
    width: 100%;
}
.footer-support ul li {
    width: 100%;
}

.mapboxgl-map {
  
    height: 300px !important;
}
    
    
    .mapboxgl-map {
        height: 170px !important;
    }
    
    
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 0px) and (max-width: 299px) {}


/*Media Query End*/