:root {
    --bg-color: #d9a400;
    --bg-color2: #212529;
    --bg-text: #fff;
    --bg-text2: #fff;
    --text-color: #212529;
    --text-color2: #8e8997;
    --font-family: "arial";
}

body {
    color: var(--text-color);
}

.color {
    color: var(--bg-color) !important;
}

.color2 {
    color: var(--bg-text) !important;
}

.btn-site-color {
    background: var(--bg-color) !important;
    color: var(--bg-text) !important;
}

.btn-site-color:hover {
    background: var(--bg-color2) !important;
    color: var(--bg-text2) !important;
}
.btn, .form-control,.input-group-text {
    border-radius: 0 !important;
}

.btn-site {
    background: var(--bg-color);
    color: var(--bg-text);
    border-radius: 0;
}

.btn-site:hover {
    background: var(--bg-color2);
    color: var(--bg-text2);
}

.btn-site.btn-lg {
    font-size: 1rem;
}

.ajaxLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, .5);
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
}

.mini-top {
    text-align: right;
    border-bottom: 1px solid #eaeaea;
    padding: 0px 7px 7px;
    font-weight: normal;
    text-transform: capitalize;
    color: var(--bg-color);
    font-size: 0.9rem;
}

.mini-top a {
    margin-left: 5px;
    color: var(--bg-color);
    font-weight: bold;
}

.nav-text {
    border-left: #e8e8e8 1px solid;
    padding-left: 16px;
}

.text-shadow-black {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.text-shadow-white {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

#pageModel .modal-header {
    /*padding: 0.6rem 1rem;*/
}

#pageModel .modal-header .close {
    padding: 1rem 1.3rem;
    margin: -0.6rem -1rem -1rem auto;
    color: #fff;
    opacity: 1;
    font-size: 19px;
}

.isLogout {
    display: none;
}

.bn-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bannerbg {
    background-attachment: fixed;
    background-position: top center;
}

.nav-svg {
    margin-right: 2px;
    margin-bottom: 7px;
    width: 15px;
    height: auto;
}

/*Nave Menu*/


/*.navbar{
    padding: 1.5rem 3%;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,.1);
}
.navbar .navbar-brand{
width: 20%;
}
.navbar .navbar-brand img{
max-width: 100%;
} 
.navbar .navbar-collapse{
width: 60%;
justify-content: center;
}
.navbar-nav .nav-link{
 padding: 9px 21px 11px !important;
border-radius: 30px;
font-size: 1rem !important;
font-weight: bold;
color: var(--text-color);
transition: all .15s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active{
 background: var(--bg-color);
 color: var(--bg-text);
}
.socials_wrap{
width: 20%;
justify-content: flex-end;
display: flex;
}
.socials_wrap .social_item {
display: inline-flex;
empty-cells: inherit;
text-align: center;
margin: 8px 8px 0 0;
width: 40px;
height: 40px;
border: 1px solid var(--bg-color);
border-radius: 50%;
justify-content: center;
align-items: center;
font-size: 0.9rem;
color: var(--bg-color);
transition: all .15s ease;
}
.socials_wrap .social_item:hover {
background: var(--bg-color);
color: var(--bg-text);
}*/


/*nav responsive*/


/*@media only screen and (max-width: 1199px) {
.navbar-nav .nav-link {
    padding: 8px 15px 9px !important;
    font-size: 0.89rem !important;
}
}
@media only screen and (max-width: 991px) {
.navbar-nav .nav-link {
    padding: 7px 16px 9px !important;
    font-size: 0.9rem !important;
}
}
@media only screen and (max-width: 768px) {
.navbar{
    padding: 8px 3%;
    background-color: var(--bg-color2);
}
.navbar .navbar-brand {
    min-width: 127px;
}
.navbar-nav{
    border-top: 1px solid #938e8;
margin-top: 8px;
}
.navbar-nav .nav-link {
    color: var(--bg-text);
    padding: 7px 16px 9px !important;
font-size: 1rem !important;
margin-top: 15px;
text-align: center;
}
.socials_wrap{
    width: 100%;
    justify-content: center;
    margin: 5px 0;
}
.socials_wrap .social_item {
    margin: 8px;
}
.navbar-toggler {
    background-color: var(--bg-color);
    border: 1px solid var(--bg-color);
    padding: .1rem .4rem;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
}
@media only screen and (min-width: 577px) {

}*/

