@charset "utf-8";
/* CSS Document */
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #e3f3fd38;
  color: #727272;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  position: relative;
}
body.home {
  background: url(images/body-bg.jpg) 50% 0 no-repeat #fff;
}
a {
  color: #010d15;
  text-decoration: none;
}
/*************header-top*******/
#header-top {
  background: #031524;
}
#header-top p {
  margin-bottom: 0;
  line-height: 2em;
  padding: 15px 0;
}
#header-top p a {
  margin: 0 15px;
  color: #fff;
  text-decoration: none;
}
#header-top p a i.fa {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #2cb1f6;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
  perspective: 1000px;
  transform: rotateY(360deg);
  transition: all 400ms ease-out 0s;
}
#header-top p a:hover i.fa {
  color: #000;
  transform: rotateY(0deg);
  transition: all 400ms ease-out 0s;
}
img.logo {
  margin: 0 auto;
  margin-top: 15px;
}
.navbar-default {
  background: #3a3a3a;
  margin-bottom: 0;
  border: none;
  border-radius: 4px 4px 0 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #2aaaf3;
  background: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #2aaaf3;
  background: none;
}
div#banners {
  padding: 0;
}
a.nivo-prevNav {
  left: 15px;
}
a.nivo-nextNav {
  right: 15px;
}
div.offers {
  padding: 20px 15px 0;
}
div.offers h2.title {
  background: #010d15;
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 11px 15px;
  line-height: 1.4em;
  border-radius: 0;
  font-size: 20px;
}
div.offers h2.title a {
  color: #fff;
}
div.offers h2.title a:hover {
  text-decoration: none;
}
div.package.tagProduct:before {
  right: 0;
  top: 0px;
  position: absolute;
  padding: 5px 5px 5px 15px;
  z-index: 900;
  content: attr(data-text);
  color: #fff;
  background: #c18e06;
  content: attr(data-text);
  border-radius: 15px 0 0 15px;
}
div.package.tagProduct.sale::before {
  background: #010d15;
  content: attr(data-text);
}
div.package.tagProduct.sold:before {
  background: #990000;
  content: attr(data-text);
}
/* div.package {
  margin-bottom: 30px;
  background: #f8fcff;
  border: 1px solid #d0d0d0;
  position: relative;
} */
div.package {
  margin-bottom: 30px;
  background: #f8fcff;
  position: relative;
  box-shadow: 0px 0px 4px 0px #ddd;
  border: 1px solid #d0d0d066;
}
div.package div.media {
}
div.package div.package-info p.price span.underline {
  color: #ecb76f;
  font-size: 25px;
  font-weight: 600;
  margin-right: 25px;
  text-decoration: line-through;
}
.flip-container {
  perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}
/*.flip-container,*/
.front,
.back {
  width: 100%;
  height: 100%;
}
/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  display: inline-block;
}
/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: relative !important;
  display: block;
}
/* back, initially hidden pane */
.back {
  position: absolute;
  background: #010d15;
  transform: rotateY(180deg);
  padding: 10px 30px;
}
.back ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.back ul li {
  font-size: 15px;
}
.media.flip-container .flipper .back ul + .text-center {
  display: none;
}
.back ul li i {
  color: #fff;
  margin: 0 5px 0 0;
}

