@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, .site-wrapper {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  visibility: visible; 
  font-family: "Nunito Sans", sans-serif;
  color: #212529;
  font-weight: 400;
  position: relative;
}

body[data-rtl="rtl"] {
  direction: rtl;
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif;
  color: #151515;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #151515;
}

button, input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section, .main-wrapper {
  float: left;
  width: 100%;
}

.border-bottom {
  border-bottom: 1px solid #eeeeee;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#scrollUp {
  background: #151515;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  bottom: 7px;
  right: 25px;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollUp:hover {
  background: #151515;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .row-five-column > [class*="col-xl-"] {
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 430px;
  }
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0 !important;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--
    - Background Color
------------------------------------------*/
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f8f8f8 !important;
}

.bg-gray-two {
  background-color: #f3f1ec !important;
}

.bg-black {
  background-color: #111111;
  opacity: .95;
}

.bg-dark {
  background-color: #151515 !important;
}

.bg-dark-two {
  background-color: #1c2535 !important;
}

.bg-dark-three {
  background-color: #1d2736 !important;
}

.bg-dark-four {
  background-color: #1d2634 !important;
}

.bg-skyblue {
  background-color: #dfecf7 !important;
}

.bg-theme {
  background-color: #151515 !important;
}

/*-- 
    - Tab Content & Pane Fix
------------------------------------------*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/*-- 
    - Main Wrapper
------------------------------------------*/
/*-- 
    - Section Title
------------------------------------------*/
.section-title h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}


.section-title-blue h2{
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  margin: 0;
  color:#00529E;
}
.small, small {font-size: 100%; font-weight: 600; line-height:14px;}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 23px;
	text-align:center;
  }
  .section-title-blue h2{font-size:23px; text-align:center;}
  small{text-align: center; display: block; line-height: 28px; padding-bottom: 15px;}
 
}

.section-title span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .section-title span {
    font-size: 14px;
  }
}

.section-title p {
  margin-top: 15px;
  line-height: 22px;
}

.section-title.full-width p {
  margin-bottom: 35px;
  max-width: 100%;
}

.section-title.text-center {
  text-align: center;
  background-position: top center;
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-left {
  text-align: left;
  background-position: top left;
}

.section-title.text-left p {
  margin-left: 0;
  margin-right: auto;
}

.section-title.text-right {
  text-align: right;
  background-position: top right;
}

.section-title.text-right p {
  margin-left: auto;
  margin-right: 0;
}

.section-title.color-white h1 {
  color: #ffffff;
}

.section-title.color-white p {
  color: #aaaaaa;
}

.product-tab ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-tab ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #686868;
}

.product-tab ul li a::after {
  content: '-';
  margin: 0 7px;
}

.product-tab ul li a:hover, .product-tab ul li a.active {
  color: #151515;
  font-weight: 700;
}

.product-tab ul li:last-child a::after {
  display: none;
}

/*-- 
    - Button
------------------------------------------*/
.btn {
  background-color: #FF5500;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: capitalize;
  border-radius: 0px;
  position: relative;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color:#fff;
}

.btn:hover {
  background-color: #E84E01;
  color: #ffffff;
}



@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    line-height: 23px;
    height: 45px;
    padding: 10px 25px;
  }
  .btn:hover::before {
    left: 6px;
    top: 6px;
  }
  .btn:hover::after {
    left: -6px;
    top: -6px;
  }
}

/* Pentagon Icon CSS */
.pentagon-icon .icon {
  position: relative;
  width: 50px;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  background-color: #151515;
  border-radius: 6px;
  margin: 0 20px;
}

@media only screen and (max-width: 767px) {
  .pentagon-icon .icon {
    width: 38px;
    height: 57px;
  }
}

.pentagon-icon .icon::before, .pentagon-icon .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #151515;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  z-index: -1;
  border-radius: 6px;
}

.pentagon-icon .icon::after {
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.pentagon-icon .icon i {
  font-size: 26px;
  color: #151515;
}

/*-- 
    - Page Banner Section
------------------------------------------*/
.page-banner-section {
  padding: 120px 0 130px;
  position: relative;
  z-index: 1;  
  height: 480px;
}
.page-banner{padding-top: 170px; position: relative; z-index: 99; text-align: left !important;}

.page-banner-section.bg-image{transition: 0.5s; min-height: 340px; max-height: 480px; object-fit: cover; margin-bottom: 20px;}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .page-banner-section {
    padding: 100px 0 110px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner-section {
    padding: 90px 0 100px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-section {
    padding: 80px 0 90px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    padding: 70px 0 80px;
    width: 100%;
	height:300px;
  }
}

/*-- Page Banner --*/
.page-banner h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color:#000;  
  background: rgb(254, 230, 11, .8);
  text-align: left;
  display: inline;
  padding: 8px 23px 8px;
  border-radius: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner h2 {
    font-size: 12px;
  }
}

/*-- Page Breadcrumb --*/
.page-breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: ruby-text;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-breadcrumb li {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1;
  margin-top: 10px;
  color: #151515;
}

@media only screen and (max-width: 575px) {
  .page-breadcrumb li {
    font-size: 13px;
  }
}

.page-breadcrumb li::after {
  content: "/";
  margin: 0 6px;
  color: #fff;
}
.page-breadcrumb li{color:#fff; display:block;}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: #ffff;
}

.page-breadcrumb li a:hover {
  color: #fff;
}

/*-- 
    - Page Pagination
------------------------------------------*/
.page-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.page-pagination li {
  margin: 0 15px 0 0;
  vertical-align: middle;
}

.page-pagination li:last-child {
  margin-right: 0;
}

.page-pagination li a {
  height: 30px;
  line-height: 30px;
  min-width: 0;
  padding: 0 5px;
}

.page-pagination li:hover a {
  color: #151515;
}

.page-pagination li.active a {
  color: #151515;
}

.grid-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

.grid-filter button {
  background-color: transparent;
  color: #151515;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px 10px;
  text-transform: capitalize;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
}

.grid-filter button::before {
  content: "";
  height: 6px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #151515;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.grid-filter button:hover::before, .grid-filter button.active::before {
  width: 100%;
}

.grid-filter.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-filter.center button {
  margin: 0 10px 10px;
}

.grid-filter.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid-filter.left button {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}

.grid-filter.left button:last-child {
  margin-right: 0;
}

.grid-filter.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid-filter.right button {
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 10px;
}

.grid-filter.right button:last-child {
  margin-left: 0;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: #151515;
  color: #ffffff;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

/*.slick-slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #151515;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}*/

.slick-slider .slick-arrow i {
  font-size: 24px;
  line-height: 20px;
  display: block;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
  margin-left: 40px;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  margin-right: 40px;
}

.slick-slider:hover .slick-arrow {
 /* opacity: 1;*/
}

.slick-slider:hover .slick-arrow.slick-prev {
  margin-left: 20px;
}

.slick-slider:hover .slick-arrow.slick-next {
  margin-right: 20px;
}

.slick-slider .slick-dots {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 15px;
}

.slick-slider .slick-dots li {
  margin: 0 5px;
}

.slick-slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 3px solid #FF5500;
  background-color: #FF5500;
  text-indent: -9999px;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots li button {
    border-width: 2px;
    width: 10px;
    height: 10px;
  }
}

.slick-slider .slick-dots li.slick-active button {
  width: 30px;
  background-color: #f1f1f1;
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots li.slick-active button {
    width: 20px;
  }
}

.gallery-item {
  position: relative;
}

.gallery-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #151515;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-item img {
  width: 100%;
}

.gallery-item .plus {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  opacity: 0;
}

.gallery-item .plus::before, .gallery-item .plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-item .plus::before {
  width: 150px;
  height: 1px;
}

.gallery-item .plus::after {
  width: 1px;
  height: 150px;
}

.gallery-item:hover::before {
  opacity: 0.75;
}

.gallery-item:hover .plus {
  opacity: 1;
}

.gallery-item:hover .plus::before {
  width: 40px;
}

.gallery-item:hover .plus::after {
  height: 40px;
}

