/* Slider design */

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Roboto", sans-serif;
}
.con {
    position: relative;
    height: 70vh;
    background: url("../img/header/naturehill.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.con__slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.con__slide-h {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
}
.con__slide-top, .con__slide-bot {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}
.con__slide-top {
    top: -200px;
    left: -835px;
    height: 1235px;
    width: 550px;
    transform: rotate(25deg);
    transition: transform 650ms 1000ms;
}
.con__slide-top-inner {
    position: fixed;
    top: -59px;
    right: -175px;
    width: 100%;
    height: 500px;
    transform: rotate(20deg);
    overflow: hidden;
}
.con__slide-top-inner-text {
    position: absolute;
    right: 21px;
    top: 649px;
    transform: rotate(-45deg);
    transition: transform 1000ms;
}
.con__slide-bot {
    top: -50px;
    left: -884px;
    width: 700px;
    height: 1700px;
    transform: rotate(-45deg);
    overflow: hidden;
    transition: transform 1000ms 1100ms;
}
.con__slide-bot-text {
    position: absolute;
    right: -440px;
    top: 430px;
    transform: rotate(45deg);
    transition: transform 1000ms;
}
.con__slide--1-top-h {
        text-shadow: 0 0 1px #ced000cf;
        color: #c7c800;
}
.con__slide--1-bot-h {
    text-shadow: 0 0 1px #fff;
    color: #fff;
}
.con__slide--1-content {
    position: absolute;
    right: 300px;
    top: 50%;
    transform: translateY(-55%);
    opacity: 0;
    transition: transform 1000ms, opacity 1000ms;
}
@media screen and (max-width: 1350px) {
    .con__slide--1-content {
        right: 15%;
   }
}
@media screen and (max-width: 1160px) {
    .con__slide--1-content {
        right: 5%;
   }
}
.con__slide--1-content-logo {
    fill: #e5e5e5;
}
@media screen and (max-height: 730px) {
    .con__slide--1-content-logo {
        width: 300px;
   }
}
@media screen and (max-width: 1350px) {
    .con__slide--1-content-logo {
        width: 300px;
   }
}
.con__slide--right-top {
    left: initial;
    right: -195px;
    right: -780px;
    transform: rotate(-25deg);
    transition: transform 650ms 1000ms;
}
.con__slide--right-top-inner {
    top: -31px;
    left: -249px;
    transform: rotate(-20deg);
    overflow: overflow;
}
.con__slide--right-top-inner-text {
    right: 10px;
    top: 620px;
    transform: rotate(45deg);
    animation: initial;
    transition: transform 1000ms 0s;
}
.con__slide--right-top-h {
    width: 450px;
    text-shadow: 0 0 1px #2d48e2;
    color: #2d48e2;
}
.con__slide--right-bot {
    left: initial;
    right: -84px;
    right: -884px;
    transform: rotate(45deg);
    animation: initial;
    overflow: hidden;
    transition: transform 1000ms 1100ms;
}
.con__slide--right-bot-text {
    left: -560px;
    top: 150px;
    transform: rotate(-45deg);
    animation: initial;
    transition: transform 1000ms 0s;
}
.con__slide--right-bot-h {
    text-shadow: 0 0 1px #fff;
    color: #fff;
}
.con__slide--right-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-95%, -45%);
    opacity: 0;
    transition: transform 1400ms 0s, opacity 1400ms 0s, z-index 0s 2.2s;
    z-index: -9999;
}
@media screen and (max-height: 730px) {
    .con__slide--right-content-image {
        width: 80%;
   }
}
@media screen and (max-width: 1366px) {
    .con__slide--right-content-image {
        width: 80%;
   }
}
.con__slide--3-top-h {
    text-shadow: 0 0 1px #e0bb28;
    color: #e0bb28;
}
.con__slide--3-bot-h {
    text-shadow: 0 0 1px #fff;
    color: #fff;
}
.con__slide--3-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-45%);
    opacity: 0;
    transition: transform 1400ms 0s, opacity 1400ms 0s, z-index 0s 2.2s;
}
@media screen and (max-width: 1366px) {
    .con__slide--3-content {
        left: 60%;
   }
}
.con__slide--3-content-image {
    width: 500px;
}
@media screen and (max-height: 730px) {
    .con__slide--3-content-image {
        width: 400px;
   }
}
@media screen and (max-width: 1366px) {
    .con__slide--3-content-image {
        width: 400px;
   }
}
.con__slide--4-top-h-link {
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px #3ee84f;
    color: #3ee84f;
}
.con__slide--4-bot-h-link {
    text-decoration: none;
    text-shadow: 0 0 1px #fff;
    color: #fff;
    z-index: 20;
}
.con__nav {
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}
.con__nav-list {
    list-style-type: none;
}
.con__nav-item {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    cursor: pointer;
}
.con__nav-item:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    width: 75%;
    height: 75%;
    border-radius: 50%;
    background: #e5e5e5;
    transition: 300ms;
    opacity: 0;
    overflow: hidden;
}
.con__nav-item:hover:after {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}
.con__nav-item--1 {
    margin-left: 0;
}
.con__nav-scroll {
    position: absolute;
    top: 1px;
    transform: rotate(-45deg);
    width: 17px;
    height: 17px;
    border: 2px solid #e5e5e5;
    border-right: transparent;
    border-bottom: transparent;
    cursor: pointer;
    transition: 300ms;
}
.con__nav-scroll:hover {
    transform: rotate(-45deg) scale(1.2, 1.2);
}
.con__nav-scroll--goup {
    left: -20px;
}
.con__nav-scroll--godown {
    transform: rotate(-225deg);
    right: -20px;
}
.con__nav-scroll--godown:hover {
    transform: rotate(-225deg) scale(1.2, 1.2);
}
.nav-active:after {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}
.active .active-slide-left-top {
    transform: translate(640px, 0) rotate(25deg);
    transition: transform 650ms cubic-bezier(0, 0, 0.21, 1.02);
}
.active .active-slide-left-bot {
    transform: translateX(800px) rotate(-45deg);
    transition: transform 1000ms 350ms;
}
.active .active-slide-left-content {
    transform: translateY(-50%);
    opacity: 1;
    transition: transform 1000ms 1350ms, opacity 1000ms 1350ms;
}
.active .active-slide-right-top {
    transform: translateX(-585px) rotate(-25deg);
    transition: transform 650ms;
}
.active .active-slide-right-bot {
    transform: translateX(-800px) rotate(45deg);
    transition-delay: 350ms;
}
.active .active-slide-right-content {
    transform: translate(-95%, -50%);
    opacity: 1;
    z-index: 10;
    transition: transform 1400ms 1350ms, opacity 1400ms 1350ms, z-index 0s 1s;
}
.active .active-slide1-top-text {
    transform: translate(75px, -282px) rotate(-45deg);
    transition: transform 1000ms 1350ms;
}
.active .active-slide1-bot-text {
    transform: translate(-117px, 31px) rotate(45deg);
    transition: transform 1000ms 1350ms;
}
.active .active-slide2-top-text {
    transform: translate(-43px, -219px) rotate(45deg);
    transition-delay: 1350ms;
}
.active .active-slide2-bot-text {
    transform: translate(127px, -116px) rotate(-45deg);
    transition-delay: 1350ms;
}
.active .active-slide3-top-text {
    transform: translate(54px, -241px) rotate(-45deg);
    transition: transform 1000ms 1350ms;
}
.active .active-slide3-bot-text {
    transform: translate(-190px, 43px) rotate(45deg);
    transition: transform 1000ms 1350ms;
}
.active .active-slide4-top-text {
    transform: translate(-55px, -231px) rotate(45deg);
    transition: transform 1000ms 1350ms;
}
.active .active-slide4-bot-text {
    transform: translate(127px, -116px) rotate(-45deg);
    transition: transform 1000ms 1350ms;
}