.back ul li span.count {
  font-weight: bold;
}
.back > p {
  text-align: center !important;
}
.back p a.btn {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.col-sm-12.package-details {
  padding-top: 25px;
}
.package-img ul {
  padding-left: 0;
  margin-top: 10px;
}
div.package div.package-info {
  padding: 12px;
}
div.package div.package-info h3 a {
  margin-top: 0;
  font-size: 15px;
  color: #727272;
  font-style: italic;
}
div.package div.package-info h3:first-child a {
  color: #010d15;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-family: "Montserrat", sans-serif !important;
}
div.package div.package-info h3 a:hover {
  color: #3a3a3a;
  text-decoration: none;
}
div.package div.package-info h4 {
  font-size: 18px;
  margin-top: 0;
  line-height: 1.5em;
}
div.package div.package-info p.price {
  color: #010d15;
  text-align: right;
}
div.package div.package-info p.price span {
  font-size: 34px;
  color: #ff0000;
  margin-bottom: 15px;
  font-weight: 700;
}
.fixed {
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 1140px;
  z-index: 999;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  font-size: 15px;
  color: #010d15;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.baner img {
  width: 100%;
}
.aboutus-title h1,
.package-title h1 {
  color: #464646;
  font-weight: normal;
  line-height: 26px;
  margin: 25px 0 30px;
}
.aboutus-details,
.package-details {
  margin: 40px 0 40px;
  background-color: #fff;
  padding: 40px 25px !important;
  box-shadow: 0px 7px 10px 0px #ddd;
}
.aboutus-details h2 {
  color: #028dea;
  font-size: 24px;
  margin: 0 0 20px;
}
.aboutus-details p {
  color: #727272;
  margin: 0 0 15px;
  text-align: justify;
}
.modal-footer {
  border-top: none;
}
.modal-footer button {
  display: block;
  clear: both;
}
.package-details h1 {
  color: #010d15;
  margin: 0 0 25px;
  font-weight: 600;
  text-align: left !important;
  font-size: 30px !important;
  line-height: 1.3;
}
.package-details h2,
.package-details h3,
.package-details h4,
.package-details h5,
.package-details h6 {
  color: #010d15;
}
.package-details h3 {
  color: #010d15;
  line-height: 1.3em;
  font-size: 18px;
  margin: 0 0 5px;
}
.package-details p {
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 20px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.package-details p a {
  color: #010d15;
}
.package-details p a:hover {
  text-decoration: none;
}

.footerPhone {
  position: fixed;
  bottom: 15px;
  left: 25px;
  display: inline-block;
  background-color: #d30207;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  z-index: 99999;
  padding: 8px 18px;
  border-radius: 4px;
  font-weight: 700;
  font-family: sans-serif;
  text-decoration: none !important;
}
.footerPhone {
  transition: color 0.7s;
}
.footerPhone.button-click,
.footerPhone:focus {
  outline: none;
}
.footerPhone:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -58px;
  width: 114px;
  height: 50px;
  border-radius: 10px;
  opacity: 0;
  z-index: -1;
}
/* effect a */
.footerPhoneEffect:after {
  background: rgba(1, 11, 21, 0.5);
}
.footerPhoneEffect.button-click:after {
  -webkit-animation: anim-effect-a 0.7s forwards;
}

@-webkit-keyframes anim-effect-a {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
  }
}