blockquote.blockquote {
  background-color: #f1f2f3;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

blockquote.blockquote::before {
  position: absolute;
  content: url(../images/icons/quote-left.png);
  left: -5px;
  top: -10px;
  z-index: -1;
  opacity: 0.07;
}

blockquote.blockquote p {
  font-size: 18px;
  font-style: italic;
}

blockquote.blockquote .author {
  font-size: 14px;
  display: block;
  line-height: 18px;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
header.header {
  background-color: #eee;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.header.is-sticky {
  position: fixed !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #eee !important;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

header.header.is-sticky .header-top {
  display: none;
}

header.header.is-sticky .header-middle {
  display: none;
}

.header-absolute {
  position: absolute !important;
  background-color: transparent !important;
}

/*Header right Area CSS*/
.header-right-area {
  text-align: right;
  display: flex;
  justify-content: space-between;  
}

.header-right-area > ul > li {  
  list-style: none;
  position: relative;
}

.header-right-area > ul > li .phone {
    top: 2px;
    background-color: #1f9d73;
    width: 25px;
    left: -24px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    }

 .header-right-area > ul > li .phone .fa-phone:before {
    content: "\f095";
    font: normal normal normal 14px / 1 FontAwesome;
    line-height: 26px;
    align-items: center;
    color: #fff;
        }

.header-right-area > ul > li .flex-item-two {
    font-size: 8px;
    position: relative;
    left: 0;
    top: -7px;
    text-align: center;
    margin-left: 6px;
    font-weight: 700;
    }

.header-right-area > ul > li .flex-item-two span {
	color: rgb(59, 53, 54);
	display: block;
	line-height: 0;	
	font-weight: 600;
}

.header-right-area > ul > li .flex-item-two a {
	display: inline-block;
	color: inherit;
	font-size: 13px;
	font-weight: 800;
	padding: 0;
}

.header-right-area > ul > li button {
	background: #00529E;
	border-radius: 30px;
	display: flex;
	position: absolute;
	right: -102px;
	top: -46px;
	justify-content: space-between;
	padding: 6px 8px;
	align-items: center;
	color: #fff;
	justify-content: center;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
}


/*Currency CSS*/

.currency-dropdown {
  position: absolute;
  top: 140%;
  right: 0;
  min-width: 300px;
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-search-cart-area ul > li.currency-menu:hover .currency-dropdown {
  top: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.currency-dropdown > li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  line-height: 1;
}

.currency-dropdown > li:last-child {
  margin-bottom: 0;
}

.currency-dropdown > li > a {
  text-transform: uppercase;
  font-size: 14px;
  color: #292929;
  display: block;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 25px;
}

.currency-dropdown > li > ul {
  padding-left: 15px;
}

.currency-dropdown > li > ul > li {
  list-style: none;
}

.currency-dropdown > li > ul > li > a {
  color: #333;
  padding: 10px 0;
  display: block;
  color: #333;
  padding: 10px 0;
  display: block;
}

.currency-dropdown > li > ul > li > a:hover {
  color: #151515;
}

.currency-dropdown > li > ul > li.active > a {
  color: #151515;
}

.currency-dropdown > li > ul > li > a > img {
  padding-right: 5px;
}

/*-- Header Search --*/
.header-search {
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-search.red-color button {
  color: #ffffff;
}

.header-search.white-color button {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-search {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header-search {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .header-search {
    margin-left: 0;
    margin-right: 30px;
  }
}

.header-search-toggle {
  background-color: transparent;
  border: none;
  color: #151515;
  padding: 0;
  line-height: 30px;
  width: 40px;
  height: 30px;
}

.header-search-toggle i {
  font-size: 15px;
}

.header-search-toggle.open i {
  font-size: 30px;
}

/*Main Search CSS*/
.main-search-active {
  background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
  width: 100%;
  min-height: 100vh;
  padding: 32px 46px 39px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .main-search-active {
    padding: 32px 20px 39px;
  }
}

.sidebar-search-icon {
  position: absolute;
  top: 50px;
  right: 70px;
  color: #ffffff;
  font-size: 60px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .sidebar-search-icon {
    right: 0;
  }
}

.sidebar-search-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  line-height: 1;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-search-input {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  display: inline-block;
  padding: 0 50px;
  width: 75%;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sidebar-search-input {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-search-input {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-search-input {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-search-input {
    padding: 0 10px;
    width: 100%;
  }
}

.sidebar-search-input form .form-search {
  position: relative;
}

.sidebar-search-input form .form-search input {
  padding: 10px 0;
  border: 0;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  font-size: 200px;
  width: 100%;
  height: auto;
  color: #ffffff;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sidebar-search-input form .form-search input {
    font-size: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-search-input form .form-search input {
    font-size: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-search-input form .form-search input {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-search-input form .form-search input {
    font-size: 50px;
  }
}

.sidebar-search-input form .form-search input::-webkit-input-placeholder, .sidebar-search-input form .form-search input::-webkit-input-placeholder, .sidebar-search-input form .form-search input::-moz-placeholder, .sidebar-search-input form .form-search input:-ms-input-placeholder, .sidebar-search-input form .form-search input::-webkit-input-placeholder {
  color: #ffffff;
}

.sidebar-search-input form .form-search input::placeholder, .sidebar-search-input form .form-search input::-webkit-input-placeholder, .sidebar-search-input form .form-search input::-moz-placeholder, .sidebar-search-input form .form-search input:-ms-input-placeholder, .sidebar-search-input form .form-search input::placeholder {
  color: #ffffff;
}

.sidebar-search-input form .form-search button {
  background-color: transparent;
  border: medium none;
  color: #ffffff;
  font-size: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-search-input p {
  font-size: 90%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  text-align: right;
  opacity: 0;
  line-height: 1.6;
  color: #ffffff;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  -o-transition: opacity .4s, transform .4s;
  transition: opacity .4s, transform .4s;
  transition: opacity .4s, transform .4s, -webkit-transform .4s;
}

@media only screen and (max-width: 767px) {
  .sidebar-search-input p {
    font-size: 14px;
  }
}

.main-search-active.inside {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
}

.main-search-active.inside .sidebar-search-input {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.main-search-active.inside .sidebar-search-input input {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: .5s ease-out .3s;
  -o-transition: .5s ease-out .3s;
  transition: .5s ease-out .3s;
  border-bottom-color: #ffffff;
}

.main-search-active.inside .sidebar-search-input p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*Main Search CSS*/
/*-- Main Menu --*/
.main-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.animation-gif{position: absolute; top: -72px; left: 8px; z-index: 99999999; overflow:hidden;}

.main-menu > ul > li {
  /*position: relative;*/
}

    .main-menu > ul > li > a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        font-family: "Nunito Sans", sans-serif;
        color: #151515;
        text-transform: capitalize;
        display: block;
        padding: 0;
        /* margin: 0 25px 0 0;*/
        margin: 0 7px 0 0;
        position: relative;
        text-align: left;
		padding: 4px 12px 4px 12px;
    }
	
.main-menu > ul > li > a.sel{background: linear-gradient(90deg, rgb(0, 188, 122) 0%, rgb(46, 130, 245) 100%); color:#fff; border-radius: 40px;}	
.main-menu > ul > li > a.sel:hover{color:#fff;}
.main-menu > ul > li.active > a, .main-menu > ul > li:hover > a.sel {color: #fff;}
.header-right-area > ul > li a.sign-in{position: absolute; right: -190px; top: -31px; width: auto; height: 30px; text-align: center; border-radius: 35px; padding: 2px 13px; font-size:13px; color: #001010; }
.header-right-area > ul > li a.sign-in i{ font-size: 16px;  color: #001010; position:relative; top:-2px; vertical-align:middle; margin-right: 7px;}
.main-menu > ul > li > a i{font-weight:600; margin-left:5px;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li > a {
    padding: 25px 0 25px 0;
    margin: 0 22px 0 0;
    font-size: 14px;
  }
}

.main-menu > ul > li.has-dropdown > a::after {
  content: "\f107";
  font-family: Fontawesome;
  line-height: 30px;
  margin-left: 3px;
}

.main-menu > ul > li.active > a, .main-menu > ul > li:hover > a {
  color: #151515;   
}

.main-menu > ul > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  

}

.header-deafult-area{position:relative; z-index:99999; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); padding: 16px 0 16px;}

.main-menu > ul > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  display:block;
  
}

.main-menu > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

.main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-two > ul > li > a {
    padding: 30px 12px;
    margin: 0;
  }
}

/*-- Sub Menu --*/
.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 30px;
  padding: 11px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -99;
  opacity: 0;
  overflow: hidden;  
  border-radius: 6px;
 }

.sub-menu li {
  margin-bottom: 5px;
  position: relative;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.sub-menu li a {
  font-family: "Nunito Sans", sans-serif;
  color: #151515;
  display: block;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 17px;
  text-align: left;
}

.sub-menu li.has-dropdown > a::after {
  content: "\f105";
  font-family: Fontawesome;
  line-height: 30px;
  float: right;
}

.sub-menu li.active > a {
  color: #00529E;
}

.sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
}

.sub-menu li:hover > a {
  color: #00529E;
  font-weight: 700;
 }

.sub-menu li:hover > .sub-menu {
  margin-top: -10px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.sub-menu li .sub-menu {
  left: 100%;
  margin-left: 0;
  top: 0;
}

.sub-menu li .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.sub-menu li .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

/*-- Mega Menu --*/
.mega-menu.four-column {
  width: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu.four-column {
    width: 1172px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu.four-column {
    width: 820px;
  }
}

.mega-menu {
  position: absolute;  
  left: 0;
  top: 100%;
  margin-top: 0;
  background-color: #ffffff;
  /*border: 1px solid #eeeeee;*/
  /*border-bottom: 2px solid #151515;*/
  text-align: left;
  z-index: 999;
  width: 800px; 
  transition: all 0.5s ease 0s;
  border-radius: 0 0 13px 13px;
  padding-left:20px; 
  box-shadow: 0px 7px 12px -4px rgba(0, 0, 0, 0.20);
 display:none;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu {
    width: 770px;
    left: -286px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu {
    width: 770px;
    left: -160px;
  }
}

.mega-menu > li {
  width: 25%;
  padding: 0px 13px;
  margin: 34px 0 0;
  float: left;
  border-left: 1px solid #eeeeee;
}

.mega-menu > li:first-child{border-left:none;}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu > li {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu > li {
    padding: 0 5px;
  }
}

.mega-menu > li:first-child {
  border-left: 0;
}

.mega-menu > li.more-pck{margin:0; text-align: right; width: 100%;  padding: 20px 30px 15px 0; }
.mega-menu > li.more-pck a{text-transform:capitalize; color:#00529E; font-weight:700;}
.mega-menu > li > a {
  margin: 0 0 12px 8px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  color: #151515;
  text-align: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu > li > a {
    margin: 0 0 12px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu > li > a {
    margin: 0 0 12px 20px;
  }
}

.mega-menu > li > ul > li {
  display: block;
}

.mega-menu > li > ul > li a::before {
    content: "\f138";
    font: normal normal normal 14px / 1 FontAwesome;
	color:#14AC79;
	margin-right:15px;
	vertical-align:middle;
	height: 10px;
    margin-top: 3px;
	
}

.mega-menu > li > ul > li > a {
  display: flex;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #151515; 
  padding:8px 0 8px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu > li > ul > li > a {
    /*padding: 0 20px;*/
	border-bottom: #ddd 1px dotted;
    margin: 0 5px 0 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu > li > ul > li > a {
    /*padding: 0 20px;*/
	border-bottom: #ddd 1px dotted;
    margin: 0 5px 0 5px;
  }
}

.mega-menu > li > ul > li > a:hover {
  color: #00529E;  
}

/* offcanvas mobile menu */
.header-mobile-navigation {
  padding: 20px 0;
}

.header-mobile-navigation .mobile-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-mobile-navigation .mobile-navigation ul li {
  margin-left: 20px;
}

.header-mobile-navigation .mobile-navigation ul li:first-child {
  margin-left: 0;
}

.header-mobile-navigation .mobile-navigation ul li a {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #151515;
}

.header-mobile-navigation .mobile-navigation .header-cart-icon {
  position: relative;
  display: inline-block;
}

.header-mobile-navigation .mobile-navigation .header-cart-icon a {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #151515;
}

.header-mobile-navigation .mobile-navigation .header-cart-icon a span {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 18px;
  height: 18px;
  color: #151515;
  border-radius: 100%;
}

.offcanvas-widget-area {
  margin-bottom: 35px;
}

@media only screen and (max-width: 479px) {
  .offcanvas-widget-area {
    margin-bottom: 30px;
  }
}

.off-canvas-contact-widget {
  margin-bottom: 20px;
}

.off-canvas-contact-widget .header-contact-info {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}

.off-canvas-contact-widget .header-contact-info .header-contact-info-list li {
  display: inline-block;
  margin-right: 25px;
}

.off-canvas-contact-widget .header-contact-info .header-contact-info-list li i {
  font-size: 14px;
  margin-right: 5px;
}

.off-canvas-contact-widget .header-contact-info .header-contact-info-list li a {
  font-weight: 400;
  line-height: 22px;
  color: #151515;
}

.off-canvas-contact-widget .header-contact-info .header-contact-info-list li a:hover {
  color: #151515;
}

.off-canvas-contact-widget .header-contact-info .header-contact-info-list li:last-child {
  margin-right: 0;
}

.offcanvas-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  padding-left: 60px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.offcanvas-mobile-menu.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.offcanvas-mobile-menu.inactive {
  -webkit-transform: translateX(calc(100% + 60px));
      -ms-transform: translateX(calc(100% + 60px));
          transform: translateX(calc(100% + 60px));
}

.offcanvas-menu-close {
  position: absolute;
  left: 0;
  top: 0;
  background: #343538;
  z-index: 9;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width: 479px) {
  .offcanvas-menu-close {
    width: 50px;
    height: 50px;
    line-height: 48px;
    left: 10px;
    font-size: 18px;
  }
}

.offcanvas-menu-close:hover, .offcanvas-menu-close:focus {
  color: #ffffff;
}

.offcanvas-menu-close i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.offcanvas-menu-close:hover i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.offcanvas-wrapper {
  overflow: auto;
  height: 100%;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.offcanvas-mobile-search-area {
  background-color: #e6e6e6;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  z-index: 9;
  margin-left: 60px;
}

.offcanvas-mobile-search-area input {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 9px 25px;
  padding-right: 35px;
  color: #222;
  background: #e6e6e6;
  border: none;
}

@media only screen and (max-width: 479px) {
  .offcanvas-mobile-search-area input {
    font-size: 14px;
    padding: 5px 15px;
    padding-right: 35px;
  }
}

.offcanvas-mobile-search-area button {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #aaa;
  padding: 0;
}

.offcanvas-mobile-search-area button i {
  font-size: 18px;
  line-height: 40px;
}

.offcanvas-inner-content {
  padding: 90px 35px 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 479px) {
  .offcanvas-inner-content {
    padding: 25px 25px 0;
  }
}

.offcanvas-navigation {
  margin-bottom: 50px;
}

.offcanvas-navigation > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px 0;
  color: #151515;
}

.offcanvas-navigation > ul > li > a:hover {
  color: #151515;
}

@media only screen and (max-width: 479px) {
  .offcanvas-navigation > ul > li > a {
    font-size: 12px;
    line-height: 16px;
	font-weight: 700;
	border-bottom: #eee 1px solid;
  }
}

.offcanvas-navigation ul.submenu2 {
  margin-left: 5px;
}

.offcanvas-navigation ul.submenu2 > li > a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding: 10px 0;
}

.offcanvas-navigation ul.submenu2 > li > a:hover {
  color: #151515;
}

@media only screen and (max-width: 479px) {
  .offcanvas-navigation ul.submenu2 > li > a {
    font-size: 13px;
    line-height: 18px;
  }
}

.offcanvas-navigation ul li.menu-item-has-children {
  position: relative;
  display: block;
}

.offcanvas-navigation ul li.menu-item-has-children a {
  display: block;
}

.offcanvas-navigation ul li.menu-item-has-children.active > .menu-expand i:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
  position: absolute;
  right: auto;
  left: 95%;
  top: -5px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid;
  position: relative;
  width: 10px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.off-canvas-widget-social a {
  margin: 0 10px;
  font-size: 14px;
}

.off-canvas-widget-social a:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 479px) {
  .off-canvas-widget-social a {
    margin: 0 10px;
  }
}

.off-canvas-widget-social a:hover {
  color: #151515;
}

/* offcanvas settings */
.offcanvas-settings .offcanvas-navigation > ul > li > a {
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0;
}

.offcanvas-settings .offcanvas-navigation > ul > li.menu-item-has-children .menu-expand {
  height: 30px;
  top: -15px;
  margin-top: 0;
}

.offcanvas-settings .offcanvas-navigation ul.sub-menu > li > a {
  padding: 5px 0;
}

/*----------------------------------------*/
/*  03. Hero CSS
/*----------------------------------------*/
/*-- Hero Slider --*/
.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: transparent;
  color: #BEBEBE;
  padding: 10px;
  width: 54px;
  height: 54px;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

/*.hero-slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #BEBEBE;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}*/

.hero-slider .slick-arrow i {
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.hero-slider .slick-arrow.slick-prev {
  left: 40px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

.hero-slider .slick-arrow.slick-next {
  right: 40px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

.hero-slider .slick-arrow:hover {
  /*background-color: #151515;
  color: #ffffff;*/
}

.hero-slider .slick-arrow:hover::before {
  margin-left: 6px;
  margin-top: 6px;
}

.hero-slider:hover .slick-arrow {
  /*opacity: 1;*/
}

.hero-slider:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.hero-slider:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-slider .slick-dots {
    bottom: 15px;
  }
}

.hero-slider .slick-dots li {
  margin: 0 5px;
}

    .hero-slider .slick-dots li button {
        display: block;
        padding: 0;
        width: 9px;
        height: 9px;
        border: 3px solid #fff;
        background-color: #fff;
        text-indent: -9999px;
        border-radius: 50px;
    }

@media only screen and (max-width: 767px) {
  .hero-slider .slick-dots li button {
    border-width: 2px;
    width: 10px;
    height: 10px;
  }
}

.hero-slider .slick-dots li.slick-active button {
    width: 30px;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .hero-slider .slick-dots li.slick-active button {
    width: 20px;
  }
}

/*-- Hero Item --*/
.hero-item {
  width: 100%;
  height: 480px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-item.large-height {
  height: 900px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-item.large-height {
    height: 700px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item.large-height {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item.large-height {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item.large-height {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item {
    height: 300px;
  }
}

/*-- Hero Content For Background Video --*/
.hero-content {
  text-align: center;
}

.hero-content h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .hero-content h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content h2 {
    font-size: 18px;
  }
}

.hero-content h1 {
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content h1 {
    font-size: 44px;
  }
}

.hero-content h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .hero-content h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content h3 {
    font-size: 14px;
  }
}

/*-- Hero Content Two For Hero Slider --*/
.hero-content-2 {
 /* margin-top: 140px;*/
  margin-top: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-2 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-2 {
    margin-top: 98px;
  }
}

.hero-content-2.margin-top {
  margin-top: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content-2.margin-top {
    margin-top: 140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-2.margin-top {
    margin-top: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2.margin-top {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-2.margin-top {
    margin-top: 30px;
  }
}

.hero-content-2.left {
  text-align: left;
}

.hero-content-2.center {
  text-align: center;
}

.hero-content-2.right {
  text-align: right;
}

.hero-content-2 > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.hero-content-2 h2 {
    font-size: 32px;
    line-height: 64px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Great Vibes', serif;
    text-align: center; 
}
.hero-content-2 h2 span{font-size:32px; font-weight:500!important; margin-left:0px;}

.hero-section .slick-initialized .slick-slide:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(5, 16, 54, 0.3);}

.hero-item .btn{background-color: #00BC7A; font-family: "Nunito Sans", sans-serif; color: #ffffff; font-size: 15px; line-height: 1.2; font-weight: 600; padding: 12px 30px; text-transform: capitalize; border-radius: 0px; position: relative; border-radius: 6px; -webkit-transition: all 0.3s ease 0s;  -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-2 h2 {
    font-size: 42px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-2 h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

.hero-content-2 p {
  font-size: 16px;
  color: #ffffff;
  max-width: 650px;
  margin-bottom: 40px;
}

.hero-content-2 .btn {
  font-size: 18px;
}

/*-- Slide Content In Animation --*/
.slick-active {
  /*-- Hero Content Two For Hero Slider --*/
}

.slick-active .hero-content-2 > * {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slick-active .hero-content-2 > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.slick-active .hero-content-2 > *:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slick-active .hero-content-2 > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.slick-active .hero-content-2 > *:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slick-active .hero-content-2 > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.slick-active .hero-content-2 > *:nth-child(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/*----------------------------------------*/
/*  04. About CSS
/*----------------------------------------*/
/* About Page CSS */
.about-us-content span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}

.about-us-content span::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #151515;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-us-content h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #151515;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
    max-width: 470px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.about-us-content p {
  line-height: 22px;
  max-width: 470px;
}

.about-us-image {
  overflow: hidden;
}

.about-us-image.img-full img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-us-img-wrapper:hover .about-us-image img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.single-team {
  position: relative;
}

.single-team .team-image {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-team .team-image a {
  display: block;
}

.single-team .team-image a img {
  width: 100%;
}

.single-team .team-content {
  bottom: 0;
  padding: 30px;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-team .team-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single-team .team-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .single-team .team-content {
    padding: 30px;
  }
}

.single-team .team-content .team-hover-info {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  padding: 30px 0;
  right: 30px;
  z-index: 2;
}

.single-team .team-content .team-hover-info h2 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.single-team .team-content .team-hover-info h2 a:hover {
  color: #ffffff;
}

.single-team .team-content .team-hover-info .team-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.single-team .team-content .team-hover-info .team-social li {
  list-style: none;
  padding: 0 17px;
}

.single-team .team-content .team-hover-info .team-social li > a > i {
  border: 0 solid transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  width: auto;
}

.single-team .team-content .team-hover-info .team-social li > a:hover > i {
  color: #151515;
}

.single-team:hover .team-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-team:hover .team-content {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/*----------------------------------------*/
/*  05. Banner CSS
/*----------------------------------------*/
/* Banner CSS */
.single-banner-item {
  position: relative;
  z-index: 2;
}

.single-banner-item .banner-image {
  position: relative;
  overflow: hidden;
}

.single-banner-item .banner-image a {
  display: block;
  width: 100%;
}

.single-banner-item .banner-image a img {
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.single-banner-item .banner-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content {
    bottom: 30px;
  }
}

.single-banner-item .banner-content.tr-right {
  bottom: auto;
  top: 40px;
  right: 90px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content.tr-right {
    top: 30px;
    right: 26px;
  }
}

.single-banner-item .banner-content.tl-left {
  left: 40px;
  right: auto;
  top: 40px;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content.tl-left {
    left: 15px;
    top: 25px;
  }
}

.single-banner-item .banner-content.color-white .title {
  color: #ffffff;
}

.single-banner-item .banner-content.color-white a {
  color: #ffffff;
}

.single-banner-item .banner-content .title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.single-banner-item .banner-content a {
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline;
  font-weight: 500;
}

.single-banner-item .discount-banner-content {
  position: absolute;
  top: 40px;
  left: 40px;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .discount-banner-content {
    top: 20px;
    left: 20px;
  }
}

.single-banner-item .discount-banner-content h3 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .discount-banner-content h3 {
    font-size: 22px;
    line-height: 38px;
  }
}

.single-banner-item .discount-banner-content h3 span {
  font-size: 55px;
  color: #ff0000;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .discount-banner-content h3 span {
    font-size: 50px;
  }
}

.single-banner-item .sp-banner-content {
  padding-left: 145px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .sp-banner-content {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-item .sp-banner-content {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .sp-banner-content {
    padding-left: 15px;
  }
}

.single-banner-item .sp-banner-content.content-right {
  padding-left: 420px;
  padding-top: 60px;
  padding-bottom: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .sp-banner-content.content-right {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 320px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-item .sp-banner-content.content-right {
    padding-top: 55px;
    padding-bottom: 60px;
    padding-left: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .sp-banner-content.content-right {
    padding-top: 55px;
    padding-bottom: 60px;
    padding-left: 10px;
  }
}

.single-banner-item .sp-banner-content .normat-text {
  display: block;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .sp-banner-content .normat-text {
    font-size: 16px;
    line-height: 36px;
  }
}

.single-banner-item .sp-banner-content .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .sp-banner-content .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.single-banner-item .sp-banner-content .countdown-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-item .sp-banner-content .countdown-area {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .sp-banner-content .countdown-area {
    margin-bottom: 10px;
  }
}

.single-banner-item .sp-banner-content .countdown-area .single-countdown {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .sp-banner-content .countdown-area .single-countdown {
    font-size: 18px;
    line-height: 1;
  }
}

.single-banner-item .sp-banner-content .countdown-area .single-countdown.big-font {
  font-size: 30px;
  line-height: 1;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .single-banner-item .sp-banner-content .countdown-area .single-countdown.big-font {
    font-size: 26px;
    line-height: 26px;
  }
}

.single-banner-item .sp-banner-content .countdown-area .single-countdown:nth-child(1)::before {
  display: none;
}

.single-banner-item .sp-banner-content .countdown-area .single-countdown:nth-child(2)::before {
  display: none;
}

.single-banner-item .sp-banner-content .countdown-area .single-countdown::before {
  content: ':';
  margin: 0 5px;
}

.single-banner-item .sp-banner-content a {
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .single-banner-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0.7;
  }
}

.single-banner-item:hover .banner-image a img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*----------------------------------------*/
/*  06. Feature CSS
/*----------------------------------------*/
.features-section .row .col-lg-4:last-child .single-feature {
  border-right: 0;
}

/* Single Feature CSS */
.single-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
  .single-feature {
    border-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.single-feature .feature-image {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .single-feature .feature-content {
    text-align: left;
  }
}

.single-feature .feature-content h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.single-feature .feature-content p {
  font-size: 14px;
  line-height: 24px;
  max-width: 230px;
}

/*----------------------------------------*/
/*  07. Product CSS
/*----------------------------------------*/
/*-- Product --*/
.single-grid-product {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.single-grid-product .product-label span {
  position: absolute;
  z-index: 2;
  color: #e33;
  text-align: center;
  display: inline-block;
  top: 20px;
  right: 20px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}

.single-grid-product .product-label span.new {
  color: #e33;
}

.single-grid-product .product-label span.sale {
  color: #151515;
  left: auto;
  right: 20px;
}

.single-grid-product .product-image {
  position: relative;
  margin-bottom: 20px;
}

.single-grid-product .product-image > a {
  display: block;
  width: 100%;
}

.single-grid-product .product-image > a img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.single-grid-product .product-image > a img:nth-child(1) {
  visibility: visible;
  opacity: 1;
}

.single-grid-product .product-image > a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.single-grid-product .product-image .product-action {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.single-grid-product .product-image .product-action > ul > li {
  list-style: none;
  display: block;
  margin-bottom: 5px;
  opacity: 0;
}

.single-grid-product .product-image .product-action > ul > li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: #151515;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-grid-product .product-image .product-action > ul > li a:hover {
  color: #ffffff;
  background: #151515;
}

.single-grid-product .product-content {
  text-align: center;
}

.single-grid-product .product-content .title {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
}

.single-grid-product .product-content .title a {
  display: block;
}

.single-grid-product .product-content .title a:hover {
  color: #151515;
}

.single-grid-product .product-content p .main-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #929292;
}

.single-grid-product .product-content p .main-price.discounted {
  text-decoration: line-through;
}

.single-grid-product .product-content p .discounted-price {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 10px;
  color: #e33;
}

.single-grid-product:hover .product-image > a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}

.single-grid-product:hover .product-image .product-action ul li {
  opacity: 1;
}

.single-grid-product:hover .product-image .product-action ul li:nth-of-type(1) {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
  animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
}

.single-grid-product:hover .product-image .product-action ul li:nth-of-type(2) {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running zoomIn;
  animation: 700ms ease-in-out 0s normal none 1 running zoomIn;
}

.single-grid-product:hover .product-image .product-action ul li:nth-of-type(3) {
  -webkit-animation: 900ms ease-in-out 0s normal none 1 running zoomIn;
  animation: 900ms ease-in-out 0s normal none 1 running zoomIn;
}

.single-grid-product:hover .product-image .product-action ul li:nth-of-type(4) {
  -webkit-animation: 1100ms ease-in-out 0s normal none 1 running zoomIn;
  animation: 1100ms ease-in-out 0s normal none 1 running zoomIn;
}

.single-grid-product.list-mode {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-bottom: 20px;
}

.single-grid-product.list-mode .list-mode-image {
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
}

.single-grid-product.list-mode .list-mode-content {
  -webkit-flex-basis: calc(100% - 100px);
      -ms-flex-preferred-size: calc(100% - 100px);
          flex-basis: calc(100% - 100px);
  padding-left: 20px;
}

/* List Product CSS */
.product-list-item .single-grid-product .product-image {
  margin-bottom: 0;
}

.product-content-shop-list {
  text-align: left;
}

.product-content-shop-list h3 {
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
  margin: 0px 0 10px 0;
}

@media only screen and (max-width: 575px) {
  .product-content-shop-list h3 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .product-content-shop-list h3 {
    margin-top: 10px;
  }
}

.product-content-shop-list .product-category-rating {
  margin: 0 0 10px 0;
}

.product-content-shop-list .product-category-rating .review a {
  font-weight: 400;
  line-height: 12px;
  color: #929292;
  margin-left: 10px;
}

.product-content-shop-list .product-category-rating .review a:hover {
  color: #292929;
}

.product-content-shop-list .product-category-rating .rating {
  margin-top: -3px;
}

.product-content-shop-list .product-category-rating .rating i {
  font-size: 15px;
}

.product-content-shop-list .product-category-rating .rating i.active {
  color: #F5C60D;
}

.product-content-shop-list .product-price {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .product-content-shop-list .product-price {
    margin: 0 0 15px 0;
  }
}

.product-content-shop-list .product-price .main-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #929292;
}

.product-content-shop-list .product-price .main-price.discounted {
  text-decoration: line-through;
}

.product-content-shop-list .product-price .discounted-price {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 10px;
  color: #e33;
}

.product-content-shop-list .product-desc {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .product-content-shop-list .product-desc {
    padding-top: 15px;
  }
}

/*-- Product Countdown CSS --*/
.product-details-content .product-countdown-two {
  margin-bottom: 25px;
}

.product-details-content .product-countdown-two .single-count {
  padding: 15px 25px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-countdown-two .single-count {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-countdown-two .single-count {
    padding: 15px;
  }
}

.product-details-content .product-countdown-two .single-count .single-countdown-times {
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-countdown-two .single-count .single-countdown-times {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-countdown-two .single-count .single-countdown-times {
    font-size: 14px;
  }
}

.product-details-content .product-countdown-two .single-count .single-countdown-content {
  font-size: 10px;
}

.product-countdown-two .single-count {
  background-color: #292929;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px;
  font-weight: 400;
  border-right: 1px solid #ffffff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-countdown-two .single-count {
    padding: 10px;
  }
}

.product-countdown-two .single-count .single-countdown-times {
  display: block;
  font-size: 14px;
}

.product-countdown-two .single-count .single-countdown-content {
  font-size: 10px;
}

/* Shop Toolbar CSS */
.shop-area {
  position: relative;
  z-index: 9;
  background: #ffffff;
  padding: 30px 0 0 0px;
}

@media only screen and (max-width: 767px) {
  .shop-area {
    padding: 15px 0 0 0px;
  }
}

.shop-topbar-wrapper {
  position: relative;
  padding: 10px 0;
  margin: 0 0 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 575px) {
  .shop-topbar-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 575px) {
  .grid-list-option {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .grid-list-option ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.grid-list-option ul li {
  margin-right: 12px;
}

.grid-list-option ul li:last-child {
  margin-right: 0;
}

.grid-list-option ul li a {
  font-size: 18px;
  display: block;
  text-align: center;
  color: #151515;
}

.grid-list-option ul li a.active, .grid-list-option ul li a:hover {
  color: #151515;
}

.grid-list-option p {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .grid-list-option p {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 575px) {
  .toolbar-short-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.toolbar-shorter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .toolbar-shorter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .toolbar-shorter {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.toolbar-shorter:last-child {
  margin-right: 0;
}

.toolbar-shorter label {
  display: block;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 14px;
  color: #151515;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .toolbar-shorter label {
    margin-right: 10px;
    width: 65px;
  }
}

.nice-select.wide {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .nice-select.wide {
    width: 165px;
  }
}

.nice-select.small {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 10px;
}

/*-- Product Details --*/
.product-details-images .lg-image {
  position: relative;
}

.product-details-images .lg-image > a {
  width: 100%;
}

.product-details-images .lg-image img {
  width: 100%;
}

.product-details-thumbs, .product-details-thumbs-2 {
  margin-top: 15px;
  overflow: hidden;
}

.product-details-thumbs .slick-list, .product-details-thumbs-2 .slick-list {
  margin: 0 -5px;
}

.product-details-thumbs .slick-list .slick-slide, .product-details-thumbs-2 .slick-list .slick-slide {
  padding: 0 5px;
}

.product-details-thumbs .slick-list .slick-slide > img, .product-details-thumbs-2 .slick-list .slick-slide > img {
  border: 1px solid transparent;
}

.product-details-thumbs .slick-active.slick-current > img, .product-details-thumbs-2 .slick-active.slick-current > img {
  border-color: #151515;
}

.product-details-thumbs .sm-image {
  cursor: pointer;
}

.product-large-thumb {
  position: relative;
  overflow: hidden;
}

a.popup-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px !important;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #373737;
  color: #fff;
  border-radius: 4px;
  z-index: 9;
}

.product-large-thumb a.popup-img:hover {
  background-color: #151515;
  color: #fff;
}

.product-details-content {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-details-content {
    margin-top: 30px;
  }
}

.product-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.product-nav > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #d1d1d1;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  color: #d1d1d1;
  position: relative;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-nav > a:hover {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

.product-details-content.text-center h2 {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-details-content.text-center h2 {
    max-width: 245px;
    font-size: 18px;
    margin: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .product-details-content.text-center h2 {
    max-width: 195px;
    font-size: 17px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
  }
}

.product-details-content h2 {
  color: #151515;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content h2 {
    max-width: 370px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content h2 {
    font-size: 17px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .product-details-content h2 {
    font-size: 18px;
    max-width: 300px;
  }
}

@media only screen and (max-width: 479px) {
  .product-details-content h2 {
    font-size: 18px;
    max-width: 175px;
  }
}

.single-product-reviews {
  font-size: 15px;
  margin-bottom: 20px;
}

.single-product-reviews i.active {
  color: #F5C60D;
}

.review-link {
  font-size: 15px;
  color: #151515;
  margin-left: 10px;
  line-height: 30px;
  display: inline-block;
}

.review-link:hover {
  color: #151515;
}

.single-product-price {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.single-product-price .price.new-price {
  color: #151515;
  font-weight: 500;
}

.single-product-price .regular-price {
  text-decoration: line-through;
}

.product-description p {
  line-height: 25px;
  color: #151515;
  margin-bottom: 30px;
}

.single-product-quantity {
  margin-bottom: 35px;
}

.single-product-quantity .product-quantity {
  background: #fff;
  border: 1px solid #ededed;
  float: left;
  margin-right: 15px;
  padding: 0 10px;
  border-radius: 0;
}

.single-product-quantity .product-quantity input {
  background: none;
  border: none;
  color: #151515;
  font-size: 20px;
  font-weight: 400;
  height: 55px;
  line-height: 53px;
  padding: 0;
  width: 60px;
}

@media only screen and (max-width: 767px) {
  .single-product-quantity .product-quantity input {
    height: 45px;
    width: 40px;
  }
}

.single-product-quantity .btn {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .single-product-quantity .btn {
    padding: 8px 15px;
  }
}

.single-product-quantity .btn i {
  font-size: 20px;
  margin-right: 10px;
}

.wishlist-compare-btn {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .wishlist-compare-btn {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .wishlist-compare-btn {
    text-align: left;
  }
}

@media only screen and (max-width: 479px) {
  .wishlist-compare-btn {
    text-align: center;
  }
}

.wishlist-compare-btn a {
  background: none;
  border: 1px solid #ededed;
  color: #151515;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 43px;
  text-align: center;
  width: 170px;
  border-radius: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-compare-btn a {
    width: 155px;
  }
}

.wishlist-compare-btn a.wishlist-btn {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-compare-btn a.wishlist-btn {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wishlist-compare-btn a.wishlist-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.wishlist-compare-btn a.add-compare {
  border-radius: 5px;
}

.wishlist-compare-btn a.wishlist-btn:before {
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: top;
}

.wishlist-compare-btn a:hover {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

.wishlist-compare-btn a:hover:before {
  -webkit-animation: crFlipX 2s ease-in-out infinite both;
  animation: crFlipX 2s ease-in-out infinite both;
}

.product-meta {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 15px 0;
  width: 100%;
}

.product-meta .posted-in {
  color: #151515;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
}

.product-meta .posted-in > a {
  color: #151515;
  font-weight: 400;
  text-transform: none;
}

.product-meta .posted-in > a:hover {
  color: #151515;
}

.single-product-sharing {
  margin-bottom: 0;
  padding: 15px 0;
  width: 100%;
}

.single-product-sharing > h3 {
  color: #151515;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase;
}

.single-product-sharing ul {
  display: inline-block;
  margin-bottom: 10px;
}

.single-product-sharing ul > li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.single-product-sharing ul li a {
  color: #555555;
  display: block;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.single-product-sharing ul li a:hover {
  color: #151515;
}

/*Single Product variable css*/
.product-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product-variants > .product-variants-item {
  margin: 20px 0;
  display: block;
  margin-top: 0;
}

.product-variants > .product-variants-item:last-child {
  margin-left: 30px;
}

.product-variants-item span.control-label {
  margin-bottom: 6px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  text-transform: capitalize;
}

.product-variants .product-variants-item select {
  border: 1px solid #ebebeb;
  height: 40px;
  width: 60px;
  background: #fff;
  border: 1px solid #ebebeb;
  height: 40px;
  width: 60px;
  background: #fff;
}

.procuct-color > li {
  display: inline-block;
  list-style: none;
  margin-left: 5px;
}

.procuct-color > li:nth-child(2) > a > span.color {
  background: #00EEB3;
}

.procuct-color > li > a > span.color {
  background: #ffa07a;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.procuct-color > li.active > a > span.color, .procuct-color > li:hover > a > span.color {
  outline: 1px solid #D6B98C;
  outline-offset: 1px;
}

/*single product group css*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-cart-table {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .group-cart-table {
    margin-bottom: 20px;
  }
}

.group-cart-table .table {
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-cart-table .table {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .group-cart-table .table {
    margin-bottom: 15px;
  }
}

.group-cart-table .table td {
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-cart-table .table td {
    min-width: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .group-cart-table .table td {
    min-width: 180px;
  }
}

.group-cart-table .quantity-field label {
  margin-right: 5px;
}

.group-cart-table .quantity-field input {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  height: 45px;
}

/*Single Product Tab Style 2 CSS*/
.single-product-area .slider-thumbs-2 {
  padding: 40px 0px;
}

.product-details-images-2 {
  float: right;
  width: calc(100% - 110px);
  padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-images-2 {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 767px) {
  .product-details-images-2 {
    width: calc(100% - 80px);
  }
}

.product-details-thumbs-2 {
  float: left;
  width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-thumbs-2 {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-thumbs-2 {
    width: 80px;
  }
}

/*Single Product Tab Style 3 CSS*/
.product-details-images-2.tabstyle-3 {
  float: left;
  width: calc(100% - 110px);
  padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-images-2.tabstyle-3 {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 767px) {
  .product-details-images-2.tabstyle-3 {
    width: calc(100% - 80px);
  }
}

.product-details-thumbs-2.tabstyle-3 {
  float: right;
  width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-thumbs-2.tabstyle-3 {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-thumbs-2.tabstyle-3 {
    width: 80px;
  }
}

/*Single Product gallery Style CSS*/
.lg-image.col-50 {
  float: left;
  width: 50%;
  padding: 5px;
  position: relative;
}

.lg-image.col-50 a.popup-img {
  bottom: 5px;
  right: 5px;
}

/*Single Product sticky Style CSS*/
.lg-image.sidebar-sticky {
  position: relative;
  margin-bottom: 20px;
}

.lg-image.sidebar-sticky:last-child {
  margin-bottom: 0;
}

/*Single Product slider box Style CSS*/
.slider-box {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .slider-box {
    margin-bottom: 0;
  }
}

.slider-box .slick-list {
  margin: 0 -10px;
}

.slider-box .slick-list .slick-slide {
  padding: 0 10px;
}

.slider-box-content .product-description p {
  max-width: 80%;
  margin: auto;
  margin-bottom: 15px;
}

.slider-box-content .product-quantity {
  float: none;
  display: inline-block;
}

.slider-box-content .add-to-link {
  display: inline-block;
}

/*-- Product Details Tab List --*/
.dec-and-review-menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  background-color: #f3f1ec;
}

.dec-and-review-menu > li {
  list-style: none;
  position: relative;
  z-index: 9;
  display: inline-block;
  margin-right: 50px;
}

@media only screen and (max-width: 575px) {
  .dec-and-review-menu > li {
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
    display: block;
    width: 100%;
  }
}

.dec-and-review-menu > li:last-child {
  margin-right: 0;
}

.dec-and-review-menu > li > a {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.dec-and-review-menu > li > a.active, .dec-and-review-menu > li > a:hover {
  color: #151515;
}

/*-- Product Details Tab Content --*/
.product-review-tab {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-review-tab {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-review-tab {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-review-tab {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .product-review-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.product-review-content-tab {
  padding-top: 40px;
  font-size: 15px;
  line-height: 26px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-review-content-tab {
    padding-top: 20px;
  }
}

.single-product-description p {
  line-height: 22px;
  color: #151515;
}

.review-page-comment h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.review-page-comment > ul {
  margin: 0 0 25px;
}

.review-page-comment > ul > li {
  margin: 0 0 20px;
  position: relative;
  list-style: none;
}

.product-comment img {
  width: 60px;
  float: left;
}

.product-comment-content {
  border: 1px solid #ededed;
  border-radius: 3px;
  margin-left: 80px;
  position: relative;
  padding: 15px 15px 0;
}

.product-comment-content:before {
  background: #fff;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 10px;
}

.meta > strong {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 31px;
}

.meta > span {
  font-size: 15px;
  font-weight: 400;
  line-height: 31px;
}

.description p {
  font-size: 15px;
  color: #151515;
  line-height: 28px;
}

.comment-notes {
  margin: 0;
}

.rating i.fa:not(:last-child) {
  color: #F9BA48;
}

.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form-comment textarea {
  border: 1px solid #ededed;
  border-radius: 0;
  height: 125px;
  padding: 10px;
  width: 100%;
  background: #f5f5f5;
}

.review-comment-form-author, .review-comment-form-email {
  margin-bottom: 10px;
}

.review-comment-form-author input, .review-comment-form-email input {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  height: 38px;
  line-height: 38px;
  max-width: 100%;
  width: 300px;
  display: block;
  padding: 0 0 0 10px;
  vertical-align: middle;
}

.review-comment-form-author input:focus, .review-comment-form-email input:focus, .comment-form-comment textarea:focus {
  outline: auto;
  outline-color: #151515;
}

.form-button {
  border: none !important;
  height: 42px !important;
  line-height: 40px !important;
  background: #151515;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  letter-spacing: .1em;
  line-height: 38px;
  overflow: hidden;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
}

.form-button:hover {
  background: #222;
  color: #fff;
}



/*---------------------------------------
    09. Cart CSS
-----------------------------------------*/
/*-- Cart Table --*/
.cart-table .table {
  border-bottom: 2px solid #151515;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .cart-table .table {
    border-top: 2px solid #151515;
  }
}

.cart-table .table thead {
  background-color: #151515;
}

@media only screen and (max-width: 767px) {
  .cart-table .table thead {
    display: none;
  }
}

.cart-table .table thead tr th {
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 20px;
}

.cart-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  .cart-table .table tbody tr td {
    display: block;
    width: 100%;
    max-width: none;
    padding: 15px;
    text-align: left;
  }
}

.cart-table th.pro-thumbnail, .cart-table td.pro-thumbnail {
  max-width: 120px;
  min-width: 100px;
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .cart-table th.pro-thumbnail a, .cart-table td.pro-thumbnail a {
    width: 120px;
  }
}

.cart-table th.pro-title, .cart-table td.pro-title {
  min-width: 200px;
}

.cart-table td.pro-thumbnail a {
  display: block;
  border: 1px solid #eeeeee;
}

.cart-table td.pro-thumbnail a img {
  width: 100%;
  background-color: #f6f7f8;
}

.cart-table td.pro-title a {
  font-size: 16px;
  font-weight: 600;
  color: #151515;
}

.cart-table td.pro-title a:hover {
  color: #151515;
}

.cart-table td.pro-price span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #151515;
}

.cart-table td.pro-quantity .pro-qty {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  border: 1px solid #eeeeee;
}

.cart-table td.pro-quantity .pro-qty .qtybtn {
  height: 42px;
  padding: 0 10px;
  border: none;
  background-color: transparent;
}

.cart-table td.pro-quantity .pro-qty input {
  height: 42px;
  width: 50px;
  text-align: center;
  border-width: 0 1px;
  border-style: solid;
  border-color: #eeeeee;
  color: #151515;
}

.cart-table td.pro-subtotal span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #151515;
}

.cart-table td.pro-stock span.in-stock {
  font-size: 14px;
  text-transform: capitalize;
  color: #30b878;
}

.cart-table td.pro-stock span.out-stock {
  color: #EB3E32;
}

.cart-table td.pro-remove a {
  display: block;
  font-weight: 600;
  color: #151515;
}

.cart-table td.pro-remove a i {
  font-size: 15px;
}

.cart-table td.pro-remove a:hover {
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .cart-table td.pro-remove a {
    width: 60px;
    text-align: center;
  }
}

/*-- Calculate Shipping --*/
.calculate-shipping {
  margin-bottom: 23px;
}

.calculate-shipping h4 {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
}

.calculate-shipping form .nice-select {
  width: 100%;
  border-radius: 0;
  height: 55px;
  border: 1px solid #999999;
  line-height: 40px;
  padding: 9px 20px;
  color: #151515;
  background-color: transparent;
}

.calculate-shipping form input {
  width: 100%;
  height: 55px;
  border: 1px solid #999999;
  line-height: 24px;
  padding: 9px 20px;
  color: #151515;
  color: #151515;
  background-color: transparent;
}

.calculate-shipping form input[type="submit"] {
  font-weight: 700;
  color: #151515;
  background-color: #151515;
  border-color: #151515;
  width: 140px;
}

.calculate-shipping form input[type="submit"]:hover {
  background-color: #151515;
  border-color: #151515;
  color: #151515;
}

/*-- Discount Coupon --*/
.discount-coupon h4 {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
}

.discount-coupon form input {
  width: 100%;
  height: 55px;
  border: 1px solid #999999;
  line-height: 24px;
  padding: 9px 20px;
  color: #151515;
  background-color: transparent;
}

.discount-coupon form input[type="submit"] {
  font-weight: 700;
  color: #151515;
  background-color: #151515;
  border-color: #151515;
  width: 140px;
}

.discount-coupon form input[type="submit"]:hover {
  background-color: #151515;
  border-color: #151515;
  color: #151515;
}

/*-- Cart Summary --*/
.cart-summary {
  float: right;
  max-width: 410px;
  width: 100%;
  margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-summary {
    margin-left: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cart-summary {
    margin-left: 0;
    max-width: 100%;
  }
}

.cart-summary .cart-summary-wrap {
  background-color: #f5f5f5;
  padding: 45px 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .cart-summary .cart-summary-wrap {
    padding: 25px 30px;
  }
}

.cart-summary .cart-summary-wrap h4 {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
  color: #151515;
}

.cart-summary .cart-summary-wrap p {
  font-weight: 600;
  line-height: 23px;
  color: #151515;
}

.cart-summary .cart-summary-wrap p span {
  float: right;
}

.cart-summary .cart-summary-wrap h2 {
  border-top: 1px solid #151515;
  padding-top: 9px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #151515;
  margin: 0;
}

.cart-summary .cart-summary-wrap h2 span {
  float: right;
}

.cart-summary .cart-summary-button {
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-summary .cart-summary-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .cart-summary .cart-summary-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cart-summary .cart-summary-button button {
  margin-top: 10px;
  width: 180px;
  border-radius: 0;
  height: 44px;
  line-height: 24px;
  padding: 9px 20px;
  margin-left: 20px;
  float: right;
}

.cart-summary .cart-summary-button button:last-child {
  margin-left: 0;
}

.cart-summary .cart-summary-button button.checkout-btn {
  color: #151515;
  background-color: #151515;
  border-color: #151515;
}

.cart-summary .cart-summary-button button:hover {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-summary .cart-summary-button button {
    margin-left: 0;
    margin-right: 20px;
  }
  .cart-summary .cart-summary-button button:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cart-summary .cart-summary-button button {
    margin-left: 0;
    margin-right: 10px;
    font-size: 12px;
  }
  .cart-summary .cart-summary-button button:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .cart-summary .cart-summary-button button {
    width: 130px;
  }
}

/*---------------------------------------
    10. Checkout CSS
-----------------------------------------*/
/*-- Checkout Title --*/
.checkout-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

/*-- Checkout Form --*/
.checkout-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.checkout-form .nice-select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #151515;
  margin-bottom: 15px;
}

.checkout-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #151515;
  margin-bottom: 15px;
}

.checkout-form input[type="checkbox"] {
  width: auto;
}

.checkout-form .check-box {
  float: left;
  margin-right: 70px;
}

@media only screen and (max-width: 575px) {
  .checkout-form .check-box {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .checkout-form .check-box {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.checkout-form .check-box:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .checkout-form .check-box:last-child {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 479px) {
  .checkout-form .check-box:last-child {
    margin-bottom: 0px;
  }
}

.checkout-form .check-box input[type="checkbox"] {
  display: none;
}

.checkout-form .check-box input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
  margin: 0;
}

.checkout-form .check-box input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #151515;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]:checked + label::before {
  border: 2px solid #151515;
}

.checkout-form .check-box input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/*-- Shipping Form --*/
#shipping-form {
  display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total {
  background-color: #151515;
  padding: 45px;
}

@media only screen and (max-width: 575px) {
  .checkout-cart-total {
    padding: 30px;
  }
}

.checkout-cart-total h4 {
  -webkit-flex-basis: 18px;
      -ms-flex-preferred-size: 18px;
          flex-basis: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #ffffff;
}

.checkout-cart-total h4:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}

.checkout-cart-total h4 span {
  float: right;
  display: block;
}

.checkout-cart-total ul {
  border-bottom: 1px solid #ffffff;
}

.checkout-cart-total ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
}

.checkout-cart-total ul li span {
  color: #ffffff;
  float: right;
}

.checkout-cart-total p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  margin: 0;
}

.checkout-cart-total p span {
  float: right;
}

/*-- Checkout Payment Method --*/
.checkout-payment-method {
  background-color: #151515;
  padding: 45px;
}

@media only screen and (max-width: 575px) {
  .checkout-payment-method {
    padding: 30px;
  }
}

/*-- Single Payment Method --*/
.single-method {
  margin-bottom: 20px;
}

.single-method:last-child {
  margin-bottom: 0;
}

.single-method input[type="radio"] {
  display: none;
}

.single-method input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.single-method input[type="radio"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #ffffff;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-method input[type="radio"] + label::after {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #151515;
  width: 10px;
  text-align: center;
  height: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]:checked + label::before {
  border: 2px solid #ffffff;
}

.single-method input[type="radio"]:checked + label::after {
  opacity: 1;
}

.single-method input[type="checkbox"] {
  display: none;
}

.single-method input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.single-method input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #ffffff;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"] + label::after {
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #151515;
  width: 8px;
  text-align: center;
  height: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]:checked + label::before {
  border: 2px solid #ffffff;
}

.single-method input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.single-method p {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  color: #ffffff;
  line-height: 23px;
}

/*-- Place Order --*/
.place-order {
  margin-top: 40px;
  float: left;
}

/*---------------------------------------
    11. Compare CSS
-----------------------------------------*/
/*-- Compare Table --*/
.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.compare-table .table tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}

.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 18px;
  font-weight: 600;
  color: #151515;
  margin: 0;
  line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  padding-top: 70px;
}

.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 15px;
  color: #444444;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.compare-table .table tbody tr td.product-image-title .category:hover {
  color: #151515;
}

.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  line-height: 20px;
  margin-bottom: 10px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #151515;
}

.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}

.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #151515;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  width: 170px;
  padding: 10px 25px 10px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background-color: #222;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
  padding-left: 25px;
  padding-right: 56px;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
  left: calc(100% - 41px);
}

.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.compare-table .table tbody tr td.pro-remove button:hover {
  color: #151515;
}

.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
  color: #444444;
  font-size: 14px;
}

/*---------------------------------------
    12. My Account CSS
-----------------------------------------*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.myaccount-tab-menu a {
  border: 1px solid #eeeeee;
  border-bottom: none;
  color: #151515;
  font-weight: 500;
  font-size: 15px;
  display: block;
  padding: 15px 15px 13px;
  text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #eeeeee;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #151515;
  color: #ffffff;
}

.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

/*-- My Account Content -*/
.myaccount-content {
  background-color: #ffffff;
  font-size: 15px;
  border: 1px solid #eeeeee;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content h3 {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.myaccount-content .welcome a {
  color: #000000;
}

.myaccount-content .welcome a:hover {
  color: #151515;
}

.myaccount-content .welcome strong {
  font-weight: 600;
}

.myaccount-content a.edit-address-btn {
  border-color: #151515;
}

.myaccount-content a.edit-address-btn i {
  padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
  background-color: #151515;
  border-color: #151515;
}

.myaccount-content button.save-change-btn {
  background: none;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #151515;
  border-color: #151515;
  width: 140px;
  padding: 10px 0;
  border-radius: 3px;
}

.myaccount-content button.save-change-btn:hover {
  background-color: #151515;
}

/*-- My Account Table -*/
.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
  color: #ffffff;
}

.saved-message {
  border-top: 3px solid #151515;
  border-top: 3px solid #151515;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
  margin: 0;
}

.account-details-form input {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 24px;
  padding: 11px 25px;
  color: #656565;
}

/*---------------------------------------
    13. Login Register CSS
-----------------------------------------*/
.form-login-title > h2, .form-register-title > h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
}

@media only screen and (max-width: 767px) {
  .form-login-title > h2, .form-register-title > h2 {
    font-size: 24px;
    line-height: 20px;
  }
}

.login-form, .register-form {
  padding: 20px;
  border: 1px solid #d3ced2;
  margin: 30px 0;
  text-align: left;
  border-radius: 5px;
}

.form-fild, .login-submit, .lost-password, .register-submit {
  margin-bottom: 10px;
}

.login-submit label {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .login-submit label {
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.form-fild p {
  margin: 0;
}

.form-fild p span.required {
  color: #f23838;
}

.form-fild input {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: 1px solid #dddddd;
  color: #151515;
  border-radius: 5px;
}

.lost-password > a {
  color: #a43d21;
}

.lost-password > a:hover {
  color: #151515;
}

/*----------------------------------------*/
/*  14. Faq CSS
/*----------------------------------------*/
.faq-desc {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-desc {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-desc {
    margin-bottom: 30px;
  }
}

.faq-desc h3 {
  color: #444;
  font-size: 18px;
  font-weight: 700;
}

.faq-desc p {
  color: #151515;
  margin: 0;
}

.faq-accordion .card {
  border-radius: 0;
  margin-bottom: 10px;
}

.faq-accordion .card.actives {
  border: 1px solid #151515;
}

.faq-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border: 0;
}

.faq-accordion .card-header a {
  display: block;
  padding: 15px 10px 15px 25px;
  cursor: pointer;
}

.faq-accordion .card-header a.collapsed:before {
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq-accordion .card-header a:after {
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 15px;
  content: "\f068 ";
}

@media only screen and (max-width: 767px) {
  .faq-accordion .card-header a {
    font-size: 14px;
    padding-right: 30px;
  }
}

.faq-accordion .card-header a:hover {
  color: #151515 !important;
}

/* Faq Style Two CSS */
.faq-accordion .card-style-two {
  border-radius: 0;
  margin-bottom: 10px;
  background-color: transparent;
  border: 0;
}

.faq-accordion .card-style-two.actives {
  border: 0;
}

.faq-accordion .card-style-two.actives .card-header {
  background-color: #151515;
  border-color: #151515;
}

.faq-accordion .card-style-two.actives .card-header a {
  color: #ffffff;
}

.faq-accordion .card-style-two .card-header {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}

.faq-accordion .card-style-two .card-header:hover {
  background-color: #151515;
  border-color: #151515;
}

.faq-accordion .card-style-two .card-header a {
  display: block;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 500;
  color: #151515;
}

@media only screen and (max-width: 767px) {
  .faq-accordion .card-style-two .card-header a {
    font-size: 13px;
  }
}

.faq-accordion .card-style-two .card-header a.collapsed::before {
  font-size: 18px;
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq-accordion .card-style-two .card-header a.collapsed::after {
  display: none;
}

.faq-accordion .card-style-two .card-header a:after {
  font-size: 18px;
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 12px;
  content: "\f068";
}

@media only screen and (max-width: 767px) {
  .faq-accordion .card-style-two .card-header a {
    padding: 15px 15px;
  }
}

.faq-accordion .card-style-two .card-header a:hover {
  color: #ffffff;
}

.faq-accordion .card-style-two .card-header a:hover {
  color: #ffffff !important;
}

.faq-accordion .card-body {
  border: 1px solid #ebebeb;
}

/*---------------------------------------
    15. Blog CSS
-----------------------------------------*/
/*-- Blog --*/
.blog .blog-inner .blog-media {
  margin-bottom: 15px;
}

.blog .blog-inner .blog-media .image {
  display: block;
}

.blog .blog-inner .blog-media .image img {
  width: 100%;
}

.blog .blog-inner .blog-audio iframe {
  width: 100%;
  height: 242px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .blog-inner .blog-audio iframe {
    height: 190px;
  }
}

.blog .blog-inner .blog-video iframe {
  width: 100%;
  height: 242px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .blog-inner .blog-video iframe {
    height: 190px;
  }
}

.blog .blog-inner .blog-gallery a {
  display: block;
}

.blog .blog-inner .blog-gallery a img {
  width: 100%;
}

.blog .blog-inner .content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px;
}

.blog .blog-inner .content .meta li {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .blog-inner .content .meta li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .blog .blog-inner .content .meta li {
    font-size: 13px;
  }
}

.blog .blog-inner .content .meta li::after {
  content: "-";
  margin: 0 10px;
}

.blog .blog-inner .content .meta li:last-child::after {
  display: none;
}

.blog .blog-inner .content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .blog-inner .content .title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog .blog-inner .content .title {
    font-size: 16px;
  }
}

.blog .blog-inner .content .desc {
  margin-top: 20px;
}

.blog .blog-inner .content .read-more {
  font-size: 16px;
  line-height: 30px;
  text-decoration: underline;
}

.blog .blog-inner .content .read-more:hover {
  color: #151515;
}

/*-- Blog Details --*/
.blog-details .blog-inner .blog-media {
  margin-bottom: 30px;
}

.blog-details .blog-inner .blog-media .image {
  display: block;
}

.blog-details .blog-inner .blog-media .image img {
  width: 100%;
}

.blog-details .blog-inner .blog-audio iframe {
  width: 100%;
  border: 0;
}

.blog-details .blog-inner .blog-video iframe {
  width: 100%;
  border: 0;
  height: 565px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-details .blog-inner .blog-video iframe {
    height: 465px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details .blog-inner .blog-video iframe {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details .blog-inner .blog-video iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details .blog-inner .blog-video iframe {
    height: 300px;
  }
}

.blog-details .blog-inner .content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}

.blog-details .blog-inner .content .meta li {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .blog-details .blog-inner .content .meta li {
    font-size: 12px;
  }
}

.blog-details .blog-inner .content .meta li::after {
  content: "-";
  margin: 0 10px;
}

.blog-details .blog-inner .content .meta li:last-child::after {
  display: none;
}

.blog-details .blog-inner .content .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .blog-details .blog-inner .content .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-details .blog-inner .content .title {
    font-size: 20px;
  }
}

.blog-details .blog-inner .content .desc {
  margin-top: 20px;
}

.blog-details .blog-inner .content .blog-post-list li {
  display: block;
  list-style: none;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.blog-details .blog-inner .content .blog-post-list li::before {
  position: absolute;
  content: "\f101";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog-details .blog-inner .content .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-details .blog-inner .content .tags li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 24px;
  margin-right: 15px;
}

.blog-details .blog-inner .content .tags li::after {
  content: ",";
  margin-left: 3px;
}

.blog-details .blog-inner .content .tags li:first-child::after, .blog-details .blog-inner .content .tags li:last-child::after {
  display: none;
}

.blog-details .blog-inner .content .tags li i {
  font-size: 18px;
  line-height: 24px;
}

.blog-details .blog-inner .content .tags li a {
  display: block;
}

.comments-wrapper h3 {
  font-weight: 600;
}

.commnent-list-wrap .comment {
  list-style-type: none;
  margin-top: 48px;
  padding-top: 37px;
  padding-left: 6px;
  border-top: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .commnent-list-wrap .comment {
    margin-top: 25px;
  }
}

.commnent-list-wrap .comment .thumb {
  float: left;
}

@media only screen and (max-width: 767px) {
  .commnent-list-wrap .comment .thumb {
    float: none;
  }
}

.commnent-list-wrap .comment .thumb img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.commnent-list-wrap .comment .content {
  position: relative;
  overflow: hidden;
  margin-left: 115px;
}

@media only screen and (max-width: 767px) {
  .commnent-list-wrap .comment .content {
    margin-left: 0;
    margin-top: 30px;
  }
}

.commnent-list-wrap .comment .content .info h6 {
  font-size: 15px;
  font-weight: 500;
}

.commnent-list-wrap .comment .content .reply-btn a {
  color: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #151515;
  background: #151515;
  padding: 3px 10px;
  border-radius: 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.commnent-list-wrap .comment .content .reply-btn a:hover {
  color: #151515;
  border: 1px solid #151515;
  background: transparent;
}

.commnent-list-wrap .comment .content .comment-footer span {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.commnent-list-wrap .comment.comment-reply {
  padding-left: 61px;
}

@media only screen and (max-width: 767px) {
  .commnent-list-wrap .comment.comment-reply {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .commnent-list-wrap .comment.comment-reply {
    padding-left: 0;
  }
}

/*---------------------------------------
    16. Comment CSS
-----------------------------------------*/
/*-- Comment Wrap --*/
.comment-wrapper h3 {
  margin-bottom: 30px;
  font-weight: 600;
}

/*-- Comment Form --*/
.comment-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #eeeeee;
  padding: 5px 20px;
  color: #151515;
}

.comment-form textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  color: #151515;
  resize: none;
}

.comment-form input[type="submit"], .comment-form button, .comment-form .submit {
  width: auto;
  height: 50px;
  border: none;
  padding: 5px 30px;
  background-color: #151515;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.comment-form input[type="submit"]:hover, .comment-form button:hover, .comment-form .submit:hover {
  background-color: #151515;
}

/*---------------------------------------
    17. Sidebar CSS
-----------------------------------------*/
/*-- Sidebar --*/
.common-sidebar-widget {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  padding-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-sidebar-widget {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .common-sidebar-widget {
    margin-bottom: 30px;
  }
}

.common-sidebar-widget.sidebar-two {
  padding: 0;
  background-color: transparent;
}

.common-sidebar-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/*-- Sidebar Title --*/
.sidebar-title {
  margin: 0;
  padding: 0 0 25px;
  display: block;
  font-size: 18px;
  color: #151515;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-title {
    font-size: 16px;
  }
}

/*-- Sidebar Search --*/
.sidebar-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e6e7;
}

.sidebar-search form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 40px);
      -ms-flex: 1 0 calc(100% - 40px);
          flex: 1 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  height: 40px;
  border: none;
  background-color: transparent;
  padding: 0 15px;
  color: #151515;
}

.sidebar-search form button {
  max-width: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40px;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.sidebar-search form button i {
  font-size: 20px;
  line-height: 40px;
}

.sidebar-search form button:hover {
  color: #151515;
}

/*-- Sidebar List --*/
.sidebar-list li {
  margin-bottom: 12px;
}

.sidebar-list li:last-child {
  margin-bottom: 0;
}

.sidebar-list li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #151515;
  display: block;
}

.sidebar-list li a img {
  width: 25px;
  margin-right: 15px;
}

.sidebar-list li a i {
  margin-right: 10px;
  font-size: 10px;
}

.sidebar-list li a:hover {
  color: #151515;
}

/*-- Sidebar Price --*/
.sidebar-price {
  overflow: hidden;
}

.sidebar-price #price-range {
  position: relative;
  width: 100%;
  height: 5px;
  margin: 7px 0;
  border-radius: 50px;
  background-color: #ccc;
  border: 0;
}

.sidebar-price #price-range .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #151515;
}

.sidebar-price #price-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

.sidebar-price .price-amount {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 0;
  color: #151515;
  border: none;
  background-color: transparent;
  display: block;
}

.sidebar-price button {
  height: 35px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
}

/*-- Sidebar Compare --*/
.compare-products-list {
  overflow: hidden;
}

.compare-products-list ul {
  margin-bottom: 20px;
}

.compare-products-list ul li {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

.remove-compare {
  float: right;
  display: inline-block;
  padding-right: 10px;
  float: right;
  display: inline-block;
}

.clear-btn {
  float: left;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}

.compare-btn {
  float: right;
  height: auto;
  line-height: 1;
  background: transparent;
  text-transform: capitalize;
  text-decoration: underline;
  color: #151515;
  font-size: 15px;
}

.compare-btn:hover {
  color: #151515;
  background: transparent;
  text-decoration: underline;
}

/*-- Sidebar Blog --*/
.sidebar-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e6e7;
}

.sidebar-blog:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-blog .image {
  max-width: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50px;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
  height: 50px;
}

.sidebar-blog .image img {
  width: 100%;
}

.sidebar-blog .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 50px);
      -ms-flex: 1 0 calc(100% - 50px);
          flex: 1 0 calc(100% - 50px);
  padding-left: 15px;
}

.sidebar-blog .content h5 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.sidebar-blog .content p {
  margin-bottom: 0;
}

.sidebar-blog .content span {
  font-size: 15px;
  display: block;
  line-height: 18px;
}

/*-- Sidebar Tags --*/
.sidebar-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}

.sidebar-tag li {
  padding: 5px;
}

.sidebar-tag li a {
  display: block;
  border: 1px solid #e5e6e7;
  padding: 5px 10px;
  font-size: 15px;
  color: #151515;
}

.sidebar-tag li a:hover {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

/*-- Sidebar Product --*/
.sidebar-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e6e7;
}

.sidebar-product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-product .image {
  max-width: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 80px;
      -ms-flex: 1 0 80px;
          flex: 1 0 80px;
}

.sidebar-product .image img {
  width: 100%;
  border: 1px solid #f1f2f3;
}

.sidebar-product .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 80px);
      -ms-flex: 1 0 calc(100% - 80px);
          flex: 1 0 calc(100% - 80px);
  padding-left: 15px;
}

.sidebar-product .content .title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.sidebar-product .content .price span.old {
  margin-left: 10px;
  color: #151515;
  text-decoration: line-through;
}

.sidebar-product .content .ratting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px;
}

.sidebar-product .content .ratting i {
  font-size: 12px;
  line-height: 18px;
  margin-right: 5px;
  color: #151515;
}

.sidebar-product .content .ratting i:last-child {
  margin-right: 0;
}

/*----------------------------------------*/
/*  18. Brand CSS
/*----------------------------------------*/
/*-- Brand Slider --*/
.brand-slider .slick-dots, .brand-slider-two .slick-dots, .brand-slider-three .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*-- Brand --*/
.single-brand {
  background: #fff;
  padding: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-brand {
    padding: 10px;
  }
}

.single-brand .brand-image {
  position: relative;
  overflow: hidden;
}

.single-brand .brand-image img {
  width: 100%;
  height: auto;
}

/*---------------------------------------
    19. Contact CSS
-----------------------------------------*/
/*-- Map --*/
.contact-map {
  height: 400px;
  width: 100%;
}

/*-- Contact Information --*/
.contact-information h3 {
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-information ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}

.contact-information ul li:last-child {
  margin-bottom: 0;
}

.contact-information ul li .icon {
  width: 50px;
}

.contact-information ul li .icon i {
  font-size: 30px;
}

.contact-information ul li .text {
  max-width: calc(100% - 50px);
}

.contact-information ul li .text span, .contact-information ul li .text a {
  display: block;
  line-height: 24px;
  max-width: 230px;
}

/*-- Contact Form --*/
.bl {
  border-left: 1px solid #dddd;
}

.name-fild-padding {
  padding-right: 30px;
}

.contact-form-wrap h3 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap h3 {
    font-size: 28px;
  }
}

.contact-form-wrap h3::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 70px;
  height: 2px;
  background: #151515;
}

.contact-form-wrap .fild-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.contact-form-wrap input {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 2px solid #151515;
  padding: 5px 0px;
  color: #151515;
  border-radius: 0px;
  height: 45px;
}

.contact-form-wrap input:focus {
  border-color: #777777;
  color: #111111;
}

.contact-form-wrap textarea {
  width: 100%;
  height: 200px;
  border: 0;
  border-bottom: 2px solid #151515;
  padding: 10px 00px;
  color: #151515;
  font-size: 16px;
  font-weight: 500;
  resize: none;
  border-radius: 0px;
}

.contact-form-wrap textarea:focus {
  border-color: #777777;
  color: #111111;
}

.contact-form-wrap button {
  margin-top: -5px;
  display: block;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.contact-form-wrap .check-box {
  float: left;
  margin-right: 70px;
}

.contact-form-wrap .check-box:last-child {
  margin-right: 0;
}

.contact-form-wrap .check-box input[type="checkbox"] {
  display: none;
}

.contact-form-wrap .check-box input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
  margin: 0;
}

.contact-form-wrap .check-box input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-form-wrap .check-box input[type="checkbox"] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #151515;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-form-wrap .check-box input[type="checkbox"]:checked + label::before {
  border: 2px solid #151515;
}

.contact-form-wrap .check-box input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.form-messege.success {
  color: #1dbc51;
  font-weight: 700;
}

.form-messege.error {
  color: #ff1313;
}

/*----------------------------------------*/
/*  20. Newsletter CSS
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-content {
    text-align: center;
    margin-bottom: 20px;
  }
}

.newsletter-content h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-content h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-content h2 {
    font-size: 24px;
  }
}

.newsletter-content p {
  max-width: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-content p {
    margin: auto;
  }
}

.newsletter-form {
  position: relative;
  border: 2px solid #151515;
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
}

.newsletter-form input {
  width: 100%;
  border: none;
  padding: 10px 20px;
  padding-right: 200px;
  line-height: 30px;
  height: 55px;
  color: #151515;
  font-size: 15px;
  background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-form input {
    padding-right: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-form input {
    height: 40px;
    padding-right: 150px;
  }
}

@media only screen and (max-width: 479px) {
  .newsletter-form input {
    padding-right: 128px;
    font-size: 11px;
  }
}

.newsletter-form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: none;
  border: none;
  width: 200px;
  border-left: 2px solid #151515;
  font-size: 13px;
  font-weight: 600;
  color: #151515;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-form button {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-form button {
    width: 150px;
  }
}

@media only screen and (max-width: 479px) {
  .newsletter-form button {
    width: 100px;
    font-size: 11px;
  }
}

.newsletter-form button:hover {
  color: #151515;
}

/*---------------------------------------
    21. Modal CSS
-----------------------------------------*/
.quick-view-modal-container {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.quick-view-modal-container.show {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.quick-view-modal-container .modal-dialog {
  max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 100%;
  }
}

.quick-view-modal-container .modal-header {
  border: none;
  padding-bottom: 0;
}

.quick-view-modal-container .modal-header button {
  z-index: 999;
}

.quick-view-modal-container .modal-body {
  padding: 30px 50px 70px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-modal-container .modal-body {
    padding: 30px 30px 30px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-body {
    padding: 30px 30px 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-body {
    padding: 15px 15px 15px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .quick-view-modal-container .modal-body {
    padding: 15px 15px 15px 15px;
  }
}

.quick-view-modal-container .modal-content {
  border-radius: 0;
  max-height: 850px;
  overflow: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

/*---------------------------------------
    22. 404 CSS
-----------------------------------------*/
.error-text > h1 {
  font-size: 130px;
  color: #151515;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 130px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-text > h1 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-text > h1 {
    font-size: 90px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .error-text > h1 {
    font-size: 120px;
    line-height: 120px;
  }
}

@media only screen and (max-width: 575px) {
  .error-text > h1 {
    font-size: 120px;
    line-height: 120px;
  }
}

.error-text > h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #151515;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-text > h2 {
    font-size: 22px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .error-text > h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .error-text > h2 {
    font-size: 18px;
    line-height: 18px;
  }
}

.error-text > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 20px auto 30px;
  color: #151515;
  max-width: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-text > p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .error-text > p {
    font-size: 18px;
    line-height: 24px;
    max-width: 450px;
  }
}

@media only screen and (max-width: 575px) {
  .error-text > p {
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.error-button a {
  background: #151515 none repeat scroll 0 0;
  border-radius: 35px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 10px;
  padding: 0 30px;
  text-transform: uppercase;
}

.error-button a:hover {
  background: #333;
}

/*----------------------------------------*/
/*  23. Footer CSS
/*----------------------------------------*/
/*-- Footer Widget --*/

.footer-section{background:#171E17; margin-top:25px;  color:#fff; padding:15px 0 0;}
.footer-top.section{padding:15px 0 15px;}

.footer-widget .footer-logo {
  margin-bottom: 30px;
}
.footer-widget li i{font-size:16px; margin-right:8px; vertical-align:middle; height:19px;}
.footer-widget {border-right:#4B564B 1px dotted; padding:0 50px;}
.footer-widget:first-child{padding-left:0;}
.footer-widget:last-child{border-right:0;}
.footer-widget li i.fa-linkedin{color:#0077B5;}

.footer-widget .footer-logo a {
  display: block;
  color:#fff;
}

.footer-widget .footer-logo a img {
  width: 107px;
}

.footer-widget .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 20px;
  color:#fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget .title {
    margin-bottom: 15px;
  }
}

.footer-widget h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

.footer-widget p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer-widget .contact-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.footer-widget .opeaning-title {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 0;
  color:#fff;
}

.footer-widget ul.address li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
}

.footer-widget ul.address li:last-child {
  margin-bottom: 0;
}

.footer-widget ul.address li i {
  margin-right: 15px;
  line-height: 28px;
  font-size: 18px;
}

.footer-widget ul.address li span {
  overflow: hidden;
}

.footer-widget ul.address li a {
  display: block;
}

.footer-widget ul.address li a:hover {
  color: #fff;
}

.footer-widget > .ft-menu {
  display: inline-block;
}

.footer-widget > .ft-menu > li {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.footer-widget > .ft-menu > li:last-child {
  margin-bottom: 0;
}

.footer-widget > .ft-menu > li > a {
  text-transform: capitalize;
  text-decoration: none;
  display: inherit;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color:#fff;
}

.footer-widget > .ft-menu > li > a.solic-l i.fa-linkedin{color:#0E76A8;} 
.footer-widget > .ft-menu > li > a.solic-l:hover{color:#0E76A8;}
.footer-widget > .ft-menu > li > a.solic-t i.fa-twitter{color:#1C9CEA;} 
.footer-widget > .ft-menu > li > a.solic-t:hover{color:#1C9CEA;}
.footer-widget > .ft-menu > li > a.solic-insta i.fa-instagram{color:#8D39AF;} 
.footer-widget > .ft-menu > li > a.solic-insta:hover{color:#8D39AF;}

.footer-widget > .ft-menu > li > a.solic-faceb i.fa-facebook{color:#2A5093;} 
.footer-widget > .ft-menu > li > a.solic-faceb:hover{color:#2A5093;}

.footer-widget > .ft-menu > li > a:hover {color: #9EFADB;}

/*-- Footer Bottom --*/
.footer-bottom {
 background: #242D24;
 padding:10px 10px 0;
}

/*-- Copyright --*/
@media only screen and (max-width: 767px) {
  .copyright {
    text-align: center !important;
  }
}

.copyright p {
  line-height: 30px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .copyright p {
    margin-bottom: 15px;
  }
}

.copyright p a {
  color: #151515;
}

.copyright p a:hover {
  color: #151515;
}


/*-- Start New Css --*/

p{text-align:justify;}
.about-section{/*background: linear-gradient(rgba(255, 240, 231, 0) 0%, rgba(255, 232, 219, 0.8) 19.27%, rgba(255, 232, 219, 0.8) 88.54%, rgba(255, 240, 231, 0) 100%);*/}
.trip-bx{border-radius:10px; padding: 30px 18px 33px;}
.trip-bx.bg-light-org{background: rgb(255,244,234); /*background: linear-gradient(107deg, rgba(255,244,234,1) 0%, rgba(254,224,189,1) 100%);*/}
.trip-bx.bg-light-green{background: rgb(240,250,249); /*background: linear-gradient(107deg, rgba(240,250,249,1) 0%, rgba(199,254,250,1) 100%);*/}
.MultiCarousel .MultiCarousel-inner .name-bx span{ font-size:12px; font-weight:600; display: block; padding-top: 7px; color: #fff;}
.MultiCarousel .MultiCarousel-inner .name-bx span i{margin-right: 5px;}
.MultiCarousel .MultiCarousel-inner .name-bx .price del {font-size: 11px; margin-right: 8px; color: #D8D8D8;}

.MultiCarousel { padding: 0; width: 100%; height:100%; position:relative;}
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; }
.MultiCarousel .MultiCarousel-inner .item { float: left; position: relative; flex: 0 0 25%; max-width: 25%; margin-bottom: 20px;}
.MultiCarousel .MultiCarousel-inner .item > div {margin: 0 9px 0 9px; background:#fff;  }
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .btn{color:#FF5500}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#939393;  color:#4D4A47;}

.MultiCarousel .btn.rightLst{background:none; border:none; font-size:24px; right: 0; top: -54px;}
.MultiCarousel .btn.leftLst{background:none; border:none;  font-size:24px; right: 0; top: -54px; text-align: right; margin-right: 45px;}
.MultiCarousel .btn-primary:not(:disabled):not(.disabled):active{background:none; border:none; outline:none; box-shadow:none;}

.MultiCarousel .MultiCarousel-inner .item .trip-offer {position: absolute; top: 0; z-index: 33; background: #FF5500; color: #fff; font-size: 13px; font-weight: 700; padding: 3px 12px; text-transform: uppercase; top: 15px; overflow: visible; left: -11px;}
.MultiCarousel .MultiCarousel-inner .item .trip-offer::before {position: absolute; content: ""; left: 0px; border-top: 10px solid #752E15; border-left: 12px solid transparent; bottom: -10px;}

.trip-section .inner-item-bx{border-radius: 8px; box-shadow: 0 8px 16px 0 rgba(15, 41, 77, .08); display: flex;  flex-direction: column;  height: 100%;  overflow: hidden; transform: translateZ(0);}
.trip-deal-one{position:absolute; height:27px; animation: blinker 3.5s linear infinite; color:#000; background: #FF1A02 !important; z-index:10; border-radius:50px 0; right:5px; overflow:hidden; top:17px; padding:0 10px 0 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); line-height:28px; font-size:11px; font-weight:700;}
.trip-deal-two{position:absolute; height:27px; animation: blinker 3.5s linear infinite; color:#000; background: #FF1A02 !important; z-index:10; border-radius:50px 0; right:23px; overflow:hidden; top:29px; padding:0 10px 0 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); line-height:28px; font-size:11px; font-weight:700;}
.tour-packages .inner-item-bx .trip-deal-one{position:absolute; height:27px; animation: blinker 3.5s linear infinite; color:#000; background: #FF1A02 !important; z-index:10; border-radius:50px 0; right:10px; overflow:hidden; top:32px; padding:0 10px 0 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); line-height:28px; font-size:11px; font-weight:700;}
.tour-packages .inner-item-bx .trip-deal-two{position:absolute; height:27px; animation: blinker 3.5s linear infinite; color:#000; background: #FF1A02 !important; z-index:10; border-radius:50px 0; right:10px; overflow:hidden; top:32px; padding:0 10px 0 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); line-height:28px; font-size:11px; font-weight:700;}
.trip-deal-three{position:absolute; height:27px; animation: blinker 3.5s linear infinite; color:#fff; background: #562a84 !important; z-index:10; border-radius:50px 0; right:5px; overflow:hidden; top:17px; padding:0 10px 0 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); line-height:28px; font-size:11px; font-weight:700;}

 @keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*.trip-section .inner-item-bx .name-bx{-webkit-box-flex: 1;display: flex; flex: 1 1; flex-direction: column; padding: 16px;}*/
 
.trip-section .inner-item-bx .name-bx{position: absolute; z-index: 10; bottom: 15px; left: 6px; width: 96%;}
.trip-section .inner-item-bx img{min-height:266px; max-height:300px; min-width:300px; max-width:330px;object-fit:cover; transition:.3s ease-in-out;}
.trip-section .inner-item-bx:hover img{webkit-transform: scale(1.3); transform: scale(1.3);}
.trip-section .inner-item-bx .name-bx .hd{font-size: 15px; color: #fff; font-weight: 600; line-height:21px; padding-top: 6px; margin-right: 4px;  text-overflow: ellipsis; height: 45px; overflow: hidden;}
.trip-section .inner-item-bx .name-bx .price-bx{display:flex; justify-content: space-between; line-height: 13px; color:#fff; height: 20px;}
.price-bx .text-small{font-size:12px; font-weight:700; padding-top:3px;}
.price-bx .price{ font-size:13px; font-weight:800; text-align: right; color:#fff; margin-top: 6px;}
.price-bx .price span.p-p-sm {display: inline-block; font-size: 11px; font-weight: 400; margin-left: 5px;}
.trip-section span.p-p-sm {display: inline-block; font-size: 11px; font-weight: 400; margin-left: 0; text-transform: capitalize;}
.price-bx .price span{color:#C1C1C1; font-size:13px; font-weight:600; line-height: 11px; display:block;}
.trip-section .explore-btn{text-align: center; margin-top: -25px;}
.trip-section .explore-btn i{transform: rotate(54deg); margin-left: 6px; font-size: 18px;}

.tranding-section{background: rgb(240, 250, 249); /*background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgba(223, 246, 255, 0.8) 19.27%, rgba(223, 246, 255, 0.8) 88.54%, rgba(223, 246, 255, 0) 100%);*/ margin-top: 25px;  margin-bottom: 20px;}
.tranding-section .explore-btn{text-align: center; margin: 15px 0 15px; position:relative; margin-top: -20px; bottom: -33px;}
.tranding-section .explore-btn:after{ content:"";  z-index: -4; border: #C2F1ED 1px solid; width: 100%; display: block; position: absolute; bottom: 18px;}
.tranding-section .explore-btn i {transform: rotate(54deg); margin-left: 6px; font-size: 18px;}
.tranding-section img{ height:331px; min-height: 331px; max-height: 380px; width:320px;   object-fit: cover;}
.tranding-section .item img{transition:.3s ease-in-out;}
.tranding-section .item:hover img{webkit-transform: scale(1.3); transform: scale(1.3);}
.tranding-section .inner-item-bx{border-radius: 8px;  border:#7C968D 3px solid; height: 100%;  overflow: hidden; transform: translateZ(0); position:relative;}
.tranding-section .inner-item-bx h2{font-size: 20px; height: 25px; z-index: 1; font-weight: 700; text-align:center; color:#fff; position: absolute; bottom: 45px; left: 0; width:100%;}
.bc-lyer{background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 90%);position: absolute; height: 100%;  width: 100%; top: 0px; right: 0px; border-radius: 8px;}
.bc-lyer-one{background: linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.3) 101.02%); position: absolute; height: 100%;  width: 100%; top: 0px; right: 0px; /*border-radius: 8px;*/}

.Quick-section{/*background: linear-gradient(rgba(255, 240, 231, 0) 0%, rgba(255, 232, 219, 0.8) 19.27%, rgba(255, 232, 219, 0.8) 88.54%, rgba(255, 240, 231, 0) 100%); display: flex;*/ flex-direction: column; }
.Quick-section .inner-item-bx{ position:relative; transition:.5s ease-in-out; border-radius: 8px; background: rgb(255,247,244); background: linear-gradient(27deg, rgba(255,247,244,1) 0%, rgba(254,143,88,1) 100%); display: inline-block; margin-bottom: 8px; margin-right:10px; width:377px; padding:15px 15px 8px 15px;  height: 100%;  overflow: hidden; transform: translateZ(0); border:#FCC5A9 1px solid;}
.Quick-section .inner-item-bx img{min-height: 254px; max-height: 311px; object-fit: cover; height:150px; width:364px;}
.Quick-section .inner-item-bx:hover{webkit-transform: scale(0.96); transform: scale(0.96);}
.Quick-section .inner-item-bx .name-bx{-webkit-box-flex: 1;display: flex; flex: 1 1; flex-direction: column; padding: 0 5px; height:auto; text-align: center;}
.Quick-section .inner-item-bx .name-bx .hd{font-size: 13px; color: #212529; font-weight: 800;  padding-top: 8px; margin-right: 4px;  text-overflow: ellipsis; line-height: 19px;}
/*.Quick-section .inner-item-bx .name-bx .right-btn{display:flex; justify-content: space-between;}*/
.Quick-section .inner-item-bx .trip-price {position: absolute;  z-index: 33; background: #FFF261; border-radius: 0 5px 5px 0; color: #000d; font-size: 14px; font-weight: 800;  padding: 6px 34px 4px 9px; line-height: 16px; text-transform: uppercase; top: 28px; overflow: visible; left: 15px;  clip-path: polygon(0px 0px, 83% 0px, 100% 100%, 0% 100%);}
.Quick-section .inner-item-bx .trip-price span{text-transform: capitalize; font-weight: 600; font-size: 11px;}
.Quick-section .inner-item-bx .trip-price del{display:block; font-size:11px; font-weight:700; color: #FF1B1B;}
.Quick-section .inner-item-bx img.common-bx{min-height: 319px; max-height: 400px;}
.Quick-section .inner-item-bx {position:relative;}
.Quick-section .inner-item-bx .hd-main{ position: absolute;  bottom: 25px;  z-index: 100; width: 347px; margin: auto; text-align: center; }
.Quick-section .inner-item-bx .hdone{font-size: 28px; font-weight: 800; line-height: 33px; text-align: center; margin-bottom: 19px; color: #FFF261;}
.Quick-section .inner-item-bx .hd-main .small-btn{font-size: 20px; font-weight: 700;  border-radius: 8px; display: block; width: 290px; text-align: center;  margin: auto;}
.Quick-section .inner-item-bx .inner-hdone .bc-lyer {background: linear-gradient(rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 1) 88%); position: absolute; height: 97%; width: 95%; bottom: 9px; right: 9px; border-radius: 0;}

.small-btn {
  background-color: #FF5500;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  padding: 6px 7px;
  text-transform: capitalize;
  border-radius: 0px;
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  width: 106px;
  margin: auto;
}

.small-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color:#fff;
}

.small-btn:hover {
  background-color: #E84E01;
  color: #ffffff;
}
.Quick-section .nav-top{display:flex; justify-content: space-between;}
.Quick-section .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {color: #fff; font-weight:600; border-radius:4px; background-color: #FF5500;}
.Quick-section .nav>li>a {position: relative; display: block; padding: 10px 15px;}


.tranding-activity{background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgba(223, 246, 255, 0.8) 19.27%, rgba(223, 246, 255, 0.8) 88.54%, rgba(223, 246, 255, 0) 100%);}
.tranding-activity .inner-item-bx{border-radius: 8px;  border:#6AA4DF 1px solid; height: 100%;  overflow: hidden; transform: translateZ(0); position:relative;}
.tranding-activity .inner-item-bx img{transition: 0.5s; height:331px; min-height: 331px; max-height: 380px; width:320px; object-fit: cover;}
.tranding-activity .item img{transition:.3s ease-in-out;}
.tranding-activity .item:hover img{webkit-transform: scale(1.3); transform: scale(1.3);}
.tranding-activity .inner-item-bx .wrap-1{position: absolute; z-index: 10; bottom: 15px; left: 6px;  width:96%;}
.tranding-activity .inner-item-bx h2{font-size: 24px; z-index: 1; margin:0 10px 0 10px; font-weight: 700; border-bottom:#F6FF07 2px solid; text-align:center; color:#F6FF07;  text-transform:uppercase;}
.tranding-activity .inner-item-bx .name-bx{-webkit-box-flex: 1;display: flex; flex: 1 1; flex-direction: column; padding: 17px 13px;}
.tranding-activity .inner-item-bx .name-bx span{ font-size:12px; font-weight:400; color:#fff;}
.tranding-activity .inner-item-bx .name-bx .hd{font-size: 14px; height: 38px; overflow: hidden; color: #fff; font-weight: 600; line-height: 18px;  padding-top: 6px; }
.tranding-activity .inner-item-bx .name-bx .bx-btm{display:flex; line-height: 15px; justify-content: space-between; font-size:12px; font-weight:400; color:#fff;}
.tranding-activity .inner-item-bx .name-bx .bx-btm strong{font-size:16px;}
.tranding-activity .inner-item-bx .name-bx .bx-btm del{font-size: 11px; margin-right: 8px; color: #D8D8D8; font-weight: 600;}
.tranding-activity .inner-item-bx .name-bx i{margin-right:5px;}

/*----------------------------------------*/
/* pop CSS
/*----------------------------------------*/

.form-inner {width: 100%; margin: auto; flex-wrap: wrap; align-items: stretch; padding: 2% 4% 6% 8%; background: #fff; border-radius: 10px;}
.form-inner .form-control{font-size: 0.8rem; color: #212529; font-weight:400;}
#bookNowmodel .modal-content{background: #fff; border-radius: 9px; width:455px;}
.form-inner .form-control{height: calc(2rem + 8px);}
.form-inner .btn{margin-top: 26px; display: block; width: 100%;}
.form-inner .close{font-size: 1.3rem; margin-right: 5px; margin-top:3px;}
.form-inner p{font-size:0.8rem; font-weight:500; text-align:left; line-height:24px;}
.form-inner p.h4{font-size:1.2rem;}
.form-inner p a{text-decoration:underline;}
.form-inner p a:hover{text-decoration:none;}

/*----------------------------------------*/
/* Testimonial CSS
/*----------------------------------------*/
.testimonial-section{background:#2776BE;}
.testimonial-section .align-items-center { -ms-flex-align: normal !important; align-items: normal !important;}
.testimonial-section a.read_more{color:#01213F; text-decoration:none; display:block; margin-left:auto; font-size:12px; border:#66A8E4 1px solid; margin-bottom:10px; background:#9FCFFA; width:95px; text-align:center; border-radius:30px; padding:3px;}
.testimonial-section a.read_more:hover{text-decoration:none; color:#01213F;}
.testimonial-section a.read_less{color:#01213F; text-decoration:none; display:block; margin-left:auto; font-size:12px; border:#66A8E4 1px solid; background:#9FCFFA; width:95px; text-align:center; border-radius:30px; padding:3px;}
.testimonial-section .slick-list{overflow: inherit; overflow:visible; }

.testimonial-section .item {width:400px;}
.testimonial-section .hidden-content {display: none; }
.testimonial-image {text-align: center;}
.testimonial-section p{margin-bottom:0;}


/*----------------------------------------*/
/* Start Enquiry form CSS
/*----------------------------------------*/


#main-wrapper .modal-content{ border-radius: .6rem; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); border: #4FDDD4 3px solid; background: linear-gradient(107deg, rgba(240, 250, 249, 1) 0%, rgba(199, 254, 250, 1) 100%); flex-direction: row-reverse; background:#4FDDD4;}
#main-wrapper .modal-content .form-inner p.h4{font-size: 1rem;}
#main-wrapper .modal-content .form-inner p {font-size: 0.7rem; font-weight: 500; text-align: left;  line-height: 18px; text-align: center;}
#main-wrapper .modal-header{padding: 0 1rem 0.1rem; border: none; display: block; text-align: center;}
#main-wrapper .modal-title{font-weight: 700; font-size: 20px; color:#00529E}
#main-wrapper .modal-header .close{position: absolute; right: 27px; top: 15px;}
#main-wrapper .modal-content .btn {background: #00BC7A; border:none; display: block; margin: auto;}
#main-wrapper .modal-content .btn-one {background: #FF5500; border:none; display: block; margin: auto; font-family: "Nunito Sans", sans-serif; color: #ffffff; font-size: 15px; line-height: 1.2; font-weight: 600; padding: 12px 30px; text-transform: capitalize; border-radius: 0px; position: relative; border-radius: 6px; -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 100%;}
#main-wrapper .modal-content .col-md-6{padding-right:0;}
#main-wrapper .modal-content .col-md-12{padding-right:0;}
#main-wrapper .modal-content .form-fild input{border: #4FDDD4 1px solid; font-size:14px;}
#main-wrapper .modal-content .form-fild textarea{border: #4FDDD4 1px solid; font-size:13px;}
#bookNowmodel .modal-content{padding:0;}
#main-wrapper .modal-content .form-inner {width: auto; flex-wrap: wrap;  margin:0; align-items: stretch; padding: 0 15px 11px 15px; background: #fff; border-radius: 0 10px 10px 0;} 
#main-wrapper .modal-content .fl-trustet{width:45%; text-align: center; padding: 25px 15px 0; line-height: 15px; font-weight: 700; font-size: 11px;}
#main-wrapper .modal-content .fl-trustet .inner-bx{margin-bottom:27px;}
#main-wrapper .modal-content .fl-trustet .icon{  background-color: #00a99e; color: rgb(0, 24, 51); border-radius: 60px;  height: 48px; width: 48px; margin: auto auto 12px; padding:10px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);}
#main-wrapper .modal-content .C-trust-l{width: 100%; height: 70px; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; gap: 1.2vw; background: #1e1e1e;}
#main-wrapper .modal-content .C-trust-l .content-inner{ align-items: center;  gap: 16px; color:#fff; font-weight:700; display: flex;}
#main-wrapper .modal-content .C-trust-l .content-inner img{width: 38px; height:38px; background-color: rgba(0, 146, 137, 0.4); border-radius: 43px; padding: 7px;}
#main-wrapper .modal-content .form-inner .close{margin-right:-8px;font-size: 1rem; margin-top:7px;}
#main-wrapper .detial-bx .modal-content {padding: 0; border-radius: .6rem; flex-direction: column; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1) !important; border: #4FDDD4 1px solid; background: none;}
#main-wrapper .detial-bx .modal-content {padding: 0 !important; flex-direction: column;}
#main-wrapper .detial-bx .modal-header {padding: 0; border: none; display: block; text-align: center;}
#main-wrapper .detial-bx .modal-title {font-weight: 600; font-size: 16px; color: #00529E;  margin-bottom: 0; line-height: 1.5; background: rgba(199, 254, 250, 0.4) 8%; padding: 7px;}
#main-wrapper .detial-bx .modal-title span{display:block;}
#main-wrapper .detial-bx .modal-body {position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto;  padding: 1.5rem 2.5rem 1.3rem !important;}
#main-wrapper .detial-bx .modal-body .form-fild input{height: 38px;}
#main-wrapper .detial-bx .modal-content .btn {background: #00BC7A; border: none; display: block; margin: 10px auto auto;}
#main-wrapper .detial-bx  .modal-content .form-fild input {border: #dddddd 1px solid; font-size: 13px;}
#main-wrapper .detial-bx .modal-content .form-fild textarea { border: #dddddd 1px solid; font-size: 13px;}
/*----------------------------------------*/
/* End Enquiry form CSS
/*----------------------------------------*/


/*----------------------------------------*/
/* Start search result message
/*----------------------------------------*/
#main-wrapper #SearchmessModal .modal-content{margin-top: -176px;}
#main-wrapper #SearchmessModal .modal-content .form-inner-search-R p.h4{font-size: 1rem;}
#main-wrapper #SearchmessModal .modal-content .form-inner-search-R p {font-size: 0.9rem; font-weight: 500; text-align: left;  line-height: 18px; text-align: center; margin-bottom:7px;}
#main-wrapper #SearchmessModal .modal-content .form-inner-search-R .close{margin-right:-8px;font-size: 1rem; margin-top:7px;}
#main-wrapper #SearchmessModal .modal-content .form-inner-search-R {width:100%; margin:0;  padding:15px 28px; background: #fff; border-radius: 10px;} 
#main-wrapper #SearchmessModal .modal-content .form-inner-search-R .form-control {font-size: 0.8rem; color: #212529; font-weight: 400; border-radius:0;  border-top: none; border-left: none; border-right: none;}
#main-wrapper #SearchmessModal .modal-content .form-inner-search-R  .form-control {height: calc(2rem + 8px);}
#main-wrapper #SearchmessModal .modal-content .form-inner-search-R  .form-control:focus{box-shadow:none;}
#main-wrapper .modal-content .form-inner-search-R .btn-one{width:134px;}

    
/*----------------------------------------*/
/* End search result message
/*----------------------------------------*/


/*----------------------------------------*/
/* Start payment dtl message
/*----------------------------------------*/
#paymentDtlModal .modal-content{width:61%;}
#paymentDtlModal .modal-content .form-inner-search-R p.h4{font-size: 1rem;}
#paymentDtlModal .modal-content .form-inner-search-R p {font-size: 0.9rem; font-weight: 500; text-align: left;  line-height: 18px; text-align: center; margin-bottom:7px;}
#paymentDtlModal .modal-content .form-inner-search-R .close{margin-right:-8px;font-size: 1rem; margin-top:7px;}
#paymentDtlModal .modal-content .form-inner-search-R {width:100%; margin:0; padding: 2px 15px 15px; background: #fff; border-radius: 10px;} 
#paymentDtlModal .modal-content .form-inner-search-R .form-control {font-size: 0.8rem; color: #212529; font-weight: 400; border-radius:0;  border-top: none; border-left: none; border-right: none;}
#paymentDtlModal .modal-content .form-inner-search-R  .form-control {height: calc(2rem + 8px);}
#paymentDtlModal .modal-content .form-inner-search-R  .form-control:focus{box-shadow:none;}
.btn-two:focus{box-shadow:none;}
.btn-two {background: #FF5500; border: none; display: block;  margin: auto;  font-family: "Nunito Sans", sans-serif;  color: #ffffff; font-size: 15px;  line-height: 1.2; font-weight: 600;  padding: 12px 30px; text-transform: capitalize; border-radius: 0px; position: relative; border-radius: 6px; -webkit-transition: all 0.3s ease 0s;  -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.btn-two:hover {background: #FF5500;}
.btn-two.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{ background: #FF5500; box-shadow:none; border:none;}
.btn-two.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{ box-shadow:none;}

/*----------------------------------------*/
/* End payment dtl message
/*----------------------------------------*/


/*----------------------------------------*/
/*  Start packege form section
/*----------------------------------------*/
.package-form-bx{margin: 40px 0 40px; padding: 30px 30px 70px; border: 1px solid #FE9B6A; border-radius: 40px; position: relative; background: #FEF5F1; width: 100%;}
.package-form-bx h3{font-family: 'Nunito Sans'; font-size:25px; font-weight:700;}
.package-form-bx-bgInner {padding: 25px 25px 15px; background: #fff;  border-radius: 10px;  margin-top: 26px; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);}
.package-form-bx-bgInner .form-control{height: calc(2.5em + .75rem + 2px); font-size: 0.9rem;}
.package-form-bx-bgInner .form-control.top-spc{margin-top: 36px;}
.package-form-bx-bgInner .form-control.spc-pd{padding-top: 13px; font-weight: 600;}
.package-form-bx-bgInner .form-check-inline{margin-right: 2.75rem;}
.package-form-bx-bgInner .flight-search .custom-control-label::before, .custom-file-label, .custom-select{background:#fff; height: calc(2.5em + .75rem + 2px); line-height: 2.5; margin-top: 29px;}
.package-form-bx-bgInner .custom-file-label::after{height: calc(2.5em + .75rem); line-height: 2.5;}
.package-form-bx-bgInner .table a{margin-left:9px;}
.package-form-bx-bgInner .table a.edit{color: rgb(5, 205, 153);}
.package-form-bx-bgInner .table a.delete{color: #E34724;}
.package-form-bx-bgInner .table td.first{width:35%;}
.package-form-bx-bgInner .table td.second{width:65%;}
.package-form-bx .bx-btnbx { position: absolute; text-align: center; vertical-align: middle; display: flex; align-items: center; justify-content: center; bottom: -51px; left: 50%; transform: translate(-50%, -50%);}
.package-form-bx .bx-btnbx .btn{font-size: 15px;  line-height: 36px; line-height: 25px; color: #fff; min-width: 170px; height: 48px; background: #FF5500; border-radius: 28px; border: none; outline: none;  margin-top: 13px; cursor: pointer;}
.package-form-bx .bx-btnbx .btn:hover{background-color: #E84E01; color:#fff;}
.package-form-bx-bgInner label{display:block;}
.package-form-bx-bgInner .nice-select{width:100%;}
.package-form-bx-bgInner .nice-select.open .list{width:100%;}
.package-form-bx-bgInner .btn.btn-success{background:#00BB7A; padding: 12px 12px;}

/*----------------------------------------*/
/*  End packege form section
/*----------------------------------------*/



/*----------------------------------------*/
/*  Start Religious Tours
/*----------------------------------------*/

.religious-tour .package-card {padding: 20px; border-radius: 10px; background-color: var(--white-color);  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .18); position: relative; overflow: hidden; margin-bottom:30px;}
.religious-tour .package-card .package-card-img-wrap {position: relative; transition: all .5s ease-out;}
.religious-tour .package-card .package-card-img-wrap .card-img {position: relative; overflow: hidden; display: block; border-radius: 10px;}
.religious-tour .package-card .package-card-img-wrap .card-img::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(1deg, rgba(21, 47, 0, 0) 1.03%, rgba(21, 47, 0, 0) 90.67%); border-radius: 10px;  z-index: 1;}
.religious-tour .package-card .package-card-img-wrap .card-img img {border-radius: 10px; transition: all .5s ease-out; min-height: 234px; max-height: 300px; object-fit: cover;}
.religious-tour .package-card .package-card-img-wrap .card-img::after { position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, .3); transform: translate(-50%, -50%) rotate(-45deg); content: "";  z-index: 1;}
.religious-tour .package-card .package-card-content .card-content-top h5 a {font-size: 18px; color:#212529; font-weight: 800; line-height: 1.4; text-transform: capitalize; transition: .5s; padding:10px 0 0; }
.religious-tour .package-card .package-card-content .card-content-top h5 span{display:block; font-size:12px; font-weight:600;}
.religious-tour .package-card .package-card-content .card-content-top .listmid { position: relative; height: 33px; overflow: hidden;}
.religious-tour .package-card .package-card-content .card-content-top .listmid .listmid-list { position: absolute;  white-space: nowrap; text-overflow: ellipsis;  transform: translateX(0); transition: 8s; display: flex; align-items: center;  gap: 35px;  list-style: none;  margin: 0;  padding: 0;}
.religious-tour .package-card .package-card-content .card-content-top .listmid .listmid-list li {line-height: 1; text-align:center; position: relative; transition: .5s; color: #888;}
.religious-tour .package-card .package-card-content .card-content-bottom {display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 8px; border-top: 1px solid rgba(16, 12, 8, .2);}
.religious-tour .package-card .package-card-content .card-content-bottom .price-area {line-height: 1;}
.religious-tour .package-card .package-card-content .card-content-bottom .price-area h6 { color: #212529; font-size: 12px;  font-weight: 600;  line-height: 22px; letter-spacing: .24px;  text-transform: capitalize; margin-bottom: 0;}
.religious-tour .package-card .package-card-content .card-content-bottom .price-area span{font-size: 18px; color:#00529E; font-weight: 800; line-height: 1; display: inline-block; text-transform: capitalize;}
.religious-tour .package-card .package-card-content .card-content-bottom .price-area p{font-size: 11px;  font-weight: 500;  line-height: 22px;  letter-spacing: .2px;  margin-bottom: 0;}
.religious-tour .package-card .package-card-content .card-content-top .listmid:hover .scrollTextAni { transform: translateX(calc(200px - 100%));}
.religious-tour .package-card .package-card-content .card-content-bottom .price-area span del {font-size: 13px; color: rgba(16, 12, 8, .5); font-weight: 700; padding-left: 0; display: block; padding-top: 2px;} 
.religious-tour .package-card .package-card-content .card-content-bottom .btn i{ margin-left:9px;}
.religious-tour .package-card .package-card-content .card-content-bottom .btn{padding: 12px 12px;}
.religious-tour .package-card .package-card-content .card-content-top .listmid small{font-size: 11px; display: block; text-align: center; color:#00529E; }
.religious-tour .package-card .package-card-content .card-content-top .listmid li i{text-align:center; color:#638CB2;}
.religious-tour .package-card .trip-offer { position: absolute; top: 0; z-index: 33; background: #01BB7D; border-radius: 0 5px 5px 0;  color: #fff;  font-size: 13px; font-weight: 700; padding: 3px 12px; text-transform: uppercase; top: 25px; overflow: visible; left: 0;}

/*----------------------------------------*/
/*  End Religious Tours
/*----------------------------------------*/

/*----------------------------------------*/
/*  Start tranding destination Tours
/*----------------------------------------*/

.tranding-section-inner{background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgba(223, 246, 255, 0.8) 19.27%, rgba(223, 246, 255, 0.8) 88.54%, rgba(223, 246, 255, 0) 100%);}
.tranding-section-inner img{transition: 0.5s; min-height: 400px; max-height: 450px;  object-fit: cover;}
.tranding-section-inner .inner-item-bx{border-radius: 8px;  height: 100%;  overflow: hidden; transform: translateZ(0); position:relative; }
.tranding-section-inner .inner-item-bx .name-bx h2{font-size: 18px; z-index: 1; font-weight: 700; text-align:left; color:#fff; padding-bottom:25px; }
.tranding-section-inner .inner-item-bx .name-bx{position: absolute; bottom: 18px; left: 0; width:100%; padding-left:16px; z-index: 10;}
.tranding-section-inner .inner-item-bx .name-bx span {font-size: 12px; font-weight: 700; display: inline-block; padding-top: 0; color: #fff; margin-right:8px;}
.tranding-section-inner .inner-item-bx .name-bx span i {margin-right: 5px;}
.tranding-section-inner .price {position: absolute; top: 35px; left: 10px; display: inline-flex; padding: 2px 16px; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; gap: 4px; border-radius: 26px; border: 1px solid #fff; background: rgb(254, 230, 11); color: #000; font-size: 13px; font-style: normal;
    font-weight: 700;
line-height: 18px;}
.tranding-section-inner .price span {color: #000; font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px;}
.tranding-section-inner .col-lg-3.col-md-6.col-sm-6{margin-bottom:10px; padding: 7px;} 
.tranding-section-inner .inner-content-bx{border: #B6D2C9 2px solid; margin-bottom:40px;}
/*----------------------------------------*/
/*  End tranding destination Tours
/*----------------------------------------*/


/*----------------------------------------*/
/*  Start Batches Section
/*----------------------------------------*/

.batches-bx{box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); border: #ddd 1px solid; border-radius: 8px; padding: 1rem; margin: 15px 0 15px; background:#FEFDF8;}
.batches-bx .title{border-bottom:#FBD2BE 1px solid; padding-bottom: 4px;}
.batches-bx .title h4{color: #00529E; font-weight: 700; margin: 0; font-size: 18px; padding: 0 0 6px; margin-bottom: 5px; display:block; text-align:center; border-bottom: #FBD2BE 1px solid;}
.batches-bx .title .nav.nav-pills{border-bottom:none; display:inline-flex;}
.batches-bx .title .nav.nav-pills .nav-item a{font-size:12px;}
.batches-bx .title .nav.nav-pills .nav-item .nav-link {padding: 0 0.5rem;margin-left:5px;}
.batches-bx .title .nav-pills>li{line-height: 22px;}
.batches-bx .nav-pills .nav-link.active, .nav-pills .show>.nav-link{background:#FC9C70;}
.batches-bx .title .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{background:#FC9C70;}
.batches-bx .tab-content .btch-inner-list{display:flex;  padding: 5px 0 5px; font-size: 13px; font-weight:600;}
.batches-bx .btm-line {border-bottom:#FBD2BE 1px solid;}
.batches-bx .tab-content .btch-inner-list .hilight-tx{ border-radius: 50px; width: 100px; margin-left: auto; padding: 0 14px 0; text-align:center; font-size: 12px; line-height: 24px; height: 25px; margin-top: 2px;}
.batches-bx .table{font-size:13px; margin-bottom: 0;}
.batches-bx .table th span{display: block; line-height: 14px; font-size: 12px; font-weight: 500;}
.batches-bx .table th{ padding: 0.2rem 0 0.5rem; border-bottom:none;}
.batches-bx .table td{font-weight:700; padding: 0.2rem 0 0.5rem;}
.batches-bx .table td div{display: block; line-height: 14px; font-size: 12px; font-weight: 500;}



.batches-bx .switch {position: relative; display: inline-block; width: 49px; height: 20px; margin: 4px 0 0 5px; margin-left: auto; display:block;}
.batches-bx .switch input {opacity: 0; width: 0; height: 0;}
.batches-bx .slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;}
.batches-bx .slider:before {position: absolute; content: ""; height: 15px; width: 13px; left: 5px; bottom: 3px; background-color: white; -webkit-transition: .4s;  transition: .4s;}
.batches-bx input:checked + .slider {background-color: #00529E;}
.batches-bx input:focus + .slider {box-shadow: 0 0 1px #00529E;}
.batches-bx input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px);}
/* Rounded sliders */
.batches-bx .slider.round {border-radius: 34px;}
.batches-bx .slider.round:before {border-radius: 50%;}

/*----------------------------------------*/
/*  Start destination slider
/*----------------------------------------*/

.destination-slider{position:relative;}
.destination-slider .slick-slider .slick-dots{margin:6px 0 0;}
.destination-slider .slick-slide img{border-radius:8px;}
.destination-slider .slick-slide h2{ position:absolute; background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 66.13%); padding:50px; z-index:100; border-radius: 8px; font-size: 31px; font-weight: 700; color: #CCFF01; height: 256px; width:1380px; padding: 120px 0 0 50px; text-transform:uppercase;}


/*----------------------------------------*/
/*  End destination slider
/*----------------------------------------*/

@media only screen and (max-width: 767px) {
  .testimonial-image {
    margin-bottom: 30px;
  }
}

.testimonial-image > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@media only screen and (max-width: 767px) {
  .testimonial .testimonial-inner {
    padding: 0 10px;
  }
}

.testimonial .testimonial-inner .testimonial-description blockquote {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  /*max-width: 505px;*/
  color:#fff;
  font-weight:300;
}


.testimonial .testimonial-inner .testimonial-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .testimonial-inner .testimonial-author {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial .testimonial-inner .testimonial-author {
    padding-bottom: 15px;
  }
}

.testimonial .testimonial-inner .testimonial-author .author-thumb {
  width: 80px;
  border: 3px solid #d2d2d2;
  border-radius: 50px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .testimonial .testimonial-inner .testimonial-author .author-thumb {
    margin-right: 10px;
  }
}

.testimonial .testimonial-inner .testimonial-author .author-thumb img {
  width: 100%;
  border-radius:50px;
}

.testimonial .testimonial-inner .testimonial-author{margin-top:13px;}


.testimonial .testimonial-inner .testimonial-author .author-info h4 {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 6.5px;
  font-weight: 600;
  margin-bottom: 0;
  color:#fff;
}

@media only screen and (max-width: 767px) {
  .testimonial .testimonial-inner .testimonial-author .author-info h4 {
    font-size: 14px;
  }
}

.testimonial .testimonial-inner .testimonial-author .author-info span {
  display: block;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  color:#fff;
}

@media only screen and (max-width: 767px) {
  .testimonial .testimonial-inner .testimonial-author .author-info span {
    font-size: 13px;
    line-height: 26px;
  }
}


.slick-active {}

.slick-active .testimonial-image > * {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slick-active .testimonial-image > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.slick-active .testimonial-image > *:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slick-active .testimonial-image > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.slick-active .testimonial-image > *:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slick-active .testimonial-image > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.slick-active .testimonial-image > *:nth-child(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/*----------------------------------------*/
/* Start scrollbar
/*----------------------------------------*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #414141; 
  border-radius: 10px;
}


/*----------------------------------------*/
/* End scrollbar
/*----------------------------------------*/



/*----------------------------------------*/
/* Start Romantic escapes CSS
/*----------------------------------------*/

.romantic-escapes .inner-section{background:#0D8B61; border-radius: 8px; display: flex; justify-content: space-between; overflow:hidden; margin-top:15px;}
.romantic-escapes .inner-section .fl{ padding:100px 0 0 30px; position:absolute; width:1170px; height:300px; border-radius:8px; background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 66.13%); z-index:100;}
.romantic-escapes .inner-section .fl span{font-size:20px; color:#fff; display:block; margin-bottom:28px;}
.romantic-escapes .inner-section .fl h2{font-size:45px; font-weight:800; color:#fff;}
.romantic-escapes .inner-section .img-bx{text-align:right;width:100%; height:300px;}
.romantic-escapes .inner-section .img-bx video{object-fit:cover; width:100%; height:100%;}
.romantic-escapes .inner-section .img-bx img{border-radius:0 8px 8px 0;}
.romantic-escapes .inner-section .btn {background: rgb(254, 230, 11); color:#212529; font-weight:800; font-size:20px; padding:12px 53px; display:block;}

/*----------------------------------------*/
/* Start Subscribe CSS
/*----------------------------------------*/
.Subscribe .items-center{background:#f3f1ec; border-radius: 8px;}
.Subscribe .bg-gray-two{ padding:30px; background:transparent !important;}
.Subscribe img{border-radius: 8px 0 0 8px;}
.Subscribe .bg-gray-two h2{font-weight:700; line-height:25px;}
.Subscribe input{border-radius: 4px; padding: 17px 20px; width:70%; font-size: 15px; letter-spacing: 0.02em; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); border:none;}
.Subscribe .bg-gray-two i{font-size:50px; margin-bottom:20px;}
.button {display: flex; margin-top:17px; padding:13px 18px; align-items: center; color:#fff; justify-content: center; vertical-align: middle; text-align: center; line-height: 1; font-weight: 500; font-size: 15px; line-height: 1.2; border-radius: 4px; border: 1px solid transparent; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); background:#14AC79;}
.button:hover{background:#0B9164;}

/*----------------------------------------*/
/* Start inner banner
/*----------------------------------------*/
.inner-secton{float:none;}
.inner-banner {background: #FF5500 ; padding: 3rem 0 2rem 0; margin-bottom: 10px;}
.inner-banner .section-title-blue h2 {font-weight: 800; font-size: 42px; line-height: 1; margin: 0; color: #fff; text-align:left;}
.inner-content-bx{box-shadow: 0 0 20px 0 #ddd; border-radius: 8px; padding: 1rem; margin:15px 0 15px; }
.inner-content-bx p{text-align:justify; line-height: 25px;}
.inner-banner .section-title-blue i{color:#FED2BB; font-size:90px; margin-right:20px; vertical-align: sub;}
.inner-content-bx h4{color: #00529E; font-weight:700; margin:9px 0 9px; font-size:20px; padding: 8px 10px 8px 0;}
.inner-content-bx ul.list{}
.inner-content-bx ul.list li{display: flex; list-style: none; line-height: 15px; margin-bottom: 10px; position: relative;  padding-left: 0;}
.inner-content-bx ul.list li::before {content: "\f138"; font: normal normal normal 14px / 1 FontAwesome; color: #14AC79; margin-right: 15px; vertical-align: middle; height: 10px; margin-top: 3px;}
 a, a:hover{color:#00529E; font-weight:600;}
 .download-btn{ padding: 10px 40px; color: #fff; display: flex; width: 280px;  margin:auto; font-size:16px; font-weight:700; -webkit-box-pack: center;  justify-content: center;  -webkit-box-align: center;  align-items: center;  gap: 6px;  align-self: stretch;  border-radius: 58px; background:#00BC7A; height: 44px; cursor: pointer;}
 .download-btn:hover{color: #fff;}
 .download-btn i{font-size:18px; margin-left:10px;}
 h4.hd{font-weight: 800; font-size: 28px; line-height: 1; margin: 25px 0 25px; color: #00529E; background: linear-gradient(52deg, rgba(233, 243, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); padding: 8px 10px 8px 20px;}
 
/*----------------------------------------*/
/* End inner banner
/*----------------------------------------*/

.detial-bx{margin-top:28px;}
.detial-bx h2 {font-weight: 800; font-size: 28px; text-align:center; line-height: 1; margin:0; color: #00529E; padding: 0 0 14px;}
.detial-bx #navbar-bar1{display: flex; width: 100%; height: auto; gap: 8px; flex-shrink: 0; border-radius: 6px; background:#fff; position: sticky; top: 63px; z-index: 2; box-shadow: 0 0 30px 0 #ddd;}
.detial-bx  .nav-item a{color: #212529; font-size:13px; font-weight:700;}
.detial-bx .nav-link{padding: .5rem 1.5rem;}
.detial-bx  .nav-item a:hover{color:#00529E;}
.detial-bx #accordion .card-header{border:none; padding:0; background:none;}
.detial-bx #accordion .card{border:none; background:none;}
.detial-bx #accordion .btn{background-color: #FFF0E9; white-space: normal; line-height: 21px; display: flex; align-items: center; gap: 15px; color: #212529; font-size:14px; font-weight:600; border-radius: 6px 6px 0 0; border-bottom:#FBE2D7 1px solid; text-decoration: none; padding:0; margin-top: 5px;}
.detial-bx #accordion .btn span{min-width: 86px; max-width: 86px; height: 39px; display: flex;align-items: center; border-radius: 5px 0 0 5px; justify-content: center; background:#FF5805; color:#fff; padding-left:0; margin-left:0;}
.detial-bx #accordion .btn i{font-size:20px; margin-left: auto; font-weight: 800; margin-right: 20px;}
.detial-bx #accordion .card h2{margin-top:12px; background:none; padding:0;}
.detial-bx #accordion .card-body{background-color: #fff; border-radius: 0 0 6px 6px; border: #FFF0E9 1px solid; padding:1rem;}
.detial-bx #accordion .card-body strong{font-weight: 500;}

.detial-bx p{margin-bottom: 0.5rem; font-weight:500; line-height: 23px;}
.detial-bx .modal-content{padding: 1.5rem 1.1rem 1rem 0.8rem !important;}
.detial-bx .modal-content #CaptchaImage{width: 110px;}
.detial-bx .modal-content br{display:none;}
.detial-bx .modal-content .col-md-6 {padding-right: 0; padding-left: 8px; flex: 0 0 100%; max-width: 100%;}
.detial-bx .modal-content .col-md-12 {padding-right: 0; padding-left: 8px;}
.detial-bx .modal-content .close{display:none;} 
.detial-bx .inner-content-bx.top-m{margin-top: 0; /*background: #fff8ea;/*  /*background-image: linear-gradient(-15deg, rgba(255, 122, 24, 0.15), #fff);*/ box-shadow: inset 0 0 10px #fde79f; -webkit-box-shadow: inset 0 0 10px #fde79f; padding: 0.5rem 1rem; box-shadow: none; border: #FFC4A7 1px solid;}
.detial-bx .inner-content-bx.top-m del{display: inline-block; font-size: 13px; color: #696767; font-weight: 600; vertical-align: text-bottom; margin-right: 6px;}
.detial-bx .inner-content-bx.top-m .price {color: #ef121b; display: inline-block; font-size: 23px; font-style: normal; font-weight: 800; line-height: 28px; margin-top: 0;}
.detial-bx .inner-content-bx.top-m .price span{font-size: 14px; font-style: normal; font-weight: 700; line-height: 21px; margin-left: 10px; letter-spacing: 0.5px; } 
.detial-bx .btn{text-align: center; display: block; border-radius: 8px; margin-top: 15px;}
.detial-bx .fixed-slider{position:-webkit-sticky; position:-mox-sticky; position:-ms-sticky; position:-o-sticky; position:sticky; height:auto; top:80px; bottom:auto;}
.detial-bx #scrollspyHeading3 ul.list{ padding-right:20px;}

.detial-bx .fixed-g-dpr{/*border: #fdbfd5 1px solid;*/ border: #A4D1FB 1px solid; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); border-radius: 8px; margin-bottom: 15px;}
.detial-bx .fixed-g-dpr .title{font-weight: 600; font-size: 16px;  margin-bottom: 0; line-height: 1.5; padding: 10px; /*background:#dd2b6a;*/ background:#00529E; color:#fff; border-radius:8px 8px 0 0; padding-left: 26px;}
.detial-bx .fixed-g-dpr .inner-bx{padding: 15px 25px 6px; position:relative;}
.detial-bx .fixed-g-dpr .inner-bx i{position: absolute; top: 25px; right: 41px; /*color: #dd2b6a;*/ color:#00529E; font-size: 18px;}
.detial-bx .fixed-g-dpr .D-price{/*background: #fef7f9;*/ background:#F4FAFF; padding: 10px 27px 5px 28px; border-radius: 0 0 8px 8px; font-size: 22px; font-weight: 800; /*color: #d0004a;*/ color:#00529E; text-align: left;}
.detial-bx .fixed-g-dpr .D-price span{color: #212529; font-size:12px; font-weight:400; margin-left:0;}
.detial-bx .fixed-g-dpr .inner-bx .form-fild input{height: 38px; font-size: 17px; font-weight: 700; color: #000; /*border: #fdbfd5 1.9px solid;*/ border: #A4D1FB 1.9px solid; position:relative;}
.detial-bx .fixed-g-dpr .inner-bx .form-control:focus{ outline:none; box-shadow: 0 0 0 .1rem rgba(0, 123, 255, .1);}
.detial-bx .fixed-g-dpr .D-price small{font-weight:800;}
.city-night-grid{ grid-template-columns: repeat(6, minmax(0, 1fr)); display: grid; gap: 0.3rem;}
.city-night-grid .inner-bx{border: 2px solid #e5e7eb; border-radius: 10px; padding: 11px 4px 6px; background: rgb(242,242,242); background: linear-gradient(9deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);}
.city-night-grid .inner-bx p{line-height: 0.81rem; margin: 0; padding-left: 0.4rem; display: flex; text-align: left; font-size: 12px;}
.city-night-grid .inner-bx p i{color: #00529E; font-weight: 500; font-size: 16px; margin-right: 6px; line-height: 11px;}
.city-night-grid .inner-bx hr{margin-top: 0.7rem; margin-bottom: 0.7rem;}
.flight-table.table td, .table th{padding:0.45rem 0.75rem;}
.flight-table.table-striped tbody tr:nth-of-type(odd){background:#EEF6FD;}
.flight-table.table td, .table th{border-top:#CCE5F8 1px solid;}


/*----------------------------------------*/
/* Simer Tours
/*----------------------------------------*/
.detial-bx .similar-tout-bx .category-card{border: 2px solid rgba(16, 12, 8, .1); margin-right:12px; padding:10px; text-align:center; background: var(--white-color); transition: .5s; border-radius:6px;}
.detial-bx .similar-tout-bx .category-card img {height: 200px; min-height: 200px; max-height: 261px; width: 320px; overflow: hidden; object-fit: cover; transition: all .5s ease-out;}
.detial-bx .similar-tout-bx:hover .category-card:hover img{transform: scale(1.1);}  
.detial-bx .similar-tout-bx .category-card .btm-bx{padding:9px 0 0 10px; text-align:left;}
.detial-bx .similar-tout-bx .category-card .btm-bx span{font-size:13px; color:#212529; text-transform:uppercase; font-weight:800; letter-spacing:1px;}
.detial-bx .similar-tout-bx .category-card .btm-bx span i{margin-right:3px; font-size:16px; }
.detial-bx .similar-tout-bx .category-card .btm-bx h4{color: #00529E; font-weight:700; font-size:15px;}

/*----------------------------------------*/
/* Contact Us
/*----------------------------------------*/

.contact .single-contact-block { padding-bottom: 18px; margin-bottom: 19px; border-bottom: 1px solid #8CE4C6;}
.contact .single-contact-block p{font-weight:600;}
.contact .single-contact-block:last-child{border-bottom:none;}
.contact .single-contact-block i{margin-right:10px;}
.contact .right-box {background-color: #F3FAF8; padding: 15px 30px 15px; border:#D6F5EA 2px solid;}
.contact .col-lg-7{padding-left:0;}
.contact .col-lg-7 .map{width:635px; height:370px;}


/*----------------------------------------*/
/* Start trust sesction mid top
/*----------------------------------------*/

.C-trust-l{width: 100%; height: 50px; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; gap: 1.2vw; background: #001010;}
.C-trust-l .content-inner{ align-items: center;  gap: 16px; color:#fff; font-weight:700; display: flex;}
.C-trust-l .content-inner img{width: 31px; height:31px; background-color: rgba(0, 146, 137, 0.4); border-radius: 43px; padding: 6px;}
#exampleModalCenter .g-recaptcha{margin-bottom: 10px;}

/*----------------------------------------*/
/* End trust sesction mid top
/*----------------------------------------*/

/*----------------------------------------/
/* Start international and india tour package
/*----------------------------------------*/

.tour-packages{}
.tour-packages img{transition: 0.5s; min-height: 400px; max-height: 450px;  object-fit: cover;}
.tour-packages .inner-item-bx{border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);  height: 100%;  overflow: hidden; transform: translateZ(0); position:relative; }
.tour-packages .col-lg-3.col-md-6.col-sm-6::before {width: calc(100% - 24px); height: 10px; border-radius: 8px 8px 0 0; background-color: #418ACE; content: ''; top: -3px; left: 12px; position: absolute; opacity: 0.2;}
.tour-packages .col-lg-3.col-md-6.col-sm-6::after {width: calc(100% - 48px); height: 10px; border-radius: 8px 8px 0 0; background-color: #A9D4FB; content: ''; top: -13px; left: 24px; position: absolute; opacity: 0.3;}
.tour-packages .inner-item-bx .name-bx h2{font-size: 15px; padding-left:16px; z-index: 1; font-weight: 600; text-align:left; color:#fff; }
.tour-packages .inner-item-bx .name-bx .days-bx{padding-left:16px;}
.tour-packages .inner-item-bx .name-bx{position: absolute; bottom: 8px; left: 0; width:100%;  z-index: 10;}
.tour-packages .inner-item-bx .name-bx span {font-size: 12px; font-weight: 600; display: inline-block; padding-top: 0; color: #fff; margin-right:6px;}
.tour-packages .inner-item-bx .name-bx span i {margin-right: 4px; color: rgb(254, 230, 11);}
.tour-packages .price {position: absolute; top: 35px; left: 10px; display: inline-flex; padding: 2px 16px; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; gap: 4px; border-radius: 26px; border: 1px solid #fff; background: rgb(254, 230, 11); color: #000; font-size: 13px; font-style: normal;
    font-weight: 700;
line-height: 18px;}
.tour-packages .price span {color: #000; font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px;}
.tour-packages .col-lg-3.col-md-6.col-sm-6{margin-bottom:25px; padding: 7px;} 
.tour-packages .inner-content-bx{box-shadow: 0 0 20px 0 #F2F2F2; margin-bottom:40px;}
.tour-packages .inner-item-bx .name-bx h3 {font-size: 25px; z-index: 1; font-weight: 700;  text-align: center;  color: #fff;  padding-bottom: 25px; text-shadow: 1px 1px 1px #000;}
.tour-packages .inner-item-bx .name-bx .hotel-activities-bx{border-top: #343434 1px solid; margin-top: 8px; padding-top: 5px; padding-left:16px;}
.tour-packages .inner-item-bx .name-bx .hotel-activities-bx span{font-weight:500;}

.H-activities-bx-name{margin-top: 21px; font-size: 13px; position: relative; z-index: 1; color: #000; padding: 10px 0; margin-top: 11px;}
.H-activities-bx-name span{font-weight:600;  margin-right: 8px; background: rgb(4, 224, 180, 80); border-radius: 30px; padding: 3px 15px;}
.H-activities-bx-name span i {margin-right: 8px; color: #000;}

/*.H-activities-bx-name{padding: 10px 0;}
.H-activities-bx-name .col-lg-3.col-sm-6 { justify-content: center !important;}
.H-activities-bx-name .divider::after {content: ""; height: 41px; width: 1px; background-color: rgba(19, 20, 26, .16);  position: absolute; right: 0; top: 50%; left: unset; transform: translateY(-50%);}
.H-activities-bx-name .single-activity {display: flex; align-items: center; gap: 20px;}
.H-activities-bx-name .name {display: flex; align-items: center; font-family: var(--font-rubik); font-weight: 700; line-height: 1; color: var(--title-color); margin-bottom: 4px;}
.H-activities-bx-name .icon{color:#03AA7E; font-size:19px; font-weight:600;}*/

/*----------------------------------------*/
/* End international and india tour package
/*----------------------------------------*/

/*----------------------------------------*/
/* start offer message
/*----------------------------------------*/
.marquee { padding:15px; width: 100%; color: #000000;box-shadow: inset 0 0px 8px #fff; text-shadow: 1px 1px #fff;  overflow: hidden;  position: relative;  background: rgb(254,114,3);background: linear-gradient(9deg, rgba(254,114,3,1) 0%, rgba(255,255,255,1) 50%, rgba(52,148,20,1) 100%);font-weight: 700;font-style: italic;  font-size: 15px;}
.marquee div {display: block; width: 200%; position: absolute; top:0; overflow: hidden;  animation: marquee 20s linear infinite;}
.marquee span {float: left; width: 50%;}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
/*----------------------------------------*/
/* End offer message
/*----------------------------------------*/

/*----------------------------------------/
/* Start payme page
/*----------------------------------------*/

.payment-main-bx{display:flex; box-shadow: 0 0 30px 0 #F2F2F2; border-radius:8px; margin: 15px 0 45px;}
.payment-main-bx .flbx{flex: 0 0 250%; max-width:25%; Background:#379fc8; padding:30px; color:#fff; border-radius: 8px 0 0 8px;}
.payment-main-bx .flbx p{border-bottom:#35b3d8 1px dotted; padding-bottom:8px; margin-bottom:10px; font-weight:600; padding-left:8px;}
.payment-main-bx .frbx{flex: 0 0 75%; max-width:75%; padding:30px;}
.payment-main-bx .frbx img{height:20px; margin-right:7px;}
.payment-main-bx .frbx p{border-bottom:#ececec 1px dotted; padding-bottom:8px; margin-bottom:10px;}
.hd-payment {color: #00529E; font-weight: 700; margin: 9px 0 9px; font-size: 20px; padding: 0 10px 6px 8px;}
.hd-payment i{height: 35px; width: 35px; background: #eaf9fd; text-align: center; padding: 7px; border-radius: 6px; margin-right: 15px; color: #212529;}

/*----------------------------------------/
/* End payme page
/*----------------------------------------*/




/*----------------------------------------*/
/*  Start Destination tab
/*----------------------------------------*/
/* Start button loader*/
.sml-loader {
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
    position: relative;
    left: 77px;
    top: -30px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*----------------------------------------*/
/*  Start datepicker
/*----------------------------------------*/

.datepicker table{width: 317px !important; font-size: 13px !important; margin:auto !important;}
.datepicker{padding:4px 0 !important;}
.dropdown-menu{width: 319px !important;}
.datepicker th.dow{border-radius: 0 !important; background: #eef7f8 !important; border-bottom: 1px solid #cecece !important;}
.datepicker th.prev{font-size: 23px !important;}
.datepicker th.next{font-size: 23px !important;}
.datepicker.dropdown-menu{color: #00529E !important; font-weight: 800 !important;}
.datepicker th.dow{color: #212529 !important;}
.datepicker table tr td.disabled{font-weight: 400 !important;}


/*----------------------------------------*/
/*  End datepicker
/*----------------------------------------*/


.sidenav {height: 800px; width: 0; position: fixed; z-index: 80; top: 0; right: 0;  background-color: #fff;   transition: 0.5s; padding-top: 60px; }
.sidenav .sidebar-content-wrap {padding: 30px 30px; overflow-x: hidden; height:100vh; padding-bottom:300px;}
.sidenav h4{font-weight: 800; font-size: 1rem; line-height: 1; margin-bottom:15px; margin-left: 15px;}
.sidenav h3{font-weight: 800; font-size: 1.2rem; line-height: 1; color:#00529E; padding: 0 30px;}
.sidenav a {padding: 8px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s;}
.sidenav ul {margin:0 22px;}
.sidenav ul li a{font-size:1rem; color:#818181; margin:0 8px; border-bottom: #fff 2px solid;}
.sidenav .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { background:#fff; border-bottom: #00529E 2px solid; color: #818181;}
.sidenav .nav-pills .nav-link.active, .nav-pills .show>.nav-link{background:#fff; border-bottom: #00529E 2px solid; color: #00529E; border-radius:0;}
.sidenav .closebtn {font-size: 36px; text-align: right; width: 5px; height:5px; margin-left: auto;  margin-right: 50px; position: relative; right: 0; top: 10px;}
.sidebar-top-area{border-bottom: 1px solid rgba(16, 12, 8, .2);}
.sidenav .detination-item-row{display: flex; flex-wrap: wrap; padding-bottom: 14px !important;}
.sidenav .detination-item{display: flex; flex-direction: column; align-items: center; margin-bottom: 15px; margin-right: 20px;}
.sidenav .detination-item span{font-size:12px; font-weight:700; text-align:center;}
.sidenav img{border: 1px solid #ccc; padding: 5px; border-radius: 50%;  object-fit: cover; display: block;   width: 80px; height: 80px;}


/*----------------------------------------*/
/*  destination search box
/*----------------------------------------*/

.hero-section .container input {min-height: 45px; width:449px; background: 0 0; border: 2px solid #DBFFFD; padding: 10px 70px 10px 23px;font-size: 15px; color: #001A31; border-radius: 20px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; background-color: rgba(255, 255, 255, .6); font-weight:700;}
.hero-section .container input:focus{outline:none;}
.hero-section .container input::placeholder {color: #001A31;}
.hero-section .autocomplete-main{position:absolute; top: 290px; left: 375px;} 
.hero-section .autocomplete-items {display: flex; flex-direction: column; margin: 0; padding: 0; overflow: hidden; background: #fff; border-radius: 0 0 20px 20px; box-shadow: 0 9px 8px -3px rgba(64, 60, 67, .24), 8px 0 8px -7px rgba(64, 60, 67, .24), -8px 0 8px -7px rgba(64, 60, 67, .24);
    border: 0; padding-bottom: 4px; width: 449px; height:280px; margin-top:-15px; overflow:auto;}
.hero-section .autocomplete-items ul{margin:0; padding:0; line-height:normal;}	
.hero-section .autocomplete-items ul li{border-bottom: 1px solid #d4d4d4; padding:11px 23px;}
.hero-section .autocomplete-items ul li:hover{background-color: #e9e9e9; cursor:pointer;}
.hero-section .autocomplete-main .search-icon{position: absolute; right: 23px; top: 11px; font-size:20px; font-weight:600; color: #001A31;}

/*----------------------------------------*/
/*  End destination search box
/*----------------------------------------*/



/*----------------------------------------*/
/*  destination search inner box
/*----------------------------------------*/

.banner-S input {min-height: 45px; width:449px; background: 0 0; border: 2px solid #DBFFFD; padding: 10px 70px 10px 23px;font-size: 15px; color: #001A31; border-radius: 20px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; background-color: rgba(255, 255, 255, .6); font-weight:700;}
.banner-S input:focus{outline:none;}
.banner-S input::placeholder {color: #001A31;}
.banner-S .autocomplete-main{position:absolute; top: 85px; left: 375px; z-index:100;} 
.banner-S .autocomplete-items {display: flex; flex-direction: column; margin: 0; padding: 0; overflow: hidden; background: #fff; border-radius: 0 0 20px 20px; box-shadow: 0 9px 8px -3px rgba(64, 60, 67, .24), 8px 0 8px -7px rgba(64, 60, 67, .24), -8px 0 8px -7px rgba(64, 60, 67, .24);
    border: 0; padding-bottom: 4px; width: 449px; height:280px; margin-top:-15px; overflow:auto;}
.banner-S .autocomplete-items ul{margin:0; padding:0; line-height:normal;}	
.banner-S .autocomplete-items ul li{border-bottom: 1px solid #d4d4d4; padding:11px 23px;}
.banner-S .autocomplete-items ul li:hover{background-color: #e9e9e9; cursor:pointer;}
.banner-S .autocomplete-main .search-icon{position: absolute; right: 23px; top: 11px; font-size:20px; font-weight:600; color: #001A31;}

.inner-tag-line h2 {
    font-size: 32px;
    line-height: 64px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Great Vibes', serif;
    text-align: center;
	margin-top:20px;
}

/*----------------------------------------*/
/*  End destination search inner box
/*----------------------------------------*/


/*----------------------------------------*/
/*  Payment form Start
/*----------------------------------------*/


.payment-form{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); border-radius:8px; margin: 45px auto 45px auto; max-width:500px; padding:40px;border:#ddd 1px solid; background: rgb(255, 255, 255); background: linear-gradient(67deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(166, 231, 188, 1) 100%); }
.payment-form .form-control {font-size: 0.9rem; color: #212529; background:none; padding-left: 32px; font-weight: 400; border-radius: 0; border-top: none; border-left: none; border-right: none;}
.payment-form .form-control:focus {box-shadow: none; outline:none; border-color: #28a745;}
.btn-success {background-color: #28a745; margin-top:35px; border-color: #28a745; font-family: "Nunito Sans", sans-serif; color: #ffffff; font-size: 15px; line-height: 1.2; font-weight: 600; padding: 12px 30px; text-transform: capitalize; border-radius: 0px; position: relative; border-radius: 6px; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.btn-success:hover{background-color: #218838; border-color: #1e7e34;}
.icon-input-bx{position:relative;}
.icon-input-bx i{position: absolute;left: 7px; top: 10px; z-index: 999; font-size: 15px; color:#676767;}
/*----------------------------------------*/
/*  Payment form End
/*----------------------------------------*/




.cookie-consent {position: fixed; color:#000; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7);  transition: opacity 500ms;  visibility: visible;  opacity: 1; z-index:99;}
.cookie-consent:target {visibility: visible; opacity: 1;}
.show-consent { margin:0; padding: 12px 0; font-size:16px; background: #CBCDCC; border-radius: 0; width: 100%; position: absolute; transition: all 5s ease-in-out; bottom:0;}
.show-consent .consent-btn {margin-left: 12px; color: #FFF; flex: 1 0 130px; background-color: #0006FF;  border-color: transparent; padding: .1em .5em; font-size: 12px;  text-align: center;  white-space: nowrap;  border-radius: 5px;  min-height: 30px; margin-bottom: 0px; font-weight:600;}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;} 
}

/*----------------------------------------*/
/*  End Destination tab
/*----------------------------------------*/



@media only screen and (max-width: 767px) {

  .sml-loader {width: 16px; height: 16px; border: 3px solid #fff; border-bottom-color: transparent; border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation 1s linear infinite; margin: auto;  position: relative;  left: 71px; top: -29px;}
  .page-banner h2 {font-size: 12px;}	
  .section-title-blue h2{font-size:23px; text-align:center;}
  small{text-align: center; display: block; line-height: 28px; padding-bottom: 15px;}
  .trip-bx .trip-offer small{display:inline-block; line-height: normal; padding-bottom: 0;}
  .trip-bx{padding: 20px 9px 20px;}
  .trip-section .inner-item-bx img{min-width: 300px; max-width: 100%;}
  .MultiCarousel .btn.leftLst{top: -42px;}
  .MultiCarousel .btn.rightLst{top: -42px;}
  .MultiCarousel .MultiCarousel-inner .item > div{margin: 0 0 0 2px;}
  .MultiCarousel .MultiCarousel-inner .item{flex: 0 0 100%; max-width: 100%; float:none;}
  .romantic-escapes .inner-section{display: inherit;}
  .romantic-escapes .inner-section .fl {padding: 20px 15px 0 15px; margin-bottom: 25px; position: absolute; width: 91.3%; height: 35.5%}
  .romantic-escapes .inner-section .fl h2{font-size: 31px; text-align: left; padding-top: 25px;}
  .romantic-escapes .inner-section .btn{text-align:left;}
  .romantic-escapes .inner-section .fl span{text-align:left;}
  .tranding-section .MultiCarousel .MultiCarousel-inner .item > div{margin:0;}
  .tranding-section .MultiCarousel .inner-item-bx img{width: 360px;}
  .tranding-activity .MultiCarousel .inner-item-bx img{width: 360px;}
  .Quick-section .inner-item-bx{margin-left: 0; width:100%;}
  .Quick-section .nav-top{display:block;}
  .Quick-section .nav>li>a{padding: 10px 9px; margin-bottom: 20px;}
  .Quick-section .nav-top .mb-30{margin-bottom: 9px !important;}
  .Subscribe .bg-gray-two h2 {font-weight: 700; line-height: normal; font-size: 18px; text-align: center;}
  .Subscribe p{font-size: 13px;}
  .Subscribe .button{width: 100%;}
  
  .Subscribe .bg-gray-two{padding: 26px;}
  .Subscribe input{width: 100%; padding: 9px 19px;}
  .Subscribe .bg-gray-two i{text-align:center; font-size: 38px;}
  .footer-widget:first-child {padding-left: 30px; padding-bottom: 10px;}
  .footer-widget{padding: 0 30px 10px; border-bottom: #4B564B 1px dotted;}
  .about-section .col-lg-8.col-md-4.col-sm-8{-webkit-order: 2; text-align: center;}
  .about-section .col-lg-4.col-md-4.col-sm-4{-webkit-order: 1;}
  .offcanvas-inner-content .button{background: rgb(0, 82, 158); padding: 6px 15px;  margin-top: 5px;  font-size: 12px; border-radius: 30px;}
  .hero-content-2 h2 span{font-size: 26px; display: inline-block; line-height: 32px;}
  .Quick-section .inner-item-bx .name-bx .hd{font-size: 16px;}
  .detial-bx #accordion .btn span{min-width: 75px; max-width: 75px; height: 47px;}
  .detial-bx #accordion .btn{font-size:12px;}
  .inner-content-bx{padding:15px; font-size: 12px;}
  .inner-content-bx h4{font-size:18px;}
  .detial-bx h2{font-size: 23px; margin: 17px 0 17px;}
  .religious-tour .package-card .package-card-content .card-content-top .listmid{height: 46px;}
  .Quick-section .inner-item-bx .hdone{font-size: 35px;}
  .Quick-section .inner-item-bx .hd-main{width:auto; line-height: 41px;}
  .tour-packages .col-lg-3.col-md-6.col-sm-6{padding-left: 15px; padding-right: 15px;}
  .tour-packages .col-lg-3.col-md-6.col-sm-6::before{left: 23px; width: calc(94% - 24px);}
  .tour-packages .col-lg-3.col-md-6.col-sm-6::after {left: 30px; width: calc(91% - 24px);}
  .contact .col-lg-7{padding-left:15px;}
  .contact .col-lg-7 .map {width: 329px; height: 370px;}
  .contact .right-box{margin-bottom:10px;}
  .detial-bx {margin-top: 0;}
  .detial-bx #scrollspyHeading3 ul.list{ padding-right:0;}
  .detial-bx #scrollspyHeading3 .col-lg-6{padding:0;}
  .C-trust-l{gap: 1.5vw; padding: 12px;}  
  .C-trust-l .content-inner {gap: 8px; font-weight: 400; font-size: 10px; line-height: 15px;} 
  .C-trust-l .content-inner img{width: 25px; height: 25px;}
  .header-mobile-navigation .mobile-navigation ul li a.sign-in{font-weight: 600; font-size:11px;margin-right:8px;}
  .header-mobile-navigation .mobile-navigation ul li a.sign-in i{margin-right: 7px;} 
  .header-icon-wrapper img{height: 16px; margin-right: 9px;}  
  .header-mobile-navigation .mobile-navigation ul li {margin-left: 5px;}
  .header-mobile-navigation {padding: 7px 0;}
  .page-banner{padding-top: 90px;}
  .tour-packages img{width: 100%; min-height: 334px;}
  .detial-bx #navbar-bar1{display:none;}
  .offcanvas-navigation > ul > li > a.sel{background: linear-gradient(90deg, rgb(0, 188, 122) 0%, rgb(46, 130, 245) 100%); color: #fff; border-radius: 40px; padding-left:15px;}
  .inner-content-bx p{font-size: 12px; line-height: 23px;}  	
  .inner-banner{padding: 0.6rem 0 0.6rem 0;}
  .inner-banner .section-title-blue h2{font-size: 28px;}
  .inner-banner .mb-30 {margin-bottom: 12px !important;}
  .inner-banner .section-title-blue i{font-size: 56px; vertical-align: middle;}
  .payment-main-bx{font-size: 12px;}
  .payment-main-bx .flbx{flex: 0 0 40%; max-width: 40%; padding: 11px; border-radius: 8px 0 0 8px;}
  .payment-main-bx .frbx{flex: 0 0 60%; max-width: 60%; padding: 11px;}
  .hd-payment{padding: 0 10px 6px 7px;}
  .payment-main-bx .frbx img{height: 15px;}
  .header-mobile-navigation .mobile-navigation ul li a{font-size: 13px;}
  .destination-slider .slick-slide h2 {padding: 50px; z-index: 100; border-radius: 8px; font-size: 14px; font-weight: 700; color: #fff; height: 72px; width: 320px; padding: 34px 0 0 20px;}
   #main-wrapper .modal-content.enquire-P .fl-trustet{display:none;}		
  .detial-bx .fixed-g-dpr .D-price small{display:inline-block; padding-bottom: 5px;}
  .testimonial-section p{font-size: 12px;}
  .testimonial .testimonial-inner .testimonial-author .author-thumb{width: 54px;}
  .testimonial .testimonial-inner .testimonial-author{margin-top: 5px;}
  .testimonial-section a.read_more{margin-bottom:0; margin-top: 5px;}
  .animation-gif img{height:99px;}
  .animation-gif{top:-61px;}  
  .city-night-grid .inner-bx{padding: 6px;}
  .city-night-grid{grid-template-columns: repeat(2, minmax(0, 1fr));}
  .city-night-grid .inner-bx p{padding-left: 0.4rem; font-size: 12px; display: flex; text-align: left; line-height: 0.725rem;}
  .city-night-grid .inner-bx hr { margin-top: 0.4rem; margin-bottom: 0.4rem;}
  .inner-content-bx ul.list li{font-size: 12px;}
  .detial-bx .fixed-g-dpr .D-price{font-size: 18px;}
  .datepicker table{width: 300px !important; font-size: 13px !important; margin:auto !important;}
  #main-wrapper .modal-content .form-inner{border-radius: 10px;}
  .city-night-grid .inner-bx p i{font-size: 14px; line-height: 12px;}
  .detial-bx #accordion .btn{line-height: 13px;}
 /*.H-activities-bx-name .col-lg-3.col-sm-6 {justify-content: left !important; width: 47%;  margin-bottom: 10px;}
 .H-activities-bx-name .divider::after{height: 25px; top: 74%;}
 .H-activities-bx-name .single-activity{margin-top: 14px; padding-left: 12px;}
 .H-activities-bx-name{padding:0;}*/
 
.H-activities-bx-name{padding:0;}
.H-activities-bx-name span{font-weight:500;  margin-right: 2px; background: rgb(4, 224, 180, .9); border-radius: 30px; padding: 3px 9px; font-size:10px;}
.H-activities-bx-name span i {margin-right: 7px;}
.page-banner-section .col {padding-right: 5px; padding-left: 5px;}


.hero-section .autocomplete-main{top:167px; left:20px;}
.hero-section .container input{width:320px;}
.hero-section .autocomplete-items{width:320px;}  
#paymentDtlModal .modal-content {width: 100%;}
.marquee{font-size:13px}
.marquee strong{font-size:13px !important;}
.marquee span{width: 79%;}
.cookie-consent{padding: 9px 0;}
.show-consent{width: 100%; text-align: center;}
.consent-btn{margin-top:20px;}
#main-wrapper #SearchmessModal .modal-content{margin-top:0;}
.banner-S .autocomplete-main{position: absolute; top: 28px; left: 20px;}
.banner-S input{width:320px;}
.inner-tag-line h2{font-size: 26px; line-height: 10px;}
}

@media only screen
and (min-width : 1224px) {
.mega-menu{left: -290px;}	
.mega-menu.four-column{width: 1174px;}	
}

 