@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.container {
  padding: 0 10vw;
  width: 100%;
}

@media (max-width: 1599px) {
  .container {
    padding: 0 5vw;
  }
}

a {
  text-decoration: none;
}

img {
  display: block;
}

body.home header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: none;
  z-index: 10;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.main_heading {
  text-align: left;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: 400;
}

.main_heading {
  font-size: calc(30px + ((100vw - 320px) / 1280) * 36);
}

.main_heading {
  line-height: calc(40px + ((100vw - 320px) / 1280) * 37);
}

.main_heading span {
  font-style: italic;
  font-weight: 800;
  display: block;
}

.hidden_h1 {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -999px;
  top: -999px;
}

.sub_heading {
  text-align: left;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
}

.sub_heading {
  font-size: calc(14px + ((100vw - 320px) / 1280) * 2);
}

.sub_heading {
  line-height: calc(22px + ((100vw - 320px) / 1280) * 4);
}

.small_text {
  font: normal normal normal 12px/15px "Poppins", sans-serif;
  letter-spacing: 1.08px;
  color: #fafa00;
  text-transform: uppercase;
}

.text_1 {
  font-family: "Mulish", sans-serif;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0px;
  color: #ffffff;
}

.text_1 {
  font-size: calc(15px + ((100vw - 320px) / 1280) * 15);
}

.input_wrapper {
  position: relative;
}

.input_wrapper .error_mg {
  font-size: 11px;
  color: red;
  margin: -5px 0 10px;
}

.input_wrapper .control_form {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  background: #ffffff;
  border: 0;
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
  margin-bottom: 10px;
  color: #989898;
}

.input_wrapper.time .control_form {
  width: 43%;
}

.input_wrapper.time span {
  width: 11.6%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  vertical-align: middle;
}

@media (max-width: 1264px) {
  .input_wrapper.time .control_form {
    width: 49.2%;
  }

  .input_wrapper.time span {
    display: none;
  }
}

@media (max-width: 1015px) {
  .input_wrapper.time .control_form {
    width: 100%;
  }
}

.input_wrapper .control_form::-ms-input-placeholder {
  color: #989898;
}

.input_wrapper .control_form::placeholder {
  color: #989898;
}

.input_wrapper select.control_form {
  background: #ffffff url("../assets/img/svg/down.svg") no-repeat calc(100% - 15px) center;
  background-size: 25px;
}

.btn {
  height: 49px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  text-align: center;
  font: normal normal 900 14px/49px "Mulish", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background: none;
}

.btn.btn_small {
  height: 49px;
  font-size: 12px;
}

.btn.border_btn {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.border_btn:hover {
  background: transparent;
  color: #fafa00;
  border-color: #fafa00;
}

.btn.yellow_border_btn {
  border: 2px solid #fafa00;
  color: #000000;
}

.btn.yellow_border_btn:hover {
  background: #fafa00;
  color: #000000;
}

.btn.fill_btn {
  background: #fafa00;
  color: #000000;
  border: 2px solid #fafa00;
}

.btn.fill_btn:hover {
  background: #0023bf;
  border-color: #0023bf;
  color: #ffffff;
}

.text_2 {
  text-align: left;
  font-family: "Mulish", sans-serif;
  line-height: 1.4;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.text_2 {
  font-size: calc(20px + ((100vw - 320px) / 1280) * 10);
}

.text_3 {
  text-align: left;
  line-height: 1.4;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 300;
}

.text_3 {
  font-size: calc(20px + ((100vw - 320px) / 1280) * 10);
}

.p_1 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
}

.p_1 {
  font-size: calc(14px + ((100vw - 320px) / 1280) * 2);
}

.text_4 {
  text-align: left;
  line-height: 1.4;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  font-weight: 400;
}

.text_4 {
  font-size: calc(19px + ((100vw - 320px) / 1280) * 3);
}

.p_2 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #454545;
}

@media (max-width: 991px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

body.small_header header {
  background: #0023bf;
  position: relative;
}

.hero_wrapper .slick-track {
  display: flex;
  align-items: stretch;
}

.hero_wrapper .slick-track .slide {
  float: none;
  min-height: unset;
  height: unset;
}

.hero_wrapper .slick-prev {
  bottom: 20px;
  top: auto;
  left: 10vw;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: #fafa00 url("../assets/img/svg/left_arrow.svg");
  transform: none;
}

.hero_wrapper .slick-prev::before {
  display: none;
}

@media (max-width: 1599px) {
  .hero_wrapper .slick-prev {
    left: 5vw;
  }
}

.hero_wrapper .slick-next {
  bottom: 20px;
  top: auto;
  left: calc(10vw + 50px + 15px);
  right: auto;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: #fafa00 url("../assets/img/svg/right_arrow.svg");
  transform: none;
}

.hero_wrapper .slick-next::before {
  display: none;
}

@media (max-width: 1599px) {
  .hero_wrapper .slick-next {
    left: calc(5vw + 50px + 15px);
  }
}

.with_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .with_btn {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.with_btn .btn {
  min-width: 200px;
}

@media (max-width: 991px) {
  .with_btn .btn {
    margin-top: 15px;
  }
}

.j2alert-body {
  margin: 10px;
  text-align: center;
}

.j2alert-success {
  color: #01B81A;
  background-color: rgba(1, 184, 26, .1);
  border: 1px solid rgba(1, 184, 26, .1);
}

.j2alert-danger {
  color: #FF0F0F;
  background-color: rgba(255, 15, 15, .1);
  border: 1px solid rgba(255, 15, 15, .1);
}

/* header */
header {
  position: absolute;
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
}

@media (max-width: 1599px) {
  header {
    height: 100px;
  }
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .ham_menu {
    display: block;
    border: 0;
    background: none;
  }

  .ham_menu img {
    height: 25px;
    display: block;
  }
}

@media (max-width: 991px) {
  .header_nav {
    display: none;
  }
}

.header_nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.header_nav ul li {
  padding: 0 2vw;
}

.header_nav ul li.active a {
  opacity: 0.5;
}

.header_nav ul a {
  text-align: left;
  font: normal normal normal 14px/21px "Mulish", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
}

.header_nav ul a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0px;
  height: 2px;
  border-radius: 5px;
  background: #fafa00;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.header_nav ul a:hover {
  opacity: 1;
  color: #fafa00;
}

.header_nav ul a:hover::before {
  width: 100%;
  opacity: 1;
}

@media (max-width: 991px) {
  .login_section {
    display: none;
  }
}

.logined_user {
  display: flex;
  align-items: center;
}

.logined_user a {
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font: normal normal normal 14px/21px "Mulish", sans-serif;
  letter-spacing: 0px;
  color: #fafa00;
  opacity: 1;
}

.logined_user .user_img {
  border: 1px solid #fafa00;
  opacity: 1;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: block;
  margin-left: 24px;
}

.logined_user .nav_cart {
  width: 26px;
  height: 26px;
  opacity: 1;
  display: block;
  margin-left: 24px;
  position: relative;
}

.logined_user .nav_cart .cart_icon {
  width: 100%;
  /*filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(87deg) brightness(105%) contrast(87%);*/
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(66deg) brightness(103%) contrast(101%);
}

.logined_user .nav_cart .cart_icon:hover {
  /*filter: invert(87%) sepia(100%) saturate(7494%) hue-rotate(353deg) brightness(110%) contrast(105%);*/
  filter: brightness(0) saturate(100%) invert(83%) sepia(68%) saturate(7129%) hue-rotate(6deg) brightness(108%) contrast(101%);
}

.logined_user .nav_cart .cart_count {
  position: absolute;
  right: -7px;
  top: -7px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  overflow: hidden;
  color: #000000;
  background-color: #fafa00;
  padding: 0;
}

.ham_menu_wrapper {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  right: 0;
  background: #0023bf;
  padding: 70px 40px;
  z-index: 100;
}

.ham_menu_wrapper.open {
  display: block;
  animation: hamopen 0.5s ease-out 0.3s 1 forwards normal;
  -webkit-animation: hamopen 0.5s ease-out 0.3s 1 forwards normal;
}

.ham_menu_wrapper ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ham_menu_wrapper ul li {
  margin: 18px 0;
}

.ham_menu_wrapper ul li.active a {
  font-weight: 700;
  color: #fafa00;
}

.ham_menu_wrapper ul a {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 7px 0;
}

.ham_menu_wrapper ul a:hover {
  color: #fafa00;
}

.ham_menu_wrapper ul .logined_user {
  padding: 7px 0;
}

.ham_menu_wrapper ul .logined_user p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #fafa00;
  opacity: 1;
  letter-spacing: 2.5px;
  color: #ffffff;
}

