
body {
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
     /*overflow-x: hidden;*/
    font-size: 14px
}

a {
    transition: .5s;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    color: #5c5c5c;
    font-size: 15px;
    line-height: 28px;
    font-family: "Muli", sans-serif
}

h3 {
    font-size: 18px;
    color: #2f2c2c
}

ul {
    list-style-type: none
}

.d-table {
    width: 100%;
    height: 100%
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle
}

.d-tablecell2 {
    display: table-cell;
    vertical-align: bottom
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 70px
}
.pt-50{
    padding-top:50px;
}
.trip-img{
     width: 393px;
   height:257px;
}
.pb-70 {
    padding-bottom: 70px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-mines-25 {
    padding: 100px 0 65px !important
}

img {
    max-width: 100%;
    height: auto
}

button:focus {
    outline: 0;
    box-shadow: none;
    border: none
}

.owl-theme .owl-nav {
    margin-top: 0
}

.read-more {
    display: inline-block;
    padding: 5px 0px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1
}

.read-more:hover {
    color: #be2026
}

.read-more:hover::before {
    left: 50px
}

.searchbox-area {
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 50%
}
.ttl_txt[_ngcontent-uqe-c2] {
    font-size: 16px;
    color: #000;
    float: left;
}
.ttl_sec[_ngcontent-uqe-c2] {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    float: left;
    background: #f5f4f4;
    font-weight: 600;
    border-top-right-radius: 5px;
}
.img-container img {
    width: 232px;
    margin: 0px 0px 0px 0px;
    margin-left: 69px;
}
.page-header-info P {
    color: #fff;
    font-family: cursive;
    font-size: 66px;
    margin-top: 80px;
    /* line-height: 56px; */
    /* margin-bottom: 15px; */
}

.page-header-info, h6 {
    color:#fff;
    font-size: 40px;
    font-weight: 600;
    margin: 20px 0;
    /*text-transform: uppercase;*/
}
 .page-header-info.hero-title span {
    color:#fff ;
}
.page-header-info .hero-title1{
     color:#fff;
    font-size: 50px;
    margin-top:30px;
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}
.page-header-info .hero-title {
    color:#fff;
    font-size: 60px;
    font-weight: 800;
    margin-top:30px;
    margin: 20px 0;
    text-transform: uppercase;
}
.search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 6, .9);
    transition: all .5s ease-in-out;
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 999999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.search::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%
}

.box.selected {
    border: 2px solid #504e4f;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.box .price {
    background: #504e4f;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 17px;
    color: #fff;
}

.box.selected .icon-box i {
    color: #504e4f;
}
.search .form-control {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 30%;
    color: #be2026;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -40px;
    padding: 10px 0;
    outline: none;
    border: 2px solid #fff;
    height: 50px;
    border-radius: 5px
}

.search .form-control :focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none
}

.search input {
    caret-color: #000
}

.search .btn {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    border: #000;
    background: #be2026;
    color: #fff;
    padding: 10px 30px;
    margin: auto
}

.search .btn:focus {
    box-shadow: none
}

.search .btn:hover {
    background-color: #be2026
}

.search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #be2026;
    border-color: #be2026;
    opacity: 1;
    padding: 10px 17px;
    font-size: 25px
}

.search .close:hover {
    background-color: #727272;
    color: #fff !important;
    opacity: 1 !important
}

.search.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1
}

.search.open::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 1000%;
    opacity: .5;
    top: 0;
    left: 0
}

.search.open .theme-btn {
    max-width: 570px
}

.search.open .close {
    border: none
}

.custom-btn1 {
    display: inline-block;
    background-color: #504e4f;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 12px 35px;
    margin-right: 20px;
    position: relative;
    z-index: 1
}

.custom-btn1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 0;
    height: 100%;
    transition: .5s;
    z-index: -1
}

.custom-btn1:hover {
    color: #be2026
}

.custom-btn1:hover::before {
    width: 100%
}

.custom-btn2 {
    display: inline-block;
    background-color: #3e5cab;
    font-size: 14px;
    font-weight: 600;
    border:none;
    text-transform: capitalize;
    color: #fff;
    padding: 6px 35px;
    margin-right: 20px;
    position: relative;
    z-index: 1
}

.custom-btn2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #504e4f;
    width: 4px;
    height: 100%;
    z-index: -1;
    transition: .5s
}

.custom-btn2:hover {
    color: #fff
}

.custom-btn2:hover::before {
    width: 100%
}

.section-title {
    position: relative;
    margin-bottom: 50px;
    z-index: 1
}

.section-title h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
    margin-top:50px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 22px
}

.section-title p {
    font-weight: 600;
    margin-bottom: 0
}

.section-title span {
    text-transform: capitalize;
    font-size: 75px;
    font-weight: bold;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 28px;
    opacity: .1;
    z-index: -1;
    color: #7a7a7a
}
.trip-type-tabs .nav-tabs li a {
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    display: block;
    font-size: 18px;
    color: #444444;
    font-weight: 500;
    padding: 15px 44px;
    background-color: #fff;
    border: none;
}
.nav-pills {--bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #3e5cab;
    border-radius: 5px 10px !important;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.perches-section {
    position: absolute;
    bottom: 70px;
    top: 114px !important;
    width: 100%;
}
  .card-transfer {
            max-width: 350px;
            margin: 20px auto;
            padding: 15px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
        .transfer-icon {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }
        .transfer-item {
            margin-bottom: 10px;
        }
.car-name {
    font-size: 21px;
    color: #665c5c;
        margin-top: 10px;
    font-weight: 500;
    text-align: center !important;
    margin-bottom: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    /*border-radius:20px;*/
       background-color: #ffffff;
       color: #23262b;
    /*margin-right:10px !important;*/
    margin-bottom: -17px;
    padding:10px;
}
.icon img {
    max-width: 77%;
    height: auto;
}
.icon-box {
    padding: 9px 8px;
    border-radius: 3px;
    margin-bottom: 10px;
    /* min-width: 50px; */
    margin-right: 24px !important;
    color: #fff;
    background-color: #3e5cab;
    color: #fff;
    width: 47px;
    height: 43px;
    margin-left: 24px;
    /* margin-left: 267px; */
    /* margin-top: 12px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    /* border-radius: 8px; */
    position: relative;
}
.car-description .car-name {
    margin: -5px -1px -18px 0;
    font-size: 17px;
    text-align: left;
    color: #edd5b5;
    /* line-height: 1; */
}
 .car-description {
    /* width: 100%; */
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
 .car-specifications {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .car-specifications li {
    background-color: #aa8768;
    padding: 9px 8px;
    border-radius: 3px;
    margin-bottom: 14px;
    min-width: 50px !important;
    color: #fff;
}
.item strong{
        margin-left: 27px;
}
.why-book-us-container {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px!important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.why-book-us-container h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
        margin-top: 10px;
    text-align: center;
}

.benefit {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.benefit .icon {
    flex-shrink: 0;
    width: 50px; /* Adjust width as needed */
    height: 50px; /* Adjust height as needed */
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit .icon img {
    width: 100%;
    height: auto;
}

.benefit .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit .text h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2c2c;
}

.benefit .text p {
    margin: 0;
    color: #777;
    font-size: 13px;
}
.why-book-us-container{    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px;
    background: white;

}
  .why-book-us-container h3{     font-size: 18px;
    color: #2f2c2c;
    text-align: center;
    font-weight: bold;}
.text h4{
            font-size: 16px;
        font-weight: 600;
}
.card-custom {
    /*width: 272px;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px!important;
}
        .card-title-custom {
               font-size: 18px;
    color: #2f2c2c;
    text-align: center;
    font-weight: bold;
        }
        .icon {
            margin-right: 10px;
        }
        .item {
            margin-bottom: 15px;
        }
.icon-box i {
    font-size: 17px;
}
.icon-number {
    position: absolute;
    bottom: 7px;
    right: 9px;
    font-size: 16px;
}
.pick_loc_ms_vw[_ngcontent-lcs-c2] {
    background: url(img/icons-main.png);
    width: 10%;
    height: 33px;
    background-position: -180px -12px;
    float: left;
    background-color: transparent;
    margin: auto;
}
.box:hover {
    transform: translateY(-10px); /* Slightly move the box up on hover */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9; /* Change the background color on hover */
}

/*.box:active {*/
    /*transform: scale(0.97);*/
    /* Slight shrink on click 
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);*/
/*}*/

/* Add some pulse effect on click */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/*.box:active {*/
/*    animation: pulse 0.2s ease;*/
/*}*/

.box {
    /*margin: 3px 68px;*/
    /*width: 330px;*/
     transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #ccc;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0px 0px 4.8px 0.2px rgb(62 92 171);*/
    padding: 0px 34px;
    background-color: white;
    border: 1px solid #665c5c;
    /*margin-top: 26px;*/
}

.trip-type-frm input[type="text"] {
    display: block;
    height: 35px;
    padding: 0 15px;
    width: 100%;
    color: #000;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    background-color: #f6f6f6;
    font-weight: 400;
}
.trip-type-frm input[type="email"] {
    display: block;
    height: 35px;
    padding: 0 15px;
    width: 100%;
    color: #000;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    background-color: #f6f6f6;
    font-weight: 400;
}
.welcome-text{
    font-size: 45px;
    font-weight:800;
    color:#fff;
}
.cabs-sec{
    /*text-align: center;*/
    font-size: 42px; 
    color: #f7efef;
    font-weight: bold;}
.trip-outer .tab-content {
         /*width: 99.8% !important;*/
    background-color: #fff;
    /*float: left;*/
      padding: 22px 31px;
}
.trip-type-tabs .nav-tabs > li.active > a, .trip-type-tabs .nav-tabs > li.active > a:hover, .trip-type-tabs .nav-tabs > li.active > a:focus {
    background-color: #f0f0f0;
    border: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
  .scrollable-menu {
    max-height: 200px; 
    overflow-y: auto;
  }
.icon-row{
  margin-top: -144px;
    margin-left: -33px;}
  .dropdown-toggle {
    width: 100%;
    white-space: nowrap;
}
  .dropdown-menu {
    padding: 0;}
.bootstrap-select>.dropdown-toggle {
    background-color: transparent;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    color: #5F6973;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    line-height: 35px;
    letter-spacing: 0em;
    line-height: 35px;
    text-align: left;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
/*.nav-pills .nav-link{*/
/*    border-radius:0;*/
/*}*/
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
       background-color: #ffffff;
    color: #23262b;
}
.trip-type-tabs .nav-pills .nav-item{
    width:50%;
}
/*.nav > li > a {*/
/*    position: relative;*/
/*    display: block;*/
/*    background-color: #504e4f;*/
/*    padding: 9px 12px;*/
/*    color:#fff;*/
/*    margin-bottom: -17px;*/
/*}*/
.show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #3e5cab !important;
}
.trip-type-tabs .nav-tabs li a {
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    display: block;
    font-size: 18px;
    color: #444444;
    font-weight: 500;
    padding: 15px 44px;
    background-color: #fff;
    border: none;
}
.car-container .car-specifications li {
    background-color: #aa8768;
    padding: 9px 8px;
        width: 9%;
    border-radius: 3px;
    margin-bottom: 14px;
    min-width: 50px;
    color: #fff;
}
.car-container .car-specifications {
    list-style: none;
    margin: 0;
    padding: 0;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.trip-outer .tab-content {
    /*width: 37.5%;*/
    background-color: #fff;
    /*float: left;*/
        padding: 11px 30px;
    border-radius: 0px 0px 7px 7px;
}
.trip-type-tabs .nav-tabs li:last-child a {
    margin-right: 0;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #2a3e72;
    /*background-image: url(../images/Untitled-design-unscreen.gif);*/
    background-repeat: no-repeat;
    background-position: center center;
}

.loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -45px
}

.spinner {
    width: 80px;
    height: 80px;
    position: relative
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

#toTop {
    position: fixed;
    bottom: 11px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 9
}

#toTop i {
    background: #3e5cab;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 30px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    display: inline-block;
    line-height: 1.3;
    transition: .2s;
    -webkit-transition: .2s
}

#toTop i:hover {
    background-color: #5a5a5a;
    color: #fff
}

.navbar-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0)
}

.main-nav {
    position: unset;
    width: 100%;
    z-index: 9;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    /*border-bottom: 1px solid #4a4646;*/
    background-color: #fff;
}

.main-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0
}

