@charset "UTF-8";

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

  html {
  scroll-behavior: smooth;
}

  .ul-li ul {
    margin: 0;
    padding: 0;
  }
  .ul-li ul li {
    list-style: none;
    display: inline-block;
  }
  .ul-li-block ul {
    margin: 0;
    padding: 0;
  }
  .ul-li-block ul li {
    list-style: none;
    display: block;
  }

  .container {
    max-width: 1200px;
  }
  [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  section {
    overflow: hidden;
  }
  button {
    cursor: pointer;
  }
  .form-control:focus,
  button:visited,
  button.active,
  button:hover,
  button:focus,
  input:visited,
  input.active,
  input:hover,
  input:focus,
  textarea:hover,
  textarea:focus,
  a:hover,
  a:focus,
  a:visited,
  a.active,
  select,
  select:hover,
  select:focus,
  select:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
  }
  .form-control {
    box-shadow: none;
  }
  .relative-position {
    position: relative;
  }
  .pera-content p {
    margin-bottom: 0;
  }

/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.hds-home {
  margin: 0;
  padding: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.765;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.hds-home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.hds-home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.hds-home .container {
  max-width: 1200px;
}

.hds-headline h1,
.hds-headline h2,
.hds-headline h3,
.hds-headline h4,
.hds-headline h5,
.hds-headline h6 {
  margin: 0;
   font-family: "Poppins", sans-serif;
}


.hds-headline h2 a:hover {
  color: #ee0a55;
  transition: all 0.3s;
}

.hds-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-image: linear-gradient(45deg, #ee0a55 15%, #ee0a55 100%);
}

.hds-scrollup i {
  color: #fff;
  font-size: 20px;
}



.hds-section-title p {
  color: #111111;
  font-size: 18px;
  text-transform: capitalize;
}

.hds-section-title h2 {
  font-size: 40px;
  font-weight: 800;
}
@keyframes borderplsseo {
  0% {
    box-shadow: 0 0 0 0 #f7d4c0;
  }
  70% {
    box-shadow: 0 0 0 10px #f7d4c0;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #f7d4c0;
    opacity: 0;
  }
}
.hds-section-title2 p {
  color: #ee0a55;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
}

.hds-section-title2 h2 {
  color: #111111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.125;
}
@keyframes hdsupdown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hdsupdown {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes hdsupdown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes videoup {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 243, 234, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 243, 234, 0);
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@keyframes flying {
  0% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(2px, 2px);
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

.hds-btn-hover {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.hds-btn-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 40px;
  transition: all 0.5s;
  opacity: 1;
  z-index: -1;
  transform: translate(-105%, 0);
  background-color: rgba(255, 255, 255, 0.8);
}

.hds-btn-hover:hover:before {
  opacity: 0;
  transform: translate(0, 0);
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.hds-main-header {
  z-index: 5;
  width: 100%;
  padding-top: 60px;
  position: absolute;
}

.hds-main-header .navbar-nav {
  display: inherit;
}

.hds-main-header .hds-logo {
  padding-top: 10px;
  max-width: 363px;
}

.hds-main-header .hds-main-navigation {
  padding-top: 7px;
  display: inline-block;
  margin-right: 50px;
}

.hds-main-header .hds-main-navigation li {
  margin-left: 35px;
}

.hds-main-header .hds-main-navigation li a {
  color: #111111;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 20px;
}
.hds-main-header .hds-main-navigation li a.active, .hds-main-header .hds-main-navigation li a:hover {
  color:  #ee0a55;
}

.hds-main-header .hds-main-navigation .dropdown {
  position: relative;
}

.hds-main-header .hds-main-navigation .dropdown:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 2px;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.hds-main-header .hds-main-navigation .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #ee0a55;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.hds-main-header .hds-main-navigation .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.hds-main-header .hds-main-navigation .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.hds-main-header .hds-main-navigation .dropdown .dropdown-menu li a:before {
  display: none;
}

.hds-main-header .hds-main-navigation .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.hds-main-header .hds-main-navigation .dropdown .dropdown-menu li a:hover {
  background-color: #ee0a55;
  color: #fff;
}

.hds-main-header .hds-main-navigation .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.hds-main-header .hds-main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.hds-main-header .hds-main-navigation .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.hds-main-header .hds-sidebar-button {
  display: inline-block;
}

.hds-main-header .hds-sidebar-button .sidebar-hds-toggle {
  width: 20px;
  height: 15px;
  cursor: pointer;
  margin-left: 65px;
}

.hds-main-header .hds-sidebar-button .sidebar-hds-toggle span {
  position: relative;
}

.hds-main-header .hds-sidebar-button .sidebar-hds-toggle span:before {
  content: "";
  position: absolute;
  background-color: #111111;
  transition: 0.3s all ease-in-out;
}

.hds-main-header .hds-sidebar-button .sidebar-hds-toggle span:nth-child(1):before {
  top: 0;
  height: 3px;
  width: 14px;
}

.hds-main-header .hds-sidebar-button .sidebar-hds-toggle span:nth-child(2):before {
  top: 4px;
  height: 3px;
  width: 19px;
}

.hds-main-header .hds-sidebar-button .sidebar-hds-toggle span:nth-child(3):before {
  top: 8px;
  height: 3px;
  width: 15px;
}

.hds-main-header .hds-sidebar-button .sidebar-hds-toggle span:nth-child(4):before {
  top: 12px;
  height: 3px;
  width: 20px;
}

.hds-main-header .hds-sidebar-button .sidebar-hds-toggle:hover span:before {
  width: 20px;
}

.hds-main-header .header-button {
  height: 58px;
  width: 185px;
  float: right;
  line-height: 58px;
  margin-left: 13px;
  border-radius: 32px;
  display: inline-block;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #ee0a55 15%, #ee0a55 100%);
}

.hds-main-header .header-button a {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.hds-main-header .header-button:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

.hds-sticky-header-overlay {
  background-color: #fff;
  animation-duration: 0.7s;
  top: 0px;
  position: fixed;
  padding: 5px 0px;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}
.hds-main-header.hds-sticky-header-overlay .hds-logo {
  padding-top: 20px;
}
.hds-main-header.hds-sticky-header-overlay {
  z-index: 9;
  top: 0px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.hds-main-header.hds-sticky-header-overlay .header-button {
  margin-top: 6px;
}
.hds-main-header.hds-sticky-header-overlay .dropdown:hover .dropdown-menu {
  top: 45px;
}

.body_overlay_on {
  overflow: hidden;
}


/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@keyframes cd-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
.hds-banner-section .cd-headline.rotate-3 .cd-words-wrapper {
  perspective: 300px;
  position: relative;
}

.hds-banner-section .cd-headline.rotate-3 b {
  opacity: 0;
}

.hds-banner-section .cd-headline.rotate-3 i {
  display: inline-block;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  font-weight: 700;
}

.hds-banner-section .cd-words-wrapper {
  font-size:54px;
  color: #525252;
}

.hds-banner-section .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.hds-banner-section .is-visible .cd-headline.rotate-3 i {
  transform: rotateY(0deg);
}

.hds-banner-section .cd-headline.rotate-3 i.in {
  animation: cd-rotate-3-in 0.6s forwards;
}

.hds-banner-section .cd-headline.rotate-3 i.out {
  animation: cd-rotate-3-out 0.6s forwards;
}

.hds-banner-section .no-csstransitions .cd-headline.rotate-3 i {
  transform: rotateY(0deg);
  opacity: 0;
}

.hds-banner-section .no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

.hds-banner-section .hds-banner-content {
  max-width: 780px;
  padding: 360px 0px 70px 0px;
}

.hds-banner-section .hds-banner-content h1 {
  color: #111111;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
}

.hds-banner-section .hds-banner-content .cd-words-wrapper b.is-visible {
  position: relative;
}

.hds-banner-section .hds-banner-content p {
  color: #111111;
  font-size: 20px;
  padding-bottom: 28px;
}

.hds-banner-section .hds-banner-content .banner-call-action {
  width: 100%;
  margin-bottom: 65px;
  display: inline-block;
}

.hds-banner-section .hds-banner-content .banner-call-action .call-action-icon {
  margin-right: 20px;
}

.hds-banner-section .hds-banner-content .banner-call-action .call-action-icon img {
  height: 40px;
  width: 40px;
}

.hds-banner-section .hds-banner-content .banner-call-action .call-action-text {
  color: #111111;
  font-size: 26px;
  font-weight: 300;
}

.hds-banner-section .hds-banner-content .banner-call-action .call-action-text span {
  color: #ee0a55;
  font-weight: 600;
}

.hds-banner-section .hds-banner-content .banner-btn {
  display: flex;
}

.hds-banner-section .hds-banner-content .banner-btn .qut-btn {
  z-index: 1;
  width: 200px;
  height: 62px;
  position: relative;
  line-height: 62px;
  margin-right: 40px;
  border-radius: 52px;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #e2ba4e 15%, #efb820 100%);
}

.hds-banner-section .hds-banner-content .banner-btn .qut-btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.hds-banner-section .hds-banner-content .banner-btn .qut-btn:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

.hds-banner-section .hds-banner-content .banner-btn .banner-video-btn {
  z-index: 1;
  width: 70px;
  height: 70px;
  line-height: 72px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  transform: rotate(90deg);
}

.hds-banner-section .hds-banner-content .banner-btn .banner-video-btn:before {
  top: -15px;
  left: -15px;
  z-index: -1;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(132, 229, 179, 0.11);
}

.hds-banner-section .hds-banner-content .banner-btn .banner-video-btn:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1.392px 9.903px 10px 0px rgba(132, 229, 179, 0.21);
}

.hds-banner-section .hds-banner-content .banner-btn .banner-video-btn a {
  width: 100%;
  display: block;
  color: #84E5B3;
  font-size: 25px;
}

.hds-banner-section .hds-banner-content .banner-btn .banner-video-btn .video-border {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  width: 100px;
  height: 100px;
  margin-left: 0.5px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #c9f2dd;
  animation: videoup 3s infinite;
}

.hds-banner-section .banner-shape {
  z-index: -1;
  position: absolute;
}

.hds-banner-section .hds-banner-shape1 {
  top: 0;
  left: -490px;
}

.hds-banner-section .hds-banner-shape2 {
  top: 300px;
  left: 140px;
}

.hds-banner-section .hds-banner-shape3 {
  top: 0;
  right: 0;
}

.hds-banner-section .hds-banner-shape4 {
  left: 50%;
  top: 260px;
  transform: translateX(-50%);
}

.hds-banner-section .hds-banner-vector {
  top: 200px;
  right: 140px;
  animation: hdsupdown 2s infinite alternate;
}

/*---------------------------------------------------- */
/*Servcie area*/
/*----------------------------------------------------*/
.hds-service-section {
  padding: 85px 0px 80px;
}

.hds-service-section .hds-service-vector {
  position: absolute;
  bottom: 150px;
  left: 140px;
}

.hds-service-content {
  padding-top: 40px;
}

.hds-service-content .hds-service-icon-text {
  z-index: 1;
  overflow: hidden;
  padding: 55px 65px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 35px 0px rgba(164, 177, 235, 0.13);
}

.hds-service-content .hds-service-icon-text .hds-service-icon {
  width: 142px;
  height: 142px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 42px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #84e5b3 15%, #8be9b8 100%);
}

.hds-service-content .hds-service-icon-text .hds-service-icon svg {
  height: 70px;
  fill: #fff;
}

.hds-service-content .hds-service-icon-text .hds-service-text h3 {
  color: #111111;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
}

.hds-service-content .hds-service-icon-text .hds-service-text p {
  color: #111111;
  line-height: 1.75;
}

.hds-service-content .hds-service-icon-text:before {
  top: -135px;
  right: -120px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
  background-image: url(../img/why-bg1.png);
}

.hds-service-content .hds-service-box {
  transition: 0.3s all ease-in-out;
  background-color: #fff;
}

.hds-service-content .hds-service-box:after {
  left: 0;
  right: 0;
  content: "";
  height: 8px;
  bottom: -4px;
  width: 240px;
  margin: 0 auto;
  position: absolute;
  border-radius: 30px;
  background-color: #edf2fa;
  transition: 0.3s all ease-in-out;
}

.hds-service-content .hds-service-box:hover:after {
  width: 270px;
}

.hds-service-content .hds-service-box:hover .hds-service-icon-text:before {
  top: -145px;
  right: -130px;
}

.hds-service-content .col-lg-4:nth-child(2) .hds-service-box:after, .hds-service-content .col-lg-4:nth-child(3) .hds-service-box:after {
  background-color: #edf2fa;
}

.hds-service-content .col-lg-4:nth-child(2) .hds-service-box .hds-service-icon {
  background-image: linear-gradient(45deg, #ee0a55 15%, #f61861 100%);
}


.hds-service-content .col-lg-4:nth-child(3) .hds-service-box .hds-service-icon {
  background-image: linear-gradient(45deg, #efb820 15%, #e2ba4e 100%);
}

/*---------------------------------------------------- */
/*about area*/
/*----------------------------------------------------*/
.hds-about-section {
  padding: 260px 0px 105px;
}

.hds-about-section:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/wave-bkg.png);
}

.hds-about-section .partner-slide-area {
  padding-top: 80px;
}

.hds-about-section strong {
	font-weight: 500;
	}

.hds-about-section .partner-slide-area .owl-item img {
  width: inherit;
}

.hds-about-section .partner-slide-area .owl-nav {
  display: none;
}

.hds-about-section .hds-about-img {
  top: 0;
  left: -110px;
  position: absolute;
}

 .hds-about-img img {
   -webkit-border-radius: 20px; 
  -moz-border-radius: 20px; 
  border-radius: 20px;
}

.hds-about-section .hds-about-content {
  float: right;
  max-width: 780px;
  padding-right: 100px;
}

.hds-about-section .hds-about-content .hds-section-title2 h2 {
  padding-bottom: 15px;
}

.hds-about-section .hds-about-content .hds-about-quote {
  position: relative;
  margin: 25px 0px 46px;
}

.hds-about-section .hds-about-content .hds-about-quote .quote-icon-about {
  top: 0;
  left: 0;
  position: absolute;
}

.hds-about-section .hds-about-content .hds-about-quote .quote-icon-about img {
  height: 40px;
}

.hds-about-section .hds-about-content .hds-about-quote .quote-text-about {
  color: #ee0a55;
  font-weight: 600;
  padding-left: 65px;
  font-style: italic;
}

.hds-about-section .hds-about-content .hds-about-btn {
  color: #fff;
  height: 60px;
  width: 220px;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #e2ba4e 15%, #efb820 100%);
}

.hds-about-section .hds-about-content .hds-about-btn a {
  width: 100%;
  display: block;
}

.hds-about-section .hds-about-content .hds-about-btn:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

/*---------------------------------------------------- */
/*ready-go area*/
/*----------------------------------------------------*/
.book-driving-lesson-section {
  overflow: visible;
  padding: 120px 0px 130px;
  z-index: 1;
  background-color: #fafcff;
}

.book-driving-lesson-section:before {
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-image: url(../img/cta-bkg.jpg);
}

.book-driving-lesson-section .ready-vector {
  top: -20px;
  left: 50px;
  position: absolute;
  animation: hdsupdown 2s infinite alternate;
}

.book-driving-lesson-section .ready-go-title {
  color: #111111;
  padding-bottom: 10px;
}

.book-driving-lesson-section .ready-go-title span {
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.book-driving-lesson-section .ready-go-title h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 15px 0;
}

.book-driving-lesson-section .ready-go-title p {
  padding-top: 10px;
}

.book-driving-lesson-section .ready-go-form {
  margin: 0 auto;
  max-width: 955px;
}

.book-driving-lesson-section .ready-go-form .ready-go-input-area {
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}

.book-driving-lesson-section .ready-go-form .ready-go-input-area:before {
  top: 0;
  left: 41%;
  width: 2px;
  content: "";
  height: 100px;
  position: absolute;
  background-color: #dddddd;
}

.book-driving-lesson-section .ready-go-form .ready-go-input-area input {
  float: left;
  width: 395px;
  height: 60px;
  border: none;
  padding-left: 30px;
}

.book-driving-lesson-section .ready-go-form .sub-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.book-driving-lesson-section .ready-go-form .sub-btn button {
  color: #fff;
  height: 60px;
  width: 220px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  text-transform: uppercase;
  background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
}

/*---------------------------------------------------- */
/*hds-mission area*/
/*----------------------------------------------------*/
.hds-mission-area-section {
  padding: 125px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.hds-mission-area-section:after {
  top: -30%;
  right: -55%;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/hove-driving-school-logo-icon.png);
}

.hds-mission-area-section .hds-mission-vector {
  right: 0;
  top: 120px;
  position: absolute;
}

.hds-mission-area-text {
  max-width: 480px;
}

.hds-mission-area-text .hds-section-title2 {
  padding-bottom: 85px;
}

.hds-mission-area-text .hds-mission-area-item .hds-mission-item-content {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}

.hds-mission-area-text .hds-mission-area-item .hds-mission-item-content .hds-mission-item-icon {
  z-index: 1;
  top: 30px;
  float: left;
  width: 115px;
  height: 112px;
  margin-left: 30px;
  position: relative;
}

.hds-mission-area-text .hds-mission-area-item .hds-mission-item-content .hds-mission-item-icon img {
  height: 54px;
  margin-top:-5px;
}

.hds-mission-area-text .hds-mission-area-item .hds-mission-item-content .hds-mission-item-icon:before {
  top: -40px;
  left: -35px;
  content: "";
  z-index: -1;
  width: 130px;
  height: 130px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/driving-lessons-icon-1.png);
}

.hds-mission-area-text .hds-mission-area-item .hds-mission-item-content:nth-child(2) .hds-mission-item-icon:before {
  background-image: url(../img/driving-lessons-icon-2.png);
}

.hds-mission-area-text .hds-mission-area-item .hds-mission-item-content:nth-child(3) .hds-mission-item-icon:before {
  background-image: url(../img/driving-lessons-icon-3.png);
}

.hds-mission-area-text .hds-mission-area-item .hds-mission-item-content .hds-mission-area-text h3 {
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}

/*---------------------------------------------------- */
/*pricing area*/
/*----------------------------------------------------*/
.hds-pricing-section {
  position: relative;
  padding-top: 80px;
  background-color: #fafcff;
}

.hds-pricing-section .hds-pricing-title {
  margin: 0 auto;
  max-width: 675px;
  padding-bottom: 35px;
}

.hds-pricing-section .hds-pricing-title h2 {
  color: #111111;
  font-size: 40px;
  font-weight: 700;
}

.hds-pricing-section .hds-pricing-item {
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}

.hds-pricing-section .hds-pricing-item:after {
  content: "";
  height: 275px;
  width: 275px;
  bottom: 15px;
  right: -100px;
  z-index: -1;
  background-image: url(../img/hove-driving-school-logo-icon-2.png);
  position: absolute;
}

.hds-pricing-section .hds-pricing-inner-box {
  z-index: 1;
  margin: 0 auto;
  max-width: 350px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px 45px 50px 45px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    transition: 0.3s all ease-in-out;
}

.hds-pricing-section .hds-pricing-inner-box:hover {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-img {
  top: -90px;
  left: 0;
  right: 0;
  position: absolute;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-price-title h3 {
  font-size: 20px;
  font-weight: 600;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-price {
  font-weight: 600;
  line-height: 1;
  padding: 20px 0px 5px;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-price span {
  color: #525252;
  font-size: 44px;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-price strong {
  line-height: 1;
  color: #111111;
  font-size: 60px;
  font-weight: 600;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-module {
  margin-bottom: 20px;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-module span {
  font-weight: 600;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-list li {
  padding: 8px 0px;
  border-bottom: 2px dashed #e9e9e9;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-list li:last-child {
  border-bottom: none;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-btn {
  color: #fff;
  height: 60px;
  width: 260px;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  background-size: 200% auto;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #e2ba4e 15%, #efb820 100%);
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-btn a {
  display: block;
  width: 100%;
}

.hds-pricing-section .hds-pricing-inner-box .hds-pricing-btn:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

.hds-pricing-section .hds-pricing-inner-box.popular-hds {
  position: relative;
}

.hds-pricing-section .hds-pricing-inner-box.popular-hds .hds-pricing-btn {
  background-image: linear-gradient(45deg, #ee0a55 15%, #ee0a55 100%);
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.hds-testimonial-section {
  padding: 75px 0px 105px;
  background-color: #ffffff;
}

.hds-testimonial-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 705px;
  margin-top: 30px;
  position: relative;
}

.hds-testimonial-content:before {
  left: 0;
  right: 0;
  top: -15px;
  z-index: -1;
  line-height: 1;
  color: #F5F6FA;
  content: "";
  font-weight: 900;
  font-size: 205px;
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  transform: rotate(180deg);
}

.hds-testimonial-content .slick-dots {
  display: none;
}

.hds-testimonial-content .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hds-testimonial-content .hds-testimonial-quote {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}

.hds-testimonial-content .hds-testimonial-text {
  font-size: 19px;
  font-style: italic;
}

.hds-testimonial-content .hds-testimonial-trigger {
  position: relative;
}

.hds-testimonial-content .hds-testimonial-trigger .slick-list {
  margin: 0 auto;
  width: 645px !important;
  padding: 0px !important;
}

.hds-testimonial-content .hds-testimonial-trigger .hds-testi-name-degi {
  margin: 0px 30px;
}

.hds-testimonial-content .hds-testimonial-trigger .hds-testi-name-degi.hds-headline {
  text-align: center !important;
}

.hds-testimonial-content .hds-testimonial-trigger .hds-testi-name-degi h3 {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.3s all ease-in-out;
}

.hds-testimonial-content .hds-testimonial-trigger .hds-testi-name-degi span {
  font-size: 14px;
  opacity: 0.5;
  color: #999999;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}

.hds-testimonial-content img {
  margin: 0 auto;
  width: 114px;
  opacity: 0.5;
  margin-bottom: 10px;
  border-radius: 50%;
}

.hds-testimonial-content .hds-testimonial-trigger .hds-testi-name-degi.slick-current.slick-center h3 {
  color: #ee0a55;
}

.hds-testimonial-content .hds-testimonial-trigger .hds-testi-name-degi.slick-current.slick-center span, .hds-testimonial-content .hds-testimonial-trigger .hds-testi-name-degi.slick-current.slick-center img {
    transition: 0.3s all ease-in-out;
    opacity: 1;
}

/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.hds-cta-section {
  z-index: 1;
  overflow: visible;
  padding: 120px 0px 105px;
}

.hds-cta-section:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/cta-bkg.jpg);
}

.hds-cta-section .hds-cta-content {
  padding-left: 125px;
}

.hds-cta-section .hds-cta-content h2 {
  color: #111111;
  font-size: 40px;
  font-weight: 700;
}

.hds-cta-section .hds-call-btn-area {
  padding-left: 90px;
}

.hds-cta-section .hds-cta-btn {
  color: #fff;
  z-index: 5;
  height: 70px;
  width: 255px;
  font-size: 14px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: linear-gradient(45deg, #e2ba4e 15%, #efb820 100%);
}

.hds-cta-section .hds-cta-btn a {
  width: 100%;
  display: block;
}

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
.hds-footer-area-section {
  padding: 120px 0px 110px;
}

.hds-footer-area-section:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.hds-footer-widget .hds-widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.hds-footer-widget .footer-logo-widget .hds-footer-logo {
  margin-bottom: 20px;
}

.hds-footer-widget .footer-logo-widget .hds-footer-about p {
  color: #dddddd;
  max-width: 320px;
  line-height: 1.875;
  padding-bottom: 15px;
}

.hds-footer-widget .footer-logo-widget .hds-footer-about strong {
  color: #84e5b3;
  font-size: 14px;
  font-weight: 700;
}

.hds-footer-widget .footer-logo-widget .hds-footer-about span {
  color: #fff;
  display: block;
  font-size: 14px;
  max-width: 170px;
}

.hds-footer-widget .hds-footer-menu-widget li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.hds-footer-widget .hds-footer-menu-widget li:before {
  left: 0;
  top: 10px;
  width: 7px;
  content: "";
  height: 7px;
  position: absolute;
  border-radius: 100%;
  background-color: #3d3d3d;
}


.hds-footer-widget .hds-footer-menu-widget li a, .hds-footer-widget .hds-footer-menu-widget li  {
  color: #c9c9c9;
  transition: 0.3s all ease-in-out;
}

.hds-footer-widget .hds-footer-menu-widget li a:hover {
  color: #ee0a55;
}

.hds-copyright {
  margin-top: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.hds-copyright:after {
  top: 18px;
  content: "";
  height: 2px;
  width: 450px;
  right: 20%;
  z-index: -1;
  margin: 0 auto;
  position: absolute;
  background-color: #212222;
}

.hds-copyright .hds-copyright-text {
  float: left;
}

.hds-copyright .hds-copyright-text span {
  color: #dddddd;
}

.hds-copyright .hds-copyright-text span a {
  color: #dddddd;
  transition: all 0.3s;
}

.hds-copyright .hds-copyright-text span a:hover {
  color: #ee0a55;
}

.hds-copyright .hds-footer-social {
  float: right;
}

.hds-copyright .hds-footer-social a {
  width: 45px;
  color: #fff;
  height: 45px;
  margin-left: 5px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
}

.hds-copyright .hds-footer-social a:hover {
  border-radius: 10px;
}

.hds-copyright .hds-footer-social a:nth-child(1) {
  background-color: #2662db;
}

.hds-copyright .hds-footer-social a:nth-child(2) {
  background-color: #0080f7;
}


/*---------------------------------------------------- */
/*mobile menu area*/
/*----------------------------------------------------*/
.hds-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.hds-mobile_menu_content .hds-mobile-main-navigation {
  width: 100%;
}

.hds-mobile_menu_content .hds-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.hds-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.hds-mobile_menu_content .hds-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}

.hds-mobile_menu_content .hds-mobile-main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}

.hds-mobile_menu_content .hds-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
}

.hds-mobile_menu_content .hds-mobile-main-navigation .navbar-nav li a:hover {
  color: #ee0a55;
}

.hds-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.hds-mobile_menu_wrap.mobile_menu_on .hds-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.hds-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.hds-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #ee0a55;
  text-align: center;
  font-size: 30px;
  top: -40px;
  z-index: 5;
}

.hds-mobile_menu .hds-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.hds-mobile_menu .hds-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.hds-mobile_menu .hds-mobile_menu_content .hds-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.hds-mobile_menu .hds-mobile_menu_content .hds-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.hds-mobile_menu .dropdown {
  position: relative;
}

.hds-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.hds-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}

.hds-mobile_menu .hds-mobile_menu_close {
  color: #ee0a55;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
  transition: all 0.3s;
}

.hds-mobile_menu .hds-mobile_menu_close:hover {
  color: #e7b93a;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/

@media screen and (max-width: 1700px) {
   .hds-service-vector {
  	display:none;
  	}
  	  .book-driving-lesson-section .ready-vector {
    left: -160px;
  } 
  
  .hds-mission-area-section .hds-mission-vector {
    right: -10%;
  }
  
}

@media screen and (max-width: 1440px) {
  .hds-banner-section .hds-banner-shape2 {
    left: 0;
  }

  .hds-banner-section .hds-banner-vector {
    right: -65px;
  }

  .hds-service-section .hds-service-vector {
    left: -20px;
  }

  .book-driving-lesson-section .ready-vector {
    left: -160px;
  }

  .hds-mission-area-section .hds-mission-vector {
    right: -24%;
  }

}

@media screen and (max-width: 1199px) {
  .hds-banner-section .hds-banner-vector {
    right: -125px;
  }

  .book-driving-lesson-section .ready-vector {
    left: -200px;
  } 
  
  .hds-main-header .header-button  {
  	display:none;
  	}
  
  .hds-mission-area-section .hds-mission-vector {
    right: -35%;
  }

  .hds-about-section .hds-about-img {
    left: -150px;
  }
    .hds-banner-section .hds-banner-shape2 {
    display: none;
  }
}
@media screen and (max-width: 1045px) {
  .hds-main-header .header-button {
    width: 150px;
  }
  
  .hds-banner-section .hds-banner-content {
    padding: 260px 0px 70px 0px;
    }
    
  .banner-video-btn,  .book-driving-lesson-section .ready-vector  {
  display:none;
  }

  .hds-banner-section .hds-banner-vector {
    right: -110px;
  }
  
  .hds-service-section {
    padding: 85px 0px 0px;
}

  .hds-service-section .hds-service-vector {
    z-index: -1;
  }
  
    .hds-about-section .hds-about-img {
    left: -260px;
  }

  .hds-mission-area-section .hds-mission-vector {
    right: -50%;
  }

  .hds-cta-section .hds-cta-content {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .hds-banner-section .hds-banner-vector {
    position: static;
    max-height: 480px;
  }

  .hds-banner-section .hds-banner-content {
    padding: 180px 0px 50px;
  }

  .hds-service-section {
    padding: 60px 0px 0px;
  }
  
  .hds-about-section {
    padding: 60px 0px 105px;
}


  .hds-pricing-section {
      padding: 60px 0px 0px;
  }
  
  .hds-pricing-section .hds-pricing-item {
    padding-bottom: 0px;
    }

	.hds-mission-area-section {
    padding: 110px 0px 65px 0px;
    position: relative;
    z-index: 1;
}
  
	.hds-about-section .hds-about-content {
     float: right;
     max-width: 780px;
     padding-right: 100px;
}

  .hds-service-content .hds-service-box {
    margin: 0 auto;
    max-width: 370px;
    background-color: #fff;
    margin-bottom: 60px;
  }

  .hds-about-section .hds-about-img {
    position: static;
    margin-bottom: 40px;
  }

  .book-driving-lesson-section .ready-vector {
    display: none;
  }

  .book-driving-lesson-section .ready-go-form .ready-go-input-area {
    height: auto;
    border-radius: 0;
  }

  .book-driving-lesson-section .ready-go-form .ready-go-input-area:before {
    display: none;
  }

  .book-driving-lesson-section .ready-go-form .ready-go-input-area input {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 30px;
  }

  .book-driving-lesson-section .ready-go-form .sub-btn {
    position: static;
  }

  .hds-mission-area-section .hds-mission-vector {
    display: none;
  }

  .hds-pricing-section .hds-pricing-inner-box {
    margin-bottom: 140px;
  }

  .hds-cta-section .hds-cta-btn {
    margin: 0 auto;
  }

  .hds-cta-section .hds-cta-content {
    padding-bottom: 30px;
  }

  .hds-newsletter-box {
    padding-left: 0;
    margin-top: 20px;
  }

  .hds-newsletter-box .nws-button {
    top: 28px;
  }

  .hds-copyright:after {
    display: none;
  }

  .hds-menu-wrapper {
    display: none;
  }

  .hds-mobile_menu_button {
    display: block;
  }

  .hds-footer-widget .hds-widget-title {
    padding-bottom: 20px;
  }

  .hds-footer-widget {
    margin-bottom: 40px;
  }

  .hds-main-header {
    padding-top: 30px;
  }

  .hds-main-header.hds-sticky-header-overlay {
    padding: 15px 0px 10px;
  }
  .hds-about-section .hds-about-content {
    float: none;
  }
  .hds-main-header.hds-sticky-header-overlay .hds-logo {
    padding-top: 0;
  }
}

@media screen and (max-width: 580px) {
  .hds-banner-section .hds-banner-shape2 {
    display: none;
  }

  .hds-about-section {
    padding-top: 20px;
  }
  
  	.hds-about-section .hds-about-content {
     padding-right: 10px;
}

  .hds-cta-section .hds-cta-content h2 {
    font-size: 32px;
  }
  
  .book-driving-lesson-section .ready-go-title h2 {
    font-size: 24px;
    line-height: 21px;
    font-weight: 700;
    padding: 10px 0;
 }

	.book-driving-lesson-section {
    padding: 90px 0px 70px;
 }

	.hds-mission-area-section {
    padding: 95px 0px 65px 0px;
 }

 	.hds-pricing-section {
    padding: 100px 0px 0px;
}

}

@media screen and (max-width: 480px) {
  .hds-banner-section .hds-banner-content h1, .hds-banner-section .hds-banner-content h1 .cd-words-wrapper {
    font-size: 40px;
  }

  .hds-banner-section .hds-banner-content .banner-call-action .call-action-text {
    font-size: 22px;
  }

  .hds-section-title h2 {
    font-size: 32px;
  }

  .hds-section-title2 h2 {
    font-size: 32px;
  }

  .book-driving-lesson-section .ready-go-title h2 {
    font-size: 32px;
  }

  .book-driving-lesson-section .ready-go-title span {
    font-size: 18px;
  }

  .book-driving-lesson-section .ready-go-title {
    padding-bottom: 30px;
  }

  .hds-pricing-section .hds-pricing-item:after {
    display: none;
  }

  .hds-cta-section .hds-cta-content {
    padding-left: 0;
  }

  .hds-cta-section .hds-cta-btn {
    margin: 0;
  }

  .hds-cta-section .hds-call-btn-area {
    padding-left: 0;
  }
}

@media screen and (max-width: 420px) {
  .hds-banner-section .hds-banner-content {
    padding: 180px 0px 50px;
  }

  .hds-banner-section .hds-banner-content h1 {
    font-size: 32px;
  }  

  .hds-banner-section .hds-banner-content h1 .cd-words-wrapper {
    font-size: 28px;
    line-height:40px;
  }

    .ready-go-title span {
    font-size: 16px!important;
    line-height: 48px;
  }
  
  .ready-go-title h2 a {
    font-size: 22px;
    line-height:30px;
  }
  
  .hds-logo img {
  	max-width: 280px;
  	}

  .hds-banner-section .hds-banner-content .banner-call-action {
    margin-bottom: 40px;
  }

  .hds-banner-section .hds-banner-content .banner-btn .qut-btn {
    line-height: 55px;
    width: 175px;
    height: 55px;
  }

  .hds-about-section .hds-about-content {
    padding-right: 0;
  }

  .hds-pricing-section .hds-pricing-title h2 {
    font-size: 30px;
  }

  .book-driving-lesson-section .ready-go-form .sub-btn button {
    width: 185px;
    height: 50px;
    line-height: 50px;
  }

  .hds-pricing-section .hds-pricing-inner-box .hds-pricing-price strong {
    font-size: 50px;
  }

  .hds-pricing-section .hds-pricing-inner-box .hds-pricing-price span {
    font-size: 30px;
  }

  .hds-pricing-section .hds-pricing-inner-box .hds-pricing-btn {
    width: 190px;
    margin: 0 auto;
    margin-top: 15px;
  }

  .hds-testimonial-content .hds-testimonial-trigger:after,
  .hds-testimonial-content .hds-testimonial-trigger:before {
    display: none;
  }

  .hds-cta-section .hds-cta-btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
  }

  .hds-newsletter-box .nws-button button {
    width: 120px;
  }

  .hds-copyright .hds-footer-social,
  .hds-copyright .hds-copyright-text {
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  .hds-about-section {
    padding-bottom: 70px;
  }

  .book-driving-lesson-section {
    padding: 50px 0px 60px;
  }

  .hds-mission-area-section {
    padding: 60px 0px;
  }

  .hds-mission-area-text .hds-section-title2 {
    padding-bottom: 40px;
  }

  .hds-pricing-section .hds-pricing-item {
    padding-bottom: 0;
  }

  .hds-pricing-section .hds-pricing-inner-box .hds-pricing-img {
    position: static;
    margin-bottom: 20px;
  }

  .hds-pricing-section .hds-pricing-inner-box {
    padding-top: 50px;
  }

  .hds-pricing-section .hds-pricing-inner-box {
    margin-bottom: 40px;
  }

  .hds-pricing-section .hds-pricing-inner-box.popular-hds {
    top: 0;
  }

  .hds-testimonial-content .hds-testimonial-text {
    font-size: 20px;
  }

  .hds-testimonial-section {
    padding: 40px 0px 75px;
  }

  .hds-testimonial-content .hds-testimonial-quote {
    padding-bottom: 65px;
  }

  .hds-testimonial-content .hds-testimonial-trigger .hds-testi-name-degi h3 {
    font-size: 24px;
  }

  .hds-cta-section {
    padding: 60px 0px 50px;
  }

  .hds-footer-area-section {
    padding: 60px 0px;
  }

  .hds-pricing-section .hds-pricing-title {
    padding-bottom: 40px;
  }

  .hds-newsletter-text h2 {
    font-size: 32px;
  }

  .book-driving-lesson-section .ready-go-form .ready-go-input-area input {
    height: 50px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 380px) {
  .hds-mission-area-text p {
    font-size: 15px;
    overflow: hidden;
  }

  .hds-testimonial-content .hds-testimonial-quote:before {
    display: none;
  }

  .hds-newsletter-box input {
    padding-left: 15px;
  }

  .hds-newsletter-box input::placeholder {
    font-size: 14px;
  }
  .hds-banner-section .hds-banner-content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 360px) {
  .hds-banner-section .hds-banner-content h1 {
    font-size: 35px;
  }

  .hds-service-content .hds-service-icon-text {
    padding: 55px 45px;
  }
}







@media screen and (max-width: 320px) {
  .hds-banner-section .hds-banner-content h1 {
    font-size: 30px;
  }
  
  .hds-banner-section .hds-banner-content {
    padding: 140px 0px 50px;
}

	.book-driving-lesson-section .ready-go-title span {
    font-size: 12px!important;
}

	.ready-go-title h2 a {
    font-size:  18px!important;
 }
 
.hds-mission-area-text .hds-mission-area-item .hds-mission-item-content .hds-mission-item-icon {
 	display:block !important;
 	}
 	
 	
    .hds-banner-section .hds-banner-vector {
    max-height: 260px;
  }
  
    .hds-logo img {
  	max-width: 220px!important;
  	}
  	
  .hds-banner-section .hds-banner-content .banner-call-action .call-action-text {
    font-size: 16px;
  }

  .hds-section-title h2 {
    font-size: 30px;
  }

  .hds-service-content .hds-service-icon-text {
    padding: 55px 30px;
  }

  .hds-section-title2 h2 {
    font-size: 28px;
  }

  .hds-about-section .hds-about-content .hds-about-quote .quote-text-about {
    padding-left: 50px;
  }

  .book-driving-lesson-section .ready-go-title h2 {
    font-size: 28px;
  }

  .book-driving-lesson-section .ready-go-title span {
    font-size: 16px;
  }

  .hds-mission-area-text .hds-mission-area-item .hds-mission-item-content .hds-mission-area-text h3 {
    font-size: 20px;
  }
}