.ham_menu_wrapper ul .logined_user .nav_cart a {
  letter-spacing: normal;
  padding: 0;
}

.close_ham_menu {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  z-index: 101;
  cursor: pointer;
  border: 0;
  background: none;
}

.close_ham_menu img {
  width: 25px;
  height: auto;
  margin: 5px;
}

@keyframes hamopen {
  0% {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* footer */
.top_footer {
  background: #000000;
  padding: 104px 0 99px;
}

.top_footer img {
  max-height: 18px;
  display: block;
  margin: 0 auto;
}

.top_footer h2 {
  text-align: center;
  font: normal normal normal 20px/52px "Mulish", sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
  /*text-transform: capitalize;*/
}

.top_footer h2.margin_bottom {
  margin-bottom: 40px;
}

.top_footer h2 a {
  display: block;
  color: #fafa00;
  line-height: 1.1;
}

.top_footer h2 a {
  font-size: calc(22px + ((100vw - 320px) / 1280) * 18);
}

.main_footer {
  padding: 100px 0;
}

.main_footer .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .main_footer .container {
    flex-wrap: wrap;
  }
}

.main_footer .container .box {
  width: 22%;
}

@media (max-width: 991px) {
  .main_footer .container .box {
    width: 30%;
    margin-bottom: 35px;
  }

  .main_footer .container .box:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .main_footer .container .box:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .main_footer .container .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.main_footer .container .box .logo {
  display: inline-block;
  transition: all 0.3s ease-out;
}

.main_footer .container .box .logo img {
  max-width: 169px;
  width: 100%;
  margin: 0 0 35px;
}

.main_footer .container .box .logo:hover img {
  opacity: 0.8;
}

.main_footer .container .box .social {
  display: flex;
}

.main_footer .container .box .social a {
  display: block;
  margin-right: 30px;
}

.main_footer .container .box .social a:last-child {
  margin-right: 0;
}

.main_footer .container .box .social a img {
  display: block;
  height: 17px;
  transition: all 0.3s ease-out;
}

.main_footer .container .box .social a:hover img {
  opacity: 0.8;
}

.main_footer .container .box h2 {
  text-align: left;
  font: normal normal medium 18px/29px "Mulish", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .main_footer .container .box h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .main_footer .container .box h2 {
    text-align: center;
  }
}

.main_footer .container .box .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .main_footer .container .box .links {
    align-items: center;
  }
}

.main_footer .container .box .links a {
  text-align: left;
  font: normal normal 300 13px/30px "Poppins", sans-serif;
  color: #000000;
  transition: all 0.3s ease-out;
}

.main_footer .container .box .links a:hover {
  color: #0023bf;
}

@media (max-width: 767px) {
  .main_footer .container .box .links a {
    text-align: center;
  }
}

.sub_footer {
  border-top: 1px solid #989898;
  padding: 35px 0;
}

.sub_footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .sub_footer .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.sub_footer .left {
  display: flex;
  align-items: center;
  text-align: left;
  font: normal normal 300 13px/30px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #000000;
}

@media (max-width: 767px) {
  .sub_footer .left {
    margin-bottom: 10px;
  }
}

.sub_footer .left span {
  display: inline-block;
  margin: 0 10px;
}

.sub_footer .left a {
  color: #000000;
  transition: all 0.3s ease-out;
}

.sub_footer .left a:hover {
  color: #0023bf;
}

.sub_footer .right {
  text-align: left;
  font: normal normal 300 12px/18px "Poppins", sans-serif;
  color: #bcbcbc;
}

.sub_footer .right a {
  color: #b33b9c;
  transition: all 0.3s ease-out;
}

.sub_footer .right a:hover {
  color: #0023bf;
}

/* home page */
.home_page .hero_wrapper {
  position: relative;
}

.home_page .hero_banner {
  min-height: 100vh;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8vw 0 50px;
}

@media (max-width: 991px) {
  .home_page .hero_banner {
    padding: 200px 0 100px;
    display: block;
    min-height: auto;
  }
}

.home_page .hero_banner .container {
  position: relative;
  z-index: 2;
}

.home_page .hero_banner .container::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 10vw;
  height: 100%;
  top: 0;
  width: 2px;
  background: #ffffff;
}

@media (max-width: 1599px) {
  .home_page .hero_banner .container::before {
    left: 5vw;
  }
}

@media (max-width: 575px) {
  .home_page .hero_banner .container::before {
    display: none;
  }
}

.home_page .hero_banner .container>* {
  padding-left: 6vw;
  max-width: 34.87vw;
}

@media (max-width: 1599px) {
  .home_page .hero_banner .container>* {
    padding-left: 50px;
    max-width: 40vw;
  }
}

@media (max-width: 991px) {
  .home_page .hero_banner .container>* {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .home_page .hero_banner .container>* {
    padding-left: 0;
  }
}

.home_page .hero_banner .container h2 {
  margin: -15px 0 36px;
}

@media (max-width: 991px) {
  .home_page .hero_banner .container h2 {
    margin-bottom: 15px;
  }
}

.home_page .hero_banner .container .sub_heading {
  margin-bottom: 38px;
}

.home_page .hero_banner .banner_img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.home_page .link {
  display: inline-flex;
  align-items: center;
  text-align: left;
  font: normal normal normal 13px/20px "Mulish", sans-serif;
  letter-spacing: 1.04px;
  color: #fafa00;
  text-transform: uppercase;
}

.home_page .link img {
  margin-right: 20px;
  transition: all 0.3s ease;
}

.home_page .link:hover img {
  transform: scale(0.9);
  margin-right: 10px;
}

.home_page .quick_enquiry {
  width: 27.875vw;
  height: unset;
  padding: 75px 44px;
  background: #000000;
  position: absolute;
  z-index: 10;
  right: calc(10vw + 35px);
  top: calc(10vw + 35px);
  ;
}

@media (max-width: 1599px) {
  .home_page .quick_enquiry {
    width: 35vw;
    right: 10vw;
  }
}

@media (max-width: 991px) {
  .home_page .quick_enquiry {
    position: static;
    width: 100%;
  }
}

.home_page .quick_enquiry h2 {
  margin-bottom: 17px;
}

.home_page .quick_enquiry h3 {
  margin-bottom: 36px;
}

.home_page .quick_enquiry h3 span {
  display: block;
}

.home_page .quick_enquiry select {
  margin-bottom: 10px;
}

.home_page .quick_enquiry .fill_btn {
  width: 100%;
  text-transform: capitalize;
  height: 60px;
}

.home_page .content_section {
  padding: 210px 0 0;
  background: #ffffff;
}

@media (max-width: 991px) {
  .home_page .content_section {
    padding-top: 70px;
  }
}

.home_page .points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .home_page .points {
    margin-bottom: 70px;
  }
}

