/* [Master Stylesheet - v1.0] */
/* =========== Index of CSS ===========
:: 1.0 Import Fonts
:: 2.0 Import All CSS
:: 3.0 Base CSS
    :: 3.1.0 Spacing
    :: 3.2.0 Height
    :: 3.3.0 Section Padding
    :: 3.4.0 Section Heading
    :: 3.5.0 Preloader CSS
    :: 3.6.0 Miscellaneous
    :: 3.7.0 ScrollUp
    :: 3.8.0 Palatin Button
:: 4.0 Header Area CSS
:: 5.0 Hero Area CSS
:: 6.0 Book Now Area CSS
:: 7.0 About Us Area CSS
:: 8.0 Pool Area CSS
:: 9.0 Rooms Area CSS
:: 10.0 Services Area CSS
:: 11.0 Our Hotel Area CSS
:: 12.0 Testimonial Area CSS
:: 13.0 Footer Area CSS
:: 14.0 Breadcumb Area CSS
:: 15.0 Blog Area CSS
:: 16.0 Contact Area CSS
:: 17.0 Skills Area CSS
:: 18.0 Elements Area CSS
    :: 18.1.0 Single Cool Facts CSS
    :: 18.2.0 Accordians Area CSS
    :: 18.3.0 Tabs Area CSS
*/
/* :: 1.0 Import Fonts */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/nice-select.css);
@import url(css/travel-icon.css);
@font-face {
  font-family: 'FuturaLT-Book';
  src: url("fonts/FuturaLT-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaLT-Book.woff") format("woff"), url("fonts/FuturaLT-Book.ttf") format("truetype"), url("fonts/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */


/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }
  
  

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .section-heading .line- {
    width: 90px;
    height: 2px;
    background-color: #cb8670;
    display: block;
    margin-bottom: 40px; }
  .section-heading h2 {
    font-size: 48px;
    color: #363636; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; }
    form.input-group.serach-top.search-desktop {
    width: 529px!important;
    margin-right: 40px;
}
.navbar-brand img {
    width: 109px;
    margin-left: -20px;
}
    
    }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; }

    }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading.text-center .line- {
    margin: 0 auto 40px; }
  .section-heading.white h2,
  .section-heading.white p {
    color: #ffffff; }

/* :: 3.5.0 Preloader CSS */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .preloader .cssload-container {
    display: block;
    width: 97px; }
  .preloader .cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    background: #cb8670; }
  .preloader .cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px); }
  .preloader .cssload-loading i:nth-child(2),
  .preloader .cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite; }
  .preloader .cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite; }
@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0; } }
@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0; } }
@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0; } }
@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0; } }
@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0; } }
@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1; } }
@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1; } }
@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1; } }
@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1; } }
@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1; } }
@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px); } }
@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px); } }
@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px); } }
@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px); } }
@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px); } }
/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.63);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.7.0 ScrollUp */

#scrollUp {
  background-color: #474874;
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 5px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #363636; }

/* :: 3.8.0 Palatin Button */
.palatin-btn {
  background-color: #1f8646 ;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 15px;
  font-size: 16px;
  line-height:32px;
  text-transform: capitalize; }
  .palatin-btn:hover, .palatin-btn:focus {
    font-size: 16px;
    background-color: #363636;
    color: #ffffff; }
  .palatin-btn.btn-2 {
    background-color: #363636;
    color: #ffffff; }
    .palatin-btn.btn-2:hover, .palatin-btn.btn-2:focus {
      font-size: 16px;
      background-color: #cb8670;
      color: #ffffff; }
  .palatin-btn.btn-3 {
    background-color: #ffffff;
    color: #cb8670;
    border: 2px solid #cb8670;
    height: 49px;
    line-height: 48px; }
    .palatin-btn.btn-3:hover, .palatin-btn.btn-3:focus {
      font-size: 16px;
      background-color: #cb8670;
      color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
 
    .header-area .palatin-main-menu .classy-nav-container {
      background-color: #fff; }
    .header-area .palatin-main-menu .classy-navbar {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      
    
      padding: 0; }
    
    #scrollUp {
  display: none !important;
}
    
      @media only screen and (max-width: 767px) {
        .header-area .palatin-main-menu .classy-navbar {padding: 0px !important;
          } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .palatin-main-menu .classy-navbar .nav-brand {
          max-width: 140px; } }
      @media only screen and (max-width: 767px) {
        .header-area .palatin-main-menu .classy-navbar .nav-brand {
          max-width: 140px; } }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        text-transform: capitalize;
        color: #fff; 
        font-size: 13px;
    font-weight:400;
        background-color: transparent; }
    .header-area .palatin-main-menu .breakpoint-on .classy-navbar .classynav ul li a {
        text-transform: capitalize;
        color: #131921; 
        font-size: 16px;
    font-weight:400;
        background-color: transparent; }
        .header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover, .header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
      color: #f32f1b;
    }

        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
            font-size: 12px; 
      padding:0px 3px;} }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
            background-color: #fff; } }

 
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #474874; }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        color: #363636; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            padding: 0 20px; }
           .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    
    padding: 0px 2px;
    font-size: 11px !important;
}
            
        }
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            color: #ffffff; } }
   
      .header-area .palatin-main-menu .classy-navbar .menu-btn {
        }
        @media only screen and (min-width: 1200px) and (max-width: 1280px) {
          .classynav ul li a {
    padding: 0 9px;
      } }
      
