.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2rem;
}

.pointer {
  cursor: pointer !important;
}

.btn-default {
  border-radius: 18px;
  width: 113px;
  height: 30px;
  padding: 0.075rem 0.75rem;
  color: #E55353;
  background: white;
}

/* .nav-link {
    font-family: 'manropemedium';
} */

.bg-custom {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

/* .navbar-brand img {
    width: 215px;
} */

/* //=========================home css =======================// */

.main-background {
  background-image: url("../../assets/img/bg.png");
  background-size: cover;
  background-position: center;
}

.car {
  margin-top: 150px;
  max-width: 100%;
}

.btn {
  transition: 0.5s;
}

.services .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.services .owl-carousel .owl-nav .owl-next.disabled,
.services .owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}

#home .card {
  margin-top: 185px;
  width: 480px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 8px 20px 30px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  opacity: 1;
}

#home .card-title {
  /* font-family: 'manroperegular'; */
  font-size: 32px;
  margin-bottom: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 7px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ee455e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 20px;
  left: 10px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ee455e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ee455e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
  height: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-custom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.manual {
  display: flex;
}

.manual p {
  padding: 5px;
  width: 92px;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  pointer-events: none;
  color: #ee445c;
}

.getbtn {
  background: #fd475d 0% 0% no-repeat padding-box;
  border-radius: 28px 30px 31px 28px;
  border-color: #fd475d;
}

.learner-background {
  background-image: url("../../assets/img/learner.png");
  background-size: cover;
  background-position: center;
  padding: 50px 0px 30px 0px;
}

.driving-back {
  background-image: url("../../assets/img/driver1.png");
  background-size: cover;
  height: 590px;
}

.instructor-background {
  background-image: url("../../assets/img/instructor.png");
  background-size: cover;
}

.join-background {
  background-image: url("../../assets/img/profile.png");
  background-size: cover;
}

.joinCustom {
  padding-top: 50px;
  padding-bottom: 50px;
}

#join h3 {
  color: #000000;
  /* font-family: 'manropesemibold'; */
  font-size: 23px;
  height: 65px;
  margin-top: 10px;
}

#join p {
  font-size: 20px;
}

.slider-background {
  background: #fdf5f2;
}

.slider-text {
  font-size: 23px;
  color: #000000;
  /* font-family: 'manropesemibold'; */
}

.slide-text .card {
  box-shadow: 10px 10px 9px 0 rgba(0, 0, 0, 0.08);
}

.slide-text .card-text {
  margin-bottom: 0rem;
  height: 120px;
  overflow: auto;
}

.slick-dots {
  bottom: 35px !important;
}

.slick-dots li.slick-active button:before {
  color: #ea5864 !important;
  opacity: 1 !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
}

#slider h5 {
  padding-top: 25px;
}

.carouselPrograms .carousel-inner .carousel-item.active {
  opacity: 0.5;
}

.carouselPrograms .carousel-inner .active.carousel-item + .carousel-item {
  opacity: 1;
  box-shadow: 0 20px 88px 0 rgba(0, 0, 0, 0.15);
}

.carouselPrograms
  .carousel-inner
  .active.carousel-item
  + .carousel-item
  + .carousel-item {
  opacity: 0.5;
}

.a1 {
  stroke: #fd475d !important;
}

.a {
  stroke: #fd475d !important;
}

.owl-nav {
  text-align: center;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  width: 10px;
  height: 11px;
  background: #d4d4d4 !important;
  margin: 5px;
  border-radius: 6px;
}

.owl-dot.active {
  background: #fd475d !important;
}

@media only screen and (max-width: 767px) {
  #home .card {
    width: auto;
  }
  .toggle-custom {
    display: block;
  }
  .reverse-coloumn {
    flex-direction: column-reverse;
  }
  .driving-back {
    height: unset;
    background-image: unset;
  }
  .driving-mobile {
    background-image: url("../../assets/img/driver-vertical.png");
    background-size: cover;
  }
  .joinCustom {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  .main-background {
    background-image: url(../../assets/img/bg-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
  }
  #home .card {
    margin-top: -27px;
  }
  .navbar-brand img {
    width: 74px;
  }
  .car {
    margin-top: 60px;
    margin-left: 19vw;
    padding-bottom: 58px;
    max-width: 70% !important;
  }
  .navbar-collapse {
    background-color: rgb(238, 69, 94);
    text-align: center;
  }
  .getbtn {
    font-size: 14px;
    width: auto;
  }
  .has-search .form-control {
    padding-left: 1.75rem;
    font-size: 11px;
  }
  .has-search .form-control-feedback {
    width: 30px;
  }
}

