.custom_padding {
  padding: 120px 0px;
}

.driving_course_head .tab {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.driving_course_head .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 40px 20px;
  transition: 0.3s;
  border-bottom: 4px solid transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.4);
}

.driving_course_head .tab button:hover {
  background: rgba(19, 141, 71, 0.06);
}

.driving_course_head .tab button.active {
  background: rgba(19, 141, 71, 0.06);
  border-bottom: 4px solid #138d47;
  color: #138d47;
}

.overview_main {
  background-color: #f6f5f5;
  padding: 100px 0 120px;
}

.driving_course_head {
  background-color: #fff;
}

.driving_course_body .tabcontent {
  display: none;
}

.couse_overview_head h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #138d47;
  margin-bottom: 12px;
}

 /*
.couse_overview_head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #141414;
  margin-bottom: 10px;
}
*/

.couse_overview_head h3 {
  margin-bottom: 15px;
}

.driving_course_custom_tab_img img{
max-width: 43px;
}

.mega-menu-icon-wrap img{
   max-width: 43px;
}

.couse_overview_head p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #4f4f4f;
}

.couse_overview_head_img {
  width: 439px;
  height: 439px;
  border-radius: 20px;
  overflow: hidden;
}

.couse_overview_head_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.couse_overview_head_img:hover img {
  transform: scale(1.1);
}

.course_overview_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.couse_overview_head {
  max-width: 760px;
}


.course_overview_items_main {
  background-color: #fff;
  padding: 30px;
  min-height: 303px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.course_overview_items_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(137, 198, 163, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.course_overview_items_img img {
  width: 31px;
  height: 31px;
}
.offcanvas.offcanvas-top {
  min-height: max-content;
}
.offcanvas-backdrop.show {
  opacity: 0.6;
}
.search-dat-inner input#inputEmail4 {
  padding-right: 80px;
}
.search-dat-icon .search-wrap button {
  border: 1px solid #f7be15 !important;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-dat-inner {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.search-dat-icon .search-wrap {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 1;
}
.course_overview_items_head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #141414;
  margin-bottom: 7px;
}

.course_overview_items_head p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #4f4f4f;
}

.course_overview_body {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 20px;
  overflow: hidden;
}

.couse_over_view_body_main h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.7;
  color: #141414;
  margin-bottom: 10px;
}

.couse_over_view_body_main p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.77;
  color: #4f4f4f;
}

.couse_over_view_body_main p:nth-of-type(2) {
  padding-top: 40px;
}

.driving_need_help {
  padding: 120px 0px;
}

.driving_need_help_head .col-lg-4 {
  border-right: 1px dashed rgba(0, 0, 0, 0.4);
}

.driving_need_help_head .col-lg-4:last-child {
  border: none;
}

.driving_need_help_item_para h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 2.0;
  text-transform: uppercase;
  color: #138d47;
}

.driving_need_help_item_para h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #141414;
}

.driving_need_help_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(137, 198, 163, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.driving_need_help_img img {
  width: 31px;
  height: 31px;
}

.driving_need_help_content h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 16px;
}

.driving_need_help_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
}

.driving_need_help_social_icon {
  display: flex;
  align-items: center;
  gap: 9px;
}

.driving_need_help_social_icon img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #f7be15;
  padding: 8px;
  object-fit: scale-down;
}

.driving_need_help_item {
  min-height: 360px;
  height: 100%;
}

.driving_need_help_item_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0px 48px;
}

.driving_need_help_head .col-lg-4:last-child .driving_need_help_item_2 {
  padding: 0px 0 0 48px;
}
.custom_button a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
  color: #1b1b1b;
  min-width: 138px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f7be15;
  border-radius: 58px;
}

.driving_need_help_body_item h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 2;
  text-transform: uppercase;
  color: #138d47;
  text-align: center;
}

.driving_need_help_body_item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #141414;
  text-align: center;
  margin-bottom: 10px;
}

.driving_need_help_body_item p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
  text-align: center;
}

.driving_need_help_body {
  padding-top: 120px;
}

.driving_need_help_body_main {
  background: rgba(19, 141, 71, 0.1);
  border-radius: 20px;
  min-height: 462px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  align-items: center;
}

.driving_need_help_body_main {
  position: relative;
  overflow: hidden;
}

.driving_need_help_body_main::after {
  content: "";
  position: absolute;
  background-image: url(../images/left_help_shap.svg);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.driving_need_help_body_main::before {
  content: "";
  position: absolute;
  background-image: url(../images/right_help_shap.svg);
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 35%;
}

.driving_need_help_body_item,
.custom_button {
  position: relative;
  z-index: 2;
}

.course_details {
  background: #f6f5f5;
}

.course_details_head h3 {
  margin-bottom: 15px;
}

.course_details_head p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
}

.course_details_main_items {
  margin-top: 35px;
}

