* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "FertigoPro" !important;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

:root {
  --green: #388646;
  --light-green: #4caf50;
  --extra-light-green: #8dca98;
  --white: #fff;
  --black: #000;
  --dark-dray: #475467;
  --yellow: #d3b474;
  --dark_yellow: #b5924c;
  --gray: #96a0b5;
  --light-gray: #f6f6f6;
  --extra-light-gray: #e5ebf0;
  --light-yelow: #fff8eb;
  --Extralight-yelow: #fce4b3;
  --red: #ff0000;
  --light-black: #1b1d28;
}

.overflow_class {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.bg_gray {
  background-color: var(--light-gray);
}

.p50 {
  padding: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pt110 {
  padding-top: 110px;
}
.pt120 {
  padding-top: 120px;
}
.pt130 {
  padding-top: 130px;
}

.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 60px;
  line-height: 80px;
  color: var(--white);
}

h2 {
  font-size: 42px;
  line-height: 55px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  /* line-height: 26px; */
  font-family: "Noto Sans";
}

p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Noto Sans";
}

a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.active-page-link {
  background-color: green !important;
  color: white;
}

@font-face {
  font-family: "FertigoPro";
  src: url("../Font/FertigoPro-Italic.woff2") format("woff2"),
    url("../Font/FertigoPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FertigoPro";
  src: url("../Font/FertigoPro-Regular2.woff2") format("woff2"),
    url("../Font/FertigoPro-Regular2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* header css start */

.header_top_text a {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--white);
}

.header_logo img {
  width: 237px;
  height: 48px;
}

.header_section .navbar {
  flex-direction: column;
}

.header_logo {
  margin-bottom: 20px;
}

.header_top_text {
  background-color: var(--green);
  padding: 5px;
}

.header_section {
  padding: 20px 0 0;
}

.header_section .navbar-nav .nav-item .nav-link {
  padding: 18px 20px;
  text-align: center;
  color: var(--dark-dray);
  font-family: "Noto Sans";
  border-bottom: 4px solid transparent;
  transition: 0.5s;
}

.header_section .navbar-nav .nav-item .nav-link.active {
  color: var(--green);
}

.header-menu {
  width: 100%;
}

.header-menu .navbar-nav {
  width: 100%;
}

.header_section .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 4px solid var(--green);
  color: var(--green);
  transition: 0.5s;
}

.header_section .navbar-nav .nav-item {
  background-color: var(--white);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  flex: 1;
}

.header_section .navbar-nav .nav-item:first-child {
  border-radius: 5px 0 0 5px;
}

.header_section .navbar-nav .nav-item:last-child {
  border-radius: 0 5px 5px 0;
}

.header_section {
  position: relative;
  z-index: 99;
}
.logo_mobile {
  display: none;
}

/* header css end */

/* banner css start */

.banner_section {
  margin-top: -37px;
  position: relative;
  z-index: 9;
  overflow: visible;
}

.text-yellow {
  color: var(--yellow);
}

.slider-img {
  height: calc(100vh - 150px);
 /* height: 715px;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-text {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  flex-direction: column;
  padding: 0 30px;
}

.slider-text h1 {
  color: var(--white);
  max-width: 970px;
  margin: 0 auto;
}

.slider-three-text.slider-text h1 {
  max-width: 1070px;
}

.btn_white {
  padding: 5px 5px 5px 20px;
  background-color: var(--white);
  border-radius: 50px;
  font-family: "Noto Sans";
  color: var(--green);
  font-weight: 600;
  transition: 0.5s;
  display: inline-block;
}

.btn_white:hover {
  background-color: var(--green) !important;
  color: var(--white);
  transition: 0.5s;
}

.btn-box {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn_white:hover span {
  background-color: var(--light-green);
  transition: 0.5s;
}

.btn_white span {
  background-color: var(--green);
  padding: 7px 14px;
  color: var(--white);
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  transition: 0.5s;
}

.scroll_btn_wrap {
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0);
  z-index: 9;
}

.mouse_div {
  background-color: var(--green);
  width: 20px;
  height: 39px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mouse_div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 9px;
  background-color: var(--white);
  width: 2px;
  height: 9px;
  border-radius: 50px;
  animation: motion-blur 2s ease-in-out infinite;
}

@keyframes motion-blur {
  0% {
    top: 5px;
  }
  5% {
    top: 5px;
  }
  50% {
    top: 25px;
  }
  55% {
    top: 25px;
  }
  100% {
    top: 5px;
  }
}

.scroll_btn_wrap img {
  animation: animName 8s infinite;
}

:focus-visible {
  outline: 0;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  20% {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
  }
  40% {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
  }
  60% {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
  }
  80% {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

/* banner css end */

/* our_curses_section css start */

.our_curses_section {
  position: relative;
}

.our_curses_section::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 150px;
  height: 230px;
  background-image: url(../images/shap_img.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.our_curses_section.our_curses_inner::after {
  content: "";
  position: absolute;
  bottom: 50px;
  top: inherit;
  left: 0;
  width: 170px;
  height: 170px;
  background-image: url(../images/shap_img_2.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.curses_img .curses_rotate_img {
  animation: curses 5s infinite;
  -webkit-animation: curses 5s infinite;
}

@keyframes curses {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
  }
  50% {
    transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
  }
  75% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

.curses_inner_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.curses_text,
.curses_img {
  position: relative;
}

.contact-us-section .curses_text::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 60px;
  width: 80px;
  height: 50px;
  background-image: url(../images/Contact-us-after.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.curses_text p {
  font-size: 18px;
  line-height: 28px;
  color: var(--gray);
}

.curses_text::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 180px;
  height: 3px;
  background-color: var(--green);
}

.curses_tab_wrapper {
  margin-top: 70px;
}

.tab_wrap .nav {
  gap: 20px;
  border: 0;
}

.border_green.active {
  background-color: var(--green) !important;
  color: var(--white) !important;
}

.border_green {
  color: var(--green) !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  border: 1px solid var(--green) !important;
  padding: 10px 30px;
  border-radius: 50px !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.border_green:hover {
  background-color: var(--green) !important;
  color: var(--white) !important;
}

/* calender css */
.calender_wrapper .wrapper {
  max-width: 40px;
  margin-left: auto;
}
.calender_wrapper input {
  font-size: 0;
  width: 100%;
  border: 1px solid var(--green);
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url(../images/Calendar_img.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.calender_wrapper input:focus {
  outline: none;
}
#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--green);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  text-align: center;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}
.ui-datepicker-calendar tbody td {
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 18px;
  transition: 0.3s all;
  color: var(--black);
  font-size: 12px;
  font-family: "Noto Sans";
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: var(--green);
  color: white;
  border-radius: 50%;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 9px;
  width: 27px;
  height: 27px;
  transition: 0.3s all;
  border: 1px solid var(--dark-dray);
  border-radius: 50%;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url(../images/prev-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px;
  left: 10px;
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url(../images/next-arrow.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 50%;
  right: 10px;
}
.ui-datepicker-header a > span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}

/* Green circle for today's date */
.today-highlight a.ui-state-default {
  background-color: var(--green);
  border-radius: 50%;
  color: white;
}

/* Green circle for selected dates */
.selected-highlight a.ui-state-default {
  background-color: transparent;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-weight: bold;
}

/* calender css end */

.tab_content {
  margin-top: 50px;
}

/* .curses_slider_wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: inherit;
} */
.curses_slider_image {
  position: relative;
}

.curses_slider_image img {
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}

.curses_slider_image a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.curses_slider_image a img {
  height: 480px;
  transition: 0.5s;
}

.curses_slider_image a:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}

.curses_slider_image .day_week_box {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: var(--yellow);
  padding: 8px 20px;
  border-radius: 6px;
  color: var(--white);
}

.our_curses_section .courses_details_text h4 a{
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.courses_details_text p {
  font-size: 14px;
  line-height: 18px;
  font-family: "Noto Sans";
  margin-top: 10px;
  margin-bottom: 25px;
  height: 55px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.courses_details_text h4 a {
  color: var(--black);
  transition: 0.5s;
}

.courses_details_text h4 a:hover {
  color: var(--green);
  transition: 0.5s;
}

.courses_details_text {
  margin-top: 30px;
}

.btn_green {
  display: inline-block;
  background-color: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
  font-size: 18px;
  line-height: 26px;
  padding: 12px 20px;
  border-radius: 6px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn_green:hover {
  background-color: transparent;
  color: var(--green);
}

.curses_slider_wrapper .swiper-button-next {
  left: calc(50% + 32px);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-45%, 0);
  -ms-transform: translate(-45%, 0);
  -o-transform: translate(-45%, 0);
}

.curses_slider_wrapper .swiper-button-next::after,
.curses_slider_wrapper .swiper-button-prev::after {
  color: var(--white);
  font-size: 16px;
}

.curses_slider_wrapper .swiper-button-next:hover::after,
.curses_slider_wrapper .swiper-button-prev:hover::after {
  color: var(--green);
}

.curses_slider_wrapper .swiper-button-next:hover,
.curses_slider_wrapper .swiper-button-prev:hover {
  background-color: transparent;
}

.curses_slider_wrapper .swiper-button-next,
.curses_slider_wrapper .swiper-button-prev {
  bottom: 0;
  top: inherit;
  background-color: var(--green);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid var(--green);
}

.curses_slider_wrapper .swiper-button-prev {
  left: calc(50% - 32px);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-47%, 0);
  -ms-transform: translate(-47%, 0);
  -o-transform: translate(-47%, 0);
}

.curses_slider_wrapper .swiper {
  padding-bottom: 80px;
}

/* our_curses_section css end */

/* our_event_section css start */

.event_tab.tab_wrap .nav {
  justify-content: center;
  margin-top: 60px;
}

.gallery {
  margin: 50px auto;
}

.gallery a {
  display: block;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  outline: none;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.gallery a img {
  transform: scale(1, 1);
  transition: all 300ms ease;
}

.gallery a img:hover {
  transform: scale(1.1, 1.1);
}

.event_img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-size: cover;
  transform: scale(1, 1);
  transition: all 300ms ease;
  background-position: center;
}

.video_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: -1;
}

.event_img_box.extra-small,
.event_img_box.small {
  height: 380px;
}

.event_img_box.larg {
  height: 780px;
}

.event_img_box:hover::after {
  display: none;
}

.gallery a:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.event_img_box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff3d;
  transition: 0.5s;
}

.our_event_section {
  position: relative;
}

.our_event_section::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 160px;
  height: 160px;
  background-image: url(../images/letest_bg.png);
  background-repeat: no-repeat;
}

/* our_event_section css end */

/* testimonial_section css start */

.testimonial_slider {
  margin-top: 80px;
}

.testi_inner_wrap {
  border: 1px solid var(--green);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.testi_inner_wrap p {
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-dray);
  margin-bottom: 30px;
}

.testi_inner_wrap ul {
  display: flex;
}

.testi_inner_wrap ul li {
  margin-right: 5px;
}

.testimonial_section {
  position: relative;
  overflow-y: visible;
}

.testimonial_section::after {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 160px;
  height: 180px;
  background-image: url(../images/testimonial_bg.png);
  background-repeat: no-repeat;
}

.testimonial_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 230px;
  background-image: url(../images/testimonia_bg_2.png);
  background-repeat: no-repeat;
}

.user-profile {
  margin-top: 80px;
}

.user-profile img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
}

.user-profile h5 {
  font-family: "Noto Sans";
  font-weight: 600;
  color: var(--dark-dray);
  margin-top: 10px;
}

.user-profile h6 {
  font-family: "Noto Sans";
  font-weight: 300;
  color: var(--gray);
}

.testi_inner_wrap p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.testimonial_slider .swiper-button-prev,
.testimonial_slider .swiper-button-next {
  background-color: var(--green);
  color: var(--white);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonial_slider .swiper-button-next {
  right: 0;
}

.testimonial_slider .swiper-button-prev {
  left: 0;
}

.testimonial_slider .swiper-button-prev::after,
.testimonial_slider .swiper-button-next::after {
  font-size: 18px;
}

.testimonial_slider .swiper {
  padding: 0 17px;
}

.testimonial_slider .swiper-button-next.swiper-button-disabled,
.testimonial_slider .swiper-button-prev.swiper-button-disabled {
  background-color: var(--extra-light-green);
  opacity: 1;
}

.testimonial_slider .view_all_btn {
  margin-top: 50px;
}

/* testimonial_section css end */

/* faq_section css start */

.faq_wrapper {
  margin-top: 80px;
}

.accodian_wrapper .accordion-button {
  background-color: transparent;
  padding: 30px;
  font-size: 20px;
  line-height: 28px;
}

.accodian_wrapper .accordion-button:not(.collapsed) {
  color: var(--green);
  box-shadow: none;
}

.accodian_wrapper .accordion-button:focus {
  box-shadow: none;
  border: 0;
}

.accodian_wrapper .accordion-body {
  padding-top: 0;
}

.accodian_wrapper .accordion-button::after {
  background-image: url(../images/arrow-top.svg);
  transform: rotate(180deg);
}

.accodian_wrapper .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-top.svg);
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.accodian_wrapper .accordion-item {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 0;
  border-radius: 10px;
}

/* faq_section css end */
/* contact-us-section css start */

.contact-us-section {
  background-color: var(--light-yelow);
}

.difrent_contect .container {
  max-width: 100%;
}

.difrent_contect .contact_right_img {
  margin-right: -20px;
}

.contact_left {
  padding-bottom: 80px;
}

.contact_right_img {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.contact-us-section .curses_inner_img {
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.contact-us-section .curses_text::after {
  left: 0;
  transform: translate(0, 0);
}

.contact_form {
  margin-top: 80px;
}

.input_box textarea,
.input_box input {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--yellow);
  width: 100%;
  padding: 10px 0;
  border-radius: 0;
  padding: 30px 0 5px !important;
  height: auto !important;
}

.input_box textarea:focus,
.input_box input:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: var(--yellow);
}

.input_box {
  position: relative;
  margin-bottom: 50px;
}

.input_box label {
  font-family: "Noto Sans";
  padding: 16px 0;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
}

.input_box textarea {
  resize: none;
}

.btn_white.green_border {
  border: 1px solid var(--green);
  background-color: transparent;
}

/* contact-us-section css end */

/* footer css start */

.footer_sec {
  background-color: var(--dark_yellow);
}

.footer_main {
  padding: 100px 0;
}

.footer-logo img {
  width: 320px;
  height: 80px;
}

.footer_menu ul li {
  display: flex;
  /*align-items: center;*/
  margin-bottom: 26px;
}

.footer_menu ul li a {
  font-family: "Noto Sans";
  font-size: 20px;
  line-height: 28px;
  color: var(--white);
  margin-left: 20px;
  font-weight: 500;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.footer_menu ul li a:hover {
  color: var(--Extralight-yelow);
  transition: 0.5s;
}

.social-icon ul li a {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.social-icon ul li a:hover {
  background-color: var(--Extralight-yelow);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.social-icon ul {
  display: flex;
  gap: 20px;
}

.social-icon ul li a img {
  width: 20px;
  height: 20px;
}

.location_text {
  margin-left: 100px;
}
.footer_bottom {
  padding: 40px 0;
  border-top: 1px solid var(--white);
}

.bottom_menu ul li a {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  font-family: "Noto Sans";
  transition: 0.5s;
}

.bottom_menu ul li a:hover {
  color: var(--Extralight-yelow);
  transition: 0.5s;
}

.bottom_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bottom_menu ul li {
  padding: 0 20px;
}

.bottom_menu ul li:last-child {
  margin-right: 0;
}

.bottom-right-text p {
  color: var(--white);
  text-align: end;
  margin: 0;
}

/* footer css end */
/* second_banner css start */

.second_banner {
  padding: 170px 0;
  background-image: url(../images/common-banner.jpg);
  background-repeat: no-repeat;
  margin-top: -37px;
  background-size: cover;
}

.second_banner_txt {
  max-width: 890px;
  margin: 0 auto;
}

/* second_banner css end */
/* letest-courses_sec css start */

.letest-courses_sec {
  position: relative;
}

.letest_curses_text h3 {
  color: var(--green);
}

.letest_curses_text h4 {
  font-family: "Noto Sans";
  color: var(--dark-dray);
  margin: 10px 0;
}

.letest_curses_text p {
  font-family: "Noto Sans";
  color: var(--gray);
}

.courses_details img {
  width: 30px;
  height: 30px;
}

.courses_details h6 {
  color: var(--dark-dray);
  font-family: "FertigoPro";
  margin-top: 15px;
}

.courses_detail .letest_curses_text ul {
  margin-top: 50px;
}

.letest_curses_text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.letest_curses_text ul li {
  max-width: 225px;
}

.curses_btn_wrapper {
  margin-top: 30px;
}

.curses_btn_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.curses_btn_wrapper p {
  margin: 30px 0 0;
}

.curses_btn_wrapper p a {
  color: var(--black);
}

/*.letest_cours_main .letest_left_img{
	height: 500px;
}*/

.letest_left_img {
  position: relative;
}

.letest_left_img a,
.letest_left_img a img {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  object-position: top;
  object-fit: cover;
}

.left_right_section.bg_gray .right_inner_txt {
  padding-right: 60px;
}

.left_right_section .container {
  max-width: 1360px;
}

.letest_left_img.after_div::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -90px;
  width: 190px;
  height: 180px;
  background-image: url(../images/letest_shap_2.png);
  background-repeat: no-repeat;
  z-index: -1;
}

/* letest-courses_sec css end */

/* cures_gray_sec css start */

.cures_gray_sec {
  position: relative;
  background-color: var(--light-gray);
  z-index: 1;
}

.letest_left_img.before_div::before {
  content: "";
  position: absolute;
  bottom: -50px;
  top: inherit;
  right: -70px;
  width: 250px;
  height: 180px;
  background-image: url(../images/letest_shap_3.png);
  background-repeat: no-repeat;
  z-index: -1;
}
/* cures_gray_sec css end */

/* common_banner_section css start */

.common_banner_section {
  padding: 130px 0;
  background-color: var(--light-yelow);
  background-image: url(../images/comon_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -37px;
}

.common_banner_section .second_banner_txt h1 {
  color: var(--green);
}

/* common_banner_section css end */
/* left_right_section css start */

.left_img {
  position: relative;
  z-index: 1;
}

.left_right_section {
  overflow: hidden;
}

.left_img::before {
  position: absolute;
  content: "";
  bottom: -80px;
  left: -60px;
  width: 250px;
  height: 190px;
  background-image: url(../images/shap_img_3.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.right_inner_txt h2 {
  color: var(--dark-dray);
}

.right_inner_txt h6 {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans";
}

.left_img img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.right_inner_txt p {
  color: var(--gray);
}

.right_inner_wrapper .left_img::before {
  right: -60px;
  left: inherit;
  background-image: url(../images/shap_img_4.png);
}

.right_inner_wrapper.shape_three .left_img::before {
  right: -50px;
  left: inherit;
  bottom: -60px;
  background-image: url(../images/letest_shap_3.png);
  transform: rotate(-20deg);
}

.left_inner_wrapper.shap_two .left_img::before {
  left: -60px;
  right: inherit;
  background-image: url(../images/shap_img_5.png);
}

.left_inner_wrapper.shape_four .left_img::before {
  left: -60px;
  height: 210px;
  right: inherit;
  background-image: url(../images/shap_img_6.png);
}

.right_inner_wrapper.shap_five .left_img::before {
  right: -100px;
  bottom: -50px;
  height: 210px;
  left: inherit;
  background-image: url(../images/shap_img_7.png);
}

.video-container {
  width: 640px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(black, 0.4);
}

.video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

#circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper svg {
  width: 100px;
  height: 100px;
  fill: var(--white);
  stroke: var(--white);
  cursor: pointer;
  background-color: var(--red);
  border-radius: 50%;
  opacity: 0.9;
}

/* left_right_section css end */
/* about_provide_wrap css start */

.about_provide_wrap .provide_img{
	height: 520px;
}

.about_provide_wrap .provide_img img{
	border-radius: 10px;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.about_provide_inner {
  padding: 30px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 60px;
}

.about_provide_inner:hover {
  background-color: var(--green);
  transition: 0.5s;
  transform: translatey(-20px);
  -webkit-transform: translatey(-20px);
  -moz-transform: translatey(-20px);
  -ms-transform: translatey(-20px);
  -o-transform: translatey(-20px);
}

.about_provide_inner:hover .provided_txt h3,
.about_provide_inner:hover .provided_txt p,
.about_provide_inner:hover .provided_txt h4 {
  color: var(--white);
}

.about_provide_inner:hover .provided_img .hover_img {
  filter: brightness(6);
  -webkit-filter: brightness(6);
}

.about_provide_inner .provided_img {
  position: relative;
  display: inline-block;
}

.about_provide_inner:hover .provided_img .common_img {
  filter: inherit;
  -webkit-filter: inherit;
}

.about_provide_inner .provided_img .common_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  filter: brightness(6);
  -webkit-filter: brightness(6);
}

.provided_txt p {
  color: var(--gray);
}

.provided_txt h4 {
  font-family: "Noto Sans";
  font-weight: 700;
}

/* about_provide_wrap css end */
/* doctor_team_section css start */

.team_slider .courses_details_text {
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 700;
  margin-top: 20px;
}

.team_slider .courses_details_text h4 a {
  color: var(--dark-dray);
  font-weight: 700;
}

.team_slider .courses_details_text h6 {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
  font-weight: 400;
}

.curses_slider_wrapper.team_slider .swiper {
  padding-bottom: 110px;
}

.team_slider .curses_slider_image a img {
  width: 378px;
  height: 450px;
}

.our_curses_section.we_provide_sec::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -80px;
  width: 250px;
  height: 190px;
  background-image: url(../images/letest_shap_3.png);
  transform: rotate(-23deg);
  z-index: -1;
  -webkit-transform: rotate(-23deg);
  -moz-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  -o-transform: rotate(-23deg);
}

/* doctor_team_section css end */
/* gallery_main_sec css start */

.our_event_section.gallery_main_sec::after {
  content: "";
  position: absolute;
  top: inherit;
  bottom: 80px;
  right: -40px;
  width: 160px;
  height: 160px;
  background-image: url(../images/letest_bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.our_event_section.gallery_main_sec::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -100px;
  right: inherit;
  width: 240px;
  height: 192px;
  background-image: url(../images/shap_img_3.png);
  background-repeat: no-repeat;
}

/* gallery_main_sec css end */
/* contact_section css start */

.contact_wrapper {
  border-radius: 10px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 50px;
}

.contact_wrapper.about_provide_inner {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact_wrapper.about_provide_inner:hover {
  transform: inherit;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
}

.contact_wrapper .provided_txt h4 {
  color: var(--gray);
  font-weight: 400;
  font-family: "Noto Sans";
}

.contact_wrapper .provided_txt h4 a{
  color: inherit;
}

.contact_wrapper .provided_txt h3 {
  color: var(--dark-dray);
  font-family: "Noto Sans";
}

.contact_us_form .btn_white {
  margin: 0 auto;
  display: block;
}

.contact_us_form .contact_form {
  margin: 80px auto 0;
  max-width: 950px;
}

.contact_us_form {
  position: relative;
}

.contact_us_form::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 240px;
  height: 192px;
  background-image: url(../images/shap_img_3.png);
  background-repeat: no-repeat;
}

.contact_us_form::before {
  content: "";
  position: absolute;
  bottom: 350px;
  right: -70px;
  width: 200px;
  height: 170px;
  background-image: url(../images/shap_img_4.png);
  background-repeat: no-repeat;
  z-index: -1;
}

/* contact_section css end */

/* book_now_sec css start */

.book_input .btn_white {
  margin: 0 auto;
}

.contact_left_img img {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  object-fit: cover;
    object-position: center;
}

.contact_left_text {
  margin-top: 50px;
}

/* Custom Dropdown CSS Starts */
.custom_select_wrap select {
  display: none;
}

.custom_select_wrap .dropdown .current {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--yellow);
  padding: 10px 0;
  font-family: "Noto Sans";
  display: block;
}

.custom_select_wrap .dropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  background-color: var(--white);
  border-radius: 0 0 5px 5px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  border-top: 7px solid var(--green);
}

.custom_select_wrap .dropdown .list {
  left: unset;
  right: 0;
  width: 100%;
}

.custom_select_wrap .dropdown.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.custom_select_wrap .dropdown .option {
  padding: 15px 18px 15px 34px;
  transition: all 0.2s;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.custom_select_wrap .dropdown .option:hover {
  color: var(--green);
}

.custom_select_wrap .dropdown:after {
  height: 9px;
  width: 15px;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
}

.custom_select_wrap .dropdown.open:after {
  transform: rotate(-180deg);
}

/* Custom Dropdown CSS Ends */

.contact_left_text p {
  max-width: 500px;
  color: var(--gray);
}

.contact_left_text h2 {
  color: var(--black);
  margin: 10px 0;
}

.contact_left_text h4 {
  font-family: "Noto Sans";
  font-weight: 600;
}

.book_main_wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.contact_left_text h6 {
  background-color: var(--green);
  display: inline-block;
  color: var(--white);
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 18px;
}

/* book_now_sec css end */
/* thank_you_sec css start */

.thank_you_sec {
  position: relative;
}

.thank_you_sec::after {
  content: "";
  position: absolute;
  top: 40px;
  left: -130px;
  width: 260px;
  height: 190px;
  background-image: url(../images/letest_shap_3.png);
}

.thank_you_sec::before {
  content: "";
  position: absolute;
  bottom: 40px;
  right: -170px;
  width: 260px;
  height: 190px;
  background-image: url(../images/shap_img_6.png);
}

.thanks_main {
  max-width: 870px;
  margin: 0 auto;
}

.thanks_text h1 {
  color: var(--green);
}

.thanks_text p {
  color: var(--gray);
  margin: 30px 0;
}

.transaction_details h6 {
  color: var(--gray);
}

.transaction_details ul li span {
  color: var(--light-black);
}

.transaction_details ul {
  display: flex;
  justify-content: center;
}

.transaction_details ul li {
  padding: 0 20px;
}

.transation_border {
  border-left: 2px solid var(--gray);
  border-right: 2px solid var(--gray);
}

.transaction_details p {
  color: var(--gray);
}

.thanks_text .text_red {
  color: var(--red);
}

.transaction_details p a {
  color: var(--black);
  font-weight: 600;
}

/* thank_you_sec css end */
/* Blog css start */

.blog_main:hover .blog_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.user_img img {
  border-radius: 50% !important;
}

.user_img {
  width: 50px;
  height: 50px;
}

.blog_img img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.blog_img {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.blog_txt a {
  font-size: 26px;
  line-height: 34px;
  color: var(--black);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.blog_txt a:hover {
  transition: 0.5s;
  color: var(--green);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.blog_txt p {
  color: var(--gray);
}

.user_div {
  display: flex;
}

.user_name {
  margin-left: 15px;
}

.user_name p {
  font-size: 14px;
  line-height: 18px;
  color: var(--gray);
  font-family: "Fertigo-Pro";
}

.user_name h6 {
  font-family: "Fertigo-Pro";
}

.blog_user_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_btn a {
  font-family: "Noto Sans";
}

.blog_main {
  margin-bottom: 50px;
}

.pagination_box nav ul li .page-link {
  border: 1px solid var(--green);
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 600;
  color: var(--green);
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.pagination_box nav ul li .page-link:hover {
  background-color: var(--green);
  color: var(--white);
}

.pagination_box nav ul li .page-link.prev_btn,
.pagination_box nav ul li .page-link.next_btn {
  background-color: var(--green);
}

.pagination_box nav ul li .page-link.prev_btn img,
.pagination_box nav ul li .page-link.next_btn img {
  filter: brightness(6);
  -webkit-filter: brightness(6);
}

.pagination_box nav ul li {
  margin-right: 10px;
}

.pagination_box nav ul li:last-child {
  margin-right: 0;
}

.blog_section {
  position: relative;
}

.blog_section::after {
  content: "";
  position: absolute;
  top: 80px;
  left: -140px;
  width: 260px;
  height: 190px;
  background-image: url(../images/letest_shap_3.png);
}

.blog_section::before {
  content: "";
  position: absolute;
  bottom: 80px;
  right: -140px;
  width: 260px;
  height: 190px;
  background-image: url(../images/shap_img_6.png);
}

/* Blog css end */
/* blog_details_banner css start */

.blog_details_banner {
  padding: 190px 0 160px;
  margin-top: -37px;
  background-image: url(../images/details_banner_bg.jpg);
  background-repeat: no-repeat;
}

.blog_social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: var(--gray);
  border-radius: 50%;
  transition: 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.blog_social ul li a:hover {
  background-color: var(--green);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.comment_inner_wrap {
  padding: 30px;
}

.bg_white {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.comment_header {
  border-bottom: 1px solid var(--extra-light-gray);
}

.comment_input form .input_box textarea,
.comment_input form .input_box input {
  border-bottom: 1px solid var(--gray);
}

.recent-post-wrapper,
.search-recent-post {
  padding: 20px;
}

.check_box .form-check-input:checked {
  background-color: var(--green);
  border-color: var(--green);
}
.check_box .form-check-input:focus {
  border-color: var(--green);
  box-shadow: none;
}

.check_box .form-check label {
  color: var(--gray);
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 22px;
}

/* blog_details_banner css end */

/* details_sec css start */

.details_sec {
  position: relative;
}

.details_sec::after {
  content: "";
  position: absolute;
  top: 70px;
  left: -150px;
  width: 250px;
  height: 190px;
  background-image: url(../images/letest_shap_3.png);
  transform: rotate(-25deg);
  z-index: -1;
}

.details_sec::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 110px;
  height: 210px;
  background-image: url(../images/shap_img_6.png);
}

.blog_social ul {
  display: flex;
  gap: 15px;
}

.blog_details h3 {
  color: var(--green);
}

.blog_details p {
  color: var(--gray);
  margin: 0;
}

.details_point ul {
  padding-left: 20px;
  list-style: disc;
}

.details_point h5 {
  font-family: "Noto Sans";
  font-weight: 600;
  margin: 30px 0 20px;
}

.details_point ul li::marker {
  color: var(--gray);
}

.details_point ul li p {
  color: var(--gray);
}

.input_box_wrap input {
  font-family: "Noto Sans";
  padding: 13px 20px;
  border: 1px solid var(--gray);
  border-radius: 10px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.input_box_wrap button {
  margin-left: 10px;
}

.recent_post_text h6 {
  font-size: 14px;
  line-height: 18px;
  color: var(--gray);
}

.recent_post_text a {
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-dray);
  font-family: "Noto Sans";
  font-weight: 500;
}

.recent_post_text {
  padding-left: 20px;
  width: calc(100% - 74px);
}

.recent_post_details {
  display: flex;
  margin-bottom: 15px;
}

.recent_post_details:last-child {
  margin: 0;
}

.recent_post_img img {
  width: 74px;
  height: 74px;
  border-radius: 5px;
  object-fit: cover;
}

.recent_post_text a:hover {
  color: var(--green);
}

/* details_sec css end */
/* recent_blog_section css start */

.recent_blog_section {
  position: relative;
}

.recent_blog_section::after {
  content: "";
  position: absolute;
  top: 230px;
  left: -150px;
  width: 250px;
  height: 190px;
  background-image: url(../images/letest_shap_3.png);
  transform: rotate(-25deg);
  z-index: -1;
}

/* recent_blog_section css end */
/* courses_detail css start */

.courses_detail {
  position: relative;
}

.courses_details_wrapper .letest_curses_text h2 {
  color: var(--green);
}

.letest_curses_text .latest_tag {
  background-color: var(--yellow);
  padding: 9px 20px;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.details_point h6 {
  margin: 30px 0 20px;
}

.curses_ul {
  padding-left: 30px !important;
}

.courses_details_wrapper .details_point p {
  color: var(--gray);
}

.curses_right_txt {
  border-left: 1px solid var(--extra-light-gray);
  padding: 30px 0 100px 30px;
}

.curses_right_txt .letest_curses_text ul {
  gap: 30px;
}

/* courses_detail css end */
/* terms-policies-section css start */

.terms_tabs_wrapper .nav {
  gap: 20px;
  margin-bottom: 50px;
}

.terms_tab_text h5 {
  margin-bottom: 20px;
  font-family: "Noto Sans";
}

.terms_tab_text ul {
  padding-left: 100px;
}

.terms_tab_text ul li {
  list-style: disc;
  margin-left: 20px;
}

.terms_tab_text ul h6 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.terms_tab_text {
  margin-bottom: 50px;
}

.terms_tab_text:last-child {
  margin-bottom: 0;
}

.terms_tab_text p,
.terms_tab_text p a {
  color: var(--dark-dray);
}

.terms-policies-section {
  position: relative;
}

.terms-policies-section::after {
  content: "";
  position: absolute;
  top: 110px;
  left: -100px;
  width: 200px;
  height: 170px;
  background-size: 100%;
  background-image: url(../images/shap_img_5.png);
  z-index: -1;
}

.terms-policies-section::before {
  content: "";
  position: absolute;
  bottom: 110px;
  right: -80px;
  width: 200px;
  height: 150px;
  background-size: 100%;
  background-image: url(../images/letest_shap_3.png);
  transform: rotate(-30deg);
  z-index: -1;
}

/* terms-policies-section css end */
/* whatsapp_icon css start */

.whatsapp_icon {
  position: fixed;
  right: 50px;
  top: 85%;
  z-index: 99;
  width: 70px;
  background-color: var(--white);
  padding: 10px;
  border-radius: 50%;
}

/* whatsapp_icon css end */
.contact_wrapper h3{
  font-family: "FertigoPro" !important;
}

#topButton {
  display: inline-block;
  background-color: #388646;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 160px;
  right: 60px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
}
#topButton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  color: #fff;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}


/* responsive css start */

/* page-load_section css start */

.close_btn {
  background-color: var(--green);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}

.close_btn .btn-close {
  padding: 0;
  margin: 0;
  background-image: url(../images/close_img.svg);
  opacity: 1;
  width: 14px;
  height: 14px;
}

.loader_model .letest_curses_text h5 {
  color: var(--green);
  font-size: 24px;
}

.loader_model .modal-dialog {
  max-width: 700px;
}

.loader_model .modal-content {
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.loader_model .letest_curses_text h4 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 22px;
}

.book_now_sec {
  overflow: visible;
}

.loader_model .popup_img a img{
	height: 300px;
}

.we_provide_sec.our_curses_section .about_provide_wrap{
	margin-bottom: 0 !important;
}



/* page-load_section css end */

/* media qurie start */

@media (max-width: 1600px) {
	 .container {
	    max-width: 1400px;
	 }
	.bottom_menu ul li {
	    padding: 0 15px;
	}
	h3 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.curses_slider_image a img {
	    height: 450px;
	    transition: 0.5s;
	}
	.courses_details_text {
         margin-top: 25px;
    }
    .btn_green{
	    font-size: 17px;
	    line-height: 26px;
	    padding: 11px 18px;
    }
    .footer_menu ul li a{
	    font-size: 17px;
	    line-height: 28px;
	    margin-left: 15px;
    }
    h1 {
	    font-size: 55px;
	    line-height: 75px;
    }
    .about_provide_inner{
    	padding: 20px;
    }

}

@media (max-width: 1400px) {
	.about_provide_wrap .provide_img {
    height: 450px;
}

	.btn_green {
	    font-size: 16px;
	    line-height: 26px;
	    padding: 10px 15px;
    }
	h4 {
	    font-size: 22px;
	    line-height: 30px;
     }

	.bottom_menu ul li{
		margin-bottom: 20px;
	}

	.bottom_menu ul {
    justify-content: center;
  }

	.bottom-right-text p {
    text-align: center;
  }

  .container {
    max-width: 1200px;
  }
  .curses_slider_image a img {
    height: 350px;
  }
  .left_right_section .container {
    max-width: 1200px;
  }
  .courses_detail .curses_btn_wrapper .btn_green {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 14px;
  }
  .team_slider .curses_slider_image a img {
    height: 360px;
  }
  .team_slider .courses_details_text h4 a {
    font-size: 19px;
    line-height: 26px;
  }
  .contact_us_form::before {
    bottom: 550px;
  }
  .p50 {
    padding: 30px;
  }
  .second_banner_txt h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .testi_inner_wrap p {
    font-size: 17px;
    line-height: 26px;
  }

  .header_section .navbar-nav .nav-item .nav-link {
    /*padding: 18px 40px;*/
    font-size: 16px;
  }
  .slider-text h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .location_text {
    margin-left: 0;
  }

  .footer_menu ul li a {
    font-size: 18px;
    line-height: 26px;
  }

  .social-icon ul li a {
    width: 40px;
    height: 40px;
  }
  .event_img_box.extra-small,
  .event_img_box.small {
    height: 270px;
  }
  .event_img_box.larg {
    height: 560px;
  }

  .ptxl10 {
    padding-top: 10px;
  }
  .ptxl20 {
    padding-top: 20px;
  }
  .ptxl30 {
    padding-top: 30px;
  }
  .ptxl40 {
    padding-top: 40px;
  }
  .ptxl50 {
    padding-top: 50px;
  }
  .ptxl60 {
    padding-top: 60px;
  }
  .ptxl70 {
    padding-top: 70px;
  }
  .ptxl80 {
    padding-top: 80px;
  }
  .ptxl90 {
    padding-top: 90px;
  }
  .ptxl100 {
    padding-top: 100px;
  }
  .ptxl110 {
    padding-top: 110px;
  }
  .ptxl120 {
    padding-top: 120px;
  }
  .ptxl130 {
    padding-top: 130px;
  }

  .pbxl10 {
    padding-bottom: 10px;
  }
  .pbxl20 {
    padding-bottom: 20px;
  }
  .pbxl30 {
    padding-bottom: 30px;
  }
  .pbxl40 {
    padding-bottom: 40px;
  }
  .pbxl50 {
    padding-bottom: 50px;
  }
  .pbxl60 {
    padding-bottom: 60px;
  }
  .pbxl70 {
    padding-bottom: 70px;
  }
  .pbxl80 {
    padding-bottom: 80px;
  }
  .pbxl90 {
    padding-bottom: 90px;
  }
  .pbxl100 {
    padding-bottom: 100px;
  }
  .pbxl110 {
    padding-bottom: 110px;
  }
  .pbxl120 {
    padding-bottom: 120px;
  }
  .pbxl130 {
    padding-bottom: 130px;
  }
  .accodian_wrapper .accordion-button {
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 991px;
  }
  .left_right_section .container {
    max-width: 991px;
  }
  .search-recent-post .btn_green {
    padding: 12px 16px;
  }
  .btn_green {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
  }
  .blog_txt a {
    font-size: 22px;
    line-height: 29px;
  }
  .contact-us-section .curses_text::before {
    bottom: -50px;
    right: 0px;
    width: 70px;
  }
  .left_img::before {
    bottom: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background-size: 100%;
  }
  .right_inner_wrapper .left_img::before {
    bottom: -90px;
    right: -40px;
    background-size: 100%;
  }
  .left_inner_wrapper.shape_four .left_img::before {
    left: -30px;
    height: 130px;
  }
  .right_inner_wrapper.shap_five .left_img::before {
    right: -60px;
    bottom: -40px;
    height: 120px;
    background-size: 100%;
  }
  .event_img_box.extra-small,
  .event_img_box.small {
    height: 220px;
  }
  .event_img_box.larg {
    height: 460px;
  }
  
  .bottom_menu ul li {
    padding: 0 20px;
    margin-bottom: 20px;
    border-right: 1px solid var(--yellow);
  }
  .bottom_menu ul li:last-child {
    border: 0;
  }
  .input_box {
    margin-bottom: 30px;
  }
  .contact_left {
    padding-bottom: 50px;
  }
  .contact_form {
    margin-top: 50px;
  }
  .footer_main {
    padding: 70px 0;
  }
  .header_section .navbar-nav .nav-item .nav-link {
    padding: 15px;
    font-size: 15px;
  }
  .social-icon {
    margin-top: 30px;
  }
  .letest_curses_text ul {
    gap: 30px;
  }
  .courses_details h6 {
    font-size: 15px;
    line-height: 22px;
  }
  .curses_btn_wrapper .btn_green {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 14px;
  }

  .ptlg10 {
    padding-top: 10px;
  }
  .ptlg20 {
    padding-top: 20px;
  }
  .ptlg30 {
    padding-top: 30px;
  }
  .ptlg40 {
    padding-top: 40px;
  }
  .ptlg50 {
    padding-top: 50px;
  }
  .ptlg60 {
    padding-top: 60px;
  }
  .ptlg70 {
    padding-top: 70px;
  }
  .ptlg80 {
    padding-top: 80px;
  }
  .ptlg90 {
    padding-top: 90px;
  }
  .ptlg100 {
    padding-top: 100px;
  }
  .ptlg110 {
    padding-top: 110px;
  }
  .ptlg120 {
    padding-top: 120px;
  }
  .ptlg130 {
    padding-top: 130px;
  }

  .pblg10 {
    padding-bottom: 10px;
  }
  .pblg20 {
    padding-bottom: 20px;
  }
  .pblg30 {
    padding-bottom: 30px;
  }
  .pblg40 {
    padding-bottom: 40px;
  }
  .pblg50 {
    padding-bottom: 50px;
  }
  .pblg60 {
    padding-bottom: 60px;
  }
  .pblg70 {
    padding-bottom: 70px;
  }
  .pblg80 {
    padding-bottom: 80px;
  }
  .pblg90 {
    padding-bottom: 90px;
  }
  .pblg100 {
    padding-bottom: 100px;
  }
  .pblg110 {
    padding-bottom: 110px;
  }
  .pblg120 {
    padding-bottom: 120px;
  }
  .pblg130 {
    padding-bottom: 130px;
  }
  .slider-img {
  height: calc(100vh - 140px);
  }
}

@media (max-width: 991px) {
    .left_img img {
	  aspect-ratio: 3 / 3;
    }

	.slider-img {
	    height: calc(100vh - 110px);
	 }

  .terms-policies-section::after,
  .terms-policies-section::before,
  .contact_us_form::before,
  .details_sec::before,
  .details_sec::after,
  .recent_blog_section::after,
  .our_curses_section.we_provide_sec::before {
    display: none;
  }
  .curses_slider_image a img {
    height: 480px;
  }
  .header_section .navbar-nav .nav-item {
    flex: initial;
  }
  .header-menu {
    width: 50px;
  }
  .difrent_contect .contact_right_img {
    margin-right: 0;
    justify-content: center;
  }
  .left_right_section.bg_gray .right_inner_txt {
    padding-right: 0;
  }
  .common_banner_section {
    margin-top: 0;
    padding: 80px 0;
  }
  .terms_tab_text ul {
    padding-left: 30px;
  }
  .terms_tab_text {
    margin-bottom: 30px;
  }
  .curses_right_txt {
    border-left: 0;
    padding: 30px 0 0;
  }
  .courses_detail .letest_curses_text ul {
    margin-top: 20px;
  }
  .thank_you_sec::after {
    left: -80px;
    width: 150px;
    height: 100px;
    background-size: 100%;
  }
  .thank_you_sec::before {
    bottom: 0px;
    right: -80px;
    width: 130px;
    height: 119px;
    background-size: 100%;
    z-index: -1;
  }
  .blog_details_banner {
    padding: 100px 0;
    margin-top: 0;
  }
  .container {
    max-width: 100%;
  }
  .search-recent-post {
    margin-top: 50px;
  }
  .contact_left_text {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .contact_left_text p {
    max-width: 100%;
  }
  .our_event_section.gallery_main_sec::before {
    left: -60px;
    width: 130px;
    height: 122px;
    background-size: 100%;
  }
  .contact_us_form::after {
    left: -50px;
    width: 140px;
    height: 122px;
    background-size: 100%;
  }
  .curses_slider_image a {
    text-align: center;
  }
  .team_slider .curses_slider_image a img {
    height: auto;
    width: 100%;
  }
  .left_img {
    max-width: 470px;
    margin: 0 auto 30px;
  }
  .second_banner {
    padding: 100px 0;
    margin-top: 0;
  }
  .our_event_section.gallery_main_sec::after {
    right: -20px;
    bottom: 40px;
    width: 120px;
    height: 110px;
    background-size: 100%;
  }
  .our_curses_section.our_curses_inner::after {
    bottom: 40px;
    width: 110px;
    height: 111px;
    background-size: 100%;
  }
  .second_banner_txt h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .our_curses_section::after {
    top: 20px;
    width: 100px;
    height: 150px;
    background-size: 100%;
  }
  .our_event_section::after {
    top: 10px;
    right: 0;
    width: 100px;
    height: 110px;
    background-size: 100%;
  }
  .testimonial_section::after {
    top: -40px;
    left: -20px;
    width: 90px;
    height: 100px;
    background-size: 100%;
  }
  .testimonial_section::before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100px;
    height: 120px;
    background-size: 100%;
  }
  .faq_img {
    display: none;
  }
  .curses_slider_image a img {
    width: 100%;
  }
  .bottom_menu ul {
    justify-content: center;
  }
  .slider-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .event_img_box.extra-small,
  .event_img_box.small {
    height: 430px;
  }
  .header_section .navbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between !important;
  }
  .banner_section {
    margin-top: 0;
  }
  .header_logo {
    margin-bottom: 0;
  }
  .header_section .navbar {
    margin-top: 0;
  }
  .header_section {
    padding: 15px 20px;
  }
  .header_top .header_top_text {
    order: 2;
  }

  .header_top .header_section {
    order: 1;
  }
  .header_top {
    display: flex;
    flex-direction: column;
  }
  .header_section .navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    background-color: var(--black);
    height: 3px;
  }
  .header_section .navbar-light .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 3px;
    background-color: var(--black);
  }
  .header_section
    .navbar-light
    .navbar-toggler.collapsed
    .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--black);
  }
  .header-menu .navbar-toggler {
    z-index: 9;
    position: relative;
    border: 0;
    height: 40px;
  }
  .header_section
    .navbar-light
    .navbar-toggler.collapsed
    .navbar-toggler-icon::after {
    transform: inherit;
    background-color: var(--black);
  }
  .header_section .navbar-light .navbar-toggler .navbar-toggler-icon::after {
    transform: rotate(450deg);
    background-color: var(--white);
  }
  .header_section .navbar-light .navbar-toggler .navbar-toggler-icon {
    transform: rotate(44deg);
    background-color: var(--white);
  }
  .header_section .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
    transform: inherit;
    background-color: var(--black);
  }
  .header-menu .navbar-toggler.collapsed {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0 20px;
    display: flex;
    height: 22px;
    flex-direction: column;
    justify-content: flex-end;
  }
  .header-menu .navbar-toggler:focus {
    border: 0;
    box-shadow: none;
  }
  .header-menu .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--yellow);
    transition: 0.1s;
  }
  .header-menu .navbar-collapse .navbar-nav {
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .header_section .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 0;
  }
  .header_section .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
    border-bottom: 0;
    font-size: 22px;
    line-height: 30px;
    color: var(--white);
    font-family: "FertigoPro" !important;
  }
  .header_section .navbar-nav .nav-item {
    background-color: transparent;
    box-shadow: none;
  }
  .logo_mobile {
    display: block;
    width: 200px;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .letest_left_img.after_div::before,
  .letest_left_img.before_div::before {
    display: none;
  }
  .letest_left_img {
    text-align: center;
    margin-bottom: 30px;
  }

  .ptmd10 {
    padding-top: 10px;
  }
  .ptmd20 {
    padding-top: 20px;
  }
  .ptmd30 {
    padding-top: 30px;
  }
  .ptmd40 {
    padding-top: 40px;
  }
  .ptmd50 {
    padding-top: 50px;
  }
  .ptmd60 {
    padding-top: 60px;
  }
  .ptmd70 {
    padding-top: 70px;
  }
  .ptmd80 {
    padding-top: 80px;
  }
  .ptmd90 {
    padding-top: 90px;
  }
  .ptmd100 {
    padding-top: 100px;
  }
  .ptmd110 {
    padding-top: 110px;
  }
  .ptmd120 {
    padding-top: 120px;
  }
  .ptmd130 {
    padding-top: 130px;
  }

  .pbmd10 {
    padding-bottom: 10px;
  }
  .pbmd20 {
    padding-bottom: 20px;
  }
  .pbmd30 {
    padding-bottom: 30px;
  }
  .pbmd40 {
    padding-bottom: 40px;
  }
  .pbmd50 {
    padding-bottom: 50px;
  }
  .pbmd60 {
    padding-bottom: 60px;
  }
  .pbmd70 {
    padding-bottom: 70px;
  }
  .pbmd80 {
    padding-bottom: 80px;
  }
  .pbmd90 {
    padding-bottom: 90px;
  }
  .pbmd100 {
    padding-bottom: 100px;
  }
  .pbmd110 {
    padding-bottom: 110px;
  }
  .pbmd120 {
    padding-bottom: 120px;
  }
  .pbmd130 {
    padding-bottom: 130px;
  }

  .mtmd10 {
    margin-top: 10px;
  }
  .mtmd20 {
    margin-top: 20px;
  }
  .mtmd30 {
    margin-top: 30px;
  }
  .mtmd40 {
    margin-top: 40px;
  }
  .mtmd50 {
    margin-top: 50px;
  }
  .mtmd60 {
    margin-top: 60px;
  }
  .mtmd70 {
    margin-top: 70px;
  }
  .mtmd80 {
    margin-top: 80px;
  }
  .mtmd90 {
    margin-top: 90px;
  }
  .mtmd100 {
    margin-top: 100px;
  }

  .mtmd10 {
    margin-bottom: 10px;
  }
  .mtmd20 {
    margin-bottom: 20px;
  }
  .mtmd30 {
    margin-bottom: 30px;
  }
  .mtmd40 {
    margin-bottom: 40px;
  }
  .mtmd50 {
    margin-bottom: 50px;
  }
  .mtmd60 {
    margin-bottom: 60px;
  }
  .mtmd70 {
    margin-bottom: 70px;
  }
  .mtmd80 {
    margin-bottom: 80px;
  }
  .mtmd90 {
    margin-bottom: 90px;
  }
  .mtmd100 {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
	.about_provide_wrap .provide_img {
    height: 400px;
    }

	.loader_model .modal-dialog{
		max-width: calc(100% - 20px);
	}

   .loader_model .letest_curses_text ul{
		margin: 0;
	}
  .footer_menu {
    margin-top: 30px;
  }
  .curses_slider_image a img {
    height: 340px;
  }
  .slider-img {
    height: 350px;
  }
  .scroll_btn_wrap {
    display: none;
  }
  .terms_tabs_wrapper .nav {
    flex-wrap: nowrap;
    overflow: auto;
    gap: 10px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    justify-content: flex-start !important;
  }
  .terms_tabs_wrapper .border_green {
    white-space: nowrap;
  }
  h3 {
    font-size: 28px;
    line-height: 37px;
  }
  h2 {
    font-size: 36px;
    line-height: 51px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer_main {
    padding: 50px 0;
  }
  .social-icon ul {
    justify-content: center;
  }
  .social-icon {
    margin-top: 20px;
  }
  .event_img_box.extra-small,
  .event_img_box.small {
    height: 330px;
  }
  .about_provide_inner:hover {
    transform: inherit;
  }
  .about_provide_inner {
    margin-bottom: 30px;
    text-align: center;
  }

  .ptsm10 {
    padding-top: 10px;
  }
  .ptsm20 {
    padding-top: 20px;
  }
  .ptsm30 {
    padding-top: 30px;
  }
  .ptsm40 {
    padding-top: 40px;
  }
  .ptsm50 {
    padding-top: 50px;
  }
  .ptsm60 {
    padding-top: 60px;
  }
  .ptsm70 {
    padding-top: 70px;
  }
  .ptsm80 {
    padding-top: 80px;
  }
  .ptsm90 {
    padding-top: 90px;
  }
  .ptsm100 {
    padding-top: 100px;
  }
  .ptsm110 {
    padding-top: 110px;
  }
  .ptsm120 {
    padding-top: 120px;
  }
  .ptsm130 {
    padding-top: 130px;
  }

  .pbsm10 {
    padding-bottom: 10px;
  }
  .pbsm20 {
    padding-bottom: 20px;
  }
  .pbsm30 {
    padding-bottom: 30px;
  }
  .pbsm40 {
    padding-bottom: 40px;
  }
  .pbsm50 {
    padding-bottom: 50px;
  }
  .pbsm60 {
    padding-bottom: 60px;
  }
  .pbsm70 {
    padding-bottom: 70px;
  }
  .pbsm80 {
    padding-bottom: 80px;
  }
  .pbsm90 {
    padding-bottom: 90px;
  }
  .pbsm100 {
    padding-bottom: 100px;
  }
  .pbsm110 {
    padding-bottom: 110px;
  }
  .pbsm120 {
    padding-bottom: 120px;
  }
  .pbsm130 {
    padding-bottom: 130px;
  }
  .gallery a {
    width: 100%;
  }
  .event_img_box {
    height: 300px;
  }
  .letest_curses_text ul{
    margin: 30px 0;
  }
  .bottom_menu {
    margin-top: 25px;
  }
  .footer_bottom {
    border-top: 1px solid #ffffff53;
  }
  .footer_menu ul li{
    align-items: flex-start;
  }
  .letest_cours_main .letest_left_img{
    margin-bottom: 10px;
  }
  .letest_cours_main .curses_btn_wrapper{
    margin-top: 10px;
  }
  .details_point h5{
    margin: 15px 0 20px;
  }
  .details_point h6 {
    margin: 15px 0 20px;
}
.gallery .row .col-md-6{
	width: 50%;
}
.gallery .row .col-md-6:nth-child(3n + 3){
	width: 100%;
}
}

@media (max-width: 575px) {
  .footer_bottom {
    padding: 30px 0;
  }
  .transaction_details ul {
    flex-direction: column;
  }
  .transaction_details ul li {
    padding: 0;
  }
  .transation_border {
    border-left: 0;
    border-right: 0;
  }
  .thanks_text h1 {
    font-size: 44px;
    line-height: 60px;
  }
  .contact_wrapper {
    padding: 30px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .details_point h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .contact_wrapper .provided_txt h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .contact_wrapper .provided_txt h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .border_green {
    font-size: 16px;
    line-height: 24px;
    padding: 7px 25px;
  }
  .tab_wrap .nav {
    gap: 10px;
  }
  .curses_img {
    text-align: center;
  }
  .contact-us-section .curses_inner_img {
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .curses_text {
    text-align: center;
  }
  .contact_form {
    margin-top: 80px;
  }

  .contact-us-section .curses_text::after {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  .event_img_box.small {
    height: 230px;
  }
  .event_img_box.extra-small {
    height: 230px;
  }
  .accodian_wrapper .accordion-button {
    font-size: 18px;
    line-height: 25px;
  }
  .accodian_wrapper .accordion-item {
    margin-bottom: 20px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer_menu {
    margin-top: 0;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_menu ul li a {
    font-size: 16px;
    line-height: 23px;
  }
  .contact-us-section .curses_text::before {
    bottom: -80px;
    right: 80px;
    width: 60px;
    height: 40px;
    transform: rotate(29deg);
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .contact_wrapper .provided_txt h4{
    margin-top: 10px;
  }
}

@media (max-width: 480px) {

  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .curses_slider_image a img {
   height: 440px;
  }
  .curses_img .curses_rotate_img {
    width: 66px;
  }
  .curses_img .curses_inner_img {
    width: 18px;
  }
  .courses_details_text {
    margin-top: 30px;
    text-align: center;
  }
  .courses_details_text p {
    margin-bottom: 30px;
  }
  .curses_slider_wrapper .swiper-button-next,
  .curses_slider_wrapper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .curses_slider_wrapper .swiper-button-next {
    right: 0px;
    transform: inherit;
    top: 230px !important;
    bottom: inherit !important;
    left: inherit;
  }
  .curses_slider_wrapper .swiper-button-prev {
    left: 0px;
    transform: inherit;
    top: 230px !important;
    bottom: inherit !important;
    right: inherit;
  }
  .curses_text p {
    font-size: 14px;
    line-height: 21px;
    padding: 0 15px;
  }
  .border_green {
    font-size: 13px;
    line-height: 20px;
    padding: 7px 15px;
  }
  .gallery {
    margin: 20px auto 10px;
  }
  .close_btn {
    width: 28px;
    height: 27px;
  }
  .our_curses_section::after {
    width: 60px;
    height: 90px;
  }
  .curses_text::after {
    bottom: -14px;
    width: 110px;
  }
  .curses_tab_wrapper {
    margin-top: 50px;
  }
  .tab_content {
    margin-top: 20px;
  }
  .our_event_section::after {
    width: 80px;
    right: -40px;
    height: 80px;
  }
  .event_tab.tab_wrap .nav {
    justify-content: start;
    margin-top: 40px;
  }
  .testimonial_section::before {
    right: -40px;
    width: 90px;
    height: 110px;
  }
  .testimonial_slider .view_all_btn {
    margin-top: 30px;
  }
  .input_box {
    margin-bottom: 10px;
  }
  .contact_form form {
    padding: 0 20px;
  }
  .curses_btn_wrapper ul {
    gap: 5px;
  }
  .our_curses_section.our_curses_inner::after {
    width: 80px;
    height: 81px;
    left: -30px;
  }
  .doctor_team_section .curses_slider_wrapper .swiper-button-next {
    left: calc(50% + 32px);
    transform: translate(-50%, 0);
    top: inherit !important;
    bottom: 0 !important;
  }
  .doctor_team_section .curses_slider_wrapper.team_slider .swiper {
    padding-bottom: 50px;
  }
  .doctor_team_section .curses_slider_wrapper .swiper-button-prev {
    left: calc(50% - 32px);
    top: inherit !important;
    bottom: 0 !important;
    transform: translate(-50%, 0);
  }
  .contact_us_form .btn_white {
    margin: 40px auto 0;
  }
  .book_online_btn {
    margin-top: 30px;
  }
  .close_btn .btn-close {
    width: 10px;
    height: 11px;
  }
  .popup_img.curses_slider_image .day_week_box {
    right: 15px;
    top: 15px;
    padding: 5px 12px;
  }
  .popup_img.curses_slider_image .day_week_box h6 {
    font-size: 14px;
    line-height: 21px;
  }
  .loader_model .modal-content {
    padding: 15px;
  }
  .terms_tab_text p,
  .terms_tab_text p a {
    font-size: 12px;
    line-height: 17px;
  }
  .terms_tab_text h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .terms_tab_text ul h6 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .courses_detail .curses_btn_wrapper .btn_green {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 12px;
  }
  .curses_btn_wrapper p {
    margin: 15px 0 0;
  }
  .thankyou_gif img {
    width: 100px;
    height: 100px;
  }
  .comment_inner_wrap {
    padding: 20px;
  }
  h3 {
    font-size: 22px;
    line-height: 31px;
  }
  .check_box .form-check label {
    font-size: 14px;
    line-height: 20px;
  }
  .btn_green {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
  }
  .second_banner_txt h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .common_banner_section {
    padding: 80px 20px;
  }
  .right_inner_txt h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .left_right_section .right_inner_txt {
    text-align: center;
  }
  .left_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .left_img {
    height: 280px;
  }
  .video-container {
    height: 100%;
  }
  .testimonial_slider .testi_inner_wrap ul{
    justify-content: flex-start;
  }
  .testi_inner_wrap ul {
    display: flex;
    justify-content: center;
  }
  .right_inner_txt h6 {
    font-size: 14px;
    text-align: center;
  }
  .header_logo img {
    width: 190px;
  }
  .video-wrapper video {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  /*.curses_text p {
    font-size: 16px;
    line-height: 25px;
    color: var(--gray);
  }*/
  .user-profile {
    margin-top: 50px;
  }
  h5 {
    font-size: 18px;
    line-height: 25px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .slider-text h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .btn_white {
    font-size: 12px;
    padding: 5px 5px 5px 15px;
  }

  .curses_text h2 {
    margin-bottom: 10px;
  }

  .courses_details h6 {
    font-size: 12px;
    line-height: 17px;
  }
  .letest_curses_text ul {
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .curses_btn_wrapper .btn_green {
    font-size: 10px;
    line-height: normal;
    padding: 10px;
  }
  /*  .letest_curses_text h4 {
    font-size: 20px;
    line-height: 28px;
  }*/
  .loader_model .letest_curses_text h4 {
    font-size: 12px;
    line-height: 18px;
  }
  .curses_slider_wrapper .swiper {
    padding: 0 12px 0;
  }
  .play-button-wrapper svg {
    width: 60px;
    height: 60px;
  }
  .whatsapp_icon {
    right: 10px;
    top: 87%;
    width: 50px;
  }
  .testimonial_slider {
    margin-top: 60px;
  }
  .faq_wrapper {
    margin-top: 50px;
  }
  .accodian_wrapper .accordion-button {
    padding: 20px;
    font-size: 16px;
  }
  .accodian_wrapper .accordion-button::after {
    background-size: 15px;
  }
  .btn_white span {
    padding: 7px 12px;
  }
  .contact_form .btn_white {
    margin: 30px auto 0;
    display: block;
  }
  .footer_menu ul li a{
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer_menu ul li img{
    width: 20px;
  }
  .event_img_box.small {
    height: 190px;
  }
  .second_banner{
    margin-top: -34px !important;
    padding: 140px 15px !important;
  }
  .curses_tab_wrapper .curses_row{
    margin: 0;
  }
  .curses_tab_wrapper .curses_left_col{
    width: calc(100% - 40px);
    padding-right: 6px;
    padding-left: 12px;
  }
  .curses_tab_wrapper .curses_right_col{
    width: 40px;
    padding: 0
  }
  #ui-datepicker-div{
    right: 15px;
    left: 100px !important;
  }
  .ui-datepicker-calendar thead th{
    font-size: 12px;
  }
  .ui-datepicker-calendar tbody td a{
    font-size: 11px;
  }
  .ui-datepicker-calendar tbody td {
    width: 28px;
    height: 28px;
  }
  #ui-datepicker-div .ui-datepicker-calendar{
    width: 100%;
  }
  .testi_inner_wrap ul li img{
    height: 18px;
  }
  .about_provide_wrap{
    margin-top: 60px;
  }
  .contact_right_img{
    max-width: 390px;
    margin: 0 auto;
  }
  .contact_page_contact_us_form.contact_us_form .contact_form{
    margin-top: 40px;
  }
  .contact_page_contact_us_form .input_box .btn_white{
    margin-top: 20px;
  }
  .banner_section .btn-box{
   margin-top: 15px;
  }
  .testimonial_slider .swiper {
    padding: 0 10px;
  }
  .testimonial_slider .swiper-button-prev,
  .testimonial_slider .swiper-button-next{
    width: 32px;
    height: 32px;
  }
  .testimonial_slider .swiper-button-prev::after, .testimonial_slider .swiper-button-next::after {
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .testimonial_slider .swiper-button-prev::after{
    left: 48%;
  }
  .testimonial_slider .swiper-button-next::after{
    left: 54%;
  }
  .curses_slider_image.popup_img img{
    height: 250px;
  }
  .user-profile img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .testi_inner_wrap p{
    margin-bottom: 20px;
  }
  #topButton {
    width: 40px;
    height: 40px;
    bottom: 130px;
    right: 13px;
    border-width: 3px;
}
  #topButton::after {
    font-size: 16px;
  }
}

@media (max-width: 400px){
	.about_provide_wrap .provide_img {
    height: 350px;
}


  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .curses_tab_wrapper .border_green {
    font-size: 12px;
    line-height: normal;
    padding: 6px 12px;
  }
  .curses_slider_image a img {
    height: 350px;
  }
  .curses_slider_wrapper .swiper-button-prev{
    top: 180px !important;
  }
    .curses_slider_wrapper .swiper-button-next{
    top: 180px !important;
  }
}

@media (max-width: 380px) {
  .close_btn {
    width: 40px;
    height: 30px;
  }
  .slider-text h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .custom_select_wrap .dropdown .option {
    font-size: 16px;
  }
  .event_img_box.extra-small {
    height: 170px;
  }
  .event_img_box.larg {
    height: 340px;
  }
  .calender_wrapper input {
    height: 30px;
    background-size: 15px;
  }
  .calender_wrapper .wrapper {
    max-width: 30px;
  }
    .footer_menu ul li a{
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .curses_tab_wrapper .border_green {
    font-size: 10px;
    padding: 6px 11px;
  }
.event_img_box.small {
    height: 150px;
}

}