.footer {
  background: linear-gradient(
    350deg,
    rgba(198, 214, 221, 1) 0%,
    rgba(228, 241, 255, 1) 100%
  );
  padding: 30px 15px;
  border-top: solid 3px #ecb76e;
}
.footer-links {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  margin: 0 0 10px;
}
.footer-links a {
  list-style: none;
  display: inline-block;
  margin: 0 15px 0 0;
  color: #010d15;
  text-decoration: none;
}
.footer-links a:hover {
  color: #010d15;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #010d15;
  text-decoration: underline;
}
.footer-cradits {
  padding: 10px 0;
  /* border-bottom: 1px solid #ccc; */
}
.footer-cradits > img {
  text-align: center;
  margin: 0 auto;
}
.footer-copyrights {
	padding: 5px 0;
	margin: 20px 0 10px;
	overflow: hidden;
}
.footer-copyrights li {
  color: #010d15;
  display: inline;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 15px 0 0;
}
.map {
  min-height: 210px;
  width: 100%;
  height: 100%;
}
.map-header {
  background-color: #f5f5f5;
  color: #010d15;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 20px 10px;
}
.panel-body div .fa {
  color: #010d15;
  margin: 0 10px 0 0;
  perspective: 1000px;
  text-align: center;
  transform: rotateY(360deg);
  transition: all 400ms ease-out 0s;
}
.contact-form-control {
  height: 42px;
  border-radius: 2px;
}
.well-sm {
  padding: 9px 10px 28px;
}
.our-office p {
  color: #333;
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 14px;
  margin: 0 0 10px;
  text-align: center;
}
.hotel-detail {
  margin: 0 0 10px;
}
.hotel-detail h1 {
  color: #010d15;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.hotel-detail h3 {
  color: #010d15;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.hotel-detail p.info i {
  color: #010d15;
  margin: 0 5px 0 0;
}
div.hotel-detail h3 a {
  font-size: 16px;
  margin-top: 0;
  color: #010d15;
}
div.hotel-detail h3 a:hover {
  text-decoration: none;
}
.hotel-detail p {
  color: #454546;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: justify;
  margin: 0 0 15px;
}
.pricing-table {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pricing-table.sticky {
  position: fixed;
  text-align: center;
  width: 13%;
  z-index: 999;
}
.price-offer {
  background: #093 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  content: attr(data-text);
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  padding: 20px 0 0;
  position: absolute;
  right: -14px;
  top: -25px;
  width: 62px;
  z-index: 900;
}
.pricing-table .plan {
  background: #010d15cf;
  border: 1px solid #ddd;
  color: #fff;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 20px 20px 5px;
  position: relative;
  width: 100%;
}
.pricing-table h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  margin: -20px -20px 50px -20px;
  background-color: #eee;
  background-image: linear-gradient(#fff, #eee);
}
.pricing-table h3 a:hover {
  text-decoration: none;
}
/* .pricing-table h3 span {
  display: block;
  font: bold 25px/86px Georgia, Serif;
  background: #fff;
  border: 5px solid #fff;
  height: 100px;
  width: 100px;
  margin: 10px auto -65px;
  border-radius: 100px;
  box-shadow: 0 -10px 15px #ddd inset, 0 5px 3px #999 inset;
} */
.pricing-table h3 span {
  display: block;
  background: #fff;
  border: 5px solid #fff;
  height: 100px;
  width: 100px;
  margin: 10px auto -65px;
  border-radius: 100px;
  box-shadow: 0 -10px 15px #ddd inset, 0 5px 3px #999 inset;
  font-size: 23px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0px;
}
.pricing-table ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.pricing-table li {
  border-top: 1px solid #dddddd5e;
  padding: 7px 0;
  font-size: 14px;
  text-align: left;
}
.pricing-table li i {
  color: #eebe7c;
  margin: 0 6px 0 0;
  text-shadow: none;
}
.pricing-table .btn-success {
  background-color: #eebe7c;
  border-color: #eebe7c;
  color: #010d15;
  padding: 4px 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.dropdown-menu {
  background: #3a3a3a none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
.dropdown-menu > li > a {
  color: #fff;
}
.rating {
  margin: 0;
  padding: 0;
}
.rating > li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  list-style: none;
  margin: 0 5px 0 0;
}
.amenities.style1 {
  padding: 0;
}
#cruise-amenities .amenities.style1 li {
  margin: 0 0 1px;
  list-style: none;
}
.icon-box.style1 {
  background: #fff none repeat scroll 0 0;
  font-size: 0.9167em;
  height: 42px;
  line-height: 42px;
}
.icon-box.style1 > i {
  background: #eebe7c none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  line-height: 42px;
  margin-right: 15px;
  width: 42px;
  text-align: center;
}
.amenities.style1 li .icon-box {
  background: #f8fcfe none repeat scroll 0 0;
}
.btn-info,
.btn-primary {
  color: #fff;
  background-color: #010d15;
  border-color: #010d15;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.btn-info:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #eebe7c;
  border-color: #eebe7c;
}
.text-danger {
  color: #eebe7c;
  font-weight: 600;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #010d15;
  border-color: #010d15;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #010d15;
  border-color: #010d15;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #010d15;
  border-color: #010d15;
}
.icon-box {
  text-transform: uppercase;
}
[class^="soap-icon"]::before,
[class*=" soap-icon"]::before {
  display: inline-block;
  font-family: "soap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
.full-width {
  width: 100% !important;
}
.hotels-description h3 {
  margin: 25px 0;
  font-size: 26px;
}
.hajjumrah-hotel-info {
  padding: 15px 0;
}
.hotel-semore {
  margin: 20px 0 0;
}
.discounted {
  color: #3a3a3a;
  left: 25px;
  position: absolute;
  top: 70px;
  text-decoration: line-through;
}
.hotel-feature {
  padding: 15px;
}
.hotel-feature h3 {
  margin: 0;
}
.hotel-feature h3 a {
  font-size: 16px;
  margin: 0;
  color: #010d15;
}
.hotel-feature h3 a:hover {
  text-decoration: none;
}
.hotel-feature p {
  color: #333;
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 13px;
  margin: 0;
}
.hotel-feature p.info i {
  color: #010d15;
  margin: 0 5px 0 0;
}
.no-padding {
  padding: 0 2px !important;
}
.baner-section {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 15px 0 0;
  overflow: hidden;
  padding: 5px;
}
.baner-form {
  border: 0;
  border-radius: 3px;
  margin: 15px 0 40px;
  overflow: hidden;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 7px 10px 0px #ddd;
}
.baner-form h2 {
  background: #06121a none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px 3px;
  padding: 10px;
  border-radius: 4px;
}
.input-group .form-control {
  margin-bottom: 0;
  border-radius: 0;
  height: 40px;
}
.baner-form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(arrow.png) no-repeat 97% center;
  background-size: 10px 8px;
}
.input-group {
  margin: 0 0 10px;
}
.baner-form span.input-group-addon,
.input-group-addon {
  max-width: 40px;
  background-color: #eebe7c;
  font-size: 17px;
  min-width: 40px;
  color: #ffffff;
  border-color: #eebe7c;
}
label.error {
  display: none !important;
}
#answer {
  margin-left: 17px;
}
.input-group-addon.no-padding {
  background-color: transparent !important;
  border: 0;
}
input.error,
select.error {
  border-color: #f00;
}
input.error::placeholder,
select.error option {
  color: red;
}
input.error::-moz-placeholder,
select.error option {
  color: red;
}
input.error::-webkit-input-placeholder,
select.error option {
  color: red;
}
.nivo-caption {
  display: none;
}
.nivo-caption h2 {
  background: none;
  margin: 0 0 10px;
  color: #70bfff;
}
.nivo-caption h3 {
  background: none;
  margin: 0 0 10px;
  color: #fff;
}
.nivo-caption h4 {
  background: none;
  margin: 0 0 15px;
  color: #fce8ba;
}
.rand1,
.rand2 {
  color: #286090;
  font-size: 20px;
}
.list {
  display: flex;
  flex-wrap: wrap;
}
.list-item {
  display: flex;
}
.list-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.package-description h1 {
  color: #010d15;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin: 0 0 10px;
}
.package-description h2 {
  color: #727272;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
}
.package-description p {
  line-height: 1.95em;
}
.col-md-4.package-carousel {
  margin: 0 0 15px;
}