.course_details_item_head {
  padding: 20px;
  background: rgba(19, 141, 71, 0.1);
  border-radius: 15px;
  min-height: 209px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course_details_item_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course_details_item_img img {
  width: 31px;
  height: 31px;
}

.couse_details_item_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

.couse_details_item_content h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.course_details_main_head {
  max-width: 650px;
}

.course_details_main_img {
  width: 574px;
  height: 515px;
  overflow: hidden;
  border-radius: 20px;
}

.course_details_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.course_details_main_img:hover img {
  transform: scale(1.1);
}

.course_details_main_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course_details_head {
  max-width: 80%;
}

.course_details_main_body {
  margin-top: 50px;
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course_details_main_body_items {
  max-width: 541px;
  margin-top: 50px;
  position: relative;
}

.course_details_main_body_items:nth-child(1)::after,
.course_details_main_body_items:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  right: -65px;
  top: 0;
}

.course_details_main_body_items:nth-child(1)::before,
.course_details_main_body_items:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: -25px;
}

.course_details_main_body_items:nth-child(1),
.course_details_main_body_items:nth-child(2) {
  margin-top: 0;
}

.course_details_main_body_items h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.7;
  color: #141414;
  margin-bottom: 12px;
}

.course_details_main_body_items p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
}

.driving_course_listing {
  position: relative;
  background-color: #f6f5f5;
}

.driving_course_listing_main .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: -90px;
  position: relative;
  z-index: 2;
}

.driving_course_custom_tab {
  background: #ffffff;
  border-radius: 20px;
  min-height: 240px;
  padding: 40px 15px;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.driving_course_custom_tab.active {
  background: #138d47;
}

.driving_course_custom_tab_text h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4f4f4f;
}

.driving_course_custom_tab.active .driving_course_custom_tab_text h6 {
  color: #fff;
}

.driving_course_custom_tab.active .driving_course_custom_tab_img {
  background: #ffffff;
}

.driving_course_custom_tab_img {
  width: 89px;
  height: 89px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(137, 198, 163, 0.2);
}

.driving_course_custom_tab_img img {
  width: 63px;
  height: 63px;
  object-fit: scale-down;
}

.driving_course_listing_main_body {
  padding: 20px 0px 120px;
}

.driving_course_banner .banner-inner-content {
  margin-bottom: 176px;
}

.driving_course_tab_listing {
  background-color: #ffffff;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  min-height: 507px !important;
  padding: 35px 37px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.iti {
  width: 100%;
}
.iti__search-input {
  height: 45px;
}
.driving_course_tab_listing_head h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 2;
  color: #000000;
  margin-bottom: 26px;
}

.driving_course_tab_listing_head p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.driving_course_tab_listing_head p img {
  width: 14px;
  height: 10px;
}

.driving_course_tab_listing_body {
  padding-top: 58px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}

.driving_course_tab_listing_body p {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  color: #138d47;
  margin-bottom: 20px;
}

.driving_course_tab_listing_body a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
  color: #1b1b1b;
  width: 100%;
  background: #f7be15;
  border-radius: 58px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.driving_course_tab_listing_head p {
  display: none;
}

.driving_course_tab_listing_head p:nth-child(-n + 4) {
  display: block;
}

.driving_course_tab_listing {
  margin-top: 28px;
}

.driving_course_tab_listing_main
  .col-lg-4:nth-child(-n + 3)
  .driving_course_tab_listing {
  margin-top: 0;
}

button.custom_driving_course_listing_slider {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #138d47;
  display: flex;
  justify-content: center;
  align-items: center;
}

.driving_course_listing_main_head {
  position: relative;
}

button.custom_driving_course_listing_slider.prev-btn {
  position: absolute;
  top: 20px;
  left: -60px;
}

button.custom_driving_course_listing_slider.next-btn {
  position: absolute;
  top: 20px;
  right: -60px;
}

.facilities_overview_main_head h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #138d47;
  margin-bottom: 10px;
}

.facilities_overview_main_head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #141414;
}

.facilities_overview {
  background: #f9f8f8;
  position: relative;
}

.facilities_overview::before {
  content: "";
  position: absolute;
  background-image: url(../images/fasilities_overview.svg);
  background-repeat: no-repeat;
  width: 45%;
  height: 182px;
  bottom: 119px;
  left: 0;
}

.facilities_overview_main_head {
  max-width: 978px;
}

.facilities_overview_para p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
  margin-bottom: 24px;
}

.facilities_overview_main_body {
  display: flex;
  justify-content: end;
  margin-top: 60px;
}

.facilities_overview_para p:last-child {
  margin-bottom: 0;
}

.facilities_overview_para {
  max-width: 651px;
}

.fasilities_slider_main_title h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #138d47;
  margin-bottom: 10px;
}

.fasilities_slider_main_title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #141414;
}

.fasilities_slider_main_head .row {
  justify-content: space-between;
  align-items: end;
}

.fasilities_slider_main_btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
  position: relative;
  top: -10px;
}

.fasilities_slider_main_slider .owl-stage {
  padding-top: 50px;
}

