* {
  font-family: "Poppins", serif !important;
}

.text-primary {
  color: #0089d3;
}

.text-secondary {
  color: #252429;
}

.bg-primary {
  background-color: #0089d3;
}

.bg-secondary {
  background-color: #252429;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}
.features-seo li::before {
  background-image: url(../images/Arrow.png);
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  left: 0;

}
.features-seo li{
  padding:10px 0px;
}

.font-bold {
  font-weight: 800;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.max-w-1280 {
  max-width: 1280px;
}

.h-60 {
  height: 60px;
}

.leading-30 {
  line-height: 30px;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}



.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 12px;
}

.ml-4 {
  margin-left: 16px;
}

.ml-5 {
  margin-left: 20px;
}

.ml-10 {
  margin-left: 40px;
}

.mr-1 {
  margin-right: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.mr-3 {
  margin-right: 12px;
}

.mr-4 {
  margin-right: 16px;
}

.mr-5 {
  margin-right: 20px;
}

.mr-10 {
  margin-right: 40px;
}

.mt-1 {
  margin-top: 4px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-5 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 40px;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 40px;
}

.pl-1 {
  margin-left: 4px;
}

.pl-2 {
  margin-left: 8px;
}

.pl-3 {
  margin-left: 12px;
}

.pl-4 {
  margin-left: 16px;
}

.pl-5 {
  margin-left: 20px;
}

.pl-10 {
  margin-left: 40px;
}

.pr-1 {
  margin-right: 4px;
}

.pr-2 {
  margin-right: 8px;
}

.pr-3 {
  margin-right: 12px;
}

.pr-4 {
  margin-right: 16px;
}

.pr-5 {
  margin-right: 20px;
}

.pr-10 {
  margin-right: 40px;
}

.pt-1 {
  margin-top: 4px;
}

.pt-2 {
  margin-top: 8px;
}

.pt-3 {
  margin-top: 12px;
}

.pt-4 {
  margin-top: 16px;
}

.pt-5 {
  margin-top: 20px;
}


.pb-1 {
  margin-bottom: 4px;
}

.pb-2 {
  margin-bottom: 8px;
}

.pb-3 {
  margin-bottom: 12px;
}

.pb-4 {
  margin-bottom: 16px;
}

.pb-5 {
  margin-bottom: 20px;
}

.pb-10 {
  margin-bottom: 40px;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #0089d3;
}

.text-secondary {
  color: #252429;
}

.text-lightgrey {
  color: #808080;
}

.bg-primary {
  background-color: #0089d3;
}

.bg-secondary {
  background-color: #252429;
}

.bg-cover {
  background-size: cover;
}

.services .bg-1 {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  background-color: #f2f2f2;
  position: relative;
  transition: all 2s;
}
.services .bg-1 .color-1 {
  width: 20px;
  height: 227px;
  background-color: #0089d3;
}
@media screen and (max-width: 1081px) {
  .services .bg-1 .color-1 {
    height: 273px;
  }
}
@media screen and (max-width: 769px) {
  .services .bg-1 .color-1 {
    height: 345px;
  }
}
@media screen and (max-width: 401px) {
  .services .bg-1 .color-1 {
    height: 450px;
  }
}
.services .bg-2 {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  background-color: #f2f2f2;
  position: relative;
  transition: all 2s;
}
.services .bg-2 .color-2 {
  width: 20px;
  height: 227px;
  background-color: #252429;
}
@media screen and (max-width: 1081px) {
  .services .bg-2 .color-2 {
    height: 273px;
  }
}
@media screen and (max-width: 769px) {
  .services .bg-2 .color-2 {
    height: 345px;
  }
}
@media screen and (max-width: 401px) {
  .services .bg-2 .color-2 {
    height: 450px;
  }
}
.services .bg-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100px;
  background-image: url("../images_two/circle-0.png");
  background-size: 50px 100px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.services .bg-1::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -30px;
  width: 70px;
  height: 70px;
  background-image: url("../images_two/circle-0-1.png");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.faq_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #252429;
  background-color: #fff;
  border-top-left-radius:10px ;
  border-top-right-radius:10px ;


}
.faq_description{
  padding: 30px 20px;
  font-size: 14px;
  color: #252429;
  border: 2px solid #252429;
  border-top: 0px;
  border-bottom-left-radius:10px ;
  border-bottom-right-radius:10px ;
}
.services .bg-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100px;
  background-image: url("../images_two/circle-2.png");
  background-size: 50px 100px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.services .bg-2::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -60px;
  width: 90px;
  height: 85px;
  background-image: url("../images_two/circle-1-2.png");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.services .col {
  width: 100%;
  position: relative;
  padding: 40px 110px;
}
@media screen and (max-width: 769px) {
  .services .col {
    padding: 20px 45px;
  }
}
.services .col .content h3 {
  font-size: 20px;
  margin: 0 0 15px;
  color: #0089d3;
}
@media screen and (max-width: 577px) {
  .services .col .content h3 {
    font-size: 20px;
  }
}
.services .col .content p {
  font-size: 14px;
  color: #252429;
}
@media screen and (max-width: 577px) {
  .services .col .content p {
    font-size: 14px;
  }
}

.why-choose {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-top: 50px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .why-choose {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 801px) {
  .why-choose {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.why-choose .reason {
  flex: 1;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .why-choose .reason {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 801px) {
  .why-choose .reason {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.why-choose .reason .opacity1 {
  opacity: 1;
}
.why-choose .reason .opacity0 {
  opacity: 0;
}
.why-choose .reason h3 {
  font-size: 20px;
  color: #0089d3;
  margin-bottom: 20px;
  transition: all 0.6s;
}
.why-choose .reason .scale0 {
  transform: scale(0);
}
.why-choose .reason .scale1 {
  transform: scale(1);
}
.why-choose .reason .content {
  position: relative;
  padding: 15px 0;
  z-index: 1;
  transition: all 0.8s;
}
@media screen and (max-width: 768px) {
  .why-choose .reason .content {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .why-choose .reason .content {
    justify-content: flex-start;
  }
}
.why-choose .reason .content .bg-wrapper {
  width: 60%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .why-choose .reason .content .bg-wrapper {
    margin: 0 auto 0 0;
    left: 45px;
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .why-choose .reason .content .bg-wrapper {
    left: 35px;
  }
}
@media screen and (max-width: 576px) {
  .why-choose .reason .content .bg-wrapper {
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  .why-choose .reason .content .bg-wrapper {
    left: 0;
    width: 70%;
  }
}
.why-choose .reason .content .bg-wrapper img {
  width: 35px;
  height: 47px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .why-choose .reason .content .bg-wrapper img {
    left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .why-choose .reason .content .bg-wrapper img {
    left: 0;
  }
}
.why-choose .reason .content .rectangle-card {
  width: 85%;
  height: 173px;
  position: relative;
  left: 15px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 576px) {
  .why-choose .reason .content .rectangle-card {
    width: 95%;
  }
}
.why-choose .reason .content .rectangle-card span {
  position: relative;
  margin-bottom: 15px;
}
.why-choose .reason .content .rectangle-card span .people-icon {
  width: 75px !important;
  margin: 5px 0 10px;
}
@media screen and (min-width: 1600px) {
  .why-choose .reason .content .rectangle-card span .people-icon {
    width: 110px !important;
    margin: 0 0 10px;
  }
}
.why-choose .reason .content .rectangle-card span img {
  width: 50px;
  height: auto;
}
.why-choose .reason .content .rectangle-card p {
  font-size: 15px;
  color: #252429;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.steps .bg-image {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 88%;
  height: 90%;
  background-image: url("../images_two/choose.webp");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  transition: all 0.6s;
}
@media screen and (max-width: 1081px) {
  .steps .bg-image {
    height: 84%;
  }
}
@media screen and (max-width: 1024px) {
  .steps .bg-image {
    width: 90%;
    background-size: contain;
  }
}
.steps .bg-image .column-items {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.steps .bg-image .column-items .scale0 {
  transform: scale(0);
}
.steps .bg-image .column-items .scale1 {
  transform: scale(1);
}
.steps .bg-image .column-items .single-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  transition: all 0.6s;
}
.steps .bg-image .column-items .single-col .map img {
  width: 100px !important;
}
.steps .bg-image .column-items .single-col .icon img {
  width: 70px;
  height: auto;
}
.steps .bg-image .column-items .single-col .title {
  margin-top: 10px;
}
.steps .bg-image .column-items .single-col .title h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .steps .bg-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: #0089d3;
    padding: 0 30px;
  }
  .steps .bg-image .column-items {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .steps .bg-image {
    padding: 0 20px;
  }
}

.search-form .css-1nmdiq5-menu {
  z-index: 5;
}

.gif-modal {
  background: transparent !important;
  box-shadow: none !important;
}
.gif-modal .react-responsive-modal-closeButton {
  display: none;
}

.company-container .grid-product {
  height: 100%;
  box-shadow: 0px 3px 5px rgba(12, 42, 104, 0.5019607843);
  border-radius: 12px;
}
.company-container .grid-product .white-thin-rectangle {
  width: 80%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
}
.company-container .grid-product .border-blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.company-container .grid-product .border-blue .type {
  width: 90%;
  border-radius: 5px;
  background-color: #0089d3;
  text-align: center;
  padding: 3px 10px;
  margin: 0 auto 15px;
}
.company-container .grid-product .border-blue .type h3 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.company-container .grid-product .border-blue .discount {
  width: 90%;
  border-radius: 5px;
  background-color: #0089d3;
  text-align: center;
  padding: 10px;
  margin: 20px auto 0;
}
.company-container .grid-product .border-blue .discount h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.company-container .grid-product .absolute-title {
  width: 100%;
  top: 0;
  padding: 10px 15px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #0089d3;
}
.company-container .grid-product .absolute-title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  /* height: 56px; */
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .company-container .grid-product .absolute-title h1 {
    font-size: 14px;
  }
}
.company-container .grid-product .offer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0 0;
}
.company-container .grid-product .offer div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252429;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding: 3px 10px 3px;
  border-radius: 4px;
}
.company-container .grid-product .features {
  border-left: none;
  border-right: none;
  width: 100%;
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.company-container .grid-product .features ul {
  padding: 0;
}
.company-container .grid-product .features li {
  color: #6a6a6a;
  margin: 2px 0;
  font-size: 12px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .company-container .grid-product .features li {
    font-size: 13px;
  }
}
.datepicker-cell{
  font-size: small !important;
  line-height: 25px !important;
} 
.datepicker-picker{
  padding: 10px !important;
}
.datepicker-controls{
  margin: 0px !important;
}
.company-container .grid-product .features li::before {
  background-image: url("../images/card-check.png");
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}
.company-container .grid-product .price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 0 0;
  --tw-bg-opacity: 1;
    background-color: rgb(241 83 10 / var(--tw-bg-opacity, 1));
    width: 100%;
}
.company-container .grid-product .price h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 0;
  color: white;
}
@media screen and (max-width: 768px) {
  .company-container .grid-product .price h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .company-container .grid-product .price h3 {
    font-size: 23px;
  }
}

.changeModal {
  width: 40%;
}
@media (max-width: 993px) {
  .changeModal {
    width: 70%;
  }
}
@media (max-width: 769px) {
  .changeModal {
    width: 90%;
  }
}
.changeModal .react-responsive-modal-closeButton {
  display: none;
}

.customModal {
  max-width: 800px !important;
  width: 100%;
  background-color: transparent !important;
  margin: 50px auto auto !important;
  padding: 0 !important;
}

.booking-summary {
  position: relative !important;
}
@media screen and (min-width: 1280px) {
  .booking-summary .fixed {
    width: 406px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 1281px) {
  .booking-summary .fixed {
    width: 406px;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 2;
  }
}
@media screen and (max-width: 1201px) {
  .booking-summary .fixed {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 993px) {
  .booking-summary .fixed {
    width: auto;
    position: relative !important;
    right: 0;
  }
}
.booking-summary .absolute {
  width: 406px;
  position: absolute !important;
  z-index: 2;
  bottom: 0;
  /* @media screen and (min-width: 1281px) {
      width: 406px;
      position: absolute !important;
      top: 0;
      /* right: 60px; */
  /* z-index: 2; */
  /* }  */
  /* @media screen and (max-width: 1281px) {
      width: 406px;
      position: absolute !important;
      top: 0;
      right: 60px;
      z-index: 2;
    } */
}
@media screen and (max-width: 1201px) {
  .booking-summary .absolute {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 993px) {
  .booking-summary .absolute {
    width: auto;
    position: relative !important;
    right: 0;
  }
}


.booking-summary .wrapper {
  display: flex;
  flex-direction: column;
  /* padding: 0 10px; */
  background-color: #fff;
  box-shadow: 0 0 8px #d6d7d7;
  border-radius: 4px;
  /* border: 1px solid #252429; */
}
@media screen and (max-width: 993px) {
  .booking-summary .wrapper {
    margin: 15px 0;
  }
}
@media screen and (max-width: 1151px) {
  .booking-summary .wrapper {
    flex-direction: column;
  }
}
.booking-summary .wrapper .color-full-label {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #0089d3;
  padding: 10px;
}
.booking-summary .wrapper .color-full-label h3 {
  font-size: 20px;
  color: #fff;
}
.booking-summary .wrapper .company-info {
  flex: 0.6;
  padding: 0 15px 0 0;
}
.booking-summary .wrapper .company-info .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.booking-summary .wrapper .company-info .title h1 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #200254;
}
.booking-summary .wrapper .company-info .title h3 {
  font-size: 13px;
  font-weight: 400;
  color: #a5a5a5;
}
.booking-summary .wrapper .company-info .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.booking-summary .wrapper .company-info .image img {
  width: 220px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.booking-summary .wrapper .company-info .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.booking-summary .wrapper .company-info .stars svg {
  font-size: 22px;
}
.booking-summary .wrapper .company-info .stars .fill-icon {
  color: #252429;
}
.booking-summary .wrapper .company-info .stars .icon {
  color: #a5a5a5;
}
@media screen and (max-width: 1151px) {
  .booking-summary .wrapper .booking-details {
    /* grid-template-columns: 1fr; */
    /* .col:nth-child(2) {
        border-bottom: 1px solid #A5A5A5;
        padding: 10px 20px;
      } */
  }
}
.booking-summary .wrapper .booking-details .col:nth-child(2) {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  margin-top: 10px;
  padding: 5px 10px;
}
.booking-summary .wrapper .booking-details .col {
  /* padding: 0 15px; */
  padding: 0 10px;
}
@media screen and (max-width: 1151px) {
  .booking-summary .wrapper .booking-details .col {
    border-left: none;
  }
}
.booking-summary .wrapper .booking-details .col .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.booking-summary .wrapper .booking-details .col .row p {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 577px) {
  .booking-summary .wrapper .booking-details .col .row p {
    font-size: 14px;
  }
}
.booking-summary .wrapper .booking-details .col .row .value {
  color: #292929 !important;
}
.booking-summary .wrapper .booking-details .total-charges {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #252429;
  padding: 10px;
}
.booking-summary .wrapper .booking-details .total-charges h2 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 577px) {
  .booking-summary .wrapper .booking-details .total-charges h2 {
    font-size: 20px;
  }
}
.booking-summary .wrapper .booking-details .total-charges h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 577px) {
  .booking-summary .wrapper .booking-details .total-charges h3 {
    font-size: 20px;
  }
}
.booking-summary .overflow-none {
  overflow-x: inherit !important;
}
.booking-summary .btn-container {
  /* width: 100%; */
  display: flex;
  justify-content: flex-end;
}
.booking-summary .btn-container .change-date-btn {
  /* border: 1px solid #252429; */
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  /* padding: 5px 7px; */
  color: #252429;
  /* @media screen and (max-width: 1151px) {
      color: #ffffff;
      border-radius: 4px;
      font-weight: 600;
    } */
}
@media screen and (max-width: 1151px) {
  .booking-summary .btn-container {
    margin-top: 10px;
  }
}

.checkbox-container .single-checkbox:nth-child(2) {
  margin-left: 15px;
}
@media screen and (max-width: 993px) {
  .checkbox-container .single-checkbox:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.checkbox-container .single-checkbox {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.checkbox-container .single-checkbox p {
  font-size: 13px;
  text-align: justify;
  color: #252429;
  margin-top: 5px;
}
.checkbox-container .single-checkbox .pretty {
  display: flex;
  align-items: center;
}
.checkbox-container .single-checkbox .pretty input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #0089d3 !important;
  margin-right: 7px;
}
.checkbox-container .single-checkbox .pretty .state label {
  font-size: 14px;
  font-weight: 500;
  color: #0c2a68;
}

.about-us-container .banner img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-us-container .about-content {
  padding: 0 50px;
}
@media screen and (max-width: 992px) {
  .about-us-container .about-content {
    padding: 0 20px;
  }
}
.about-us-container .about-content div {
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .about-us-container .about-content div {
    width: 100%;
  }
}
.about-us-container .about-content div h1 {
  font-size: 50px;
  color: #0089d3;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .about-us-container .about-content div h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-container .about-content div h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 577px) {
  .about-us-container .about-content div h1 {
    font-size: 22px;
  }
}
.about-us-container .about-content div h2 {
  font-size: 50px;
  color: #0089d3;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .about-us-container .about-content div h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-container .about-content div h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 577px) {
  .about-us-container .about-content div h2 {
    font-size: 22px;
  }
}
.about-us-container .about-content div h3 {
  font-size: 20px;
  color: #4f4c4c;
  margin: 0 0 20px;
}
@media screen and (max-width: 577px) {
  .about-us-container .about-content div h3 {
    font-size: 14px;
  }
}
.about-us-container .about-content div p {
  font-size: 14px;
  color: #252429;
  margin-bottom: 15px;
}
.about-us-container .about-content div p strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-us-container .about-content div p {
    font-size: 14px;
    text-align: justify !important;
  }
}

.customer-container .banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-container .banner img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .customer-container .banner img {
    width: 85%;
  }
}
@media screen and (max-width: 576px) {
  .customer-container .banner img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1080px) {
  .customer-container .customer-form {
    width: 100%;
    padding: 60px;
  }
}
@media screen and (max-width: 992px) {
  .customer-container .customer-form {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .customer-container .customer-form {
    padding: 45px 30px;
  }
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form {
    padding: 0px;
  }
}
.customer-container .customer-form .title {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.customer-container .customer-form .title h2 {
  font-size: 50px;
  color: #0089d3;
}
@media screen and (max-width: 768px) {
  .customer-container .customer-form .title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 401px) {
  .customer-container .customer-form .title h2 {
    font-size: 25px;
  }
}
.customer-container .customer-form .form-group .input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .form-group .input-group {
    grid-template-columns: 1fr;
  }
}
.customer-container .customer-form .form-group .input-group .input-field:nth-child(2) {
  margin: 0 0 20px auto !important;
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .form-group .input-group .input-field:nth-child(2) {
    margin: 0 0 20px !important;
  }
}
.customer-container .customer-form .form-group .input-group .input-field:nth-child(2) label {
  margin-left: 5px !important;
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .form-group .input-group .input-field:nth-child(2) label {
    margin-left: 0 !important;
  }
}
.customer-container .customer-form .form-group .input-group .input-field {
  width: 100%;
  margin: 0 auto 20px 0 !important;
}
.customer-container .customer-form .form-group .input-group .input-field label {
  display: block;
  font-size: 14px;
  color: #0c2a68;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .customer-container .customer-form .form-group .input-group .input-field label {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .form-group .input-group .input-field label {
    margin-left: 0 !important;
  }
}
.customer-container .customer-form .form-group .input-group .input-field input {
  width: 100%;
  border: 2px solid #252429;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #808080;
}
@media screen and (min-width: 1600px) {
  .customer-container .customer-form .form-group .input-group .input-field input {
    padding: 15px 20px;
    border: 3px solid #252429;
  }
}
@media screen and (max-width: 992px) {
  .customer-container .customer-form .form-group .input-group .input-field input {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .customer-container .customer-form .form-group .input-group .input-field input {
    border-radius: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .form-group .input-group .input-field input {
    font-size: 10px;
  }
}
.customer-container .customer-form .form-group .input-group .input-field .w-280 {
  width: 280px !important;
}
.customer-container .customer-form .form-group .input-group .input-field .w-260 {
  width: 260px !important;
}
.customer-container .customer-form .form-group .input-group .input-field .error {
  width: 250px;
  display: flex;
  padding: 5px 22px;
  position: relative;
  background-color: #dc0d0d;
  border-radius: 6px;
  top: 6px;
  left: 10px;
}
.customer-container .customer-form .form-group .input-group .input-field .error img {
  width: 15px;
  margin-right: 8px;
}
.customer-container .customer-form .form-group .input-group .input-field .error p {
  font-size: 14px;
  color: #fff;
}
.customer-container .customer-form .form-group .input-group .input-field .error::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #dc0d0d;
  position: absolute;
  top: -12px;
  left: 12%;
  transform: translateX(-50%);
}
.customer-container .customer-form .form-group .input-group-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.customer-container .customer-form .form-group .input-group-column .input-field {
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .form-group .input-group-column .input-field {
    margin: 0 auto 20px;
  }
}
.customer-container .customer-form .form-group .input-group-column .input-field label {
  display: block;
  font-size: 14px;
  color: #0089d3;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .customer-container .customer-form .form-group .input-group-column .input-field label {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .form-group .input-group-column .input-field label {
    margin-left: 0 !important;
  }
}
.customer-container .customer-form .form-group .input-group-column .input-field input {
  width: 100%;
  border: 2px solid #252429;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #808080;
}
@media screen and (min-width: 1600px) {
  .customer-container .customer-form .form-group .input-group-column .input-field input {
    padding: 15px 20px;
    border: 3px solid #252429;
  }
}
@media screen and (max-width: 992px) {
  .customer-container .customer-form .form-group .input-group-column .input-field input {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .customer-container .customer-form .form-group .input-group-column .input-field input {
    width: 100%;
    border-radius: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .form-group .input-group-column .input-field input {
    font-size: 10px;
  }
}
.customer-container .customer-form .form-group .input-group-column .input-field .w-280 {
  width: 280px !important;
}
.customer-container .customer-form .form-group .input-group-column .input-field .w-260 {
  width: 260px !important;
}
.customer-container .customer-form .form-group .input-group-column .input-field .w-250 {
  width: 250px !important;
}
.customer-container .customer-form .form-group .input-group-column .input-field .error {
  width: 220px;
  display: flex;
  padding: 5px 22px;
  position: relative;
  background-color: #dc0d0d;
  border-radius: 6px;
  top: 6px;
  left: 10px;
}
.customer-container .customer-form .form-group .input-group-column .input-field .error img {
  width: 15px;
  margin-right: 8px;
}
.customer-container .customer-form .form-group .input-group-column .input-field .error p {
  font-size: 14px;
  color: #fff;
}
.customer-container .customer-form .form-group .input-group-column .input-field .error::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #dc0d0d;
  position: absolute;
  top: -12px;
  left: 12%;
  transform: translateX(-50%);
}
.customer-container .customer-form .form-group .input-group-column .text-area {
  width: 100%;
}
.customer-container .customer-form .form-group .input-group-column .text-area textarea {
  width: 100%;
  height: 180px;
  border: 2px solid #252429;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #808080;
}
@media screen and (min-width: 1600px) {
  .customer-container .customer-form .form-group .input-group-column .text-area textarea {
    height: 250px;
    padding: 30px;
    border: 3px solid #252429;
  }
}
@media screen and (max-width: 992px) {
  .customer-container .customer-form .form-group .input-group-column .text-area textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .customer-container .customer-form .form-group .input-group-column .text-area textarea {
    width: 100%;
    border-radius: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .form-group .input-group-column .text-area textarea {
    font-size: 10px;
  }
}
.customer-container .customer-form .form-group .input-group-column .text-area .w-250 {
  width: 250px !important;
}
.customer-container .customer-form .form-group .input-group-column .text-area .error {
  width: 220px;
  display: flex;
  padding: 5px 22px;
  position: relative;
  background-color: #dc0d0d;
  border-radius: 6px;
  top: 0px;
  left: 10px;
}
.customer-container .customer-form .form-group .input-group-column .text-area .error img {
  width: 15px;
  margin-right: 8px;
}
.customer-container .customer-form .form-group .input-group-column .text-area .error p {
  font-size: 14px;
  color: #fff;
}
.customer-container .customer-form .form-group .input-group-column .text-area .error::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #dc0d0d;
  position: absolute;
  top: -12px;
  left: 12%;
  transform: translateX(-50%);
}
.customer-container .customer-form .form-group .google-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
}
.customer-container .customer-form .form-group .error-container {
  display: flex;
  justify-content: center;
}
.customer-container .customer-form .form-group .error-container .error {
  width: 260px;
  display: flex;
  padding: 5px 22px;
  position: relative;
  background-color: #dc0d0d;
  border-radius: 6px;
  top: -15px;
  left: -20px;
}
.customer-container .customer-form .form-group .error-container .error img {
  width: 15px;
  margin-right: 8px;
}
.customer-container .customer-form .form-group .error-container .error p {
  font-size: 14px;
  color: #fff;
}
.customer-container .customer-form .form-group .error-container .error::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #dc0d0d;
  position: absolute;
  top: -12px;
  left: 10%;
  transform: translateX(-50%);
}
.customer-container .customer-form .btn-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.customer-container .customer-form .btn-container .submit-btn {
  border: 1px solid #0089d3;
  border-radius: 8px;
  background-color: #0089d3;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 60px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .btn-container .submit-btn {
    font-size: 14px;
  }
}
.customer-container .customer-form .nav-link {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.customer-container .customer-form .nav-link a {
  font-size: 16px;
  font-weight: 600;
  color: #0089d3;
  padding-left: 10px;
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .nav-link a {
    font-size: 12px;
  }
}
.customer-container .customer-form .nav-link div img {
  width: 20px;
  height: 20px;
}
.customer-container .customer-form .nav-link .address h4 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 576px) {
  .customer-container .customer-form .nav-link .address h4 {
    font-size: 14px;
  }
}

.terms-container .title {
  text-align: center;
}
.terms-container .title h1 {
  font-size: 50px;
  color: #0089d3;
}
@media screen and (max-width: 993px) {
  .terms-container .title h1 {
    font-size: 35px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .terms-container .title h1 {
    font-size: 25px;
  }
}
.terms-container .title p {
  font-size: 14px;
  color: #252429;
}
@media screen and (max-width: 577px) {
  .terms-container .title p {
    font-size: 14px;
    margin: 10px 0;
  }
}
.terms-container .title p strong {
  color: #0089d3;
}
.terms-container div h2 {
  font-size: 35px;
  color: #0089d3;
  margin: 0 0 25px;
}
@media screen and (max-width: 769px) {
  .terms-container div h2 {
    font-size: 18px;
    margin: 15px 0;
  }
}
.terms-container div p {
  font-size: 14px;
  color: #252429;
  margin: 15px 0;
}
@media screen and (max-width: 577px) {
  .terms-container div p {
    font-size: 14px;
    margin: 10px 0;
  }
}
.terms-container div p strong {
  color: #0089d3;
}
.terms-container div ul p {
  font-size: 14px;
  color: #252429;
  margin: 15px 0;
}
@media screen and (max-width: 577px) {
  .terms-container div ul p {
    font-size: 14px;
    margin: 10px 0;
  }
}
.terms-container div ul p strong {
  color: #0089d3;
}
.terms-container div ul li {
  font-size: 14px;
  color: #252429;
  margin: 0 0 15px;
}
@media screen and (max-width: 577px) {
  .terms-container div ul li {
    font-size: 14px;
    margin: 10px 0;
  }
}
.terms-container div ul li strong {
  color: #0089d3;
  margin-right: 5px;
}
.terms-container .footer-content {
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 577px) {
  .terms-container .footer-content {
    width: 100%;
  }
}
.terms-container .footer-content h3 {
  font-size: 18px;
  font-weight: 400;
  color: #0089d3;
}
.terms-container .footer-content .social {
  margin: 20px 0 0;
}
.terms-container .footer-content .social li:nth-child(2) {
  margin: 10px 0;
}
.terms-container .footer-content .social li:last-child {
  margin-top: 10px;
}
.terms-container .footer-content .social li {
  display: flex;
  align-items: center;
  margin: 0;
}
.terms-container .footer-content .social li .icon {
  display: flex;
  align-items: center;
}
.terms-container .footer-content .social li .icon img {
  width: 20px;
  margin-right: 10px;
}
.terms-container .footer-content .social li p:nth-child(2) {
  margin: 0;
}
.terms-container .footer-content .social li a {
  font-size: 14px !important;
  color: #252429 !important;
}

.faqs-container {
  z-index: 2;
  overflow: hidden;
}
.faqs-container .wrapper {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.faqs-container .wrapper .title {
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faqs-container .wrapper .title {
    padding: 30px 30px 0;
    text-align: left;
  }
}
.faqs-container .wrapper .title h1 {
  font-size: 50px;
  color: #0089d3;
}
@media screen and (max-width: 768px) {
  .faqs-container .wrapper .title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .faqs-container .wrapper .title h1 {
    font-size: 30px;
  }
}
.faqs-container .wrapper .top-right-image {
  position: absolute;
  top: 80px;
  right: -180px;
  width: 650px;
  height: 700px;
}
@media screen and (max-width: 769px) {
  .faqs-container .wrapper .top-right-image {
    display: none;
  }
}
.faqs-container .wrapper .bottom-left-image {
  position: absolute;
  bottom: -100px;
  left: -150px;
  width: 650px;
  height: 700px;
}
@media screen and (max-width: 769px) {
  .faqs-container .wrapper .bottom-left-image {
    display: none;
  }
}
.faqs-container .question-container {
  position: relative;
  z-index: 3;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .faqs-container .question-container {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .faqs-container .question-container {
    width: 100%;
    padding: 0 30px 30px;
  }
}
.faqs-container .question-container .height-show {
  border: 2px solid #252429 !important;
}
.faqs-container .question-container .height-show .border-hide {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.faqs-container .question-container .height-show .border-hide .rotate {
  transform: rotate(0deg);
}
.faqs-container .question-container .single-question {
  background-color: #fff;
  border-radius: 8px;
  margin: 25px 0;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .faqs-container .question-container .single-question {
    margin: 40px 0;
  }
}
@media screen and (max-width: 576px) {
  .faqs-container .question-container .single-question {
    margin: 20px 0 0;
  }
}
.faqs-container .question-container .single-question .question-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px 20px 30px;
  border: 2px solid #252429;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 576px) {
  .faqs-container .question-container .single-question .question-title {
    padding: 15px 20px;
  }
}
.faqs-container .question-container .single-question .question-title h2 {
  font-size: 18px;
  color: #0089d3;
}
@media screen and (max-width: 992px) {
  .faqs-container .question-container .single-question .question-title h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .faqs-container .question-container .single-question .question-title h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .faqs-container .question-container .single-question .question-title h2 {
    font-size: 12px;
  }
}
.faqs-container .question-container .single-question .question-title .icon img {
  width: 18px;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .faqs-container .question-container .single-question .question-title .icon img {
    width: 16px;
  }
}
@media screen and (max-width: 576px) {
  .faqs-container .question-container .single-question .question-title .icon img {
    width: 14px;
  }
}
.faqs-container .question-container .single-question .content {
  padding: 30px 20px;
}
@media screen and (max-width: 576px) {
  .faqs-container .question-container .single-question .content {
    padding: 20px;
  }
}
.faqs-container .question-container .single-question .content p {
  font-size: 14px;
  color: #252429;
}
@media screen and (max-width: 768px) {
  .faqs-container .question-container .single-question .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .faqs-container .question-container .single-question .content p {
    font-size: 12px;
  }
}

.privacy-container div h1 {
  font-size: 50px;
  text-align: center;
  color: #0089d3;
  /* margin: 20px 0; */
}
@media screen and (max-width: 993px) {
  .privacy-container div h1 {
    font-size: 35px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 769px) {
  .privacy-container div h1 {
    font-size: 25px;
  }
}
.privacy-container div h2 {
  font-size: 20px;
  color: #0089d3;
  margin: 20px 0 0;
}
@media screen and (max-width: 769px) {
  .privacy-container div h2 {
    font-size: 18px;
  }
}
.privacy-container div p {
  font-size: 14px;
  line-height: 30px;
  color: #252429;
  margin: 0 0 15px;
}
@media screen and (max-width: 769px) {
  .privacy-container div p {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.privacy-container div ul {
  padding: 0 20px;
}
.privacy-container div ul li {
  font-size: 14px;
  color: #252429;
  margin: 0 0 10px;
}
.privacy-container div ul li strong {
  color: #0089d3;
  margin-right: 5px;
}
@media screen and (max-width: 769px) {
  .privacy-container div ul li {
    font-size: 14px;
    margin: 0 0 10px;
  }
}

.refund-container .title {
  text-align: center;
}
.refund-container .title h1 {
  font-size: 50px;
  color: #0089d3;
}
@media screen and (max-width: 993px) {
  .refund-container .title h1 {
    font-size: 35px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 769px) {
  .refund-container .title h1 {
    font-size: 25px;
  }
}
.refund-container div h2 {
  font-size: 30px;
  color: #0089d3;
  margin: 0 0 25px;
}
@media screen and (max-width: 769px) {
  .refund-container div h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.refund-container div p {
  font-size: 14px;
  color: #252429;
  margin: 15px 0;
}
@media screen and (max-width: 577px) {
  .refund-container div p {
    font-size: 14px;
    margin: 10px 0;
  }
}
.refund-container div p strong {
  color: #0089d3;
}
.refund-container div ul {
  padding: 0;
}
.refund-container div ul p {
  font-size: 14px;
  color: #252429;
  margin: 15px 0;
}
@media screen and (max-width: 577px) {
  .refund-container div ul p {
    font-size: 14px;
    margin: 10px 0;
  }
}
.refund-container div ul p strong {
  color: #0089d3;
}
.refund-container div ul li {
  font-size: 14px;
  color: #252429;
  margin: 0 0 15px;
}
@media screen and (max-width: 577px) {
  .refund-container div ul li {
    font-size: 14px;
    margin: 10px 0;
  }
}
.refund-container div ul li strong {
  color: #0089d3;
  margin-right: 5px;
}/*# sourceMappingURL=custom.css.map */