/*reviews section css Start*/
.average-rating {
  margin: 20px 0 0;
}
.average-rating h3 {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 18px;
  color: #2b71ac;
  text-align: right;
}
.average-rating span {
  font-size: 14px;
  color: #a1a1a1;
}
.reviews-section h1 {
  font-family: "Raleway";
  font-weight: 400;
  color: #373737;
  margin-bottom: 30px;
}
.reviews-form {
  margin-top: 6px;
}
.review-heading {
  font-family: LatoRegular;
  color: #373737;
  padding-left: 15px;
  font-size: 30px;
  font-weight: bolder;
}
.reviews-form .new-review {
  background-color: #357cb8;
  color: #fff;
  font-family: "Raleway";
  font-weight: 400;
  border-radius: 3px;
  font-size: 18px;
  height: auto;
  padding: 11px 10px;
  margin-bottom: 60px;
}
.reviews-form .review-form {
  margin: 0 0 63px;
  display: none;
}
.reviews-form .review-form h1 {
  font-family: "Raleway";
  font-weight: 400;
  color: #4e4e4e;
  margin-bottom: 4px;
}
.reviews-form .review-form p {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 17px;
  text-align: left;
  margin-bottom: 50px;
  padding-bottom: 50px;
  color: #666666;
  border-bottom: 1px solid #bbb;
}
.reviews-form .review-form p span {
  font-size: 22px;
  color: #c40c0c;
  font-weight: bold;
}
.reviews-form .review-form label {
  font-size: 18px;
  color: #4e4e4e;
  font-family: "Raleway";
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 14px;
  display: block;
}
.reviews-form .review-form .error {
  position: unset !important;
  color: red;
}
.reviews-form .review-form .form-group .form-control {
  height: 45px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  color: #000;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 14px;
}
.reviews-form .review-form .form-group .form-control::-moz-placeholder {
  color: #aeaeae;
}
.reviews-form
  .review-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #aeaeae;
}
.reviews-form .review-form .form-group textarea.form-control {
  height: 165px;
  padding-top: 15px;
}
.answer .form-control {
  padding-left: 121px;
}
.answer .form-group img {
  position: absolute;
  left: 16px;
  top: 34px;
}
.reviews-form .review-form .btn-primary {
  padding: 8px 40px;
  height: auto;
  border-radius: 0;
  margin-top: 36px;
  background-color: #357cb8 !important;
  border: none;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
}
.reviews-form .review-form .close-review.btn-primary {
  padding: 7px 14px;
  font-weight: bold;
  margin-right: 20px;
}

