:root {
    --theme-color: #ED3835;
    --theme-color-light: #ED383526;
    --theme-color-100: #ED3835;
    --theme-color-75: #ED383590;
    --theme-color-50: #ED383580;
    --theme-color-25: #ED383570;
}

html {
    scroll-behavior: smooth;
}

html, body, div, ul {
	box-sizing: border-box;
}
body {
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.name-desi {
    height: 45px !important;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
}

svg.card {
    border: 0px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.digitalcard {
    height: 400px;
    margin: 0 auto;
    padding: 0px;
    width: 600px;
    /*margin-top: 5% !important;*/
  position: absolute !important;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.digitalcard a.thumb {
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 5px 10px 0;
}

.digitalcard a.thumb img {
	max-width: 100%;
	max-height: 100%;
}

.back {

    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 100%;
	border-radius: 20px;
}

.front {
    background-color: #FFF;   
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 100%;
	border-radius: 20px;
}

/*.front-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 25px 0px 0px 25px;
}*/

.digitalcardlogo{
	/*float: left; 
	margin-right: 20px;*/
	width:260px;
	margin-top:-5px;	
}
.info-div{
	float: right; 
	margin-right: 20px;
	color: rgb(63, 29, 11);
	font-weight:600;
	margin-top:20px;
	color:black;
}
.info-div a{
	color: black;
	text-decoration: none;
	font-weight: 500;
    letter-spacing: 1;
    font-size: 12px;
}
.info-div a:hover{
	text-decoration: none;
	color: rgb(63, 29, 11);
}
.img-div{
	width: 100%; float: left; margin-top: 20px;
}

/*.back-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 0px 25px 25px 0px;
}*/
.digitalcardsocial a{
	margin-right: 5px;	
}
.digitalcardsocial a img{
	width: 20px;
}

.digitalcardsocial{
	margin-top: 3px;
	font-size: 25px;
}


.back-div {
    /*float: left;*/
    width: 100%;
}

.services{
	float: left;
	 margin-top: 15px;
}

.services ul{
	padding: 0px 0px 0px 30px; 
	text-align: left; 
	color: rgb(51, 153, 204);
}
.services ul li{
	list-style-type: square
}


.enq-div {
    color: #3399cc;
    float: right;
    margin-right: 15px;
}
.enq-div .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 14px;
    text-align: right;
}
.enq-div p{
	margin: 0px; text-align: right; font-size: 14px;
}
.enq-div a{
	text-decoration: none;
	color: rgb(51, 153, 204);
}
.addressDiv{
	width: 50%; float: left; font-size: 15px; 	
	border-color: #af751d;   
	margin-top: 0px;
    margin-left: 0;
}
.addressDiv a{
	text-decoration: none;
	color:black;
}
.addressDiv a:hover{
	text-decoration: none;
	color:white;
}

.right-arrow{
	/*
	float: right; 
	margin-right: 24px; 
	margin-top: 8px;
	*/
	position: absolute;
	left:0;
	bottom: 6px;
}

.right-arrow img{
	width: 30px
}

.left-arrow{
	/*
	float: left; 
	margin-left: 15px; 
	margin-top: 10px;
	*/
	position: absolute;
	right:0;
	bottom: 6px;
	transform-style: preserve-3d;

}

.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: 155px; margin-right: 0px;
}


.right-arr-sug {
	position: absolute; 
	left: 5px !important;
    bottom: 0px !important;
	color: rgb(71, 71, 179);
	text-align: left;
}

.left-arr-sug{
	position: absolute; 
	left: 25px; 
	bottom: -35px; 
	color: rgb(71, 71, 179);
	text-align: left;
}

/****************************************RESPONSIVE CSS START *******************************************************/

@media (min-width: 320px) and (max-width: 480px) {
	
	
	.digitalcard{
		width: 95%;
	    padding: 50px 10px 13px 10px;
	    margin: 0;
	    height: 228px;
	    margin-top: 18%;
	}
	
	.digitalcardlogo{
		width:140px;
		margin-top: 0px;
		margin-right: 0px;
	}
        
	.front{
		padding: 20px 20px 20px 20px;
		background-image:url("../images/bg1.html");
		background-repeat:no-repeat;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 2px;
	}
	.info-div{
		font-size: 13px;
		margin-right: 0px;
		margin-top: 40px;
	}
	.img-div{
		margin-top: 10px;
	}
	
	.digitalcardsocial a img {
	    width: 18px;
	}
	
	.back{
		padding: 0px 20px 20px 20px;
	}
	
	.services{
		margin-top: 15px;
    	font-size: 9px;
	}
	.enq-div .p-title{
		font-size: 9px;
	}
	.enq-div p{
		font-size: 9px;
		margin-top: 5px;
	}
	
	.enq-div img{
		width: 110px;
	}
	
	.addressDiv p{
		font-size: 11px;
		
	}
	.addressDiv{
	border-color: #af751d;
    border-left: 2px solid white;
    border-right: 2px solid white;
    width:100%;
    height:auto;
    margin-top: 5px;
    margin-left: 0px;
	}
	
	.left-arrow img{
		width: 20px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 1px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.digitalcard{		
	    padding: 0px;
	    margin: 0;
	    width: 560px;
	}
	.front, .back {
        width: 100% !important;
    }
    .front .front-main, .back .back-main, svg.card {
        width: 100% !important;
    }
	.addressDiv{
	border-color: #af751d;
    /*border-left: 2px solid white;*/
    /*border-right:2px solid white;*/
    width: 90%;
    height: 100%;
    /*margin-top: 20px;*/
    /*  margin-left: 35px; */
	}
	.addressDiv p{
		font-size: 11px;
		
	}
}

/****** popover css**********/
.logocontainer  {
            -webkit-animation: rotate 3s linear infinite;
        }

		.backlogo {
            -webkit-transform: rotateY( 180deg );
            transform: rotateY( 180deg );
            position: absolute;
            top: 0px;
        }

		@-webkit-keyframes rotate {
            from { -webkit-transform: rotateY(0deg)}
    to{ -webkit-transform: rotateY(360deg)}
}

.reversearrow {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.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%; top: 50%;
	padding: 10px 15px; 
	border-radius: 5px; 
	color: #4db39b; 
	letter-spacing: 1px; 
	text-decoration: none;
}
/******popover css **********/
@media (max-width: 767px) and (min-width: 481px) {
            .contactdetail {
                margin-top: 0.5em !important;
            }
        }
        
    .back a {
        text-decoration: none;
    }
        .back a:hover {
            color: #3f7363;
        }

        .addressDiv a {
            color: #3f7363;
        }
            .addressDiv a:hover {
                color: #3f7363;
            }
.snow-container {
            width: 600px;
            height: 320px;
            margin-top: 32px;
            border-radius: 20px;
        }
        .thumbnail {
            margin-bottom: 30px;
            padding: 0px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            border: none;
            box-shadow: 0 27px 24px rgba(0, 0, 0, 0.1), 0 40px 77px rgba(0, 0, 0, 0.1);
        }

        .snow.foreground {
            background-position:center!important;
        }
.box {
            width: 200px;
            height: 300px;
            position: relative;
            border: 1px solid #BBB;
            background: #EEE;
        }

        .ribbon {
            position: absolute;
            left: -5px;
            top: -5px;
            z-index: 1;
            overflow: hidden;
            width: 75px;
            height: 75px;
            text-align: right;
        }

            .ribbon span {
                font-size: 12px;
                font-weight: bold;
                color: #ffc107;
                text-transform: uppercase;
                text-align: center;
                line-height: 20px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                width: 100px;
                display: block;
                background: #79A70A;
                background: -webkit-linear-gradient(top right, #147efb, #fc3158);
                box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
                position: absolute;
                top: 19px;
                left: -21px;
            }

                .ribbon span::before {
                    content: "";
                    position: absolute;
                    left: 0px;
                    top: 100%;
                    z-index: -1;
                    border-left: 3px solid #79A70A;
                    border-right: 3px solid transparent;
                    border-bottom: 3px solid transparent;
                    border-top: 3px solid #79A70A;
                }

                .ribbon span::after {
                    content: "";
                    position: absolute;
                    right: 0px;
                    top: 100%;
                    z-index: -1;
                    border-left: 3px solid transparent;
                    border-right: 3px solid #79A70A;
                    border-bottom: 3px solid transparent;
                    border-top: 3px solid #79A70A;
                }

.fancybox-margin{margin-right:0px;}
#st-1 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: center;
  z-index: 94034;
}
#st-1.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}
#st-1.st-hidden {
  opacity: 0;
}
#st-1.st-hide {
  display: none;
}
#st-1 .st-btn {
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in; -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in; -o-transition: opacity 0.2s ease-in, top 0.2s ease-in; -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in; transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}
#st-1 .st-btn:last-child {
  margin-right: 0;
}
#st-1 .st-btn > svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}
#st-1 .st-btn > img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}
#st-1 .st-btn > span {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 60px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}
#st-1.st-has-labels .st-btn {
  min-width: 120px;
}
#st-1.st-has-labels .st-btn.st-remove-label {
  min-width: 50px;
}
#st-1.st-has-labels .st-btn.st-remove-label > span {
  display: none;
}
#st-1.st-has-labels .st-btn.st-hide-label > span {
  display: none;
}
#st-1 .st-total {
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 12px;
  margin-right: 0;
  max-width: 80px;
  padding: 4px 8px;
  text-align: center;
}
#st-1 .st-total.st-hidden {
  display: none;
}
#st-1 .st-total > span {
  font-size: 16px;
  line-height: 17px;
  display: block;
  padding: 0;
}
#st-1 .st-total > span.st-shares {
  font-size: 9px;
  line-height: 9px;
}
#st-1.st-justified {
  display: flex;
  text-align: center;
}
#st-1.st-justified .st-btn {
  -moz-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
}#st-1 .st-btn:hover {
  opacity: .8;
  top: -4px;
}#st-1 .st-btn[data-network='sharethis'] {
  background-color: #95D03A;
}
#st-1 .st-btn[data-network='sharethis'] svg {
  fill: #fff;
}
#st-1 .st-btn[data-network='sharethis'] > span {
  color: #fff;
}
#st-4 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}
#st-4.st-left {
  left: 0px;
}
#st-4.st-hidden.st-left {
  left: -48px;
}
#st-4.st-hidden {
  width: 96px;
}
#st-4 > div {
  clear: left;
  float: left;
}
#st-4 .st-btn {
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}
#st-4 .st-btn.st-first {
  border-top: none;
  border-top-right-radius: 4px;
}
#st-4 .st-btn.st-last {
  border-bottom: none;
  border-bottom-right-radius: 4px;
}
#st-4 .st-btn > svg {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-4 .st-btn > img {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-4 .st-btn > span {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}
#st-4 .st-btn.st-hide-label > span {
  display: none !important;
}
#st-4 .st-total {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #fff;
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  min-height: 34px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 48px;
}
#st-4 .st-total.st-hidden {
  display: none;
}
#st-4 .st-total > span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
}
#st-4 .st-total > span.st-shares {
  font-size: 11px;
  line-height: 11px;
}
#st-4 .st-toggle {
  left: -48px;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #ccc;
  border-bottom-right-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 48px;
}
#st-4.st-hidden .st-toggle {
  border-top-right-radius: 4px;
}
#st-4.st-left .st-toggle .st-left {
  display: inline-block;
}
#st-4.st-left.st-hidden .st-toggle .st-left {
  display: none;
}
#st-4.st-left .st-toggle .st-right {
  display: none;
}
#st-4.st-left.st-hidden .st-toggle .st-right {
  display: inline-block;
}#st-4:hover .st-toggle {
  left: 0;
}
#st-4.st-hidden:hover .st-toggle {
  left: 48px;
}
#st-4.st-toggleable:hover .st-btn.st-last {
  border-bottom-right-radius: 0;
}
#st-4.st-toggleable:hover .st-btn.st-last:hover {
  border-bottom-right-radius: 4px;
}
#st-4 .st-btn:hover {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#st-4.st-has-labels .st-btn:hover {
  width: 120px;
}
#st-4:not(.st-has-labels) .st-btn:hover {
  width: 62px;
}
#st-4 .st-btn.st-hide-label:hover {
  width: 62px;
}
#st-4 .st-btn:hover > svg {
  margin-left: 5px;
}
#st-4 .st-btn:hover > img {
  margin-left: 5px;
}
#st-4 .st-btn:hover > span {
  opacity: 1;
  display: inline-block;
  left: 0;
  filter: alpha(opacity=100);
}
@media (max-width: 1024px) {
  #st-4 .st-btn:hover > svg {
    margin-left: 0;
  }
  #st-4 .st-btn:hover > span {
    display: none;
  }
}@media (max-width: 1024px) {
  #st-4 {
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
}
#st-4.st-hidden {
  bottom: -48px;
  width: 100%;
}
#st-4.st-hidden.st-left {
  left: 0;
}
#st-4.st-hidden.st-right {
  right: 0;
}
#st-4 > div {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  clear: none;
  flex: 1;
  float: none;
}
#st-4 .st-total {
  background: #fff;
  padding: 6px 8px;
}
#st-4 .st-btn {
  -moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
  text-align: center;
  width: auto;
}
#st-4 .st-btn > span {
  display: none;
}
#st-4 .st-toggle {
  display: none;
}/*body { padding-bottom: 48px; }*/
}#st-4 .st-btn[data-network='facebook'] {
  background-color: #4267B2;
}
#st-4 .st-btn[data-network='facebook'] svg {
  fill: #fff;
}
#st-4 .st-btn[data-network='facebook'] > span {
  color: #fff;
}
#st-4 .st-btn[data-network='twitter'] {
  background-color: #55acee;
}
#st-4 .st-btn[data-network='twitter'] svg {
  fill: #fff;
}
#st-4 .st-btn[data-network='twitter'] > span {
  color: #fff;
}
#st-4 .st-btn[data-network='pinterest'] {
  background-color: #CB2027;
}
#st-4 .st-btn[data-network='pinterest'] svg {
  fill: #fff;
}
#st-4 .st-btn[data-network='pinterest'] > span {
  color: #fff;
}
#st-4 .st-btn[data-network='email'] {
  background-color: #7d7d7d;
}
#st-4 .st-btn[data-network='email'] svg {
  fill: #fff;
}
#st-4 .st-btn[data-network='email'] > span {
  color: #fff;
}
#st-4 .st-btn[data-network='sms'] {
  background-color: #ffbd00;
}
#st-4 .st-btn[data-network='sms'] svg {
  fill: #fff;
}
#st-4 .st-btn[data-network='sms'] > span {
  color: #fff;
}
#st-4 .st-btn[data-network='sharethis'] {
  background-color: #95D03A;
}
#st-4 .st-btn[data-network='sharethis'] svg {
  fill: #fff;
}
#st-4 .st-btn[data-network='sharethis'] > span {
  color: #fff;
}