.fasilities_slider_main_slider_item {
  background: rgba(247, 190, 21, 0.1);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 407px;
  align-items: start;
  transition: all 0.4s ease-in-out;
}

.fasilities_slider_main_slider_item:hover {
  transform: translateY(-10px);
}

.fasilities_slider_main_slider_item:hover
  .fasilities_slider_main_slider_img
  img {
  transform: rotateY(180deg);
}

.fasilities_slider_main_slider_img img {
  width: 80px;
  height: 80px;
  transition: all 0.4s ease-in-out;
}

.fasilities_slider_main_btn img {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.fasilities_slider_main_btn img:hover {
  filter: brightness(0) saturate(100%) invert(43%) sepia(69%) saturate(7044%)
    hue-rotate(139deg) brightness(93%) contrast(85%);
}

.fasilities_slider_main_slider_content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 1.7;
  color: #141414;
  margin-bottom: 10px;
}

.fasilities_slider_main_slider_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #757575;
}

.virtual_tour {
  background-repeat: no-repeat !important;
  min-height: 687px;
  background-size: cover !important;
  padding: 110px 0px;
  position: relative;
  background-attachment: fixed !important;
}

.virtual_tour::before {
  content: "";
  position: absolute;
  background-image: url(../images/virtual_tour.svg);
  width: 60%;
  height: 182px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  bottom: 32px;
}

.virtual_tour_main_item h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #138d47;
  margin-bottom: 10px;
}

.virtual_tour_main_item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #141414;
  margin-bottom: 10px;
}

.virtual_tour_main_item p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
  margin-bottom: 20px;
}

.virtual_tour_main_item a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.2;
  color: #1b1b1b;
  width: 130px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7be15;
  border-radius: 58px;
  transition: all 0.4s ease-in-out;
}

.virtual_tour_main_item a:hover {
  background-color: #138d47;
  color: #fff;
}

.virtual_tour_main_item {
  background-color: #fff;
  padding: 50px;
  max-width: 540px;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.gallery_main_head {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 32px;
}

.gallery_main_head h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #138d47;
  margin-bottom: 10px;
}

.gallery_main_head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #141414;
  margin-bottom: 14px;
}

.gallery_main_head p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
  max-width: 556px;
  margin: 0 auto;
}

.gallery_main_slider_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.gallery_main_slider_img::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 25.55%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery_main_slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.gallery_main_slider_img:hover img {
  transform: scale(1.1);
}

.gallery_main_slider .owl-stage {
  padding-left: 0 !important;
  display: flex;
  align-items: end;
}

.gallery_main_slider_img {
  position: relative;
  cursor: none;
  overflow: hidden;
}

.drag-icon {
  position: fixed;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  background: #f5b800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #1b1b1b;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.25s ease;
  z-index: 9999;
}

.drag-icon span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.drag-icon.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.drag-icon.grabbing {
  background: #e0a700;
  transform: translate(-50%, -50%) scale(0.92);
}

@media (pointer: coarse) {
  .gallery_main_slider_img {
    cursor: auto;
  }
  .drag-icon {
    display: none;
  }
}

.road_safety_overview {
  position: relative;
}

.main_heading {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #141414;
}

.short_heading {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #138d47;
  margin-bottom: 10px;
}

.road_safety_overview::before {
  content: "";
  position: absolute;
  background-image: url(../images/fasilities_overview.svg);
  background-repeat: no-repeat;
  width: 45%;
  height: 182px;
  bottom: 80px;
  left: 0;
}

.road_safety_overview_main {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.road_safety_overview_head {
  max-width: 485px;
}

.road_safety_overview_head h3 {
  margin-bottom: 20px;
}

.road_safety_overview_head p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
  margin-bottom: 30px;
}

.road_safety_overview_head p:last-child {
  margin-bottom: 0;
}

.road_safety_overview_body {
  display: flex;
  align-items: center;
  gap: 26px;
}

.road_safety_overview_img_1 {
  width: 272px;
  height: 217px;
  overflow: hidden;
  border-radius: 20px;
}

.road_safety_overview_img_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.road_safety_overview_body_2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 27px;
}

.road_safety_overview_img_2 {
  width: 454px;
  height: 292px;
  overflow: hidden;
  border-radius: 20px;
}

.road_safety_overview_img_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.road_safety_overview_img_3 {
  width: 338px;
  height: 217px;
  overflow: hidden;
  border-radius: 20px;
}

.road_safety_overview_img_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_zoom {
  transition: all 0.6s ease-in-out;
  max-width: 100%;
}

.img_zoom:hover {
  transform: scale(1.1);
}

.road_safety_articles {
  background: rgba(247, 190, 21, 0.08);
}

.road_safety_articles_heading {
  max-width: 456px;
}

.road_safety_articles_main_btn a {
  width: 134px;
  height: 50px;
  background: #f7be15;
  border-radius: 58px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1b1b1b;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.road_safety_articles_main_btn a:hover {
  color: #fff;
  background-color: #138d47;
}

.road_safety_articles_main_head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 50px;
}