/*star rating css Start*/

/****** Style Star Rating Widget *****/

.reviews-form .review-form .rating {
  border: none;
  float: left;
}

.reviews-form .review-form .rating > input {
  display: none;
}
.reviews-form .review-form .rating > label::before {
  margin: 20px 0 0;
  font-size: 1.25em;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  content: "\e006";
  transition-property: color;
  transition-duration: 0.3s;
}

.reviews-form .review-form .rating > label {
  color: #9b9b9b;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.reviews-form .review-form .rating > input:checked ~ label, /* show gold star when clicked */
	.reviews-form .review-form .rating:not(:checked) > label:hover, /* hover current star */
	.reviews-form .review-form .rating:not(:checked) > label:hover ~ label {
  color: #ffc324;
} /* hover previous stars in list */

.reviews-form .review-form .rating > input:checked + label:hover, /* hover current star when changing rating */
	.reviews-form .review-form .rating > input:checked ~ label:hover,
	.reviews-form .review-form .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
	.reviews-form .review-form .rating > input:checked ~ label:hover ~ label {
  color: rgba(255, 185, 0, 1);
}
/*star rating css Start*/

/*review css Start*/
.customer-review {
  border-top: 1px solid #c3c3c3;
  padding: 35px 0 50px;
  background-color: #fff;
}
.customer-review:last-child {
  border-bottom: 1px solid #c3c3c3;
}
.customer-review h4 {
  font-family: "Raleway";
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 18px;
  color: #2e6899;
  display: inline-block;
}
.customer-review h4 strong {
  font-weight: normal;
  color: #000;
}
.customer-review .star .five-stars-container::before {
  color: #9b9b9b;
  top: 6px;
}
.customer-review .star .five-stars-container .five-stars {
  margin-top: 2px;
  vertical-align: calc(-6px);
  display: inline;
}
.customer-review .star .five-stars-container .five-stars,
.five-stars-container.editable-rating .ui-slider-range {
  background-color: transparent;
}
.customer-review .star .five-stars-container .five-stars::before,
.customer-review
  .star
  .five-stars-container.editable-rating
  .ui-slider-range::before {
  color: #ffc422;
}
.customer-review .date {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 16px;
  color: #7d7d7d;
  margin-left: 5px;
}
.customer-review .star {
  margin-bottom: 30px;
}
.customer-review h3 {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 20px;
  color: #212121;
  margin: 0 0 35px 0;
}
.customer-review p {
  color: #4e4e4e;
  font-family: "Arial";
  font-size: 16px;
}
.customer-review blockquote {
  color: #4e4e4e;
  font-family: "Arial";
  font-size: 16px;
  border-left: 5px solid #c1c1c1;
  margin-left: 45px;
  text-indent: 0;
  margin-bottom: 11px;
  padding-left: 20px;
  margin-top: 40px;
}
.customer-review blockquote::before {
  content: none;
}
/*review star css*/

/*average rating star css Start*/
.five-stars-container {
  display: inline-block;
  position: relative;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  text-align: left;
  cursor: default;
  white-space: nowrap;
  line-height: 1.2em;
  color: #dbdbdb;
}
.five-stars-container .five-stars,
.five-stars-container.editable-rating .ui-slider-range {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 1px;
}
.five-stars-container .five-stars:before,
.five-stars-container.editable-rating .ui-slider-range:before {
  content: "\e006\e006\e006\e006\e006";
  color: #edba30;
}
.five-stars-container .five-stars.transparent-bg,
.five-stars-container.editable-rating .ui-slider-range.transparent-bg {
  background: none;
}
.five-stars-container:before {
  display: block;
  color: #a9a9a9;
  position: absolute;
  top: 0;
  left: 1px;
  content: "\e006\e006\e006\e006\e006";
  z-index: 0;
}
/*average rating star css End*/

/*pagination css Start*/
.pagination {
  padding-left: 15px;
}
.pagination span,
.pagination .review-page {
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  margin-left: 5px;
  border: none;
}
.pagination .review-page:hover span {
  background-color: #357cb8;
  color: #fff;
}
.pagination #next-page img,
.pagination #prev-page img {
  display: inline;
  vertical-align: calc(-1px);
}
.pagination #next-page {
  margin-left: 50px;
}
.pagination #prev-page {
  margin-right: 50px;
}
.pagination #prev-page img {
  transform: rotate(180deg);
}
.pagination span:hover,
.pagination .review-page:hover {
  background-color: #357cb8;
  color: #fff;
}
.pagination span.normal_bold {
  background-color: #357cb8;
  color: #fff;
  padding: 6px 11px;
}
.pagination span.normal_bold span {
  background-color: #357cb8;
}
.pagination span.normal_bold.inactive {
  display: none;
}

