body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #6f6f6f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

/*------------------------------------------------------------------Headings----------------------------------------------------------------*/


div {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 120%;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size: 25px;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}

h4 {
    font-size: 90%;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

h5 {
    font-size: 80%;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

h6 {
    font-size: 75%;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

/*------------------------------------------------------------------Paragraph----------------------------------------------------------------*/
p {
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #464d4d;
}

a:hover {
    text-decoration: underline;
    color: #bebebc;
}

.clear {
    clear: both;
}

/*------------------------------------------------------------------ Lists----------------------------------------------------------------*/

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

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

ul ul {
    list-style-type: circle;
    margin-top: 10px;
}

ul ul ul {
    list-style-type: square;
    margin-top: 10px;
}

ul ul ul ul {
    list-style-type: circle;
    margin-top: 10px;
}

ol {
    margin: 0px 0 0 30px;
    padding: 0px;
    line-height: 19px;
}

ol ol {
    margin-top: 10px;
    margin-left: 40px;
}

ol ol ol {
    margin-top: 10px;
    margin-left: 40px;
}

p {
    margin-bottom: 15px;
    line-height: 19px;
    text-align: justify;
}

/*-----------------------------------------------------------For unordered listing-------------------------------------------------*/
ul li {
    padding-left: 0px;
    /* margin-bottom:4px; */
}

ul li ul li {
    list-style-type: none;
}

ul li ul li ul li {
    margin-bottom: 5px;
    list-style-type: none;
}

/*-----------------------------------------------------------For ordered listing-------------------------------------------------*/
ol li {
    list-style-type: decimal;
    margin-bottom: 7px;
}

ol li ol li {
    list-style-type: lower-alpha;
}

ol li ol li ol li {
    margin-bottom: 5px;
    list-style-type: decimal;
}


/*---------------------------------------------------------Tables---------------------------------------------------------------------*/


table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

table tr td {}

th,
thead th,
tbody th {
    border-style: none none solid;
    border-width: 0 0 1px;
    font-size: 105%;
    padding: 6px;
    text-align: left;
}

th a,
thead th a,
tbody th a {
    text-decoration: none;
}

th a:hover,
thead th a:hover,
tbody th a:hover {
    text-decoration: underline;
}

td {
    padding: 6px 15px !important;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    word-wrap: break-word !important;
}

td h3 {
    font-size: 22px;
    color: #31383e;
    font-weight: 400;
    text-align: center;
}

td h4 {
    font-size: 17px;
    color: #31383e;
    font-weight: 500;
    text-align: left;
}

td a {
    text-decoration: none;
    font-weight: normal !important;
    color: #999999;
}

caption {
    display: none;
}

a,
img,
input,
button {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.lazy-load-box {
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}


/*---------------------------------------------------------Main Css---------------------------------------------------------------------*/
*,
*:after,
*:before {
    box-sizing: border-box;
}

.margin-1 {
    margin-top: 15px;
}

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

.margin-3 {
    margin-top: 25px;
}

.margin-4 {
    margin-top: 30px;
}

.margin-5 {
    margin-top: 35px;
}

.margin-6 {
    margin-top: 40px;
}

.margin-8 {
    margin-top: 70px;
}

.tag-link {
    color: #0091da;
}

.tag-link-2 {
    color: #0051a3;
}

header {
    height: 114px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #000;
}

#nav.affix>.navbar-inverse {
    background: #fff !important;
    z-index: 99;
}

#nav.affix>.navbar-inverse .navbar-nav>li>a {
    color: #000 !important;
}

#nav.affix>.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff !important;
}

.logo {
    padding: 22px 0px;
}

.call-us {
    float: left;
    width: 171px;
    margin-top: 30px;
    margin-left: 70px;
    border-right: solid 1px #d5dce4;
}

.contact-no {
    float: left;
    margin-left: 20px;
    margin-top: 26px;
}

.contact-no p {
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    font-weight: 700;
}

.navbar {
    border-radius: 0px !important;
    border: none !important;
    margin-bottom: 0px;
    z-index: 9999;
}

.nav>li>a {
    padding-left: 23.6px;
    padding-right: 23.6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF !important;
}

.nav>li>a.active {
    background: #ffbc03 !important;
    color: #292f34 !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background: #ffbc03 !important;
    color: #292f34 !important;
}

.dropdown-menu {
    background: #222;
}

.dropdown-menu>li>a {
    line-height: 24px;
    color: #FFFFFF;
}

.dropdown-menu>li>a:hover {
    background: #ffbc03 !important;
    color: #292f34 !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}



.carousel-control {
    width: 3%;
    text-align: left;
}

.left-arrow {
    position: absolute;
    top: 40px;
    margin: 0px;
}

.right-arrow {
    position: absolute;
    top: 40px;
    margin: 0px;
}

.carousel-control.left {
    left: 13%;
    background: none !important;
    width: 36px;
    height: 36px;
    top: 80%;
    border: solid 1px #fff !important;
    padding-top: 3px;
    text-align: center;
    color: #FFFFFF !important
}

.carousel-control.right {
    left: 15.8%;
    background: none !important;
    width: 36px;
    height: 36px;
    top: 80%;
    border: solid 1px #fff !important;
    padding-top: 3px;
    text-align: center;
    color: #FFFFFF !important
}

.carousel-indicators {
    left: 50%;
    bottom: 68px;
    width: 5%;
}





.carousel-caption {
    right: 20%;
    left: 10%;
    padding-bottom: 30px;
    top: 22%;
}

.carousel-caption h1 {
    font-size: 3em;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 45px;
    text-align: left;
    text-shadow: none;
}

.carousel-caption p {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    text-shadow: none;
}

.carousel-indicators .active {
    background: #ffbc03;
    border: #ffbc03 solid 1px;
}

/*.carousel-indicators2 .active{ background:#f04c27; border:#d4dee5 solid 1px;}*/

.carousel-indicators2 li {
    border: #d4dee5 solid 1px;
    height: 15px;
    width: 15px;
}

.carousel-indicators2 {
    position: absolute;
    bottom: 10px;
    top: 0;
    right: 0px;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: -30%;
    text-align: right;
    list-style: none;
}

.carousel-indicators2 .active {
    background: #ffbc03;
    width: 15px;
    height: 15px;
}





.indicater {
    float: right;
    height: 20px;
    margin-left: 260px;
    width: auto;
    margin-top: -16px;
}

.wel-text {
    margin-top: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #8f8f8f;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 24px;
}

.devider {
    margin-top: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    border: 0;
    border-top: 1px solid #ffbc03;
    float: left;
    width: 34px;
    text-align: left;
}

.domestic {
    padding: 0 15px;
    position: relative;
}

.domestic h2 {
    color: #2c3740;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}


.service-box {
    border: #CCCCCC solid 1px;
}

.block-sevice {
    padding: 10px 25px 20px 25px;
    min-height: 237px;
}

.block-sevice .heading {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    font-weight: 500;
    margin: 22px 0 13px 0;
    text-transform: uppercase;
}

.block-sevice p {
    color: #606060;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    padding: 0px 0 0px 0;
    margin-bottom: 28px;
}

.block-sevice a {
    color: #ffbc03;
    text-decoration: none;
}

.block-sevice a:hover {
    color: #000000;
    text-decoration: none;
}

.welcome-bg {
    background: #f4b103 url(../images/welcome-bg.jpg) no-repeat center -360px;
    min-height: 484px;
    background-attachment: fixed;
}

.welcome-con {
    padding: 70px 0px 25px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}

.welcome-con h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}

.welcome-con h3 {
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: 800;
    text-transform: uppercase;
}

.welcome-con p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}


.our-car-sevice hr {
    text-align: center !important;
    border-top: 1px solid #ffbc03;
    width: 34px;
    margin: 20px auto;
}

.our-car-sevice .wel-text {
    text-align: center;
}

.our-car-sevice {
    text-align: center;
    float: left;
    width: 100%;
}

.our-car-sevice h2 {
    color: #000;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
}


.book-now-main {
    width: 100%;
    margin: 0 auto 0px auto;
}

.book-now-box {
    width: 262px;
    float: left;
    margin-bottom: 60px;
    margin-right: 23px;
}

.book-now-box .img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    text-align: center;
}