.socials_wrap {
    width: 20%;
    justify-content: flex-end;
    display: flex;
}

.socials_wrap .social_item {
    display: inline-flex;
    empty-cells: inherit;
    text-align: center;
    margin: 8px 8px 0 0;
    width: 40px;
    height: 40px;
    border: 1px solid var(--bg-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    color: var(--bg-color);
    transition: all .15s ease;
}

.socials_wrap .social_item:hover {
    background: var(--bg-color);
    color: var(--bg-text);
}

#nav .absloute-nav {
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: -48px;
    padding: 0;
}

.absloute-nav .navbar-collapse {
    background:var(--bg-text2);;
    padding: 6px 10px;
    ;
}
#nav #navbarNav{
    justify-content: flex-end;
}
#nav .navbar li{
    border-top: #fff 3px solid;
}
#nav .navbar li:hover{
    border-top: var(--bg-color) 3px solid;
}
#nav .navbar li a {
    padding: 8px 11px 8px 29px;
    font-size: 15px;
    display: block;
    color: #424242;
    border-left: #e8e8e8 1px solid;
    margin: 10px 0 14px 0;
}

#nav .navbar li a.dropdown-item {
    color: var(--bg-color2);
}
.nav-item.con_numbr{
    border: :0 !important;
}
.nav-item.con_numbr a{
    background: var(--bg-color);
    border-radius: 10px;
    color: var(--bg-text)!important;
    position: relative;
}
.nav-item.con_numbr .fas {
    font-size: 15px;
    left: 8px;
    position: absolute;
    top: 12px;
    display: block;
    color: #fff;
}
.logo img{
    max-width: 204px;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 13px;
}
@media only screen and (max-width: 1200px) {
    .nav-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .nav-text {
        font-size: 10px;
    }

    #nav .navbar li a {
        font-size: 14px;
    }
}

.navbar-toggler {
    display: none;
    position: absolute;
    background: var(--bg-color);
    right: 0;
    top: 18px;
    color: var(--bg-text);
    z-index: 999999;
}

@media (max-width: 768px) {
    .navbar-toggler {
        display: block;
    }

    /*.upper-nav {
        display: none !important;
    }*/

    .absloute-nav .navbar-collapse {
        background: var(--bg-color2);
        padding: 6px 24px;
    }

    #nav .navbar li a {
        margin-right: 0px;
    }

    .absloute-nav {
        width: 100%;
        z-index: 9;
        bottom: 0;
        top: 46px;
    }

    #nav .left_nav .col-4 {
        display: none;
    }

    #steps .title h2 {
        font-size: 3em !important;
    }
}

@media only screen and (max-width: 464px) {
    .navbar-toggler {
        top: 18px;
    }
}

@media (min-width: 991px) {
    #nav .sm-nav {
        display: none;
    }
}

@media (max-width: 400px) {
    #steps .title h2 {
        font-size: 1.8em !important;
    }
}

@media only screen and (max-width: 768px) {
    .socials_wrap {
        width: 100%;
        justify-content: center;
        margin: 5px 0;
    }

    .socials_wrap .social_item {
        margin: 8px;
    }
}


/*##############Nave Menu end######################*/


/*Banner section*/

.bannerbg {
    background-position: center center;
    background-size: cover;
    /*height: 700px;*/
    padding: 4.5% 0;
}

.index-banner-bg {
    background-image: url('../data/im/bannerBg.webp');
    position: relative;
}

.bn-title {
    color: #fff;
    font-weight: bold;
}

.bn-title span, .bn-text span {
    color: var(--bg-color);
}

.bn-text {
    color: #fff;
}

.form-header {
    background: var(--bg-color2);
    color: var(--bg-text2);
    padding: 16px 20px;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-header::after {
    content: '';
    display: block;
    position: absolute;
    left: 50px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--bg-color2);
}

.form-header h2 {
    max-width: 260px;
    font-size: 1.1rem;
    font-weight: bold;
}

.form-header i {
    font-size: 32px;
    line-height: 36px;
}

.form-body {
    padding: 0px 1px 0px;
    background: rgba(255, 255, 255, 0.5);
}

label {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
}

.form-control {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    color: #000;
    font-size: 0.88rem;
    border-radius: 0;
}