.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px
}

.main-nav nav .navbar-nav .nav-item a:hover {
    color: #3e5cab;
    position: relative; /* Allows positioning of the dot */
}

.main-nav nav .navbar-nav .nav-item a:hover::after {
    content: '•'; /* The dot */
    position: absolute;
    bottom: -35px; /* Position the dot below the text */
    left: 50%; /* Center the dot */
    transform: translateX(-50%);
    font-size: 32px; /* Adjust the size of the dot */
    color: #3e5cab; /* Same color as the text */
}

.main-nav nav .navbar-nav .nav-item a:focus {
    color:#3e5cab;
}

.main-nav nav .navbar-nav .nav-item:last-child a {
    margin-right: 0
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0
}

.main-nav nav .navbar-nav .nav-item a.active {
    color:#3e5cab;;
    font-weight: 700
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color:#3e5cab;
}

.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 68px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 207px;
    z-index: 99;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e6e6e6
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: none
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #000
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color:#3e5cab;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus {
    color:#3e5cab;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color:#3e5cab;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #000;
    text-transform: capitalize
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color:#3e5cab;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color:#3e5cab;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color:#3e5cab;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: 0 !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color:#3e5cab;
}

.main-nav nav .navbar-nav .nav-item .search-ico {
    font-size: 18px
}

.main-nav nav .navbar-nav .nav-item .cart-ico {
    font-size: 18px;
    position: relative
}

.main-nav nav .navbar-nav .nav-item .cart-ico::before {
    content: "+3";
    position: absolute;
    background-color: #be2026;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    line-height: 2;
    top: -6px;
    left: 10px
}

.main-nav nav .navbar-nav .nav-item .cart-ico:hover::before {
    color: #fff
}

.main-nav nav .navbar-nav .nav-item:hover .cart-ico::before {
    color: #fff !important
}

.main-nav nav a.nav-link.cart-ico.active::before {
    color: #fff
}

.main-nav nav .navbar-nav2 .nav-item a {
    color: #000
}

.main-nav nav .navbar-nav2 .cart-ico {
    font-size: 18px;
    position: relative
}

.main-nav nav .navbar-nav2 .cart-ico::before {
    content: "+3";
    position: absolute;
    background-color: #be2026;
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    line-height: 2;
    top: -6px;
    left: 10px
}

.main-nav nav .navbar-nav2 .cart-ico:hover::before {
    color: #fff
}

.main-nav2 {
    color: #fff !important;
    border-bottom: 1px solid #ddd
}

.main-nav2 .navbar-nav2 li .nav-link {
    color: #fff
}

.navbar-light .navbar-brand {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

.navbar-light .navbar-brand:hover {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

.menu-shrink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    transition: all .5s;
    max-width: 100%;
    margin-top: 0;
    border: none
}

.main-nav2 .navbar-brand2 {
    display: none
}

.menu-shrink nav .navbar-nav2 .nav-item a {
    color: #fff
}

.menu-shrink .logo2 .navbar-brand {
    display: none
}

.menu-shrink .logo2 .navbar-brand2 {
    display: block
}

.main-slider .single-slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    margin-top:87px !important;
    position: relative;

}
.container .mt-5 .p-5{
 position: absolute !important;
  z-index:50;}
