@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Light.woff2') format('woff2'),
        url('../fonts/Mulish-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
        url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('../fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
        url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('../fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
/*  font-family: 'Orgon', sans-serif; */
  font-family: 'Mulish', sans-serif;	
  font-size: 14px;
}
h1, h2, h3, h4, h5 {
     font-weight: 700;
	 text-transform: uppercase;
/*  font-family: 'Novecentowide-Bold', sans-serif;*/
}
a, a:active, a:focus, a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
#header-top {
  background-color: #343434;
}
.box_icon ul {
  margin: 0;
  padding: 0;
}
.box_icon ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
  margin-right: 30px;	
}
.box_icon ul li:last-child {
  margin-right: 0;
}
.box_icon ul li p {
  margin-bottom: 0;
}
.icon-box-top img {
  float: left;
  margin-right: 5px;
}
#banner {
  /* background:url("../images/banner.jpg") no-repeat;*/
  min-height: 500px;
  background-position: center !important;
  background-size: cover !important;
}
.overlay {
 background: rgba(52, 52, 52, 0.08);
  min-height: 500px;
}
.banner-content {
  margin: auto;
  text-align: center;
  padding: 200px 0;
}
.banner-content h4 {
  margin-top: 0;
  color: #fff;
  font-size: 30px;
  text-shadow: 0px 0px #000;
  letter-spacing: 4px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
  text-transform: uppercase;	
}
.find-box {
  border: 4px solid;
  border-image: linear-gradient(45deg, rgb(75, 187, 184), rgb(94, 175, 85)) 1;
  padding: 10px 45px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin-top: 30px;
}
.find-box:hover {
  color: #fff;
  text-decoration: none;
}
#request_box {
  background:url("../images/request-bg.png")no-repeat;
  min-height: 342px;
}
.callback-text {
  padding: 0 15px 0 40px;
  letter-spacing: 8px;
  font-weight: 500;
}
.request-box-img {
  background: url(../images/request-box.png)no-repeat;
  min-height: 162px;
  display: flex;
  align-items: center;
  margin-top: -85px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  border: 5px solid #57b47b;
}
.callback-text h3 {
  color: #fff;
  margin: 0;
/*  font-family: Novecentowide-Normal;*/
  font-size: 26px;
	text-transform: uppercase;
}
.callback_btn {
  padding: 0;
  margin: auto;
  text-align: center;
}
.callback_btn a {
  background-image: linear-gradient(to right, #4bbbb8, #5fae4f);
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
  text-transform: uppercase;
  display: inline-flex;
}
.callback_btn a:hover {
  text-decoration: none;
}
.call_text {
  padding: 75px 50px;
}
.call_text p {
  color: #fff;
  /* font-size: 22px;
  text-align: right;
  letter-spacing: 5px; */
  margin-bottom: 0;	
}
.call_text_right {
  padding: 75px 0;
}
.call_text_right p {
  color: #fff;
  line-height: 22px;
  margin-bottom: 0;
}
#owl-demo .item {
  /* margin: 0 20px; */
  border-right: 5px solid #777;
  padding: 5px 40px;
  text-align: center;
  margin-bottom: 20px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo-voucher .item {
  margin: 5px;
  text-align: center;
  margin-bottom: 20px;
}
#owl-demo-voucher .item img {
  display: block;
  width: 100%;
  height: auto;
}
#services {
  margin-bottom: 50px;
}
.section_title {
  margin: auto;
  text-align: center;
  padding: 40px 0;
}
.section_title br{
	display: none;
}
.section_title h2 {
/*  font-family: Novecentowide-Normal;*/
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
}
.section_title p {
  font-weight: 500;
  font-size: 16px;
  width: 620px;
  margin: auto;
}
.banner-content h2 {
  color: #fff;
  font-size: 50px;
  padding: 0 15px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
/*  font-weight: 600;*/
  font-weight: 700;
  letter-spacing: 5px;
	text-transform: uppercase;
}
.navbar-brand {
  height: auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 0;
}
.navbar-brand > img {
  display: block;
  max-width: 240px;
  max-height: 80px;
}
.navbar-right .dropdown-menu {
  right: 0;
  left: 0;
}
#navbar-space {
  float: right !important;
  margin-right: -15px;
  padding: 0 0;
}
.carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 140px;
}
.carousel-caption h1 {
  font-size: 50px;
}
.carousel-caption p {
  font-size: 16px;
}
.content-item {
  padding-top: 10px;
}
.content-item a {
  color: #4e4e4e;
  position: relative;
  top: 10px;
/*  font-weight: 600;*/
  font-weight: 700;
  font-size: 14px;
}
.content-item p {
  font-size: 13px;
}
.content-item a i {
  color: #4e4e4e;
}
.content-item a:hover {
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page span {
  margin: 5px 3px !important;
}
.carousel-control.left {
  /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); 

      background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);

      /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001))); */
  /* background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
section#vouchers-box {
  padding: 25px 0;
}
.footer-box {
  background-color: #343434;
}
.footer-section {
  padding-top: 30px;
}
.footer-section h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
/*  font-family: Novecentowide-Normal;*/
/*  font-weight: 600;*/
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}
.footer-section ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-left: -15px;
}
.footer-section ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.img-social {
  width: 50px;
}
.footer-links {}
.footer-links ul {
  margin: 0;
  padding: 0;
}
.footer-links ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
}
.footer-links ul li a {
  color: #fff;
  font-size: 16px;
}
.footer-links ul li a:hover {
  text-decoration: none;
  color: #adcc45;
}
.footer-links ul li:last-child {
  width: 40%;
}
section#back-top {
  background: url(../images/bg-1.png) no-repeat;
  padding: 0px 0;
  min-height: 60px;
  background-position: center !important;
  background-size: cover !important;
}
.wrapper {
  overflow: hidden;
}
/*
.copyright-div {
  padding-top: 10px;
  position: relative;
  top: 15px;
}
*/
.copyright-links {
  padding-top: 25px;
}
.copyright-links ul {
  margin: 0;
  padding: 0;
}
.copyright-links ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
.copyright-links ul li a {
  color: #fff;
  font-size: 16px;
}
.copyright-links ul li a:hover {
  text-decoration: none;
}
.copyright-div p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-align: right;
}
.payment img {
  width: 300px;
  float: right;
}
section#copyright-section {
  padding: 15px 0;
}
/*About Us Page Css*/
#abt-div {
  margin-top: 30px;
}
.abt-content h3 {
  color: #4ec0c0;
}
.abt-content p {
  font-size: 17px;
  color: #4e4e4e;
  margin-top: 20px;
/*  font-weight: 600;*/
  font-weight: 700;
  line-height: 28px;
}
#abt-div-banner {
  background: url(../images/about-banner2.jpg) no-repeat;
  min-height: 600px;
  margin-top: 50px;
  background-position: center !important;
  background-size: cover !important;
}
.content-banner {
  margin: auto;
  text-align: center;
}
.content-banner p {
  color: #fff;
  font-size: 60px;
  padding: 200px 0;
  text-shadow: 0px 0px 5px #333;
}
#company-offer {
  margin-top: 30px;
  margin-bottom: 50px;
}
.section-title {
  margin: auto;
  text-align: center;
}
.section-title h3 {
  color: #4ec0c0;
  font-size: 20px;
}
.section-title h2 {
  color: #626464;
  font-size: 40px;
  letter-spacing: 10px;
}
.icon-box {
  margin-top: 30px;
  padding: 15px;
  text-align: center;
}
.icon-box h3 {
  color: #4ec0c0;
  font-size: 20px;
  min-height: 50px;
}
#login-form {}
.login-bg {
  min-height: 80px;
}
i.fa.fa-search.search-icon {
  color: #666;
  font-size: 17px;
  position: relative;
  top: -2px;
}
.box_icon_new {
  margin-right: 10px;
}
.box_icon_new img {
  width: 120px !important;
  height: 120px;
  object-fit: fill;
}
.box_icon_content{
  flex: calc(100% - 130px) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
}
.box_icon_content .read-box{
    display: flex;
    justify-content: flex-end;
}
.box_icon_content h3 {
/*  font-family: Novecentowide-Normal;*/
  text-transform: uppercase;
  font-size: 16px;
/*  font-weight: 600;*/
  font-weight: 700;
  margin-bottom: 0;
}
.box_icon_content p {
  font-size: 13px;
  margin-left: 90px;
  min-height: 40px;
}
@media(min-width:981px) and (max-width:1140px){
    .bs-header{
        flex-direction: column;
    }
    .box_icon_new {
      margin: 0 auto 15px auto;
    }
    .box_icon_content{
      flex: 100% 0 0;
    }
    .box_icon_content h3{
        text-align: center;
    }
    .box_icon_content .read-box{
        justify-content: center;
    }
    .box_icon_content h3{
        min-height: 60px !important;
    }
}
@media(max-width:767px){
    .bs-header{
        flex-direction: column;
    }
    .box_icon_new {
      margin: 0 auto 15px auto !important;
    }
    .box_icon_content{
      flex: 100% 0 0;
    }
    .box_icon_content h3{
        text-align: center;
    }
    .box_icon_content .read-box{
        justify-content: center;
    }
    .box_icon_content h3{
        min-height: 60px !important;
    }
}
@media(max-width: 600px){
    .box_icon_content h3{
        min-height: auto !important;
        margin-bottom: 10px;
    }
}
/*
.read-box {
  float: left; 
  padding: 40px 100px;
  padding-bottom: 20px;
}
*/
.box_service {
  margin-bottom: 35px;
  padding: 20px;
  min-height: 160px;
}
.box_service:hover {
  box-shadow: 1px 4px 13px 0px #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.read-box a {
  color: #4e4e4e;
}
.read-box a:hover {
  text-decoration: none;
}
.read-box-inner {
  /* float: left; */
  padding: 20px 0px;
  padding-bottom: 20px;
}
.read-box-inner a {
  color: #4e4e4e;
}
.read-box-inner a:hover {
  text-decoration: none;
}
div#service_hover {
  padding: 5px 10px;
  margin-bottom: 15px;
}
div#service_hover:hover {
  box-shadow: 1px 1px 20px 0px #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#border-bottom {
  background: url("../images/border_btm.png") no-repeat;
  min-height: 9px;
  width: 100%;
}
.review-box {
  text-align: center;
  margin: 5px;
}
.post-slide-news {
  margin: 5px;
}
.review-box p {
  font-style: italic;
}
.review-box h4 {
  color: #57b47b;
/*  font-family: Novecentowide-Normal;*/
/*  font-weight: 600;*/
  font-weight: 700;
  font-size: 16px;
	text-transform: uppercase;
}
.review-box h3 {
/*  font-family: Novecentowide-Normal;*/
  font-weight: 700;
  font-size: 18px;
	text-transform: uppercase;
}
.box {
  position: relative;
  overflow: hidden;
}
.box:before, .box:after, .box-content:before, .box-content:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  height: 25%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  /* z-index: 1; */
  transition: all 0.3s ease 0s;
}
.box:after {
  top: 25%;
  transition-delay: 0.1s;
}
.box-content:before {
  top: 50%;
  transition-delay: 0.2s;
}
.box-content:after {
  top: 75%;
  transition-delay: 0.3s;
}
.box:hover:before, .box:hover:after, .box:hover .box-content:before, .box:hover .box-content:after {
  opacity: 1;
}
.box img {
  width: 100%;
  height: auto;
}
.box .box-content {
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.content-new {
  text-align: center;
  width: 100%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.box .title {
  color: #fff;
  font-size: 22px;
  margin: 0;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s ease 0.3s;
}
.box .post {
  color: #fff;
  font-size: 23px;
  letter-spacing: 3px;
  display: block;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s ease 0.3s;
  margin-top: 2px;
}
.box:hover .title, .box:hover .post, .box:hover .link-box {
  opacity: 1;
  transform: translateX(0);
}
.box .icon {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: all 0.5s ease 0.3s;
}
.box:hover .icon {
  opacity: 1;
}
.box .icon li {
  margin: 0 4px;
  display: inline-block;
}
.box .icon li a {
  color: #fff;
  background-color: #0050a3;
  font-size: 18px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 0 0 50%;
  display: block;
  transition: all 0.3s;
}
.box .icon li a:hover {
  color: #fff;
  background-color: #e63639;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
}
@media only screen and (max-width:990px) {
  .box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:479px) {
  .box .title {
    font-size: 20px;
  }
}
.content-new a {
  text-align: center;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  /* position: absolute; */
  /* left: 50%; */
  /* top: 140%; */
  z-index: 2;
  transition: all 0.5s ease 0.3s;
  background-image: linear-gradient(to right, #4bbbb8, #5fae4f);
  color: #fff;
  margin-top: 60px;
  padding: 5px 12px;
  position: relative;
  top: 10px;
}
.content-new a:hover {
  text-decoration: none;
}
.blog-post {
  margin-bottom: 40px;
}
.blog-post img {
  width: 100%;
}
.blog-post ul {
  margin: 0;
  padding: 0;
}
.blog-post ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-post ul li i {
  margin-right: 5px;
  color: #59b26e;
}
.blog-title {
  font-size: 17px;
  margin-top: 0;
/*  font-family: Novecentowide-Normal;*/
/*  font-weight: 600;*/
  font-weight: 700;
  letter-spacing: 2px;
	text-transform: uppercase;
}
.blog-post a {
  color: #4e4e4e;
/*  font-weight: 600;*/
  font-weight: 700;
  text-transform: uppercase;
}
.blog-post a:hover {
  text-decoration: none;
}
.post-content {
  padding: 10px 14px;
}
#discount-bg {
  background-color: #343434;
}
.discount-title h3 {
/*  font-family: Novecentowide-Normal;*/
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
  margin-top: 0;
  margin-bottom: 0;
	text-transform: uppercase;
}
.discount-box-title {
  margin: auto;
  text-align: center;
  padding: 180px 0;
}
.discount-box-title h3 {
/*  font-family: Novecentowide-Normal;*/
  font-size: 50px;
  letter-spacing: 20px;
  color: #fff;
/*  font-weight: 600;*/
  font-weight: 700;
	text-transform: uppercase;
}
.discount-box-title p {
  font-size: 23px;
  color: #fff;
}
#discount-box {
  min-height: 510px;
  position: relative;
}
#discount-box:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(75, 187, 184, 0.5), rgba(95, 174, 79, 0.5));
  display:none;
}
.voucher-section {
  margin-top: -30px;
}
.discount-title {
  padding: 15px 0;
}
.newsletter-section {
  margin: auto;
  text-align: center;
  padding: 30px 0;
}
.sub-box {}
.sub-box h3 {
/*  font-family: Novecentowide-Normal;*/
  font-size: 32px;
/*  font-weight: 600;*/
  font-weight: 700;
  letter-spacing: 3px;
	text-transform: uppercase;
}
p.news-title {
  font-size: 15px;
  width: 550px;
  margin: auto;
}
.search-box {
  padding: 25px 0;
}
.search-box input {
  border-radius: 50px;
  border: 2px solid #333;
  border-right: 0;
  height: 45px;
  padding: 0px 21px;
  font-size: 17px;
}
.search-box button {
  border-radius: 50px;
  border: 2px solid #333;
  height: 45px;
  border-left: 0;
}
.search-box button i {
  font-size: 20px;
  position: relative;
  left: -5px;
}
.search-box button:hover {
  background-color: transparent;
  border-color: #333;
}
ul.social-media {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
ul.social-media li {
  list-style: none;
  display: inline-block;
}
ul.social-media li img {
  width: 40px;
  margin-right: 4px;
}
.social-media-box{
	padding-top: 30px;
}
.social-media-box h3 {
  color: #fff;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 15px;
/*  font-family: Novecentowide-Normal;*/
/*  font-weight: 600;*/
  font-weight: 700;
  border-bottom: 4px solid #4ec0c0;
  padding-bottom: 15px;
	text-transform: uppercase;
}
.social-media-box h3 + img {
  display: none;
}
.box-new {
  background: #000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}
.box-new img {
  width: 100%;
  height: auto;
  transition: all 0.35s ease 0s;
}
.box-new:hover img {
  opacity: 0.5;
}
.box-new .box-content-new {
  padding: 30px 10px 30px 0;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;	
  transition: all 0.35s ease 0s;
}
.box-new:hover .box-content-new {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 1;
}
.box-new .title {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin: 5px 0;
  padding: 0 10px;	
/*  font-family: Novecentowide-Normal;*/
	text-transform: uppercase;
}
.box-content-new a {
  transition: all 0.5s ease 0.3s;
  background-image: linear-gradient(to right, #4bbbb8, #5fae4f);
  color: #fff;
  padding: 10px 23px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}
.box-content-new a:hover {
  text-decoration: none;
}
.box-new .icon {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  position: absolute;
  top: 50%;
}
.box-new .icon li {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.35s ease 0s;
}
.box-new:hover .icon li {
  opacity: 1;
  transform: translateY(0px);
}
.box-new:hover .icon li:first-child {
  transition-delay: 0.1s;
}
.box-new:hover .icon li:nth-child(2) {
  transition-delay: 0.2s;
}
.box-new .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f39c12;
  font-size: 20px;
  color: #000;
  line-height: 35px;
  margin-right: 5px;
  transition: all 0.35s ease 0s;
}
.box-new .icon a:hover {
  background: #fff;
}
@media only screen and (max-width:990px) {
  .box-new {
    margin-bottom: 20px;
  }
}
.popup-box {
  color: #1d1d1d;
}
.popup-box:hover {
  text-decoration: none;
  color: #1d1d1d;
}
div#modal-box {
  min-height: 340px;
}
div#modal-border {
  border-radius: 20px;
}
.popup-content {}
.popup-content img {
  width: 50px;
}
.popup-content h3 {
  margin-top: 10px;
  letter-spacing: 3px;
}
.popup-content p {
  font-size: 13px;
}
.popup-content a {
  position: relative;
  top: 10px;
  transition: all 0.5s ease 0.3s;
  background-image: linear-gradient(to right, #4bbbb8, #5fae4f);
  color: #fff;
  padding: 10px 23px;
}
.popup-content a:hover {
  text-decoration: none;
}
.close {
  float: right;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
#banner-inner {
  /*  background:url("../images/service-bg.png") no-repeat;*/
  min-height: 250px;
  background-position: center !important;
  background-size: cover !important;
}
.overlay-inner {
/*  background: rgba(52, 52, 52, 0.5);*/
  min-height: 250px;
}
.banner-content-inner {
  margin: auto;
  text-align: center;
  padding: 100px 0;
}
.banner-content-inner h4 {
  margin-top: 0;
  color: #fff;
  font-size: 30px;
  text-shadow: 0px 0px #000;
  letter-spacing: 4px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
}
.banner-content-inner h2 {
  color: #fff;
  font-size: 50px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
/*  font-weight: 600;*/
  font-weight: 700;
  letter-spacing: 5px;
	text-transform: uppercase;
}
#service-section {
  margin-top: 50px;
}
.service-title {
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
}
.service-title h5 {
  color: #59C3BB;
  font-weight: 800;
}
.service-title h3 {
/*  font-weight: 600;*/
  font-weight: 700;
  color: #626364;
  letter-spacing: 5px;
  font-size: 30px;
  margin-top: 0;
}
.service-title p {
  color: #343434;
  font-size: 15px;
  /*width: 990px;*/
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
#gallery .owl-controls .owl-buttons {
  display: none !important;
}
#service-section-box {
  margin-top: 35px;
}
div#home {
  margin-bottom: 35px;
}
.service_icon {
  float: left;
  margin-top: -7px;
}
.service_icon img {
  width: 90px;
}
.service_icon_content {
  margin-left: 120px;
}
.service_icon_content h3 {
  color: #109B9F;
/*  font-family: Novecentowide-Normal;*/
	text-transform: uppercase;
}
.service_icon_content p {
  line-height: 20px;
}
.col-lg-6.col-sm-6.padding_zero {
  padding: 0;
}
.serv_icons {
  margin-top: 20px;
}
.serv_icons ul {
  margin: 0;
  padding: 0;
}
.serv_icons ul li {
  list-style: none;
  margin-bottom: 5px;
}
.serv_icons ul li::before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: 6px;
  color: #999;
  margin-right: 5px;
}
.box_servs {
  margin-top: 20px;
}
.box_servs p {
  width: 260px;
  text-align: center;
  margin: auto;
}
.box_servs ul {
  padding: 0;
  margin: auto;
  text-align: center;
}
.box_servs ul li {
  list-style: none;
  display: inline-block;
  width: 19%;
  vertical-align: top;
}
.home-assist {
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.home-assist img {
  margin: auto;
  text-align: center;
}
.home-assist p {
  width: auto;
  line-height: 18px;
}
.service_boxx {}
.service_boxx img {
  width: 500px;
}
.service_boxx_content {
  margin-top: 50px;
}
#video-boxx {
  margin-top: 80px;
  margin-bottom: 70px;
}
.service_boxx_content h2 {
/*  font-family: Novecentowide-Normal;*/
  font-size: 33px;
/*  font-weight: 600;*/
  font-weight: 700;
  line-height: 40px;
	text-transform: uppercase;
}
.find-btn {
  margin-top: 20px;
}
.find-btn button {
  background-color: #343434;
  border-color: #343434;
}
.find-btn button:hover {
  background-color: #000;
  border-color: #000;
}
.find-btn button:active {
  background-color: #000;
  border-color: #000;
}
.find-btn button:focus {
  background-color: #000;
  border-color: #000;
}
/*New Css*/
.breadcrumbs a {
  color: #57b47b;
}
.breadcrumbs {
  margin-top: 10px;
}
h1.mainHeadingtitle {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
}
section#food_drinks {
  background-color: #eee;
  padding: 15px 0;
}
section#mainProducts {
  margin-top: 40px;
  margin-bottom: 20px;
}
.description h2 {
  margin-top: 0;
  font-size: 28px;
}
div#panel-box {
  background: transparent;
  border-color: transparent;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs > li > a {
  color: #57b47b;
  font-size: 15px;
}
.ribbon {
  text-align: center;
  padding: 10px 0;
  color: #1d1d1d;
/*  font-family: 'Novecentowide-Bold', sans-serif;*/
	text-transform: uppercase;
}
.VoucherTitleBlock {
  text-align: center;
/*  font-family: 'Novecentowide-Bold', sans-serif;*/
	text-transform: uppercase;
}
.store-link {
  text-align: center;
  padding: 10px 0;
  color: #57b47b;
  font-weight: 700;
  font-size: 15px;
}
.store-link i {
  margin-right: 5px;
}
.btn_div {
  margin: auto;
  text-align: center;
}
.btn_div ul {
  margin: 0;
  padding: 0;
}
a.btn_get:hover {
  text-decoration: none;
  color: #1d1d1d;
}
.btn_div ul li {
  list-style: none;
  display: grid;
}
a.smallBtn.View {
  margin-top: 10px;
}
a.badge_cls {
  border: 2px solid;
  border-image: linear-gradient(45deg, rgb(75, 187, 184), rgb(94, 175, 85)) 1;
  padding: 7px 15px;
  color: #57b47b;
}
a.smallBtn.View.btn_get {
  padding: 9px 25px;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #fff;
}
a.smallBtn.View.btn_get:hover {
  text-decoration: none;
}
a.smallBtn.View.btn_get i {
  margin-right: 3px;
}
.btn_div {
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
a.smallBtn.View.btn_get_instore {
  padding: 9px 25px;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #fff;
}
a.smallBtn.View.btn_get_instore:hover {
  text-decoration: none;
}
a.smallBtn.View.btn_get_instore :hover {
  text-decoration: none;
}
a.smallBtn.View.btn_get_service {
  padding: 9px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #fff;
}
a.smallBtn.View.btn_get_service i{
	margin-right: 5px;
}
a.smallBtn.View.btn_get_service:hover {
  text-decoration: none;
}
ul.otherCategories.level2 {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
ul.otherCategories.level2 {
  margin: 0;
  padding: 0;
}
ul.otherCategories.level2 a {
  color: #1d1d1d;
}
ul.otherCategories.level2 a:hover {
  text-decoration: none;
}
ul.otherCategories.level2 li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 10px 10px;
  margin-bottom: 5px;
  border-left: 3px solid #57b47b;
}
.modal-header img {
  width: 100%;
}
.shadowBentSide img {
  /* width: 100%; */
  margin: auto;
}
p.voucherViewcode {
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
}
p.voucherViewcode a {
  color: #fff;
}
#voucher_modal .modal-footer {
  text-align: left;
}
ul.menu-col li {
  display: inline-block;
  width: 33%;
  margin-bottom: 5px;
}
ul.menu-col li img {
  width: 25px !important;
}
ul.menu-col li a span {
  font-size: 15px;
/*  font-weight: 600;*/
  font-weight: 700;
  color: #1d1d1d !important;
}
.VoucherBlock.shadowBentBelow {
  margin-bottom: 40px;
}
a.Expiry {
  text-align: center;
  margin: auto;
  color: #1d1d1d;
  font-weight: 700;
}
.VoucherBlock.shadowBentBelow {
  margin-bottom: 40px;
  text-align: center;
}
.content ul {
  margin: 0;
  padding: 0;
}
.content ul li {
  list-style: none;
}
.content ul li span {
  font-size: 25px;
  margin-right: 5px;
  color: #57b47b;
}
.content ul li a {
  color: #57b47b;
  font-size: 15px;
  /* font-weight: 600; */
}
span.icon-VP-Vouchers {
  position: relative;
  top: 5px;
}
span.icon-VP-Instore {
  position: relative;
  top: 5px;
}
span.icon-VP-Brands {
  position: relative;
  top: 5px;
}
span.icon-VP-Food {
  position: relative;
  top: 6px;
}
.menu_box {
  background-color: #f2f2f2;
  min-height: 330px;
  padding: 15px 15px;
}
#mainProducts .wrx-SearchBarLarge {
  display: table;
  text-align: center;
  background: #bfbdbe;
  border: 4px solid #a3a1a2;
  border-radius: 43px;
  padding: 0px;
  font-size: 31px;
  margin: 60px auto;
  width: 75%;
}
#mainProducts .wrx-SearchBarLarge input {
  border-radius: 56px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0px;
  width: 100%;
  padding: .5em;
  text-align: left;
  max-width: 100%;
}
#mainProducts .wrx-SearchBarLarge .wrx-SearchBarClear {
  display: table-cell;
  background: #FFF;
  border: 1px solid #FFF;
  width: 70px;
}
#mainProducts .wrx-SearchBarLarge .wrx-SearchBarSearch {
  display: table-cell;
  color: #FFF;
  width: 15%;
}
#mainProducts .VoucherLongItem {
  overflow: hidden;
  margin: 20px 0;
  border: 1px solid #f2f2f2;
  padding: 10px;
}
#mainProducts .VoucherLongItem .getOff {
  color: #FFF;
  font-weight: bold;
  padding: 50px 30px;
  font-size: 36px;
  text-align: center;
  margin: 0;
  letter-spacing: -0.1em;
  line-height: 0.8;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #4bbbb8, #5fae4f);
}
#mainProducts .VoucherLongBlockInfo{
    min-height: 200px;
}
#mainProducts .VoucherLongBlockButtonsBlock {
    position: absolute;
    width: 100%;
    bottom: 20px;
    margin: 0;
}
a#btnFollow {
  background: #57b47b;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
}
.VoucherPromoType {
  color: #4e4e4e;
}
section#liqourCity {
  background-color: #f5f5f5;
}
.post-slide-new {
  background: #fff;
  margin: 0 15px;
}
.post-slide-new .post-img-new {
  position: relative;
}
.post-slide-new .over-layer {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  transition: all 0.30s ease 0s;
}
.post-slide-new:hover .over-layer {
  opacity: 1;
}
.post-slide-new .over-layer:after {
  content: "+";
  font-size: 52px;
  color: #fff;
  position: absolute;
  top: 31%;
  left: 42%;
}
.post-slide-new .post-img-new img {
  width: 100%;
  padding: 0 35px;
}
.post-slide-new .post-title-new {
  margin: 25px 0 15px 0;
}
.post-slide-new .post-title-new:before {
  content: "";
  border: 2px solid #e67e22;
  width: 18%;
  display: block;
  margin-bottom: 15px;
}
.post-slide-new .post-title-new a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.post-slide-new {
  margin: 0 10px;
}
#abt-boxx {
  /*  background:url("../images/about-img.png") no-repeat;*/
  min-height: 250px;
  background-color: #e5e5e5;
  background-position: center !important;
  background-size: cover !important;
}
.overlay-inner-new {
/*  background: rgba(52, 52, 52, 0.5);*/
  min-height: 250px;
}
.abt-content-inner {
  margin: auto;
  text-align: center;
  padding: 100px 0;
}
.abt-content-inner h4 {
  margin-top: 0;
  color: #fff;
  font-size: 30px;
  text-shadow: 0px 0px #000;
  letter-spacing: 4px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
}
.abt-content-inner h2 {
  color: #fff;
  padding: 0 15px;	
  font-size: 50px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
/*  font-weight: 600;*/
  font-weight: 700;
  letter-spacing: 5px;
}
#abt-box {
  margin-top: 70px;
  margin-bottom: 70px;
}
.abt-box-content {
  margin-top: 50px;
}
.abt-box-content h5 {
  color: #59C3BB;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
  font-weight: 700;
}
.abt-box-content h3 {
  font-size: 30px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
}
.abt-box-content p {
  margin-top: 15px;
  width: 480px;
  line-height: 20px;
}
#abt-section-boxx {
  /*  background:url("../images/abt-banner.jpg") no-repeat;*/
  min-height: 500px;
  background-position: center !important;
  background-size: cover !important;
}
.abt-boxx-title h1 {
  color: #fff;
  margin: 0;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
  font-size: 90px;
  text-shadow: 2px 2px 5px #333;
  font-weight: 700;
}
.abt-boxx-title {
  margin: 0;
  text-align: center;
}
.mini-title {
  color: #59C3BB;
}
#partner-logo {
  margin-top: 75px;
  margin-bottom: 50px;
}
.logo-title {
  text-align: center;
}
.logo-title h1 {
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
  margin-top: 0;	
}
#news-slider {
  margin-top: 40px;
}
#contact-banner {
  /*  background:url("../images/contact-bg.png") no-repeat; */
  min-height: 220px;
  background-position: center !important;
  background-size: cover !important;
}
#callback-banner {
  /*  background:url("../images/requestback.png") no-repeat;*/
  min-height: 250px;
  background-position: center !important;
  background-size: cover !important;
}
.overlay-inner {
  /*  background: rgba(52, 52, 52, 0.5);*/
  min-height: 220px;
}
.banner-content-inner {
  margin: auto;
  text-align: center;
  padding: 100px 0;
}
.banner-content-inner h4 {
  margin-top: 0;
  color: #fff;
  font-size: 30px;
  text-shadow: 0px 0px #000;
  letter-spacing: 4px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
}
.banner-content-inner h2 {
  color: #fff;
  font-size: 50px;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
/*  font-weight: 600;*/
  font-weight: 700;
  letter-spacing: 5px;
  padding: 0 15px;
}
#master-box {
  background-color: #343434;
}
.master-title {
  margin: auto;
  text-align: center;
  padding: 35px 0;
}
.master-title h2 {
  color: #fff;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
}
.master-title p {
  color: #fff;
  margin-bottom: 0;
}
#service-section-new {
  margin-top: 20px;
}
.contact-boxx {}
.contact-boxx h3 {
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
  color: #444644;
  font-size: 30px;
}
.form-boxx button {
  background-image: linear-gradient(to right, #4bbbb8, #5fae4f);
  border-radius: 0;
  padding: 6px 25px;
  font-size: 15px;
}
.form-boxx {
  margin-top: 30px;
  margin-bottom: 40px;
}
.form-boxx input {
  border: none;
  box-shadow: 0px -3px 0px 0px #ddd;
  height: 40px;
}
.form-boxx textarea {
  border: none;
  box-shadow: 0px -3px 0px 0px #ddd;
}
.contact-box {
  margin-top: 25px;
}
.contact-info-boxx {
  margin-bottom: 30px;
}
.contact-info-boxx h4 {
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
  font-size: 22px;
}
.contact-info-boxx span {
  color: #17AAA2;
/*  font-weight: 600;*/
  font-weight: 700;
}
.map-box iframe {
  margin-bottom: -5px;
}
.callback-boxx {}
.callback-boxx h2 {
  color: #51B79A;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
  font-weight: bold;
  font-size: 33px;
}
.form-callback input {
  border-radius: 0;
  height: 40px;
  border: 1px solid #ddd;
}
.padding_zero_new {
  padding: 5px 15px 0px 0px !important;
}
.form-callback {
  margin-top: 30px;
}
.interest-boxx {
  margin-top: 20px;
}
.interest-boxx h4 {
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
  margin-bottom: 20px;
}
.container-new {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.container-new input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-new:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container-new input:checked ~ .checkmark {
  background-color: #57b47b;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-new input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container-new .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.call-boxx {
  margin-top: 40px;
  margin-bottom: 40px;
}
.call-boxx button {
  background-image: linear-gradient(to right, #4bbbb8, #5fae4f);
  border-radius: 0;
  padding: 10px 25px;
  font-size: 15px;
}
#login-bg {
  background: url("../images/login-bg.png") no-repeat;
  min-height: 450px;
  background-position: center;
  background-size: cover;
}
.overlay-inner-new {
/*  background: rgba(52, 52, 52, 0.5);*/
  min-height: 450px;
}
.login-form {
  background: rgba(204, 204, 204, 0.7);
  padding: 20px 20px;
  margin-top: 70px;
}
.login-form h3 {
  margin-top: 0;
  margin-bottom: 0;
/*  font-family: 'Novecentowide-Normal', sans-serif;*/
	text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.login-form form {
  padding: 30px 25px;
  padding-bottom: 0;
}
.login-form button {
  background-image: linear-gradient(to right, #4bbbb8, #5fae4f);
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 18px;
  margin-top: 20px;
}
.login-form input {
  height: 50px;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}
.forgot_pass {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.forgot_pass a {
  color: #fff;
}
.forgot_pass a:hover {
  text-decoration: none;
}
.post-slide-boxx {
  margin: 0 10px;
}
.post-slide-boxx .post-info {
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.post-slide-boxx .post-info li {
  display: inline-block;
  margin: 0 5px;
}
.post-slide-boxx .post-info li i {
  margin-right: 8px;
}
.post-slide-boxx .post-info li a {
  font-size: 11px;
  font-weight: bold;
  color: #7e828a;
  text-transform: uppercase;
}
.post-slide-boxx .post-info li a:hover {
  color: #1dcfd1;
  text-decoration: none;
}
.post-slide-boxx .post-img {
  position: relative;
}
.post-slide-boxx .post-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.40s linear 0s;
}
.post-slide-boxx:hover .post-img:before {
  opacity: 1;
}
.post-slide-boxx .post-img img {
  width: 100%;
  height: auto;
}
.post-slide-boxx .read {
  position: absolute;
  bottom: 30px;
  left: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  transition: all 0.40s linear 0s;
}
.post-slide-boxx:hover .read {
  opacity: 1;
}
.post-slide-boxx .read:hover {
  text-decoration: none;
  color: #1dcfd1;
}
.post-slide-boxx .post-content {
  padding: 40px 0;
  position: relative;
}
.post-slide-boxx .post-author {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  right: 10px;
  overflow: hidden;
  border: 4px solid #fff;
}
.post-slide-boxx .post-author img {
  width: 100%;
  height: auto;
}
.post-slide-boxx .post-title {
  font-size: 14px;
  font-weight: bold;
  color: #1dcfd1;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  transition: all 0.30s linear 0s;
}
.post-slide-boxx .post-title:after {
  content: "";
  width: 25px;
  display: block;
  margin-top: 10px;
  border-bottom: 4px solid #333;
}
.post-slide-boxx .post-description {
  font-size: 13px;
  color: #555;
  margin-bottom: 20px;
}
#news-slider-box {
  margin-top: 0px;
}
.post-slide-box {
  margin: 0 15px;
  margin-top: 40px;
  position: relative;
}
.post-slide-box .post-date {
  width: 80px;
  background: #a2397b;
  float: left;
  padding: 15px 0;
}
.post-slide-box:hover .post-date {
  background: #57b47b;
}
.post-slide-box .date {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}
.post-slide-box .month {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.post-slide-box .post-content {
  padding-left: 98px;
}
.post-slide-box .post-content img {
  width: 100%;
  height: auto;
}
.post-slide-box .post-title {
  margin: 25px 0 15px 0;
}
.post-slide-box .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide-box .post-title a:hover {
  color: #57b47b;
  text-decoration: none;
}
.post-slide-box .post-description {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide-box .read-more {
  display: inline-block;
  color: #fff;
  background: #57b47b;
  padding: 15px 13px;
  font-weight: bold;
  border-radius: 2px;
  text-transform: uppercase;
  border-bottom: 4px solid #226595;
  transition: color 0.20s linear;
}
.post-slide-box .read-more:hover {
  text-decoration: none;
  background: #226595;
}
.post-slide-box .read-more i {
  margin-left: 10px;
  font-size: 10px;
}
.owl-controls .owl-buttons {
  margin: 10px;
  position: absolute;
  top: -9%;
  width: 100%;
  text-align: center;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
  display: inline-block;
  padding: 8px 20px;
  border: 5px solid #444;
  margin-right: 30px;
  transition: background 0.50s ease;
}
#review.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline;
  margin: 5px;
  padding: 7px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 1;
  width: 50px;
  height: 50px;
}
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
  background: #57b47b;
  border-color: #57b47b;
}
.owl-controls .owl-prev:after, .owl-controls .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}
#news-slider-review .owl-controls .owl-buttons {
  margin: 10px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  z-index: 999;
}
#news-slider-review .owl-prev, #news-slider-review .owl-next {
  color: #FFF;
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: transparent;
  filter: Alpha(Opacity=50);
  opacity: 1;
  height: 36px !important;
  width: 36px !important;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
  border: 3px solid #57b47b !important ;
  background-color: #57b47b !important;
}
.owl-controls .owl-next:after {
  content: "\f105";
}
.owl-controls .owl-prev:hover:after, .owl-controls .owl-next:hover:after {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .post-slide .post-date {
    width: 70px;
  }
  .post-content {
    padding-left: 85px;
  }
}
.blog-post-new {
  margin-top: 10px;
}
.blog-post-new ul {
  margin: 0;
  padding: 0;
}
.blog-post-new ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: 700;	
}
.blog-post-new ul li i {
  margin-right: 7px;
  color: #59b26e;
  font-size: 18px;
}
.blog-title-new {
  font-size: 19px;
  margin-top: 0;
/*  font-family: Novecentowide-Normal;*/
	text-transform: uppercase;
/*  font-weight: 600;*/
  font-weight: 700;
  letter-spacing: 2px;
}
.blog-post-new a {
  color: #4e4e4e;
/*  font-weight: 600;*/
  font-weight: 700;
  text-transform: uppercase;
}
.blog-post-new a:hover {
  text-decoration: none;
}
.blog-post-new h4 {
/*  font-family: Novecentowide-Normal;*/
	text-transform: uppercase;
  margin-top: 10px;
}
.modal-header.border-none button {
  font-size: 30px;
}
.post-slide {
  margin: 0 15px;
  margin-top: 40px;
  position: relative;
}
.post-slide .post-date {
  width: 80px;
  background: #a2397b;
  float: left;
  padding: 15px 0;
}
.post-slide:hover .post-date {
  background: #57b47b;
}
.post-slide .date {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}
.post-slide .month {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.post-slide .post-content {
  padding-left: 98px;
}
.post-slide .post-content img {
  width: 100%;
  height: auto;
}
.post-slide .post-title {
  margin: 25px 0 15px 0;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  color: #57b47b;
  text-decoration: none;
}
.post-slide .post-description {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .read-more {
  display: inline-block;
  color: #fff;
  background: #57b47b;
  padding: 15px 13px;
  font-weight: bold;
  border-radius: 2px;
  text-transform: uppercase;
  border-bottom: 4px solid #226595;
  transition: color 0.20s linear;
}
.post-slide .read-more:hover {
  text-decoration: none;
  background: #226595;
}
.post-slide .read-more i {
  margin-left: 10px;
  font-size: 10px;
}
.owl-controls .owl-buttons {
  margin: 10px;
  position: absolute;
  top: -9%;
  width: 100%;
  text-align: center;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
  border: 5px solid #444;
  margin-right: 30px;
  transition: background 0.50s ease;
}
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
  background: #57b47b;
  border-color: #57b47b;
}
.owl-controls .owl-prev:after, .owl-controls .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 26px;
  line-height: normal;
}
.owl-controls .owl-next:after {
  content: "\f105";
}
.owl-controls .owl-prev:hover:after, .owl-controls .owl-next:hover:after {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .post-slide .post-date {
    width: 70px;
  }
  .post-content {
    padding-left: 85px;
  }
}
/* div#news-slider-boxx { */
/* padding: 0 50px; */
/* }   */
div#review_news {
  margin-top: 25px;
}
#dialog-new {
  width: 800px;
}
.modal-header.border-none {
  border-bottom: none;
  padding: 10px;
  padding-bottom: 0;
}
/*back to top*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #57b47b;
  color: #fff;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #343434;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
.owl-carousel a {
/*  font-family: Novecentowide-Normal;*/
	text-transform: uppercase;
}
/*   new css added    */
a.smallBtn.View.btn_get_recharge {
  padding: 9px 25px;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #fff;
}
a.smallBtn.View.btn_get_recharge:hover {
  text-decoration: none;
}
a.smallBtn.View.btn_get_recharge i {
  margin-right: 3px;
}
.recNumber {
  position: relative;
  margin: -34px 3px 0px 0;
  float: right;
  width: 40%;
}
.recNumber span {
  position: absolute;
  top: 6px;
  left: 15px;
  width: 40px;
  height: 20px;
  display: block;
  border-right: 1px solid #999;
}
.recNumber input {
  padding: 2px 12px 2px 70px !important;
}
.loading {
  display: none;
  /*    position: absolute;*/
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("../images/loading.gif") no-repeat center center;
  /*    opacity: .75;*/
  opacity: 0.7;
  filter: alpha(opacity=75);
  /*    z-index: 20140628;*/
  z-index: 99;
  text-align: center;
  width: 100%;
  height: 100%;
}
/************************************************** Strat CART ICON Style ********************************************************/
.cart-link a {
  position: absolute !important;
  padding: 22px !important;
  height: auto !important;
}
.cart-link img {
  width: 36px;
}
.cart-link span {
  position: absolute;
  top: 37%;
  left: 55%;
  transform: translate(-50%, -50%);
  color: #57b47b;
  font-weight: bold;
  border-radius: 50px;
  font-size: 15px;
  padding: 0 3px;
  min-width: 20px;
  line-height: normal;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/************************************************** End CART ICON Style ********************************************************/
.icon-box-top {
  display: flex;
  align-items: center;
}
.icon-box-top i.fa {
  margin-right: 5px;
  color: #fff;
}
.review-box img {
  width: 300px;
  max-height: 258px;
  min-height: 258px;
  display: inline-block;
  border: 1px solid #ddd;
}
#news-slider-post .blog-post img {
  width: 430px;
  max-height: 258px;
  min-height: 258px;
  display: inline-block;
  border: 1px solid #ddd;
}
#news-slider-post .blog-post {
  text-align: center;
}
#news-slider-post .owl-controls .owl-buttons {
  margin: 10px 0;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
}
#news-slider-post .owl-controls .owl-buttons .owl-prev, #news-slider-post .owl-controls .owl-buttons .owl-next {
  width: 36px;
  height: 36px;
  outline: none;
  border: 0 !important;
  line-height: 36px;
  background: #57b47b;
  opacity: 1 !important;
}
#news-slider-post .owl-controls .owl-prev:after, #news-slider-post .owl-controls .owl-next:after{
	position: relative;
	top: 1px;
}
#news-slider-post .owl-controls .owl-prev:after, #news-slider-review .owl-controls .owl-prev:after{
	left: -1px;
}
#news-slider-post .owl-controls .owl-next:after, #news-slider-review .owl-controls .owl-next:after{
	left: 1px;
}
#news-slider-review .owl-controls .owl-prev:after, #news-slider-review .owl-controls .owl-next:after {
    position: relative;
    top: -1px;
}
/*start for no card*/
.pin{
        animation: pin 0.55s forwards;
}
path[class*="line1"]{
        animation: line 0.55s forwards;
}
path[class*="line2"]{
        animation: line 0.75s forwards;
}
path[class*="no1"]{
        animation: no 0.55s forwards;
}
path[class*="no2"]{
        animation: no 0.75s forwards;
}
path[class*="no3"]{
        animation: no 0.95s forwards;
}
path[class*="no4"]{
        animation: no 1.15s forwards;
}
path[class*="extra1"]{
        animation: extra1 0.55s forwards;
}
path[class*="extra2"]{
        animation: extra2 0.55s forwards;
}
@keyframes pin{
        0%{
                transform: skewX(30deg) translateX(100px);
        }
        50%{
                transform: skewX(-15deg) translateX(10px);
        }
        100%{
                transform: skewX(0deg) translateX(0);
        }
}
@keyframes line{
        0%{
                transform: translateX(-100px);
        }
        50%{
                transform: translateX(20px);
        }
        100%{
                transform: translateX(0);
        }
}
@keyframes no{
        0%{
                transform: scale(0.9);
                opacity: 0;
        }
        50%{
                transform: scale(1.025);
        }
        100%{
                transform: scale(1);
                opacity: 1;
        } 
}
@keyframes extra1{
        0%{
                transform: translateX(-100px);
        }
        50%{
                transform: translateX(20px);
        }
        100%{
                transform: translateX(0);
        }
}
@keyframes extra2{
        0%{
                transform: translateX(100px);
        }
        50%{
                transform: translateX(-20px);
        }
        100%{
                transform: translateX(0);
        }
}
.form-wrapper {
padding: 30px 25px;
border: 1px solid #ddd;
padding-bottom: 15px;
margin-bottom: 15px;
margin-top: 15px;
}
.paypal-img{
        display: block;
        text-align: center;
}
.paypal-img img{
        width: 200px;
margin-top: -13px;
        text-align: center;
}
.not-card{
        text-transform: uppercase;
        font-size: 30px;
        color: #333;
        text-align: center;
/*        font-family: 'Novecentowide-Bold', sans-serif;*/
}
.add-card{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-bottom: 30px;
        padding-top: 10px;
}
.ac-atm, .ac-add{
        margin-bottom: 20px
}
.ac-add{
        border: 2px dashed #d5d5d5;
        height: 244px;
        border-radius: 18px;
        width: 420px;
        display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
        cursor: pointer;
        transition: all 0.15s;
}
.ac-add:hover{
        background: #eeeeee;
        transition: all 0.35s;
}
.ac-add .add-text{
        text-transform: uppercase;
        font-size: 22px;
        color: #bbb;
        font-weight: normal;
        text-align: center;
/*        font-family: 'Novecentowide-Bold', sans-serif;*/
}
.ac-add a{
    text-decoration: none;
}
.ac-add .add-btn{
        width: 76px;
        height: 76px;
        border-radius: 100%;
        background: #f1f1f1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ccc;
        font-size: 60px;
        transition: all 0.15s;
}
.ac-add:hover .add-btn{
        background:  #fff;
        transition: all 0.35s;
}
/* end for no card*/