.form-control .form-control-sm {
    font-size: 0.8rem;
}

.Outbound .form-group,
.return_booking .form-group {
    position: relative;
}

.googleSection .form-group .form-control {
    padding-right: 59px;
}

#pinLoicationBox .form-group .form-control {
    padding-right: 87px;
}

.location_tools,
.items_tools {
    position: absolute;
    top: 24px;
    right: 4px;
    height: 39px;
    z-index: 1;
}

.items_tools button {
    padding: 7px 8px;
    margin: 0;
}

#items input {
    cursor: pointer;
}

#items .form-group {
    position: relative;
}

.location_tools .btn-tool {
    padding: 11px 6px;
    display: inline-flex;
    margin: 0;
}

.location_tools .btn-tool i {
    font-size: 0.9rem;
}

.location_tools .btn-tool i.far {
    font-size: 0.8rem;
}

.full_add {
    display: none;
    border-top: 0;
    margin: 0 !important;
    padding: .275rem .75rem;
}


/*.return_booking{
    display: none;
}*/

.btn-group.group-info .active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
}

.btn-group.group-success .active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}

.btn-group.group-warning .active {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
}

.btn-group.group-primary .active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}

.return_booking .form-control,
.return_booking .select2-selection {
    background: #f0fcff;
}

.fake_lable {
    opacity: 0 !important;
    display: block;
}

.bn-text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-footer {
    border-top: solid 1px #d3d3d3;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 5px;
    margin: 0;
}

.form-footer a {
    color: #7f7f7f;
    margin-top: 8px;
    display: block;
}

.form-footer a:hover {
    color: var(--bg-color);
}


/*banner responsive*/

