#gtsapiform {
  position: relative;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #757575;
  -webkit-font-smoothing: antialiased;
  padding: 15px;
  margin: 0;
  min-height: 100%;
  background-color: #f2f8fa;
}

.divfinalprice{
  padding-top: 0px;
  display: none;
}

.card {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

#benifitlists{
    color: #000000d9;
    line-height: 2.5715;
    list-style: none;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-radius: 2px;
    padding: 10px;
    margin-top: 10px;
    display: none;
}

#benifitlists > li{
  font-weight: bold;
}

#benifitlists > ul > li{
  margin-left: 25px;
}

.invalid-feedback{
  display: block;
  position: absolute;
}

#append_fields {
  display: none;
}

label.required:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

#form h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
  color: #2d6891 !important;
}
.semi-bold-h3 {
  font-size: 20px;
  font-weight: 600;
}

#form h2 {
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0;
  color: #2d6891 !important;
  text-decoration: underline;
}

#form select,
#form input {
  font-size: 13px;
  color: #757575;
}

#form input[type="radio"] {
  margin: 3px 3px 0px 5px;
}

.iti {
  width: 100%;
}

#form button {
  color: #ffffff;
  background-color: #3984b8;
  border: 1px solid transparent;
  font-size: 13px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#form .btn-danger {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* Chrome, Safari, Edge, Opera */
#telephoneNumber::-webkit-outer-spin-button,
#telephoneNumber::-webkit-inner-spin-button,
#emergencyPhoneNumber::-webkit-outer-spin-button,
#emergencyPhoneNumber::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#telephoneNumber,
#emergencyPhoneNumber {
  -moz-appearance: textfield;
}

#hco-embedded .border {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
#hco-embedded .card {
  border: none;
}
#hco-embedded .form-control {
  height: 50px;
  border: 2px solid #eee;
  border-radius: 6px;
  font-size: 14px;
}
#hco-embedded  .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #039be5;
  outline: 0;
  box-shadow: none;
}
#hco-embedded .input {
  position: relative;
}
#hco-embedded .input i {
  position: absolute;
  top: 16px;
  left: 11px;
  color: #989898;
}
#hco-embedded .input input {
  text-indent: 25px;
}
#hco-embedded .card-text {
  font-size: 13px;
  margin-left: 6px;
}
#hco-embedded .certificate-text {
  font-size: 12px;
}
#hco-embedded .line {
  color: #bfbdbd;
}
#hco-embedded .payment-card-body {
  flex: 1 1 auto;
  padding: 10px !important;
}

#gtsform {
	height: 586px;
	overflow: auto;
}
#benifitlists {
	height: 400px;
	overflow:auto;
}



.loaderajx img {
	width: 152px;
	margin-top: 20%;
}

.loaderajx {
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	background: #00000026;
	height: 100%;
	padding-top: 11%;
}


#paymentModel .invalid-feedback {
	position: inherit;
}


.paymentdone input, .paymentdone select {
	pointer-events: none;
}

#buyanother {
	float: right;
}
label.form-check-label.term-condition {
    font-size: 15px;
}

.row.align-items-center.g-3.traveler-info{
      margin-bottom: 50px;
}

#gtsapiform #form input[type="radio"] {
  margin:-1px 3px 0px 5px;
}
#gtsapiform .form-check-input[type="checkbox"] {
  margin-top:-3px;
  height:20px;
width:20px;
}