.book-now-box p.title {
    text-transform: uppercase;
    width: 100%;
    padding: 20px 0 10px 0;
    font-size: 16px;
    text-align: center;
}

.book-btn {
    width: 90%;
    margin: 0px auto 0 auto;
}

.book-btn a {
    padding: 10px 0px;
    background: #464545;
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: bold;
}

.margin-botom {
    margin-bottom: 80px;
}

.book-btn a:hover {
    background: #ffbc03;
    color: #000;
    text-decoration: none;
}

.view-more-cars {
    max-width: 400px;
    width: 100%;
    margin: 0px auto 0 auto;
    text-align: center;
    box-shadow: 6px 6px 10px 5px #fae0bc;
}

.view-more-btn {
    width: 100%;
    background: #ffbc03;
    line-height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.view-more-btn:hover {
    background: #222;
    color: #FFFFFF;
}


.our-coach-service-main {
    border: #e9e9e9 solid 1px;
    -webkit-box-shadow: 0px 5px 10px 0px #dcdcdc;
    -moz-box-shadow: 0px 5px 10px 0px #dcdcdc;
    box-shadow: 0px 5px 10px 0px #dcdcdc;
    margin: 0 0 20px 0;
}

.our-coach-sevice .wel-text {
    text-align: center;
}

.our-coach-sevice h2 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
}