@media only screen and (max-width: 1199px) {
    banner {
        font-size: 12px;
    }

    .bn-title {
        font-size: 1.6rem;
    }

    .form-header {
        padding: 14px 16px;
    }

    .form-header h2 {
        font-size: 1rem;
        margin-bottom: 0;
    }

    banner .googleSection .col-12,
    banner .googleSection .col-sm-6,
    .form-footer .col-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    banner .btn-site.btn-lg {
        font-size: 0.7rem;
    }

    .form-footer {
        padding: 9px 5px;
    }

    banner .form-group {
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 577px) {
    .bn-title {
        font-size: 1.3rem;
    }

    .bannerbg {
        padding: 20px 0;
    }
}


/*###########banner section end##############*/


/*bg animation*/

.animated-section {
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    display: block;
    padding: 100px 0;
}

.animated-section .animation-section {
    opacity: 0.3;
}

.animated-section {
    overflow: hidden;
    position: relative;
}

.animated-section .animation-section {
    opacity: 0.3;
}

.animated-section .animation-section .round {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid var(--bg-color);
    border-radius: 100%;
    position: absolute;
    -webkit-animation: myOrbit 9s linear infinite;
    animation: myOrbit 9s linear infinite;
}

.animated-section .animation-section .round.r-2 {
    width: 15px;
    height: 15px;
}

.animated-section .animation-section .round.r-y {
    border-color: var(--bg-color);
}

.animated-section .animation-section .square {
    width: 12px;
    height: 12px;
    background-color: transparent;
    position: absolute;
    border: 2px solid var(--bg-color);
    -webkit-animation: animationFramesTwo 50s infinite linear;
    animation: animationFramesTwo 50s infinite linear;
}

.animated-section .animation-section .square.s-2 {
    width: 15px;
    height: 15px;
}

.animated-section .animation-section .cross {
    height: 12px;
    width: 12px;
    position: absolute;
    -webkit-animation: animationFramesTwo 50s infinite linear;
    animation: animationFramesTwo 50s infinite linear;
}

.animated-section .animation-section .cross:after,
.animated-section .animation-section .cross:before {
    position: absolute;
    content: " ";
    height: 12px;
    width: 2px;
    background-color: var(--bg-color);
}

.animated-section .animation-section .cross:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-section .animation-section .cross:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-section .animation-section .po-1 {
    top: 50%;
    left: 5%;
}

.animated-section .animation-section .po-2 {
    right: 5%;
    bottom: 7%;
}

.animated-section .animation-section .po-3 {
    top: 20%;
    right: 8%;
}

.animated-section .animation-section .po-4 {
    bottom: 5%;
    left: 30%;
}

.animated-section .animation-section .po-5 {
    right: 20%;
    top: 10%;
}

.animated-section .animation-section .po-6 {
    top: 2%;
    left: 47%;
}

.animated-section .animation-section .po-7 {
    right: 1%;
    top: 53%;
}

.animated-section .animation-section .po-8 {
    bottom: 1%;
    right: 27%;
}

.animated-section .animation-section .po-9 {
    top: 24%;
    right: 30%;
}

.animated-section .animation-section .po-10 {
    top: 5%;
    left: 15%;
}

.animated-section .animation-section .po-11 {
    bottom: 32%;
    left: 36%;
}

.animated-section .animation-section .po-12 {
    left: 2%;
    bottom: 10%;
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes myOrbit {
    from {
        -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

@keyframes myOrbit {
    from {
        -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

.dropdown-item {
    text-transform: capitalize;
}


/*#################Our App section#############*/

ourapp {
    padding: 0 !important;
}

.app-text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-subtitle {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 0;
    color: var(--bg-color);
}

h1.app-title {
    margin-top: 12px;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 30px;
    max-width: 415px;
}

.button-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appImage {
    width: 100%;
    padding: 30px 40px !important;
}

.appImage img {
    width: 100%;
}

.app-desc {
    /*font-weight: bold;*/
    color: var(--text-color2);
    font-family: var(--font-family);
}

.app-button-wrap .btn-site {
    width: 219px;
    border-radius: 44px;
    padding: 10px 16px;
    text-align: center;
}

.app-button-wrap .button-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 17px;
    vertical-align: middle;
    text-align: left;
}

.app-button-wrap a:first-child {
    margin-right: 10px;
    background: var(--bg-color);
}

.app-button-wrap a:last-child {
    background: var(--bg-color2);
}

.app-button-wrap .button-icon img {
    max-width: 40px;
}

.button-text .button-subtitle {
    font-size: 10px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.button-text .button-title {
    font-size: 21px;
    font-weight: 600;
}


/*service responsive*/

@media only screen and (max-width: 1199px) {
    ourapp {
        padding: 20px 0 !important;
    }

    .app-button-wrap .btn-site {
        width: 211px;
    }
}

@media only screen and (max-width: 991.5px) {
    ourapp {
        padding: 0px 0 30px !important;
    }

    .app-button-wrap .btn-site {
        margin-bottom: 20px;
    }
    #nav .navbar li a {
      padding: 8px 16px 8px 8px;
    }
    .nav-item.con_numbr a{
        padding: 8px 7px 8px 25px !important;
    }
    .nav-item.con_numbr .fas {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767.5px) {
    .app-desc {
        font-size: 14px;
    }

    h1.app-title {
        font-size: 2rem;
        margin-bottom: 13px;
    }
    #nav #navbarNav{
        position: absolute;
        width: 100%;
        top: 64px;
        background: rgb(255, 255, 255);
        z-index: 99;
        left: 0px;
        padding: 14px;
        border-top: 1px solid #ccc;
    }
    .navbar, .upper-nav{
        position: unset;
    }
    .logo img {
      max-width: 144px;
    }

}

@media only screen and (max-width: 575px) {
    .contacts-wrap h2 {
        margin-bottom: 5px;
        font-size: 1.5rem;
    }

    .contacts-wrap {
        padding-bottom: 18px;
    }
}


/*#################Our App section end#############*/


/*####################serive secction #####################*/


/*service{
    padding-bottom: 50px !important;

}
.title-1{
    text-align: center;
}
.title-1 .title-label {
    font-size: 14px;
    color: var(--bg-text);
    background-color: var(--bg-color);
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}
.title-1 h2 {
    padding-top: 25px;
    padding-bottom: 50px;
    font-weight: 800;
}
.service-section .service-box {
    margin-bottom: 50px;
    padding: 70px 52px;
    background-color: white;
    border-radius: 20px;
    text-align: center;
    -webkit-box-shadow: 10px 17.321px 30px 0px rgba(206, 206, 206, 0.4);
    box-shadow: 10px 17.321px 30px 0px rgba(206, 206, 206, 0.4);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 484px;
}

.service-section .service-box:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-section .service-box .service-icon {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
        margin-bottom: 0px;
    background-color: rgba(239, 63, 62, 0.05);
    border-radius: 100%;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-section .service-box:hover .service-icon {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-section .service-box .service-icon svg {
    width: 45px;
    height: 45px;
    fill: var(--bg-color);
}
.service-section .service-box h3 {
    text-align: center;
    color: black;
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.service-section .service-box p {
    text-align: center;
    color: #999999;
    line-height: 1.7;
    margin-bottom: 8px;
}
.service-section .service-box .lower-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rating i {
    font-size: 12px;
    margin: 0 2px;
    color: #ffcc33;
}
.service-section .service-box .lower-section h6 {
    margin-bottom: 0;
    color: #ef3f3e;
    margin-left: 12px;
    text-transform: capitalize;
    font-weight: 800;
}
.service-section .service-box .btn {
    margin-top: 30px;
    text-transform: capitalize;
    box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.12);
    font-weight: bold;
}*/


/*service responsive*/


/*@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 768px) {
    service {
    padding-bottom: 50px !important;
    padding: 40px 0 0 !important;
    font-size: 14px;
}
.title-1 h2 {
    font-size: 1.5rem;
}
.service-section .service-box{
    padding: 50px 13px;

}
}*/

.steps {
    background: #e7e7e7;
    font-size: 14px;
}

.steps .title .sub-title {
    color: #48d183;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.steps .title h2 {
    color: #3b396d;
    font-family: barlow, sans-serif;
    font-size: 4.1667em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -1.7px;
}

.steps .sc_icons_item {
    /* position: relative; */
    padding: 4em 0;
    text-align: center;
    position: relative;
}

.steps .sc_icons_item_title {
    font-size: 1.5em;
    color: #3b396d;
    font-weight: bold;
}

.steps .sc_icons_image {
    position: relative;
    z-index: 3;
}

.steps .sc_icons_image img {
    width: 3.9em;
}

.steps .sc_icons_item_details {
    position: relative;
    z-index: 3;
    margin-top: 1em;
    padding: 0 2em;
}

.sc_icons_item_description {
    font-size: 1em;
}

.steps .sc_icons_item:before {
    content: '';
    width: 18.3em;
    height: 18.3em;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 0;
    background: #fff;
    bottom: 0;
    right: 0;
}

.steps .sc_icons_columns_wrap div[class*=trx_addons_column-] {
    position: relative;
    max-width: 18.5em;
    margin: auto;
}

.steps .sc_icons_columns_wrap {
    counter-reset: section;
}

.steps .sc_icons_columns_wrap div[class*=trx_addons_column-] .sc_icons_item:after {
    content: counter(section, decimal);
    counter-increment: section;
    font-size: 1.2em;
    font-weight: 700;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.1em;
    border-radius: 50%;
    color: #fff;
    background: #48d183;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 4;
}

.steps .sc_icons_columns_wrap div[class*=trx_addons_column-]+div[class*=trx_addons_column-]:after {
    content: url(img/download.png);
    display: block;
    position: absolute;
    left: -100px;
    top: 62px;
}

@media only screen and (max-width: 1199px) {
    .steps {
        font-size: 11px;
    }
}

@media only screen and (max-width: 991px) {
    .steps {
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    .steps {
        font-size: 13px;
    }

    .steps .title h2 {
        font-size: 8vw;
    }
}


/*####################serive secction end #####################*/


/*Abput us section*/


/*aboutus{
    padding-bottom: 0 !important;
}
.about-us-block{
    margin: 0 0 100px 0;
}
.title-block4 {
    width: 55px;
    height: 2px;
    margin: 0px 0 30px 0;
    background-color: var(--bg-color);
}
.about-us-block p {
    margin: 0 0 25px 0;
}

.video-wrapper{
    min-height: 335px;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-wrapper .video-play{
    display: block;
position: relative;
}
.video-wrapper .video-play i {
    color: #fff;
    width: 70px;
height: 70px;
padding: 15px 0 0 10px;
    font-size: 38px;
    text-align: center;
    border: #fff 3px solid;
    z-index: 9999;
    -webkit-border-radius: 99%;
    -moz-border-radius: 99%;
    -o-border-radius: 99%;
    border-radius: 99%;
}
.app-button-wrap{
    margin-top: 12px;
}
@media only screen and (max-width: 991px) {
aboutus {
    padding: 50px 0 !important;
}
.about-us-block{
    margin-bottom: 50px;
}
}*/
.bg-about {
    background-image: url('../data/im/about.jpg')
}

.about_us .title h1 {
    font-weight: bold;
    text-transform: uppercase;
}

.about_us .title p {
    color: #cdcdcd;
}

.about_us .about {
    background-position: right;
    background-repeat: no-repeat;
}

.about_us .owl_about {
    background: var(--bg-color);
}

.about_us .owl-about-text {
    position: relative;
}

.about_us .owl-about-text h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}

.about_us .owl-about-text p {
    font-size: 20px;
    font-weight: bold;
}

.about_us .owl-about-text:after {
    content: "";
    width: 40px;
    height: 4px;
    background: #e91e22;
    position: absolute;
    margin: auto auto auto 45px;
    left: 0;
    right: 0;
    bottom: -17px;
}

.about_us_carousel .owl-nav button.owl-prev,
.about_us_carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: var(--bg-color2) !important;
    border-radius: 50% !important;
    color: var(--bg-text) !important;
    font-size: 38px !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: 0 !important;
    padding: 5px 15px 13px !important;
    display: inline-flex !important;
}

.owl-inline {
    width: 160px;
    vertical-align: top;
}

.owl-inline-wt {
    width: calc(100% - 180px)
}

@media only screen and (max-width:549px) {
    .about_us .owl_about>.d-inline-block {
        width: 100% !important;
    }

    .owl-about_title {
        padding-bottom: 0 !important;
    }

    .about_us .owl-about-text {
        margin-bottom: 30px;
    }

    .about_us .owl-about-text::after {
        margin: 0;
        bottom: -15px;
    }
}


/*Abput us section end*/


/*footer*/


/*footer{
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}
.contacts-wrap{
    padding-bottom: 30px;
}
.footer-menu li{
padding: 3.5px 0;
}
.footer-menu li a{
text-decoration: none;
}
.footer-menu li a:hover{
color: var(--bg-color);
}
.contacts-wrap h2{
    font-weight: bold;
color: var(--bg-color);
margin-bottom: 25px;
}

.contacts-wrap .footer-logo{
margin-bottom: 25px;
}*/

.contacts-wrap li {
    padding: 3.5px 0;
    background-color: transparent;
    border-bottom: 1px solid #383838;
}

.contacts-wrap li a {
    text-decoration: none;
}

.contacts-wrap li a:hover {
    color: var(--bg-color);
}

#btm {
    background: var(--bg-color2);
}

#btm .container-fluid {
    padding-bottom: 40px;
    padding-top: 65px;
    border-bottom: 1px solid gray;
}

#btm .title {
    margin-bottom: 50px;
}

#btm h5 {
    color: var(--bg-text);
    margin-bottom: 28px;
}