/* ============== Additional - Overide - Resposive Post Style ==============*/
.attr-nav{
	height: 100% !important;
}
.attr-nav > ul{
	height: 100% !important;
}
.attr-nav > ul > li > a{
	display: inline-flex !important;
	align-items: center !important;
	height: 100%;
}
nav.navbar.bootsnav .navbar-header{
	position: relative;
}
/*
nav.navbar.bootsnav .navbar-toggle{
	position: absolute !important;
	top: 50% !important;
	left: 0;
	transform: translateY(-50%);
	background-color: transparent !important;
    padding: 0 5px !important;
    margin: 0 -5px !important;
}
*/
.banner-content h2, .discount-box-title h3, .banner-content-inner h2, .abt-content-inner h2{
	text-shadow: 0 5px 15px rgb(0 0 0 / 0.52);
}
section#back-top{
	display: flex;
	align-items: center;
}
.section_title {
	padding: 20px 0;
}
.section_title:empty{
	padding: 15px 0;
}
.section_title h2:empty, .section_title p:empty{
	display: none;
}
.box_service{
	border: 1px solid #eee;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box_icon_content h3{
	margin-top: 0;
}
.box_service .bs-header{
	display: flex;
}
.bsh-head{
	display: flex;
	margin-bottom: 20px;
}
.read-box a{
	display: inline-flex;
}
#abt-section-boxx{
	display: flex;
	align-items: center;
}
.abt_box_inner h1, .abt_box_inner h2, .abt_box_inner h3, .abt_box_inner h4, .abt_box_inner h5, .abt_box_inner h6{
	margin-top: 0;
}
.abt_box_inner{
	display: flex;
	flex-wrap: wrap;
}
.abt-img{
	flex: 56% 0 0;
	padding-right: 10px;
}
.abt-text{
	flex: 44% 0 0;
	padding-left: 10px;
}
.abt-text.abt-fulltext{
    flex: 100% 0 0;
    padding-left: 0;
}
.featured_section.product_list_section{
	margin-bottom: 20px;
}
#filter_form .collection_sidebar + br, #filter_form .collection_sidebar + br + br{
	display: none;
}
a.smallBtn.View {
   font-weight: 500;
}
.navbar-brand{
	margin-left: 0 !important;
}
.login-bg{
    display: flex !important;
    align-items: center;
}
.login-bg > a{
	height: auto !important;
	padding: 5px 15px !important;
    background: #57b47b;
    border-radius: 100px;
    font-weight: 600;
}
.hp-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mob-cart-wrap{
    display: none;
    align-self: stretch;
}
.mob-cart-link{
	position: relative;
	display: flex;
	padding: 0 18px;
	background: #2d2d2d;
    align-items: center;
}
.mob-cart-link .cart_qty{
	position: absolute;
    top: 30%;
    left: 55%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    font-size: 13px;
    padding: 0 3px;
    min-width: 20px;
    line-height: normal;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mob-cart-link img{
	width: 32px;
}
.edge-container .service-content-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.edge-container .service_float_img{
	float: none;
	width: auto;
	height: auto;
	margin: 0;
}
.edge-container .service_icon_content .container{
	width: 100%;
	padding: 0;
}
.edge-container .service_icon_content{
	padding: 25px;
	margin-left: 0;
	background: #f5f5f5;
	min-height: 460px;
    max-height: 460px;
    overflow-y: auto;
}
.edge-container .service_icon_content h3{
	margin-top: 0;
}
.edge-container .service_float_img{
	flex: 460px 0 0;
}
.sf_img{
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 260px;
}
.valid-time{
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin: 15px 0;
	padding: 3px 0;
}
.valid-time p{
	margin: 7px 0;
}
.valid-time p i{
	margin-right: 5px;
	color: #6d6d6d;
}
.valid-time p strong{
	color: #6d6d6d;
}
.new-img-slider-box{
    padding: 0 15px;
	display: flex;
}
.new-img-slider-box.owl-carousel .owl-wrapper, .new-img-slider-box.owl-carousel .owl-item{
	display: flex !important;
}
.nis-box-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 206px;
    padding: 2px;
    border: 1px solid #ebebeb;
	cursor: pointer;
	margin: 0 auto;
}
.nisb-img{
	position: relative;
	width: 200px;
	height: 200px;
	object-fit: fill;
}
.nisb-img img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.nisb-img  .read-more-service{
	position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 100px;
    display: flex;
    white-space: nowrap;
	color: #4d4d4d;
    font-weight: 600;
    font-size: 13px;
	box-shadow: 0 0 5px rgb(0 0 0 / 0.22);
}
.nisb-img  .read-more-service img{
	width: 18px;
	margin-left: 5px;
	animation: arrowMove 1.25s forwards linear infinite;
	animation-play-state: paused;
}
.nis-box-item:hover  .nisb-img  .read-more-service img{
	animation-play-state: running;
}
@keyframes arrowMove{
	0%{
		transform: translateX(0px);
	}
	50%{
	    transform: translateX(5px);	
	}
	100%{
	    transform: translateX(0px);	
	}
}
.nisb-title{
	margin-top: 2px;
	display: flex;
	width: 100%;
	height: 100%;
}
.nisb-title h3{
    font-size: 14px;
    margin: 0;
    line-height: inherit;
    color: #fff;
	width: 100%;
	height: 100%;
}
.nisb-title h3 a{
	text-align: center;
	padding: 20px 5px 10px 5px !important;
	margin: 0 !important;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 70px;
    align-items: center;
	text-shadow: 0 0 2px rgb(0 0 0 / 0.22);
}
.plansHeading{
	margin-top: 0;
}
p span, li span, li p span, p strong span{
	font-family: inherit !important;
}
.container .featured_section.product_list_section .container{
	width: 100%;
	padding: 0;
}
.container .row .panel .panel-heading, .container .row .panel .panel-body{
	padding: 10px 0;
}
.hero-banner-wrap{
		position: relative;
	}
	.hb-image{
		position: relative;
	}
        .hb-image img{
            min-width: -moz-available;
            min-width: -webkit-fill-available;
        }
	.hb-image:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		/* background: rgba(52,52,52,0.08); */
	}
        .hb-background{
            background-color: #e5e5e5;
            min-height: 30vw;
        }
	.hb-content{
        position: absolute;
        top: 50%;
        left: 50%;
	width: 100%;
	text-align: center;
        transform: translate(-50%, -50%);
	}
	.hb-content h2,.hb-content h1{
        color: #fff;
        font-size: 4vw;
        margin: 0;
        padding: 0 15px;
        font-weight: 700;
        letter-spacing: 5px;
        text-transform: uppercase;
        text-shadow: 0 5px 15px rgb(0 0 0 / 0.52);
	}
        .hb-content h2.spcl-large-text,.hb-content h1.spcl-large-text{
           font-size: 6vw;
           text-shadow: 2px 2px 5px #333;
        }