.home_page .points .point {
  width: calc((100% - 12vw) / 4);
}

.home_page .points .point:not(:last-child) {
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .home_page .points .point {
    width: calc((100% - 12vw) / 2);
  }
}

@media (max-width: 767px) {
  .home_page .points .point {
    width: 100%;
  }
}

.home_page .points .point .number {
  text-align: left;
  font-family: "Mulish", sans-serif;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 300;
  color: #ffffff;
  padding-left: 25px;
  opacity: 0.6;
  position: relative;
  text-shadow: 2px 0 #cecece, -2px 0 #cecece, 0 2px #cecece, 0 -2px #cecece,
    1px 1px #cecece, -1px -1px #cecece, 1px -1px #cecece, -1px 1px #cecece;
  margin-bottom: 17px;
}

.home_page .points .point .number {
  font-size: calc(30px + ((100vw - 320px) / 1280) * 10);
}

.home_page .points .point .number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fafa00;
  border-radius: 50%;
  margin-top: -7px;
}

.home_page .points .point .text_4 {
  margin-bottom: 14px;
}

/* columns */
.three_col_block {
  display: flex;
  margin-bottom: 138px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .three_col_block {
    margin-bottom: 70px;
  }
}

.three_col_block .block {
  overflow: hidden;
  height: 23vw;
  min-height: 360px;
  position: relative;
  width: 33.3333333333%;
  display: flex;
}

@media (max-width: 1199px) {
  .three_col_block .block {
    width: 100%;
  }
}

.three_col_block .block img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.three_col_block .block .content_area {
  width: 100%;
  position: relative;
  padding: 3.25vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
  .three_col_block .block .content_area {
    padding: 30px;
  }
}

.three_col_block .block .content_area .text_3 {
  margin-bottom: 28px;
  transform: translateY(100%);
  transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
  .three_col_block .block .content_area .text_3 {
    margin-bottom: 13px;
    transform: translateY(0);
  }
}

.three_col_block .block .content_area .p_1 {
  margin-bottom: 29px;
  transform: translateY(100%);
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
  .three_col_block .block .content_area .p_1 {
    opacity: 1;
    transform: translateY(0);
    height: auto;
  }
}

.three_col_block .block .content_area .btn.fill_btn {
  align-self: flex-start;
  width: 100%;
  max-width: 178px;
}

.three_col_block .block .content_area .btn.fill_btn:hover {
  background: transparent;
  border-color: #fafa00;
  color: #fafa00;
}

.three_col_block .block:hover .content_area {
  background: #0023bf;
}

.three_col_block .block:hover .content_area .text_3 {
  margin-bottom: 13px;
  transform: translateY(0);
}

.three_col_block .block:hover .content_area .p_1 {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}

.four_col_block {
  display: flex;
  margin-bottom: 138px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .four_col_block {
    margin-bottom: 70px;
  }
}

.four_col_block.margin_bottom_0 {
  margin-bottom: 0;
}

.four_col_block .block {
  height: 23vw;
  min-height: 360px;
  position: relative;
  width: 25%;
  display: flex;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .four_col_block .block {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .four_col_block .block {
    width: 100%;
  }
}

.four_col_block .block img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.four_col_block .block .content_area {
  width: 100%;
  position: relative;
  padding: 2.5vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-out;
}

@media (max-width: 1199px) {
  .four_col_block .block .content_area {
    padding: 30px;
  }
}

.four_col_block .block .content_area .animated_content {
  transition: all 0.3s ease-out;
}

.four_col_block .block .content_area .text_3 {
  margin-bottom: 13px;
}

.four_col_block .block .content_area .p_1 {
  transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
  .four_col_block .block .content_area .p_1 {
    margin-bottom: 29px;
  }
}

.four_col_block .block .content_area .btn {
  align-self: flex-start;
  width: 100%;
  max-width: 128px;
  height: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
  .four_col_block .block .content_area .btn {
    transform: translateY(0);
    height: 49px;
    opacity: 1;
  }
}

.four_col_block .block:hover .content_area {
  background: #0023bf;
}

.four_col_block .block:hover .content_area .p_1 {
  margin-bottom: 29px;
}

.four_col_block .block:hover .content_area .btn {
  opacity: 1;
  transform: translateY(0);
  height: 49px;
}

/* product lisitng */
body.product.list .filterbar {
  background-color: #000000;
  margin-top: 7px;
}

body.product.list .filterbar .content_wrapper {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.5%;
}

body.product.list .filterbar .content_wrapper .input_wrapper {
  width: 18%;
}

body.product.list .filterbar .content_wrapper .input_wrapper .control_form {
  margin: 0;
}

body.product.list .filterbar .content_wrapper .input_wrapper .error_mg {
  margin: 7px 0 0 0;
  font-size: 13px;
}

@media (max-width: 1199px) {
  body.product.list .filterbar .content_wrapper {
    gap: 20px 3.5%;
  }

  body.product.list .filterbar .content_wrapper .input_wrapper {
    width: 31%;
  }
}

@media (max-width: 991px) {
  body.product.list .filterbar .content_wrapper .input_wrapper {
    width: 100%;
  }
}

body.product.list .info .content_wrapper {
  padding-top: 100px;
  text-align: center;
}

body.product.list .info .content_wrapper h4 {
  font: normal normal normal 14px Crimson Text;
  color: #0322FF;
  letter-spacing: 3.36px;
}

body.product.list .info .content_wrapper h1 {
  font-size: 3rem;
  letter-spacing: 2.5px;
  color: #1C4043;
}

body.product.list .info .content_wrapper p {
  width: 70%;
  margin: 30px auto;
  color: #6C6C6C;
}

@media (max-width: 1199px) {
  body.product.list .info .content_wrapper p {
    width: 100%;
  }
}

body.product.list .listing .content_wrapper {
  padding: 100px 0 138px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2.6%;
}

body.product.list .listing .content_wrapper .product_block {
  width: 23%;
  padding: 6px;
}

body.product.list .listing .content_wrapper .product_block:hover {
  background-color: #d5ddfd;
}

body.product.list .listing .content_wrapper .product_block img {
  width: 100%;
  height: 345px;
  object-fit: cover;
}

body.product.list .listing .content_wrapper .product_block .content_area {
  text-align: center;
}

body.product.list .listing .content_wrapper .product_block .content_area>span {
  display: block;
  text-align: center;
}

body.product.list .listing .content_wrapper .product_block .content_area .title {
  font-size: 18px;
  color: #808080;
  margin-top: 20px;
}

body.product.list .listing .content_wrapper .product_block .content_area .spec {
  font-size: 18px;
  color: #808080;
}

body.product.list .listing .content_wrapper .product_block .content_area .price {
  color: #000000;
  margin-top: 15px;
}

body.product.list .listing .content_wrapper .product_block .content_area>a.btn {
  margin-top: 6px;
  width: 60%;
}

/*@media (max-width: 1199px) {
  body.product.list .listing .content_wrapper {
    gap: 60px 4%;
  }

  body.product.list .listing .content_wrapper .product_block {
    width: 48%;
  }
}*/

@media (max-width: 991px) {
  body.product.list .listing .content_wrapper .product_block {
    width: 100%;
  }
}

/* product detail */
body.product.detail .banner {
  padding: 187px 0 70px;
  background-color: #0023bf;
}

@media (max-width: 1599px) {
  body.product.detail .banner {
    padding: 130px 0 70px;
  }
}

body.product.detail .banner .bread_crumbs {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 1599px) {
  body.product.detail .banner .bread_crumbs {
    margin-bottom: 30px;
  }
}

body.product.detail .banner .bread_crumbs a {
  display: block;
  text-align: left;
  font: normal normal normal 13px/39px "Poppins", sans-serif;
  color: #ffffff;
  opacity: 0.7;
}

body.product.detail .banner .bread_crumbs a:hover {
  opacity: 1;
  color: #fafa00;
}

body.product.detail .banner .bread_crumbs a.active {
  opacity: 1;
  pointer-events: none;
}

body.product.detail .banner .bread_crumbs a img {
  width: 15px;
}

body.product.detail .banner .bread_crumbs span {
  display: block;
  margin: 0 15px;
  color: #ffffff;
  opacity: 0.7;
}

body.product.detail .banner .content_wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  body.product.detail .banner .content_wrapper {
    align-items: flex-start;
  }
}