.road_safety_articles_img {
  width: 277px;
  height: 277px;
  min-width: 277px;
  overflow: hidden;
  border-radius: 20px;
}

.road_safety_articles_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 150px;
    min-height: 170px;
}

.road_safety_articles_items_heading {
  max-width: 340px;
}

.road_safety_articles_items_heading h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px !important;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #141414;
}

.road_safety_articles_items_para {
  max-width: 393px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  /*justify-content: space-between;*/
}

.road_safety_articles_items_para p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #4f4f4f;
}

.road_safety_articles_items_para a {
  width: 109px;
  height: 39px;
  border: 1px solid #f7be15;
  border-radius: 58px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1b1b1b;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.road_safety_articles_items {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 22% 73%;
  width: 100%;
  height: 100%;
}

.road_safety_articles_items_content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 38px 0px 26px;
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.road_safety_articles_items:last-child .road_safety_articles_items_content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.road_safety_articles_items {
  margin-bottom: 30px;
}

.road_safety_articles_items:last-child {
  margin-bottom: 0;
}

.road_safety_resources_main_items_btn a {
  width: 130px;
  height: 50px;
  border: 1px solid #f7be15;
  border-radius: 58px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1b1b1b;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.road_safety_resources_main_items {
  padding: 30px 25px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #f9f8f8;
  min-height: 252px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
}

.road_safety_resources_main_body
  .col-lg-4:nth-child(-n + 3)
  .road_safety_resources_main_items {
  margin-top: 0;
}

.road_safety_resources_main_items_head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #141414;
}

.road_safety_resources_main_items_img {
  width: 40px;
  height: 53px;
}

.road_safety_resources_main_items_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.safety_campaigns {
  background-color: #f9f8f8;
  position: relative;
}

.safety_campaigns::before {
  content: "";
  position: absolute;
  background-image: url(../images/fasilities_overview.svg);
  background-repeat: no-repeat;
  width: 45%;
  height: 182px;
  top: 110px;
  right: 0;
  transform: scaleX(-1) scaleY(1);
}

.safety_campaigns_main_head {
  margin-bottom: 19px;
  max-width: 456px;
}

.safety_campaigns_main_body_items h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #141414;
  margin-bottom: 19px;
}

.safety_campaigns_main_body_items h3 img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: rgba(137, 198, 163, 0.2);
  min-width: 63px;
  padding: 10px;
  object-fit: scale-down;
}

.safety_campaigns_main_body_items p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #4f4f4f;
}

.safety_campaigns_main_body_items {
  padding-top: 50px;
  border-top: 1px solid #138d4733;
}

.safety_campaigns_main_body_items:first-child {
  padding-top: 0;
  padding-bottom: 50px;
  border-top: unset;
}

.safety_campaigns_main_body_content {
  max-width: 425px;
}

.safety_campaigns_main_images_first {
  width: 490px;
  height: 545px;
  min-width: 490px;
  overflow: hidden;
  border-radius: 20px;
}

.safety_campaigns_main_images_first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.safety_campaigns_main_images_second {
  width: 261px;
  height: 290px;
  min-width: 261px;
  overflow: hidden;
  border-radius: 20px;
}

.safety_campaigns_main_images_second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.safety_campaigns_main_body_images {
  display: flex;
  align-items: end;
  gap: 35px;
}

.safety_campaigns_main_body {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.emergency_contacts_main_head {
  text-align: center;
  margin-bottom: 60px;
}

.emergency_contacts_main_body_items_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 100px;
  background-color: #e7f4ed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.emergency_contacts_main_body_items_img img {
  width: 51px;
  height: 51px;
  object-fit: scale-down;
}

.emergency_contacts_main_body_items_content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}

.emergency_contacts_main_body_items_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.01em;
  color: #4f4f4f;
}

.emergency_contacts_main_body_items_btn a {
  width: 100%;
  height: 50px;
  border: 1px solid #f7be15;
  border-radius: 58px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1b1b1b;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.emergency_contacts_main_body_items {
  max-width: 329px;
  height: 345px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.emergency_contacts_main_body_items:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  right: -64px;
}

.emergency_contacts_main_body_items:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: -64px;
}

.emergency_contacts_main_body_items_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.emergency_contacts_main_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.signup_main {
  background: #f4f6f7;
  padding: 70px 0px 120px;
}

.signup_main_content_back a {
  display: flex;
  align-items: center;
  gap: 13px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
}

.signup_main_content_back a img {
  width: 17px;
  height: auto;
}

.signup_main_content_back {
  margin-bottom: 20px;
}

.signup_main_content_head_main h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #141414;
  margin-bottom: 11px;
}

.signup_main_content_head_main p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.5);
}

.signup_main_content_head_main p a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
  text-decoration-line: underline;
  color: #f7be15;
}

.signup_main_content_head {
  margin-bottom: 40px;
}

.signup_main_content_body {
  background-color: #fff;
  padding: 50px;
  overflow: hidden;
  border-radius: 20px;
}