.main-slider .single-slider-item::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    z-index:1;
    left: 0;

}
.page-header-info h2 span {
    font-size:50px;
    /*color: #3e5cab;*/

}
.page-header-info h4 {
    background-color: #f9bf00;
    clip-path: polygon(93% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
}
.page-header-info h2 {
    color: #fff;
        font-family: cursive;
    font-size: 66px;
    margin-top:80px;
    /*line-height: 56px;*/
    /*margin-bottom: 15px;*/

}
.page-header-shape:after {
    background-color: #222;
    background-image: url(../img/texture.webp);
    background-repeat: repeat;
    background-size: cover;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    width: 100%;
    height: 35px;
    position: absolute;
    left: -150px;
    bottom: 0;
    z-index: -1;
}
.page-header-shape:before {
    background-color: #f9bf00;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.page-header-shape {
    width: 50%;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.book-button{
    border: none;
    border-radius: 9px;
    background-color: #3e5cab;
    color: white;
    font-size: 17px;
    font-weight: 400;
    padding: 6px 22px;
}

.main-slider .single-slider-item.item-bg-one {
    background-image: url(../images/ur-cabs-banner-1.png)

}

.main-slider .single-slider-item.item-bg-two {
    background-image: url(../images/ur-cabs-banner-2.png)

}

/*.main-slider .single-slider-item.item-bg-one {*/
/*    background-image: url(../images/banner01.png)*/
/*}*/

/*.main-slider .single-slider-item.item-bg-two {*/
/*    background-image: url(../images/banner02.png)*/

/*}*/

/*.main-slider .single-slider-item.item-bg-two {*/
/*    background-image: url(../images/red-taxi-banner.webp)*/

/*}*/

/*.main-slider .single-slider-item.item-bg-one {*/
/*    background-image: url(../images/)*/
/*}*/

/*.main-slider .single-slider-item.item-bg-two {*/
/*    background-image: url(../images/customer-modern-businesswoman.jpg)*/
/*}*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .trip-img {
    width: 711px;
    height: 282px;
}
    .main-slider .single-slider-item {
        margin-top: 56px !important;
        height: 700px;
    }
}

.main-slider .single-slider-item .slider-text {
    position: relative;
    max-width: 620px;
    margin-top: -70px
}

.main-slider .single-slider-item .slider-text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

.main-slider .single-slider-item .slider-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0
}

.main-slider .single-slider-item .slider-text .slider-button {
    margin-top: 28px
}

.main-slider .single-slider-item .slider-text .slider-button a.custom-btn2 {
    z-index: 1
}

.main-slider .single-slider-item .slider-text .slider-button a.custom-btn2::before {
    background: #fff
}

.main-slider .single-slider-item .slider-text .slider-button a.custom-btn2:hover {
    color: #be2026
}

.main-slider .single-slider-item .slider-text .slider-button a.custom-btn2:hover::before {
    width: 100%
}

.main-slider.owl-carousel .owl-nav {
    position: absolute;
    bottom: 23%;
    right: 0;
    color: #fff;
    max-width: 1110px;
    left: 0;
    margin: auto;
    text-align: right
}

.main-slider.owl-carousel .owl-nav button.owl-next {
    font-size: 19px;
    border: 2px solid #fff;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    line-height: 35px;
    transition: .3s;
    display: inline-block
}

.main-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: #2a3e72;
    color: #fff;
    border: 1px solid #33477b;
}

.main-slider.owl-carousel .owl-nav button.owl-next i {
    padding-left: 3px
}

.main-slider.owl-carousel .owl-nav button.owl-prev {
    margin-right: 15px;
    font-size: 19px;
    border: 2px solid #fff;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    line-height: 35px;
    transition: .3s;
    display: inline-block
}

.main-slider.owl-carousel .owl-nav button.owl-prev i {
    padding-right: 3px
}

.main-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background: #2a3e72;
    color: #fff;
    border: 1px solid #33477b;
}

.perches-section {
    position: absolute;
    bottom: 70px;
    top:87px;
    width: 100%
}



.perches-form-wrapper .submit-button {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: auto;
    transition: .15s
}

.perches-form-wrapper .submit-button .search-button {
    background: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 120px;
    height: 50px;
    text-transform: capitalize;
    color: #666;
    border: 0;
    transition: .5s
}

.perches-form-wrapper .submit-button .search-button:hover {
    cursor: pointer;
    background: #222021;
    color: #fff
}

.perches-form-wrapper .single-select h3 {
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    margin-top: 14px
}

.perches-form-wrapper .single-select:last-child {
    margin-right: 0
}

.perches-form-wrapper .single-select .form-control {
    border: none
}

.perches-form-wrapper .single-select .form-control:focus {
    box-shadow: none;
    border: none;
    outline: 0
}

.perches-form-wrapper .single-select .nice-select {
    text-transform: capitalize;
    line-height: 30px;
    margin-right: 45px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding-left: 0
}

.perches-form-wrapper .single-select .nice-select .list {
    color: #3b3b3b
}

.perches-form-wrapper .single-select .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 6px;
    width: 6px
}

.perches-form-wrapper .single-select .nice-select .option {
    padding-right: 60px
}

.perches-form-wrapper .form-wrap {
    display: flex;
    margin-left: 15px;
    margin-right: 15px
}

.perches-wrap2 .perhes-form-wrapper2 {
    position: relative;
    padding-left: 180px;
    max-width: 85% !important
}

.perches-wrap2 .perhes-form-wrapper2::before {
    content: "";
    position: absolute;
    top: -159px;
    left: 29px;
    width: 90px;
    height: 300px;
    background-color: #f9f9f9;
    transform: rotate(45deg);
    z-index: -1
}

.perches-wrap2 .perhes-form-wrapper2::after {
    content: "";
    position: absolute;
    background-image: url(../images/select-shape-banner.png);
    left: -400px;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1
}

.offer-section .single-offer {
    background: #fff;
    padding: 30px;
    text-align:center !important;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border: 1px dashed #dadada;
    line-height: 1;
    height: 300px;
}

.offer-section .single-offer:hover {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    transform: scale(1.05);
    border-color:#3e5cab;
}

.offer-section .single-offer:hover h3 {
    color: #3e5cab;
    transition: .5s
}

.offer-section .single-offer:hover i {
    transform: rotate(360deg)
}

.offer-section .single-offer i {
    font-size: 50px;
    color: #3e5cab;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    transition: .5s
}

.offer-section .single-offer h3 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 8px
}

.offer-section .single-offer p {
    margin-bottom: 25px;
    margin-top: 20px
}

.offer-section .single-offer .read-more::before {
    bottom: 10px
}

.offer-section .single-offer .offer-shape {
    position: absolute;
    opacity: .1;
    z-index: -1;
    bottom: 60px;
    left: 90px
}

.offer-section .single-offer .offer-shape i {
    font-size: 180px;
    color: #d1d1d1
}

.offer-section .single-offer.single-offer-2 {
    text-align: center
}

.offer-section .single-offer.single-offer-2 .offer-shape {
    bottom: -23px;
    left: 0
}

.offer-section .single-offer.single-offer-2 .offer-shape i {
    font-size: 80px
}

.about-section {
    position: relative
}

.about-section .section-title {
    margin-bottom: 25px
}

.about-section .single-about .ab-list {
    margin-top: 20px;
    margin-bottom: 15px
}

.about-section .single-about .ab-list ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.about-section .single-about .ab-list ul li {
    color: #3b3838;
    font-size: 16px;
    font-weight: 700;
    font-family: "Muli", sans-serif;
    text-transform: capitalize;
    padding-left: 28px;
    position: relative
}

.about-section .single-about .ab-list ul li i {
    margin-right: 10px;
    color: #be2026;
    position: absolute;
    left: 0
}

.about-section .single-about .text img {
    width: 20%;
    margin-bottom: 30px;
    margin-top: 10px
}

.about3 .ab-list ul {
    margin-bottom: 0px !important
}

.about-img {
    position: relative
}

.about-img .image-two {
    position: absolute;
    top: 0;
    right: 0
}
 .book-now-btn  {
        background: #504e4f;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 17px;
        color: #fff;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .book-now-btn:hover {
        background-color: #3e5cab; 
        color: #000;

    }
    .text-black .my-3{
            display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    }
.recent-add-section {
    background: #f6f6f6;
   visibility: visible;
    animation-delay: 0.3s;
    animation-name: slideInUp;
    position: relative
}

.recent-add-section .add-slider.owl-carousel .owl-nav {
    display: block
}

.recent-add-section .add-slider.owl-carousel button.owl-next {
    width: 30px;
    height: 30px;
    border: 1px solid #be2026;
    border-radius: 50%;
    line-height: 29px;
    transition: all .5s
}

.recent-add-section .add-slider.owl-carousel button.owl-next:hover {
    background-color: #be2026
}

.recent-add-section .add-slider.owl-carousel button.owl-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #be2026;
    border-radius: 50%;
    font-weight: bold;
    line-height: 29px;
    transition: all .5s
}

.recent-add-section .add-slider.owl-carousel button.owl-prev:hover {
    background: #be2026
}

.recent-add-section .add-slider.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: -92px;
    right: 0;
    z-index: 9;
    font-weight: 600
}

.single-add-box {
    margin-bottom: 30px;
    display:flex;
    background-color:white;
        border: 2px solid transparent; /* Initial border set to transparent */
    transition: border 0.3s ease;
}

.single-add-box:hover {
    border: 2px solid #3e5cab; /* Border color when hovered */
}

.single-add-box .image {
    overflow: hidden;
    display:flex;
    align-items:center;
}
.cars-list{
    color: #5c5c5c;
    font-size: 15px;
    line-height: 11px!important;
    font-family: "Muli", sans-serif;
}
.single-add-box .image img {
    transition: .5s;
    border-radius: 4px 4px 0 0
}

.single-add-box:hover h3 {
    color: #be2026
}

.single-add-box:hover img {
    transform: scale(1.1)
}

.single-add-box .border-caption {
    border: 1px solid #eee
}

.single-add-box .border-caption h3 {
    font-size: 16px
}

/*.single-add-box .image-caption-wrapper {*/
/*    background: #3e5cab;*/
/*}*/

.single-add-box .image-caption-wrapper .add-box-content {
    padding: 36px;
    padding-bottom: 35px;
    background-color: white;
}

.single-add-box .image-caption-wrapper .add-box-content h3 {
    text-transform: capitalize;
    transition: .5s;
    color: #3e5cab;
    font-size: 20px;
    font-weight: 600;
}
.tab-pane.active.show .row>div {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fade-in-bottom;
    animation-name: fade-in-bottom;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-fill-mode: both;
    transition: all .2s ease-in-out;
    transition-duration: 800ms;
    animation-delay: .1s;
}
.single-add-box .image-caption-wrapper .add-box-content .info-list ul {
    padding: 0;
    margin: 0
}

.single-add-box .image-caption-wrapper .add-box-content .info-list ul li {
    display: block;
    font-size: 14px;
    color: #110d0e;
    margin-right: 20px;
    text-transform: capitalize
}

.single-add-box .image-caption-wrapper .add-box-content .info-list ul li i {
    font-size: 7px;
    margin-right: 5px;
        color: #030303;
}

.single-add-box .image-caption-wrapper .add-box-content .info-list ul li:last-child {
    margin-right: 0
}

.single-add-box .image-caption-wrapper .add-box-bottom {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #eee;
    position: relative
}

.single-add-box .image-caption-wrapper .add-box-bottom h5 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    float: left;
    margin-bottom: 0;
    color: #646464
}