#btm p {
    color: var(--bg-text)
}

#btm .form input {
    height: 38px;
}

#btm i {
    color: #c7c7c7;
    font-size: 25px;
    margin-top: 4px;
}

#btm .form button {
    border-radius: 30px;
    width: 120px;
    margin-top: 20px;
}

#btm .title:after {
    content: "";
    width: 70px;
    height: 3px;
    background: var(--bg-color);
    left: 3;
    top: 1;
    position: absolute;
    margin-bottom: 20px;
}


/*##################### testimonial start #################*/

.testimonial {
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial>.container {
    position: relative;
}

.testimonial .item {
    text-align: center;
    position: relative;
    color: var(--text-color);
}

.test-title {
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--font-family);
    text-align: center;
}

.test-desc {
    text-align: center;
    font-size: 1.1rem;
    max-width: 740px;
    margin: auto;
    color: var(--text-color);
    opacity: 1;
    padding: 20px 0px 20px;
    font-weight: 600;
}

.invertedQ {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.8;
    top: 0;
    max-width: 862px;
    margin: auto;
    left: 0;
    right: 0;
}

.invertedQ .QL {
    transform: rotate(180deg);
}

.invertedQ .QR {}


/*.owl-dots{
    margin-top: 20px !important;
}*/

.owl-dot.active span {
    background: var(--bg-color) !important;
}