/*----------- RJ STYLE START ------------*/

.digitalcard {
   /* padding: 15px;*/
    perspective: 1200px;
    position: relative;
    transform-style: preserve-3d;
}
main .top-bar {
    color: #3f7363;
    left: 0;
    margin-bottom: 5px !important;
    padding-left: 1em;
    color: #333333;
    text-align: left;
}
main .top-bar .copyright {
    text-decoration: none;
    opacity: 1;
    font-size: 11px;
    color: #333333;
}
main .top-bar .copyright span {
    /*font-family: World Of Water;*/
    font-size: 1.2em;
    color: #333333;
}
main .top-bar .viewcount {
    float: right !important;
    font-size: 0.9em;
    margin-right: 25px;
}
main .top-bar .viewcount span {
    cursor:pointer;
}

.front {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
}
.front .front-main {
    overflow: hidden;
    backface-visibility: hidden;
}
.front .right-arrow {
    backface-visibility: hidden;
    left: 90%;
    background-color: #f0634c;
    padding: 2px;
    /* color: #fff !important; */
    border-radius: 20px;
}
.front .right-arrow i {
    font-size: 2em;
    color: #fff !important;
    backface-visibility: hidden;
}
.front .front-main .addressDiv .frontlogo {
    margin: 60px 0 0 0;
    max-width: 200px !important;
    max-height: 130px !important;
    backface-visibility: hidden;
}
.front .right-arr-sug {
    color: #333333;
    backface-visibility: hidden;
    display: block;
    font-size: 15px;
}
.front .right-arr-sug span {
    backface-visibility: hidden;
}
.front .right-arr-sug a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
    backface-visibility: hidden;
}
.right-arr-sug a i {
     margin-left: 10px;
     margin-right: 5px;
     backface-visibility: initial;
}
.front a:hover {
    text-decoration: none;
}


