html, body, div, ul {
	box-sizing: border-box;
}

html, body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif !important;
}
a:focus{
	outline: none;
}
.card {
    /* height: 400px; */
    margin: 0 auto;
    padding: 15px;
    max-width: 630px;
	width: 100%;
}

.card a.thumb {
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 5px 10px 0;
}

.card a.thumb img {
	max-width: 100%;
	max-height: 100%;
}

.back {
    background-image:url("../images/600x400.png");
	background-repeat:no-repeat;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 25px 0px 0px 0px;
    text-align: center;
    width: 100%;
	border-radius: 25px;
}

.front {
    background-color: #fff;   
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: auto;
    padding: 30px 0 0px 0px;
    text-align: center;
    width: 100%;
	border-radius:15px;
	background-repeat: no-repeat;
	position: relative !important;
	overflow: hidden;
	background-size: auto 400px;
	background-position: top center;

}
.img-back img{
    position: absolute;
    width: 368px;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}
.mb-30{
	margin-bottom:30px;
}
/*.front-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 25px 0px 0px 25px;
}*/
.logo{
	width: 90%;
	max-width: 300px;
    margin-left: 0px;
    margin-top: 12px;
}
.info-div{
	margin-top: 30px; 
	text-align:center;
	color: #000000;
	
}
.info-div span{
	margin-left:0px;
}
.p-title{
	font-size:22px;
	font-weight:600;
	font-family: 'Playfair Display', serif;
	margin-top: 20px;
    display: inline-block;
}
.info-div a{
	color: #333333; 
	text-decoration: none;
	font-size: 16px;
}
.info-div a:hover{
    color:#000;
	text-decoration: none;

}
.img-div{
	width: 100%; 
}

.back-main{
	float: left; 
	/*background-color: rgb(255, 255, 255); */
	width: 100%; 
	height: 100%; 
    background-position: bottom;
    border-radius: 25px;
}
.social a{
	margin-right: 12px;	
}
.social a img{
	width: 20px;
}

.social{
	margin-top: 5px;	
	margin-left:0px;
}


.back-div {
    float: left;
    width: 100%;
}

.services{
	float: left;
}

.services ul{
	padding: 0px 0px 0px 30px; 
	text-align: left; 
	color: #333333;
}
.services ul li{
	list-style-type: square
}
.services img{
	width:100px;
}

.enq-div h3{
	font-size: 20px;
    padding-top: 130px;
    margin-top: 50px;
}
.addressDiv{
	width: 100%; float: left; margin-top: 5px;font-size: 15px; position: absolute; 	
}
.addressDiv a{
	text-decoration: none !important;
	color: #333333;	
}
.addressDiv a:hover{
	text-decoration: none !important;
	color: #333333;	
}
#popup {
	display: none;
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 50px 2px #000;
    z-index: 99999;
	}
#close{
	position:absolute;
	right:5;
	top:5;
}

.invitation{
	margin-top:50px;
	width:400px;
}

.right-arrow{
	/*
	float: right; 
	margin-right: 24px; 
	margin-top: 8px;
	*/
	position: absolute;
	left:0;
	bottom: 1px;
}

.right-arrow img{
	width: 30px
}

.left-arrow{
	/*
	float: left; 
	margin-left: 15px; 
	margin-top: 10px;
	*/
	position: absolute;
	right:0;
	bottom: 1px;

}

.left-arrow img{
	width: 30px;
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg); /*opera*/
transform: rotate(180deg); /*likely future standard*/
}

.effect, .effect1, .effect2, .effect3, .effect4, .effect5, .effect6, .effect7, .effect8, .effect9, .effect12, .effect13, .effect14{
	display: none;
}

.enq-div img{
	width: 15px; margin-right: 5px;
}

.addressDiv p{
	color: #333333;
}


.right-arr-sug{
	position: absolute; 
	right: 0px; 
	bottom: -41px; 
	color: #000;
	text-align: left;
}

