@media (min-width: 1200px){
.col-lg-offset-1 {
    margin-left: 8.33333333% !important;
}
.col-lg-offset-2 {
    margin-left: 16.66666667%;
}
}

.back-to-top{position:fixed;display:none;background:#c70000;color:#fff;padding:6px 12px 9px;font-size:16px;border-radius:100%;right:15px;bottom:15px;transition:background .5s}.back-to-top:focus{background:#c70000;color:#fff;outline:none}.back-to-top:hover{background:#c70000;color:#fff}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
 
.item:nth-child(1) {
  background: url('../../public/images/bg/banner-new-2.webp')
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.item:nth-child(2) {
  background: url('../../public/images/bg/banner-3.webp')
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.item:nth-child(3) {
  background: url('../../public/images/bg/pizza.webp')
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel {
  z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 75%; 
}

.main-search.fancy .field-holder input[type="text"] {
    text-transform: uppercase;
    margin: 0;
    padding: 0 15px;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 12px;
    border: 2px solid #706d6d;
    background-color: #00000052;
}
.main-search.fancy .field-holder input[type="submit"] {
    margin: 0;
    padding: 10px 15px;
    border-radius: 100px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 50px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ff1617;
    color: #fff;
}
.cuis-border {
 font-size: 18px;
    padding-bottom: 9px;
    border-bottom: 5px solid #c70000;
    width:25%;
    margin: 0px auto;
    display: flex;
} 
.cuis-border:after {
  content:'';
  display:inline-block;
  width:50%;margin: 0px auto;
  box-shadow:inherit;
  border-bottom:5px solid black;
  margin-bottom:-14px;/* size of border*/
  vertical-align:bottom;
}
.thumbex {
  margin: 10px 20px 30px;
  width: 100%; 
  height: auto;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  outline: 2px solid #000;
  outline-offset: -15px; 
  box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}
 
.thumbex:hover {
  backface-visibility: hidden; 
  opacity: 1;
}
 
.locbtn {
  display: inline-block; 
  position: relative;
  padding:5px; border-radius:5px;
  padding-right: 4.7em;
  background: #000;
  border: none;
  color: white; margin-top:4%;
  transition: 0.2s;
}
.locbtn:before,
.locbtn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.locbtn:before {
     background:#c70000;
    border-radius: 5px;
}
.locbtn:hover {
  background: #0079a5;
}
.locbtn:active,
.locbtn:focus {
  background: #002e3f;
  outline: none;
}
 
.locarrow {
  background: #000; border-radius:5px;
}
.locarrow:hover {
  background: #fe2f22;
}
.locarrow:active,
.locarrow:focus {
  background: #b90c01;
}
.locarrow:after {
  content: "\F054";
}
.locarrow:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.toplogo {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;  
  background-color: white;
}
 .txt-white{color:#fff !important;}
 
.toplogo:after {
  position: absolute;
  content: "";
  width: 106%;
  height: 106%;
  top: -3%;
  left: -3%;background: rgb(255,0,0);
background: linear-gradient(209deg, #c70000 51%, rgba(2,0,36,1) 51%, rgba(0,0,0,1) 51%);
  border-radius: 50%;
  z-index: -2;
}


.home_text{font-family: Takeaway Sans,Avant Garde,Century Gothic,Helvetica,Arial,sans-serif !important;     font-style: normal !important;
    font-stretch: normal !important; color:#fff !important;
    letter-spacing: normal !important;}
	.home_text1{font-family: Takeaway Sans,Avant Garde,Century Gothic,Helvetica,Arial,sans-serif !important;     font-style: normal !important;
    font-stretch: normal !important; font-size:18px !important;     font-weight: 600 !important; color:#fff !important;
    letter-spacing: normal !important;}
.toplogo .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}

.pizaactive{background-color: #feb200 !important;    font-weight: bold;
    color: #fff;}
	.pizzatable > tbody > tr.success > td{background: linear-gradient(125deg, rgb(170 34 34) 22%, rgba(2,0,36,1) 22%, rgba(0,0,0,1) 23%);
    color: #fff;}
.pizzatable tr > td{padding: 2px !important; background-color:#fff;}
 .box_home#one {
    background: #ebedf3 url('https://www.menuswiss.ch/demo/working/public/images/cuisine/home.png') no-repeat center 40px;
}
 .box_home#two {
    background: #ebedf3 url('https://www.menuswiss.ch/demo/working/public/images/cuisine/map.png') no-repeat center 40px;
}
 .box_home#three {
    background: #ebedf3 url('https://www.menuswiss.ch/demo/working/public/images/cuisine/authentication.png') no-repeat center 40px;
}
.box_home {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
   border: 2px dashed #bfc1c8;
    margin-bottom: 25px; margin-top: 25px;
    padding: 120px 25px 25px 25px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #666; 
}
.box_home:hover{ background: #fff;}
.box_home span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
   border: 1px solid #ededed;
    background-color: #000;color: #fff;
    position: absolute;
    top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: 700;
    font-size: 16px;
    left: 50%;
    margin-left: -20px;
}

.box_home b {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ededed;
   background-color: #c33332;
    position: absolute;  color:#fff;
    display: block;
    width: 50px; bottom:40%;
    height: 50px;
    line-height: 38px;
    font-weight: 700;
    font-size:46px;
   right:-11%; z-index:333;
    margin-left:0px;
}
.frame {
	text-align: center;
	position: relative;
	cursor: pointer;
	perspective: 500px; -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
     outline: 2px solid #00000021;
    outline-offset: -15px;

}
.frame img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.frame:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*---------------*/
/***** Julia *****/
/*---------------*/
.grid {
    position: relative;
    clear: both; 
    padding: 0 6px;
    list-style: none;
    text-align: center;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden; 
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
figure.effect-julia {
	background: #2f3238; border-radius:10px;
}

figure.effect-julia img { 
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}
 figure.effect-julia p {
       /* display: inline-block; */
    /* margin: 0 0 0.25em; */
    padding: 0.4em 1em;
    background: rgb(199 0 0);
    color: #ffffff;
    text-transform: none;
    font-weight: 500;
    font-size: 23px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
    text-align: center;
    border-radius: 43px;
    vertical-align: middle;
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Slider */

.slick-slide {
    margin: 10px 20px;
}

.slick-slide img {
    width: 106%; background-color:#fff;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
 .slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.slider .slick-arrow.slick-prev {
  left:-19%;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0
    0 / 100% no-repeat; border:0px;
}
.slider .slick-arrow.slick-next {
  right: -19%; border:0px;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.toppoplurar .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.toppoplurar .slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.toppoplurar .slick-dots li button {
  display: none;
}
.toppoplurar .slick-dots li:before {
  top: 1px;
  transition: all 0.5s;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
}
.toppoplurar .slick-dots li.slick-active:before {
  top: 0;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  background-color: #964848;
}

.toppoplurar  .slick-arrow.slick-prev {
  left:-0%; 
  transform: rotate(180deg);
}

 .toppoplurar .slick-arrow.slick-next {
  right: 0;
}

.toppoplurar .slick-arrow {
  top:45%;
  height: 30px;
  width: 30px;
  margin-top: -13px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url(https://www.menuswiss.ch/demo/working/public/images/arrow-icon.png);
  background-repeat: no-repeat;
}

.loc-search .field-holder input[type="text"] { 
    border-radius: 40px;
    border: 2px solid #c33332;
    background-color: rgb(0 0 0 / 52%);
}
.main-header .main-navigation1 > ul > li ul{height:350px; overflow-y:scroll;}
.img-responsive{width:100%; height:auto;} 
/* Listing Filter style  */
.listing-newfilter {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.listing-newfilter .filter-holder {
	margin-bottom: 13px;
}
.listing-newfilter .foodbakery_banner_section img, .section-sidebar .foodbakery_banner_section img {
	width: 100%;
}
.filters-sidebar .foodbakery_banner_section {
	width: 100%;
	margin-bottom: 20px;
}
.listing-newfilter .filter-heading {
	display: block;
	padding: 9px 0px;
	background: rgb(255,0,0);
background: linear-gradient(209deg, rgba(255,0,0,1) 22%, rgba(2,0,36,1) 22%, rgba(0,0,0,1) 23%);
	background: rgb(255,0,0);
    background: linear-gradient(209deg, rgba(255,0,0,1) 22%, rgba(2,0,36,1) 22%, rgba(0,0,0,1) 23%);
    margin-bottom: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.listing-newfilter .filter-heading h6 {
	margin: 0px;
	font-weight: 400; color:#fff !important;
	text-transform: uppercase;
}
.listing-newfilter .filter-heading h6 i {
	display: inline-block;
	font-size: 18px;
	color: #9f9f9f;
	vertical-align: middle;
	margin: -4px 9px 0 0;
}
.listing-newfilter .expand {
	display: block;
	font-size: 13px;
	padding: 0;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
}
.listing-newfilter ul {
	padding:5px 8px;
	margin: 0px;
}
.listing-newfilter ul li {
	list-style: none;
	padding:5px 0 5px 0;
	margin: 0px; border-bottom:1px #ccc solid;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none; 
	width: 100% !important;
}
.listing-newfilter ul li:nth-child(-n+8) {
	display: block;
}
.listing-newfilter ul li .checkbox {
	margin: 0;
	padding: 0;
	position: relative;
}
.listing-newfilter ul li .checkbox input[type="checkbox"], .listing-newfilter ul li .checkbox input[type="radio"] {
	display: none;
}
.listing-newfilter ul li .checkbox label {
	padding-left: 28px;
	font-size: 13px;
	color: #999ba3;
	cursor: pointer;
	display: block;
	margin-bottom: 0px;
	line-height: 16px;
	font-weight: 400;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
.listing-newfilter ul li .checkbox label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 17px;
	height: 17px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	border: 1px solid #cfd1d2;
	border-radius: 1px;
}
.listing-newfilter ul li .checkbox input[type="checkbox"]:checked + label:before, .listing-newfilter ul li .checkbox input[type="radio"]:checked + label:before {
	content: "\e9af";
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 13px;
	color: #2f313a;
	font-family: "icomoon";
}
.listing-newfilter ul li .checkbox input[type="checkbox"]:checked + label, .listing-newfilter ul li .checkbox input[type="radio"]:checked + label {
	color: #2f313a;
}
.listing-newfilter .cuisines-holder .filter-list li {
 
}
.listing-newfilter .cuisines-holder .filter-list li:nth-child(1), .listing-newfilter .cuisines-holder .filter-list li:nth-child(2), .listing-newfilter .cuisines-holder .filter-list li:nth-child(3), .listing-newfilter .cuisines-holder .filter-list li:nth-child(4), .listing-newfilter .cuisines-holder .filter-list li:nth-child(5), .listing-newfilter .cuisines-holder .filter-list li.expand {
	display: block;
}
.listing-newfilter ul li .checkbox span {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -2px;
}
.scrollbar { 
  background: #f5f5f5;
  overflow-y: scroll; height:190px;
  border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.p-0{padding:0px;}
.force-overflow {
  min-height: 450px;
}
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
  width:7px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d62929;
}

 /* ----------------------------------------
                Banners
            ---------------------------------------- */

            .mad-banners .mad-banner:not(:last-child) {
                margin-bottom: 2rem;
            }

            .mad-banner {
                border-radius: 1.5rem;
                padding: 4rem 2.5rem 4.5rem;
                background-size: cover;
                color: #e6e6e6;
                font-size: 1rem;
                line-height: 1.5rem;
                flex: 1;
                position: relative; margin-bottom:10px;
                z-index: 1;
            }

            .mad-banners:not(.type-2) .mad-banner:not(.with-icon) .mad-page-title {
                font-size: 2.5rem;
                line-height: 3rem;
            }

            .mad-banner:not(.with-icon) .mad-page-title {
                color: #fff;
            }

            .mad-banner:not(.with-icon) .mad-page-title.color-2 {
                color: #232223;
            }

            .mad-banner .mad-page-title:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-banner .mad-read-more {
                font-size: 1.125rem;
            }

            .mad-banner:not(.with-icon) .mad-banner-content .btn {
                margin-top: 1rem;
            }
            
            .mad-banner:not(.with-icon) .mad-banner-content .btn-set {
                padding-top: 1.5rem;
            }
.mb-2{margin-bottom:2%}
.dropdown-menu-new{width:100%; min-width:100%;}
.dropdown-menu-new ul li{list-style:none;}
.drop-btn{background-color:#c33332;color: #fff;font-size: 20px;border-radius: 13px;}
.drop-btn:hover{background-color:#000;color: #fff;font-size: 20px;border-radius: 13px;}
            .mad-banner.with-icon {
                display: flex;
                padding-top: 2.5rem;
                padding-bottom: 2.5rem;
                background: #ebe117;
            }
			.mad-page-title{color:#fff !important;}
			.mad-banner-content p{color:#fff !important;}
            .mad-banner-content h4{color:#000 !important;}
			.btn-set{margin:2% 0px 0px 0px;}
            .mad-banner.with-icon .mad-banner-icon {
                min-width: 6.5rem;
            }

            .mad-banner.with-icon .mad-page-title {
                line-height: 2.5rem;
            }

            .mad-banner.with-icon .mad-page-title span {
                color: #eb0029;
            }

            .mad-banner.with-icon .mad-banner-icon .svg {
                height: 5rem;
            }

            .mad-banner.with-icon .mad-banner-icon .svg path {
                fill: #eb0029;
                
            } 

            .mad-banner.with-icon .mad-banner-icon .svg .cls-1 {
                stroke-width: 10px;
            }

            .mad-banner.with-icon .mad-banner-icon .svg .cls-1 {
                fill: transparent;
                stroke: #232223;
            }

            .mad-banners .row:not(.col-no-space) {
                margin-bottom: -2rem;
                flex: 1;
            }

            .mad-banners .row:not(.col-no-space) > [class*="col"] {
                padding-bottom: 2rem;
                display: flex;
                flex-direction: column;
            }

            .mad-banner.bg-color-2 {
                background: #eb0029;
            }

            .mad-banner.bg-color-2 .mad-page-title span {
                color: #fff;
            }

            .mad-banner.bg-color-2 .mad-read-more {
                color: #ebe117;
            }

            .mad-banner.bg-color-2 .mad-read-more:after {
                background-color:#ebe117;
            }

            .mad-banners.type-2 .mad-banner.bg-color-2 .mad-banner-icon .svg .cls-1 {
                stroke: #9b0e27;
            }

            .mad-banners.type-2 .mad-banner {
                padding: 2.5rem;
                position: relative;
                overflow: hidden;
                background-size: cover;
                background-position: center center;
            }

            .mad-banners.type-2 .col-size-x2 .mad-banner {
                min-height: 31rem;
                font-size: 1.125rem;
                line-height: 2rem;
            }

            .mad-banners.type-2 .mad-banner .mad-banner-icon {
                position: absolute;
                right: -1.75rem;
                bottom: 1rem;
                z-index: -1;
            }

            .mad-banners.type-2 .mad-banner .mad-banner-icon .svg {
                height: 8rem;
            }

            .mad-banners.type-2 .mad-banner .mad-banner-icon .cls-1 {
                stroke: #9b951c;
            }

            .mad-banners.type-2:not(.with-icon) h2.mad-page-title {
                color: #fff;
                font-size: 3.75rem;
                line-height: 4.5rem;
            }

            .mad-banners.type-2:not(.with-icon) h2.mad-page-title:not(:last-child) {
                margin-bottom: 0;
            }

            .mad-banners .mad-box {
                padding: 2.5rem;
            }

            .mad-banners .mad-box .mad-page-title:not(:last-child) {
                margin-bottom: 1rem;
            } 

            .mad-widget .mad-banners .mad-banner {
                min-height: 31rem;
                max-width: 19.875rem;
            }

@media(max-width:1024px) {
 
}
@media(max-width:767px) {
 .box_home b{right: 44%;    bottom: -8%;}
 .locbtn{font-size:15px;margin-top:2%;}
 .frame{margin-bottom:10px;}
 .frame .details{width:95%; height:90%;}.frame .details p,.frame .details h1{font-size:12px; padding:0px;line-height: 20px; margin:0px;}
 .counter-holder .text-holder span, .counter-holder .text-holder strong{font-size:12px;}
 .pl-2{padding:0px 5px;}.counter-holder .text-holder i{display: block;} .counter-holder{text-align:center;}
 .counter-holder .text-holder strong{    margin-right: 0px;}
 .counter-holder .text-holder span{display:block;}
 .grid figure{margin-bottom: 9px;}
 figure.effect-julia p{font-size:12px;}
 .grid figure figcaption, .grid figure figcaption > a{    top: 17%;}
 .locbtn:before, .locbtn:after{font-size:12px;}
 .slicknav_nav a img{width: 14%;height: auto;padding-right: 10px;}
 .slicknav_nav a{padding: 1px 7px; margin: 2px 0;}
 .listing .post-title h5 a{font-size:14px !important;}
}

#home_top_section .overlay {
 background-color: #000;
    opacity: .6;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
	    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
