@charset "UTF-8";
/*
Template Name: CarrGo
Developer: Studio Radiuzz
Author: Shail   
skype: shail_
email: studioradiuzz@gmail.com


Table of Contents

1. Global
    1.1. variable.scss
    1.2. fonts.scss
    1.3. reset.scss


*/
/*
0 - 768: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop

1em = 16px

The smaller device rules always should write below the bigger device rules

Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@import "bootstrap.min.css";
@import "shortcode.css";
@import "animate.css";
@import "metisMenu.min.css";
* {
  outline: none;
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
}

/* body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  overflow-x: hidden;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #847577;
  position: relative;
} */
body.theme-1 {
  padding-top: 23px !important;
}
@media only screen and (max-width: 991px) {
  body.theme-1 {
    padding-top: 144px;
  }
}
@media only screen and (max-width: 767px) {
  body.theme-1 {
    padding-top: 133px;
  }
}
@media only screen and (max-width: 575px) {
  body.theme-1 {
    padding-top: 107px;
  }
}
body.theme-2 {
  padding-top: 69px;
}
@media only screen and (max-width: 991px) {
  body.theme-2 {
    padding-top: 143px;
  }
}
@media only screen and (max-width: 767px) {
  body.theme-2 {
    padding-top: 143px;
  }
}
@media only screen and (max-width: 575px) {
  body.theme-2 {
    padding-top: 110px;
  }
}
body.theme-3 {
  padding-top: 160px;
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 97px;
  }
}

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
}

#main-wrapper.show {
  opacity: 1;
}

p {
    font-size: 15px;
    color: #000000;
}

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
}

a.link {
  color: #454545;
}