.single-add-box .image-caption-wrapper .add-box-bottom .react {
    margin: 0;
    padding: 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex
}

.single-add-box .image-caption-wrapper .add-box-bottom .react li i {
    color: #be2026;
    margin-right: 10px
}

.services-section .left-service {
    margin-left: auto;
    max-width: 750px
}

.services-section .right-service {
    margin-right: auto;
    max-width: 654px;
    position: relative
}

.services-section .right-service .shape img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: auto;
    opacity: .2;
    z-index: -1
}

.services-section .service-image {
    text-align: center
}

.services-section .service-image img {
    width: 95%
}

.single-service {
    position: relative;
    padding: 30px 20px;
    border: 1px solid #3e5cab;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
    overflow: hidden
}

.single-service i {
    font-size: 40px;
    color: #3e5cab;
    line-height: 1;
    margin-right: 20px
}

.single-service .text p {
    margin-bottom: 0
}

.single-service .text h3 {
    font-size: 17px;
    font-weight: 600
}

.single-service:hover {
    background: #3e5cab;
}

.single-service:hover h3 {
    color: #fff
}

.single-service:hover p {
    color: #fff
}

.single-service:hover i {
    color: #fff
}

.single-service:hover::before {
    content: "";
    font-family: Flaticon;
    position: absolute;
    bottom: -60px;
    left: -40px;
    font-size: 94px;
    color: #fff;
    opacity: .5
}

.counter-section {
    background-image: url(../images/1_5.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(#191919, #3e5cab);
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1
}

.counter-section .counter-title {
    position: relative;
    color: #fff;
    margin-bottom: 70px
}

.counter-section .counter-title span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block
}

.counter-section .counter-title h2 {
    font-size: 35px;
    text-transform: uppercase
}

.counter-section .counter-title p {
    color: #fff;
    font-size: 16px;
    max-width: 560px;
    margin: auto
}

.counter-section .counter-title .form-control {
    width: 20%;
    margin: auto;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: 2px solid #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0;
    color: #fff
}

.counter-section .counter-title input {
    caret-color: #fff
}

.counter-section .counter-title input::placeholder {
    color: #fff
}

.counter-section .counter-title input:focus {
    box-shadow: none;
    outline: 0
}

.counter-section .single-counter {
    position: relative;
    padding-left: 100px
}

.counter-section .single-counter i {
    color: #fff;
    font-size: 80px;
    position: absolute;
    top: -35px;
    left: 0
}

.counter-section .single-counter .average h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff
}

.counter-section .single-counter .average h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0
}

.testimonial-slider.owl-carousel .owl-item img {
    width: unset;
    display: unset;
    border-radius: 50%
}

.testimonial-slider .testimonial-single-item {
    padding: 0 0px
}

.testimonial-slider .testimonial-single-item i {
    color: #3e5cab;
    font-size: 30px;
    transform: rotate(180deg);
    display: inline-block;
    line-height: 1
}

.testimonial-slider .testimonial-single-item p {
    margin-bottom: 0;
    max-width: 300px;
    margin: auto
}

.testimonial-slider .testimonial-single-item .profile img {
    margin-top: 20px;
    margin-bottom: 20px
}

.testimonial-slider .testimonial-single-item .profile h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize
}

.testimonial-slider .testimonial-single-item .profile span {
    font-size: 12px;
    color: #838383
}

.testimonial-slider.owl-theme .owl-nav.disabled+.owl-dots {
    line-height: .01;
    margin-top: 30px
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #3e5cab;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #be2026
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span::before {
    background-color: #be2026
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    border-color: #3e5cab;
    position: relative
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #3e5cab;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    margin: 3px
}

.footer-top {
    background-image: url(../images/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0 70px;
    z-index: 1
}

.footer-top::before {
    content: "";
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1
}

.single-widget {
    margin-bottom: 30px
}

.single-widget .logo-image img {
    margin-bottom: 30px;
    width: unset
}

.single-widget p {
    color: #fff
}

.single-widget .social-icon {
    margin-top: 30px
}

.single-widget .social-icon ul {
    padding: 0;
    margin: 0
}

.single-widget .social-icon ul li {
    display: inline-block;
    margin-right: 10px
}

.single-widget .social-icon ul li a {
    color: #fff;
    border: 1px solid #3e5cab;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 14px
}

.single-widget .social-icon ul li a:hover {
    background: #3e5cab;
}

.single-widget h3 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600
}

.single-widget .page-list ul {
    padding: 0;
    margin: 0
}

.single-widget .page-list ul li {
    margin-bottom: 25px;
    line-height: 1
}

.single-widget .page-list ul li:last-child {
    margin-bottom: 0
}

.single-widget .page-list ul li a {
    color: #fff;
        font-family: "Muli", sans-serif;
    text-transform: capitalize;
    font-size: 15px
}

.single-widget .page-list ul li a:hover {
    color: #3e5cab;
}

.single-widget .img-list ul {
    padding: 0;
    margin: 0
}

.single-widget .img-list ul li {
    display: inline-block;
    margin-right: 2px
}

.single-widget .img-list ul li img {
    margin-bottom: 5px;
    transition: .3s;
    max-width: 72px
}

.single-widget .img-list ul li img:hover {
    opacity: .6
}

.single-widget .information ul {
    padding: 0;
    margin: 0
}

.single-widget .information ul li {
    margin-bottom: 22px;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-left: 35px
}

.single-widget .information ul li:last-child {
    margin-bottom: 0
}

.single-widget .information ul li a {
    color: #fff;
    font-family: "Muli", sans-serif;
    font-size: 15px
}

.single-widget .information ul li a:hover {
    color: #3e5cab;
}

.single-widget .information ul li a i {
    font-size: 25px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 0;
    line-height: 1
}

.footer-bottom {
    background: #2d2d2d;
    padding: 20px
}

.footer-bottom p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px
}

.footer-bottom a {
    color: #3e5cab;
    font-size: 17px
}

.main-banner {
    padding-top: 85px;
    padding-bottom: 120px;
    position: relative;
    background: #f9f9f9
}

.main-banner .shape2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 30%;
    margin: auto
}

.main-banner .single-banner {
    position: relative
}

.main-banner .single-banner .shape3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex
}

.main-banner .single-banner .shape3 .play-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    transform: translateX(-50%) translateY(-50%);
    font-size: 80px;
    color: #fff
}

.main-banner .single-banner .shape3 .play-video i.flaticon-play {
    background: #be2026;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex
}

.main-banner .single-banner h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.main-banner .single-banner h1::before {
    content: "";
    position: absolute;
    background-color: #be2026;
    top: 15px;
    left: -95px;
    width: 160px;
    height: 30px;
    -webkit-transform: rotate(-52deg);
    transform: rotate(-62deg);
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    z-index: -1
}

.main-banner .single-banner span {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5b5454
}

.main-banner .single-banner .slider-button {
    margin-top: 28px
}

.main-banner .single-banner .banner-btn1::before {
    background: #be2026;
    z-index: -1
}

.main-banner .single-banner .banner-btn1:hover {
    color: #fff
}

.main-banner .perches-wrap2 {
    bottom: 0;
    left: 0
}

.main-banner .perches-wrap2 .perhes-form-wrapper2 {
    max-width: 80%;
    width: 100%;
    border-radius: 0
}

.play-video::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    bottom: 0;
    margin: auto;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite
}

.play-video a:focus {
    color: #fff
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.services-section2 {
    background-color: #f6f6f6
}

.services-section2 .single-services h3 {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-size: 25px
}

.services-section2 .single-services .service-list ul {
    margin: 0;
    padding: 0
}

.services-section2 .single-services .service-list ul li {
    color: #474444
}

.services-section2 .single-services .service-list ul li i {
    color: #be2026;
    margin-right: 10px
}

.services-section2 .single-services .custom-btn2 {
    margin-top: 25px
}

.services-section2 .single-services-img {
    text-align-last: center
}

.mission-section .single-mission h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize
}

.mission-section .single-mission p {
    margin-bottom: 30px
}

.mission-section .single-mission .mission-service {
    margin-bottom: 30px;
    position: relative;
    display: flex
}

.mission-section .single-mission .mission-service i {
    font-size: 40px;
    color: #be2026;
    position: relative;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background-color: #e7e8e7;
    text-align: center;
    line-height: 50px;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%
}

.mission-section .single-mission .mission-service .text h3 {
    text-transform: capitalize
}

.mission-section .single-mission .mission-service .text p {
    max-width: 300px;
    margin-bottom: 0
}

.mission-section .single-mission-img {
    text-align-last: center
}

.single-inventory {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 13px 0px #e7e7e7;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    z-index: 1;
    margin-bottom: 30px
}