form label {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  color: #141414;
  margin-bottom: 8px;
}

.signup_main_content_body_form form .col-lg-6 {
  margin-top: 30px;
}

form::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
}

form select {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
  border-color: #c7c7c7;
}

form select option[disabled] {
  color: rgba(0, 0, 0, 0.6);
}

form .form-control,
form .form-select {
  min-height: 58px;
  border-color: #c7c7c7;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
  padding: 12px 24px;
  border-radius: 10px;
}

form .form-check-label {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #111111;
}

form .form-check-inline {
  margin-top: 15px;
}

form .form-check-input:checked {
  background-color: transparent;
  border-color: #f7be15;
}
form .form-check-input:checked[type="radio"] {
  filter: brightness(0) saturate(100%) invert(77%) sepia(89%) saturate(1032%)
    hue-rotate(344deg) brightness(97%) contrast(99%);
}

form .form-control:focus,
form .form-select:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: #c7c7c7;
}

.submit_btn {
  margin-top: 50px;
  width: 185px;
  height: 50px;
  background: #f7be15;
  border-radius: 58px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #1b1b1b;
}

#sidebar span {
  position: relative;
  display: block;
  border: 1px solid #003;
  margin-bottom: 30px;
}

.new_updated_file {
  position: relative;
  overflow: hidden;
  border: 2px dashed #ffffff73 !important;
}

#sidebar .upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  margin: 0;
  opacity: 0;
}

.upload-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  background: rgba(247, 190, 21, 0.1);
  border: 1px solid #f7be15;
  border-radius: 24px;
  cursor: pointer;
  margin-bottom: 0;
  height: 106px;
}

.upload-text h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}

.upload-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}

.upload-icon img {
  width: 46px;
  height: 58px;
}

.upload-box:hover {
  background-color: #fff2d6;
}
.form-left-inner-wrap .form-input-group-main-f {
  display: flex;
  gap: 20px;
  align-items: center;
}
.form-left-inner-wrap form .form-control,
form .form-select {
  min-height: 49px;
  border-color: #c7c7c7;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
  padding: 12px 25px;
  border-radius: 10px;
  width: 100%;
}
.Massage_form textarea#comment {
  min-height: 145px;
  border-color: #c7c7c7;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
  padding: 12px 0px;
  border-radius: 10px;
}

@media (max-width: 1599px) {
  .driving_course_listing_main_body {
    padding: 10px 0px 100px;
  }
}

@media (max-width: 1400px) {
  .driving_course_custom_tab_text h6 {
    font-size: 16px;
  }

  .driving_course_custom_tab_img {
    width: 75px;
    height: 75px;
    padding: 10px;
  }

  .driving_course_listing_main_body {
    padding: 0px 0px 80px;
    margin-top: -10px;
  }

  button.custom_driving_course_listing_slider.next-btn {
    right: -40px;
  }

  button.custom_driving_course_listing_slider.prev-btn {
    left: -40px;
  }

  .driving_course_tab_listing {
    padding: 30px 25px;
  }
}

@media (max-width: 1200px) {
  .driving_course_listing_main_body {
    padding: 0px 0px 60px;
    margin-top: -30px;
  }
}

@media (max-width: 991px) {
  button.custom_driving_course_listing_slider.next-btn {
    right: -20px;
    z-index: 5;
    top: 10px;
  }

  .driving_course_tab_listing_main
    .col-lg-4:nth-child(-n + 3)
    .driving_course_tab_listing {
    margin-top: 30px;
  }

  .driving_course_tab_listing_main
    .col-lg-4:nth-child(-n + 2)
    .driving_course_tab_listing {
    margin-top: 0px;
  }

  button.custom_driving_course_listing_slider.prev-btn {
    left: -20px;
    z-index: 5;
    top: 10px;
  }

  .driving_course_tab_listing {
    min-height: 450px;
  }

  .driving_course_custom_tab {
    min-height: 230px;
    gap: 15px;
  }

  .home-slider .slider-item > div {
    height: 550px !important;
    background-position: center;
  }
  .facilities_overview_main_body{
    margin-top: 30px !important;
  }
  .driving_course_tab_listing_body p{
    font-size: 30px !important;
  }
  .gallery_main_head.aos-init.aos-animate {
    padding: 0 12px;
}
}