a.link:focus,
a.link:hover {
  color: #F7BC00;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

.img-flag {
  height: 15px;
  width: 18px;
}

.img-full {
  width: 100%;
}

.mdi-set,
.mdi:before {
  line-height: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #3B3B3B;
}

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

h2 {
  line-height: 36px;
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  line-height: 30px;
  font-size: 21px;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  h4 {
    font-size: 15px;
  }
}

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

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

.display-5 {
  font-size: 30px;
}

.display-6 {
  font-size: 36px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

.img-circle {
  border-radius: 100%;
}

.content-body {
  padding: 30px 0 15px;
}

.c-pointer {
  cursor: pointer;
}

.rotate-90 {
  transform: rotate(90deg);
}

.jqstooltip {
  box-sizing: content-box;
}

.l-border-1 {
  border: 1px solid #e1e1e1;
}

.d-border-1 {
  border: 1px solid #e1e1e1;
}

.footer p {
  font-size: 12px;
}

.border-white-2 {
  border: 2px solid #fff;
}

.border-bottom-1 {
  border-bottom: 1px solid #e1e1e1;
}

.border-top-1 {
  border-top: 1px solid #e1e1e1;
}

.border-right-1 {
  border-right: 1px solid #e1e1e1;
}

.border-left-1 {
  border-left: 1px solid #e1e1e1;
}

.dark-overlay-1 {
  background: rgba(0, 0, 0, 0.1);
}

.dark-overlay-2 {
  background: rgba(0, 0, 0, 0.2);
}

.dark-overlay-3 {
  background: rgba(0, 0, 0, 0.3);
}

.dark-overlay-4 {
  background: rgba(0, 0, 0, 0.4);
}

.dark-overlay-5 {
  background: rgba(0, 0, 0, 0.5);
}

.dark-overlay-6 {
  background: rgba(0, 0, 0, 0.6);
}

.dark-overlay-7 {
  background: rgba(0, 0, 0, 0.7);
}

.dark-overlay-8 {
  background: rgba(0, 0, 0, 0.8);
}

.dark-overlay-9 {
  background: rgba(0, 0, 0, 0.9);
}

.div-padding {
    padding: 40px 0;
}
@media only screen and (max-width: 991px) {
  .div-padding {
    padding: 50px 0;
  }

.single-icon.text-center.m-b-10.d-block.d-lg-none {
    display: none !important;
}


}

.div-title {
  margin-bottom: 18px;
  position: relative;
  font-weight: 800;
}
/*.div-title:after {
    position: absolute;
    left: 0;
    top: 110%;
    background-image: url(../images/header-border.png);
    height: 4px;
    width: 72px;
    content: "";
}*/
.div-title.text-center:after {
  left: calc(50% - 30px);
}

button:focus, a:focus, a:link:focus {
  outline: none;
}

input:focus, textarea:focus {
  box-shadow: none;
}

img {
  max-width: 100%;
}

.bg-2 {
  background-color: #0936680f;
}

.theme-color {
  color: #F7BC00;
}

.striped-bg {
  background-image: url(../../assets/images/striped-bg.jpg);
}

.bg-gray {
  background-color: #F7F7F6;
}

.button {
  display: inline-block;
  padding: 20px 25px;
  border: none;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  line-height: 0.8;
}
.button.big {
  text-align: center;
  text-transform: uppercase;
}
.button.tiny {
  width: 135px;
  text-align: center;
}
.button:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.button-dark {
    border: 1px solid;
    background-color: #3b3b3b;
    color: #fff;
    position: relative;
    border-radius: 5px;
}

.button-light {
  background-color: #F7BC00;
  color: #fff;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .single-driver-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.single-driver-info {
  background-color: #F7F7F6;
}
.single-driver-info .card {
  background-color: #F7F7F6;
  border-color: #E4E2DF;
  border-radius: 0;
}
.single-driver-info .contact-number {
  margin-top: 10px;
}
.single-driver-info p {
  margin: 0;
}
.single-driver-info a {
  color: #3B3B3B;
}

.driver-carousel {
  margin-top: 80px;
}

.driver-carousel-wrapper {
  position: relative;
}
.driver-carousel-wrapper .owl-nav button {
  position: absolute;
  right: 100%;
  display: inline-block;
  top: calc(50% - 25px);
  width: 80px;
}
.driver-carousel-wrapper .owl-nav button i {
  margin: 3px;
}
.driver-carousel-wrapper .owl-nav button:hover {
  color: #F7BC00;
}
.driver-carousel-wrapper .owl-nav button.owl-next {
  right: auto;
  left: 100%;
}

.hero-bg-light-yellow {
    background-image: url(../images/belive.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  /*background-color: #FFCC7  7;*/
}

.hero-bg-dark-yellow {
  background-color: #FBB700;
}

.hero-area {
  position: relative;
  height: 795px;
  display: flex;
  align-items: center;
}
.hero-area svg {
  position: absolute;
  width: 1400px;
  height: 750px;
  fill: #fff;
}
@media only screen and (max-width: 575px) {
  .hero-area {
    padding-top: 0px !important;
  }

.hero-area {
    position: relative;
    height: 644px;
    display: flex;
    align-items: center;
}

.hero-blob img {
    display: none;
}

.hero-area-left h1 {
    color: white !important;
}

.hero-area-left p {
    color: white !important;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    margin-top: -51px;
    padding-bottom: 25px;
}

  .hero-area svg {
    position: absolute;
    width: 300px;
    height: 750px;
    fill: #fff;
  }
}
.hero-area .hero-area-slider {
  position: relative;
}
.hero-area .hero-area-slider .owl-dots {
  text-align: center;
  position: absolute;
  top: 120%;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-area-slider .owl-dots {
    top: 96%;
  }
}
.hero-area .hero-area-slider .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  background-color: transparent;
  margin: 5px;
  border-radius: 50px;
  border: 1px solid #3B3B3B;
}
.hero-area .hero-area-slider .owl-dots button.owl-dot.active {
    background-color: #f7bc00;
    border: 1px solid #093668;
}
.hero-area .hero-area-slider .single-slider-item {
    margin-top: 100px;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .hero-area .hero-area-slider .single-slider-item {
    flex-wrap: wrap;
  }
}
.hero-area .hero-area-slider .single-slider-item h1 {
  font-size: 52px!important;
    color: #3b3b3b;
  line-height: 56px;
  font-weight: 700 !important;
}

.hero-area .hero-area-slider .single-slider-item h2 {
  font-size: 52px!important;
    color: #3b3b3b!important;
  line-height: 56px!important;
  font-weight: 700!important;
}
@media only screen and (max-width: 575px) {
  .hero-area .hero-area-slider .single-slider-item h1 {
    font-size: 39px!important;
    font-weight: 700!important;

  }


    .hero-area .hero-area-slider .single-slider-item h2 {
    font-size: 39px!important;
    font-weight: 700!important;

  }



.hero-area .hero-area-slider .single-slider-item {
    margin-top: -13px !important;
    display: flex;
}


}
.hero-area .hero-area-slider .single-slider-item p {
  color: #3b3b3b;
  margin-top: 30px;
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 400;
}
.hero-area .hero-area-slider .single-slider-item .hero-area-left {
  flex-basis: 40%;
}
@media only screen and (max-width: 575px) {
  .hero-area .hero-area-slider .single-slider-item .hero-area-left {
    flex-basis: 100%;
    text-align: center;
  }
}
.hero-area .hero-area-slider .single-slider-item .hero-area-right {
  flex-basis: 60%;
}
@media only screen and (max-width: 575px) {
  .hero-area .hero-area-slider .single-slider-item .hero-area-right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-area-slider .single-slider-item .hero-area-right img {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-area .hero-area-slider .single-slider-item .hero-area-right img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.hero-blob {
  position: absolute;
  top: -3px;
  left: -13%;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(360deg);
}

.hero-blob svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 750px;
}
@media only screen and (max-width: 575px) {
  .hero-blob svg {
    width: calc(100% + 168px);
  }
}



@media only screen and (max-width: 1010px) {
  .hero-area .hero-area-slider .single-slider-item .hero-area-left {
    flex-basis: 100%;
    text-align: left;
  }


.snoww {
    /* border-style: dotted !important; */
    /* border: 1px solid darkslategrey; */
    padding: 7px;
    height: 230px !important;
    margin-bottom: 15px;
    margin-top: 18px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 20px;
}





  .hero-area .hero-area-slider .single-slider-item {
    flex-wrap: wrap;
  }

  .hero-area .hero-area-slider .single-slider-item .hero-area-right {
    flex-basis: 100%;
  }
}
.divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  /* transform: rotate(180deg); */
}

.divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
}

.divider .shape-fill {
  fill: #FFFFFF;
}

.testimonial-area .single-testimonial-item {
  width: 60%;
  margin: 0 auto;
  background-color: #fff;
  padding: 45px 60px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonial-area .single-testimonial-item {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area .single-testimonial-item {
    width: 80%;
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-area .single-testimonial-item {
    width: 100%;
  }
}
.testimonial-area .single-testimonial-item:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -2;
  top: 3%;
  left: 2%;
  width: 96%;
  height: 100%;
}
.testimonial-area .single-testimonial-item:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  top: 2%;
  left: 1%;
  width: 98%;
  height: 100%;
  z-index: -1;
}
.testimonial-area .single-testimonial-item .testimonial-text {
  margin: 20px 0;
}
@media only screen and (max-width: 575px) {
  .testimonial-area .single-testimonial-item .testimonial-text {
    word-break: break-all;
  }
}
.testimonial-area .single-testimonial-item img {
  width: auto;
  margin: 0 auto;
}
.testimonial-area .owl-nav {
  height: auto;
}
.testimonial-area .owl-nav button {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
}
.testimonial-area .owl-nav button > * {
  font-size: 17px;
  margin: 2px;
  color: #fff;
}
.testimonial-area .owl-nav button:hover > *, .testimonial-area .owl-nav button:active > *, .testimonial-area .owl-nav button:focus > * {
  color: #F7BC00;
}
.testimonial-area .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.testimonial-area .owl-dots button.owl-dot {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid rgba(254, 251, 240, 0.5);
  border-radius: 50px;
  margin: 5px;
}
.testimonial-area .owl-dots button.owl-dot.active {
    border-color: #f7bc00;
    background-color: #f7bc00;
}

.single-blog-item {
    height: 333px;
    border: 1px solid rgba(59, 59, 59, 0.2);
    border-radius: 3px;
    background: #f7bc0014;
}
@media only screen and (max-width: 991px) {
  .single-blog-item {
    margin-bottom: 20px;
  }
}
.single-blog-item:hover .blog-img img {
  transform: scale(1.1);
}
.single-blog-item .blog-img {
  overflow: hidden;
  border-radius: 0;
}
.single-blog-item .blog-img img {
  transition: all 3s cubic-bezier(1, 1, 0, 0);
  width: 100%;
}
.single-blog-item .blog-text {
  padding: 10px;
}
.single-blog-item .blog-text p {
  margin-bottom: 30px;
}

.single-team-member {
  border: 1px solid rgba(59, 59, 59, 0.2);
}
@media only screen and (max-width: 991px) {
  .single-team-member {
    margin-bottom: 20px;
  }
}
.single-team-member .member-img img {
  width: 100%;
}
.single-team-member .member-info {
  padding: 20px;
}

.account-access .nav-tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.account-access .nav-tabs li {
  flex-basis: 50%;
  text-align: center;
}
.account-access .nav-tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  color: #999;
}
.account-access .nav-tabs li a.active {
  color: #3B3B3B;
  border-color: #3B3B3B;
}
.account-access .user-access-form {
  margin-bottom: 30px;
}
.account-access .user-access-form input.form-control {
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.3s;
}
.account-access .user-access-form input.form-control:focus {
  border-color: #F7BC00;
}
.account-access .acclink a {
  color: #3B3B3B;
}
.account-access .externel-signup a {
  text-align: center;
  color: #fff;
  padding: 10px;
}
.account-access .externel-signup a:first-child {
  margin-bottom: 30px;
  margin-top: 50px;
}
.account-access .externel-signup a.facebook {
  background-color: #3B5998;
}
.account-access .externel-signup a.google {
  background-color: #db4439;
}
.account-access .externel-signup a i {
  margin-right: 5px;
}