.our-coach-sevice hr {
    text-align: center !important;
    border-top: 1px solid #ffbc03;
    width: 34px;
    margin: 15px auto 20px auto;
}

.our-coach-sevice {
    padding: 10px 25px 20px 25px;
    text-align: center;
    width: 100%;
}

.our-coach-sevice .heading {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-weight: normal;
    margin: 10px 0 15px 0;
}

.our-coach-sevice a {
    color: #ffbc03;
    text-decoration: none;
}

.our-coach-sevice a:hover {
    color: #000000;
    text-decoration: none;
}

.view-more-coach {
    max-width: 400px;
    width: 100%;
    margin: 40px auto;
    text-align: center;
    box-shadow: 6px 6px 10px 5px #fae0bc;
}

.view-more-coach-btn {
    width: 100%;
    background: #ffbc03;
    line-height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.view-more-coach-btn:hover {
    background: #222;
    color: #FFFFFF;
}

.luxury-car-rental-delhi {
    background: #f4b103 url(../images/bg-img2.png) no-repeat center top;
    background-attachment: fixed;
}

.luxury-car-rental-con {
    padding: 30px 0px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

.luxury-car-rental-con-1 {
    padding: 35px 0px 0px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

.luxury-car-rental-con h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
}

.luxury-car-rental-con-1 h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;

}

.luxury-car-rental-con h4 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 10px;
}

.luxury-car-rental-con p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #FFFFFF;
}


.testimonials {
    margin-top: 0px;
}

.testimonials-box {
    border: #CCCCCC solid 1px;
    padding: 37px;
}

.testimonials-box i {
    font-size: 30px;
    color: #e2e2e2
}

.testimonials-box p {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #2c3740;
}

.testimonials-box strong {
    text-transform: uppercase;
    color: #2c3740;
    font-size: 14px;
    font-weight: 800;
}

.delhi-office {
    width: 33%;
    float: left;
    margin-bottom: 15px;
    margin-left: 10px;
}