/*pagination css End*/

/*reviews section responsive css Start*/
@media only screen and (max-width: 480px) {
  .customer-review blockquote {
    margin-left: 0;
  }
  .reviews-form .review-form h1 {
    font-size: 26px;
  }
  .pagination #next-page {
    margin-left: 0;
  }
  .pagination #prev-page {
    margin-right: 0;
  }
  .pagination {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-form {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .reviews-form .review-form {
    margin: 25px 0;
  }
}
/*reviews section responsive css End*/

/*reviews section css End*/

/*call box icon and number css Start*/
.call-box {
  position: fixed;
  z-index: 7100;
  -webkit-backface-visibility: hidden;
}
#chat-icon {
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 20px;
}
#chat-button img {
  width: 60px;
  height: 60px;
}
.call-box {
  width: 211px;
  height: 50px;
  bottom: 20px;
  right: 25px;
}
.call-box .phone-number {
  width: 161px;
  height: 34px;
  float: left;
  margin: 8px 0;
  padding: 8px 15px;
  color: white;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/phone-number-bg.png) no-repeat top left;
  background-size: 161px 34px;
}
.call-box .phone-number span {
  width: 135px;
  height: 15px;
  margin: 9px 0;
  color: white;
  font-size: 15px;
  font-family: Verdana, sans-serif;
  text-decoration: none;
}
.call-box .call-button {
  width: 50px;
  height: 50px;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  background: url(../images/call-btn.png);
  background-size: 50px 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .call-box .phone-number {
    background: url(../images/phone-number-bg.png);
    background-size: 161px 34px;
  }
  .call-box .call-button {
    background: url(../images/call-btn.png);
    background-size: 50px 50px;
  }
}
/*call box icon and number css End*/