.signin-div, .signup-div {
  min-height: calc(100% - 209px);
}
@media only screen and (max-width: 1200px) {
  .signin-div, .signup-div {
    min-height: calc(100% - 200px);
  }
}

.single-service-item {
  background: #f1f3f6;
  text-align: center;
  padding: 45px 20px;
  border: 1px solid rgba(59, 59, 59, 0.2);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-service-item {
    padding: 25px 20px;
  }
}
.single-service-item h4 {
    font-size: 15px;
    margin: 20px 0 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-package-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
@media only screen and (max-width: 991px) {
  .single-package-item {
    margin-bottom: 20px;
  }
}
.single-package-item:hover .package-icon {
  background-color: #F7BC00;
}
.single-package-item:hover .package-icon span.icon-wrapper {
  background-color: #F7BC00;
}
.single-package-item:hover a.button-dark {
  background-color: #F7BC00;
}
.single-package-item .package-icon {
  position: relative;
  background-color: #3B3B3B;
  padding: 40px 0;
  position: relative;
}
.single-package-item .package-icon span.icon-wrapper {
  position: absolute;
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  border: 3px solid #fff;
  line-height: 70px;
  background-color: #3B3B3B;
  left: calc(50% - 37px);
  text-align: center;
}
.single-package-item .package-details {
  padding: 75px 0 30px;
}
.single-package-item .package-details .div-title:after {
  top: 145%;
}
.single-package-item .package-details h2.package-price {
  margin-bottom: 30px;
  font-weight: 500;
}
.single-package-item .package-details h2.package-price span {
  font-size: 14px;
  font-weight: normal;
}
.single-package-item .package-details li {
  margin-bottom: 10px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #F7BC00;
}

.form-control{
  border: 1px solid rgba(55, 55, 55, 0.1);
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
}

textarea.form-control {
  height: 145px;
}

.contact-form-div h2 {
  margin-bottom: 50px;
}

.payment-options {
  display: flex;
  text-align: center;
  border: 1px solid rgba(59, 59, 59, 0.1);
  margin-bottom: 30px;
}
.payment-options input[type=radio] {
  display: none;
}
.payment-options .form-check-inline {
  flex-basis: 33.33%;
  margin: 0;
}
.payment-options input:checked + label {
  background-color: #F7BC00;
  color: #fff;
}
.payment-options label {
  width: 100%;
  display: block;
  padding: 10px;
}
@media only screen and (max-width: 575px) {
  .payment-options label {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.select-car-wrapper {
  margin-bottom: 50px;
}
.select-car-wrapper h2 {
  margin-bottom: 50px;
}

.car-options .form-check-inline {
  flex-direction: column;
  width: 19%;
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .car-options .form-check-inline {
    width: 32%;
    margin-bottom: 15px;
  }
}
.car-options input[type=radio] {
  display: none;
}
.car-options input[type=radio]:checked + label {
  border-color: #F7BC00;
}
.car-options label {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 1px solid rgba(59, 59, 59, 0.1);
  text-align: center;
  display: inline-block;
  line-height: 75px;
}

.destination {
  position: relative;
}
.destination .form-control {
  padding: 10px 10px 10px 25px;
}
.destination i {
  position: absolute;
  bottom: 15px;
  left: 10px;
}

@media only screen and (max-width: 991px) {
  .booking-form {
    margin-bottom: 20px;
  }
}

.total-earning-table {
  background-color: #F7F7F6;
  margin-bottom: 30px;
}
.total-earning-table thead th:first-child {
  padding-left: 30px;
}
.total-earning-table tbody tr th {
  color: #3B3B3B;
  padding-left: 30px;
}
.total-earning-table tbody tr th small {
  color: #847577;
}

.message-box .phone-icon {
  padding: 3px 30px;
}
.message-box .phone-icon a {
  color: #847577;
}
.message-box .list-group-item {
  border-bottom: rgba(59, 59, 59, 0.2);
}
.message-box .form-control {
  margin-bottom: 0;
}
.message-box .search-form {
  position: relative;
}
.message-box .search-form .form-control {
  padding-left: 30px;
}
.message-box .search-form i {
  position: absolute;
  left: 9px;
  top: 16px;
}
.message-box .list-group-item {
  background-color: transparent;
}
.message-box .event-msg-left, .message-box .event-chat-ryt {
  background-color: #F7F7F6;
}
@media only screen and (max-width: 575px) {
  .message-box .event-msg-left, .message-box .event-chat-ryt {
    margin-bottom: 20px;
  }
}
.message-box .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #F7BC00;
  color: #847577;
  border: none;
}
.message-box .chat-sender, .message-box .chat-reciver {
  max-width: 400px;
}
.message-box .chat-reciver {
  text-align: right;
  margin-left: auto;
}
.message-box .chat-reciver .media {
  margin-bottom: 15px;
  align-items: center;
}
.message-box .chat-reciver p {
  display: inline-block;
  padding: 10px;
  box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0;
}
.message-box .chat-sender {
  text-align: left;
}
.message-box .chat-sender .media {
  margin-bottom: 15px;
  align-items: center;
}
.message-box .chat-sender p {
  display: inline-block;
  padding: 10px;
  background-color: #3D3E3E;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .message-box .event-msg-left {
    margin-bottom: 20px;
  }
}
.message-box .event-msg-left .sidebar-heading {
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
}
.message-box .event-msg-left .sidebar-heading h4 {
  margin-bottom: 0;
}
.message-box .event-msg-left .list-group-item:first-child {
  padding: 0;
}
.message-box .event-msg-left .list-group-item:first-child .sidebar-heading, .message-box .event-msg-left .list-group-item:first-child .event-sideber-search {
  padding: 20px;
}

.vehicle-tab-nav ul {
  text-align: center;
  border: 0;
  margin-bottom: 50px;
  justify-content: center;
}
.vehicle-tab-nav ul a {
  padding: 10px;
  display: inline-block;
  color: #847577;
}
.vehicle-tab-nav ul a.active {
  background-color: #F7BC00;
  color: #fff;
}

#map-canvas {
  width: 100%;
  height: 340px;
}
@media only screen and (max-width: 991px) {
  #map-canvas {
    height: 200px;
  }
}