@media(min-width: 1366px){
	.hb-content h2,.hb-content h1{
		font-size: 50px;
	}
        hb-background{
            min-height: 460px;
        }
        .hb-content h2.spcl-large-text,.hb-content h1.spcl-large-text{
           font-size: 90px; 
        }
}
@media (min-width: 992px){
nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 7px;
}
nav.navbar.bootsnav ul.nav > li > a{	
    font-size: 14px;
    color: #1d1d1d !important;
    font-weight: 700;	
}
nav.navbar.bootsnav ul.nav > li:last-child > a{
	padding-right: 0 !important;
}	
}
@media(min-width: 1199px){
nav.navbar.bootsnav ul.nav > li > a {
	padding: 30px 12px !important;
	font-size: 15px;
}	
}
@media(max-width: 1312px){
	.mob-cart-wrap{
		display: flex;
	}
	.cart-link{
		display: none !important;
	}
}
@media(max-width: 1199px){
header .container{
	width: 100%;
	padding: 0 15px;
}
#food_drinks .container{
	width: 100%;
	padding: 0 15px;
}	
}
@media (max-width: 992px){
nav.navbar.bootsnav .navbar-brand {
	display: inline-flex !important;
	height: 100% !important;
	float: left;
}
.attr-nav{
	height: auto !important;
	margin-left: 0 !important;
	position: relative;
	z-index: 1;
}
.discount-box-title h3{
	font-size: 42px;
	letter-spacing: 6px;
}
.banner-content-inner h2, .abt-content-inner h2{
	font-size: 42px;
}	
.abt-img, .abt-text { 
	flex: 50% 0 0;
}
.abt-boxx-title h1{
	font-size: 72px;
}
.box_service {
    margin-bottom: 30px;
}
.navbar-brand>img {
   max-width: 142px !important;
}
.edge-container .service_float_img {
    flex: 360px 0 0;
}
.request-box-img{
    margin-top: -45px;
}
}
@media (max-width: 767px) and (min-width: 480px){
.social-media-box {
    padding-left: 0;		
}
.sf_img{
	min-height: 360px;
}	
}
@media (max-width: 767px){
nav.navbar.bootsnav .navbar-toggle{
	left: 15px;
}
div#review_news{
	margin-top: 0;
}	
.request-box-img{
	background-size: cover;
	flex-direction: column;
        justify-content: center;
}
#service-section-new .col-lg-5.col-sm-5.pull-right{
	float: none !important;
}
.abt-img, .abt-text { 
	flex: 100% 0 0;
	padding: 0;
}
.abt-text{
	margin-top: 15px;
}
.abt-text.abt-fulltext{
    margin-top: 0;
}
.abt-boxx-title h1{
	font-size: 56px;
}
#abt-section-boxx{
	min-height: 400px;
}
#abt-box, #partner-logo{
	margin: 45px 0;
}
.attr-nav > ul > li > a{
	padding: 30px 10px;
}	
nav.navbar.bootsnav .navbar-toggle {
    padding: 31px 15px 31px 0 !important;
}
.box_icon ul li:not(:first-child){
	padding-top: 2px;
}	
.box_icon ul li:not(:last-child){
	padding-bottom: 2px;
}	
.edge-container{
	margin-top: 0 !important;
}
.hb-image:before{
    /* background: rgba(52,52,52,0.16); */
}
}
@media(max-width: 730px){
	.new-img-slider-box{
		padding: 0 5px;
	}
	.nis-box-item{
		max-width: 256px;
	}
	.nisb-img{
	    width: 250px;
	    height: 250px;
    }
}
@media(max-width: 660px){
	.nis-box-item{
		max-width: 226px;
	}
	.nisb-img{
	    width: 220px;
	    height: 220px;
    }
}
@media(max-width: 530px){
	.nis-box-item{
		max-width: 186px;
	}
	.nisb-img{
	    width: 180px;
	    height: 180px;
    }
}
@media(max-width: 440px){
	.nis-box-item{
		max-width: 256px;
	}
	.nisb-img{
	    width: 250px;
	    height: 250px;
    }
}
@media (max-width: 479px){
	.box_icon ul li:not(:last-child){
		padding-bottom: 2px;
	}
.social-media-box {
    float: none !important;
}
.discount-box-title h3{
	font-size: 36px;
}
.post-slide-box{
	margin: 0;
}
.banner-content-inner h2, .abt-content-inner h2{
	font-size: 36px;
}
#abt-section-boxx {
    min-height: 360px;
}
.navbar-brand > img {
	display: block;
	max-width: 132px !important;
}
.plansHeading{
    font-size: 26px;
    margin: 0 -20px 10px -20px;	
}
h1.mainHeadingtitle {
    font-size: 26px;	
}
.logo-title h1{
	font-size: 26px;
}
#abt-boxx .overlay-inner-new, #abt-boxx{
	min-height: 220px;
}
.news-listing .news_icon_content .news-head-wrap h3{
	flex: 100% 0 0 !important;
}
.news-listing .news_icon_content .news-head-wrap .smallBtn{
	position: absolute;
    top: -64px;
    right: 10px;
}
.hb-content h2,.hb-content h1{
    letter-spacing: 3px;
    font-size: 20px;
}
.find-box{
    margin-top: 15px;
    border-width: 3px;
    padding: 5px 25px;
}
.hb-background{
    min-height: 220px;
}
#border-bottom{
    min-height: 6px;
}
}
@media (max-width: 420px){
.login-bg > a{ 
	max-width: 105px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block !important;
}
}
@media (max-width: 360px){
.banner-content h2 {
    font-size: 26px;
}
.discount-box-title h3{
	font-size: 32px;
}
.section_title h2 {
    font-size: 28px;
}	
.abt-boxx-title h1{
	font-size: 42px;
}
#abt-section-boxx {
    min-height: 300px;
}
.sf_img{
	min-height: 220px;
}	
.navbar-brand > img{
	max-width: 102px !important;
}
.copyright-div p{
	text-align: center !important;
	font-size: 13px !important;
}
.login-bg > a{
	font-size: 13px !important;
	padding: 5px 10px !important;
}
.hb-content h2,.hb-content h1 {
    letter-spacing: 2px;
    font-size: 18px;
}
.find-box{
    margin-top: 12px;
}
.request-box-img{
    margin-top: -10px !important;
}
}

    
.ellipsis-text-3l {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}