/*       @media only screen and (min-width: 1024px) and (max-width: 1199px) {*/
/*         .header-area .palatin-main-menu .classy-navbar .classynav ul li a {*/
    
/*    padding: 0px 3px;*/
/*}*/
/*       }*/
      
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
      
            border: 2px solid #ffffff;
            margin-top: 30px;
            display: inline-block; } }
        @media only screen and (max-width: 767px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
           
           
            margin-top: 10px;
            display: inline-block; } }
        .header-area .palatin-main-menu .classy-navbar .menu-btn a {
          color: #fff;
          font-size: 14px !important;
    margin: 0px 4px;      }
 
    .header-area .is-sticky .palatin-main-menu .classy-navbar {
      }
    

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #fff; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #fff; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }

.classycloseIcon .cross-wrap span {
  background: #000; }

/* :: 5.0 Hero Area CSS */
.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 4%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .owl-dots {
        left: 1%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .owl-dots {
        left: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-dots {
        bottom: 100px; } }
    .hero-slides .owl-dots .owl-dot {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      border: 2px solid transparent;
      background-color: transparent;
      display: block;
      padding: 3px 5px;
      color: #ffffff;
      font-size: 14px; }
      .hero-slides .owl-dots .owl-dot.active, .hero-slides .owl-dots .owl-dot:hover, .hero-slides .owl-dots .owl-dot:focus {
        color: #ffffff;
        background-color: #1b3f4c;
        border: 2px solid #cb8670;
        box-shadow: none; }

.single-hero-slide {
  width: 100%;
  height: 950px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
      height: 800px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 750px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-slide {
      height: 750px; } }
  .single-hero-slide .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .single-hero-slide .hero-slides-content {
    display: inline-block;
    padding: 60px 50px;
    background-color: rgba(0, 0, 0, 0.63);
    border: 2px solid #cb8670;
    text-align: center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-slide .hero-slides-content {
        padding: 40px 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-slide .hero-slides-content {
        padding: 30px 20px; } }
    @media only screen and (max-width: 767px) {
      .single-hero-slide .hero-slides-content {
        padding: 20px; } }
    .single-hero-slide .hero-slides-content .line {
      width: 90px;
      height: 2px;
      background-color: #cb8670;
      margin: 0 auto 30px; }
    .single-hero-slide .hero-slides-content h2 {
      position: relative;
      z-index: 1;
      font-size: 72px;
      color: #ffffff;
      margin-bottom: 0;
      display: inline-block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 30px; } }
    .single-hero-slide .hero-slides-content p {
      font-size: 14px;
      color: #ffffff; }

.hero-slides .owl-item.active .single-hero-slide .slide-img {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* :: 6.0 Book Now Area CSS */
/*  */

/* :: 8.0 Pool Area CSS */

/* :: 9.0 Rooms Area CSS */


/* :: 11.0 Our Hotel Area CSS */

/* :: 13.0 Footer Area CSS */

/* :: 17.0 Skills Area CSS */

/* :: 18.0 Elements Area CSS */

/* :: 18.1.0 Single Cool Facts CSS */

/* ====== The End ====== */

/*# sourceMappingURL=style.css.map */

textarea.text-info {
    width: 100% !important;
}
a:hover {
    color: #040506;
    text-decoration: none;
}
.sad
{
    width:100%!important;
}
body.overlay_color{
  position: relative;
}
body.overlay_color:before {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
}

.sub_category_menu.classymenu.menu-on {
    position: absolute;
    top: 0px;
    z-index: 5555;
    width: 100%;
}

.fashion .view-everyone h3 {
    margin: 0;
    line-height: 42px;
}
.fashion .view-everyone {
    padding: 10px;
}
.row.spacing {
    padding: 0 10px;
}
.strps .nice-select.form-select {
    line-height: 30px;
}
.nice-select.form-control-pro,.nice-select.form-control {
    line-height: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.fashion .view-everyone h3 {
    font-size: 20px;
}
.top_dash {
    display: block !important;
}
.navbar.navbar-expand-lg.pt-3 {
    border-bottom:0px;
}
h6.toptext {
    margin: 0 auto 20px;
}
.top_section {
	border: 1px solid;
	height: 100px;
	width: 100px;
	margin: 14px auto;
	border-radius: 50%;
}
h3.shipping-heading {
    text-align: center;
}
.MultiCarousel .rightLst:focus {
    outline: none;
}
.MultiCarousel .MultiCarousel-inner .item > div {
    padding: 10px 0 !important;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
.MultiCarousel {
    padding: 15px 7px !important;
    padding-right: 25% !important;
}
.box p {
    padding:0px 0px 0;
    margin: 0;
}
ul.shipping-ul.justify-content-end {
    display: block;
    text-align: center;
}
.boxist {
  width: 87%;
    float: left;
    margin: 3px 10px;
    text-align: center;
}
.boxist img {
    max-width: fit-content;
    width: 100% !important;
    height: 70px;
    margin: 10px 0px;
    object-fit: cover;
}
.boxscnd img {
	height: 280px;
}
.fromaselone,.fromaseltwo,.fromaselthree {
    width: 100%;
}
.single-prd-top-col {
	background: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.boxscnd img {
	width: 100%;
	margin: 0px 0px 10px;
}
.strps .nice-select.form-select {
    width: 100%;
}
.page-box img {
  height: 230px;
}
.fashion_catagroies img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	margin-bottom: 0 !important;
}
.firsttable-2.table-responsive td, .firsttable-3.table-responsive td {
    white-space: nowrap;
}
.page-box {
	padding: 2px;
	margin: 8px 3px;
	width: auto;
} 
.page-box:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Product-details1.col-md-12 {
  padding: 0;
}
.Product-details1 .row {
  display: -webkit-inline-box;
  flex-wrap: wrap;
}
.max-padding .col-md-9.page-column-second {
  padding-right: 5px;
  padding-left: 5px;
}
.rectangle-child_1 img {
  /* height: 200px; */
  /* object-fit: cover; */
}
.paginations hr {
  margin: 4px;
  border: 0;
}
.cart-btn.mr-4 {
  margin-right: 0 !important;
}
.cart-btn.mr-4 form {
  display: flex;
}
.cart-btn input.text-center {
    width: 123px;
}
.cart-info {
    display: block!important;
}
.cart-btn.mr-4  {
  padding:0;
}
.from_cart {
  display: none;
}
.cross-wrap {
  position: absolute;
  right: -200px;
}

}
@media screen and (min-width: 768px) and (max-width:991px) {
  .card-title {
    font-size: 14px;  
}
.firsttable-2.table-responsive td, .firsttable-3.table-responsive td {
    white-space: nowrap;
}
.price_p {
    font-size: 13px;
}
.price1 {
    font-size: 11px;
}
.page-box img {
    height: 140px;
}
.price,.rating-span {
    font-size: 12px;
}
.price-button {
    font-size: 11px;
}
}
.fashion_pages:hover,.prices-icon:hover {
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
    background-color: #fff;
}
.prices-icon {
    padding: 15px 0 2px;
}
.fashion_pages img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.fashion_pages:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/*.counterW {margin:0 0 0 0px;}
.ratingW {position:relative; margin:10px 0 0;padding: 0;}
.ratingW li {display:inline-block; margin:0px;}
.ratingW li a {display:block; position:relative; margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;}
.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}

.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #ddd;
  border-left: .3em solid transparent;
   Controlls the size of the stars. 
  font-size: 16px;
}
.star:before, .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #ddd;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.ratingW li.on .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: .3em solid transparent;
   Controlls the size of the stars. 
  font-size: 16px;
}
.ratingW li.on .star:before, .ratingW li.on .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.ratingW li.on .star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.reviews-modal .form-control {
    height: 150px !important;
}
.reviews-modal p {
    font-size: 17px;
    margin-top: 1rem;
}
.counter {
  position: relative;
  background: #ec282a;
  padding: 0px 7px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  bottom: 10px;
}*/

.rating { 
  border: none;
  float: left;
  margin:0px 0px 0px 28px;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin-top: 2px;
  padding:0px 5px 0px 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #fff; 
  float: right;
  margin:4px 1px 0px 0px;
  background-color:#D8D8D8;
  border-radius:15px;
  height:25px;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { 
  /*background-color:#7ED321 !important;*/
  cursor:pointer;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { 
  /*background-color:#7ED321 !important;*/
  cursor:pointer;
} 

 @media only screen and (min-width: 300px) and (max-width: 768px) {
   .container-slide {
    position: relative;
  }
  .row.cetagory-index:nth-child(1):after {
    border-bottom:none;
  }
}