#onridemap {
  height: 730px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  #onridemap {
    height: 500px;
  }
}

#ride-map {
  width: 100%;
  height: 730px;
}
@media only screen and (max-width: 991px) {
  #ride-map {
    height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  #ride-map {
    height: 400px;
  }
}

#contact-map {
  width: 100%;
  height: 365px;
}
@media only screen and (max-width: 991px) {
  #contact-map {
    height: 250px;
  }
}
@media only screen and (max-width: 575px) {
  #contact-map {
    height: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-us-map {
    margin-top: 20px;
  }
}
.header__upper--left {
    font-size: 14px;
}
.header__upper {
    color: white;
    background-color: #f7bc00;
    padding: 0px 0;
}
@media only screen and (max-width: 991px) {
  .header__upper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  }
}
.header__upper--left {
    display: flex;
    padding-top: 5px;
    align-items: center;
    padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .header__upper--left {
    margin-bottom: 0px;
    justify-content: space-between;
  }
}
.header__upper--left .logo {
  margin-right: 45px;
}
@media only screen and (max-width: 575px) {
  .header__upper--left .logo {
    margin: 0;
  }
}
.header__upper--right {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .header__upper--right {
    justify-content: space-evenly;
  }
}
.header__upper--right .navigation ul {
  margin: 0;
}
.header__upper--right .navigation li {
  display: inline-block;
}
.header__upper--right .navigation a {
  display: block;
  color: #3B3B3B;
  padding: 11px;
  transition: all 0.1s;
}
.header__upper--right .navigation a:hover {
  color: #F7BC00;
}
@media only screen and (max-width: 575px) {
  .header__upper--right .navigation a {
    padding: 2px;
  }
}
@media only screen and (max-width: 575px) {
  .header__upper--right .button {
    padding: 8px 12px;
    width: 128px;
    font-size: 11px;
  }
}

.header__lower {
    background-color: #3b3b3b;
}
.header__lower .navbar-nav .dropdown-menu {
  background-color: #383939;
}
.header__lower .dropdown-item {
  color: #fff;
}
.header__lower .dropdown-item:focus, .header__lower .dropdown-item:hover {
  color: #fff;
  background: #383939;
}
.header__lower .navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #f7bc00;
    border-color: #f7bc00;
    background-color: ;
}
.header__lower .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    padding: 26px 15px;
    border-bottom: 2px solid transparent;
}


.header__lower .navbar-dark .navbar-nav .nav-link:hover {
    border-color: #f7bc00;
    background-color: #000000;
}

.header__lower .navbar-dark .navbar-nav .nav-link:hover i {
    color: #;
}
.header__lower .navbar-dark .navbar-nav .nav-link i, .header__lower .navbar-dark .navbar-nav .nav-link img {
  margin-right: 10px;
}
.header__lower .button {
  padding-top: 23px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 575px) {
  .header__lower {
    margin-top: 9px;
  }
  .header__lower .navbar-nav {
    margin-top: 10px;
  }
  .header__lower .navbar-dark .navbar-nav .nav-link i {
    padding: 0px 5px;
  }
}

