* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Prompt", sans-serif;
  background-image: url("../images/car.png") !important;
  background-size: cover;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
  font-family: "Prompt", sans-serif;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
a:hover {
  text-decoration: none;
}

.mb-25 {
  margin-bottom: 25px !important;
}

#data_save {
  font-family: "Prompt", sans-serif;
  padding: 25px;
  width: 2000px;
  height: fit-content;
  border-radius: 4px;
  background: linear-gradient(to right, #89d251, #429403);
}

.text-bold {
  font-weight: bold;
}

.dsp-inline {
  display: inline;
}

input.invalid {
  background-color: #ffdddd;
}

.tab {
  display: none;
  margin-bottom: 10px;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #4caf50;
}

.pin-group {
  width: 38px !important;
  margin-right: 4px !important;
  text-align: center !important;
}

.zip-group {
  width: 100% !important;
  margin-right: 4px !important;
  text-align: center !important;
}

.pno-g {
  height: 52px !important;
  background: #fff !important;
}

.spn-cont {
  height: 52px;
  color: #fff;
  display: flex;
  align-items: center;
}

.w60p {
  width: 60%;
}

.middle-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inform-container {
  display: contents;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: auto;
  background: #f7fff1 !important;
}

.footer-stepform {
  display: flex;
  position: fixed;
  align-items: center;
  bottom: 0;
  justify-content: center;
  width: 100%;
  height: 52px;
  background: #39424f;
  color: #fff;
  margin-top: 15px;
}

.hotel-abs {
  border-radius: 10px;
}

.hotel-bothside {
  z-index: 1;
  margin: 0em auto;
  /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); */
  /* background: linear-gradient(to right, #89d251, #429403); */
}