.back {
    padding: 10px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 0;
    transform: rotateY(-180deg);
    transition: all 0.5s ease-out 0s;
}
.back .back-main .addressDiv {
    margin-top: 47px;
    text-align: left;
    backface-visibility: hidden;
}
.back .back-main .addressDiv p {
    margin-top: 1em;
    margin-bottom: 0px;
    backface-visibility: hidden;
}
.back .back-main {
    text-align: left;
    backface-visibility: hidden;
}
.back .back-div {
    backface-visibility: hidden;
}
.back .back-main .addressDiv .back-logo {
    max-width: 90px;
    backface-visibility: hidden;
}
.back .back-main .addressDiv i, .back .back-main .addressDiv a {
    backface-visibility: hidden;
    color:#333333;
}
.back .back-main .addressDiv span.digitalcardpopover-third {
    margin-top: 0.5em;
    display: inline-block;
    backface-visibility: hidden;
}
.back .back-main .addressDiv .div1 {
    margin-top: 0.5em;
    backface-visibility: hidden;
    overflow: auto;
    display: -webkit-inline-box;
}
.back .back-main .addressDiv .div1 i {
    float: left;
}
.back .back-main .addressDiv .div2 {
    float: left;
    width: 100%;
    backface-visibility: hidden;
}
.addressDiv p {
	color:#333333;
	font-size: 12px;
  letter-spacing: 1;
}
.back .back-main .addressDiv i {
    background: #f0634c !important;
    padding: 8px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    margin-right: 8px;
    color: #fff !important;
}
.back .left-arrow {
    backface-visibility: hidden;
    right: 90%;
    background-color: #f0634c;
    padding: 2px;
    /* color: #fff !important; */
    border-radius: 20px;
}
.back .left-arrow i {
    font-size: 2em;
    backface-visibility: hidden;
    color: #fff !important;
    display: inline;
}
.back .left-arr-sug {
    color: #333333;
    backface-visibility: hidden;
    display: block;
    font-size: 15px;
}
.back .left-arr-sug span, .back .left-arr-sug a {
    backface-visibility: hidden;
}
.back .left-arr-sug a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}
.back .left-arr-sug i {
    margin-left: 10px;
    margin-right: 5px;
    backface-visibility: initial;
}