.single-inventory::before {
    content: "";
    font-family: Flaticon;
    position: absolute;
    top: -65px;
    right: -34px;
    font-size: 105px;
    opacity: .2
}

.single-inventory::after {
    content: "";
    position: absolute;
    background: #be2026;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    transition: .5s;
    z-index: -1
}

.single-inventory .inventory-top h3 {
    text-transform: capitalize;
    font-size: 20px;
    color: #403f3f;
    transition: .5s
}

.single-inventory .inventory-top h4 {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    transition: .5s
}

.single-inventory .inventory-top h4 span {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    transition: .5s
}

.single-inventory .inventory-top .image img {
    width: 40%;
    margin-bottom: 25px
}

.single-inventory .inventory-top .hover-image img {
    display: none;
    width: 40%;
    transition: .5s
}

.single-inventory .inventroy-content ul {
    margin: 0;
    padding: 0
}

.single-inventory .inventroy-content ul li {
    color: #5c5c5c;
    text-transform: capitalize;
    transition: .5s;
    margin-bottom: 8px
}

.single-inventory .inventroy-content ul li i {
    margin-right: 5px
}

.single-inventory .inventroy-content .custom-btn2 {
    margin-top: 30px;
    padding: 5px 35px;
    font-size: 14px;
    transition: .5s
}

.single-inventory .shape-bg {
    position: absolute;
    bottom: -88px;
    left: -200px;
    width: 85%;
    opacity: .5
}

.single-inventory:hover::after {
    height: 100%
}

.single-inventory:hover h3 {
    color: #fff
}

.single-inventory:hover h4 {
    color: #fff
}

.single-inventory:hover h4 span {
    color: #fff
}

.single-inventory:hover ul li {
    color: #fff
}

.single-inventory:hover .custom-btn2 {
    background: #fff;
    color: #be2026
}

.single-inventory:hover .custom-btn2:hover {
    color: #fff
}

.single-inventory:hover img {
    display: none
}

.single-inventory:hover .hover-image img {
    margin: auto;
    display: table;
    margin-bottom: 25px
}

.single-inventory.active-color {
    background: #be2026
}

.single-inventory.active-color h3 {
    color: #fff
}

.single-inventory.active-color h4 {
    color: #fff
}

.single-inventory.active-color h4 span {
    color: #fff
}

.single-inventory.active-color ul li {
    color: #fff
}

.single-inventory.active-color .custom-btn2 {
    background: #fff;
    color: #be2026
}

.single-inventory.active-color .custom-btn2:hover {
    color: #fff
}

.single-inventory.active-color .image img {
    width: 40%;
    margin-bottom: 25px
}

.single-inventory.active-color .hover-image img {
    display: none;
    width: 40%;
    transition: .5s
}

.single-inventory.active-color:hover .hover-image img {
    display: block
}

.gallery-section {
    background-color: #f6f6f6
}

.gallery-section .gallery-slider.owl-theme .owl-dots {
    display: none
}

.gallery-section .gallery-slider.owl-theme .owl-nav .owl-dots {
    margin-top: 20px
}

.gallery-section .gallery-slider .single-item {
    position: relative
}

.gallery-section .gallery-slider .single-item .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #403f3f, #643d3e, #843939, #a23031, #be2026);
    transform: scale(0);
    transition: .5s;
    opacity: .9
}

.gallery-section .gallery-slider .single-item .image-hover h3 {
    color: #fff;
    opacity: 1;
    z-index: 1
}

.gallery-section .gallery-slider .single-item .image-hover .read-more {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px
}

.gallery-section .gallery-slider .single-item .image-hover .read-more::before {
    bottom: 13px
}

.gallery-section .gallery-slider .single-item .image-hover .text {
    margin-left: 20px;
    margin-bottom: 20px
}

.gallery-section .gallery-slider .single-item:hover .image-hover {
    transform: scale(1)
}

.appoinment-section .appoinment-wrapper {
    position: relative;
    z-index: 1
}

.appoinment-section .appoinment-wrapper .shape {
    position: absolute;
    top: 58%;
    width: 10%;
    left: 50%;
    z-index: -1;
    opacity: .1
}

.appoinment-section .appoinment-form {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 50px 30px
}

.appoinment-section .appoinment-bg {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative
}

.appoinment-section .appoinment-bg .play-videos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex
}

.appoinment-section .appoinment-bg .play-video i {
    color: #fff;
    background: #be2026;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 1;
    font-size: 80px
}

.appoinment-section .appoinment-bg .play-video2 {
    position: relative
}

.appoinment-section .appoinment-bg .play-video2 i {
    color: #fff;
    background: #be2026;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 1;
    font-size: 80px
}

.appoinment-section .appoinment-bg .play-video2::after {
    z-index: 1;
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    border-radius: 50%;
    background: #be2026;
    align-items: center;
    justify-content: center;
    display: flex;
    bottom: 0;
    margin: auto;
    animation: ripple 1.6s ease-out infinite
}

.appoinment-section .appoinment-bg .play-video2 a:focus {
    color: #fff
}

.appoinment-section .appoinment-form .form-group {
    margin-bottom: 20px
}

.appoinment-section .appoinment-form .form-group textarea {
    height: 130px
}

.appoinment-section .appoinment-form .form-control {
    border: 0;
    border-bottom: 1px solid #bababa;
    text-transform: capitalize;
    color: #6c757d;
    background-color: unset;
    border-radius: 0;
    padding: 10px 0
}

.appoinment-section .appoinment-form .form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #be2026
}

.appoinment-section .appoinment-form .custom-btn2 {
    border: none;
    margin-top: 20px
}

.appoinment-section .appoinment-form .custom-btn2:hover {
    cursor: pointer
}

.appoinment-section .appoinment-form .nice-select {
    width: 100%;
    padding: .375rem .75rem;
    font-family: "Muli", sans-serif;
    height: unset;
    float: unset;
    line-height: 30px;
    z-index: 2;
    padding: 10px 0
}

.appoinment-section .appoinment-form .nice-select span {
    font-size: 17px
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: left; */
    margin-left: 0 !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    height: 60px;
    line-height: 61px;
    outline: 0;
    padding-left: 16px !important;
    padding-right: 5px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
    margin-top: 0 !important;
    white-space: nowrap;
    /* width: auto; */
}

.appoinment-section .appoinment-form .nice-select .list {
    padding: 0;
    width: 100%
}
.nav-pills.active {
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #3e5cab;
    border-radius: 5px 10px !important; 
}
.single-choose {
    display: flex;
    background: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 40px 20px;
    position: relative;
    transition: .5s;
    margin-bottom: 15px
}

.single-choose:hover {
    background: #be2026
}

.single-choose:hover i {
    color: #fff;
    transition: .5s
}

.single-choose:hover h3 {
    color: #fff;
    transition: .5s
}

.single-choose:hover p {
    color: #fff;
    transition: .5s
}

.single-choose i {
    color: #be2026;
    font-size: 25px;
    line-height: 1
}

.single-choose .text {
    margin-left: 15px
}

.single-choose .text h3 {
    text-transform: capitalize;
    font-size: 16px
}

.single-choose .text p {
    margin-bottom: 0;
    line-height: 25px
}

.col-lg-6.choose:nth-child(2) {
    margin-top: 15px
}

.col-lg-6.choose:nth-child(4) {
    margin-top: 15px
}

.all-page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    padding-top: 85px
}

.all-page-banner.item-one {
    background-image: url(../images/1_7.jpg)
}

.all-page-banner.item-two {
    background-image: url(../images/1_7.jpg)
}

.all-page-banner::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.all-page-banner .banner-text {
    position: relative
}

.all-page-banner .banner-text h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 45px
}

.all-page-banner .banner-text ul {
    margin: 0;
    padding: 0
}

.all-page-banner .banner-text ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px
}

.all-page-banner .banner-text ul li a {
    color: #be2026;
    margin-right: 5px;
    font-weight: 600
}

.all-page-banner .banner-text ul li i {
    margin-right: 5px
}

.car-details .left-side .single-item-slider button {
    display: none !important
}

.car-details .left-side .single-item-slider .slider-nav {
    margin-top: 10px
}

.car-details .left-side .details-wrapper h3 {
    font-size: 25px;
    font-weight: 700
}

.car-details .left-side .details-wrapper p {
    font-size: 16px;
    margin-bottom: 20px
}

.car-details .left-side .details-wrapper .all-text-wrap {
    margin-top: 30px
}

.car-details .left-side .details-wrapper .all-text-wrap blockquote {
    background: #faf8f8;
    padding: 30px;
    color: #5c5c5c;
    border-left: 4px solid #be2026;
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px
}

.car-details .left-side .details-wrapper .all-text-wrap blockquote i {
    display: block;
    font-size: 32px;
    opacity: .4;
    line-height: 1
}

.car-details .left-side .details-wrapper .c-details-button {
    text-align: center
}

.car-details .left-side .details-wrapper .c-details-button .single-button {
    background: #faf8f8;
    padding: 50px 50px;
    display: inline-flex;
    width: 100%
}