.delhi-office h4 {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.delhi-office p {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.5;
}

.delhi-office a {
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.5;
}

.usa-office {
    width: 25%;
    float: left;
    margin-bottom: 15px;
}

.usa-office h4 {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.usa-office p {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.5;
}

.usa-office a {
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.5;
}

.other-websites {
    width: 18%;
    float: left;
    margin-bottom: 15px;
}

.other-websites h4 {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.other-websites p {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.5;
}

.other-websites a {
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.5;
    display: block
}

.place-call {
    width: 88%;
    margin: 60px auto 0 auto;
    position: relative;
}

.or {
    background: #fff;
    color: #3a3a3a;
    font-weight: 800;
    border-radius: 100%;
    position: absolute;
    left: 48%;
    top: 13px;
    padding: 10px;
    font-size: 15px;
}

.place-query {
    max-width: 496px;
    width: 100%;
    text-transform: uppercase;
    float: left;
    box-shadow: 6px 6px 10px 5px #fae0bc;
    background: #ffbc03;
    line-height: 66px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF
}

.call-box {
    box-shadow: 6px 6px 10px 5px #cecece;
    max-width: 496px;
    width: 100%;
    float: left;
    background: #3a3a3a;
    margin-left: 10px;
    text-align: center;
    line-height: 66px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
}


.foter-bg {
    background: #292f34;
    margin-top: 54px;
    padding-bottom: 20px;
}

.foter-bg-btm {
    background: #262b30;
    padding: 15px 0px;
}

.footer-logo {
    width: 263px;
    float: left;
}

.copy-right {
    margin-bottom: 0px;
    margin-top: 10px;
    opacity: 0.4;
}

.dovelope-by {
    margin-bottom: 0px;
    padding-left: 75px;
    opacity: 0.4;
}

.dovelope-by a {
    opacity: 0.4;
    color: #FFFFFF;
}



.tag-line {
    color: #606060;
}

.inn-banner {
    position: relative;
    width: 100%;
}

.inn-banner img {
    width: 100%;
    height: auto;
    display: inline-table;
}

.inner-hedng {
    width: 93%;
    margin-top: 60px;
    left: 5%;
    top: 0;
    position: absolute;
}

.inner-hedng h2 {
    color: #0181ca;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #fff;
}

.inner-hedng .devider {
    margin-top: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
    border: 0;
    border-top: 1px solid #ffbc03;
    float: left;
    width: 34px;
    text-align: left;
}

.inner-content {
    width: 100%;
}

.inner-content .right-img {
    padding-left: 30px;
    padding-bottom: 20px;
}

.inner-content p {
    line-height: 28px;
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
}

.inner-content h2 {
    line-height: 30px;
    color: #000000 !important;
    font-size: 24px;
}

.inner-content h3 {
    line-height: 30px;
    margin-top: 0px;
    color: #000000 !important;
    font-size: 24px;
}

.inner-content h4 {
    line-height: 30px;
    margin-top: 0px;
    color: #000000 !important;
    font-size: 24px;
}

.inner-content h5 {
    line-height: 30px;
    margin-top: 0px;
    color: #000000 !important;
    font-size: 20px;
}

.inner-content h6 {
    line-height: 30px;
    margin-top: 0px;
    color: #000000 !important;
    font-size: 18px;
}

.UnorderList li {
    line-height: 28px;
    font-size: 15px;
}

.price-list {
    width: 65%;
}

.price-list tr:nth-child(even) {
    background: #e4e4e4;
}

.table-responsive {
    border: none;
    margin: 0px;
}

.product-main {
    text-align: center;
    width: 180px;
    float: left;
    margin-right: 45px;
    margin-bottom: 42px;
}

.product-main p {
    text-align: center;
    line-height: 20px;
    margin-bottom: 0px;
    color: #fff;
}

.product-main a {
    text-decoration: none;
}

.heading-prod {
    padding: 5px 1px;
    background: #ffbc03;
    color: #FFFFFF;
}


.submit-btn {
    background: #222;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    padding: 7px 20px;
}

.submit-btn:hover {
    background: #ffbc03;
    color: #FFFFFF;
}



.shipping p {
    margin-top: 0px;
}

.shipping h2 {
    margin-bottom: 10px;
}

.sp-i {
    margin-bottom: 0px;
}











/* Carousel Fading slide */
.carousel-fade .carousel-inner {}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
    opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


/* Safari Fix */
@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 48px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}



/* Removing BS background */
.carousel .control-box {
    opacity: 0;
}



/* Animation */
.control-box,
a.carousel-control,
.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
    /* Assigning animation to indicator li will make slides flicker */
}


/* Hover animation */
.carousel:hover .control-box {
    opacity: 1;
}



.news-bg-box ul {
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

.news-bg-box ul li {
    list-style-type: none;
    display: inline;
    padding: 0px 0px;
    font-family: 'Josefin Sans', sans-serif;
}

.news-bg-box ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding-left: 20px;
    background-size: 16px;
}

section.run-text {
    padding-top: 60px;
    overflow: hidden;
}

.margin-manage {
    padding-top: 0 !important;
    margin-top: 0;
}

.carousel-inner img {
    width: 100%;
}

.cab {
    background-color: #292f34;
}

.space {
    padding-right: 150px;
    padding-left: 50px;
}

.spacing {
    margin-bottom: 7px;
}

.over {
    overflow-x: hidden;
}

/* Column hover effect */
.table-hover tbody tr:hover {
    background-color: #e0e0e0;
}

.table-hover tbody tr:hover {
    background-color: #e0e0e0;
    /* Light grey */
}

.top {
    margin-top: 50px;
}

.color-txt {
    color: white !important;
    font-weight: 600;
}

.md-05 {}

.shipping-p p {
    margin: 0px 0px 5px 0px !important;

}

.payment-logo {
    margin-top: 7px;
    display: flex;

}

.img-fluid {
    max-width: 100%;
}



@media (max-width: 1199px) {
    .contact-no p {
        font-size: 12px;
    }
}

@media (min-width: 767px) {
    .navbar .navbar-inverse .main-content {
        margin-top: 125px;
    }
}


.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    background: #000;
    color: #fff;
    padding: 10px;
}