.hotel-left-w3ls,
.hotel-right-w3ls {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.hotel-right-w3ls h2,
.hotel-left-w3ls h2 {
  font-size: 39px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  padding-bottom: 21px;
}

.main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.form-right-to-w3ls,
.form-left-to-w3l {
  flex-basis: 48%;
  -webkit-flex-basis: 48%;
}

.add input[type="text"] {
  width: 100%;
}

.form-right-to-w3ls input[type="text"] {
  padding-right: 0px;
}

.form-left-to-w3l p,
.form-right-to-w3ls p,
.form-control-w3l p,
.form-add-to-w3ls p {
  color: #23b7bd;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

select.form-control {
  outline: none;
  width: 100%;
  height: 52px;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Prompt", sans-serif;
}

.form-left-to-w3l input[type="text"],
.form-right-to-w3ls input[type="text"],
.form-left-to-w3l input[type="date"],
.form-right-to-w3ls input[type="date"],
.form-left-to-w3l input[type="email"],
.form-right-to-w3ls input[type="month"],
.form-control-w3l textarea,
.form-add-to-w3ls input[type="text"] {
  -webkit-appearance: none;
  display: inline-block;
  height: 52px;
  font-family: "Prompt", sans-serif;
}

select.form-control,
.form-left-to-w3l input[type="date"],
.form-right-to-w3ls input[type="date"],
.form-left-to-w3l input[type="text"],
.form-right-to-w3ls input[type="text"],
.form-left-to-w3l input[type="email"],
.form-right-to-w3ls input[type="month"],
.form-control-w3l textarea,
.form-add-to-w3ls input[type="text"] {
  font-family: "Prompt", sans-serif;
  outline: none;
  width: 100%;
  height: 52px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  letter-spacing: 2px;
  border: none;
  font-size: 15px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
  margin: 0px 0px 29px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

option {
  background: #fff;
}

textarea {
  height: 116px;
  padding: 1em;
  overflow: hidden;
  resize: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.header-stepform {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: linear-gradient(to right, #89d251, #429403);
  height: 98px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.btnn {
  text-align: center;
  box-sizing: border-box;
  /* width: 100%; */
}

.btnn-next {
  text-align: right;
  box-sizing: border-box;
  width: 100%;
}

.btnn-prev {
  text-align: left;
  box-sizing: border-box;
  width: 100%;
}

.btn20-per {
  width: 20% !important;
}

.btn100-per {
  width: 100% !important;
}

.call-icon {
  font-size: 14px;
  margin-right: 5px;
}

.icon-container {
  background: #fff;
  padding-left: 5px;
  height: 52px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.call {
  background: #7b8189 !important;
}

.share {
  background: #005179 !important;
}

.contact-btn {
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 0 15px 0 15px;
  display: inherit;
  align-items: center;
  height: 52px;
}

.logo {
  position: absolute;
  top: 25px;
  left: 15px;
}

.fz-14 {
  font-size: 13px;
  font-family: "Prompt", sans-serif;
}

.font-fire {
  color: #ffa252;
}

a {
  color: #fff !important;
}

.contact-insure {
  position: absolute;
  top: 25px;
  right: 15px;
  display: flex;
  align-items: center;
}

.w100p {
  width: 100%;
}

button[type="submit"] {
  font-family: "Prompt", sans-serif;
  background: #005179;
  outline: none;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 400;
  border: none;
  padding: 11px 11px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  height: 52px !important;
}

button {
  font-family: "Prompt", sans-serif !important;
  background: #005179 !important;
  outline: none !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 11px 11px !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  transition: 0.5s all !important;
  -webkit-transition: 0.5s all !important;
  -o-transition: 0.5s all !important;
  -moz-transition: 0.5s all !important;
  -ms-transition: 0.5s all !important;
  height: 52px !important;
}

.radius-next {
  border-radius: 10px;
  color: #fff !important;
}

.radius-next:hover {
  border-radius: 10px;
  color: #000 !important;
}

.radius-back {
  border-radius: 10px;
}

button:hover {
  font-family: "Prompt", sans-serif;
  color: #000 !important;
  background: #fff !important;
  content: "\00bb";
}

.copy p {
  margin: 0em;
  text-align: center;
  font-size: 17px;
  color: white;
  letter-spacing: 3px;
}

.copy p a {
  color: #fff;
  text-decoration: none;
}

.copy p a:hover {
  color: #0d8a9f;
}

h1.header-w3ls {
  text-align: center;
  color: #fff;
  font-family: "Prompt", sans-serif;
  letter-spacing: 8px;
}

.hotel-bothside {
  display: flex;
  justify-content: center;
  width: 80%;
  margin-top: 2%;
}

@media (max-width: 1920px) {
  /* .hotel-bothside {
        width: 65%;
    } */
  h1.header-w3ls {
    font-size: 42px;
    /* padding: 32px 0px 32px; */
  }
  select.form-control,
  .form-left-to-w3l input[type="date"],
  .form-right-to-w3ls input[type="date"],
  .form-left-to-w3l input[type="text"],
  .form-right-to-w3ls input[type="text"],
  .form-right-to-w3ls input[type="month"],
  .form-left-to-w3l input[type="email"],
  .form-control-w3l textarea,
  .form-add-to-w3ls input[type="text"] {
    padding: 1em;
    margin: 0px 0px 20px;
  }
  .copy {
    padding: 43px 0px;
  }
  select.form-control,
  .form-left-to-w3l input[type="date"],
  .form-right-to-w3ls input[type="month"],
  .form-right-to-w3ls input[type="date"] {
    height: 52px;
  }
}

@media (max-width: 1680px) {
  /* .hotel-bothside {
        width: 65%;
    } */
  /* .title-abs {
        display: none;
    } */
}

@media (max-width: 1600px) {
  /* .hotel-bothside {
        width: 65%;
    } */
  h1.header-w3ls {
    font-size: 44px;
    /* padding: 31px 0px 25px */
  }
  .copy {
    padding: 30px 0px;
  }
  select.form-control,
  .form-left-to-w3l input[type="date"],
  .form-right-to-w3ls input[type="date"],
  .form-left-to-w3l input[type="text"],
  .form-right-to-w3ls input[type="text"],
  .form-left-to-w3l input[type="email"],
  .form-right-to-w3ls input[type="month"],
  .form-control-w3l textarea,
  .form-add-to-w3ls input[type="text"] {
    padding: 0.8em;
    margin: 0px 0px 17px;
  }
  select.form-control {
    height: 52px;
  }
  /* .title-abs {
        display: none;
    } */
}

@media (max-width: 1440px) {
  /* .hotel-bothside {
        width: 65%;
    } */
  h1.header-w3ls {
    font-size: 34px;
  }
}

@media (max-width: 1366px) {
  /* .hotel-bothside {
        width: 65%;
    } */
  h1.header-w3ls {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  /* .hotel-bothside {
        width: 65%;
    } */
}

@media (max-width: 1080px) {
  h1.header-w3ls {
    font-size: 30px;
  }
  /* .hotel-bothside {
        width: 65%;
    } */
  select.form-control,
  .form-left-to-w3l input[type="date"],
  .form-right-to-w3ls input[type="date"],
  .form-left-to-w3l input[type="text"],
  .form-right-to-w3ls input[type="text"],
  .form-left-to-w3l input[type="email"],
  .form-right-to-w3ls input[type="month"],
  .form-control-w3l textarea,
  .form-add-to-w3ls input[type="text"] {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  button[type="submit"] {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  /* .hotel-bothside {
        width: 65%;
    } */
  h1.header-w3ls {
    font-size: 34px;
  }
  .hotel-right-w3ls h2,
  .hotel-left-w3ls h2 {
    font-size: 37px;
    padding-bottom: 18px;
  }
  .fz-14 {
    display: none;
  }
  i {
    font-size: 15px !important;
  }
  .call-icon {
    margin-right: 0;
  }
  select.form-control,
  .form-left-to-w3l input[type="text"],
  .form-right-to-w3ls input[type="text"],
  .form-left-to-w3l input[type="email"],
  .form-right-to-w3ls input[type="month"],
  .form-control-w3l textarea,
  .form-add-to-w3ls input[type="text"] {
    margin: 0px 0px 14px;
    letter-spacing: 1px;
  }
}

@media (max-width: 1152px) {
  .fz-14 {
    display: none;
  }
  i {
    font-size: 15px !important;
  }
  .call-icon {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  select.form-control,
  .form-left-to-w3l input[type="text"],
  .form-right-to-w3ls input[type="text"],
  .form-left-to-w3l input[type="email"],
  .form-right-to-w3ls input[type="month"],
  .form-control-w3l textarea,
  .form-add-to-w3ls input[type="text"] {
    padding: 0.6em;
  }
  select.form-control {
    height: 52px;
  }
  textarea {
    height: 100px;
  }
}

@media (max-width: 960px) {
  h1.header-w3ls {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  .mid-cls {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .hotel-right-w3ls h2,
  .hotel-left-w3ls h2 {
    letter-spacing: 2px;
    font-size: 35px;
  }
  .hide-txt {
    display: none;
  }
}

@media (max-width: 800px) {
  .hotel-right-w3ls h2,
  .hotel-left-w3ls h2 {
    padding-bottom: 26px;
  }
  /* .hotel-bothside {
        width: 65%;
        padding: 35px 30px;
    } */
  textarea {
    height: 116px;
  }
  h1.header-w3ls {
    letter-spacing: 6px;
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .copy p {
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  h1.header-w3ls {
    font-size: 34px;
  }
  .copy p {
    font-size: 16px;
  }
  .home-step {
    left: -14px;
    z-index: 1;
    width: 43px !important;
  }
  .home-step2 {
    left: -14px;
    z-index: 1;
    width: 43px !important;
  }
  .fz-1rem {
    display: none;
  }
  .flx-card {
    width: 97% !important;
  }
}

@media (max-width: 736px) {
  /* .hotel-bothside {
        width: 65%;
        padding: 30px 30px;
    } */
  h1.header-w3ls {
    font-size: 34px;
  }
  select.form-control,
  .form-left-to-w3l input[type="text"],
  .form-right-to-w3ls input[type="text"],
  .form-left-to-w3l input[type="email"],
  .form-right-to-w3ls input[type="month"],
  .form-control-w3l textarea,
  .form-add-to-w3ls input[type="text"] {
    font-size: 13px;
  }
}

@media (max-width: 667px) {
  h1.header-w3ls {
    letter-spacing: 4px;
  }
  /* .hotel-bothside {
        width: 65%;
    } */
  .hotel-right-w3ls h2,
  .hotel-left-w3ls h2 {
    padding-bottom: 12px;
  }
  .copy p {
    letter-spacing: 1px;
  }
  button {
    width: 105.5px;
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  .hotel-bothside {
    padding: 5px 15px 0px;
  }
  h1.header-w3ls {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .copy p {
    padding: 0px 20px;
    line-height: 29px;
  }
  h1.header-w3ls {
    letter-spacing: 2px;
  }
}

@media (max-width: 568px) {
  h1.header-w3ls {
    font-size: 32px;
  }
  .hotel-bothside {
    width: 100%;
  }
  .hotel-right-w3ls h2,
  .hotel-left-w3ls h2 {
    font-size: 33px;
  }
}

@media (max-width: 480px) {
  h1.header-w3ls {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .main {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .header-w3ls {
    display: none;
  }
}

@media (max-width: 440px) {
  select.form-control,
  .form-left-to-w3l input[type="text"],
  .form-right-to-w3ls input[type="text"],
  .form-left-to-w3l input[type="email"],
  .form-right-to-w3ls input[type="month"],
  .form-control-w3l textarea,
  .form-add-to-w3ls input[type="text"] {
    margin: 0px 0px 11px;
  }
  h1.header-w3ls {
    line-height: 52px;
  }
}

@media (max-width: 414px) {
  .hotel-right-w3ls h2,
  .hotel-left-w3ls h2 {
    letter-spacing: 1px;
  }
  textarea {
    height: 101px;
  }
}

@media (max-width: 411px) {
  .hotel-right-w3ls h2,
  .hotel-left-w3ls h2 {
    letter-spacing: 1px;
  }
  #data_save {
    padding: 10px;
  }
}

@media (max-width: 384px) {
  .hotel-bothside {
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  h1.header-w3ls {
    font-size: 37px;
  }
  .hotel-right-w3ls h2,
  .hotel-left-w3ls h2 {
    font-size: 29px;
  }
}

@media (max-width: 375px) {
  h1.header-w3ls {
    font-size: 22px;
  }
  #data_save {
    padding: 10px;
  }
}

@media (max-width: 320px) {
  h1.header-w3ls {
    font-size: 32px;
  }
  .hotel-right-w3ls h2,
  .hotel-left-w3ls h2 {
    font-size: 27px;
  }
}

.hide-txt {
  display: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w31-6 {
  width: 31.6%;
}

.grid-three {
  /* display: grid; */
  grid-template-columns: auto auto auto !important;
  height: 72px;
}

.grid-item-three {
  text-align: center;
  padding: 2px;
  height: 52px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto !important;
  /* height: 104px; */
}

.grid-item {
  text-align: left;
  /* padding: 2px;
    height: 52px; */
}

.title-abs {
  /* position: absolute; */
  width: 100%;
  top: 15px;
}

.abs-next {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.abs-back {
  position: absolute;
  left: 0;
  bottom: 10px;
}

.dsp-flxstart {
  display: flex !important;
  justify-content: flex-start;
  height: 52px;
}

.dsp-flxend {
  display: flex;
  justify-content: flex-end;
}

.w50p {
  width: 50%;
}

.mr-15 {
  margin-right: 15px;
}

.container {
  /* display: block; */
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  /* top: 25%; */
  width: 100%;
  text-align: center;
  /* margin-top: 30px; */
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index: 1;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.custom-btn {
  height: 30px;
  text-align: center;
  border: none;
  background: #005179 !important;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Prompt", sans-serif;
}

.custom-btn:hover {
  height: 30px;
  text-align: center;
  border: none;
  background: #fff !important;
  color: #000;
  cursor: pointer;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-family: "Prompt", sans-serif;
}

.w-100 {
  width: 100%;
}

.modal-pst {
  display: flex;
  justify-content: center;
  width: 80%;
}

.modal-overlay {
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

/* On mouse-over, add a grey background color */

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.rd-ony {
  /* border: 2px solid #0d8a9f !important; */
  background: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
}

.rd-ony::placeholder {
  font-size: 16px !important;
  color: #000 !important;
}

.date-ony {
  /* border: 2px solid #0d8a9f !important; */
  background: #badb59 !important;
  color: #fff !important;
  height: 52px;
}

.date-ony::placeholder {
  color: #fff !important;
}

.dsp-flex {
  display: flex !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-15 {
  margin-top: 15px;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar2 {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar2.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar3 {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar3.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.gallery-container {
  width: 70%;
  display: flex;
  margin: 0em auto;
  margin-top: 15px;
}

div.gallery {
  border-radius: 10px;
  padding: 5px;
  background: #74c44e;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

div.gallery:hover {
  border-radius: 10px;
  padding: 5px;
  background: #74c44e;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body.modal-open .datepicker {
  z-index: 100000 !important;
}

body.modal-open {
  overflow: hidden;
}

.quote.modal {
  position: absolute;
  left: auto !important;
  right: auto !important;
  width: 80% !important;
  height: 80% !important;
  margin: 0px auto !important;
  padding: 0px !important;
  display: none;
  border-radius: 0px !important;
  border: none;
  overflow: hidden;
}

.quote .modal-dialog {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  margin: 0px auto !important;
  padding: 0px !important;
  border-radius: 0px !important;
}

.quote .modal-content {
  position: relative !important;
  margin: 0px auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
}

.quote .modal-body {
  max-height: 85% !important;
}

.quote .modal-footer {
  position: absolute !important;
  margin: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0;
}

.quote .btn-disable {
  display: none;
}

.quote.modal table {
  font-size: 100%;
  font-weight: bold;
  box-shadow: 1px 1px 1px 1px #d8d8d8;
}

.quote.modal th {
  font-size: 100%;
  background-color: #5098c9;
  color: #ffffff;
}

.quote.modal input[value="0.00"] {
  float: right;
}

.quote.modal table tr th,
.quote.modal table tr td {
  padding: 4px 6px;
  vertical-align: middle;
}

.quote .modal tr.info th {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #006dcc !important;
  background-image: -moz-linear-gradient(top, #08c, #04c) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#08c),
    to(#04c)
  ) !important;
  background-image: -webkit-linear-gradient(top, #08c, #04c) !important;
  background-image: -o-linear-gradient(top, #08c, #04c) !important;
  background-image: linear-gradient(to bottom, #08c, #04c) !important;
  background-repeat: repeat-x !important;
  border-color: #04c #04c #002a80 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

.quote.modal table tr td input[type="text"],
.quote.modal table tr th input[type="text"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 0px;
  font-size: 90%;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.quote.modal table tr td select {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 0px;
  font-size: 90%;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.quote.modal table tr th input[type="checkbox"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px;
  margin-top: -4px;
  font-size: 90%;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.span2 {
  width: 120px;
}

*[data-align="right"] {
  text-align: right !important;
}

*[data-align="left"] {
  text-align: left !important;
}

*[data-align="center"] {
  text-align: center !important;
}

.search.modal table {
  font-size: 90%;
}

.search.modal table tr th,
.search.modal table tr td {
  padding: 4px 6px;
  vertical-align: middle;
}

.search.modal {
  width: 60% !important;
  margin-left: -30% !important;
}

.search .modal-dialog {
  width: 70% !important;
}

.search .modal-content {
  width: auto;
}

.search .modal tr.info th {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #006dcc !important;
  background-image: -moz-linear-gradient(top, #08c, #04c) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#08c),
    to(#04c)
  ) !important;
  background-image: -webkit-linear-gradient(top, #08c, #04c) !important;
  background-image: -o-linear-gradient(top, #08c, #04c) !important;
  background-image: linear-gradient(to bottom, #08c, #04c) !important;
  background-repeat: repeat-x !important;
  border-color: #04c #04c #002a80 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

.search.modal table tr td input[type="text"],
.search.modal table tr th input[type="text"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 0px;
  font-size: 90%;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.search.modal table tr td select {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 0px;
  font-size: 90%;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.search.modal table tr th input[type="checkbox"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px;
  margin-top: -4px;
  font-size: 90%;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.bgwhite {
  background: #fff;
}

.showSearch {
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
}

.service-list {
  background: linear-gradient(to right, rgb(251, 190, 30), rgb(241, 153, 71));
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(81, 99, 111, 0.15);
  display: flex;
  flex-direction: column;
  /* margin: 0 auto 2.5rem; */
  /* padding: 5px 25px; */
  /* width: calc(100% - 30px); */
  width: 100%;
  margin-bottom: 15px;
}

.service-item {
  border-bottom: 1px solid #eaf0f8;
  display: flex;
  /* padding: 20px 0; */
  position: relative;
}

.icon-insure-รถยนต์นั่ง-insurance {
  background-image: url(../images/type_icon/cars.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-รถยนต์โดยสาร-insurance {
  background-image: url(../images/type_icon/buss.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-รถบรรทุก-insurance {
  background-image: url(../images/type_icon/vans.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-รถยนต์ลากจูง-insurance {
  background-image: url(../images/type_icon/4รถยนต์ลากจูง.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-รถพ่วง-insurance {
  background-image: url(../images/type_icon/trailer.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-รถจัรยานยนต์-insurance {
  background-image: url(../images/type_icon/motorcycle.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-รถยนต์นั่งรับจ้างสาธารณะ-insurance {
  background-image: url(../images/type_icon/oil-truck.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-รถยนต์เบ็ดเตล็ด-insurance {
  background-image: url(../images/type_icon/ambulance.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-supercar-insurance {
  background-image: url(../images/type_icon/supercar.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-รถขนส่งสินค้า-insurance {
  background-image: url(../images/type_icon/รถขนส่งสินค้า.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-รถไถการเกษตร-insurance {
  background-image: url(../images/type_icon/รถไถการเกษตร.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.icon-insure-หัวลาก-insurance {
  background-image: url(../images/type_icon/tractor.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.service-item .caption {
  align-self: center;
  padding-left: 15px;
}

.service-name {
  color: #fff;
}

.service-name:hover {
  transition: 0.3s;
  font-size: 1.2rem;
}

.service-item.selected {
  background: #616161c7;
  border-radius: 5px;
}

.fff {
  color: #ffffff;
}

@media only screen and (min-width: 360px) {
  .service-list {
    padding: 5px 30px;
    /* max-width: 345px; */
  }
}

@media only screen and (min-width: 768px) {
  .service-list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 40px;
  }
  .service-item {
    border-top: 1px solid #eaf0f8;
    border-bottom: none;
    flex-basis: 50%;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .service-item .img-service {
    margin: 0 auto 15px;
    transform: scale(1.2);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .service-item .caption {
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .service-list {
    align-items: flex-start;
    border-radius: 4px;
    justify-content: center;
    max-width: inherit;
    padding: 30px 10px;
  }
  .service-item {
    border: none;
    /* border-right: 1px solid #eaf0f8;
        border-left: 1px solid #eaf0f8; */
    flex-basis: 26%;
    min-height: 155px;
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .service-list,
  #data_save {
    max-width: 1000px;
    padding: 30px 20px;
  }
  .service-item {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1440px) {
  .service-list,
  #data_save {
    max-width: 2000px !important;
  }
}

.home-step {
  position: absolute;
  color: #fff;
  cursor: pointer;
  top: 105px;
  width: 115px;
  height: 35px;
  left: 0px;
  background: linear-gradient(to right, #89d251, #429403) !important;
  border-radius: 0 25px 25px 0;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1000;
}

.home-step2 {
  position: absolute;
  color: #fff;
  cursor: pointer;
  top: 145px;
  width: 115px;
  height: 35px;
  left: 0px;
  background: linear-gradient(to right, #89d251, #429403) !important;
  border-radius: 0 25px 25px 0;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1000;
}

.fz-1rem {
  font-size: 1rem;
}

.flx-card {
  padding: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 60%;
}

.popup-animate {
  width: 100px;
  height: 100px;
  position: absolute;
  animation: mymove 0.8s infinite;
}

@keyframes mymove {
  from {
    left: 7%;
  }
  to {
    left: 8.5%;
  }
}

.shape-outer {
  display: flex;
  flex-shrink: 0;
  height: calc(20px + 2vw);
  width: calc(100px + 2vw);
  margin: 5px;
  background-image: linear-gradient(
    to right,
    rgb(41, 128, 185),
    rgb(109, 213, 250),
    rgb(255, 255, 255)
  );
}

.shape-inner {
  margin: 17px;
  width: 100%;
  color: #fff;
}

.chevron-right {
  -webkit-clip-path: polygon(
    0% 20%,
    60% 20%,
    60% 0%,
    100% 50%,
    60% 100%,
    60% 80%,
    0% 80%
  );
  clip-path: polygon(
    0% 20%,
    60% 20%,
    60% 0%,
    100% 50%,
    60% 100%,
    60% 80%,
    0% 80%
  );
}

.block-child:nth-child(1) {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
}

.block-child:nth-child(2) {
  display: flex;
  width: 70%;
}