.car-details .left-side .details-wrapper .c-details-button .single-button i {
    font-size: 30px;
    margin-right: 10px;
    line-height: 1
}

.car-details .left-side .details-wrapper .c-details-button .single-button h2 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex
}

.car-details .right-side .price-box-wrapper {
    padding-top: 87px;
    position: relative
}

.car-details .right-side .price-box-wrapper .price-top {
    background: #be2026;
    text-align: center;
    padding: 35px 20px
}

.car-details .right-side .price-box-wrapper .price-top span {
    color: #fff;
    font-size: 25px;
    font-weight: 600
}

.car-details .right-side .price-box-wrapper .price-top h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px
}

.car-details .right-side .price-box-wrapper .price-content {
    background: #faf8f8
}

.car-details .right-side .price-box-wrapper .price-content ul {
    margin: 0;
    padding: 0
}

.car-details .right-side .price-box-wrapper .price-content ul li {
    text-transform: uppercase;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #979797;
    padding: 20px 30px
}

.car-details .right-side .price-box-wrapper .price-content ul li span {
    color: #5c5c5c;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    position: absolute;
    right: 30px
}

.car-details .right-side .price-box-wrapper .price-content ul li:last-child {
    border-bottom: none
}

.car-details .right-side .financing-calculator {
    margin-top: 50px;
    background: #faf8f8;
    padding: 40px
}

.car-details .right-side .financing-calculator h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.car-details .right-side .financing-calculator label {
    text-transform: capitalize;
    color: #666
}

.car-details .right-side .financing-calculator .form-control {
    border-radius: 0;
    border: none;
    height: 50px;
    background: #dfdede
}

.car-details .right-side .financing-calculator .form-control:focus {
    box-shadow: none;
    border: none;
    outline: 0
}

.single-shop {
    margin-bottom: 30px
}

.single-shop .shop-image {
    position: relative;
    overflow: hidden
}

.single-shop .shop-image img {
    border: 1px solid #eee;
    margin: auto;
    display: table
}

.single-shop .shop-image .add-cart-hover {
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    transition: .5s
}

.single-shop .shop-image .add-cart-hover a {
    background: #be2026;
    padding: 5px 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    font-size: 14px
}

.single-shop .shop-image .add-cart-hover a:hover {
    background: #222
}

.single-shop:hover .add-cart-hover {
    bottom: 0
}

.single-shop:hover h3 {
    color: #be2026
}

.single-shop .image-caption {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 18px;
    border: 1px solid #eee;
    border-top: none
}

.single-shop .image-caption h3 {
    font-weight: 600;
    transition: .5s;
    text-transform: uppercase;
    font-size: 13px
}

.single-shop .image-caption span {
    font-size: 15px;
    font-weight: 600;
    color: #be2026
}

.pagination-wrap {
    margin: auto;
    display: table;
    margin-top: 10px
}

.pagination {
    margin-top: 40px
}

.pagination-lg .page-link {
    font-size: 16px;
    padding: 10px 20px;
    color: #393d72;
    margin-right: 10px
}

.pagination-lg .page-item:last-child .page-link {
    border-radius: 0
}

.page-item:last-child .page-link {
    border-radius: 0
}

.pagination-lg .page-item:first-child .page-link {
    border-radius: 0
}

.page-link:hover {
    text-decoration: none;
    background-color: #be2026;
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.page-link:focus {
    box-shadow: none
}

.page-item.active .page-link {
    background-color: #be2026;
    border-color: 0;
    border: 1px solid #be2026;
    color: #fff
}

.right-shop .productsearchform {
    position: relative
}

.right-shop .productsearchform input {
    background: #eee;
    border: none;
    padding: 10px 20px;
    width: 100%;
    caret-color: #be2026;
    height: 60px
}

.right-shop .productsearchform input:focus {
    box-shadow: 0;
    border: none;
    outline: 0
}

.right-shop .productsearchform button {
    position: absolute;
    top: 0;
    right: 14px;
    border: none;
    height: 100%;
    color: #646464;
    background: rgba(0, 0, 0, 0);
    font-size: 20px
}

.right-shop .productsearchform button:hover {
    cursor: pointer;
    color: #be2026
}

.right-shop .category-wrapper {
    background-color: #f8f8f8;
    margin-top: 30px;
    padding: 25px
}

.right-shop .category-wrapper .cate-box .cate-title {
    border-bottom: 1px solid #e4e4e4
}

.right-shop .category-wrapper .cate-box .cate-title h3 {
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    font-size: 17px;
    color: #5c5c5c;
    padding-bottom: 10px
}

.right-shop .category-wrapper .cate-box .cate-list {
    margin: 0;
    padding: 20px 0;
    padding-bottom: 0
}

.right-shop .category-wrapper .cate-box .cate-list li {
    margin-bottom: 10px
}

.right-shop .category-wrapper .cate-box .cate-list li:last-child {
    margin-bottom: 0
}

.right-shop .category-wrapper .cate-box .cate-list li a {
    color: #585555;
    font-size: 16px;
    text-transform: capitalize
}

.right-shop .category-wrapper .cate-box .cate-list li a i {
    font-size: 20px;
    margin-right: 10px
}

.right-shop .category-wrapper .cate-box .cate-list li a:hover {
    color: #be2026
}

.right-shop .products-box {
    padding: 30px;
    background-color: #f8f8f8;
    margin-top: 30px
}

.right-shop .products-box .pro-title h3 {
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    font-size: 17px;
    color: #5c5c5c;
    padding-bottom: 10px
}

.right-shop .products-box .single-product {
    margin-top: 30px
}

.right-shop .products-box .single-product h3 {
    font-size: 14px;
    color: #5c5c5c;
    text-transform: capitalize
}

.right-shop .products-box .single-product h3:hover {
    color: #be2026
}

.right-shop .products-box .single-product .star-list {
    margin: 0;
    padding: 0
}

.right-shop .products-box .single-product .star-list li {
    display: inline-block
}

.right-shop .products-box .single-product .star-list li i {
    color: #e1b712;
    font-size: 14px
}

.right-shop .products-box .single-product .price span {
    color: #be2026;
    font-size: 14px
}

.right-shop .products-box .single-product-image {
    text-align: right
}

.right-shop .products-box .single-product-image img {
    width: 30px
}

.cart-details .shop-single-slider .slider-for img {
    display: block;
    border: 1px solid #e4e4e4
}

.cart-details .shop-single-slider .slider-for img:focus {
    box-shadow: none !important;
    outline: 0
}

.cart-details .shop-single-slider .slider-nav {
    margin-top: 10px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4
}

.cart-details .shop-single-slider .slider-nav img {
    display: block;
    border: 1px solid #e4e4e4;
    border-left: 0
}

.cart-details .shop-single-slider .slider-nav img:focus {
    box-shadow: none !important
}

.cart-details .shop-single-slider button {
    display: none !important
}

.cart-details .product-details h3 {
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
    text-transform: uppercase;
    margin-bottom: 5px
}

.cart-details .product-details .price span {
    font-size: 18px;
    color: #be2026;
    display: inline-block;
    margin-bottom: 10px
}

.cart-details .product-details .price del {
    color: dimgray
}

.cart-details .product-details p {
    font-size: 16px
}

.cart-details .product-details .product-option .product-row input {
    width: 70px;
    font-size: 15px;
    color: #000;
    float: left;
    padding: 10px 10px;
    border: 2px solid #eee;
    font-weight: 600;
    color: #be2026
}

.cart-details .product-details .product-option .product-row .theme-btn {
    margin-left: 15px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #eee;
    color: #be2026;
    font-weight: 600;
    padding: 10px 25px;
    transition: .5s;
    -webkit-transition: .5s;
    font-size: 15px
}

.cart-details .product-details .product-option .product-row .theme-btn:hover {
    cursor: pointer;
    background-color: #be2026;
    color: #fff;
    border-color: #be2026
}

.cart-details .product-details h6 {
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    margin-top: 20px
}

.cart-details .product-details h6 span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 10px
}

.product-wrapper {
    border-top: 1px solid #e6e5e5;
    padding-bottom: 10px
}

.product-wrapper:last-child {
    padding-bottom: 0
}

.left-shop-section .right-shop {
    margin-bottom: 30px
}

.shop-cart-tab {
    background: #fafafa;
    padding: 30px 20px
}

.shop-cart-tab .nav-pills {
    display: inline-flex;
    border-bottom: 0
}

.shop-cart-tab .nav-pills .nav-link.active {
    color: #000
}

.shop-cart-tab .nav-pills .show>.nav-link {
    color: #000
}

.shop-cart-tab .nav-item .nav-link {
    background: rgba(0, 0, 0, 0);
    color: #000;
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    position: relative;
    text-transform: uppercase
}

.shop-cart-tab li+li+li .nav-link:last-child {
    border-right: 1px solid #eee
}

.shop-cart-tab .shop-tab {
    border: 1px solid #eee;
    padding: 30px;
    background: #fff
}