#cookie-concent-ribbon {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 15px 30px;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #aaa;
}

#cookie-consent-message {
  margin: 0px;
}

#remember_me_cbc {
  text-align: center;
}

#remember_me_cbc .form-check-input {
  height: auto;
  margin: 0px;
  padding: 0px;
}

#remember_me_cbc .form-check-label {
  margin: 0;
}

.custom-breadcrumb {
  background-color: #fff !important;
  padding: 0;
  padding-top: 20px;
  margin-bottom: 0;
}

.custom-breadcrumb a,
.custom-breadcrumb a:visited,
.custom-breadcrumb a:focus,
.custom-breadcrumb a:focus-visible {
  color: #666;
  text-decoration: none;
}

.custom-breadcrumb a:hover {
  color: #000;
}

.custom-breadcrumb .breadcrumb-item.active {
  font-weight: bold;
}

.share-links {
  padding-top: 10px;
  border-top: 1px solid #e9e9e9;
  margin-top: 10px;
}

.share-links a,
.share-links a:visited,
.share-links a:focus,
.share-links a:focus-visible {
  color: #666;
  text-decoration: none;
  padding: 0px 3px;
}

.custom-breadcrumb a:hover {
  color: #000;
}

.modal-share {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  margin-left: 15px;
}

.select-location-button {
  display: block;
  text-align: center;
  padding: 18px 0;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
}

[overlay="true"] {
  overflow: hidden;
}
[overlay="true"] .se-overlay {
  content: "";
  display: block;
  height: 100%;
  background: rgba(255,255,255,0.7);
  width: 100%;
  position: absolute;
  top: 100%;
  transition: 0.5s;
}
[overlay="true"] .se-overlay span {
  display: none;
}
[overlay="true"]:hover .se-overlay {
  content: "";
  display: block;
  height: 100%;
  background: rgba(255,255,255,0.7);
  width: 100%;
  position: absolute;
  top: 0%;
  transition: 0.5s;
  cursor: pointer;
}
[overlay="true"]:hover .se-overlay span {
  display: block;
  text-align: center;
  top: 50%;
}