@media (max-width: 767px) {
  .why-choose-icon-text h4{
    font-size: 21px;
  }
  .why-choose-us-section-right h3{
    font-size: 22px;
  }
  .terms-and-condition-inner-content h3{
    font-size: 20px !important;
  }

  .driving_course_tab_listing_main
    .col-lg-4:nth-child(-n + 2)
    .driving_course_tab_listing {
    margin-top: 30px;
  }

  .driving_course_tab_listing_main
    .col-lg-4:nth-child(-n + 1)
    .driving_course_tab_listing {
    margin-top: 0px;
  }

  .driving_course_listing_main_body {
    padding: 0px 0px 40px;
    margin-top: -50px;
  }

  button.custom_driving_course_listing_slider.next-btn {
    right: 0px !important;
  }

  button.custom_driving_course_listing_slider.prev-btn {
    left: 0px !important;
  }
  .form-left-inner-wrap .form-input-group-main-f {
    flex-direction: column;
    gap: 8px;
  }
  .form-input-group-main-f .form-input-group {
    width: 100%;
  }
  .Massage_form textarea#comment {
    min-height: 100px !important;
  }
  .virtual_tour_main_item{
        padding: 50px 50px 25px 50px;
  }
}
@media (max-width: 430px) {
  .form-left-inner-wrap form .form-control,
  form .form-select {
    font-size: 13px;
    padding: 10px 10px;
  }
  .Massage_form textarea#comment {
    padding: 5px 10px;
  }
}
@media (max-width: 360px) {
  .driving_course_tab_listing_head p:nth-child(-n + 4) {
    display: flex;
    align-items: baseline;
  }
}

/***************MY CSS************/
@media (max-width: 1400px) {
  .login-main-wrap .signup_main_content_head_main p {
    margin-bottom: 30px;
  }
  .login-img-wrap {
    height: 544px;
    max-width: 580px;
  }
  .ennroll_now-form .sign-in-btn-wrap {
    margin-top: 15px;
  }

  .ennroll_now-form .form-input-group {
    margin-bottom: 15px !important;
  }

  .ennroll_now-form .login-main-wrap .signup_main_content_head_main p {
    margin-bottom: 15px;
  }
  .login-waprt .login-img-wrap {
    height: 475px;
    max-width: 605px;
  }
}
@media (max-width: 1200px) {
  .login-main-wrap .signup_main_content_head_main p {
    margin-bottom: 25px;
  }
  .login-img-wrap {
    height: 480px;
    max-width: 451px;
  }
  .offcanvas.offcanvas-top {
    height: 254px;
  }
}
@media (max-width: 1026px) {
  .login-img-wrap {
    height: 490px;
    max-width: 554px;
  }
  .login-main-wrap form .form-input-group {
    margin-bottom: 20px;
  }
  form label {
    font-size: 16px;
  }
  .login-waprt .login-img-wrap {
    height: 490px;
    max-width: 565px;
  }
  .form_img-left_form .signup_main_content_head_main p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .sign-up-link {
    margin-bottom: 30px;
  }
  .login-waprt {
    margin-top: 30px;
  }
  .form-left-inner-wrap {
    max-width: 100%;
  }
  form label {
    font-size: 16px;
  }
  .login-img-wrap {
    height: auto;
    max-width: 100%;
  }
  .login-img-wrap {
    float: unset;
  }
  .login-main-wrap form .form-input-group {
    margin-bottom: 20px;
  }
  .sign-in-btn-wrap {
    margin-top: 25px;
    margin-bottom: 18px;
  }
  header[data-bs-theme="light"] .navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(83%) saturate(7500%)
      hue-rotate(58deg) brightness(84%) contrast(115%);
  }
  .form-left-inner-wrap form .form-control,
  form .form-select {
    min-height: 45px;
  }
  .Massage_form textarea#comment {
    min-height: 130px;
  }
  .signup_main_content_body_form form .col-lg-6 {
    margin-top: 25px;
  }
}

@media (max-width: 430px) {
  .login-main-wrap .signup_main_content_head_main p {
    margin-bottom: 15px;
  }
  form .form-control,
  form .form-select {
    min-height: 45px;
    font-size: 14px;
    padding: 12px 14px;
  }
  #togglePassword {
    top: 60px !important;
    bottom: 5% !important;
    width: 17px !important;
    height: auto !important;
  }
  textarea#your_Message::placeholder {
    font-size: 13px;
  }
  .row-outer-wrap {
    padding: 25px 25px;
  }
  .login-waprt .login-img-wrap {
    height: 366px;
    max-width: 415px;
  }
  .upload-box {
    padding: 22px 10px;
    height: 135px;
  }
  .upload-icon img {
    width: 46px;
    height: 45px;
  }
  .search-dat-icon .search-wrap button {
    width: 30px;
    height: 30px;
  }
  .offcanvas.offcanvas-top {
    height: 200px;
  }
  .signup_main_content_body {
    padding: 15px;
  }
  .signup_main {
    padding: 45px 0px 45px;
  }
}
@media (max-width: 390px) {
  .login-main-wrap .signup_main_content_head_main p {
    margin-bottom: 13px;
  }
  form .form-control,
  form .form-select {
    font-size: 13px;
    padding: 10px 15px;
    min-height: 45px;
  }
  .Massage_form textarea#comment {
    min-height: 70px !important;
  }
  .login-waprt .login-img-wrap {
    height: 320px;
    max-width: 400px;
  }
  p {
    font-size: 14px !important;
  }
  .signup_main {
    padding: 45px 0px 45px;
  }
}

html[lang="ar"] .fab-container {
  left: 20px;
  right: auto;
}

