/* global style */
@font-face {
  font-family: latoRegular;
  src: url("./src/font/Lato-Regular.ttf");
}
@font-face {
  font-family: latoBold;
  src: url("./src/font/Lato-Bold.ttf");
}
* {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-family: latoRegular;
}
a {
  text-decoration: none !important;
}
input,
textarea {
  border: none;
  outline: none;
  background-color: #fff;
  padding: 5px 10px !important;
  font-size: 16px !important;
}
input {
  height: 45px !important;
}
small {
  font-size: 12px;
  color: red !important;
  margin-left: 20px !important;

  position: absolute;
  bottom: -20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  padding-left: 40px;
}
button {
  border: 0;
  outline: 0;
  border-radius: 2px !important;
}

.input::placeholder {
  color: #757575;
  font-size: 16px !important;
  font-size: 12px !important;
}
/* carosle style */
.caroseelCaptionCustom {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}
.caroseelCaptionCustom h1 {
  font-size: 35px !important;
}
.caroseelCaptionCustom p {
  font-size: 26px;
}
.sliderAction {
  background-color: #00bcbf;
  color: #fff;
  border: 0 !important;
  outline: none;
  font-size: 17px;
  border-radius: 2px;
  font-family: latoBold;
}
.logo {
  width: 60px;
  height: 40px;
}
.carousel-indicators .CaroselPagin {
  margin: 3px !important;
  width: 12px !important;
  height: 12px !important;
  border: 1px !important;
  background-color: #ffffff !important;
  opacity: 0.4 !important;
  border-radius: 20px !important;
}
.carousel-indicators .active {
  margin: 3px !important;
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #f87c45 !important;
  background-color: transparent !important;
  opacity: 0.4 !important;
  border-radius: 20px !important;
}
/* nav style */
.nav {
  top: 30px !important;

  z-index: 10;
}
/* .nav img {
  width: 150px;
} */
.nav a {
  color: #fff;
}
/* first form style */
.firstFormWrapper {
  background-color: #00bcbf;
}
.smallInput {
  width: 210px;
  height: 35px;
  margin: 10px 20px !important;
}

.defultNumber {
  color: #000 !important;
  top: 50%;
  font-weight: bold;
  font-size: 12px;
  left: 30px;
  transform: translate(0, -50%);
}
.defultNumber2 {
  color: #000 !important;
  top: 50%;
  font-weight: bold;
  font-size: 12px;
  left: 10px;
  transform: translate(0, -50%);
}
.firstFormDlBtn {
  width: 210px !important;
  color: #fff;
  background-color: #00565f;
  font-family: latoBold;
  margin: 10px 20px !important;
}
.formContent {
  color: #fff;
  text-align: center;
}
/* tail layout */
.ActionLink {
  color: #f0a436 !important;
  margin-top: 30px !important;
  display: flex;
}
.taildesc {
  color: #666666;
}
.tailWrapper {
  margin-top: 80px !important;
}
/* secont foem */
.secondFormWrapper {
  background-color: #1b202b;
  color: #fff;
}
.secondFormWrapper .formContent h2 {
  color: #f0a436 !important;
}
.secondFormWrapper input {
  height: 35px;
}

.secondFormSubmitBtn {
  background-color: #f0a436;
  color: #fff;
  padding: 10px 20px !important;
}
/* modal */
.customModal {
  width: 350px !important;
}
.modalText {
  color: #3f3d56;
  text-align: center;
}
.modalText h3 {
  font-size: 20px;
  font-weight: bold;
}

.modalText p {
  margin: auto !important;
  font-size: 12px;
  width: 85%;
}
.modalBtn {
  background-color: #00bcbf;
  color: #fff;
  width: 100%;
  border-radius: 40px !important;
  height: 40px !important;
}
/* footer */
.footer {
  background-color: #fff;
}
.footer a {
  color: #000;
  margin: 3px !important;
}
.footerLink::after {
  content: "|";
  margin-left: 6px !important;
}
.copyRight {
  color: #777777;
  font-size: 16px;
  text-align: center;
}
/* custom Style for scroolbar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (max-width: 1200px) {
  /* .nav img {
    width: 120px;
  } */
  .caroseelCaptionCustom {
    position: absolute;
    width: 100% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
  }
}
@media screen and (max-width: 720px) {
  .nav {
    justify-content: space-between !important;
  }
  .sliderAction {
    font-size: 14px;
  }
  .caroseelCaptionCustom p {
    font-size: 18px;
    margin-top: 15px !important;
  }
  .formConten p {
    padding: 200px !important;
  }
  .copyRight {
    font-size: 12px;
  }
}
