/* General Style Start */
div:where(.swal2-container) div:where(.swal2-popup) {
  font-size: 2rem;
}
@font-face {
  font-family: eucilid_medium;
  src: url(../fonts/eucilid/EuclidCircularBMedium.ttf);
}

@font-face {
  font-family: eucilid_bold;
  src: url(../fonts/eucilid/EuclidCircularBBold.ttf);
}

@font-face {
  font-family: eucilid_regular;
  src: url(../fonts/eucilid/EuclidCircularBRegular.ttf);
}

body {
  background-color: #ffffff;
}

.row {
  margin: 0px !important;
}

* {
  font-family: "DM Sans", sans-serif;
}

.mh10p0 {
  min-height: 10px;
  padding: 0px;
}

.mh10p5 {
  min-height: 10px;
  padding: 5px;
}

.mh10p10 {
  min-height: 10px;
  padding: 10px;
}

.mh10p15 {
  min-height: 10px;
  padding: 15px;
}

.mh10p20 {
  min-height: 10px;
  padding: 20px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

html {
  zoom: 85%;
}

/* General Style End */

/* Menu Start */

.menu_line_outer {
  min-height: 20px;
  background-color: #fff;
  padding: 0px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(25px);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.menu_line_inner {
  min-height: 20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_lr_box {
  width: 270px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  gap: 10px;
}

.menu_lr_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60%;
  float: left;
}

.menu_lr_box:last-child {
  justify-content: flex-end;
}

.menu_lr_box_btn {
  min-width: 10px;
  height: 35px;
  background-color: #fe7e41;
  float: left;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
}

.menu_lr_box_btn2 {
  min-width: 10px;
  height: 35px;
  border: 1px solid #fe7e41;
  float: left;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fe7e41;
  font-size: 13px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
}

.menu_lr_box_search_btn {
  width: 35px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #fe7e41;
  cursor: pointer;
  position: relative;
}

.menu_lr_box_search_btn_dropdown {
  width: 340px;
  min-height: 50px;
  background-color: #fff;
  position: absolute;
  top: 35px;
  right: 0px;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 15px;
  display: none;
}

.menu_lr_box_user_icon_outer {
  width: 35px;
  height: 35px;
  background-color: red;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.menu_lr_box_user_icon_right {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fe7e41;
}

.menu_lr_box_user_icon_outer:hover .menu_lr_box_user_icon_dropdown {
  display: block;
}

.menu_lr_box_user_icon_dropdown {
  width: 250px;
  min-height: 50px;
  background-color: #fff;
  position: absolute;
  top: 35px;
  right: 0px;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 15px;
  display: none;
}

.menu_center_box:hover .menu_center_box_dropdown {
  display: block;
}

.menu_center_box_active:hover .menu_center_box_dropdown {
  display: block;
}

.menu_center_box_dropdown {
  width: 220px;
  min-height: 50px;
  background-color: #fff;
  position: absolute;
  top: 90px;
  right: 0px;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 15px;
  padding-bottom: 0px;
  display: none;
}

.user_dropdown_line_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 5px;
}

.user_dropdown_line_icon {
  width: 25px;
  height: 25px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_dropdown_line_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.user_dropdown_line_text {
  flex: 1;
  min-height: 10px;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.notification_dropdown_line {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.notification_dropdown_line_icon {
  width: 25px;
  height: 25px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  font-size: 18px;
  color: #cccccc;
}

.notification_dropdown_line_text {
  flex: 1;
  min-height: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.notification_dropdown_line_text a {
  color: #fe7e41;
}

.menu_lr_box_search_btn:hover .menu_lr_box_search_btn_dropdown {
  display: block;
}

.menu_center_boxes_outer {
  flex: 1;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: Center;
  gap: 30px;
}

.menu_center_box {
  min-width: 10px;
  height: 90px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #464646;
  padding-top: 2px;
  cursor: pointer;
  letter-spacing: 0.2px;
  position: relative;
}

.menu_center_box_active {
  min-width: 10px;
  height: 90px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  padding-top: 2px;
  cursor: pointer;
  letter-spacing: 0.2px;
  color: #fe7e41;
  border-bottom: 3px solid #fe7e41;
  position: relative;
}

.menu_center_box_active i {
  color: #fe7e41;
  margin-left: 5px;
  font-size: 12px;
}

.menu_center_box i {
  color: #fe7e41;
  margin-left: 5px;
  font-size: 12px;
}

.menu_line_bg {
  height: 90px;
  padding: 0px;
}

.menu_lr_box_mobile {
  width: 35px;
  height: 35px;
  background-color: #fe7e41;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .menu_center_boxes_outer {
    display: none;
  }

  .menu_lr_box {
    flex: 1;
  }

  .menu_lr_box .menu_lr_box_search_btn {
    display: none;
  }

  .menu_lr_box .menu_lr_box_btn2 {
    display: none;
  }

  .menu_lr_box .menu_lr_box_btn {
    display: none;
  }

  .menu_lr_box_mobile {
    display: flex;
  }
}

/* Menu End */

/* Slider Start */

.slider_outer {
  min-height: 20px;
  position: relative;
  padding: 0px;
}

.slider_bottom_bar {
  min-height: 10px;
  padding: 0px;
  position: relative;
  z-index: 3;
}
.slider_bottom_bar1 {
  margin-top: -145px;
}

.slider_bottom_bar img {
  width: 100%;
  height: auto;
  float: left;
}

.slider_bottom_bar_bottom {
  width: 100%;
  height: 140px;
  padding: 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 30%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  z-index: 3;
  margin-top: -75px;
}

.slider_contents_outer {
  min-height: 80px;
  padding: 0px;
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
  padding-top: 50px;
}

.slider_contents_image_outer {
  float: right;
  padding: 0px;
}

.slider_contents_image_outer img {
  width: 100%;
  float: left;
}

.slider_contents_text_outer {
  min-height: 20px;
  padding: 0px;
  padding-right: 40px;
}

.slider_contents_text_outer h1 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fe7e41;
  margin: 0px;
  margin-bottom: 15px;
  float: left;
}

.slider_contents_text_outer h2 {
  width: 100%;
  font-size: 47px;
  font-weight: 700;
  color: #201e1e;
  margin: 0px;
  line-height: 57px;
  margin-bottom: 15px;
  float: left;
}

.slider_contents_text_outer h3 {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #737373;
  margin: 0px;
  line-height: 21px;
  float: left;
}

.slider_contents_text_btn {
  min-width: 10px;
  height: 45px;
  background-color: #fe7e41;
  padding: 0px 25px;
  border-radius: 25px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-top: 2px;
  margin-top: 25px;
  cursor: pointer;
  margin-bottom: 25px;
}

.slider_dots_outer {
  width: 100%;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.slider_dot {
  width: 11px;
  height: 11px;
  background-color: #fe7e41;
  border-radius: 25px;
  opacity: 0.45;
  cursor: pointer;
}

.slider_dot_active {
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .slider_contents_image_outer {
    margin-bottom: 30px;
  }

  .slider_contents_text_outer {
    margin-bottom: 30px;
  }

  .slider_bottom_bar_bottom {
    height: 30px;
    margin-top: -10px;
  }
}

/* Slider End */

/* Footer Start */

.footer_outer {
  min-height: 30px;
  padding: 0px;
}

.footer_inner {
  min-height: 30px;
  padding: 40px 0px;
}

.footer_bottom_line_outer {
  min-height: 10px;
  padding: 0px;
}

.footer_bottom_line_inner {
  min-height: 10px;
  padding: 10px 0px;
}

.footer_bottom_line_buttons {
  min-width: 10px;
  min-height: 10px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer_bottom_line_button {
  min-width: 10px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  color: #737373;
  cursor: pointer;
  transition: all 0.2s ease;
}

.footer_bottom_line_button:hover {
  color: #333;
}

.footer_bottom_line_text {
  min-width: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  color: #737373;
  float: left;
}

.footer_logo_outer {
  width: 100%;
  height: 50px;
  float: left;
  margin-bottom: 40px;
}

.footer_logo_outer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.footer_logo_bottom_contents {
  width: 100%;
  min-height: 20px;
  float: left;
}

.footer_bottom_contents_text {
  width: 100%;
  min-height: 10px;
  float: left;
}

.footer_bottom_contents_text h1 {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #dd5d1f;
  float: left;
  margin: 0px;
  margin-bottom: 7px;
}

.footer_bottom_contents_text h2 {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #201e1e;
  float: left;
  margin: 0px;
}

.footer_menus_title {
  width: 100%;
  min-height: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #201e1e;
  float: left;
  margin-bottom: 15px;
}

.footer_menu_line {
  width: 100%;
  min-height: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #201e1e;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

.footer_social_boxes {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.footer_social_box {
  flex: 1;
  min-height: 10px;
  background-color: #f5f5f5;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fe7e41;
  font-size: 18px;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  padding-right: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.footer_social_box:hover {
  color: #fff;
  background-color: #fe7e41;
}

.footer_social_box:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.footer_social_box i {
  position: absolute;
}

.footer_social_boxes_bottom {
  width: 100%;
  min-height: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #201e1e;
  float: left;
  margin-bottom: 5px;
  opacity: 0.9;
}

@media only screen and (max-width: 600px) {
  .footer_bottom_contents_text {
    margin-bottom: 15px;
  }

  .footer_social_boxes {
    width: 55%;
  }

  .footer_bottom_line_text {
    width: 100%;
  }

  .footer_bottom_line_buttons {
    width: 100%;
    margin-top: 15px;
    flex-wrap: wrap;
  }
}

.footer_top_gradiend_outer {
  width: 100%;
  height: 100px;
  float: left;
  background: rgb(255, 164, 121);
  background: linear-gradient(
    0deg,
    rgba(255, 164, 121, 0.24413515406162467) 0%,
    rgba(255, 164, 121, 0) 100%
  );
}

/* Footer End */

/* Text Page Start */

.text_page_outer {
  min-height: 10px;
  padding: 0px;
}

.text_page_inner {
  min-height: 60vh;
  padding: 0px;
  padding-top: 60px;
}

.text_page_inner p {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #737373;
}

.text_page_inner h1 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin: 0px;
  margin-bottom: 35px;
  text-align: center;
}

/* Text Page End */

/* About Us Start */

.about_us_outer {
  min-height: 10px;
  padding: 0px;
  position: relative;
  z-index: 7;
  margin-top: -150px;
}

.about_us_inner {
  min-height: 70vh;
  padding: 0px;
}

.about_us_top_gradiend {
  width: 100%;
  height: 300px;
  background: rgb(255, 164, 121);
  background: linear-gradient(
    180deg,
    rgba(255, 164, 121, 0.37298669467787116) 0%,
    rgba(255, 164, 121, 0) 85%
  );
  position: relative;
  z-index: 5;
  margin-top: -90px;
  float: left;
}

.about_us_title {
  width: 100%;
  min-height: 10px;
  float: left;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.about_us_icon_outer {
  width: 100%;
  height: 180px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.about_us_icon_outer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.about_us_line_contents_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.about_us_line_content_icon {
  width: 100%;
  height: 60px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.about_us_line_content_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.about_us_line_content_text {
  width: 100%;
  min-height: 10px;
  float: left;
}

.about_us_line_content_text h1 {
  width: 100%;
  float: left;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin: 0px;
  margin-bottom: 5px;
}

.about_us_line_content_text h2 {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #fe7e41;
  text-align: center;
  margin: 0px;
}

.about_us_line_texts {
  width: 100%;
  min-height: 10px;
  float: left;
}

.about_us_line_texts p {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #737373;
  text-align: center;
}

.about_us_line_texts h1 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.about_us_line_image_contents_outer {
  width: 100%;
  min-height: 10px;
  float: left;
}

.about_us_line_image_contents_line {
  width: 100%;
  min-height: 10px;
  float: left;
  margin: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us_line_image_contents_line_image {
  min-height: 10px;
  padding: 20px;
}

.about_us_line_image_contents_line_image img {
  width: 100%;
}

.about_us_line_image_contents_line_texts {
  min-height: 10px;
  padding: 20px;
}

.about_us_line_image_contents_line_texts p {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #737373;
}

.about_us_line_image_contents_line_texts h1 {
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  margin: 0px;
  margin-bottom: 20px;
}

.about_us_line_image_contents_outer
  .about_us_line_image_contents_line:nth-child(even) {
  flex-direction: row-reverse;
}

.about_us_box_content_outer {
  width: 80%;
  min-height: 190px;
  border-radius: 13px;
  border: 3px solid #fe7e41;
  padding: 10px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about_us_box_content_icon {
  width: 100%;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us_box_content_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.about_us_box_content_text {
  width: 100%;
  min-height: 10px;
  float: left;
}

.about_us_box_content_text h1 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  margin: 0px;
  margin-bottom: 2px;
  text-align: center;
}

.about_us_box_content_text p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.about_us_users_outer {
  min-height: 10px;
  padding: 0px;
}

.about_us_user_image {
  width: 50%;
  height: auto;
  float: left;
  background-color: #dadada;
  position: relative;
  border-radius: 50%;
  margin: 0px 25%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about_us_user_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_us_user_image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.about_us_user_texts {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 10px;
}

.about_us_user_texts h1 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0px;
  margin-bottom: 3px;
  text-align: center;
}

.about_us_user_texts p {
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  text-align: center;
  margin: 0px;
}

@media only screen and (max-width: 600px) {
  .about_us_line_image_contents_line {
    display: block;
  }
}

/* About Us End */

/* Contact Page Start */

.contact_page_outer {
  min-height: 20px;
  padding: 0px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.contact_page_inner {
  min-height: 70vh;
  padding: 0px;
  padding-top: 30px;
}

.contact_page_title_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  position: relative;
}

.contact_page_title_outer h1 {
  width: 100%;
  font-size: 37px;
  font-weight: 600;
  color: #000;
  float: left;
  margin: 0px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}

.contact_page_title_outer p {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: #848484;
  float: left;
  margin: 0px;
  text-align: center;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 9;
}

.contact_page_title_icon {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 110px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_page_title_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.contact_input_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.contact_input_outer .icon {
  position: absolute;
  left: 20px;
}

.contact_input_outer input::placeholder{
  color: #b5b5b5;
}
.timer{
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #929292;
  margin: 10px 0;
}
.contact_input_outer input {
  width: 100%;
  height: 55px;
  float: left;
  border-radius: 25px;
  padding: 0px 15px;
  padding-top: 1px;
  color: #333;
  border: 1px solid #ededed;
  font-size: 16px;
  outline: 0px !important;
}

.contact_input_outer select {
  width: 100%;
  height: 45px;
  float: left;
  border-radius: 25px;
  padding: 0px 15px;
  padding-top: 1px;
  color: #333;
  border: 1px solid #ededed;
  font-size: 13px;
  outline: 0px !important;
  font-weight: 600;
}

.contact_input_outer textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 145px;
  float: left;
  border-radius: 25px;
  padding: 15px;
  color: #333;
  border: 1px solid #dadada;
  font-size: 13px;
  outline: 0px !important;
}

.contact_input_outer button {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 0px !important;
  outline: 0px !important;
  background-color: #fe7e41;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.contact_contents_lines {
  width: 100%;
  min-height: 20px;
  float: left;
  margin-top: 20px;
}

.contact_contents_line {
  width: 100%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  margin-bottom: 10px;
}

.contact_contents_line_icon {
  width: 30px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  font-size: 15px;
  color: #fe7e41;
}

.contact_contents_line_text {
  flex: 1;
  min-height: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #a83903;
}

.contact_map {
  width: 100%;
  height: 330px;
  float: left;
  margin: 0px;
  border: 0px;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.contact_map_icon {
  width: 35px;
  height: 20px;
  position: absolute;
  top: -28px;
  right: 20%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.contact_map_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.contact_map_right_icon {
  width: 80px;
  height: 100px;
  position: absolute;
  bottom: 30%;
  right: -15%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.contact_map_right_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.contact_logo_outer {
  width: 100%;
  height: 70px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  position: relative;
  margin-top: 45px;
}

.contact_logo_outer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.contact_logo_icon {
  width: 60px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}

.contact_logo_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.contact_page_bottom_line {
  width: 100%;
  min-height: 20px;
  float: left;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  margin-top: -150px;
}

.contact_page_bottom_line img {
  width: 100%;
  height: auto;
  float: left;
}

.contact_form_left_icon {
  width: 60px;
  height: 20px;
  position: absolute;
  left: -60px;
  bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
}

.contact_form_left_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.contact_form_left_icon2 {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -90px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
}

.contact_form_left_icon2 img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 600px) {
  .contact_form_left_icon {
    display: none;
  }

  .contact_map_icon {
    display: none;
  }

  .contact_map_right_icon {
    display: none;
  }

  .contact_page_bottom_line {
    margin-top: 0px;
  }

  .contact_logo_outer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Contact Page End */

/* İndex Start */

.index_top_contents_outer {
  min-height: 20px;
  padding: 0px;
  position: relative;
  z-index: 9;
  margin-top: -90px;
}

.index_top_contents_inner {
  min-height: 20px;
}

.index_top_contents_box {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.index_top_contents_box_icon {
  width: 35px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_top_contents_box_icon img {
  width: auto;
  height: auto;
  max-width: 75%;
  max-height: 75%;
}

.index_top_contents_box_text {
  flex: 1;
  min-height: 10px;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #201e1e;
}

@media only screen and (max-width: 600px) {
  .index_top_contents_outer {
    margin-top: 0px;
  }

  .index_top_contents_box_text {
    flex: inherit;
  }
}

.homepage_video_contents_line_outer {
  min-height: 20px;
  padding: 0px;
  margin-top: 40px;
}

.homepage_video_contents_inner {
  min-height: 20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
  position: relative;
}

.homepage_video_contents_videobox {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_video_contents_videobox img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}

.homepage_video_contents_videobox_circle {
  width: 75px;
  height: 75px;
  background-color: #fe7e41;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  border-radius: 40px;
  margin-top: 15px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  padding-left: 4px;
}

.homepage_video_contents_texts {
  width: 100%;
  min-height: 10px;
  float: left;
}

.homepage_video_contents_texts h1 {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #fe7e41;
  float: left;
  margin: 0px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.homepage_video_contents_texts h2 {
  width: 100%;
  font-size: 33px;
  font-weight: 1000;
  color: #201e1e;
  float: left;
  margin: 0px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 43px;
  position: relative;
}

.homepage_video_contents_texts p {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #201e1e;
  float: left;
  margin: 0px;
  margin-bottom: 10px;
  line-height: 23px;
}

.homepage_video_contents_counter_boxes {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  float: left;
  margin-top: 10px;
}

.homepage_video_contents_counter_box {
  flex: 1;
  min-height: 10px;
  float: left;
}

.homepage_video_contents_counter_box h3 {
  width: 100%;
  float: left;
  font-size: 35px;
  font-weight: 800;
  color: #fe7e41;
  margin: 0px;
}

.homepage_video_contents_counter_box h4 {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #737373;
  margin: 0px;
  margin-top: 5px;
}

.homepage_video_contents_btn {
  min-width: 10px;
  height: 45px;
  background-color: #fe7e41;
  float: left;
  padding: 0px 27px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 25px;
  cursor: pointer;
}

.homepage_video_contents_texts_title_icon {
  width: 25px;
  height: 25px;
  position: absolute;
  right: -30px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.homepage_video_contents_texts_title_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  float: left;
}

.homepage_video_contents_bottom_icon {
  width: 120px;
  height: 70px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.homepage_video_contents_bottom_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  float: left;
}

.homepage_video_contents_bottom_left_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.homepage_video_contents_bottom_left_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  float: left;
}

@media only screen and (max-width: 600px) {
  .homepage_video_contents_inner {
    display: block;
  }

  .homepage_video_contents_bottom_icon {
    display: none;
  }

  .homepage_video_contents_bottom_left_icon {
    display: none;
  }

  .homepage_video_contents_texts_title_icon {
    display: none;
  }
}

.homepage_slider_line_outer {
  min-height: 50px;
  background-color: green;
  padding: 0px;
  margin-top: 20px;
  position: relative;
}

.homepage_slider_line_outer img {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.homepage_slider_line_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background: linear-gradient(
    278.1deg,
    #fe7e41 13.88%,
    rgba(254, 126, 65, 0) 90.07%
  );
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_slider_line_bottom_image {
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  background: rgb(255, 198, 171);
  background: linear-gradient(
    180deg,
    rgba(255, 198, 171, 1) 0%,
    rgba(255, 255, 255, 1) 85%
  );
}

.homepage_slider_line_inner_contents {
  min-height: 20px;
  float: right;
  margin-top: -130px;
  position: relative;
}

.homepage_slider_line_inner_contents h1 {
  width: 100%;
  font-size: 80px;
  float: left;
  color: #fff;
  margin: 0px;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
  margin-bottom: 10px;
}

.homepage_slider_line_inner_contents h2 {
  width: 100%;
  font-size: 18px;
  float: left;
  color: #fff;
  margin: 0px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}

.homepage_slider_line_inner_stars {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.homepage_slider_line_inner_stars i:nth-child(1) {
  font-size: 15px;
}

.homepage_slider_line_inner_stars i:nth-child(2) {
  font-size: 23px;
}

.homepage_slider_line_inner_stars i:nth-child(3) {
  font-size: 35px;
}

.homepage_slider_line_inner_stars i:nth-child(4) {
  font-size: 23px;
}

.homepage_slider_line_inner_stars i:nth-child(5) {
  font-size: 15px;
}

.homepage_slider_line_inner_btn {
  min-width: 10px;
  height: 40px;
  padding: 0px 17px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fe7f42;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  float: left;
  margin-top: 15px;
}

.homepage_slider_line_inner_contents_dots {
  width: 80px;
  height: 30px;
  position: absolute;
  right: 0px;
  bottom: -40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.homepage_slider_line_inner_contents_dots img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.homepage_slider_line_inner_contents_circle {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: -40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.homepage_slider_line_inner_contents_circle img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.homepage_slider_line_bottom_inner {
  width: 100%;
  min-height: 35px;
  float: left;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.homepage_slider_line_bottom_btn {
  width: 35px;
  height: 35px;
  float: left;
  background-color: #fe7f42;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.homepage_slider_line_bottom_dot {
  width: 10px;
  height: 10px;
  background-color: #fe7f42;
  border-radius: 50%;
  float: left;
  opacity: 0.5;
}

@media only screen and (max-width: 600px) {
  .homepage_slider_line_outer img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }

  .homepage_slider_line_inner_contents h1 {
    font-size: 35px;
    line-height: 43px;
    text-align: right;
  }

  .homepage_slider_line_inner_contents h2 {
    text-align: right;
    font-size: 15px;
  }

  .homepage_slider_line_inner_stars {
    text-align: right;
  }

  .homepage_slider_line_inner_btn {
    float: right;
  }

  .homepage_slider_line_inner_contents_dots img {
    width: auto !important;
    height: auto !important;
    max-height: 50% !important;
    justify-content: flex-end;
  }

  .homepage_slider_line_inner_contents_dots {
    justify-content: flex-end;
    right: 15px;
  }
}

.homepage_slider_contents_outer {
  min-height: 20px;
  padding: 0px;
  margin-top: -40px;
}

.homepage_slider_contents_inner {
  min-height: 20px;
  padding: 0px;
}

.homapage_custom_title_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 30px;
}

.homapage_custom_title_outer h2 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fe7e41;
  letter-spacing: 1px;
  margin: 0px;
  text-align: center;
}

.homapage_custom_title_outer h1 {
  width: 100%;
  font-size: 37px;
  font-weight: 600;
  color: #201e1e;
  margin: 0px;
  text-align: center;
  margin-top: 10px;
}

.homapage_custom_title_outer p {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  margin: 0px;
  text-align: center;
  margin-top: 15px;
  line-height: 24px;
  opacity: 0.8;
}

.homepage_slider_boxes_outer {
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_slider_boxes {
  min-height: 20px;
  padding: 0px;
}

.homepage_slider_box_outer {
  width: 100%;
  min-height: 50px;
  float: left;
  padding: 30px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.homepage_slider_box_icons {
  width: 70px;
  height: 70px;
  background-color: #fe7e41;
  border-radius: 40px;
  margin: 0px calc(50% - 35px);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_slider_box_icons img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
}

.homepage_slider_box_outer h1 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 0px;
  margin-top: 20px;
  float: left;
}

.homepage_iconbox_outer {
  width: 100%;
  min-height: 50px;
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  float: left;
}

.homepage_iconbox_outer h1 {
  width: 100%;
  font-size: 27px;
  font-weight: 500;
  color: #fe7e41;
  text-align: center;
  margin: 0px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  float: left;
}

.homepage_iconbox_icon {
  width: 100%;
  height: 140px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.homepage_iconbox_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.homepage_iconbox_outer p {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  text-align: center;
  margin: 0px;
  float: left;
}

.homepage_comments_slider_outer {
  min-height: 50px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_comments_slider_boxes {
  min-height: 50px;
  padding: 0px;
}

.homepage_comments_line {
  width: 100%;
  min-height: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.homepage_comments_line h1 {
  width: 100%;
  font-size: 19px;
  font-weight: 500;
  color: #fe7e41;
  margin: 0px;
  margin-bottom: 14px;
}

.homepage_comments_line p {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #201e1e;
  margin: 0px;
  margin-bottom: 15px;
}

.homepage_comments_line_bottom_bar {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}

.homepage_comments_line_bottom_bar_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_comments_line_bottom_bar_right {
  width: 70px;
  height: 25px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

.homepage_comments_line_bottom_bar_contents {
  flex: 1;
  min-height: 10px;
  float: left;
  margin-top: -2px;
}

.homepage_comments_line_bottom_bar_contents h1 {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 2px;
}

.homepage_comments_line_bottom_bar_contents p {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  float: left;
  margin: 0px;
}

.homepage_comments_line_bottom_bar_right i {
  color: #ffc700;
  font-size: 18px;
  margin-right: 5px;
}

.comments_contents {
  min-height: 100px;
  font-weight: 500 !important;
}

.homepage_firms_slider_outer {
  min-height: 10px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_firms_slider_boxes {
  min-height: 10px;
  padding: 0px;
}

.homepage_firms_logos_outer {
  min-height: 20px;
  padding: 0px;
}

.homepage_firms_logo_box {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_firms_logo_box img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}

.sss_content_right_outer {
  width: 100%;
  min-height: 25px;
  float: left;
}

.sss_content_box {
  width: 100%;
  min-height: 10px;
  border-bottom: 1px solid #dadada;
  padding: 14px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.sss_content_box_icon {
  width: 30px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.sss_content_box_title {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.sss_content_box_select {
  background-color: #fe7e41;
  border: 0px;
  border-radius: 7px;
}

.sss_content_box_select .sss_content_box_title {
  color: #fff;
}

.sss_content_box_select .sss_content_box_icon {
  color: #fff;
}

.sss_content_box_text {
  width: 100%;
  min-height: 10px;
  padding: 14px;
  font-size: 13px;
  font-weight: 400;
  color: #737373;
  line-height: 20px;
  float: left;
}

.homepage_bottom_contact_outer {
  min-height: 20px;
  padding: 70px 0px;
  margin-top: 40px;
  background: rgb(255, 164, 121);
  background: linear-gradient(
    0deg,
    rgba(255, 164, 121, 0.37298669467787116) 0%,
    rgba(255, 164, 121, 0) 85%
  );
}

.homepage_bottom_contact_inner {
  min-height: 20px;
  padding: 0px;
}

.homepage_bottom_contact_button_outer {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

/* İndex End */

/* Register Start */

.custom_login_page_outer {
  min-height: 10px;
  padding: 0px;
  position: relative;
  z-index: 9;
}

.custom_login_page_inner {
  min-height: 70vh;
  padding: 80px 0px;
  position: relative;
  z-index: 9;
}

.login_page_box_outer {
  min-height: 20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.login_page_box_inner {
  min-height: 50px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 27px rgba(254, 126, 65, 0.36);
  padding: 20px;
  position: relative;
  z-index: 9;
}

.login_page_box_top_tabs {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.login_page_box_top_tab_btn {
  flex: 1;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  margin: 0px;
}

.login_page_box_top_tab_btn input {
  display: none;
}

.activeLoginType {
  border-color: #fe7e41 !important;
}
.activeLoginType div {
  color: #fe7e41 !important;
}

.login_page_box_top_tab_inner {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid white;
  border-radius: 37px;
}

.login_page_box_top_tab_check_outer {
  width: 30px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_page_box_top_tab_text {
  flex: 1;
  height: 40px;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #929292;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
}

.login_page_box_top_tab_check_inner {
  width: 20px;
  height: 20px;
  background-color: #d9d9d9;
  border-radius: 50%;
}

.login_page_box_top_tab_btn
  input:checked
  ~ .login_page_box_top_tab_inner
  .login_page_box_top_tab_text {
  border: 1px solid #fe7e41;
  color: #fe7e41;
}

.login_page_box_top_tab_btn
  input:checked
  ~ .login_page_box_top_tab_inner
  *
  .login_page_box_top_tab_check_inner {
  border: 1px solid #fe7e41;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_page_box_top_tab_btn
  input:checked
  ~ .login_page_box_top_tab_inner
  *
  .login_page_box_top_tab_check_inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fe7e41;
  border-radius: 50%;
}

.login_page_bottom_link {
  width: 100%;
  min-height: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  float: left;
}

.login_page_bottom_link a {
  color: #fe7e41;
}

.register_page_right_icon {
  width: 120px;
  height: 80px;
  position: absolute;
  right: 0px;
  bottom: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.register_page_right_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.register_page_right_top_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 18%;
  top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.register_page_right_top_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.register_page_left_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  bottom: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
}

.register_page_left_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.register_page_bottom_outer {
  min-height: 50px;
  padding: 0px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.register_page_bottom_outer img {
  width: 100%;
  float: left;
}

@media only screen and (max-width: 600px) {
  .register_page_left_icon {
    display: none;
  }

  .register_page_right_top_icon {
    display: none;
  }

  .register_page_right_icon {
    display: none;
  }

  .register_page_bottom_outer {
    display: none;
  }
}

.login_link_outer {
  width: max-content;
  height: 45px;
  float: left;
  font-size: 15px;
  font-weight: 500;
  color: #fe7e41;
  line-height: 45px;
  text-align: right;
  cursor: pointer;
}
.absItems {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  gap: 10px;
}
.custom_modal_backdrop {
  width: 100%;
  height: 118vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.login_page_box_close {
  width: 31px;
  height: 31px;
  position: absolute;
  right: 13px;
  top: 13px;
  display: flex;
  background-color: #efefef;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #afafaf;
  border-radius: 50%;
  cursor: pointer !important;
  padding-left: 2px;
  z-index: 99;
}

.register_code_inputs {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.register_code_inputs input {
  width: 66px;
  height: 66px;
  margin: 0px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  border-radius: 50%;
  border: 3px solid #fe7e41;
  outline: 0px !important;
  font-size: 22px;
}

/* Register End */

/* User Panel Start */

.user_panel_top_line_outer {
  min-height: 30px;
  background-color: #fe7e41;
  padding: 0px;
}

.user_panel_top_line_inner {
  min-height: 20px;
  padding: 20px 0px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.user_panel_contents_outer {
  min-height: 20px;
  padding: 0px;
}

.user_panel_content_inner {
  min-height: 70vh;
  padding: 0px;
}

.user_panel_left_menus {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 70px 0px;
}

.user_panel_left_menu_box {
  width: 100%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-bottom: 15px;
  cursor: pointer;
}

.user_panel_left_menu_box_icon {
  width: 35px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_panel_left_menu_box_text {
  flex: 1;
  min-height: 10px;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #9fa5b0;
  transition: all 0.2s ease;
}

.user_panel_left_menu_box_icon_inner {
  width: 23px;
  height: 23px;
  background-color: #787878;
  float: left;
  margin-top: -4px;
  transition: all 0.2s ease;
}

.user_panel_left_menu_box_active {
  border-right: 3px solid #fe7e41;
}

.user_panel_left_menu_box_active * .user_panel_left_menu_box_icon_inner {
  background-color: #fe7e41;
}

.user_panel_left_menu_box_active .user_panel_left_menu_box_text {
  color: #000;
  font-weight: 600;
}

.user_panel_left_menu_box:hover * .user_panel_left_menu_box_icon_inner {
  background-color: #fe7e41;
}

.user_panel_left_menu_box:hover .user_panel_left_menu_box_text {
  color: #000;
  font-weight: 600;
}

.user_panel_right_contents_outer {
  width: 100%;
  min-height: 50px;
  padding: 70px 50px;
  float: left;
  position: relative;
}

.user_panel_right_contents_inner {
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  padding: 20px;
  float: left;
  box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.17);
  border-radius: 13px;
}

.user_panel_right_content_back_btn {
  min-width: 10px;
  height: 35px;
  background-color: #fe7e41;
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 0px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.user_panel_right_content_back_btn i {
  margin-right: 5px;
  float: left;
  font-size: 12px;
  margin-top: -2px;
}

@media only screen and (max-width: 600px) {
  .user_panel_right_contents_outer {
    padding: 70px 0px;
  }

  .user_panel_right_content_back_btn {
    left: 0px;
    top: -20px;
  }

  .user_panel_left_menus {
    padding-bottom: 0px;
  }

  .user_panel_right_contents_outer {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* User Panel End */

/* Services Start */

.services_outer {
  min-height: 10px;
  padding: 0px;
}

.services_inner {
  min-height: 80vh;
  padding: 0px;
}

.services_title_mini {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fe7e41;
  margin-top: 35px;
}

.services_title {
  width: 100%;
  min-height: 10px;
  float: left;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px !important;
}

.services_badges_container {
  width: 100%;
  min-height: 10px;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.services_badge {
  min-width: 10px;
  min-height: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 6px 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 40px;
  background: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.19);
  margin: 5px;
  cursor: pointer;
}

.services_badge.active_service_badge {
  color: #ffffff;
  background: #fe7e41;
  border: 1px solid #fe7e41;
}

.services_card_container {
  min-width: 10px;
  min-height: 10px;
  margin-bottom: 30px;
}

.services_card_container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.services_card_container p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  color: #000000;
  margin-top: 12px;
}

.services_card_container div {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  color: #737373;
  margin-top: 15px;
}

.gallery_detail_img_container img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.gallery_detail_text {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  text-align: center;
  margin-top: 35px;
}

.services_detail_left_container {
  min-height: 10px;
  margin-top: 30px;
}

.services_detail_right_container {
  min-height: 10px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 27px rgba(254, 126, 65, 0.36);
  border-radius: 20px;
  margin-top: 30px;
}

.services_detail_right_container_inner {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

.services_detail_right_container_inner:nth-child(3) {
  border-bottom: 0;
}

.services_detail_img {
  width: 26px;
  height: 26px;
  margin-right: 20px;
}

.services_detail_text {
  font-size: 21px;
}

.services_detail_button {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fe7e41;
  border-radius: 15px;
  border: none;
  color: white;
  margin-top: 15px;
  padding: 4px 0;
}

.gallery_detail_img_container img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.gallery_detail_text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  text-align: center;
  margin-top: 35px;
}

/* Services End */

/* Preloader Start */

.preloader_outer {
  width: 100%;
  height: 118vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader_outer::before {
  content: "";
  width: 50%;
  height: 118vh;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #f5f5f5;
  z-index: 1;
  transition: all 1s ease;
}

.preloader_outer::after {
  content: "";
  width: 50%;
  height: 118vh;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #f5f5f5;
  z-index: 1;
  transition: all 1s ease;
}

.preloader_logo_outer {
  width: 250px;
  float: left;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader_logo_outer img {
  width: 250px;
  height: 105px;
  object-fit: contain;
}

.preloader_logo_mask {
  width: 250px;
  height: 105px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  mask: url("../images/system/logo.png") no-repeat center / contain;
  -webkit-mask: url("../images/system/logo.png") no-repeat center / contain;
}

.preloader_logo_mask::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 1.5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 1.5s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.preloader_close::before {
  width: 0% !important;
  opacity: 0 !important;
}

.preloader_close::after {
  width: 0% !important;
  opacity: 0 !important;
}

/* Preloader End */

/* Notifications Start */

.notification_dropdown_line_date {
  min-width: 10px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
}

.notification_dropdown_line_date i {
  margin-left: 10px;
}

.notification_line_title_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 23px;
  font-size: 17px;
  color: #858585;
}

/* Notifications End */

/* Received Services */

.received_services_box_outer {
  width: 100%;
  min-height: 20px;
  background-color: #f5f5f5;
  float: left;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.received_services_box_image_outer {
  width: 220px;
  height: 220px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  float: left;
}

.received_services_box_image_center {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(194, 194, 194, 0.67);
  backdrop-filter: blur(5.5px);
  color: #fff;
  font-size: 20px;
  padding-left: 2px;
}

.received_services_box_image_tag {
  min-width: 10px;
  height: 35px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 4px;
  padding-right: 10px;
  border-radius: 5px;
}

.received_services_box_image_tag_icon {
  width: 20px;
  height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}

.received_services_box_image_tag_text {
  min-width: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-top: 1px;
}

.received_services_box_contents_outer {
  width: calc(100% - 235px);
  min-height: 20px;
  float: left;
  margin-left: 15px;
}

.received_services_box_contents_top {
  width: 100%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.received_services_box_contents_top_image {
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.received_services_box_contents_top_text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  float: left;
  margin-top: -1px;
}

.received_services_box_contents_texts {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 20px;
}

.received_services_box_contents_texts h1 {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin: 0px;
  float: left;
  margin-bottom: 4px;
}

.received_services_box_contents_texts p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #737373;
  margin: 0px;
}

.received_services_box_contents_bottom {
  width: 100%;
  height: 35px;
  float: left;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}

.received_services_box_contents_bottom_btn {
  min-width: 10px;
  height: 35px;
  float: left;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  border-radius: 25px;
  cursor: pointer;
}

.received_services_box_contents_bottom_btn i {
  margin-right: 3px;
}

@media only screen and (max-width: 600px) {
  .received_services_box_image_outer {
    width: 100%;
  }

  .received_services_box_contents_outer {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
}

/* Received Services */

/* Applications */

.services_card_container div {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  color: #737373;
  margin-top: 15px;
}

.myaccount8_left {
  min-height: 70vh;
  min-width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.myaccount8_left_inner {
  width: 80%;
  height: max-content;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.myaccount8_right {
  min-height: 70vh;
  min-width: 20px;
}

.custom_half_image_box {
  width: 50%;
  height: 70vh;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.custom_half_image_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.myaccount8_button {
  width: 200px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fe7e41;
  border-radius: 25px;
  color: white;
  margin-top: 30px;
  padding: 8px 0;
  vertical-align: center;
}

/* Chaart Area */

/* Panel Index Pages */
.box .circle {
  max-width: 225px;
  max-height: 200px;
  background-color: #f5f5f5;
  border-radius: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .circle img {
  max-width: 200px;
  max-height: 200px;
}

.box .values {
  position: absolute;
  top: 77px;
  left: 93px;
}

.box .values .number {
  font-size: 30px;
  font-weight: 700;
}

.box .values .text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: -5px;
}

/* Carousel Area */
.carousel {
  margin-top: 75px;
  margin-bottom: 50px;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
}

.carousel-control {
  color: #fe7e41;
  opacity: 1;
}

.topSliderControl {
  display: none !important;
}
.carousel-indicators{
  left: 41%;
}

.carousel-indicators li {
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border: none;
  background-color: #fe7e41;
  opacity: 0.5;
  margin-top: 20px;
}

.carousel-indicators .active {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #fe7e41;
  opacity: 1;
  margin-top: 19px;
  margin-right: 2px;
}

#meeting_modal .modal-header {
  padding: 0px;
}

#meeting_modal .custom_modal_backdrop h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
}
#meeting_modal .custom_modal_backdrop h6 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

#meeting_modal textarea {
  background-color: #f8f8f8;
  border: none;
  outline: none;
  border-radius: 25px;
  margin-top: 20px;
  resize: none;
  padding: 20px;
}

.succesModal .received_services_modal_icon {
  font-size: 40px;
  padding: 18px;
  border-radius: 100%;
  color: #fe7e41;
  border: 3px solid #fe7e41;
  margin-top: 23px;
}

.succesModalHeader {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.succesModalHeader .title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 205px;
}

.succesModalHeader .closeCustom {
  font-size: 22px;
  border-radius: 50%;
  border: none;
  color: gray;
  width: 31px;
  height: 31px;
}

.succesModal .received_services_p {
  color: gray;
  margin-bottom: 50px!important;
}

.succesModal .customBtn {
  width: 90%;
  background-color: #fe7e41;
  color: white;
  font-size: 16px;
  border: none;
  font-weight: 500;
  height: 35px;
  border-radius: 27px;
}

.succesModal .customModalDialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.meetingRow {
  display: flex;
}

.dateTimeHeader {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0px;
}

.dateTimeHeader .day {
  color: #6d7589;
}

.dateTimeRow {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5px;
}

.dateTimeRow .col {
  color: black;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dateTimeRow .free {
  background-color: #ffddc8;
}

.dateTimeRow .free-first {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #ffddc8;
}

.dateTimeRow .free-last {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ffddc8;
}

.dateTimeRow .busy {
  color: #aab1c2;
}

.dateTimeRow .today .day {
  background-color: #fe7e41;
  border-radius: 50%;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dateTimeWrapper {
  border: 1px solid #dfe5eb;
  border-radius: 5px;
}

.headerWrapper {
  border-bottom: 1px solid #dfe5eb;
}

.dateTimeBody {
  padding: 10px;
}

.meetingLeft {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.meetingLeft .datePicker {
  margin-bottom: 20px;
}

.meetingLeft i {
  margin-left: -27px;
}

.meetingLeft input {
  border: 1px solid #e0e4ea;
  border-radius: 5px;
  outline: none;
  height: 35px;
  padding: 0 10px;
}

.meetingCustomBtn {
  width: 100%;
  height: 35px;
  background-color: #fe7e41;
  color: white;
  border-radius: 27.5px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
  border: none;
}

.tabWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  margin-bottom: 25px;
  border-radius: 15px;
  border: 1px solid #fe7e41;
}
.tabWrapper .tab2,
.tabWrapper .tab1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.tabWrapper .tab1 {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.tabWrapper .tab2 {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.tabWrapper .tab2 h5,
.tabWrapper .tab1 h5 {
  color: #929292;
  font-weight: 600;
  z-index: 1;
}

.tabWrapper .activeType h5 {
  color: white;
}
.tabWrapper .activeType {
  background-color: #fe7e41;
}

.tabWrapper .tab1-border {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
  border-color: #fe7e41 transparent transparent transparent;
  position: absolute;
  margin-left: 14px;
  padding-right: 190px;
  height: 30px;
}

.tabWrapper .tab2-border {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1px 36px 36px 0;
  border-color: transparent #fe7e41 transparent transparent;
  position: absolute;
  height: 30px;
  padding-bottom: 180px;
  rotate: 90deg;
}

.radioButtons input {
  width: 21px;
  height: 21px;
}

.radioButtons input[type="radio"]:checked {
  border: 1px solid black;
}

.radioButtons input[type="radio"]:after {
  width: 14px;
  height: 14px;
  border-radius: 15px;
  top: 4px;
  left: 4px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
}

.radioButtons input[type="radio"]:checked:after {
  width: 14px;
  height: 14px;
  border-radius: 15px;
  top: 4px;
  left: 3px;
  position: relative;
  background-color: #fe7e41;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.radioButtons .input2[type="radio"]:checked:after {
  width: 14px;
  height: 14px;
  border-radius: 15px;
  top: 4px;
  left: 4px;
  position: relative;
  background-color: #fe7e41;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.applyBtn a {
  font-size: 15px;
  color: #fe7e41;
  font-weight: 600;
}

.calendarHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendarHeader .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendarHeader .rightSide .btn-1 {
  margin-right: 10px;
}

.calendarHeader .rightSide .btn-1,
.calendarHeader .rightSide .btn-2 {
  width: 27px;
  height: 25px;
  border-radius: 50%;
  background-color: #fe7e41;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.calendarHeader .rightSide .buttons i {
  font-size: 11px;
}

.calendarHeader .leftSide,
.calendarHeader .rightSide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rowBody {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 85px;
}

.rowFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 97px;
  margin-top: 25px;
}

.calendarWrapper {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 37px;
}

.calendarBody {
  margin-top: 110px;
}

.calendarBody .bar {
  width: 35px;
  height: 90px;
  background: linear-gradient(180deg, #cacaca 0%, #e7e7e7 100%);
  opacity: 0.4;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.calendarBody .barToday {
  height: 160px;
  background: linear-gradient(180deg, #ff8348 0%, #ffb18d 100%);
  background: rgb(255, 131, 72);
  border-radius: 4px;
  margin-top: -40px;
  opacity: 0.8;
}

.calendarBody .dayToday {
  color: white !important;
  opacity: 1;
  z-index: 1;
}

.calendarBody .today {
  margin-top: 10px;
  font-weight: 600;
}

.calendarBody .text {
  position: absolute;
  top: 65px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
}

.calendarBody .text-deactive {
  position: absolute;
  top: 130px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
}
.calendarBody .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  margin-top: 60px;
  background-color: #fe7e41;
  border: 3px solid white;
}

.calendarBody .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.calendarBody .day {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -35px;
  color: black;
  font-weight: 500;
  z-index: 1;
}

.calendarBody .name {
  margin-top: 30px;
  color: gray;
  font-size: 12px;
}

.calendarSelect {
  border: none;
  background-color: #e9e9e9;
  padding: 5px;
  border-radius: 15px;
  color: black;
  font-weight: 600;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  #myCarousel-2 .slider_bottom_bar {
    margin-top: -50px;
  }
  #myCarousel-2 .carousel-indicators {
    margin-left: -350px;
  }
  .rowBody {
    gap: 60px;
  }
  .indicator-2 {
    margin-left: -580px !important;
  }
  .carousel-indicators{
    left:50%;
  }
}

@media (max-width: 1099px) {
  .slider_bottom_bar1 {
    margin-top: -125px;
  }
  .homepage_slider_line_inner_contents h1 {
    font-size: 72px;
  }
}

@media (max-width: 999px) {
  .slider_bottom_bar1 {
    margin-top: -100px;
  }
  #myCarousel-1 .carousel-indicators li {
    top: -55px !important;
  }
}

@media (max-width: 991px) {
  #myCarousel-2 .slider_bottom_bar {
    margin-top: -30px;
  }
  #myCarousel-2 .carousel-indicators {
    margin-left: -235px;
  }
  .homepage_slider_line_inner_stars,
  .homepage_slider_line_inner_contents h2,
  .homepage_slider_line_inner_contents h1 {
    text-align: right;
  }
  .homepage_slider_line_inner_btn {
    float: right;
  }
  .indicator-2 {
    margin-left: -465px !important;
  }
}

@media (max-width: 820px) {
  .slider_bottom_bar1 {
    margin-top: -75px;
  }
  #myCarousel-1 .carousel-indicators li {
    top: -35px !important;
  }
}

@media (max-width: 767px) {
  #myCarousel-2 .slider_bottom_bar {
    margin-top: -5px;
  }
  #myCarousel-2 .carousel-indicators {
    margin-left: -310px;
  }
  .homepage_slider_line_inner_contents h1 {
    font-size: 56px;
  }
  .homepage_slider_line_inner_contents {
    margin-top: -90px;
  }
}

@media (max-width: 735px) {
  #myCarousel-2 .carousel-indicators {
    margin-left: -275px;
  }
}

@media (max-width: 600px) {
  #myCarousel-2 .carousel-indicators {
    margin-left: -210px;
  }
  #myCarousel-2 .carousel-indicators li {
    margin-top: -15px;
  }
  .slider_bottom_bar1 {
    margin-top: -50px;
  }
  .homepage_slider_line_inner_contents {
    margin-top: -45px;
  }
  #myCarousel-1 .carousel-indicators li {
    top: -20px !important;
  }
  .indicator-2 {
    margin-left: -435px !important;
  }
}

@media (max-width: 575px) {
  .rowBody {
    gap: 50px;
  }
}

@media (max-width: 548px) {
  .indicator-2 {
    margin-left: -415px !important;
  }
}

@media (max-width: 500px) {
  #myCarousel-2 .carousel-indicators {
    margin-left: -150px;
  }
  .slider_bottom_bar1 {
    margin-top: -40px;
  }
  #myCarousel-1 .carousel-indicators li {
    top: -20px !important;
  }
  .carousel-indicators {
    width: 55%;
  }
  .homepage_slider_line_inner_contents h1 {
    font-size: 38px;
    line-height: 30px;
  }
  .homepage_slider_line_inner_stars,
  .homepage_slider_line_inner_contents h2 {
    margin-bottom: 0;
  }
  .homepage_slider_line_inner_stars i:nth-child(1) {
    font-size: 12px;
  }
  .homepage_slider_line_inner_stars i:nth-child(2) {
    font-size: 16px;
  }
  .homepage_slider_line_inner_stars i:nth-child(3) {
    font-size: 24px;
  }
  .homepage_slider_line_inner_stars i:nth-child(4) {
    font-size: 16px;
  }
  .homepage_slider_line_inner_stars i:nth-child(5) {
    font-size: 12px;
  }
  .homepage_slider_line_inner_btn {
    height: 25px;
    margin-top: 5px;
    padding: 0px 10px;
    font-size: 11px;
  }
  .homepage_slider_line_inner_contents {
    margin-top: -30px;
  }
  .rowBody {
    gap: 35px;
  }
  .indicator-2 {
    margin-left: -375px !important;
  }
}

@media (max-width: 458px) {
  #myCarousel-2 .carousel-indicators {
    margin-left: -125px;
  }
  .indicator-2 {
    margin-left: -345px !important;
  }
}

@media (max-width: 444px) {
  .rowBody {
    gap: 25px;
  }
}

@media (max-width: 430px) {
  #myCarousel-2 .carousel-indicators {
    margin-left: -105px;
  }
  .homepage_slider_line_inner_contents h1 {
    font-size: 36px;
  }
}

@media (max-width: 410px) {
  .homepage_slider_line_inner_contents {
    margin-top: -45px;
  }
  .indicator-2 {
    margin-left: -325px !important;
  }
}

@media (max-width: 399px) {
  #myCarousel-2 .carousel-indicators {
    margin-left: -95px;
  }
}

@media (max-width: 380px) {
  .rowBody {
    gap: 20px;
  }
}

@media screen and (max-width: 992px) {
  #account8_image_container {
    display: none;
  }

  .myaccount8_left_inner {
    align-items: center;
  }

  .myaccount8_left {
    height: 50vh;
  }

  .myaccount8_left_inner {
    height: 50vh;
  }
}

/* Applications */
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(45%) sepia(5%) saturate(22%) hue-rotate(3deg) brightness(97%)
    contrast(91%);
}
.degerlendir_top_header {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #2f363f;
}
.degerlendir_text {
  font-size: 16px;
  text-align: center;
  padding: 25px 20px;
  width: 70%;
}
.degerlendirBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.reviewArea {
  padding: 35px 25px;
  background-color: #fafafb;
}
.reviewArea .title {
  font-size: 16px;
  font-weight: 600;
  color: #2f363f;
  margin-bottom: 10px;
}
.reviewBox {
  padding: 10px;
}
.rate {
  float: left;
  height: 46px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #c1c8d1;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #fe7e41;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #de6d39;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #de6d39;
}
input[type="range"] {
  height: 30px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #e0e4eb;
  background: #fe7e41;
  border-radius: 5px;
  border: 1px solid #e0e4eb;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #ffd5bc;
  border: 3px solid #ffd5bc;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fe7e41;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #fe7e41;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #e0e4eb;
  background: #fe7e41;
  border-radius: 5px;
  border: 1px solid #e0e4eb;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #ffd5bc;
  border: 3px solid #ffd5bc;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fe7e41;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #fe7e41;
  border: 1px solid #e0e4eb;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #e0e4eb;
}
input[type="range"]::-ms-fill-upper {
  background: #fe7e41;
  border: 1px solid #e0e4eb;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #e0e4eb;
}
input[type="range"]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #ffd5bc;
  border: 3px solid #ffd5bc;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fe7e41;
  cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #fe7e41;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #fe7e41;
}
.footerArea {
  padding: 25px 15px;
}
.footerArea textarea {
  width: 100%;
  height: 125px;
  border-radius: 12px;
  background-color: #f8f8f8;
  padding: 10px;
  resize: none;
  border: none;
  outline: none;
}
.footerArea textarea::placeholder {
  color: #929292;
  font-weight: 500;
}
.footerArea .textareaWrapper {
  position: relative;
}
.footerArea .textareaWrapper .limit {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.custom_flag_select_outer {
  height: 55px;
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 30px;
  display: flex;
}

.custom_flag_select_left {
  border-right: 1px solid #ededed;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
  cursor: pointer;
  position: relative;
}

.custom_flag_select_left img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.custom_flag_select_left span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.custom_flag_select_left i {
  color: #c2c2c2;
}

.custom_flag_select_right {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.custom_flag_select_right input {
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: none !important;
  font-size: 16px;
}

.custom_flag_select_right input::-webkit-input-placeholder,
.custom_flag_select_right input::placeholder {
  color: #b5b5b5;
}

.custom_flag_select_dropdown {
  position: absolute;
  width: 210px;
  background-color: #fff;
  top: 42px;
  left: 8px;
  border: 1px solid #ededed;
  border-radius: 15px;
  cursor: default;
  padding: 10px 15px;
  overflow: hidden;
  padding-right: 5px;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: 0.2s all ease-in-out;
}

.custom_flag_select_dropdown.show {
  opacity: 1;
  visibility: visible;
}

.custom_flag_select_dropdown_inner {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  height: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom_flag_select_dropdown_item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.custom_flag_select_dropdown_inner::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #fff;
}

.custom_flag_select_dropdown_inner::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.custom_flag_select_dropdown_inner::-webkit-scrollbar-thumb {
  background-color: #fe7e41;
  background-clip: padding-box;
  border-radius: 10px;
}

.custom_flag_select_left i {
  transition: 0.2s all ease-in-out;
}

.custom_flag_select_left i.show {
  transform: rotate(180deg);
}

@media(max-widtH:991px){
  .about_us_users_outer{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}