.shop-cart-tab .shop-tab .description h3 {
    font-size: 20px;
    color: #be2026
}

.shop-cart-tab .shop-tab .description p {
    font-size: 16px;
    color: #868686;
    margin-bottom: 0
}

.shop-cart-tab .shop-tab .info h3 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px
}

.shop-cart-tab .shop-tab .info tr {
    border-top: 1px solid silver;
    text-align: center
}

.shop-cart-tab .shop-tab .info th {
    width: 50%;
    border-right: 1px solid silver
}

.border-for {
    border: 1px solid #eee
}

.border-nav img {
    border: 1px solid #e9e9e9 !important
}

.border-nav img:nth-child(4) {
    border-right: 1px solid #cecbcb !important
}

.shop-cart-tab .nav-pills .nav-link {
    border: 1px solid #eee;
    border-bottom: 0;
    color: #be2026;
    text-transform: capitalize;
    background: #fff
}

.shop-cart-tab .nav-pills .nav-link.active {
    border-bottom: unset;
    background: #be2026;
    color: #fff;
    border: 1px solid #eee
}

.review h3 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #be2026
}

.review ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.review ol li {
    border-bottom: 1px solid #eee
}

.review ol li .comment-wrap {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px
}

.review ol li .comment-wrap .prof-image img {
    position: absolute;
    left: 0;
    top: -30px;
    bottom: 0;
    max-width: 100px;
    width: 100%;
    margin: auto;
    border-radius: 50%
}

.review ol li .comment-wrap .text-wrap {
    padding-left: 120px
}

.review ol li .comment-wrap .text-wrap p {
    margin-top: 12px;
    margin-bottom: 0
}

.review ol li .comment-wrap .text-wrap .text-meta {
    display: inline-flex
}

.review ol li .comment-wrap .text-wrap .text-meta strong {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #be2026
}

.review ol li .comment-wrap .text-wrap .text-meta .dashed {
    margin-left: 10px;
    margin-right: 10px
}

.review ol li .comment-wrap .text-wrap .text-meta .time {
    text-transform: uppercase;
    color: #767575;
    font-weight: 400;
    font-size: 12px
}

.review ol li .comment-wrap .text-wrap .text-meta .rate {
    margin-left: 10px;
    position: unset
}

.review ol li .comment-wrap .text-wrap .text-meta .rate i {
    color: #fe6367;
    font-size: 12px
}

.comment-box-wrapper .comment-heading h3 {
    margin-top: 30px;
    margin-bottom: 10px
}

.comment-box-wrapper .comment-heading p {
    font-size: 16px;
    margin-bottom: 10px
}

.comment-box-wrapper .raiting-p {
    margin-bottom: 30px
}

.comment-box-wrapper .raiting-p i {
    color: #fe6367
}

.comment-box-wrapper .comment-form .form-group {
    margin-bottom: 30px
}

.comment-box-wrapper .comment-form .form-group .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 15px;
    border-radius: 0;
    font-size: 14px
}

.comment-box-wrapper .comment-form .form-group .form-control:focus {
    border: 1px solid #dfdede
}

.comment-box-wrapper .comment-form .form-group textarea.form-control {
    height: 200px
}

.comment-box-wrapper .form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #909090
}

.comment-box-wrapper button.custom-btn2 {
    border-radius: 0 !important
}

.comment-box-wrapper .rel-post h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px
}

.comment-box-wrapper .rel-p-text h3 {
    margin-bottom: 10px
}

.related-post {
    padding-top: 30px
}

.related-post h3 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px
}

.related-post .single-shop {
    margin-bottom: 0
}

.related-post .related-post-slider.owl-theme .owl-dots {
    display: none
}

.related-post2 .single-shop .image-caption h3 {
    margin-bottom: 5px;
    font-size: 14px
}

.blog-details .article-content {
    margin-top: 30px
}

.blog-details .article-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.blog-details .article-content .entry-meta {
    margin-bottom: 17px
}

.blog-details .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.blog-details .article-content .entry-meta ul li {
    margin: 0 10px;
    position: relative;
    display: inline-block;
    color: #666
}

.blog-details .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666;
    font-size: 12px
}

.blog-details .article-content .entry-meta ul li a:hover {
    color: #be2026
}

.blog-details .article-content .entry-meta ul li i {
    color: #be2026;
    font-size: 16px;
    margin-right: 2px
}

.blog-details .article-content .entry-meta ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    width: 6px;
    height: 1px;
    background: #666
}

.blog-details .article-content .entry-meta ul li:last-child {
    margin-right: 0
}

.blog-details .article-content .entry-meta ul li:last-child::before {
    display: none
}

.blog-details .article-content .entry-meta ul li:first-child {
    margin-left: 0
}

.blog-details .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
    margin-top: 30px
}

.blog-details .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px
}

.blog-details .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0
}

.blog-details .article-content .article-features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
    margin-left: 20px
}

.blog-details .article-content .article-features-list li {
    margin-bottom: 12px;
    color: #666;
    position: relative;
    padding-left: 15px
}

.blog-details .article-content .article-features-list li::before {
    background: #0e101b;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute
}

.blog-details .article-content .article-features-list li:last-child {
    margin-bottom: 0
}

.blog-details .article-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-details .article-footer .article-tags {
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details .article-footer .article-tags span {
    display: inline-block;
    color: #0e101b;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.blog-details .article-footer .article-tags a {
    display: inline-block;
    color: #666
}

.blog-details .article-footer .article-tags a:hover {
    color: #be2026
}

.blog-details .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0
}

.blog-details .article-footer .article-share .social li {
    display: inline-block;
    margin-right: 5px
}

.blog-details .article-footer .article-share .social li a i {
    color: #fff;
    background-color: #0651a2;
    width: 33px;
    height: 33px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details .article-footer .article-share .social li a i:hover {
    color: #fff;
    background-color: #be2026
}

.blog-details .article-footer .article-share .social li a i.fa-facebook-f {
    background-color: #3b5998;
    color: #fff
}

.blog-details .article-footer .article-share .social li a i.fa-twitter {
    background-color: #1da1f2;
    color: #fff
}

.blog-details .article-footer .article-share .social li a i.fa-twitter:hover {
    background: #be2026;
    color: #fff
}

.blog-details .article-footer .article-share .social li a i.fa-linkedin-in {
    background-color: #0077b5;
    color: #fff
}

.blog-details .article-footer .article-share .social li a i.fa-linkedin-in:hover {
    background: #be2026
}

.blog-details .article-footer .article-share .social li a i.fa-instagram {
    background-color: #c13584;
    color: #fff
}

.blog-details .article-footer .article-share .social li a i.fa-instagram:hover {
    background: #be2026
}

.blog-details .post-navigation {
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

.blog-details .post-navigation .navigation-links {
    display: flex;
    flex-wrap: wrap
}

.blog-details .post-navigation .navigation-links a {
    color: #be2026
}

.blog-details .post-navigation .navigation-links .nav-previous {
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details .post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px
}

.blog-details .post-navigation .navigation-links .nav-next {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    color: red
}

.blog-details .post-navigation .navigation-links .nav-next a i {
    margin-left: 2px
}

.blog-details .post-navigation .navigation-links div a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700
}

blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

blockquote p {
    color: #0e101b;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    text-align: left
}

blockquote cite {
    display: none
}

blockquote::before {
    color: #efefef;
    content: "";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: Flaticon;
    font-size: 140px;
    font-style: normal
}

.blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

.blockquote p {
    color: #0e101b;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 20px
}

.blockquote cite {
    display: none
}

.blockquote::before {
    color: #efefef;
    content: "";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: Flaticon;
    font-size: 140px;
    font-style: normal
}

.comments-area {
    background-color: #f8f8f8;
    padding: 30px;
    margin-top: 30px
}

.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 18px;
    font-weight: 600
}

.comments-area .comments-title::before {
    content: "";
    height: 25px;
    width: 3px;
    left: -30px;
    position: absolute;
    background: #be2026;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.comments-area ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .children {
    margin-left: 20px
}

.comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding-left: 65px;
    color: #0e101b;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.comments-area .comment-body .reply {
    margin-top: 15px
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #0e101b;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #be2026;
    border-color: #be2026
}

.comments-area .comment-meta {
    margin-bottom: .8em
}

.comments-area .comment-author {
    font-size: 14px;
    margin-bottom: .4em;
    position: relative;
    z-index: 2
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%
}

.comments-area .comment-author .avatar .fn {
    font-weight: 700
}

.comments-area .comment-author .avatar .says {
    display: none
}

.comments-area .comment-metadata {
    color: #666;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600
}

.comments-area .comment-metadata a {
    color: #666
}

.comments-area .comment-metadata a:hover {
    color: #be2026
}

.comments-area .comment-content p {
    font-size: 14px
}

.comments-area .comment-respond .comment-reply-title {
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 600
}