.back a:hover {
    text-decoration: none;
}
.popover-content i {
    font-size: 18px !important;
}
.popover-remove:hover {
	text-decoration: none !important;
}
.contact-action-table {
    -webkit-border-vertical-spacing: 10px;
    font-size:15px !important;
    line-height: 18px;
    margin-top: 15px;
}
.contact-action-table td {
    padding: 0;
    padding-bottom: 8px !important;
}
.back .back-main .addressDiv a.contact-action-container-text {
    color: #f0634c !important;
}
@media only screen and (max-width: 420px) {
    .front, .back {
        width: 97% !important;
    }
    .front .front-main, .back .back-main, svg.card {
        width: 100% !important;
    }
    .digitalcard {
    /*margin-top: 20% !important;*/
}
}
@media only screen and (max-width: 400px) {
    .front, .back {
        width: 95% !important;
    }
}
@media only screen and (max-width: 390px) {
    .front, .back {
        width: 92% !important;
    }
}
.mobile-app-icon-bar {
    background: var(--theme-color) !important;
}
.mobile-app-icon-bar .fa, .mobile-app-icon-bar .fab, .mobile-app-icon-bar .fas {
    margin-bottom: 0.1em;
    font-size: 1.6em;
}
.digitalcardsocial a {
    color: #fff !important;
}
.designation {
    background: #f0634c !important;
    padding: 0px 5px;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}