body.product.detail .banner .left {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  body.product.detail .banner .left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.product.detail .banner .left {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

body.product.detail .banner .left img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

body.product.detail .banner .left .thumbs {
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  body.product.detail .banner .left .thumbs {
    width: 70px;
  }
}

@media (max-width: 767px) {
  body.product.detail .banner .left .thumbs {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    order: 2;
    height: 100px;
  }
}

@media (max-width: 575px) {
  body.product.detail .banner .left .thumbs {
    height: 70px;
  }
}

body.product.detail .banner .left .thumbs .thumb {
  width: 100%;
  padding-bottom: 100%;
  border: 0;
  display: block;
  background: none;
  position: relative;
  margin: 0 0 25px;
  cursor: pointer;
}

@media (max-width: 991px) {
  body.product.detail .banner .left .thumbs .thumb {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body.product.detail .banner .left .thumbs .thumb {
    margin: 10px 0 0;
    padding: 0;
    width: calc((100% - 30px) / 4);
  }
}

body.product.detail .banner .left .thumbs .thumb:last-child {
  margin-bottom: 0;
}

body.product.detail .banner .left .thumbs .thumb img {
  pointer-events: none;
}

body.product.detail .banner .full_img {
  width: calc(100% - 125px);
  position: relative;
}

@media (max-width: 991px) {
  body.product.detail .banner .full_img {
    width: calc(100% - 80px);
  }
}

@media (max-width: 767px) {
  body.product.detail .banner .full_img {
    width: 100%;
    height: 70vw;
    min-height: 220px;
  }
}

body.product.detail .banner .right {
  width: 50%;
  padding-left: 40px;
}

@media (max-width: 991px) {
  body.product.detail .banner .right {
    width: 100%;
    padding: 40px 0 0;
  }
}

body.product.detail .banner .right h2 {
  text-align: left;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
}

body.product.detail .banner .right h2 {
  font-size: calc(20px + ((100vw - 320px) / 1280) * 10);
}

body.product.detail .banner .right h2 {
  line-height: calc(30px + ((100vw - 320px) / 1280) * 17);
}

body.product.detail .banner .right h2:last-of-type {
  margin-bottom: 13px;
}

body.product.detail .banner .right h2 span {
  opacity: 0.5;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 40px;
}

@media (max-width: 991px) {
  body.product.detail .banner .right h2 span {
    margin-left: 20px;
  }
}

body.product.detail .banner p.offer {
  text-align: left;
  margin-bottom: 15px;
}

body.product.detail .banner p.offer span {
  height: 30px;
  background: #000000;
  border-radius: 40px;
  padding: 0 15px;
  display: inline-block;
  text-align: center;
  font: normal normal normal 12px/30px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
}

body.product.detail .yacht_options .yacht_details {
  font: normal normal normal 13px/20px "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}

body.product.detail .yacht_options .yacht_details span {
  opacity: 0.7;
  display: block;
}

body.product.detail .yacht_options .select_input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 97px;
  height: 49px;
  background: #ffffff url("../assets/img/svg/down-yellow.svg") no-repeat calc(100% - 25px) center;
  border: 1px solid #d8d8d8;
  border-radius: 0 50px 50px 0;
  padding: 0 56px 0 25px;
  font: normal normal 600 16px/25px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin: 6px 0 0 0;
}

body.product.detail .yacht_options .select_input-no_round {
  border-radius: 0;
}

body.product.detail .yacht_options .select_input.error {
  border: 4px solid red;
}

body.product.detail .yacht_options .select_input:invalid,
body.product.detail .yacht_options .select_input option[value=""] {
  color: #989898;
}

body.product.detail .yacht_options .text_input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 40%;
  height: 49px;
  border: 1px solid #d8d8d8;
  border-radius: 0 50px 50px 0;
  padding: 0 25px;
  font: normal normal 600 16px/25px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin: 6px 0 0 0;
}

body.product.detail .yacht_options .text_input.error {
  border: 4px solid #ff0000;
}

body.product.detail .yacht_options .text_input::-ms-input-placeholder {
  color: #989898;
}

body.product.detail .yacht_options .text_input::placeholder {
  color: #989898;
}

body.product.detail .yacht_options .bottom_btns {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

body.product.detail .yacht_options .bottom_btns .fill_btn.btn {
  height: 49px;
  padding: 0 5vw;
  line-height: 49px;
  margin-right: 30px;
}

body.product.detail .yacht_options .bottom_btns .fill_btn.btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

body.product.detail .yacht_options .bottom_btns .fav {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #fafa00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

body.product.detail .yacht_options .bottom_btns .fav:hover {
  background: #ffffff;
}

body.product.detail .yacht_options .bottom_btns .fav img {
  width: 16px;
}

body.product.detail .description {
  background: #ffffff;
  padding: 60px 0 108px;
}

@media (max-width: 991px) {
  body.product.detail .yacht_options .select_input {
    width: 100%;
    border-radius: 0;
  }

  body.product.detail .yacht_options .text_input {
    width: 100%;
    border-radius: 0;
  }

  body.product.detail .yacht_options .bottom_btns {
    display: block;
  }

  body.product.detail .yacht_options .bottom_btns .fill_btn.btn {
    width: 100%;
  }

  body.product.detail .description {
    padding-bottom: 40px;
  }
}

body.product.detail .description h2 {
  text-align: left;
  font: normal normal 600 14px/21px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 17px;
}

body.product.detail .description .blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4vw;
}

body.product.detail .description .block {
  width: 33.3333333333%;
  padding: 0 4vw;
  margin: 0 0 30px;
}

@media (max-width: 1199px) {
  body.product.detail .description .block {
    width: 50%;
  }
}

@media (max-width: 991px) {
  body.product.detail .description .block {
    width: 100%;
  }
}

body.product.detail .description .block img {
  max-height: 60px;
}

body.product.detail .description .block h3 {
  margin: 10px 0;
  text-align: left;
  font-family: "Mulish", sans-serif;
  color: #000000;
  font-weight: 400;
}

body.product.detail .description .block h3 {
  font-size: calc(19px + ((100vw - 320px) / 1280) * 3);
}

body.product.detail .description .block h3 {
  line-height: calc(29px + ((100vw - 320px) / 1280) * 5);
}

body.product.detail .description .block p {
  font: normal normal 300 14px/26px "Poppins", sans-serif;
}

/* checkout */
.checkout_wrapper {
  padding: 85px 0 0;
}

.checkout_wrapper h6 {
  text-align: left;
  font: normal normal normal 14px/29px "Mulish", sans-serif;
  color: #000000;
  margin: 0 0 18px;
}

.checkout_wrapper .container>h2 {
  text-align: left;
  font: normal normal normal 20px/39px "Mulish", sans-serif;
  color: #000000;
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  .checkout_wrapper .container>h2 {
    margin-bottom: 30px;
  }
}

.checkout_wrapper .container>h2.margin_bottom_big {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .checkout_wrapper .container>h2.margin_bottom_big {
    margin-bottom: 45px;
  }
}

.checkout_wrapper .total {
  margin: 50px 0 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 991px) {
  .checkout_wrapper .total {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.checkout_wrapper .total h4 {
  text-align: left;
  font: normal normal normal 16px/25px "Poppins", sans-serif;
  color: #000000;
  font-weight: 300;
  margin-right: 10%;
}

@media (max-width: 991px) {
  .checkout_wrapper .total h4 {
    margin: 0 0 20px;
  }
}

.checkout_wrapper .total h4 span {
  font-weight: 600;
  display: inline-block;
  margin-left: 35px;
}

.checkout_wrapper .btn_wrapper {
  display: flex;
}

@media (max-width: 767px) {
  .checkout_wrapper .btn_wrapper {
    display: block;
    width: 100%;
  }
}

.checkout_wrapper .btn_wrapper .btn {
  margin: 0 15px;
  padding-left: 25px;
  padding-right: 25px;
  min-width: 200px;
}

.checkout_wrapper .btn_wrapper .btn:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .checkout_wrapper .btn_wrapper .btn {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 767px) {
  .checkout_wrapper .btn_wrapper .btn {
    margin: 0 0 15px;
    width: 100%;
  }
}

body.checkout.address .checkout_wrapper .saved_addresses {
  display: none;
  margin-top: 50px;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

body.checkout.address .checkout_wrapper .saved_addresses.active {
  display: flex;
}

body.checkout.address .checkout_wrapper .saved_addresses .address {
  background: #0023bf;
  color: #ffffff;
  padding: 20px;
  position: relative;
  font-size: 13px;
  min-width: 300px;
  line-height: 1.7em;
}

body.checkout.address .checkout_wrapper .saved_addresses .address span {
  display: block;
}

body.checkout.address .checkout_wrapper .saved_addresses .address span.default {
  color: #fafa00;
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 2px;
}

body.checkout.address .checkout_wrapper .saved_addresses .address span.select {
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 10px;
  letter-spacing: 2px;
}

.checkout_wrapper .form_data {
  margin: 0 -2vw;
  display: none;
  flex-wrap: wrap;
  margin-top: 50px;
}

.checkout_wrapper .form_data.active {
  display: flex;
}

@media (max-width: 767px) {
  .checkout_wrapper .form_data {
    margin: 0;
  }
}

.checkout_wrapper .form_data .block {
  width: 33.3333333333%;
  padding: 0 2vw 20px;
}

@media (max-width: 991px) {
  .checkout_wrapper .form_data .block {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .checkout_wrapper .form_data .block {
    width: 100%;
    padding: 0 0 25px;
  }
}

.checkout_wrapper .form_data .block label {
  display: block;
  text-align: left;
  font: normal normal normal 14px/24px "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 7px;
}

.checkout_wrapper .form_data .block .field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 49px;
  padding: 0 15px;
  border: 1px solid #cecece;
  font: normal normal 300 13px/24px "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
}

.checkout_wrapper .form_data .block .error_text {
  color: #ff0000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  margin-top: 5px;
}

.checkout_wrapper .btn_wrapper_address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 100px;
}

@media (max-width: 991px) {
  .checkout_wrapper .btn_wrapper_address {
    display: block;
  }
}

.checkout_wrapper .back {
  display: flex;
  align-items: center;
  text-align: left;
  font: normal normal normal 14px/39px "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
}

@media (max-width: 991px) {
  .checkout_wrapper .back {
    margin-bottom: 15px;
  }
}

.checkout_wrapper .back img {
  height: 11px;
  margin-right: 7px;
}

.checkout_wrapper .text_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout_wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .checkout_wrapper .wrapper {
    display: block;
  }
}

.checkout_wrapper .wrapper p {
  text-align: left;
  font: normal normal 300 13px/25px "Poppins", sans-serif;
  color: #000000;
}

.checkout_wrapper .left {
  width: 45%;
}

@media (max-width: 991px) {
  .checkout_wrapper .left {
    width: 100%;
    margin-bottom: 15px;
  }
}

.checkout_wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.checkout_wrapper .item {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
  border: 1px solid #cecece;
  border-radius: 15px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .checkout_wrapper .item {
    width: calc(50% - 20px);
  }
}

.checkout_wrapper .item:hover {
  opacity: 1;
}

.checkout_wrapper .item img {
  max-height: 18px;
  max-width: 100%;
}

.checkout_wrapper .item.active {
  border-color: #fafa00;
  opacity: 1;
}

.checkout_wrapper .right {
  padding-right: 8vw;
}

.checkout_wrapper .right .fill_btn {
  margin-top: 35px;
  width: 100%;
}

@media (max-width: 991px) {
  .checkout_wrapper .right {
    width: 100%;
  }

  .checkout_wrapper .right .fill_btn {
    width: auto;
  }
}

@media (max-width: 767px) {
  .checkout_wrapper .right .fill_btn {
    width: 100%;
  }
}

.checkout_wrapper .left_right_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .checkout_wrapper .left_right_wrapper {
    display: block;
  }
}

.checkout_wrapper .left_side {
  width: 100%;
}

@media (max-width: 991px) {
  .checkout_wrapper .left_side {
    width: 100%;
    margin-bottom: 15px;
  }
}

.checkout_wrapper .right_side {
  padding: 15px 20px;
  background: #e8e8e8;
  text-align: left;
  font: normal normal normal 16px/24px "Mulish", sans-serif;
  font-weight: 400;
  color: #000000;
  width: 200px;
}

@media (max-width: 991px) {
  .checkout_wrapper .right_side {
    width: auto;
    display: inline-block;
  }
}

.checkout_wrapper .right_side span {
  font-weight: 600;
  display: inline-block;
  margin-left: 15px;
}

.checkout_wrapper .small_height img {
  max-height: 11px;
}

.checkout_wrapper .medium_height img {
  max-height: 14px;
}

.checkout.processing .processing_wrapper {
  margin: 10vw auto 20vw;
  text-align: center;
}

.checkout.processing .processing_wrapper .icon {
  margin-bottom: 2vw;
}

.checkout.processing .processing_wrapper .icon img {
  display: initial;
}

.checkout.processing .processing_wrapper h2 {
  margin-bottom: 2vw;
}

.checkout.processing .processing_wrapper h3 {
  color: red;
}

/* cart product table */
.cart_products.table_structure .headings {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .cart_products.table_structure .headings {
    display: none;
  }
}

.cart_products.table_structure .headings>div {
  text-align: left;
  font: normal normal normal 14px/19px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #6f6f6f;
  padding: 10px;
}

.cart_products.table_structure .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .cart_products.table_structure .data {
    flex-wrap: wrap;
  }
}

.cart_products.table_structure .data>div {
  text-align: left;
  font: normal normal normal 14px/25px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  padding: 10px;
  font-weight: 400;
  position: relative;
}

@media (max-width: 991px) {
  .cart_products.table_structure .data>div {
    margin-bottom: 40px;
    padding: 10px 0 0;
  }
}

.cart_products.table_structure .data>div em {
  display: none;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 991px) {
  .cart_products.table_structure .data>div em {
    display: block;
    position: absolute;
    left: 0;
    top: -20px;
  }
}

.cart_products.table_structure .icon {
  width: 50px;
}

.cart_products.table_structure .icon button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_products.table_structure .icon button span {
  display: none;
}

@media (max-width: 991px) {
  .cart_products.table_structure .icon button span {
    display: block;
    margin-right: 10px;
    font-weight: 600;
  }
}

.cart_products.table_structure .services {
  flex: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .cart_products.table_structure .services {
    width: calc(100% - 120px);
    flex: none;
    order: 1;
  }
}

@media (max-width: 767px) {
  .cart_products.table_structure .services {
    width: 100%;
  }
}

.cart_products.table_structure .services img {
  width: 4.937vw;
  height: 4.937vw;
  border-radius: 15%;
}

@media (max-width: 991px) {
  .cart_products.table_structure .services img {
    width: 40px;
    height: 40px;
  }
}

.cart_products.table_structure .services h4 {
  padding-left: 20px;
  font-weight: 400;
}

.cart_products.table_structure .services h4 span {
  display: block;
  color: #c4c4c4;
  font-weight: 300;
}

.cart_products.table_structure .services h4 span.error {
  color: #ff0000;
}

.cart_products.table_structure .feet {
  width: 100px;
}

@media (max-width: 991px) {
  .cart_products.table_structure .feet {
    width: 50%;
    order: 3;
  }
}

@media (max-width: 767px) {
  .cart_products.table_structure .feet {
    width: 100%;
  }
}

.cart_products.table_structure .date {
  min-width: 150px;
  width: 10%;
}

.cart_products.table_structure .date h4 {
  font-weight: 400;
}

.cart_products.table_structure .date h4 span {
  display: block;
  color: #c4c4c4;
  font-weight: 300;
}

@media (max-width: 991px) {
  .cart_products.table_structure .date {
    width: 50%;
    order: 3;
  }
}

@media (max-width: 767px) {
  .cart_products.table_structure .date {
    width: 100%;
  }
}

.cart_products.table_structure .nop {
  min-width: 150px;
  width: 10%;
}

@media (max-width: 991px) {
  .cart_products.table_structure .nop {
    width: 50%;
    order: 4;
  }
}

@media (max-width: 767px) {
  .cart_products.table_structure .nop {
    width: 100%;
  }
}

.cart_products.table_structure .capacity {
  min-width: 180px;
  width: 20%;
}

@media (max-width: 991px) {
  .cart_products.table_structure .capacity {
    width: 50%;
    order: 5;
  }
}

@media (max-width: 767px) {
  .cart_products.table_structure .capacity {
    width: 100%;
  }
}

.cart_products.table_structure .priceDetail {
  min-width: 100px;
  width: 10%;
}

@media (max-width: 991px) {
  .cart_products.table_structure .priceDetail {
    width: 50%;
    order: 6;
  }
}

@media (max-width: 767px) {
  .cart_products.table_structure .priceDetail {
    width: 100%;
  }
}

.cart_products.table_structure .price {
  min-width: 100px;
  width: 10%;
  font-weight: 600 !important;
}

@media (max-width: 991px) {
  .cart_products.table_structure .price {
    width: 50%;
    order: 6;
  }
}

@media (max-width: 767px) {
  .cart_products.table_structure .price {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .cart_products.table_structure .icon {
    order: 2;
  }

  .cart_products.table_structure .icon button {
    width: auto;
  }
}

@media (max-width: 767px) {
  .cart_products.table_structure .icon {
    width: 100%;
    order: 6;
  }
}

.cart_products.table_structure .select_input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: auto;
  background: url("../assets/img/svg/down-yellow.svg") no-repeat calc(100% - 10px) center;
  padding: 10px 35px 10px 15px;
  font-weight: 400;
  border: 1px solid #cecece;
  color: #000000;
}

.cart_products.table_structure .select_input.error {
  border: 4px solid #ff0000;
}

/* succcess */
.booking_success_wrap {
  padding: 67px 0;
}

.booking_success_wrap h2 {
  line-height: 1.3;
  font-family: "Mulish", sans-serif;
  color: #0023bf;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 400;
}

.booking_success_wrap h2 {
  font-size: calc(30px + ((100vw - 320px) / 1280) * 36);
}

.booking_success_wrap h3 {
  color: #000000;
  line-height: 1.3;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin: 0 0 50px;
}

.booking_success_wrap h3 {
  font-size: calc(22px + ((100vw - 320px) / 1280) * 18);
}

.booking_success_wrap h5 {
  font-family: "Mulish", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  line-height: 1.2;
}

.booking_success_wrap h5 {
  font-size: calc(20px + ((100vw - 320px) / 1280) * 10);
}

.booking_success_wrap .icon_box {
  margin: 0 auto 18px;
  width: 150px;
  height: 108px;
  background: #ffffff;
  border: 1px solid #fafa00;
  border-radius: 28px;
  position: relative;
}

.booking_success_wrap .cart_products {
  margin-top: 4vw;
}

.booking_success_wrap .cart_products .price {
  justify-content: flex-end;
  display: flex;
}

@media (max-width: 991px) {
  .booking_success_wrap .icon_box {
    width: 100px;
    height: 85px;
  }
}

.booking_success_wrap .icon_box .tick {
  width: 66px;
  height: 66px;
  background: #ffffff;
  border: 1px solid #fafa00;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking_success_wrap .icon_box .tick img {
  width: 29px;
  height: auto;
}

@media (max-width: 991px) {
  .booking_success_wrap .icon_box .tick {
    width: 45px;
    height: 45px;
  }

  .booking_success_wrap .icon_box .tick img {
    height: 20px;
  }
}

.booking_success_wrap .yatch_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 15px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 37px;
  width: auto;
}

@media (max-width: 991px) {
  .booking_success_wrap .yatch_icon {
    height: auto;
    width: 80%;
    margin: 10px 0 0;
  }
}

.booking_success_wrap .bottom_area {
  padding: 50px 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .booking_success_wrap .bottom_area {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.booking_success_wrap .bottom_area h4 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.booking_success_wrap .total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .booking_success_wrap .total {
    justify-content: flex-start;
    margin-top: -20px;
  }
}

.booking_success_wrap .total span {
  margin-left: 5vw;
}

@media (max-width: 991px) {
  .booking_success_wrap .total span {
    margin-left: 0;
  }
}

.booking_success_wrap .billing_details h5 {
  margin: 0 0 10px;
}

.booking_success_wrap .billing_details h6 {
  /*padding-left: 40px;*/
  color: #6f6f6f;
  font: normal normal normal 16px/25px "Poppins", sans-serif;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .booking_success_wrap .billing_details h6 {
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.booking_success_wrap .billing_details .btn {
  padding: 0 35px;
}

/* PROFILE */
body.profile .profile_wrapper {
  background: #0023bf;
  padding-top: 7px;
}

body.profile .profile_wrapper .container {
  padding-bottom: 75px;
  margin-bottom: 75px;
}

body.profile .profile_wrapper .bread_crumbs {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 1599px) {
  body.profile .profile_wrapper .bread_crumbs {
    margin-bottom: 30px;
  }
}

body.profile .profile_wrapper .bread_crumbs a {
  display: block;
  text-align: left;
  font: normal normal normal 13px/39px "Poppins", sans-serif;
  color: #ffffff;
  opacity: 0.7;
}

body.profile .profile_wrapper .bread_crumbs a:hover {
  opacity: 1;
  color: #fafa00;
}

body.profile .profile_wrapper .bread_crumbs a.active {
  opacity: 1;
  pointer-events: none;
}

body.profile .profile_wrapper .bread_crumbs a img {
  width: 15px;
}

body.profile .profile_wrapper .bread_crumbs span {
  display: block;
  margin: 0 15px;
  color: #ffffff;
  opacity: 0.7;
}

body.profile .profile_wrapper .login_container {
  width: calc(100% - 200px);
  color: #ffffff;
  display: flex;
  margin: 0 auto;
}

body.profile .profile_wrapper .login_container .form_container {
  padding: 75px 10% 0 0;
  width: 50%;
}

@media (max-width: 991px) {
  body.profile .profile_wrapper .login_container {
    width: 100%;
  }

  body.profile .profile_wrapper .login_container .form_container {
    padding: 30px 0 0 0;
    width: 100%;
  }
}

body.profile .profile_wrapper .login_container .form_container h2 {
  margin-bottom: 10px;
  font-weight: 400;
}

body.profile .profile_wrapper .login_container .form_container a {
  color: #fafa00;
  font-weight: bold;
  font-size: 15px;
  margin-left: 10px;
}

body.profile .profile_wrapper .login_container .form_container .login_form {
  margin-top: 30px;
}

body.profile .profile_wrapper .login_container .form_container .login_form>span {
  font-size: 0.8em;
}

body.profile .profile_wrapper .login_container .form_container .login_form a {
  margin-left: 0;
}

body.profile .profile_wrapper .login_container .form_container .login_form .btn:hover {
  background: transparent;
  color: #fafa00;
  border-color: #fafa00;
}

body.profile .profile_wrapper .login_container .form_container .input_wrapper {
  margin-top: 20px;
}

body.profile .profile_wrapper .login_container .form_container .input_wrapper.forgot_password {
  margin-top: 0;
  text-align: right;
}

body.profile .profile_wrapper .login_container .form_container .input_wrapper .error_mg {
  font-size: 13px;
}

body.profile .profile_wrapper .login_container .form_container .login_options {
  text-align: center;
  margin: 30px 0 10px;
}

body.profile .profile_wrapper .login_container .form_container .login_options .btn {
  width: 100%;
}

body.profile .profile_wrapper .login_container .form_container .login_options .btn:hover {
  background: #fafa00;
  color: #000000;
  border: 2px solid #fafa00;
}

body.profile .profile_wrapper .login_container .form_container .login_options .btn img {
  margin-right: 5px;
}

body.profile .profile_wrapper .login_container .form_container .other_option {
  margin-top: 40px;
  display: block;
  font-size: 14px;
}

body.profile .profile_wrapper .login_container .form_container .other_option span {
  margin-top: 20px;
  display: block;
}

body.profile .profile_wrapper .login_container .right_container {
  width: 50%;
}

@media (max-width: 991px) {
  body.profile .profile_wrapper .login_container .right_container {
    display: none;
  }
}

body.profile .profile_wrapper .login_container .right_container .image img {
  width: 100%;
  object-fit: cover;
}

body.profile .profile_wrapper .content_wrapper {
  display: flex;
}

body.profile .profile_wrapper .content_wrapper .sidebar {
  margin: 0 0 25px 0;
  color: #ffffff;
  width: 15%;
}

body.profile .profile_wrapper .content_wrapper .sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

body.profile .profile_wrapper .content_wrapper .sidebar ul li>a {
  color: #ffffff;
  height: 49px;
  display: flex;
  padding: 0 15px;
  text-align: left;
  font: normal normal 900 13px/46px "Mulish", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background: none;
  width: 100%;
}

body.profile .profile_wrapper .content_wrapper .sidebar ul li>a.active {
  background: #fafa00;
  color: #000000;
  border: 2px solid #fafa00;
}

body.profile .profile_wrapper .content_wrapper .sidebar ul li>a:not(.active):hover {
  color: #fafa00;
}

body.profile .profile_wrapper .content_wrapper .sidebar ul li>a img {
  display: inline;
  width: 20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(66deg) brightness(103%) contrast(101%);
}

body.profile .profile_wrapper .content_wrapper .sidebar ul li>a.active img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(247deg) brightness(104%) contrast(109%);
}

body.profile .profile_wrapper .content_wrapper .sidebar ul li>a:not(.active):hover img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(68%) saturate(7129%) hue-rotate(6deg) brightness(108%) contrast(101%);
}

body.profile .profile_wrapper .content_wrapper .sidebar ul li>a span {
  margin-left: 10px;
}

@media (max-width: 1250px) {
  body.profile .profile_wrapper .content_wrapper .sidebar ul li>a {
    font-size: .9vw;
  }
}

@media (max-width: 991px) {
  body.profile .profile_wrapper .content_wrapper .sidebar {
    display: none;
  }
}

body.profile .profile_wrapper .content_wrapper .content_container {
  background: #ffffff;
  width: 85%;
  min-height: 20vw;
  padding: 20px 30px;
}

body.profile .profile_wrapper .content_wrapper .content_container h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
}

body.profile .profile_wrapper .content_wrapper .content_container .content {
  margin-top: 20px;
}

@media (max-width: 991px) {
  body.profile .profile_wrapper .content_wrapper .content_container {
    width: 100%;
  }
}

body.profile .profile_wrapper .booking {
  margin-top: 40px;
}

body.profile .profile_wrapper .booking .booking_header {
  padding-bottom: 5px;
  border-bottom: 1px solid #c7c7c7;
  font-size: 14px;
  display: flex;
  background: #f1f1f1;
  padding: 6px 13px;
}

body.profile .profile_wrapper .booking .booking_header span {
  width: 100%;
  text-align: left;
  font-weight: 800;
}

body.profile .profile_wrapper .booking .booking_header span.date {
  text-align: center;
}

body.profile .profile_wrapper .booking .booking_header span.cost {
  text-align: right;
}

@media (max-width: 991px) {
  body.profile .profile_wrapper .booking .booking_header {
    font-size: 1.8vw;
  }
}

body.profile .profile_wrapper .booking .booking_detail {
  font-size: 14px;
  display: flex;
  margin: 30px 0;
  gap: 20px;
  align-items: center;
}

body.profile .profile_wrapper .booking .booking_detail>span {
  display: inline-grid;
  width: 100%;
}

body.profile .profile_wrapper .booking .booking_detail>span>span {
  display: block;
  color: #c4c4c4;
  font-weight: 400;
  font-size: 13px;
}

body.profile .profile_wrapper .booking .booking_detail>span.image {
  width: 20%;
  min-width: 80px;
}

body.profile .profile_wrapper .booking .booking_detail>span.image img {
  width: 100%;
  height: 80px;
  border-radius: 15%;
  object-fit: cover;
}

body.profile .profile_wrapper .booking .booking_detail>span.service {
  font-weight: 800;
}

body.profile .profile_wrapper .booking .booking_detail>span.trip {
  text-align: center;
}

body.profile .profile_wrapper .booking .booking_detail>span.trip .date {
  font-weight: 800;
  color: initial;
}

body.profile .profile_wrapper .booking .booking_detail>span.status {
  justify-content: flex-end;
  font-weight: 800;
  letter-spacing: 2px;
}

body.profile .profile_wrapper .booking .booking_detail>span.status.pending {
  color: #81c181;
}

@media (max-width: 991px) {
  body.profile .profile_wrapper .booking .booking_detail {
    font-size: 1.5vw;
  }

  body.profile .profile_wrapper .booking .booking_detail>span.image {
    min-width: 13vw;
  }

  body.profile .profile_wrapper .booking .booking_detail>span.image img {
    height: 10vw;
  }

  body.profile .profile_wrapper .booking .booking_detail>span>span {
    font-size: 1.4vw;
  }
}

body.profile.booking .profile_wrapper .booking .booking_header>div {
  width: 100%;
}

body.profile.booking .profile_wrapper .booking .booking_header .address h5 {
  font-size: 1.3em;
}

body.profile.booking .profile_wrapper .booking .booking_header .address h6 {
  font-size: .8em;
}

body.profile.booking .profile_wrapper .booking .cart_products {
  margin-top: 3vw;
}

body.profile.booking .profile_wrapper .booking .cart_products span.status {
  justify-content: flex-end;
  font-weight: 800;
  letter-spacing: 2px;
}

body.profile.booking .profile_wrapper .booking .cart_products span.status.pending {
  color: #81c181;
}

@media (min-width: 992px) and (max-width: 1250px) {
  body.profile.booking .profile_wrapper .booking .cart_products .headings>div.priceDetail {
    display: none;
  }

  body.profile.booking .profile_wrapper .booking .cart_products .data>div.priceDetail {
    display: none;
  }
}

body.profile .profile_wrapper .booking .booking_footer {
  padding-bottom: 5px;
  border-bottom: 1px solid #c7c7c7;
  font-size: 14px;
  display: flex;
  background: #f1f1f1;
  padding: 6px 13px;
}

body.profile .profile_wrapper .booking .booking_footer span {
  width: 100%;
  text-align: right;
  font-weight: 800;
}

body.profile .profile_wrapper .setting .input_group {
  display: flex;
  margin-top: 20px;
  gap: 40px;
}

body.profile .profile_wrapper .setting .input_wrapper {
  width: 100%;
}

body.profile .profile_wrapper .setting .input_wrapper label {
  color: #605d5d;
  font-size: 14px;
}

body.profile .profile_wrapper .setting .control_form {
  border: 1px solid #D8D8D8;
  color: #000000;
}

body.profile .profile_wrapper .setting .input_wrapper.buttons {
  margin-top: 40px;
}

body.profile .profile_wrapper .setting .input_wrapper.buttons .control_form {
  max-width: 200px;
  border: inherit;
}

body.profile .profile_wrapper .setting .input_wrapper.buttons .control_form:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  body.profile .profile_wrapper .setting .input_group {
    display: block;
    margin-top: 0;
  }

  body.profile .profile_wrapper .setting .input_wrapper {
    margin-top: 20px;
  }
}