.left-arr-sug{
	position: absolute; 
	left: 0px; 
	bottom: -41px; 
	color:#000;
	text-align: left;
}
.background{
	color: rgb(255, 255, 255);
    backface-visibility: hidden;
    background: #333333;
    padding: 6px;
}
.marquee {
  height: auto;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 200px auto;
}

.marquee--inner {
  display: block;
  width: 200%;
  margin: 70px 0;
  position: absolute;
  animation: marquee 20s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
}

/*.half {
  float: left;
  width: 10%;
}*/


@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.dialog .modal-dialog{
	    width: 360px ;
		    margin: 50px auto;
}
.dialog .modal-body{
	padding: 20px;
}
.dialog .modal-header{
	border-bottom:none ;
	padding:10px 15px ;
}
.dialog input{
	margin: 9px 3px;
}
.dialog .btn{
	background:#25D366;
	border:1px solid #25D366;
	color:#fff;
	margin-left: 86px;
}
.dialog .btn:hover {
	background:#1fad53;
	border:1px solid #1fad53;
	color:#fff;
	
}
/****************************************RESPONSIVE CSS START *******************************************************/

@media (min-width: 320px) and (max-width: 480px) {
	
	
	.card{
		width: 100%;

	    margin: 0;
	    /* height: 280px; */

	}
	
	/* .logo{
		width: 140px;
		margin-top: 3px;
		margin-left: 25px;
	} */
	.front{
		padding: 35px 0 0px 0px;
	}
	.img-back img {
    width: 232px; 
	}
	.p-title{
		font-size:18px;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 2px;
	}
	.invitation{
	margin-top:50px;
	width:300px;
	}
	.info-div{
		font-size: 13px;
		margin-top:12px;
		padding: 0 15px;
		/* margin-right: 15px; */
	}
	.services img {
		width: 65px;
	}
	.social a img {
	    width: 18px;
	}
	.info-div span{
		margin-left:0px;
	}
	.social{
		margin-left:0px;
	}
	.back{
		padding: 5px 0px 0px 0px;
	}
	.services{
		padding-top: 5px;
	}
	.enq-div h3{
    	font-size: 15px;
		padding-top: 110px;
		margin-bottom: 0px;
	}
	.background {
		padding: 6px;
		font-size: 15px;
		margin-top: 4px;
		margin-bottom: 2px;
}

	.addressDiv p{
		font-size: 12px;
		margin-bottom:5px;
		
	}
	.addressDiv{
		margin-top: 10px;
	}
	
	.left-arrow img{
		width: 20px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 1px;
	}
	.left-arr-sug{
		font-size: 12px;
	}
	.right-arr-sug{
		font-size: 12px;
	}
	.dialog .modal-dialog{
		width:330px;
	}
	.dialog .modal-body{
		    padding: 13px;
	}
	.dialog p{
		font-size:13px;
	}
}


/*@media (min-width: 481px) and (max-width: 767px) {
	.card{		
	    padding: 17px 10px 13px 20px;
	    margin: 0;
	   
	}
	.addressDiv{
		margin-top: 35px;
	}
	.logo {
		margin-left: 12px !important;
	}
}*/
@media only screen and (min-width: 411px) and (max-height: 823px){
	.logo {
		margin-left: 12px !important;
	}
}

/****** popover css**********/
.popover-content{
	font-size: 12px;
}

.left-popoverarrow img{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg); /*opera*/
	transform: rotate(180deg); /*likely future standard*/
}




.popover-remove{
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.8);
	margin: auto; 
	position: absolute; 
	z-index: 1070; 
	background-color: rgb(255, 255, 255); 
	left: 10%; bottom: 10%; 
	padding: 10px 15px; 
	border-radius: 5px; 
	color: rgb(70, 70, 178); 
	letter-spacing: 1px; 
	text-decoration: none;
}
/******popover css **********/

/* ================== Floting Button ========================== */

#floating-button{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #db4437;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 7px;
  margin: 0;
  line-height: 55px;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: initial;
}

.edit{
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit{
  animation: edit-in 0.2s;
   animation-delay: 0.1s;
  animation-fill-mode: initial;
}

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
  padding: 7px;
}