.name {
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}
.name-qr {
    margin-top: 170px;
}
.mobile-app-icon-bar a:hover {
    pointer: cursor !important;
    text-decoration: none !important;
}
h4.cn {
    font-size: 20px !important;
}
.viewcount {
    text-align: right;
    padding-right: 5px !important;
}






/* Modal CSS Start */
/* The Modal CSS (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* Modal CSS Completed */

/* Share Form in modal Start*/
.share-modal {
    padding-top: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
}
.share-form {
    background-color: #F1F1F1;
}

.share-form .share-form-header {
    position: relative;
    padding: 20px 0;
    text-align: center;
}

.share-form .share-form-header .share-form-header-text {
    padding-top: 12px;
    margin: 0;
}

.share-form .share-form-header .close {
    top: 18px !important;
    color: #555555 !important;
    opacity: 1 !important;
    font-size: 40px !important;
}

.share-form-buttons-container {
    margin-bottom: 40px;
    text-align: center;
}

.share-buttons-heading {
    position: relative;
    padding: 0 60px;
}

.share-buttons-heading .share-buttons-arrow {
    position: absolute;
    left: 35px;
    top: 16px;
    width: 30px;
    transform: rotateZ(15deg);
}

.share-buttons-heading .share-buttons-heading-text {
    text-align: left;
    font-family: Shadows Into Light;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #D34544;
    margin: 10px 0;
}