@media only screen and (max-width: 1022px) and (min-width: 768px) {
  .driving-back {
    height: unset;
  }
  .driving-inner-content {
    margin-left: 28px !important;
    margin-top: 60px !important;
    text-align: center;
  }
  .learner-inner-content {
    text-align: center;
    margin-left: 102px !important;
    margin-top: 53px !important;
  }
  h5 {
    font-size: 20px !important;
  }
  .driving-inner-content p {
    padding: 15px;
    font-size: 13px;
  }
  .learner-inner-content p {
    padding: 15px;
    font-size: 13px;
  }
  #home .card {
    width: auto;
  }
  .toggle-custom {
    display: block;
  }
  .ftr-logo {
    width: 219px !important;
  }
  .mb-custom {
    margin-bottom: 60px;
  }
  .navbar-brand img {
    width: 141px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 998px) {
  .driving-back {
    height: unset;
  }
  .driving-inner-content {
    margin-left: 83px !important;
    margin-top: 100px !important;
    text-align: center;
  }
  .learner-inner-content {
    text-align: center;
    margin-left: 160px !important;
    margin-top: 100px !important;
  }
  h5 {
    font-size: 20px !important;
  }
  .driving-inner-content p {
    padding: 15px;
    font-size: 13px;
  }
  .learner-inner-content p {
    padding: 15px;
    font-size: 13px;
  }
  .mb-custom {
    margin-bottom: 155px;
  }
}

@media only screen and (max-width: 736px) and (orientation: landscape) {
  .driving-inner-content {
    margin: 50px auto 0 !important;
  }
  .learner-inner-content {
    margin: 50px auto 0 !important;
  }
}

.cookiealert {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  color: #000;
  z-index: 9999;
}

p.para {
  font-size: 16px;
}

.cookiealert.show {
  transition-delay: 0s;
}

.close-icon {
  color: #fd475d;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 99;
  font-size: 16px;
}

.cookiealert .acceptcookies {
  /* font-family: 'Raleway', sans-serif; */
  background-color: #fd475d;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 25px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 18px;
  box-shadow: none !important;
}

.col-md-2.cookie-btn {
  padding-right: 5%;
}

#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 20px 0 20px 30px;
  /* font-family: "Trebuchet MS", Helvetica, sans-serif; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  color: #4b8ee7;
  text-decoration: none;
}

#closeCookieConsent {
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}

#closeCookieConsent:hover {
  color: #fff;
}

#cookieConsent a.cookieConsentOK {
  background-color: #f1d600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #e0c91f;
}

.modal-body h6 {
  color: #fd475d;
  font-weight: bold;
  margin-bottom: 1px;
}

.modal-body p {
  font-size: 14px;
}

.modal-header .close {
  padding: unset;
  margin: -4rem -1rem -1rem auto;
}

.modal-header {
  border-bottom: unset;
  padding-bottom: 0;
}

.modal-body .form-control {
  border-radius: 3px;
  border: solid 1px #fd475d;
  background-color: rgba(253, 71, 93, 0.02);
}

.dashboard .form-control {
  border-radius: 5px;
  border: solid 1px #fd475d;
  background-color: rgba(253, 71, 93, 0.02);
}

.form-group span {
  color: #000000;
  font-size: 16px;
  padding-left: 4px;
}

.form-group label {
  font-size: 16px;
  color: #000000;
  /* font-family: 'manropemedium'; */
  margin-bottom: 0.3rem;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  outline: none !important;
}

.modal {
  background: rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
}

.modal-header .close {
  font-size: 30px;
  font-weight: 100;
  outline: none !important;
}

.ng2-tag-input {
  border-radius: 5px !important;
  border: solid 1px #fd475d !important;
  background-color: rgba(253, 71, 93, 0.02) !important;
}

.btn {
  border-radius: 25px !important;
  min-height: 38px;
  box-shadow: none !important;
  outline: none !important;
}

@media screen and (max-width: 414px) {
  .navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    font-size: 14px;
    padding: 4px 5px;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 10px;
  }
  .navbar-dark .navbar-toggler-iconv {
    background-size: 22px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