.nd1{
  background: #1A73E8;
  right: 110px;
  bottom: 30px;
  color: #FFF;
  animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd3{
  background: #25d366;
  right: 70px;
  bottom: 30px;
  color: #FFF;
  animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  background: #06C;
  right: 40px;
  bottom: 240px;
  color: #FFF;
  animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}
.nd1 .wats{
  font-size:22px;
  margin-top:9px;
  margin-left:9px;
}
.nd4 .wats{
  font-size:22px;
  margin-top:9px;
  margin-left:12px;
}
.nd3 .wats{
  font-size:22px;
  margin-top:9px;
  margin-left:9px;
}
@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{
  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}


/*new css*/
.whatsapp-share{
	background-color: #362222;
	padding-top: 10px;
	padding-bottom: 10px;  
	background-size: 100px 100px;
}
.whatsapp-info-div{
	margin: 0;
	padding: 0 15px;
}
.wrapper {
    height: 50px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
.wrapper input{
  height: 40px;
  width: 100%;
  border: none !important;
  border-radius: 30px;
  padding: 0 130px 0 15px;
  font-size: 15px;
  outline: none;
  box-shadow: 5px 5px 30px rgba(0,0,0,.2);
}
.wrapper .btn-2{
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  font-size: 13px;
  color: #fff;
  line-height: 39px;
  background: #27b43e;
  height: 40px;
  width: 97px;
  user-select: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  margin: 0;
  transform: translateY(-50%) scale(0.95);
}

.shadow-button {
    padding: 9px 6px;
    font-size: 14px;
    color: #ffffff !important;
    margin: 0px;
    flex: 1;
    display: inline-block;
	cursor: pointer;
}
.shadow-button img {
    width: 30px;
    height: 30px;
	margin-right: 5px;
}
.shadow-button:hover{
	border-radius: 10px;
	/* background-color: #3d3534; */
	color: #ffffff;
	text-decoration: none;
}
.wrapper .btn-2:hover{
	background: #075e54;
}
.wrapper .btn-2:active{
  transform: translateY(-50%) scale(0.90);
}
.wrapper #click{
  display: none;
}
.wrapper .btn-2 a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.wrapper .btn-2 a:hover{
	color: #fff;
	text-decoration: none;
}
.wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
	font-size: 14px;
  }
.wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.wrapper input:-ms-input-placeholder { /* IE 10+ */
	color: #999;
	font-size: 14px;
}
.social-info {
    padding: 40px;
	background-size: cover;
    background-position: center center;
}
.social-links a{
    background-color: #F0ECE3;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 9px;
	border: 1px solid #ddd;
}
.table-row-label-text {
	margin-top: 10px;
    margin-bottom: 10px;
	-moz-column-count: 4;
    -moz-column-gap: 10px;
    -moz-column-width: 30%;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    -webkit-column-width: 30%;
    column-count: 4;
    column-gap: 10px;
    column-width: 30%;
}
.table-row-label-text span{
	border: 2px solid #dddddd;
	display: inline-block;
	padding: 5px;
    margin: 7px 2px;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: middle;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: relative;
	width: 100%;
}
.brands-info{
	background-color: #362222;
	color: #fff;
}
.product-title {
    padding: 10px 0;
    border-bottom: 2px solid #f0ece3;
}

.product-title h3 {
    margin: 0;
}
.marquee-wrapper{
	text-align:center;
	OVERFLOW: HIDDEN;
  }