html[lang="ar"] .language-dropdown .dropdown-toggle::after{
    margin-left: 0;
    margin-right: 9px;
}


@media(max-width: 991px) {
      .navbar .navbar-collapse.show {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: 415px;
        overflow: auto;
        margin-top: 15px;
        box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
  }
  header .navbar-expand-md .navbar-nav .dropdown-menu{
    padding: 10px !important;
  }
  .driving_course_head .tab button{
    font-size: 17px;
  }
  h3.top-level-head.aos-init.aos-animate {
    font-size: 18px !important;
}
}

@media screen and (max-width: 767px) {
  header .navbar{
    z-index: 999 !important;
  }
    .mega-menu h3 {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
  .search-wrap{
  background-color: #f7be15 !important;
          border-radius: 50%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {

  .road_safety_articles_items_content{
    gap: 20px
  }
}

@media (max-width: 767px){
  .our-partner-inner-top-content{
    margin: 0 13px !important;
  }
}

@media (max-width: 1024px){
  ul.about-list div.icon-box{
    width: 50px !important;
    height: 50px;
  }
  .icon-box img {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 767px) {
 .slide-box .slider-box-image img{
    height: 285px;
    object-fit: cover;
  }
  .content-right-box img{
    width: 34px !important;
  }
  .about-top-section-right-content h3{
    font-size: 18px !important;
  }
}

.tab-right-location-col p{
  font-size: 16px !important;
}

@media (max-width: 767px) {
    .ceo-message-wrap h3 {
      font-size: 24px !important;
    }
    .mission-vision-section-top-content h3{
      font-size: 24px !important;
      margin-bottom: 30px !important;
    }
  }

  @media (max-width: 767px) {
        .our-vision-box.aos-init.aos-animate {
      height: auto !important;
    }
    .our-mission-box.aos-init.aos-animate{
      height: auto !important;
    }
   .why-choose-us-section-right h3 {
    font-size: 24px !important;
    }
     .accreditation-certifications-top-content h3{
      font-size: 24px !important;
     }
     .accreditation-certifications-top-content h4{
      font-size: 18px !important;
     }
     .gallery_main_head h3{
        font-size: 25px !important;
     }
     .gallery_main_head p{
        font-size: 13px !important;
     }
     .facilities_overview_main_head h3{
       font-size: 24px !important; 
     }
     .couse_overview_head h3{
       font-size: 22px !important;
     }
     .course_overview_items_main{
      height: auto !important;
      min-height: 270px;
      gap: 40px !important;
     }
     .safety_campaigns_main_body_items h3 {
      font-size: 22px !important;
     }
     .blog-and-news-detail-inner-content {
    margin-top: 0px;
}
 .sub-head h4{
  font-size: 18px !important;
 }
 .top-level-head{
  font-size: 21px !important;
 }
 gallery_main_head p{
  font-size: 13px !important;
 }
}
 
  .ac-slider-element{
    height: 480px !important;
  }

@media (min-width: 767px) and (max-width: 991px){
.course_details_main_head
 {
    max-width: 425px;
}
.course_details_main_items .row{
  --bs-gutter-x: 1.0rem;
}
.road_safety_overview_main{
  align-items: center !important;
}
.road_safety_articles_items_heading h3
 {
      min-width: 150px;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .blog-news-content-box{
    min-height: 350px !important;
}
.about-top-section-right-content-img-wrap .img-box-wrap {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    justify-content: center;
}
}


  .form-input-group mb-3 {
      position: relative;
}
@media (max-width: 1600px ){
  .blog-news-content-box{
    min-height: 300px;
  }
}


.en-about-usen .inner-pages-banner .slider-item > div{
  background-position: bottom center;
}

.en-facilitiesen .inner-pages-banner .slider-item > div{
  background-position: bottom center;
}

@media (max-width: 991px) {
   .home-main-wrap .home-slider .slider-item > div {
        height: 550px !important;
        background-position: center;
        min-height: auto !important;
    }
      .course_overview_items_main{
    gap: 35px !important;
    min-height: 250px;
  }
}

@media screen and (width: 1024px) {
 .homear .our-licensing-process-section .about-right-col img{
    height: 455px !important;
  }
}

@media screen and (max-width: 767px){
  .fasilities_slider_main{
      position: relative;
  }
  .fasilities_slider_main_btn{
    position: absolute;
    width: 100%;
  }
    .fasilities_slider_main_btn {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
    position: absolute;
    top: 65%;
    width: 100%;
    z-index: 2;
    justify-content: space-between;
   
}
.fasilities_slider_main_btn img{
width: 24px;
}
.left arrow{
  position: relative;
}
.right arrow{
  position: relative;
}
/* 
.license-type-section .slick-prev {
  top: 60%;
  z-index: 1;
  right: auto;
}
.license-type-section .slick-next
 {
    top: 60%;
    z-index: 1;
}
.license-type-section .slick-prev:before {
  width: 22px;
  height: 22px;
}
.license-type-section .slick-next:before{
  width: 22px;
  height: 22px;
}
header ul.navbar-nav ul.mega-menu-wrap{
  min-width: 100% !important;
} */
  }

  @media screen and (min-width: 992px) and (max-width: 1024px) {
    header .navbar ul>li.nav-item.dropdown{
      gap: 0px !important;
      margin-right: 10px !important;
    }
  }
  @media (min-width: 1024px) {
.course_overview_body.aos-init.aos-animate{
  margin-top: 30px;
}    
  }

header .navbar .navbar-toggler{
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}

header .navbar .container {
    align-items: baseline !important;
}

header .navbar{
  z-index: 6 !important;
}
@media (max-width: 991px) {
    header .navbar-expand-md .navbar-nav .dropdown-menu {
        position: relative;
        top: 0px;
    }
}

.view-all-btn-wrap a{
    margin-top: 24px;
    }

 .about-top-section-right-content p {
    color: #4F4F4F;
    font-size: 16px !important;
    line-height: 1.77;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
.searchen .driving_course_tab_listing{
min-height: 370px !important;

}
}


@media (max-width: 767px) {

.accreditation-certfications-section .container{
  position: unset !important;
}
.accreditation-certfications-section{
  position: relative;
}
.accreditation-certifications-top-content .slick-prev {
    left: 15px;
    right: auto;
    top: 58%;;
}
.accreditation-certifications-top-content .slick-next {
    right: 66px;
    top: 58%;
    left: auto;
}
}

@media (max-width: 767px) {
  .accreditation-certifications-top-content .slick-next:before{
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 767px) {
 .accreditation-certifications-top-content .slick-prev:before{
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .related-news-blog-top-sec{
    position: unset;
  }
  .related-news-and-blogs-section .slick-prev {
        left: 12px !important;
        top: 58%;
        z-index: 6;
        right: auto !important;
    }
  .related-news-and-blogs-section .slick-next{
        left: auto !important;
        top: 58%;
        position: absolute;
        z-index: 2;
  }
  .related-news-and-blogs-section .slick-next:before{
    width: 22px;
    height: 20px;
  }
  .related-news-and-blogs-section .slick-prev:before{
    width: 22px;
    height: 20px;
  }
}



@media screen and (max-width: 767px ) {
  .slick-next {
      display: none !important;
  }
  .slick-prev{
      display: none !important;
  }
}


.our-licensing-process-section .content-toggle-boxes {
  margin-bottom: 15px;
}

.offcanvas a.navbar-brand{
  align-content: center;

} 
  @media (min-width: 676px) and (max-width: 1199px) {
.slider-box-content {
    height: 65px !important;
}
  }

  html[lang="ar"] .license-type-section .slick-prev{
    left: 66px;
    right: auto;
    transform: rotate(180deg);
    transform-origin: top;
  }
  html[lang="ar"] .license-type-section .slick-next {
    left: 11px;
    right: auto;
    transform-origin: top;
    transform: rotate(180deg);
}

html[lang="ar"] .fasilities_slider_main_btn {
  flex-direction: unset;
}

html[lang="ar"] .fasilities_slider_main_btn #left-arrow{
transform: rotate(180deg);
}
html[lang="ar"] .fasilities_slider_main_btn #right-arrow{
  transform: rotate(180deg);
}

.license-type-section .slider-box-image img{
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px){
  #offcanvasTop{
    justify-content: center;
  }
}

@media (min-width:1024px) {
  .home-slider .slider-item h2{
    max-width: 1200px;
  }
  .home-slider .slider-item p{
    max-width: 1200px;
}
.home-slider.inner-pages-banner .slider-item p{
      max-width: 1200px;
}
}


/* 05/12/2025 */

.why-choose-icon-text p{
  height: auto !important;
}

.footer .footer-left-content .footer-social-icons img{
  height: 21px;
  width: 21px;
}
@media (min-width: 1400px) {
.license-type-section .about-inner-top-content{
    max-width: 850px;
}
}

.our-partner-inner-top-content{
  width: auto !important;
     max-width: 970px;
}

.mission-vision-section .mission-vision-second-section-left .our-mission-box{
  height: 280px;
}
.mission-vision-section .mission-vision-second-section-left .our-vision-box{
  height: 260px;
}

.mission-vision-img-wrap img{
  height: 560px !important;
}

html[lang="ar"] .driving_need_help_head .col-lg-4 {
    border-left: 1px dashed rgba(0, 0, 0, 0.4);
}
html[lang="ar"] .driving_need_help_head .col-lg-4 {
    border-right: none;
}

header ul.navbar-nav ul.mega-menu-wrap {
    max-height: 520px;
    overflow: auto;
}

@media (max-width: 991px) {
    .blog-news-image-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
}
 
@media (max-width: 640px) {
    header ul.navbar-nav ul.mega-menu-wrap {
        max-height: 100%;
    }
    .blog-news-content-box {
        min-height: auto;
    }
}


