@import url('https://fonts.googleapis.com/css2?family=Castoro&family=PT+Serif:ital@1&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@600&family=Poppins&display=swap');
html{scroll-behavior: smooth;}
li{list-style-type:none!important;}
a{text-decoration:none!important;}
button{border:none!important;}
@font-face{
	font-family:'riffic';
	src:url('font/rifficbold.ttf') format('truetype');
	font-style:normal;
	font-weight:normal;}
@font-face{
	font-family:'quikhand';
	src:url('font/quikhand.ttf') format('truetype');
	font-style:normal;
	font-weight:normal;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:80px 0;}
.headfnt{font-size: 60px;}
.smallborder2 {width: 30px; height: 1px; background-color: #b6b2b2;}
.fullpad{padding: 0!important; margin:0!important;}
.amatic{font-family: 'Amatic SC', cursive; font-size: 30px;}
.riffic{font-family: 'Poppins', sans-serif; letter-spacing: 1px;}
.quikhand{font-family:'quikhand'; letter-spacing: 1px;}
.roboto, .poppins{font-family: 'Poppins', sans-serif;}
.shippori, .font, .dosis{font-family: 'Dosis', sans-serif;}
.section-offer {background-color: #94c7eb;}
.smallfnt{font-size: 14px;}
.f12{font-size: 12px;}
.wrdbrk{white-space: pre;}
.navfont{font-size:15px; font-weight:bold;}
.mynav{position:absolute!important; width:100%; z-index:999; height: 155px; transition: 0.5s;}
.logo{width:75px;}
.clr{color:#db261d;}
.mynav.black {background: white; transition:.5s linear; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);}
.mynav.black1 {background: none; transition:.3s linear; color: white;}
.mynav:hover {
    background-color: white;
    -webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
 	transition: all 0.5s ease;}
.icnsize{font-size: 22px;}
.mynav1{position:fixed!important; width:100%; z-index:999;}
.logo{width:70px;}
.mynav1.black {background: white; transition:.5s linear; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);}
.mynav1.black1 {background: none; transition:.3s linear; color: white;}
.mynav1:hover {
    background-color: white;
    -webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
 	transition: all 0.5s ease;}
.white-btn {background: #db261d!important; color:#fff !important;}
.btns {
	color: #fff;
  	font-size: 14px;
  	padding: 20px 30px;
  	display: inline-block;
  	letter-spacing: 1px;
  	line-height: 0;
  	transition: color 0.4s linear;
  	position: relative;
  	z-index: 1;
  	overflow: hidden;
	border: 1px solid #db261d; }
.btns:hover{color:black!important;}
.white-btn::before {background: #db261d ;}
.btns::before {
	content: "";
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background: white;
  	color: black;
  	z-index: 1;
  	transition: transform 0.5s;
  	transition-timing-function: ease;
  	transform-origin: 0 0;
  	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  	transform: scaleX(0);}
.btns:hover::before {transform: scaleX(1);  color: white !important; z-index: -1;}
#button {position: absolute; top: 80%; left: 30%;}
.parallax {
    background-image: url("../images/ourstory.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
.parallaxpad {padding: 100px 0;}
.linkunderline {
    color: #2d531f!important;
    font-weight: 600;
    text-transform: capitalize;
	position: relative;
	display: inline-block;}
.linkunderline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background:#2d531f;
    transform: scale(1,1);
    transform-origin: left center;
    transition: transform .2s ease-in-out;}
.linkunderline:hover::before {transform: scale(0,1);}
.slidebg{background-color: #f1f2f3;}
.product-box {
    position: relative;
    transition: .2s ease-in-out;
    padding:0px 0px 10px;}
.product-box:hover {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); padding-bottom:10px;}
.product-details__footer {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;}
.price--discount {
    color: #33333380;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: line-through;
    margin-right: 10px;}
.price--main {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;}
.product-box .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: 0.5s;}
.product-box:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);}
.main-content {position: relative;}
.main-content .owl-theme .custom-nav {position: absolute; top: 20%; left: 0; right: 0;}
.main-content .owl-theme .custom-nav .owl-prev {position: absolute; height: 100px; color: inherit; background: none; border: none; z-index: 100;}
.main-content .owl-theme .custom-nav .owl-next {position: absolute; height: 100px; color: inherit; background: none; border: none; z-index: 100;}
.owl-prev i{color: white; position: relative; top: -1px; font-size: 30px; left: -2px;}
.owl-next i{color: white; position: relative; top: -1px; font-size: 30px; left: 2px;}
.main-content .owl-theme .custom-nav .owl-prev {left: -25px; top: 60px; background: #f03939; border-radius: 50px; width: 40px; height: 40px;}
.main-content .owl-theme .custom-nav .owl-next {right:-25px; top: 60px; background: #f03939; border-radius: 50px; width: 40px; height: 40px;}
.main-content1 {position: relative;}
.main-content1 .owl-theme .custom-nav {position: absolute; top: 20%; left: 0; right: 0;}
.main-content1 .owl-theme .custom-nav .owl-prev {position: absolute; height: 100px; color: inherit; background: none; border: none; z-index: 100;}
.main-content1 .owl-theme .custom-nav .owl-next {position: absolute; height: 100px; color: inherit; background: none; border: none; z-index: 100;}
.main-content1 .owl-theme .custom-nav .owl-prev {left: 19px; top: 90px; background: #f03939; border-radius: 50px; width: 40px; height: 40px;}
.main-content1 .owl-theme .custom-nav .owl-next {right:19px; top: 90px; background: #f03939; border-radius: 50px; width: 40px; height: 40px;}
.owl-dots{display:none;}
.testimonials h3 {margin-bottom: 20px;}
.testimonials .card {border-bottom: 3px #171717 solid !important; transition: 0.5s; margin-top: 60px;}
.testimonials .card i {
  background-color: #db261d;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 75px;
  margin: -40px auto 0 auto;} 
.cardbg {background-color: #f2f2f2 !important;}
#owl-demo .owl-dots{display:block;}
.imgline{height: 1.75px; width: 20vw;}
.imgline1{height: 1.75px; width: 20vw; float:left;}
.bg1{/*background-image:url("../images/backgroundimage.jpg");*/ background-size:cover; background-color:#f8f9fa;}
.testimonialbg{
	background-image: url("../images/testimonialbackground.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 60px 0 40px 0;}
.footer-bottom {
    padding-bottom: 30px;
    padding-top: 60px;
    background-image: url(../images/bg-footer.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
	background-color: #f7f8fa;}
.text1 {position: relative; padding: 0 0 0 25px; margin-top: -41px;}
.text2 {position: relative; padding: 0 0 0 21px; margin-top: -36px;}
.text3 {position: relative; padding: 0 0 0 40px; margin-top: -43px;}
.footpara{color:#666666!important; font-size: 14px; line-height: 28px;}
.footicnclr{color:#666666;}
.fonticn{color:#666666; font-size: 10px;}
.contact-form .form-control {
	height: 50px!important;
	border: 1px solid #e5e6e9;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-top: 5px;
	font-size: 14px;}
.contact-form .form-control.formheight{height: 150px!important;}
.linkbtn{background:#db261d; color:white!important; padding:9px 30px; border:1px solid #db261d; transition:.5s;}
.linkbtn:hover{background:#db261d; color:white!important;}
.cms-title .titles {font-size: 60px; color: #222;}
.titles::before, .titles::after {
    content: "\f006" "\f006" "\f006";
	font-family: "FontAwesome";
	position: absolute;
	bottom: 75px;
	font-weight: 300;
	font-size: 1.5rem;
	color: #db261d;
	letter-spacing: 6px;}
.titles::before {left: 31%;}
.titles::after {right:31%;}
.showcase-wrapper, .thumb-previewer{padding: 8px; background: #fff;}
.thumb-img{
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-left: -20px;
	margin-top: 10px!important;}
.thumb-img li{margin-left: 10px; width: calc(100% / 5 - 20px);}
.thumb-img li a{
    display: block;
    padding: 6px;
    background: #fff;
    box-shadow: 0 0px 8px 1px #0000004f;}
.thumb-img li a img{max-width: 100%;}
.cardpricediscount {
    color: #33333380;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-decoration: line-through;
    margin-right: 10px;}
.cardpricemain {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;}
.checkbtn{color:#333!important; font-size: 15px; letter-spacing:1px;  text-transform: uppercase; text-decoration: underline!important; cursor: pointer;}
.form-control{border-radius: 50px!important;}
.cardbtn {
    background: #d1a157;
    color: white !important;
    padding: 9px 25px;
    transition: .5s;
    border-radius: 50px;}
.cardbtn:hover{background:#292929;}
.cardbtn1 {
    background: #292929;
    color: white !important;
    padding: 9px 25px;
    transition: .5s;
    border-radius: 50px;}
.cardbtn1:hover{background:#d1a157;}
.nav-tabs .nav-link.active {color: #fff!important; background-color: #d1a157!important; border:none!important;}
.nav-tabs .nav-link	{color:black!important;}
.nav-tabs {border-bottom: 3px solid #d1a157!important;}
.nav-tabs .nav-item .nav-link {padding: .5rem 2rem!important;}
.nav-tabs .nav-link:hover {border-color:#d1a157!important;}
.nav-tabs .nav-item { margin-bottom: -2px!important;}
.accordion .card {
	border-radius: 0;
	border: none;
	margin-bottom: 0px;
	padding-bottom: 5px;}
.accordion .card-header {
	background: white;
	padding: 0rem 1rem;
	border-radius: 0;
	margin-bottom: -5px!important;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border: none;
	color:#72645f;}
.accordion .card-header .btn {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	position: relative;
	top: -2px;
	text-align: left;}
.accordion .card-header i {
	float: right;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 3px;}
.accordion .card-header button:hover {color: #23384e;}
.accordion .card-header.highlight {color: #fff;background: -webkit-linear-gradient(left,#79ccff 0%,#9b75ff 100%);}
.accordion .card-body {text-align: justify;}
.breadcrumbs {margin: 4% 0%; padding:0;}
.breadcrumbs li {
    margin: 0;
    padding: 5px;
    display: block;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 20px;
    color: hsl(0, 0%, 30%);}
.breadcrumbs li a {
    display: block;
    padding: 0 40px 0 0px;
    color: hsl(0, 0%, 30%);
    text-decoration: none;
    height: 20px;
    position: relative;
    perspective: 700px;}
.breadcrumbs li a::after {
    content: '';
    width: 20px;
    height: 20px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    position: absolute;
    right: 20px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
    -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
    transform: rotateZ(45deg) skew(10deg, 10deg);}
.breadcrumbs li a:hover::after {
    right: 15px;
    -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
    -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
    transform: rotateZ(45deg) skew(-10deg, -10deg);}
.links li {position: relative; line-height: 30px; overflow: hidden;}
.links li a {
    position: relative;
    display: block;
    color: white;
	font-size:15px;
    text-decoration: none;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;}
.links li a::before {
    font-family: 'FontAwesome';
    content: '\f0da';
    position: absolute;
    left: -20px;
    top: 0px;
    width: 24px;
    line-height: 30px;
    display: block;
    color: #87b6be;
    font-size: 18px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;}
.links li a:hover {padding-left: 15px; color: #000;}
.links li a:hover::before {left: 0px;}
.productmenuclr{color:#72645f;}
.sort .form-control{font-size: 14px!important;}
.dropdown-menu{min-width: 13rem!important; border-radius: 0px!important;}
.dropdown-item{padding: 10px 35px!important; white-space: inherit !important;}
.dropdown-submenu{position:relative;}
.dropdown-submenu > .dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover > .dropdown-menu{display:block;}
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#333030;
    margin-top:5px;
    margin-right:-10px;}
.dropdown-submenu:hover > a:after{border-left-color:#333030;}
.dropdown-submenu .pull-left{float:none;}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;}
.header-sticky {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    z-index: 999;
    display: none;}
.header-sticky.sticky {
    -webkit-animation: .8s ease-in-out 0s normal none 1 running slideInDown;
    animation: .8s ease-in-out 0s normal none 1 running slideInDown;
    display: block;}
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;}
.btn-12{
    position: relative;
    right: 20px;
    bottom: 20px;
    border:none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
    font-size: 15px;}
.btn-12 span {
    background: rgb(251, 37, 2);
    background: linear-gradient(0deg, rgb(249, 10, 10) 0%, rgb(251, 37, 2) 100%);
    display: block;
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;}
.btn-12 span:nth-child(1) {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;}
.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;}
.btn-12:hover span:nth-child(1) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);}
.btn-12:hover span:nth-child(2) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);} 
.accordion .card1 {
	border-radius: 0;
	border: none;
	margin-bottom: 25px;
	padding-bottom: 5px;}
.accordion .card-header1 {
	background: #a2c7d0;
	padding: .4rem 1rem;
	border-radius: 0;
	margin-bottom: -5px!important;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border: none;
	color:white;}
.accordion .card-header1:hover {background: #a2c7d0;}
.accordion .card-header1 .btn {
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	position: relative;
	top: -2px;
    color: black;}
.accordion .card-header1 i {
	float: right;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 3px;}
.accordion .card-header1 button:hover {color: #23384e;}
.accordion .card-header1.highlight {color: #fff; background: #a2c7d0;}
.accordion .card-body1 {text-align: justify;}
#scroll {
    position:fixed;
    right:10px;
    bottom:20px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#82b1bb;
    text-indent:-9999px;
    display:none;
    border-radius:60px}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;}
#scroll:hover {background-color:#24a9c5; opacity:1;}
/* Timeline*/
.main-timeline{overflow: hidden; position: relative;}
.main-timeline .timeline{position: relative; margin-top: -79px;}
.main-timeline .timeline:first-child{ margin-top: 0; }
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;}
.main-timeline .timeline:before{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: -8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;}
.main-timeline .timeline-icon{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #f44556;
    border-right-color: #f44556;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);}
.main-timeline .year{
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #f44556;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);}
.main-timeline .timeline-content{
    width: 35%;
    float: right;
    background: #f44556;
    padding: 30px 20px;
    margin: 50px 0;
    z-index: 1;
    position: relative;
    height: 135px;}
.main-timeline .timeline-content:before{
    content: "";
    width: 20%;
    height: 15px;
    background: #f44556;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);}
.main-timeline .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;}
.main-timeline .description{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;}
.main-timeline .timeline:nth-child(2n):before{ box-shadow: 8px 0 5px -5px rgba(0, 0, 0, 0.5) inset; }
.main-timeline .timeline:nth-child(2n) .timeline-icon{ transform: rotate(-135deg); }
.main-timeline .timeline:nth-child(2n) .year{ transform: rotate(135deg); }
.main-timeline .timeline:nth-child(2n) .timeline-content{ float: left; }
.main-timeline .timeline:nth-child(2n) .timeline-content:before{left: auto; right: -20%;}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-top-color: #e97e2e; border-right-color: #e97e2e;}
.main-timeline .timeline:nth-child(2n) .year{ color: #e97e2e; }
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ background: #e97e2e; }
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-top-color: #13afae; border-right-color: #13afae;}
.main-timeline .timeline:nth-child(3n) .year{ color: #13afae; }
.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before{ background: #13afae; }
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-top-color: #105572; border-right-color: #105572;}
.main-timeline .timeline:nth-child(4n) .year{ color: #105572; }
.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before{ background: #105572; }
@media only screen and (max-width: 1199px){
    .main-timeline .timeline{ margin-top: -103px; }
    .main-timeline .timeline-content:before{ left: -18%; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{ right: -18%; }
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline{ margin-top: -127px; }
    .main-timeline .timeline-content:before{ left: -2%; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{ right: -2%; }
}
@media only screen and (max-width: 767px){
    .main-timeline .timeline{margin-top: 0; overflow: hidden;}
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before{box-shadow: none;}
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg);}
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{ transform: rotate(-135deg); }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto;}
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%,0);}
}
/*Timeline End*/
.gbtn{background: transparent; padding: 10px 30px; font-size: 14px; border: 1px solid #d8d8d8 !important;}
.gimg{width: 23px;}
.modal-body {padding: 0rem 0 1rem 0!important;}
.table-shopping-cart{border-radius: 6px;}
.table-shopping-cart > thead{background-color:#90c2bb;}
.table-shopping-cart > tbody > tr {border-bottom: 1px solid #90c2bb;}
.table-shopping-cart > tbody > tr > td {vertical-align: middle;}
.cart__image {border-radius: 4px; max-width: 85px;}
.table-shopping-cart-qty .form-control{width:75px!important; text-align: center;}
.mobile-label-price, .mobile-label-quantity, .mobile-label-total {display: none;}
.black{color:#323232;}
.qtypos{position: relative; left: 43px;}
.checkoutbtn{background-color:#90c2bb; color:black; padding:10px 25px; border-radius: 50px; font-size: 16px; font-weight: 700; letter-spacing: 1px;}
.checkoutbtn:hover{background-color:#41d2be; color:black;}
.right{text-align:right;}
.right1{text-align:left;}
.sidescroll {
    height: 200px;
    max-height: 100%;
    z-index: 999;
    overflow-y: scroll;
    scrollbar-width: thin;}
.checkpad{padding: 70px 70px 20px 70px;}
.sidepad{padding: 90px 70px 20px 70px;}
.shipping, .business_invoice{background-color:#90c2bb; color:black; padding:15px 25px; border-radius:5px; font-size: 16px; font-weight: 700;}
.checkimage {border-radius:4px; max-width: 70px;}
.product_description{width: 1em; min-width: 100%;}
.product_price {white-space: nowrap;}
.product td {padding-top: 1em; vertical-align: middle;}
.cardpad{padding:70px 0;}
.cardsecbg{background-color: #fcf6f6 ;}



@media (min-width:5px) and (max-width:767.98px){
.pad{padding:45px 0;}
.navbg {background: white; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);}	
.logo{width:50px;}
.mynav1{position:relative!important;}
.main-content .owl-theme .custom-nav .owl-prev {left: 6px;}
.main-content .owl-theme .custom-nav .owl-next {right: 10px;}
.main-content1 .owl-theme .custom-nav .owl-prev {left: 6px; top:40px;}
.main-content1 .owl-theme .custom-nav .owl-next {right: 10px; top:40px;}
.cms-title .titles {font-size: 40px;}
.titles::before {left:10%;}
.titles::after {right:8%;}
.titles::before, .titles::after {bottom: 65px; font-size: 1rem;}
.cardbtn, .cardbtn1{padding: 9px 10px;}
.table-shopping-cart thead {display: none;}
.table-shopping-cart > tbody > tr > td {
    width: 100%;
    border: none;
    text-align: center;
    padding: 4px;
    display: block;}
.table-shopping-cart > tbody > tr td:nth-child(3) {
    width: 33%;
    float: left;
    padding-bottom: 15px;
    display: block;
    padding: 5px 0 5px 10px;
    text-align: left;
    border: none;}
.table-shopping-cart > tbody > tr td:nth-child(4) {
    width: 34%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    float: left;
    margin-bottom: 20px;
    padding: 5px 0;
    border: none;}
.table-shopping-cart > tbody > tr td:nth-child(5) {
    width: 33%;
    padding-right: 0;
    padding-bottom: 15px;
    display: inline-block;
    padding: 5px 10px 5px 0;
    border: none;
    text-align: right;}
.mobile-label-price, .mobile-label-quantity, .mobile-label-total {display: block;}
.qtypos{position: relative; left: 0px;}
.table-shopping-mobile {position: relative; top: -190px; right: -30px; padding: 20px;}
.right, .right1{text-align: center;}
.checkpad, .sidepad {padding: 20px 15px 20px 15px;}
}


@media (min-width:768px) and (max-width:992.98px){
.pad{padding:45px 0;}	
.navbg {background: white; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);}	
.cardbtn, .cardbtn1{padding: 9px 10px;}
.sina-nav .sina-brand > img {top: 6px!important;}
.logo {width: 50px;}
#button {top: 75%; left: 23%;}
.modal-dialog {max-width: 750px!important;}
.qtypos{position: relative; left: 0px;}
.main-content1 .owl-theme .custom-nav .owl-prev {left: 6px; top:40px;}
.main-content1 .owl-theme .custom-nav .owl-next {right: 10px; top:40px;}
}


#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}
.pagepad{padding:120px 0;}
.page-banner-section{/*background-image: url("../images/hero.jpg"); 
background-repeat: no-repeat;
background-size: cover;
height: auto;
position: relative;*/
background-repeat: no-repeat;
position: relative;
background-position: center center;
background-size: contain;
padding: 120px 0;}
.page-banner-section::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;}
.page-banner-content .page-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;}
.page-banner-content .page-breadcrumb li::after {
    position: absolute;
    right: -18px;
    top: 0;
    content: "/";}
.page-banner-content .page-breadcrumb li {
    margin-right: 30px;
    position: relative;}
.page-banner-content .page-breadcrumb li a {
    font-size: 16px;
    color: #1a161e;
    font-weight: 500;}  
.page-banner-content .page-breadcrumb li:last-child::after {display: none;}
.smart-scroll{
	position: sticky!important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;}
.scrolled-down{transform:translateY(-100%); transition: all 0.3s ease-in-out;}
.scrolled-up{transform:translateY(0); transition: all 0.3s ease-in-out;}
.addbtn{background-color: #90c2bb;
    color: black;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;}

    #search_list_cover { position: relative; }
    #search_product_by_code_list, #search_product_by_name_list, #compliment_product_by_code_list, #compliment_product_by_name_list {
        max-height: 400px;
        overflow-y: scroll;
        scrollbar-width: thin;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 5px 10px;
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        margin: 0;
        padding: 0;
        top: -5px;
    }
    .search_list ul li a, .search_list ul li a {
        color: #000;
        font-size: 14px;
        line-height: 15px;
    }
    .search_list ul li, .search_list ul li { 
        padding: 5px 10px;
        text-align: left;
    }
    .search_list ul li.active, .search_list ul li.active { background:#89af0d; }
    .search_list ul li.active a, .search_list ul li.active a { color:#fff; }

    
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}