.marquee-wrapper .container{
	overflow:hidden;
}
.marquee-inner span{
	float:left;
	width:50%;
}
.marquee-wrapper .marquee-block{
	--total-marquee-items:5;
	height: 94px;
	width: calc(220px * (var(--total-marquee-items)));
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	margin: 20px auto;
}
.marquee-inner{
	display: block;
	width: 200%;
	position: absolute;
}
.marquee-inner p{
	font-weight: 800;
	font-size: 30px;
	font-family: cursive;
}
.marquee-inner.to-left{
	animation: marqueeLeft 15s linear infinite;
}
.marquee-inner.to-right{
	animation: marqueeRight 15s linear infinite;
}
.marquee-item{
	width: 200px;
	height: auto;
	display: inline-block;
	margin: 0 10px;
	float: left;
	transition: all .2s ease-out;
	background:#ffffff;padding: 10px;
    border-radius: 10px;
}
.marquee-item img {
	  width: 100%;
}
.product-content {
    padding: 15px;
}
.marquee-wrapper {
    text-align: center;
    OVERFLOW: HIDDEN;
    padding: 0;
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 10px;
    border: 1px solid #fff;
}
.brand-title{
	padding: 10px 0 ;
}
.brand-title h3{
	margin: 0;
}
.brand-content{
	padding: 5px 15px 15px 15px;
}
li.share-button img{
	height: 40px;
	width: 40px;;
}
.share-buttons .share-button {
    padding: 4px;
    list-style: none;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
}
.share-form-buttons-container {
    margin-bottom: 5px;
    margin-top: 5px;
}
.share-buttons {
    list-style: none;
    display: block;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
	margin-top: 10px;
	text-align: center;
}
.modal-title{
	font-size: 18px;
    text-align: center;
}
.share-form .share-form-header .close {
    top: 18px;
    color: #555555;
}
.close{
	opacity: 1 !important;
}
.modal-header {
    padding: 15px;
    border-bottom: none !important; 
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none !important;
}
.modal-content{
	border-radius: 15px !important;
}
.modal-header .close{
	margin-top: -14px !important; 
}
.modal {
	text-align: center;
	padding: 0!important;
  }
  
  .modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
  }
  
  .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
  }
.address-div {
	padding: 0 30px;
	margin-bottom: 15px;
}
.address-div .address-content {
	display: block;
	overflow: hidden;
}
.address-div .address-content h5 {
	display: block;
	overflow: hidden;
	margin: 0;
}
.address-div .address-content h5 a {
	color: #333333 !important;
	text-shadow: 1px 1px 1px #fff;
}
.address-div .address-content h5 a:hover {
	color: #000000 !important;
}
.share-divider{
    display: none;
}

  @keyframes marqueeLeft{
	0% {
	  left: 0;
	}
	100% {
	  left: -100%;
	}
  }
  @keyframes marqueeRight{
	0% { 
	  left: -100%; 
	}
	100% {
	 left: 0; 
	}
  }

@media(max-width: 600px){
	.table-row-label-text {
		margin-top: 10px;
		margin-bottom: 10px;
		-moz-column-count: 3;
		-moz-column-gap: 10px;
		-moz-column-width: 30%;
		-webkit-column-count: 3;
		-webkit-column-gap: 10px;
		-webkit-column-width: 30%;
		column-count: 3;
		column-gap: 10px;
		column-width: 30%;
	}
}
@media (max-width: 550px) {
	.marquee-wrapper .marquee-block {
		--total-marquee-items: 5;
		height: 73px;
		width: calc(170px * (var(--total-marquee-items)));
		
	}
	.marquee-item {
		width: 150px;
	}
	.share-divider{
		display: block;
		width: 100%;
	}
	.modal-header .close {
		margin-top: -24px !important;
	}
	.modal-header {
		padding: 30px 15px 10px 15px !important;
		border-bottom: none !important;
	}
}
@media(max-width: 480px){
	.table-row-label-text {
		margin-top: 0px;
		margin-bottom: 0px;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-moz-column-width: 30%;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		-webkit-column-width: 30%;
		column-count: 2;
		column-gap: 10px;
		column-width: 30%;
	}
	.col-exs-12 {
		width: 100% !important;
	}
	.address-div {
		padding: 0 15px;
	}
	.logo {
		margin: 0;
	}
	.front {
		background-size: auto 450px;
	}

	.social-info {
		padding: 30px 20px;
	}
	.social-info .row {
		margin: 0 -5px;
	}
	.social-info .row .col-xs-3{
		padding: 0 5px;
	}
	.table-row-label-text span {
		border: 1px solid #dddddd;
	}
}