.toggleRadioButtons {
  margin: 0 0 20px;
}
.toggleRadioButtons .btn-group {
  margin-left: 20px;
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.65);
}
.toggleRadioButtons .btn-group .btn {
  padding: 6px 14px 6px 14px;
  height: 31px;
  font-size: 14px;
  margin-bottom: 0 !important;
  border-radius: 0;
  color: #000;
  margin-left: 0;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.toggleRadioButtons .btn-group .btn.btn-success,
.toggleRadioButtons .btn-group .btn.btn-danger {
  background-color: transparent;
  border: none;
}
.toggleRadioButtons .btn-group .btn.btn-success.active,
.toggleRadioButtons .btn-group .btn.btn-success:hover {
  background-color: #337ab7;
  color: #fff;
}
.toggleRadioButtons .btn-group .btn.btn-danger.active,
.toggleRadioButtons .btn-group .btn.btn-danger:hover {
  color: #fff;
  background-color: red;
}
#bookingForm .toggleRadioButtons {
  font-size: 12px;
  margin: 0 0 10px;
}
#bookingForm .toggleRadioButtons .btn-group {
  margin-left: 8px;
}
#bookingForm .toggleRadioButtons .btn-group .btn {
  padding: 5px 9px 3px 10px;
  height: 26px;
  font-size: 12px;
}
.cookie-policy-msg {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border-top: 1px solid #d9d9d9;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.cookie-policy-msg p {
  margin-bottom: 0;
  display: inline-block;
}
.cookie-policy-msg .btn {
  color: #fff;
  font-family: LatoRegular;
  font-size: 16px;
  padding: 1px 9px;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  margin-left: 30px;
  height: 29px;
  transition: background-color 0.3s;
}
.cookie-policy-msg .btn:hover,
.cookie-policy-msg .btn:focus,
.cookie-policy-msg .btn:active {
  background-color: #e9b02b;
  color: #fff;
}

.toggleRadioButtons {
  margin: 0 0 20px;
}
.toggleRadioButtons .btn-group {
  margin-left: 20px;
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.65);
}
.toggleRadioButtons .btn-group .btn {
  padding: 4px 14px 6px 14px;
  height: 31px;
  font-size: 14px;
  margin-bottom: 0 !important;
  border-radius: 0;
  color: #000;
  margin-left: 0;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.toggleRadioButtons .btn-group .btn.btn-success,
.toggleRadioButtons .btn-group .btn.btn-danger {
  background-color: transparent;
  border: none;
}
.toggleRadioButtons .btn-group .btn.btn-success.active,
.toggleRadioButtons .btn-group .btn.btn-success:hover {
  background-color: #98ce44;
  color: #fff;
}
.toggleRadioButtons .btn-group .btn.btn-danger.active,
.toggleRadioButtons .btn-group .btn.btn-danger:hover {
  color: #fff;
  background-color: red;
}

.content-1, .content-2 {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.cont_text {
	padding: 0 20px;
	max-height: 500px;
	overflow-x: hidden;
}
.scrollbar-track.scrollbar-track-x .scrollbar-thumb {
  display: none !important;
}
.scrollbar-track-x {
	display: none !important;
}
.cont_text {
	flex: 0 0 60%;
}