/* Responsive */
body {
  background: #fff;
  margin-top: 84px;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  body {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  body {
    margin-top: 45px;
  }
}

/* static customer support */
.section-wrap .static-area {
  margin: 20px 0;
  width: 100%;
  float: left;
}

.section-wrap .static-area .tilte-static {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}

.section-wrap .static-area .tilte-static h2 {
  color: #0c64ad;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  margin-left: 40px;
}

.section-wrap .static-area .tilte-static h2 i {
  vertical-align: middle;
  border-radius: 100%;
  border: 2px solid #0c64ad;
  padding: 3px;
  position: absolute;
  margin-left: -37px;
}

.section-wrap .static-area .tilte-static p {
  margin-left: 40px;
}

.section-wrap .static-area .body-static {
  width: 100%;
  float: left;
}

.section-wrap .static-area .body-static .social-sf {
  width: 100%;
  float: left;
  margin: 30px 0 0;
}

.section-wrap .static-area .body-static .social-sf .area-box h4.tilte-box {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 7px;
  text-align: center;
}

.section-wrap .static-area .body-static .social-sf .social-area {
  width: 100%;
  float: left;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.section-wrap .static-area .body-static .social-sf .social-area .social-box {
  width: 100%;
  float: left;
  padding: 0 25px 0 40px;
  margin-bottom: 15px;
}

.section-wrap .static-area .body-static .social-sf .social-area .social-box h4 {
  color: #0c64ad;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.section-wrap .static-area .body-static .social-sf .social-area .social-box h4:hover, .section-wrap .static-area .body-static .social-sf .social-area .social-box h4:focus, .section-wrap .static-area .body-static .social-sf .social-area .social-box h4:active {
  color: #ff7a3a;
}

.section-wrap .static-area .body-static .social-sf .social-area .social-box h4 i {
  position: absolute;
  margin-left: -30px;
  font-size: 26px;
}

.section-wrap .static-area .body-static .social-sf .social-area .social-box p {
  color: #282828;
}

.section-wrap .static-area .body-static .CustomerSupport {
  width: 60%;
  float: left;
  background: none;
  padding: 0 40px 0 0;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow {
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  float: left;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow input.Button {
  text-transform: uppercase;
  background-color: #ff7a3a;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  height: 50px;
  border: 0.5px solid #ff7a3a;
  width: 50%;
  margin: 0 auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow input.Button:hover, .section-wrap .static-area .body-static .CustomerSupport .SearchRow input.Button:focus, .section-wrap .static-area .body-static .CustomerSupport .SearchRow input.Button:active {
  text-decoration: none;
  outline: none;
  background-color: #ff5807;
  border: 0.5px solid #ff5807;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchFirstCol,
.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchSecondCol {
  position: relative;
  margin-bottom: 15px;
  height: 50px;
  width: 100%;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchFirstCol .SearchLabel,
.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchSecondCol .SearchLabel {
  position: absolute;
  padding: 0;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchFirstCol .SearchLabel label,
.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchSecondCol .SearchLabel label {
  padding: 5px 12px;
  font-weight: bold;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchFirstCol .SearchInput,
.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchSecondCol .SearchInput {
  width: 100% !important;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchFirstCol .SearchInput input, .section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchFirstCol .SearchInput select {
  height: 50px;
  border: 0.5px solid #ccc;
  font-weight: 300;
  padding: 17px 12px 6px;
  width: 100%;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchSecondCol .SearchInput input, .section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchSecondCol .SearchInput select {
  height: 50px;
  border: 0.5px solid #ccc;
  font-weight: 300;
  padding: 17px 12px 6px;
  width: 100%;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchFirstCol .SearchInput select::-ms-expand,
.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchSecondCol .SearchInput select::-ms-expand {
  display: none;
}

.section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchFirstCol .SearchInput select, .section-wrap .static-area .body-static .CustomerSupport .SearchRow .SearchSecondCol .SearchInput select {
  border-radius: 0px;
  padding: 17px 7px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.section-wrap .static-area .body-static .right-side-text {
  width: 40%;
  float: left;
}

.section-wrap .static-area .body-static .right-side-text .area-box {
  margin-bottom: 20px;
}

.section-wrap .static-area .body-static .right-side-text .area-box h4.tilte-box {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 7px;
}

.section-wrap .static-area .body-static .right-side-text .area-box p a {
  color: #ff7a3a;
  font-weight: bold;
  font-size: 17px;
}

.section-wrap .static-area .body-static .right-side-text .area-box p a:hover, .section-wrap .static-area .body-static .right-side-text .area-box p a:focus, .section-wrap .static-area .body-static .right-side-text .area-box p a:active {
  outline: none;
  color: #ff5807;
}

.section-wrap .static-area .body-static .right-side-text .area-box ul li a {
  color: #282828;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.section-wrap .static-area .body-static .right-side-text .area-box ul li a:hover, .section-wrap .static-area .body-static .right-side-text .area-box ul li a:focus, .section-wrap .static-area .body-static .right-side-text .area-box ul li a:active {
  color: #ff7a3a;
}

.section-wrap .static-area .body-static .right-side-text .area-box ul li a i {
  vertical-align: middle;
}

.section-wrap .static-area .body-static .ReservationStatus {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow {
  width: 33.3%;
  float: left;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchFirstCol,
.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchSecondCol {
  position: relative;
  margin-bottom: 15px;
  height: 50px;
  width: 100%;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchFirstCol .SearchLabel,
.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchSecondCol .SearchLabel {
  position: absolute;
  padding: 5px 0 0 10px;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchFirstCol .SearchLabel label,
.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchSecondCol .SearchLabel label {
  padding: 5px 12px;
  font-weight: bold;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchFirstCol .SearchInput,
.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchSecondCol .SearchInput {
  width: 100% !important;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchFirstCol .SearchInput input, .section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchFirstCol .SearchInput select {
  height: 55px;
  border: 0.5px solid #ccc;
  font-weight: 300;
  padding: 17px 12px 6px;
  width: 100%;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchSecondCol .SearchInput input, .section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchSecondCol .SearchInput select {
  height: 55px;
  border: 0.5px solid #ccc;
  font-weight: 300;
  padding: 17px 12px 6px;
  width: 100%;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchFirstCol .SearchInput select::-ms-expand,
.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchSecondCol .SearchInput select::-ms-expand {
  display: none;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchFirstCol .SearchInput select,
.section-wrap .static-area .body-static .ReservationStatus .SearchRow .SearchSecondCol .SearchInput select {
  border-radius: 0px;
  padding: 17px 7px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow input.Button {
  text-transform: uppercase;
  background-color: #ff7a3a;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  height: 55px;
  border: 0.5px solid #ff7a3a;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
}

.section-wrap .static-area .body-static .ReservationStatus .SearchRow input.Button:hover, .section-wrap .static-area .body-static .ReservationStatus .SearchRow input.Button:focus, .section-wrap .static-area .body-static .ReservationStatus .SearchRow input.Button:active {
  text-decoration: none;
  outline: none;
  background-color: #ff5807;
  border: 0.5px solid #ff5807;
}

.section-wrap .static-area .body-static .text-reservation {
  width: 80%;
  float: left;
  padding-right: 20px;
}

.section-wrap .static-area .body-static .text-reservation p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.section-wrap .static-area .body-static .text-reservation p strong {
  color: #0c64ad;
  font-size: 18px;
}

.section-wrap .static-area .body-static .geotrust-ad {
  width: 20%;
  float: left;
}

.section-wrap .static-area .body-static .geotrust-ad .ad-box {
  border: 1px solid #ccc;
}

.section-wrap .static-area .body-static .geotrust-ad .ad-box .trust01, .section-wrap .static-area .body-static .geotrust-ad .ad-box .trust02 {
  padding: 10px;
}

.section-wrap .static-area .body-static .geotrust-ad .ad-box .trust01 p, .section-wrap .static-area .body-static .geotrust-ad .ad-box .trust02 p {
  text-align: center;
}

.section-wrap .static-area .body-static .geotrust-ad .ad-box .trust01 p small,
.section-wrap .static-area .body-static .geotrust-ad .ad-box .trust02 p small {
  font-size: 12px;
}

.section-wrap .static-area .body-static .geotrust-ad .ad-box .trust01 p strong,
.section-wrap .static-area .body-static .geotrust-ad .ad-box .trust02 p strong {
  font-size: 14px;
}

.section-wrap .static-area .body-static .geotrust-ad .ad-box .trust01 p img,
.section-wrap .static-area .body-static .geotrust-ad .ad-box .trust02 p img {
  width: 70%;
}

.section-wrap .static-area .body-static .geotrust-ad .ad-box .trust01 {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.section-wrap .static-area .body-static .affiliate {
  width: 100%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi {
  width: 70%;
  float: left;
  padding-right: 20px;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .text-affi {
  width: 100%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .text-affi h4 {
  font-weight: bold;
  color: #0c64ad;
  font-size: 18px;
  margin-bottom: 10px;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .text-affi p {
  margin-bottom: 20px;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .text-affi ul li i {
  color: #0c64ad;
  vertical-align: middle;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .new-affi {
  width: 100%;
  float: left;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .new-affi .tilte-static {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .new-affi .tilte-static h2 {
  color: #0c64ad;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  margin-left: 40px;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .new-affi .tilte-static h2 i {
  vertical-align: middle;
  border-radius: 100%;
  border: 2px solid #0c64ad;
  padding: 3px;
  position: absolute;
  margin-left: -37px;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .new-affi .tilte-static p {
  margin-left: 40px;
  margin-top: 10px;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .new-affi .tilte-static p a.btn {
  padding: 6px 20px;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .become-affi {
  width: 100%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .left-body-affi .become-affi p i {
  color: #0c64ad;
  vertical-align: middle;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi {
  width: 30%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box {
  border: 1px solid #ccc;
  width: 100%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .header {
  background-color: #0c64ad;
  text-align: center;
  padding: 20px 15px;
  width: 100%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .header p {
  font-weight: bold;
  font-size: 19px;
  color: #fff;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .sub-header {
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .sub-header p {
  font-size: 16px;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .sub-header p a {
  margin-top: 10px;
  border-radius: 0;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .head-content {
  text-align: center;
  padding: 15px 10px;
  background-color: #f4f4f4;
  width: 100%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .head-content p {
  color: #0c64ad;
  font-size: 15px;
  font-weight: bold;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .body-content {
  width: 100%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .body-content .sale {
  width: 40%;
  float: left;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .body-content .sale li {
  padding: 6px 10px;
  border-bottom: 1px dashed #eee;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .body-content .sale li:last-child {
  border-bottom: none;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .body-content .commiss {
  width: 60%;
  float: left;
  text-align: center;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .body-content .commiss li {
  padding: 6px 10px;
  border-bottom: 1px dashed #eee;
}

.section-wrap .static-area .body-static .affiliate .right-ad-affi .ad-box .body-content .commiss li:last-child {
  border-bottom: none;
}

.section-wrap .static-area .body-static .aboutus-area {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.section-wrap .static-area .body-static .aboutus-area .about-text {
  width: 70%;
  float: left;
  padding-right: 30px;
}

.section-wrap .static-area .body-static .aboutus-area .about-text p {
  margin-bottom: 20px;
}

.section-wrap .static-area .body-static .aboutus-area .about-text p strong {
  color: #0c64ad;
  font-size: 17px;
}

.section-wrap .static-area .body-static .aboutus-area .about-link {
  width: 30%;
  float: left;
}

.section-wrap .static-area .body-static .aboutus-area .about-link .special-box {
  border-top: 1px dashed #ccc;
  margin-top: 25px;
  padding-top: 25px;
}

.section-wrap .static-area .body-static .aboutus-area .about-link .special-box .tilte-static {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}

.section-wrap .static-area .body-static .aboutus-area .about-link .special-box .tilte-static h2 {
  color: #0c64ad;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  margin-left: 40px;
}

.section-wrap .static-area .body-static .aboutus-area .about-link .special-box .tilte-static h2 i {
  vertical-align: middle;
  border-radius: 100%;
  border: 2px solid #0c64ad;
  padding: 3px;
  position: absolute;
  margin-left: -37px;
}

.section-wrap .static-area .body-static .aboutus-area .about-link .special-box .tilte-static p {
  margin-left: 40px;
}

.section-wrap .static-area .body-static .aboutus-area .about-link .special-box .tilte-static p a {
  margin-top: 10px;
}

.section-wrap .static-area .body-static .aboutus-area .about-link h2.sub-title {
  color: #0c64ad;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  margin-left: 34px;
  margin-bottom: 15px;
}

.section-wrap .static-area .body-static .aboutus-area .about-link h2.sub-title i {
  vertical-align: middle;
  border-radius: 100%;
  border: 2px solid #0c64ad;
  padding: 3px;
  position: absolute;
  margin-left: -29px;
  font-size: 14px;
}

.section-wrap .static-area .body-static .aboutus-area .about-link ul li i {
  vertical-align: middle;
  color: #0c64ad;
}

.section-wrap .static-area .body-static .aboutus-area .about-link ul li a {
  color: #333;
  font-weight: 500;
}

.section-wrap .static-area .body-static .aboutus-area .about-link ul li a:hover, .section-wrap .static-area .body-static .aboutus-area .about-link ul li a:active, .section-wrap .static-area .body-static .aboutus-area .about-link ul li a:focus {
  outline: none;
  color: #ff7a3a;
}

.section-wrap .static-area .body-static .benefits-group ul {
  display: table;
  width: 100%;
  margin: 0 0 25px;
}

.section-wrap .static-area .body-static .benefits-group li {
  width: calc(100% / 4);
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-wrap .static-area .body-static .benefits-group .icon {
  display: inline-block;
  border: 1px solid #cecece;
  border-radius: 40px;
  margin-right: 15px;
}

.section-wrap .static-area .body-static .benefits-group .icon div {
  background: url(/sites/1/Images/V3/sprite-all.png) no-repeat;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  content: '';
  display: block;
  margin: 10px;
}

.section-wrap .static-area .body-static .benefits-group .icon.icon-free div {
  background-position: -136px -66px;
}

.section-wrap .static-area .body-static .benefits-group .icon.icon-live div {
  background-position: -198px -66px;
}

.section-wrap .static-area .body-static .benefits-group .icon.icon-save div {
  background-position: -136px -120px;
}

.section-wrap .static-area .body-static .benefits-group .icon.icon-special div {
  background-position: -198px -119px;
}

.section-wrap .static-area .body-static .benefits-group .text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .section-wrap .static-area .body-static .social-sf .social-area {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .section-wrap .static-area .body-static .social-sf .social-area .social-box {
    width: 50%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .social-sf .social-area .social-box {
    width: 47%;
    margin-left: 10px;
    padding: 0 5px 0 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .social-sf .social-area .social-box {
    width: 47%;
    margin-left: 10px;
    padding: 0 5px 0 25px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .CustomerSupport {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .CustomerSupport {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .section-wrap .static-area .body-static .CustomerSupport .SearchRow input.Button {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .CustomerSupport .SearchRow input.Button {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .CustomerSupport .SearchRow input.Button {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .right-side-text {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .right-side-text {
    width: 100%;
    margin-top: 30px;
  }
}

/* static customer support */
/* static my reservation */
@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .ReservationStatus .SearchRow {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .ReservationStatus .SearchRow {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .text-reservation {
    width: 100%;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .text-reservation {
    width: 100%;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .geotrust-ad {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .geotrust-ad {
    display: none;
  }
}

/* static my reservation */
/* affiliate */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .section-wrap .static-area .body-static .affiliate .left-body-affi {
    width: 60%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .affiliate .left-body-affi {
    width: 100%;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .affiliate .left-body-affi {
    width: 100%;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .section-wrap .static-area .body-static .affiliate .right-ad-affi {
    width: 40%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .affiliate .right-ad-affi {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .affiliate .right-ad-affi {
    width: 100%;
    margin-top: 20px;
  }
}

/* affiliate */
/* about us */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .section-wrap .static-area .body-static .aboutus-area .about-text {
    width: 60%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .aboutus-area .about-text {
    width: 100%;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .aboutus-area .about-text {
    width: 100%;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .section-wrap .static-area .body-static .aboutus-area .about-link {
    width: 40%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .section-wrap .static-area .body-static .aboutus-area .about-link {
    width: 100%;
    margin-top: 5px;
    border-top: 1px dashed #ccc;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-wrap .static-area .body-static .aboutus-area .about-link {
    width: 100%;
    margin-top: 5px;
    border-top: 1px dashed #ccc;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .section-wrap .static-area .body-static .benefits-group li {
    width: calc(100% / 3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-wrap .static-area .body-static .benefits-group li:last-child {
    display: none;
  }
  .section-wrap .static-area .body-static .benefits-group li .icon {
    margin: 0 0 10px;
  }
  .section-wrap .static-area .body-static .benefits-group li .text {
    font-size: 13px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrap .static-area .body-static .benefits-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-wrap .static-area .body-static .benefits-group li {
    width: auto;
  }
  .section-wrap .static-area .body-static .benefits-group li .icon {
    margin-right: 10px;
    border: 0;
  }
  .section-wrap .static-area .body-static .benefits-group li .icon div {
    content: '';
    display: block;
    margin: 5px;
  }
  .section-wrap .static-area .body-static .benefits-group li .text {
    font-size: 14px;
    margin-right: 10px;
  }
}

/* about us */
