/*  BACKGROUND GRADIENTS */
/*  USAGE Example: @include background-gradient(red, black, vertical) */
/* BACKGROUND SIZE */
/* USAGE Example: @include background-size(100%, 100%); */
/* BOX SIZING */
/* usage example: @include box-sizing(border-box); */
/* POSITION */
/* USAGE EXAMPLE : @include position(absolute, 10px, null, 10px, 10px); */
/* OPACITY */
/* USAGE EXAMPLE : @include opacity(0.2); */
/* Arrows / Triangles */
/* Circle */
/* Not Text */
/* Auto */
/* generic transform */
/* rotate */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* IMAGES */
/*$img-path: '../images/' !default;

$font-body-base:14px !default;
$font-body-base-small:ceil(($font-body-base * 0.75)) !default;*/
/* Font Size */
/*$line-height-base: 1.625em !default;*/
/* COLORS */
/*font Weight*/
/*
  Icon Font: tui-icons
*/
@font-face {
  font-family: "tui-icons";
  src: url("../fonts/tui-icons.eot");
  src: url("../fonts/tui-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/tui-icons.woff2") format("woff2"), url("../fonts/tui-icons.woff") format("woff"), url("../fonts/tui-icons.ttf") format("truetype"), url("../fonts/tui-icons.svg#tui-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "tui-icons";
    src: url("../fonts/tui-icons.svg#tui-icons") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.icon-ac:before,
.icon-add:before,
.icon-arrow-big:before,
.icon-bar:before,
.icon-breakfast:before,
.icon-business-center:before,
.icon-calendar:before,
.icon-check:before,
.icon-close:before,
.icon-excursion:before,
.icon-filters:before,
.icon-flights:before,
.icon-gym:before,
.icon-hotels:before,
.icon-jacuzzi:before,
.icon-laundry:before,
.icon-location:before,
.icon-offers:before,
.icon-packages:before,
.icon-phone:before,
.icon-pool:before,
.icon-prcentage-arrow:before,
.icon-room-service:before,
.icon-rosette:before,
.icon-search:before,
.icon-sort:before,
.icon-star:before,
.icon-tabs:before,
.icon-tag:before,
.icon-tick:before,
.icon-transfer:before,
.icon-users:before,
.icon-visa:before,
.icon-wifi:before {
  display: inline-block;
  font-family: "tui-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-ac:before {
  content: "\f11b";
}

.icon-add:before {
  content: "\f11c";
}

.icon-arrow-big:before {
  content: "\f107";
}

.icon-bar:before {
  content: "\f11d";
}

.icon-breakfast:before {
  content: "\f11e";
}

.icon-business-center:before {
  content: "\f11f";
}

.icon-calendar:before {
  content: "\f10b";
}

.icon-check:before {
  content: "\f10c";
}

.icon-close:before {
  content: "\f133";
}

.icon-excursion:before {
  content: "\f120";
}

.icon-filters:before {
  content: "\f130";
}

.icon-flights:before {
  content: "\f121";
}

.icon-gym:before {
  content: "\f122";
}

.icon-hotels:before {
  content: "\f123";
}

.icon-jacuzzi:before {
  content: "\f124";
}

.icon-laundry:before {
  content: "\f125";
}

.icon-location:before {
  content: "\f126";
}

.icon-offers:before {
  content: "\f112";
}

.icon-packages:before {
  content: "\f127";
}

.icon-phone:before {
  content: "\f10d";
}

.icon-pool:before {
  content: "\f128";
}

.icon-prcentage-arrow:before {
  content: "\f111";
}

.icon-room-service:before {
  content: "\f129";
}

.icon-rosette:before {
  content: "\f116";
}

.icon-search:before {
  content: "\f11a";
}

.icon-sort:before {
  content: "\f131";
}

.icon-star:before {
  content: "\f12b";
}

.icon-tabs:before {
  content: "\f134";
}

.icon-tag:before {
  content: "\f12c";
}

.icon-tick:before {
  content: "\f132";
}

.icon-transfer:before {
  content: "\f12d";
}

.icon-users:before {
  content: "\f110";
}

.icon-visa:before {
  content: "\f12e";
}

.icon-wifi:before {
  content: "\f12f";
}

/*--Login--Sec--*/
.form-group {
  display: block;
  /* Full-width input fields */
  /* Overwrite default styles of hr */
  /* Set a style for the submit button */
  /* Add a blue text color to links */
  /* Set a grey background color and center the text of the "sign in" section */
}
.form-group input[type=text], .form-group input[type=password], .form-group input[type=email], .form-group input[type=number] {
  width: 100%;
  padding: 7px;
  margin: 5px 0 10px 0;
  display: inline-block;
  border: none;
  background: #ffffff;
}
.form-group input[type=text]:focus, .form-group input[type=password]:focus, .form-group textarea {
  background-color: #ffffff;
  outline: none;
}
.form-group textarea {
  width: 100%;
  padding: 7px 10px;
  margin: 5px 0 10px 0;
  min-height: 100px;
  display: inline-block;
  border: none;
  background: #ffffff;
}
.form-group hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
.form-group .registerbtn {
  color: white;
  padding: 16px 10px;
  color: #ffffff;
  margin: 0px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  opacity: 0.9;
}
.form-group .registerbtn:hover {
  opacity: 1;
}
.form-group .submitbtn {
  background-color: #bc0808;
  color: white;
  padding: 10px 10px;
  color: #ffffff;
  margin: 0px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  opacity: 0.9;
}
.form-group .submitbtn:hover {
  opacity: 1;
}
.form-group a {
  color: dodgerblue;
}
.form-group .signin {
  background-color: #f1f1f1;
  text-align: center;
}
.form-group .frmError {
  color: red;
  font-size: 12px;
  text-align: left;
}

body {
  background-color: #f7f8fa;
}

.add-1-tocart {
  padding-top: 86px;
}
.add-1-tocart .head-add-tocart {
  padding-bottom: 20px;
}
.add-1-tocart .white-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.add-1-tocart .white-box .item-container {
  display: flex;
}
.add-1-tocart .white-box .item-container img {
  width: 100px;
}
.add-1-tocart .white-box .item-container .item-content {
  padding-top: 20px;
  padding-left: 20px;
}
.add-1-tocart .white-box .item-container .item-content h4 {
  font-size: 18px;
}
.add-1-tocart .white-box .item-container .item-content p {
  padding: 5px 0px;
  font-size: 14px;
}
.add-1-tocart .white-box .item-container .item-content .cart_book_title {
  color: #333;
  font-size: 16px;
}
.add-1-tocart .white-box .item-container .qty {
  font-size: 14px;
  color: #666;
  border-radius: 5px;
  outline: none;
  margin-top: 10px;
  margin-left: 5px;
  font-weight: bold;
}
.add-1-tocart .white-box .item-container .qty select {
  border: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .add-1-tocart .white-box .item-container .item-content h4 {
    font-size: 14px;
  }
  .add-1-tocart .white-box .item-container .item-content p {
    font-size: 12px;
  }
}
.add-1-tocart .white-box .prices {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 50px;
  top: 20px;
}
.add-1-tocart .white-box .mt16 {
  width: 40%;
}
.add-1-tocart .white-box .btn-remove {
  position: absolute;
  right: 50px;
  margin-left: 100px;
  bottom: 20px;
  padding: 3px 10px;
  border: 1px solid #999;
  border-radius: 5px;
  cursor: pointer;
}
.add-1-tocart .white-box .btn-remove .apply-btn {
  width: 40%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .add-1-tocart .white-box .prices {
    font-size: 18px;
    top: auto;
    bottom: 68px;
  }
}
.add-1-tocart .right-container {
  background: #fff;
  padding: 15px;
  margin-top: 45px;
}
.add-1-tocart .right-container .prices-detail {
  padding-top: 10px;
  display: flex;
}
.add-1-tocart .right-container .prices-detail .pricesname {
  width: 75%;
  font-size: 12px;
}
.add-1-tocart .right-container .prices-detail .tprices {
  text-align: right;
  width: 23%;
}
.add-1-tocart .right-container .prices-detail .tprices h4 {
  font-size: 14px;
  font-weight: 600;
}
.add-1-tocart .right-container .Totel-PRI {
  border-top: 1px solid #999;
  margin-top: 20px;
}
.add-1-tocart .right-container .Totel-PRI .Totel {
  font-size: 16px;
  font-weight: bold;
}
.add-1-tocart .right-container .frmError {
  font-size: 12px;
}
.add-1-tocart .right-container .coupon-code {
  margin-top: 20px;
  display: flex;
  margin-bottom: 0px;
}
.add-1-tocart .right-container .coupon-code input {
  border: none;
  width: 70%;
  padding: 7px 10px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
}
.add-1-tocart .right-container .coupon-code .apply-btn {
  width: 100%;
  border: 1px solid #27663a;
  padding: 7px 15px;
  margin-left: 10px;
  font-size: 14px;
}
.add-1-tocart .right-container .btn-remove .check-btn {
  margin: 40px 0px 0px 0px;
}
.add-1-tocart .tag-line {
  margin-top: 20px;
  margin-bottom: 40px;
}
.add-1-tocart .tag-line h3 {
  padding-bottom: 5px;
}
.add-1-tocart .tag-line li {
  margin-top: 10px;
  line-height: 1.3;
  margin-left: 10px;
  color: #333;
  border-radius: 3px;
}

#formSection {
  display: block;
}
#formSection .modal-dialog {
  top: 0px !important;
}
#formSection .modal-dialog .modal-header {
  background: #e5e5e5;
}
#formSection .modal-dialog .modal-header .modal-title {
  font-weight: 700;
}
#formSection .formBg {
  display: block;
}
#formSection .formBg .form-group input {
  border-bottom: 1px solid #eee;
  padding: 7px 0px;
}
#formSection .formBg .form-group .rgtNowBtn {
  display: block;
}
#formSection .formBg .form-group .rgtNowBtn .button-detailed {
  display: inline-block;
  margin-bottom: 8px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
#formSection .formBg .form-group .rgtNowBtn .button-default {
  display: inline-block;
  color: #333333;
  text-decoration: none;
}

.radio-group {
  margin-bottom: 15px;
}

.radio-group input[type='radio'] {
  width: 20px;
  height: 20px;
}

.radio-group label {
  font-size: 17px;
  color: #666;
  position: relative;
  top: -4px;
}