.search-bar {
  position: relative;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .search-bar {
    width: 182px;
    line-height: 32px;
  }
}
.search-bar .form {
  display: flex;
}
.search-bar .form .button {
  padding: 14px 19px;
}
.search-bar .form-control {
  background-color: #F5F5F4;
  margin: 0;
  padding-left: 30px;
  color: #847577;
  font-size: 12px;
}
.search-bar .icon {
  position: absolute;
  display: inline-block;
  height: 100%;
  line-height: 43px;
  left: 10px;
  top: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 52px;
  z-index: 9;
}

header {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  header {
    position: relative;
  }
}

@media only screen and (max-width: 575px) {
  header.theme-2 .media img {
    margin: 0 !important;
  }
  header.theme-2 .media-body {
    display: none;
  }
}
header.theme-2 .header__upper {
  padding: 0;
}
header.theme-2 .navigation ul, header.theme-2 .header__upper--left {
  padding: 13px 0;
}
@media only screen and (max-width: 575px) {
  header.theme-2 .navigation ul, header.theme-2 .header__upper--left {
    margin: 0;
  }
}
header.theme-2 .header__upper--right .navigation {
  margin-right: 20px;
}
header.theme-2 .header__upper--right .navigation a {
  padding: 11px 18px;
}
@media only screen and (max-width: 1200px) {
  header.theme-2 .header__upper--right .navigation a {
    padding: 11px;
  }
}
@media only screen and (max-width: 575px) {
  header.theme-2 .header__upper--right .navigation a {
    padding: 6px 4px;
  }
}
@media only screen and (max-width: 575px) {
  header.theme-2 .navigation ul {
    padding: 10px 5px;
  }
}
header.theme-2 .dropdown-toggle::after {
  display: none;
}
header.theme-2 .dropdown-toggle {
  display: inline-block;
  padding: 16px;
  background-color: #F5F5F4;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  header.theme-2 .dropdown-toggle {
    padding: 10px;
  }
}
header.theme-2 .dropdown-toggle h6 {
  font-size: 14px;
}

header.theme-3 {
  padding: 24px 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.navigation-lower ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .navigation-lower ul {
    text-align: left;
    margin-top: 15px;
  }
}
.navigation-lower ul li {
  display: inline-block;
}
.navigation-lower ul li a {
  display: block;
  padding: 15px 20px;
  border: 1px solid transparent;
  line-height: 1;
  color: #3B3B3B;
}
@media only screen and (max-width: 575px) {
  .navigation-lower ul li a {
    padding: 10px 12px;
  }
}
.navigation-lower ul li a:hover {
  border-color: #3B3B3B;
}
/*.breadcrumb-div {
    padding: 120px 26px 72px;
    background-color: #f7bc001a;
}*/
.breadcrumb-div {
    padding: 120px 26px 72px;
    background-color: #f7bc001a;
}

.breadcrumb-div .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-top: 10px;
}
.breadcrumb-div .breadcrumb a {
  color: #3B3B3B;
  font-weight: bold;
  position: relative;
  margin-right: 10px;
}
.breadcrumb-div .breadcrumb a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-left: 1px;
  position: absolute;
  top: 1px;
  left: 100%;
}

.pagination {
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
  width: 80px;
  text-align: center;
}
.pagination .page-link {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
  border: 1px solid rgba(61, 62, 62, 0.5);
  margin: 0 8px;
  color: #3B3B3B;
}
@media only screen and (max-width: 991px) {
  .pagination .page-link {
    margin-bottom: 10px;
  }
}
.pagination .page-link.active {
  background-color: #3D3E3E;
  color: #fff;
}
.pagination .page-link:hover {
  background-color: #3D3E3E;
  color: #fff;
}

footer.theme-2 {
  height: 210px;
}
@media only screen and (max-width: 1200px) {
  footer.theme-2 {
    height: 200px;
  }
}

.footer-div {
  position: relative;
}

.footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.footer-shape svg {
  position: relative;
  display: block;
  width: calc(161% + 1.3px);
  height: 150px;
}

.footer-shape .shape-fill {
  fill: #FFFFFF;
}

.push {
  height: 61px;
}