.comments-area .comment-respond .comment-reply-title::before {
    content: "";
    height: 25px;
    width: 3px;
    left: -30px;
    position: absolute;
    background: #be2026;
    top: 50%;
    transform: translateY(-50%)
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 15px;
    display: inline-block
}

.comments-area .comment-respond .comment-form {
    overflow: hidden
}

.comments-area .comment-respond .comment-notes {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px
}

.comments-area .comment-respond .comment-notes .required {
    color: red
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%
}

.comments-area .comment-respond label {
    display: block;
    font-weight: 600;
    color: #0e101b;
    margin-bottom: 3px
}

.comments-area .comment-respond input[type=date] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=time] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=datetime-local] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=week] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=month] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=text] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=email] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=url] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=password] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=search] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=tel] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=number] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=date]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=time]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=datetime-local]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=week]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=month]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=text]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=email]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=url]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=password]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=search]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=tel]:focus {
    border-color: #be2026
}

.comments-area .comment-respond input[type=number]:focus {
    border-color: #be2026
}

.comments-area .comment-respond textarea:focus {
    border-color: #be2026
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666;
    font-weight: normal
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    background: #be2026;
    border: none;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;
    font-size: 14px
}

.comments-area .comment-respond .form-submit input:hover {
    color: #fff;
    background-color: #0e101b
}

.comments-area .comment-respond .form-submit input:focus {
    color: #fff;
    background-color: #0e101b
}

.single-contact {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 30px
}

.single-contact i {
    color: #3e5cab;
    font-size: 30px;
    margin-bottom: 12px
}

.single-contact h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6;
    margin-top: 6px
}

.single-contact p {
    margin-bottom: 0
}

.contact-form-section .form-control {
    border-radius: 0;
    height: 50px;
    font-size: 13px;
    /* text-transform: capitalize */
}

.contact-form-section .form-control:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none
}

.contact-form-section textarea.form-control {
    height: 200px;
    padding-top: 10px
}

.contact-form-section form#contactForm {
    background: #eee;
    padding: 28px 30px !important;
}

.contact-form-section form#contactForm .form-group {
    margin-bottom: 30px
}

.contact-form-section .submit-btn {
    background: #be2026 !important
}

.contact-form-section .submit-btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.contact-form-section .custom-btn2 {
    border: none;
    border-radius: 0;
    text-transform: capitalize
}

.contact-form-section .custom-btn2:focus {
    box-shadow: none;
    outline: none
}

.contact-form-section .contact-map iframe {
    width: 100%;
    height: 698px;
    border: none
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
    color: #dc3545 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-success {
    color: #28a745 !important
}

#msgSubmit {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 22px
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 14px
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #e4e4e4;
    border-left: none;
    border-right: none
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize
}

.cart-table table tbody tr td.product-name a:hover {
    color: #be2026
}

.cart-table table tbody tr td.product-price span {
    font-weight: 500
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #be2026;
    float: right;
    position: relative;
    top: -1px;
    font-size: 20px
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #ff5d24
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #323232;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #323232
}

.cart-table .table-bordered>:not(caption)>* {
    border-top: none
}

.cart-table .update-button {
    text-align-last: right
}

.cart-area .update-button {
    text-align-last: right
}

.cart-buttons {
    margin-top: 30px
}

.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 620px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-totals ul li {
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 600
}

.cart-totals ul li:first-child {
    border-bottom: none
}

.cart-totals ul li:last-child {
    border-top: none
}

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: normal
}

.error-page {
    background-image: url(../images/404-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative
}

.error-page::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8
}

.error-page .error-item-wrapper .single-error {
    position: relative
}

.error-page .error-item-wrapper .single-error h1 {
    color: #fff;
    font-size: 172px;
    font-weight: 700;
    text-shadow: -14px 6px 0px #c26b00
}

.error-page .error-item-wrapper .single-error h4 {
    color: #fff;
    font-size: 35px;
    text-transform: capitalize
}

.error-page .error-item-wrapper .single-error h4 span {
    color: #be2026
}

.error-page .error-item-wrapper .custom-button {
    margin-top: 40px
}
.book-btn{
    text-align: center;
    margin: auto;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
/*# sourceMappingURL=style.css.map */

.all-page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    padding-top: 85px
}

.all-page-banner.item-one {
    background-image: url(../images/1_7.jpg)
}

.all-page-banner.item-two {
    background-image: url(../images/9.jpg)
}

.all-page-banner::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.all-page-banner .banner-text {
    position: relative
}

.all-page-banner .banner-text h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 45px
}

.all-page-banner .banner-text ul {
    margin: 0;
    padding: 0
}

.all-page-banner .banner-text ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px
}

.all-page-banner .banner-text ul li a {
    color: #3e5cab;
    margin-right: 5px;
    font-weight: 600
}

.all-page-banner .banner-text ul li i {
    margin-right: 5px
}
.single-contact {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 30px
}

.single-contact i {
    color: #3e5cab;
    font-size: 30px;
    margin-bottom: 12px
}

.single-contact h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6;
    margin-top: 6px
}

.single-contact p {
    margin-bottom: 0
}

.contact-form-section .form-control {
    border-radius: 0;
    height: 50px;
    font-size: 13px;
    /* text-transform: capitalize */
}

.contact-form-section .form-control:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none
}

.contact-form-section textarea.form-control {
    height: 200px;
    padding-top: 10px
}

/*.contact-form-section form#contactForm {*/
/*    background: #eee;*/
/*    padding: 50px 30px*/
/*}*/

.contact-form-section form#contactForm .form-group {
    margin-bottom: 30px
}

.contact-form-section .submit-btn {
    background: #be2026 !important
}

.contact-form-section .submit-btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.contact-form-section .custom-btn2 {
    border: none;
    border-radius: 0;
    text-transform: capitalize
}

.contact-form-section .custom-btn2:focus {
    box-shadow: none;
    outline: none
}

.contact-form-section .contact-map iframe {
    width: 100%;
    height: 698px;
    border: none
}

.ctn-frm{
    background: #dbd9d9;
    padding: 31px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.pricing-head-wrap {
    position: relative;
    z-index: 1;
}
.pricing-tab-menu li:not(:last-of-type):before {
       background-color: #3e5cab;
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.pricing-tab-menu {
    justify-content: center;
    margin-bottom: 30px;}
.pricing-tab-menu li:not(:last-of-type) {
    padding-right: 80px;
}
.pricing-tab-menu li {
    position: relative;
}
.pricing-car {
    text-align: center;
    padding: 60px 25px 20px;
    position: relative;
    z-index: 1;}
.pricing-tab-menu li .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #3e5cab;
    padding: 0;}
    .pricing-tab-menu li .nav-link:hover, .pricing-tab-menu li .nav-link.active {
    color: #222;}
.pricing-tab-menu {
    justify-content: center;
    margin-bottom: 30px;}
    .tab-pane.active.show .row>div {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fade-in-bottom;
    animation-name: fade-in-bottom;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-fill-mode: both;
    transition: all .2s ease-in-out;
    transition-duration: 800ms;
    animation-delay: .1s;
}
.pricing-tab-menu .nav-link {
    padding: 5px 23px !important;
    border: 1px solid;
    border-radius: 10px;
}

/*Location Search Input CSS*/

.easy-autocomplete {
    position: relative;
    width:100% !important;
}

#eac-container-provider-remote1, #eac-container-provider-remote2, #eac-container-provider-remote3, #eac-container-provider-remote4 {
    position: absolute;
    width: 100%;
    /*background: #fff;*/
}

#eac-container-provider-remote1, #eac-container-provider-remote3 {
    z-index: 999999;
}

#eac-container-provider-remote2, #eac-container-provider-remote4 {
    z-index: 999;
}

.easy-autocomplete-container ul {
    text-align: start;
    /*border: 2px solid #f6f6f6;*/
    border-radius: 5px;
    background:#fff;
    cursor:pointer;
    padding: 0 15px !important;
}

.select-car{
       -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: left; */
    margin-left: 0 !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    height:43px!important;
    line-height: 43px !important;
    outline: 0;
    padding-left: 16px !important;
    padding-right: 5px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
    margin-top: 0 !important;
    white-space: nowrap;

}
.banner-content{
        padding-top: 77px;
            padding-bottom: 30px;
}
.price-form{
        display: block;
    height: 39px;
    padding: 8px 71px 0 9px;
    width: 135px;
    color: #000;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    background-color: #f6f6f6;
    font-weight: 400;
}

.date-form{
        display: block;
    height: 35px;
    padding: 0 15px;
    width: 135px;
    color: #000;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    font-weight: 400;
    border: 1px solid #e8e8e8;
    background-color: #f6f6f6;
}
.date{
    height:35px;
    border: 1px solid #e8e8e8;
    background-color: #f6f6f6;
}
#pickup_timeout{
        color: #575a5d;
}
#out_date{
        color: #575a5d;
}

/*Error style code start*/

.is-invalid {
    border-color: #dc3545;
}

label.error {
    color: #fcf005;
    font-size: 0.875em;
    margin-top: 0 !important;
}

label.error_red {
    color: red;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