.owl-nav button.owl-prev {
    left: -25px;
}

.owl-nav button.owl-next {
    right: -25px;
}

.margin_top_bottom {
    margin: 20px 0px 50px;
}


.dropdown-submenu {
    position: relative;
}

/* Position submenu to the right */
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    min-width: 160px;
    /* Adjust width as needed */
}

/* Show submenu on hover */
.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

/* Optional: Style the caret */
.dropdown-submenu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* Ensure parent dropdown stays open when hovering over submenu */
.dropdown-menu>li:hover>.dropdown-menu {
    display: block;
}

.text-white {
    color: white !important;
}

.text-black {
    color: #000 !important;
}

.pr-1 {
    padding-right: 5px !important;
}


.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 5px !important;
}

.font {
    font-size: 17px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: 4px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.m-0 {
    margin-bottom: -2px !important;
}

.ml-3 {
    margin-left: 13px;
}

@media (max-width: 426px) {
    .disable {
        display: contents;
    }

    .disable-right {
        display: none;
    }
}

@media (min-width: 426px) {
    .disable {
        display: none;
    }

    .disable-right {
        display: contents;
    }
}

@media (max-width: 350px) {
    .pt-1 {
        padding-top: 2px !important;
    }

    .font {
        font-size: 15px !important;
    }

    .length {
        height: 25px !important;
    }
}



.bg-white {
    background-color: #fff !important;
}

/* @media screen and (min-width: 680px) and (max-width: 768px) {
        header {
        height: 156px !important;
    }
} */

/* .mobile-us {
    position: absolute;
    left: 15px;
    top: 67px;
} */

.welcome-con h4 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 10px;
}