.footer-nav-div {
  background-color: #3D3E3E;
  padding: 50px 0px 35px 0px;
}
@media only screen and (max-width: 575px) {
  .footer-nav-div {
    text-align: ;
  }
}
.footer-nav-div .footer-brand {
  margin-bottom: 25px;
}
.footer-nav-div h4 {  
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-nav-div .helpline h4 {
  margin-bottom: 15px;
}
.footer-nav-div .helpline h4 span {
  color: #F7BC00;
  display: inline-block;
}
.footer-nav-div .footer-navigation {
  display: flex;
}
.footer-nav-div .footer-navigation ul {
  flex-basis: 50%;
}
.footer-nav-div .footer-navigation ul a {
  transition: all 0.1s;
  display: inline-block;
}
.footer-nav-div .footer-navigation ul a:hover {
  color: #F7BC00;
}
.footer-nav-div .app-download-box {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .footer-nav-div .app-download-box {
    justify-content: center;
    margin-top: 20px;
  }
}
.footer-nav-div .app-download-box a {
  display: inline-block;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.footer-nav-div .app-download-box a:first-child {
  margin-right: 5px;
}
.footer-nav-div .cta-button a {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}
.footer-nav-div a, .footer-nav-div p {
  color: #fff;
}
.footer-nav-div p {
  word-break: break-all;
}
h2.div-title.text-center {
    color: #3b3b3b;
}
h2.div-title.text-center.lofe {
    color: white;
}


.copyright-div {
  background-color: #f7bc00;
  color: #fff;
  padding: 0px 0;
}
@media only screen and (max-width: 991px) {
  .copyright-div {
    text-align: center;
  }
}
.copyright-div p {
  margin: 0;
}
.copyright-div p, .copyright-div a {
  color: #3d3e3e;
  padding: 5px;
}
.download-text.holi {
    margin: 0;
}
.social-nav {
  display: flex;
  justify-content: flex-end;  
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .social-nav {
    justify-content: center;
    margin-top: 20px;
  }
}
.social-nav a {
  padding: 5px 12px;
  transition: all 0.1s;
  display: inline-block;
}
.social-nav a.facebook:hover {
  color: #3B5998;
}
.social-nav a.twitter:hover {
  color: #1DA1F2;
}
.social-nav a.instagram:hover {
  color: #c32aa3;
}
.social-nav a.google-p:hover {
  color: #db4439;
}
.social-nav a.linkedin:hover {
  color: #007bb6;
}
.social-nav a.pinterest:hover {
  color: #bd081c;
}

.footer-nav-div.theme-2 {
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .footer-nav-div.theme-2 {
    text-align: center;
  }
}
.footer-nav-div.theme-2 .social-nav {
  justify-content: center;
}
.footer-nav-div.theme-2 .app-download-box a {
  margin-bottom: 0;
}
.footer-nav-div.theme-2 .footer-brand {
  margin: 0;
}

.copyright-div.theme-2 a:hover {
  color: #F7BC00;
}

.counter-area {
  background-image: url(../../assets/images/counter-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.counter-area:after {
  background-color: rgba(61, 62, 62, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.counter-icon {
  margin-bottom: 25px;
}

.single-counter h2, .single-counter p {
  color: #fff;
}

.icons-div {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.icons-div .single-icon {
  height: 75px;
  width: 75px;
  border: 1px solid rgba(59, 59, 59, 0.3);
  text-align: center;
  line-height: 70px;
  border-radius: 50px;
  background-color: #FEFBF0;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .icons-div .single-icon {
    display: none;
  }
}
.icons-div .single-icon:not(:last-child):after {
  content: "";
  position: absolute;
  background-color: #ddd;
  height: 1px;
  width: 170px;
  top: 50%;
  left: 122%;
}

.how-work-text {
  text-align: center;
  word-break: break-all;
}
@media only screen and (max-width: 991px) {
  .how-work-text {
    margin-bottom: 20px;
  }
}

.testimonial-area {
  background-image: url(images/bg3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.testimonial-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(61, 62, 62, 0.8);
  z-index: -1;
}
.testimonial-area .div-title {
  color: #fff;
}

.about-us-area h4 {
  margin-bottom: 20px;
}
.about-us-area p {
  margin-bottom: 30px;
}
.about-us-area .about-us-img {
  margin-top: 70px;
}

.about-us-area {
  position: relative;
}
.about-us-area:after {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  /*background-image: url(../images/2.png);*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .about-us-area:after {
    display: none;
  }
}

.download-qrcode {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .download-qrcode {
    text-align: center;
  }
}

.download-text {
  margin-top: 55px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .download-text {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .download-buttons {
    text-align: center;
  }
}
.download-buttons a {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .download-buttons a {
    margin-bottom: 10px;
  }
}
.download-buttons a:first-child {
  margin-right: 10px;
}

.single-contact-info {
    padding: 27px;
    /* border: 1px solid rgba(55, 55, 55, 0.2); */
    min-height: 225px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}


@media only screen and (max-width: 991px) {
  .single-contact-info {
    margin-bottom: 20px;
    min-height: 250px;
  }
}
.single-contact-info img {
  margin-bottom: 20px;
}

.personal-information-div .nav-tabs a {
  font-size: 14px;
  color: #847577;
  padding: 10px;
}
.personal-information-div .personal-details {
  background-color: #F7F7F6;
  padding: 25px;
}

.passanger-name {
  margin-bottom: 50px;
}
.passanger-name p {
  margin-bottom: 8px;
}
.passanger-name a {
  color: #847577;
}
.passanger-name a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 575px) {
  .passanger-name {
    margin-bottom: 10px;
  }
}

.personal-info {
  margin-top: 50px;
}
.personal-info a {
  color: #847577;
}
.personal-info a.button {
  color: #fff;
}
.personal-info .personal-details {
  background-color: #F7F7F6;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .personal-info .personal-details {
    padding: 15px;
  }
  .personal-info .personal-details textarea {
    margin-bottom: 0;
  }
}

.counter-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
}
@media only screen and (max-width: 575px) {
  .counter-wrapper {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}

.single-counter-box {
  flex-basis: 25%;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .single-counter-box {
    flex-basis: 50%;
  }
}

.vahicles-container .row {
  margin-top: 30px;
}

.single-vehicle-container {
  margin-bottom: 30px;
  text-align: center;
}

.single-driver .card {
  background-color: #F7F7F6;
  border-radius: 0;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .tab-dashboard {
    margin-top: 15px;
  }
}

.rides-filter ul li {
  list-style: none;
  display: inline-block;
}
.rides-filter ul li a {
  display: inline-block;
  color: #3B3B3B;
  padding: 5px 15px;
  border: 1px solid transparent;
  transition: all 0.1s;
}
@media only screen and (max-width: 575px) {
  .rides-filter ul li a {
    padding: 5px 10px;
  }
}
.rides-filter ul li a:hover {
  border-color: rgba(59, 59, 59, 0.3);
}

.tab-dashboard .tab-navigation {
  margin-bottom: 45px;
}
.tab-dashboard .tab-navigation a {
  display: inline-block;
  padding: 15px;
  border: 1px solid transparent;
  border-bottom: none;
  color: #847577;
}
@media only screen and (max-width: 575px) {
  .tab-dashboard .tab-navigation a {
    padding: 8px;
  }
}
.tab-dashboard .tab-navigation a.active {
  background-color: #F7F7F6;
  color: #3B3B3B;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid rgba(59, 59, 59, 0.1);
  border-bottom: none;
}

.tab-pane h4 {
  margin-bottom: 30px;
}
.tab-pane .small-div-item {
  background-color: #F7F7F6;
}
.tab-pane .small-div:not(:last-child) {
  margin-bottom: 50px;
}

.driver-dashboard-div .right-text {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .driver-dashboard-div .right-text {
    text-align: left;
  }
}

.div-heading {
  display: flex;
}
.div-heading .heading-item {
  flex-basis: 50%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .div-heading .heading-item-1 {
    flex-basis: 80%;
  }
  .div-heading .heading-item-2 {
    flex-basis: 20%;
  }
}
.div-heading .heading-item.right {
  display: flex;
  justify-content: flex-end;
  color: #3B3B3B;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.single-vehicle-box {
  height: 254px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 25px;
}
.single-vehicle-box:hover .vehicle-box-hover {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.single-vehicle-box .vehicle-box-hover {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  transition: all 0.3s;
}
.single-vehicle-box .vehicle-box-hover:after {
  content: "";
  background-color: rgba(247, 188, 0, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.single-vehicle-box .vehicle-box-hover h4 {
  color: #000;
}
.single-vehicle-box .vehicle-box-hover p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}


a {
    text-decoration: auto !important;
}

.single-testimonial-item.text-center img {
    width: 62px !important;
}

ul.neroo {
    padding: 0px;
}

.logo.glass {
    text-align: center;
}

.logo.glass img {
    padding-top: 20px;
}

.header__upper--left i {
    padding-right: 2px;
    padding-left: 8px;
    color: #3b3b3b;
    font-size: 23px;
    padding-right: 13px;
}

ul.social-nav i {
    color: #ffffff;
}

h2.div-title {
    font-size: 40px;
    font-weight: 500;
}

span.xo-ox {
    font-size: 36px;
    font-weight: 700;
    color: #f7bc00;
}

span.xoox {
    font-size: 36px;
    font-weight: 700;
    color: #3b3b3b;
}

.about-us-text p {
    text-align: justify;
}

.how-work-area {
    background: rgba(0, 0, 0, 0) url(../images/newsletter-bg.jpg) no-repeat fixed 0 0 / cover;
    position: relative;
    color: #fff;
}

ul.dropdown-menu.show {
    width: 200px;
}

ul.dropdown-menu.show li a:hover {
    color: #093668;
    background: #ffffff;
}

span.wel {
    font-size: 19px;
}

.contact-form {
    position: relative;
    padding-right: 15px;
}



.form-group {
    margin-bottom: 15px;
}

label {
    font-size: 12px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input#fname {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
   /* padding: 10px 20px; */
    height: 30px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #f3f3f3;
}

.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #f3f3f3;
}

button.theme-btn.btn-style-one {
    background: #f7bc00;
    padding: 9px 34px 9px;
    border: #3b3b3b;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #3b3b3b;
    text-transform: uppercase;
    margin-top: 28px;
}
.background-ji {
    padding: 22px 21px 12px 28px;
    background: #3d3e3e;
}


.how-work-text img {
    padding-top: 0px;
}

.contact-form {
    text-align: initial;
}

input#fnameone {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 80px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #f3f3f3;
}

ul.coco {
    padding: 0;
}

ul.coco li{
    padding-top: 15px;
    padding-left: 0px;
}   

.footer-brand img {
    padding-top: 44px;
}

.request {
    padding-top: 40px;
    background: #f1f3f6;
    padding-bottom: 40px;
}



.snoww {
    /* border-style: dotted !important; */
    /* border: 1px solid darkslategrey; */
    padding: 7px;
    height: 181px;
    margin-bottom: 15px;
    margin-top: 18px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 20px;
}


.snoww h5 {
    color: #3d3e3e;
    font-weight: 700;
    font-family: inherit;
}

.blog-text h4 {
    font-size: 19px;
    text-align: center;
}

ul.navbar-nav.me-auto {
    margin-left: 110px;
}

a.call-now i {
    color: white;
    font-weight: 800;
}

a.call-now {
    background: #f7bc00;
    padding: 9px 31px;
    font-size: 32px;
    text-transform: uppercase;
    border-radius: 15px;
    color: #3d3e3e;
    font-weight: 500;
}

a.call-now:hover {
    background: #3d3e3e;
    color: #f7bc00;
}

.cp-widget-button {
    display: inline-block;
    position: fixed;
    bottom: 19%;
    right: 0.5%;
    z-index: 999999;
}


.cp-widget-button__inner {
    height: 64px;
    width: 64px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.cp-widget-button2{
    display: inline-block;
    position: fixed;
    bottom: 2%;
    right: 0%;
    z-index: 999999;
}


.cp-widget-button__inner2 {
    height: 43px;
    width: 176px;
    text-align: center;
    cursor: pointer;
}




.cp-widget-button1 {
    display: inline-block;
    position: fixed;
    bottom: 10%;
    right: 0.5%;
    z-index: 999999;
}

.cp-widget-button__inner1 {
    height: 64px;
    width: 64px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}




































 .bbb_viewed {
     padding-top: 51px;
     padding-bottom: 60px;
     background: #eff6fa
 }

 .bbb_main_container{
         background-color: #fff;
    padding: 11px;
 }

 .bbb_viewed_title_container {
     border-bottom: solid 1px #dadada
 }

 .bbb_viewed_title {
         margin-bottom: 16px;
    margin-top: 8px;

 }

 .bbb_viewed_nav_container {
     position: absolute;
     right: -5px;
     bottom: 14px
 }

 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .bbb_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }

 .bbb_viewed_prev {
     margin-right: 15px
 }

 .bbb_viewed_slider_container {
     padding-top: 13px;
 }

 .bbb_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px
 }

 .bbb_viewed_image {
         width: 150px;
    height: 150px;
 }

 .bbb_viewed_image img {
     display: block;
     max-width: 100%
 }

 .bbb_viewed_content {
     width: 100%;
     margin-top: 25px
 }

 .bbb_viewed_price {
     font-size: 16px;
     color: #000000;
     font-weight: 500
 }

 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #df3b3b
 }

 .bbb_viewed_price span {
     position: relative;
     font-size: 12px;
     font-weight: 400;
     color: rgba(0, 0, 0, 0.6);
     margin-left: 8px
 }

 .bbb_viewed_price span::after {
     display: block;
     position: absolute;
     top: 6px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''
 }

 .bbb_viewed_name {
     margin-top: 3px
 }

 .bbb_viewed_name a {
     font-size: 14px;
     color: #000000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_name a:hover {
     color: #0e8ce4
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }

 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }

 .item_discount { 
     background: #df3b3b;
     margin-right: 5px
 }

 .item_new {
     background: #0e8ce4
 }

 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }

 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }




img.photo-teri {
    margin-left: -1px;
    width: 1072px;
    margin-top: 71px !important;
}

.soso {
    text-align: center;
}

.soso h2 {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 600;
}

.download-div.div-padding.punjab.p-b-0 {
    padding-bottom: 44px !important;
}

.breadcrumb-div {
    background: rgba(0, 0, 0, 0) url(../images/soooo.jpg) no-repeat fixed 0 0 / cover;
    position: relative;
    text-align: center;
    color: #fff;
}

.contact-form {
    color: white;
}

.download-text.holi.location h2 {
    font-size: 18px;
    font-weight: 600;
    color: #3b3b3b;
}

img.sanp {
    background: #f7bc001c;
    border: 1px solid wheat;
    padding: 5px;
}

.how-work-text img {
    box-shadow: 1px 0px 11px white;
}

.background-ji {
    box-shadow: 1px 0px 11px white;
}


.how-work-text {
    padding-top: 75px;
}








.popup1 {
    width: 100%;
    margin: 0 auto;
    display: none;
    z-index: 101;
}

.newsletter-sign-box {
    left: 44%;
    margin: auto;
    min-height: 150px;
    position: fixed;
    border-radius: 12px !important;
    top: 30%;
    width: 366px;
    z-index: 10000;
    margin-left: -150px;
    background: #fff;
}