/* Partner section design */
/* @keyframes scroll {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-250px * 7));
   }
}
.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}
.slider::before, .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider .slide {
    height: 100px;
    width: 250px;
} */

/* partner 22 */

body {
    background: aliceblue;
    }
.section-padding{
    /* padding:60px 0; */
    }
.brand-carousel {
    background: #e9ecef;
    margin-top: 6%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 0 13rem;
    }
.owl-dots {
    text-align: center;
    margin-top: 4%;
    }
.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
    }
.owl-dot.active {
    background-color: #000 !important;
    }
.owl-carousel .owl-item img{
    width:65%!important;
}    

/* design privacy information contact us */
.privacy-info {
    margin-top: 1rem;
    text-align: left;
    padding: 1rem;
    background: whitesmoke;
    font-size: 1.3rem;
}

/* Submit disable */
.not-allowed{
    cursor: not-allowed! important;
       
   }

/* Vertical-tab-sublinks standart navigation */

/* ///////////////////////////// */
body { 
	background: #EEE; 
	overflow-x:hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.container-tabs {
    position: relative;
    margin: 0px auto;
    padding: 50px 0;
    clear: both;
}
@media only screen and (min-width: 1200px) {
    .container-tabs {
        width: 1210px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container-tabs {
        width: 1030px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container-tabs {
        width: 682px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container-tabs {
        width: 428px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .container-tabs {
        width: 320px;
        margin: 0 auto;
    }
}


  
.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  
  /* == */
  width: 250px;
  /* == */
}
.mcd-menu li {
  position: relative;
  /*float:left;*/
}
.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
  color: #777;
  /*text-align: center;
  border-right: 1px solid #E7E7E7;*/
  
  /* == */
  text-align: left;
  height: 36px;
  position: relative;
  border-bottom: 1px solid #EEE;
  /* == */
}
.mcd-menu li a i {
  /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/
  
  /* == */
  float: left;
  font-size: 20px;
  margin: 0 10px 0 0;
  /* == */
  
}
/* == */
.mcd-menu li a p {
  float: left;
  margin: 0 ;
}
/* == */

.mcd-menu li a strong {
  display: block;
  text-transform: uppercase;
}
.mcd-menu li a small {
  display: block;
  font-size: 10px;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
  position: relative;
  
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
    opacity: 1;
    -webkit-animation: moveFromRight 300ms ease-in-out;
    -moz-animation: moveFromRight 300ms ease-in-out;
    -ms-animation: moveFromRight 300ms ease-in-out;
    -o-animation: moveFromRight 300ms ease-in-out;
    animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
  color: #e67e22;
}
.mcd-menu li a.active {
  position: relative;
  color: #e67e22;
  border:0;
  /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/
  box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  
  /* == */
  border-left: 4px solid #e67e22;
  border-right: 4px solid #e67e22;
  margin: 0 -4px;
  /* == */
}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 45%;
  border-top: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 42%;
  left: 0;
  border-left: 5px solid #e67e22;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* == */
}

/* == */
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #e67e22;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* == */

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}



.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*border-top: 4px solid #e67e22;*/
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  /*top: 130px;*/
  z-index: 1000;
  
  /* == */
  left:280px;
  top: 0px;
  border-left: 4px solid #e67e22;
  /* == */
}
.mcd-menu li ul:before {
  content: "";
  position: absolute;
  /*top: -8px;
  left: 23%;
  border-bottom: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 25px;
  left: -9px;
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  /* == */
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*top: 100px;*/
  
  /* == */
  left:250px;
  /* == */
}
/*.mcd-menu li ul li {
  float: none;
}*/
.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #EEE;
  
  /* == */
  height: auto;
  /* == */
}
.mcd-menu li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #e67e22;
}  
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  /*left: -14px;*/
  /* == */
  left: -9px;
  /* == */
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}