body.profile .profile_wrapper .address_wrapper .addresses {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

body.profile .profile_wrapper .address_wrapper .addresses .address {
  background: #0023bf;
  color: #ffffff;
  padding: 20px;
  position: relative;
  font-size: 13px;
  min-width: 300px;
  line-height: 1.7em;
}

body.profile .profile_wrapper .address_wrapper .addresses .address a {
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 10px;
  letter-spacing: 2px;
}

body.profile .profile_wrapper .address_wrapper .addresses .address a.delete {
  top: 35px;
}

body.profile .profile_wrapper .address_wrapper .addresses .address a:hover {
  color: #fafa00;
}

body.profile .profile_wrapper .address_wrapper .addresses .address span {
  display: block;
}

body.profile .profile_wrapper .address_wrapper .addresses .address span.default {
  color: #fafa00;
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 2px;
}

body.profile .profile_wrapper .address_wrapper .buttons {
  margin-top: 40px;
}

body.profile .profile_wrapper .address_wrapper .buttons .control_form {
  max-width: 200px;
  border: inherit;
}

body.profile .profile_wrapper .address_wrapper .buttons .control_form:hover {
  color: #ffffff;
}

body.profile .profile_wrapper .address_form .input_group {
  display: flex;
  margin-top: 20px;
  row-gap: 20px;
  column-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

body.profile .profile_wrapper .address_form .input_wrapper {
  width: 33.33%;
  max-width: 300px;
}

body.profile .profile_wrapper .address_form .input_wrapper label {
  color: #605d5d;
  font-size: 14px;
}

body.profile .profile_wrapper .address_form .control_form {
  border: 1px solid #D8D8D8;
  color: #000000;
}

body.profile .profile_wrapper .address_form .input_wrapper.buttons {
  margin-top: 40px;
}

body.profile .profile_wrapper .address_form .input_wrapper.buttons .control_form {
  max-width: 200px;
  border: inherit;
}

body.profile .profile_wrapper .address_form .input_wrapper.buttons .control_form:hover {
  color: #ffffff;
}

@media (max-width: 1250px) {
  body.profile .profile_wrapper .address_form .input_wrapper {
    max-width: initial;
    width: 47%;
  }
}

@media (max-width: 991px) {
  body.profile .profile_wrapper .address_form .input_group {
    display: block;
  }

  body.profile .profile_wrapper .address_form .input_wrapper {
    margin-top: 20px;
    max-width: initial;
    width: 100%;
  }
}

/* static pages */
body.content.error .error .container h2 {
  font-size: 20px;
}

body.content.error .error .container p {
  font-size: 14px;
}

body.content.error .error {
  padding: 8% 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body.content.error .error img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

body.content.error .error a {
  text-decoration: none;
  margin-top: 10%;
}

body.content.error .error #btnbk {
  width: 260px;
  height: 49px;
  border: 0px;
  text-align: center;
  letter-spacing: 0px;
  opacity: 1;
}

.terms ol li {
  display: block;
}

.terms ol>li:first-child {
  counter-reset: item;
}

.terms ol>li {
  counter-increment: item;
  position: relative;
}

.terms ol>li:before {
  content: counters(item, ".") ". ";
  position: absolute;
  margin-right: 100%;
  right: 10px;
}

/* GENERIC */
body.generic .generic_wrapper {
  background: #0023bf;
  padding-top: 7px;
}

body.generic .generic_wrapper .container {
  padding-bottom: 75px;
  margin-bottom: 75px;
}

body.generic .generic_wrapper .bread_crumbs {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 1599px) {
  body.generic .generic_wrapper .bread_crumbs {
    margin-bottom: 30px;
  }
}

body.generic .generic_wrapper .bread_crumbs a {
  display: block;
  text-align: left;
  font: normal normal normal 13px/39px "Poppins", sans-serif;
  color: #ffffff;
  opacity: 0.7;
}

body.generic .generic_wrapper .bread_crumbs a:hover {
  opacity: 1;
  color: #fafa00;
}

body.generic .generic_wrapper .bread_crumbs a.active {
  opacity: 1;
  pointer-events: none;
}

body.generic .generic_wrapper .bread_crumbs a img {
  width: 15px;
}

body.generic .generic_wrapper .bread_crumbs span {
  display: block;
  margin: 0 15px;
  color: #ffffff;
  opacity: 0.7;
}

body.generic .generic_wrapper .contactus_wrapper {
  max-width: 800px;
  color: #ffffff;
  margin: 0 auto;
}

@media (max-width: 991px) {
  body.generic .generic_wrapper .contactus_wrapper {
    width: 100%;
  }
}

body.generic .generic_wrapper .contactus_wrapper h2 {
  margin-bottom: 10px;
  font-weight: 400;
}

body.generic .generic_wrapper .contactus_wrapper a {
  color: #fafa00;
  font-weight: bold;
  font-size: 15px;
  margin-left: 10px;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_form {
  margin-top: 30px;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_form>span {
  font-size: 0.8em;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_form a {
  margin-left: 0;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_form .btn:hover {
  background: transparent;
  color: #fafa00;
  border-color: #fafa00;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_form .input_group {
  display: flex;
  column-gap: 20px;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_form .input_wrapper {
  margin-top: 10px;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_form .input_group .input_wrapper {
  width: 50%;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_form .input_wrapper.input_buttons {
  text-align: right;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_form .input_wrapper.input_buttons .btn {
  width: 30%;
  min-width: 180px;
}

@media (max-width: 991px) {
  body.generic .generic_wrapper .contactus_wrapper .contactus_form .input_group {
    display: block;
  }

  body.generic .generic_wrapper .contactus_wrapper .contactus_form .input_group .input_wrapper {
    width: 100%;
  }
}

.input_wrapper textarea.control_form {
  height: auto;
  line-height: 1.4em;
  min-height: 4em;
  padding: 15px;
  resize: vertical;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_footer {
  margin-top: 75px;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_footer h2 {
  font-size: 14px;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_footer a {
  font-size: 12px;
  font-weight: 400;
  margin-left: 0;
}

body.generic .generic_wrapper .contactus_wrapper .contactus_footer span>span {
  margin: 0 10px;
  font-size: 12px;
}