.newsletter-sign-box h3 {
    color: #121212;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 12px 48px 12px 16px;
    position: relative;
    display: inline-block;
    font-family: 'Saira Condensed', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffc700;
    margin-top: 0px;
    min-width: 200px;
}

.popup1 .newsletter {
    width: auto;
    background: #fff;
    padding: 15px 15px 15px 15px;
}
.newsletter {
    margin: 0 0 20px 0;
    padding: 5px 0 0;
    position: relative;
    width: 820px;
    margin: auto;
    margin: auto;
}

.popup1 .x {
    position: absolute;
    right: -15px;
    top: -16px;
    z-index: 10000;
}

p.jobb a {
    font-weight: 700;
    color: #ffc700;
    font-size: 15px;
}

p.jobb {
    font-size: 13px;
    text-align: center;
}

.newsletter-sign-box h3:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    transform: skew(-35deg);
    right: -25px;
    top: 0;
    background-color: inherit;
    z-index: 0;
}
#fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
    filter: alpha(opacity=70);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 1000;
    display: none;
}

.for-slide {
    padding-top: 55px;
}

.snow p {
    text-align: justify;
}


.snow.amia img {
    box-shadow: 1px 0px 11px #3b3b3b;
}












.btn-primary {
    color: #fff !important;
    background-color: #f7bc00 !important;
    border-color: #3b3b3b !important;
}

.zonww{
  text-align: center;
}


.col-6.text-right {
    text-align: end;
}



.card-body {
    text-align: center;
    background: #f7bc00;
    padding-top: 8px;
    padding-bottom: 5px;
}


.card img {
    width: 100px;
    text-align: center !important;
}


  .featured_area {
    padding: 125px 0px 70px;
}

.bg_one {
    background: #fbfbfd;
}

.card:hover {
    box-shadow: 1px 0px 11px black;
}

h3.mb-3 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 25px;
    font-weight: 700;
}

.section_title h2 {
    font-size: 42px;
    line-height: 45px;
    color: #020e27;
    margin-bottom: 0;
}

section.pt-5.pb-5 {
    background: rgba(0, 0, 0, 0) url(../images/newsletter-bg.jpg) no-repeat fixed 0 0 / cover;
    position: relative;
    text-align: center;
    color: #fff;
}


.card.rita img {
    width: auto;
}


.imhh img {
    width: 786px;
}



.imhh {
    text-align: center;
    padding-top: 43px;
}




.header__upper--left.jj a {
    color: white;
    font-size: 17px;
}




@media (min-width: 320px) and (max-width: 600px)  {

.snow.amia img {
    width: 100% !important;
    margin-bottom: 20px !important; 
}


  }





@media (min-width: 320px) and (max-width: 1180px)  {


.download-qrcode {
text-align: center !important;
}


.snow.amia img {
    width: 100% !important; 
    margin-bottom: 20px !important;
}



ul.navbar-nav.me-auto {
    margin-left: 0px !important;
}


.header__lower .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    padding: 20px 15px !important;
    border-bottom: 2px solid transparent;
}






 }



.listtt.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #efefef !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.single-contact-info.text-center a {
    color: #686464;
}