/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
  /*padding: 29px 20px 30px 10px;*/
  padding: 10px 10px 15px 10px;
  clear: both;
}
.mcd-menu li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.mcd-menu li a.search input {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  outline: none;
  color: #777;
  
  /* == */
  width:170px;
  float:left;
  /* == */
}
.mcd-menu li a.search button {
  border: 1px solid #e67e22;
  /*padding: 10px;*/
  background: #e67e22;
  outline: none;
  color: #FFF;
  margin-left: -4px;
  
  /* == */
  float:left;
  padding: 10px 10px 11px 10px;
  /* == */
}
.mcd-menu li a.search input:focus {
  border: 1px solid #e67e22;
}


.search-mobile { 
	display:none !important;
	background:#e67e22;
	border-left:1px solid #e67e22;
	border-radius:0 3px 3px 0;
}
.search-mobile i { 
	color:#FFF; 
	margin:0 !important;
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .mcd-menu {
		margin-left:10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mcd-menu {
		width: 200px;
	}
	.mcd-menu li a {
		height:30px;
	}
	.mcd-menu li a i {
		font-size: 22px;
	}
	.mcd-menu li a strong {
		font-size: 12px;
	}
	.mcd-menu li a small {
		font-size: 10px;
	}	
	.mcd-menu li a.search input {
		width: 120px;
		font-size: 12px;
	}
	.mcd-menu li a.search buton{
		padding: 8px 10px 9px 10px;
	}
	.mcd-menu li > ul {
		min-width:180px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:200px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:150px;
		min-width:150px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.mcd-menu { 
		width: 50px;
	}
	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a small { 
		display: none;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#e67e22;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	.mcd-menu li .search { 
		display: none;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li > ul {
		left:35px;
		top: 45px;
		border:0;
		border-top:4px solid #e67e22;
	}
	.mcd-menu li ul li ul li > ul:before {
		left:30px;
		top: -9px;
		border:0;
		border-bottom:5px solid #e67e22;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:30px;
		min-width:150px;
		top: 35px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
	
}

@media only screen and (max-width: 479px) {
    .mcd-menu { 
		width: 50px;
	}
	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a small { 
		display: none;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#e67e22;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	.mcd-menu li .search { 
		display: none;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li > ul {
		left:35px;
		top: 45px;
		border:0;
		border-top:4px solid #e67e22;
	}
	.mcd-menu li ul li ul li > ul:before {
		left:30px;
		top: -9px;
		border:0;
		border-bottom:5px solid #e67e22;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:30px;
		min-width:150px;
		top: 35px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
    
}
#breadcrumbs {
    height: auto!important;
    line-height: 3rem;
    /* padding-inline-start: 3rem; */
    font-size: smaller;
}
.site-breadcrumb .breadcrumb-title {
    font-size: 3rem !important;
}

#pagination {
  display: flex!important;
  justify-content: center!important;
  list-style: none!important;
  margin-top: 2rem!important;
  list-style: none!important;
}

.custom-button {
    background-color: #d17902!important;
    border-color: #d17902!important;
    font-size: 17px!important;
    font-weight: bold!important;
    /* color: aqua!important; */
    padding: 10px!important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5)!important;
  }

.priceCss{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

/* Design subscription area */

.designSubscription {
    /* border: 1px solid red; */
    border-radius: 5px;
    margin-top: 2rem!important;
    background: #e0740005;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5)!important;
}

.subButton{
    margin-top: 2rem!important;
}

.no-found{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* set the height of the div */
  border-radius: 5px;
  margin-top: 2rem!important;
  background: #e0740005;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5)!important;
}

.no-found-page{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 145px;
    border-radius: 5px;
    margin-top: 7rem!important;
    background: #e0740005;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5)!important;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.navbar ul.navbar-nav .nav-item a .white {
    color: white !important;
}
}

#user-email {
    text-transform: none!important;
}

#snipcart-header{
    background: #ffc107!important;
}
#snipcart-footer{
    background: #ffc107!important;
}
#snipcart-btn{
    background: #d17902!important;
}
#snipcart-header #snipcart-total{
    background: #d17902!important;
    border: 1px solid #d17902!important;
}
#snipcart-header #snipcart-total span.snipcart-label {
    color: #000!important;
}
#snipcart-header #snipcart-header-total {
    background: #e67e22;
}
#snipcart-main-container table.snipcart-list span.snipcart-confirm-item-price, #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-quantity, #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-total-price, #snipcart-main-container table.snipcart-list span.snipcart-product-name, #snipcart-main-container table.snipcart-list span.snipcart-shipping-method-name, #snipcart-main-container table.snipcart-list span.snipcart-shipping-method-price, #snipcart-main-container table.snipcart-list span.snipcart-title {
    color: #077b45!important;
}
#snipcart-main-container span.snipcart-total-price {
    color: #077b45!important;
}
#snipcart-header #snipcart-title {
    color: black!important;
    font-weight: bold!important;
}

#page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.contact-ads {
    width: 100%;
    max-width: 700px;
}

.alignTextCenter {
    text-align: center;
}