.share-buttons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0 60px;
    margin: 0;
}

.share-buttons .share-button {
    padding: 4px;
    list-style: none;
}

.share-buttons .share-button i {
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-buttons.inprofile {
    padding: 0;
    justify-content: flex-end;
    margin: 5px 0px;
}

.share-buttons.inprofile .share-button {
    padding: 2px;
}

.share-buttons.inprofile .share-button i {
    padding: 0;
    height: 26px;
    width: 26px;
    font-size: 20px;
    border-radius: 20%;
    -webkit-box-shadow: 0px 12px 8px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 12px 8px -7px rgba(0,0,0,0.75);
box-shadow: 0px 12px 8px -7px rgba(0,0,0,0.75);
}
.share-buttons.inprofile .share-button i:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.75);
box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.75);
}

.share-button-whatsapp {
    background-color: #29a71a;
}

.share-button-sms {
    background-color: #1598d5;
}

.share-button-facebook {
    background-color: #3b5998;
}

.share-button-twitter {
    background-color: #0a0a0a;
}

.share-button-skype {
    background-color: #00aff0;
}

.share-button-pinterest {
    background-color: #cb2027;
}

.share-button-linkedin {
    background-color: #007bb6;
}

.share-button-instagram {
    background-color: #f14467;
}

.share-button-youtube {
    background-color: #E63631;
}

.share-button-mail {
    background-color: #939598;
}


.fa-download::before {
  content: "\f019";
}
.fa, .fas {
  font-weight: 900;
}
/* .fa, .fas, .fas {
  font-family: "Font Awesome 5 Free";
} */


/* Share Form in modal Completed*/

/*----------- RJ STYLE END ------------*/