.wd-100 {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .test-desc {
        font-size: 0.9rem;
        max-width: 600px;
    }

    .test-title {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .test-desc {
        padding: 20px 28px;
    }
}


/*Contentpages*/

.content-page {
    background: #f2f2f2;
}

.content-img {
    padding: 50px 0 10px;
    display: block;
}

.content-img img {
    width: 100%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .3);
}

.content-title {
    margin: 32px 0;
    text-transform: uppercase;
    position: relative;
}

.content-title:after {
    content: "";
    width: 70px;
    height: 3px;
    background: var(--bg-color);
    position: absolute;
    bottom: -16px;
    left: 3px;
}

.content-detail {
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .content-title {
        margin: 12px 0 32px;
        font-size: 2rem;
    }
}

.nav-tabs .nav-link {
    color: var(--text-color);
}


/*Custom tab*/

nav.custom-tabs>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav.custom-tabs .nav-item {
    position: relative;
}

.custom-tabs .nav-item.nav-link.active {
    background: var(--bg-color) !important;
}

nav.custom-tabs>div a.nav-item.nav-link,
nav.custom-tabs>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav.custom-tabs>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -59px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: var(--bg-color);
}

.custom-tab-content.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid var(--bg-color);
    border-bottom: 5px solid var(--bg-color);
    padding: 30px 25px;
}

nav.custom-tabs>div a.nav-item.nav-link:hover,
nav.custom-tabs>div a.nav-item.nav-link:focus {
    border: none;
    background: var(--bg-color);
    color: var(--bg-text);
    border-radius: 0;
    transition: background 0.20s linear;
}

.nav-item.nav-link.disable {
    /*pointer-events: none;*/
    background: #3f444c !important;
}

.editStep {
    position: absolute;
    position: unset;
    top: 0;
    right: 0;
    padding: 6px 14px 6px;
    cursor: pointer;
    display: none;
    background: #939393;
    margin-right: 10px;
}


/*customer booking form section*/

.hide-step {
    display: none;
}

.step2 {
    padding-top: 10px;
}

.vehicele_type_section .card-body {
    display: flex;
    justify-content: space-between;
}

.card {
    margin-bottom: 10px;
}

.card.vehicle_type {
    cursor: pointer;
}

.vehicle_type.select {
    background: var(--bg-color) !important;
    color: var(--bg-text);
}

.vehicle_type.select span, .vehicle_type.select .vhBx {
    color: var(--bg-text);
}

.card .card-body {
    padding: .4rem 1rem;
}

.card .image {
    display: inline-flex;
    padding: 0.4rem;
    vertical-align: middle;
    width: 30%;
}

.image img {
    max-width: 100%;
    max-height: 66px;
}

.card .conten {
    display: inline-flex;
    padding: 0.4rem;
    vertical-align: middle;
    width: calc(50% - 10px);
    flex-direction: column;
    justify-content: space-between;
}

.card .price {
    display: inline-flex;
    padding: 0.4rem;
    vertical-align: middle;
    width: 20%;
    text-align: right;
    text-align: right;
    justify-content: space-between;
    flex-direction: column;
}

.card .vehicleDetails {
    display: flex;
}

.vehicleDetails .vhBx {
    margin-right: 10px;
    color: gray;
}

.vehicleDetails span {
    color: var(--text-color);
}

.table-div {
    font-size: 13.5px;
    overflow: auto;
}

.table-div .table td,
.table-div .table th {
    padding: .3rem;
}

.table-div.site-table .table th {
    padding: .6rem .3rem;
    background: var(--bg-color);
    color: #fff;
}


/* CONTACT US */

.cantact-tool {
    text-align: center;
    font-size: 0.96rem;
}

.cantact-tool .icon {
    font-size: 43px;
    margin-bottom: 7px;
    transition: all 0.8s ease 0s;
}

.cantact-tool:hover .icon {
    color: var(--bg-color);
}

.cantact-tool h4 {
    margin-bottom: 20px;
}

.cantact-tool .color {
    color: var(--bg-color)
}

.row-contact {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.row-contact .content-title {
    margin-bottom: 5rem;
}

.row-contact .btn-site {
    line-height: 20px;
    padding: 15px 35px;
    height: 50px;
    border: 2px solid var(--bg-color);
    transition: all 0.4s;
    color: var(--bg-text);
    border-radius: 100px;
    font-size: 17px;
}

.row-contact .btn-site:hover {
    border: 2px solid var(--bg-color);
    color: var(--bg-color);
    background-color: var(--bg-text);
}