BODY {
	BACKGROUND-POSITION: left top; MARGIN: 0px 0px;
    background-repeat: repeat; 
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
	background:#fff;
	font-family: 'Open Sans', sans-serif!important;
}

a {    
	color: #096cd1;
    text-decoration: none;
}

a:hover, a:focus {
    color: #39b54a;
    text-decoration: none;
}

hr{
	border-top:1px solid #ddd;
}

ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	 
}

li {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

.br{
	width:100%;
	height:22px;
	display:table;
}
.br_sm{
	width:100%;
	height:15px;
	display:table;
}
.br_sm2{
	width:100%;
	height:21px;
	display:table;
}

.br_md{
	width:100%;
	height:40px;
	display:table;
}
  
.heading{
	font-size:35px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	margin:40px 0;
	padding:0;
	border-bottom:1px solid #cd2f78;
    text-align:center;
	display:table;
}

.heading_blk{
	font-size:35px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	margin:20px 0;
	padding:0;
	display:table;
}

.heading_blk .line{
	border-bottom:2px solid #3ab54a;
	width:40%;
	margin:15px 0;
}


.heading_wht{
	font-size:35px;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
	margin:20px 0;
	padding:0;
	display:table;
}

.heading_wht .line{
	border-bottom:2px solid #fff;
	width:40%;
	margin:15px 0;
}

.logo{margin:20px auto!important;}


h1{
	font-size:33px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	margin:20px 0;
	padding:0;
	display:table;
}

h1 .line{
	border-bottom:2px solid #3ab54a;
	width:40%;
	margin:15px 0;
}

.h1{
	font-size:33px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	margin:20px 0;
	padding:0;
	display:table;
}
.h1 .line{
	border-bottom:2px solid #3ab54a;
	width:40%;
	margin:15px 0;
}

h1-old{
	font-size:25px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	margin:0;
	padding:0;


}

h2{font-size:22px; font-weight:600; color:#000;margin:0 0 15px 0;}
.h2{font-size:22px; font-weight:600; color:#000;margin:0 0 15px 0;}

h2-old{
	font-size:22px;
	color:#000;
	margin:0;
	font-weight:600;
	padding:5px 0 ;
}

h3{font-size:20px; font-weight:400; color:#000;margin:0 0 15px 0;}
h3-old{
	font-size:14px;
	color:#444;
	margin:0;
	font-weight:400;
	padding:0 0 5px 0;
	text-align:center;

}


h4{
	font-size:17px;
	color:#000;
	margin:0;
	font-weight:600;
	padding:5px 0;
}

p{
	color:#555;
}



strong{
	font-weight:700;
	color:#444;
}
.bold{
	font-weight:700;
	color:#555;
}
.uppercase{
   text-transform:uppercase;
}

.italic{
   font-style: italic;
}


.underline{
text-decoration:underline;
}



.justify{
text-align:justify;
}


.center{
text-align:center!important;
}


.right{
text-align:right;
}

.hline{
border-left:1px solid #e7e7e7;
padding:0 10px 0 10px;
margin:0 0px 0 15px;
}



.mar{
margin:0!important;
padding:0!important;
}




.mid{
	font-size:16px;
	color: #000!important;
   	padding:0;
	line-height:25px;
	margin-top:25px;
}

.mid p{
	margin:16px 0;
}


.carousel {margin-top: -25px;}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 50px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: letf;
    text-shadow: 0px!important;
}


.carousel-caption p {
  z-index: 10;
  font-size:20px;
  font-weight:600;
  color: #fff;
  text-align:center;
}

.carousel-caption h1 {
  z-index: 10;
  font-size:48px;
  font-weight:800!important;
  color: #fff;
  padding:0;
  margin:0 0 15px 0;
  text-transform:uppercase;
}

.carousel-caption .h1 {
  z-index: 10;
  font-size:48px;
  font-weight:800!important;
  color: #fff;
  padding:0;
  margin:0 0 15px 0;
  text-transform:uppercase;
}

.carousel-caption h2 {
  z-index: 10;
  font-size:36px;
  font-weight:400!important;
  color: #fff;
  padding:0;
  margin:0 0 30px 0;
  text-transform:uppercase;
}

.carousel-caption .h2 {
  z-index: 10;
  font-size:36px;
  font-weight:400!important;
  color: #fff;
  padding:0;
  margin:0 0 30px 0;
  text-transform:uppercase;
}

.carousel-caption span {
  color: #cd2f78;
}

.carousel .item {
  height: 470px;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.carousel-indicators .active {
    margin: 0px;
    width: 12px;
    height: 12px;
    background: #fff;
}

.btn-default {
	padding:15px 30px; 
	background:transparent; 
	font-size: 16px;
	font-weight: 600;
	color:#fff;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:1px solid #fff;
	border-radius:0;
    text-transform:uppercase;
}

.btn-default:hover {
	background: #fff; 
	border:1px solid #fff;
	color:#3ab54a ;	
}



.navbar {
    position: relative;
    min-height: 0px!important;
}
.nav > li {
    position: relative;
    display: block;
    padding: 0;
}

.navbar-default {
    background-color: transparent!important;
    border-color: transparent!important;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif!important;
    color: #474747!important;
    font-size: 14px!important;
	font-weight:400;
}

.navbar-default .navbar-nav > li > a:hover{
    color: #000!important;
    background: #e2e2e2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e2e2e2, #ececec); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2e2e2, #ececec); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2e2e2, #ececec); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2e2e2, #ececec); /* Standard syntax */
	border-top: 4px solid #3ab54a!important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000!important;
    background: #e2e2e2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e2e2e2, #ececec); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2e2e2, #ececec); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2e2e2, #ececec); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2e2e2, #ececec); /* Standard syntax */
	border-top: 4px solid #3ab54a!important;
}



.nav > li > a {
    position: relative;
    display: block;
    padding: 30px 8px;
	border-top: 4px solid #fff;
}

.dropdown-menu {
	width: 100%;
	background:#ddd;
	text-align:left;
	border:1px solid #aaa;
	padding:0;
	z-index:99999;
}

.dropdown-menu > li > a {
    color: #000!important;
	padding:10px 20px 10px 10px;
	
}

.dropdown-menu > li > a:hover {
	background:#3ab54a;
    color: #fff!important;
}




.top{
	background:#fff; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.phone{
	float:left;
	padding:0 0 13px 0;

}

.email{
	float:left;
	padding:0 0 0 13px;
}

.topbar{
	width:100%;
	background: #eee; 
	font-size:14px;
	color:#949494;
	vertical-align: middle!important;
	padding:0;
}

.topbar a {    
    color: #fff;
    text-decoration: none;
}

.topbar a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.social a{
	padding:0 5px;
}
.topbar_cont{padding:10px 0;}
.topmid{
	width:100%;
	background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #e7e7e7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #e7e7e7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #e7e7e7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #e7e7e7); /* Standard syntax */
	font-size:12px;
	color:#fff;
	padding:0;	
}

.footer{
	width:100%;
	background: #fff; 
	color:#000;
	font-size:12px;
	text-align:left;
	margin:30px 0 0 0;
	padding:20px 0 10px 0;
	border-top: 1px solid #e2e2e2;
}

.footer h3{ margin: 0 0 25px 0;}

.footer h1{font-size:18px;color:#000;text-transform:capitalize;margin-bottom:15px;font-weight:400;}
.footer h1 .fa{margin-right:5px;}
.footer .footsocial .fa{background:#868686; width:25px;height:25px;border-radius:50%;line-height:25px;color:#fff;font-size:14px;text-align:center;margin-right:5px;}

.footer .footsocial .fa:hover{background:#000;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}

.bullet li{
padding:4px 0px;
margin:0px;
font-size:14px;
color: #5c5c5c;
list-style-type:none;
text-align:left;
}


.bullet a{    
    color: #5c5c5c;
    text-decoration: none;
}

.bullet a:hover{
    color: #3ab54a ;
    text-decoration: none;
}
.footlogo{
	margin:0;
}

.footcol{background:url(../images/foot_divider.jpg) 0 0 no-repeat;height:240px;}
.footcol:last-child{border-right:0;}

.copyright{
	width:100%;
	background:#eee;
	color:#5b5b5b;
	font-size:14px;
	padding:20px 0;
	text-align:center;
}
.greenbg{
	width:100%;
	background: #2fb63d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2fb63d, #229a30); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2fb63d, #229a30); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2fb63d, #229a30); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2fb63d, #229a30); /* Standard syntax */
	padding:25px 0;
	color:#fff;
}
.what_we_do{
	background:#ebebeb;
	display:table;
	width:100%;
}
.whitebg{background:#fff;padding:40px;}
.whitebg2{background:#fff;padding:15px 10px;display:table;width:100%;}
.whitebg2 .checkbox{margin:6px 0 0 0;}
.gray_area{padding:40px;}

.blackbg{
	width:100%;
	background: #232325; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#232325, #373739); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#232325, #373739); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#232325, #373739); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#232325, #373739); /* Standard syntax */
	padding:25px 0;
	color:#fff;
}

.freeshippingbg{
	background:url(../images/freeshippingbg.jpg) 0 0 no-repeat;
	height:250px;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	padding:50px 0 0 0;
}

.freeshippingbg_img{
	height:95px;
}


.parallax {
	background-attachment: fixed;
	padding:20px 0;
	margin:0;
}

#testimonialbg {
	position: relative;
	width: 100%;
	background-image: url('../images/tbg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin:0;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
}

.testimonialbg  h1 {
font-size:40px; color:#fff;line-height:60px;font-weight:700;text-align:center;padding:0;margin:0;		
}



.form-group {
    margin-bottom: 25px;
    text-align: left;	
}

.fa.famd{
	 font-size:16px;
	 font-weight:400;
	 margin-right:5px;
}

.foot_social {    
	margin:30px 0;
}

.foot_social a {    
    color: #fff;
    text-decoration: none;
	padding:0 15px;
}

.foot_social a:hover {
    color: #cd2f78;
    text-decoration: none;
}

.top_lft .lftbor{border-left:1px solid #dfdfdf;padding: 10px;}
.top_lft .lftbor:last-child{border-right:1px solid #dfdfdf;}
 

.social a {    
    color: #949494;
    text-decoration: none;
	margin: 0;
	padding: 13px 3px;
	line-height: 44px;

}


.social a:last-child .fa.famd {
    margin-right: 14px;
}



.header_big{
	font-size:50px;
	font-weight:300;
	color: #000;
	border-bottom:1px solid #cd2f78;
	margin:0 0 25px 0;
}



#carousel-reviews .carousel-control {top:40%;}   
#carousel-reviews .carousel-control.left,.carousel-control.right  {background:none;width:25px;}
#carousel-reviews .carousel-control .fa {font-size:40px;}
#carousel-reviews .carousel-control.left {left:-25px;}
#carousel-reviews .carousel-control.right {right:-25px;}

.block-text {
	background:#fff;
    border-radius:0;
    color: #a2a2a2;
    font-size: 14px;
    padding: 10px 18px;
	height: 220px;
}
.carousel-inner {
    margin: 0;
}

.testi .carousel .item {
  height: auto!important;
}

.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.block-text p {
    color: #555;
    line-height: 20px;
	margin-top:10px;
}


.img_round{
	border:5px solid #fff;
    border-radius: 50%;
	width: 100px;
	margin:-60px auto 0 auto;
}

.text1_white{font-size:28px; color:#fff;font-weight:600;text-transform:uppercase;}
.thin{font-weight:300;}



.btn-green2 {
	padding:10px 20px; 
	margin:0 10px; 
	background: #1e8c2b; 
	font-size:15px;
	font-weight:600;
	color:#fff!important;
	text-decoration: none!important;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border-radius:0;
	border:0;
    text-transform:uppercase;
}

.btn-green2:hover {
	background: #066511; 
	color:#fff!important;
}
.btn-green2 span{text-transform:lowercase;font-weight:400;font-size: 20px;}

.btn-green {
	padding:15px 35px; 
	margin:0; 
	background: #2fb63d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2fb63d, #229a30); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2fb63d, #229a30); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2fb63d, #229a30); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2fb63d, #229a30); /* Standard syntax */
	font-size: 16px;
	font-weight:600;
	color:#fff!important;
	text-decoration: none!important;
	text-align:center;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border-radius:0;
	border:0;
    text-transform:uppercase;
	border: 0;
}

.btn-green:hover {
	background: #229a30; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#229a30, #2fb63d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#229a30, #2fb63d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#229a30, #2fb63d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#229a30, #2fb63d); /* Standard syntax */
	color:#fcfe7e!important;
}


.bttn-choose-template {
	padding:8px 15px; 
	margin:0; 
	background: #2fb63d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2fb63d, #229a30); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2fb63d, #229a30); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2fb63d, #229a30); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2fb63d, #229a30); /* Standard syntax */
	font-size: 14px;
	font-weight:600;
	color:#fff!important;
	text-decoration: none!important;
	text-align:center;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border-radius:0;
    text-transform:uppercase;
	border: 0;
}

.bttn-choose-template:hover {
	background: #229a30; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#229a30, #2fb63d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#229a30, #2fb63d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#229a30, #2fb63d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#229a30, #2fb63d); /* Standard syntax */
	color:#fcfe7e!important;
}






.mask {
width: 90%;
height: 94%;
cursor: pointer;
opacity: 1;
visibility: visible;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
top: 0px;
vertical-align: middle;
position: absolute;
border: 1px solid rgba(255, 255, 255, 0.5);
margin: 5%;
}

.mask2 {
width: 82%;
height: 86%;
cursor: pointer;
opacity: 1;
visibility: visible;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
top: 0px;
vertical-align: middle;
position: absolute;
border: 1px solid rgba(255, 255, 255, 0.5);
margin: 5%;
}

.martop{
	margin-top:18px;
}

.mask_txt1{
	font-size:26px;
	font-weight:400;
	color: #fff;
	top:23%;
	left:6%;
	border-bottom:1px solid #cd2f78;
	position:absolute;
}


.mask_txt2{
	font-size:26px;
	font-weight:400;
	color: #fff;
	top:60%;
	right:6%;
	border-bottom:1px solid #cd2f78;
	position:absolute;
	
}

.line{
	border-bottom:4px double #d4d4d4;
	width:100%;
	float: left;
	margin: 50px 0;
}


.booknowbg{
  background: url(../images/booknowbg.jpg) no-repeat 0 0; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin:0 0 40px 0;
}

.booktxt{
	padding:40px 0;
}
.white_txt_big{
	font-size:60px;
	font-weight:400;
	color: #fff;
	padding:0;
	margin:0;
	line-height:85px;
}


.white_txt_sm{
	font-size:20px;
	font-weight:600;
	color: #fff;
	padding:0;
	margin:0;
}


.black_big{
	font-size:100px;
	font-weight:400;
	color: #000;
	padding:0;
	margin:0;
}



.img-thumbnail {
    padding: 5px;
    line-height: 1.42857;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius:0;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    max-width: 100%;
    height: auto;
	box-shadow:0 0 5px #888;
	margin:0 0 30px 0;
}


.fabig{
	background:#cd2f78;
	border-radius:50px;
	padding:15px;
	font-size:40px;
	color:#fff;
	text-align:center;
	width:100px;
	height:100px;
	border: 5px solid rgba(255, 255, 255, 0.3);
	margin:0 0 25px 0;
	cursor:pointer;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}

.fabig:hover{
	background:#fff;
	border-radius:50px;
	padding:15px;
	font-size:40px;
	color:#cd2f78;
	text-align:center;
	width:100px;
	height:100px;
	border: 5px solid rgba(205, 47, 120, 0.4);
	margin:0 0 25px 0;
}

.contact_pnl{
	text-align:center;
}

.contact_pnl h1{
	font-size:20px;
	color:#000;
	font-weight:600;
	text-align:center;
}


.contact_pnl h2{
	font-size:18px;
	color:#000;
	font-weight:400;
	text-align:center;
}



label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 17px;
}

.form-control {
    height: 46px;
	color:#444;
	font-weight: 400;
    font-size: 13px;
}

.tes_content {
	font-size: 17px;
    font-weight: 400;
    color: #cd2f78;
    padding: 0px 0px 15px;
}

.cname {
    font-size: 17px;
    font-weight: 400;
    color: #000;
	margin:15px 0;
}
.gray_txt{color:#8f8f8f;font-size: 13px;}
.img-border{
	border:2px solid #000;
}
.img-border2{
	border:1px solid #ddd;
	padding:4px;
}

.carousel-indicators2 li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background: #646464;
}

.carousel-indicators2 {
    list-style: outside none none;
    text-align: center;
	padding: 0;
}


.carousel-indicators2 .active {
    margin: 0px;
    width: 10px;
    height: 10px;
    background: #CD2F78 none repeat scroll 0% 0%;
	border: 0;
}

.tes_content_area{
	height:200px;
}




.gmain .activator {
    display: block;
	position:absolute;
	bottom:50px;
	right:30px;
    cursor:pointer;
}
.gnamea {
    background:#fff;
	border-radius:50px;
	font-size:20px;
	color:#cd2f78;
	font-weight:600;
    text-align: center;
	text-transform:uppercase;
    height:40px;
    width: 40px;
	line-height:40px;
	box-shadow: 0px 0px 5px #888888;
}
.gcontent {
    display: none;
    margin: 0px;
}
.activator:hover {
    width: 300px;
	background:#fff;
	border-radius:40px;
	font-size:14px;
	font-weight:400;
	color:#cd2f78;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;
	box-shadow: 0px 0px 5px #888888;	
}

.activator:hover .gcontent {
    display: block;
	line-height:40px;
	padding-left:15px;
}
.activator:hover .gnamea {
    float: right;
}

.graybg{background:url(../images/midbg.jpg) 0 0 repeat;padding:50px 0;}
.form_title{font-size:16px; color:#000; font-weight:600;margin-bottom:15px;}
.form_title2{font-size:16px; color:#000; font-weight:700;margin-bottom:5px;}
.text_big{font-size:26px; font-weight:800; color:#000;text-transform:uppercase;}
.green{color:#3ab54a;}
.main_form_bg{background:#f1f1f1 url(../images/main_form_bg.jpg) 0 bottom no-repeat;padding:50px 0;}
.main_form_bg a {color:#000;  text-decoration: underline; } 
.main_form_bg a:hover, a:focus {text-decoration: none;}
.form_row{border-bottom:1px solid #cdcdcd; padding:0 0 25px 0;margin:0 0 25px 0;display:table;font-size: 14px;}
.form_row span{display:table-cell;}
.txt1{font-size:22px; font-weight:600; color:#000;margin:0 0 15px 0;}
.txt2{font-size:20px; font-weight:400; color:#000;margin:0 0 15px 0;}
.txt4{font-size:27px; font-weight:600; color:#000;margin:0 0 15px 0;}
.txt5{font-size:15px; font-weight:600; color:#000;margin:0 0 10px 0;}
.txt3{font-size:16px; font-weight:400; color:#000;margin:0 0 15px 0;border-bottom:2px solid #39b54a;display: initial;}
.paystubdrp{width:100px;margin-left:15px;}





.btn-black {
	padding:15px 25px; 
	margin:0; 
	background: #4d4d4d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4d4d4d, #272727); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4d4d4d, #272727); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4d4d4d, #272727); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4d4d4d, #272727); /* Standard syntax */
	font-size: 15px;
	font-weight:600;
	color:#fff!important;
	text-decoration: none!important;
	text-align:center;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border-radius:0;
	border:0;
    text-transform:uppercase;
}

.btn-black:hover {
	background: #272727; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#272727, #4d4d4d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#272727, #4d4d4d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#272727, #4d4d4d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#272727, #4d4d4d); /* Standard syntax */
	color:#fff!important;
}
.col_mar{margin-bottom:25px;}

.form_row .checkbox{display:table-cell;padding:0 20px 0 0;}
.checkbox input[type=checkbox]{width: 18px;height: 18px;margin: 2px 5px 0 0;}
label{font-weight:400;font-size:15px; margin-bottom: 10px;} 
.frm_txt_sm{font-weight:400; font-size:14px;display:inline;} 
.form-horizontal .radio{ display: table-cell;padding-right: 15px;font-size:12px;}
.radio label{font-size:15px;}

 .bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form{font-family: Arial, Helvetica, sans-serif; color: black}

.bootstrap-iso form button, .bootstrap-iso form button:hover{color: white !important;} 
.asteriskField{color: red;}  


.input-group-addon {
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color:transparent; 
    border: 0; 
    border-radius: 4px;
	width: auto;
    right: 16px;
    margin-top: -40px;
    position: absolute;
}

.ui-widget-header {background: #c4c3c8!important;}
.ui-datepicker th {background: #2e6baa!important;color: #fff!important;}
    
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{background: #d8d8d8;border:1px solid #a4a4a4!important;}
.ui-widget-content{background:transparent!important;}
.ui-widget.ui-widget-content {border: 1px solid #979797!important;}
#datepicker2 span {display: inline;}
.calendar2  {float:left;}
.pick {width: 40%;float:left; background:transparent;border:1px solid #bbb;padding:12px;margin-left:20px;border-radius:3px;}
.gbox{width:16px;height:16px;background:#3fa86f;border: 1px solid #000;}
.rbox{width:16px;height:16px;background:#ea0001;border: 1px solid #000;}
.graybox{width:16px;height:16px;background:#e3dddf;border: 1px solid #000;}
.pick span{display: inline-block;}
.gbox_txt{margin: -2px 0 0 6px;position: absolute;}
.cbox{margin:8px 0;} 
.justbg{background:url(../images/justbg.jpg) 0 0 no-repeat; width:355px;height:284px;}
.justbg_txt {padding:100px 0;width:40%;margin:0 15%;text-align:center;}
.justbg_txt h1{font-size:45px;color:#000;font-family: 'Oswald', sans-serif;font-weight:500;text-transform:capitalize;}
.justbg_txt h2{font-size:45px;color:#ff0000;font-family: 'Oswald', sans-serif;font-weight:500;text-transform:capitalize;text-shadow: 2px 1px 3px #666;}


input[type=radio], input[type=checkbox] {
    width: 15px;
    height: 15px;
}

.spacer{height:50px;width:100%;display:table;}
.tick {
	margin:10px 0;
	padding: 0; 
}

.tick ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	
}


.tick li {
	margin:0; 
	padding: 0 0 10px 0; 
	list-style-type:none;
	text-align:left;
}
ul.tick li::before {
    content: "\f00c";
	font-family:FontAwesome;
	font-size:14px;
	color:#3ab54a;
	text-align:left;
	padding:0 10px 0 0;
}

  



.sec_img{ display:table-cell;padding:20px 50px 0 0;}
.gborder{padding:10px 0;border-top:5px solid #ddd;border-bottom:5px solid #ddd;}

.accordion { margin-bottom: 10px }

.accordion .accordion-head {
  padding: 8px;
  cursor: pointer;
  border-radius:0;
  background: #EEE;
}

.accordion.active .accordion-head, .accordion.active .accordion-head:hover {

  background: #ebebeb;
  
}

.accordion .accordion-head:hover {
  background: #ebebeb;
  
}


.accordion.active .accordion-head h2, .accordion.active .accordion-head h2:hover {
  color: #000;
  border-radius:0;
}


.accordion .accordion-head h2 {
  margin: 0;
  padding-right: 20px;
  color: #000;
  font-size: 15px;
  line-height: 1.4em;
  background: url(../images/accordion-arrow-right.png) 100% 50% no-repeat
}

.accordion.active .accordion-head h2 { background-image: url(../images/accordion-arrow-down.png) }

.accordion .accordion-head .ui-icons.arrow {
  float: right;
  margin: 2px 0 0 10px;
  background-position: -377px -10px;
  width: 12px;
  height: 12px
}

.accordion.active .accordion-head .ui-icons.arrow { background-position: -350px -10px }

.accordion .accordion-content { padding: 10px; background:#fff; border:1px solid #ddd; border-radius:3px; }

.accordion .accordion-content.active { display: block }/*# sourceMappingURL=jquery.accordion.css.map */

.tick2 {
	margin:10px 0;
	padding: 0; 
}

.tick2 ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	
}


.tick2 li {
	margin:0; 
	padding: 0 0 20px 0; 
	list-style-type:none;
	text-align:left;
}
ul.tick2 li::before {
    content: "\f00c";
	font-family:FontAwesome;
	font-size:14px;
	color:#3ab54a;
	text-align:left;
	padding:0 10px 0 0;
}
.hr{width:100%;display:table;border-top:1px solid #ddd;margin:20px 0 30px 0;}
.green_border{border:1px solid #39b54a;padding:10px;}

.heading2{
	font-size:30px;
	color:#000;
	font-weight:300;
	text-transform:capitalize;
	margin:20px 0;
	padding:0;
}



.blue_dots {
	margin:10px 0;
	padding: 0; 
}

.blue_dots ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	
}


.blue_dots li {
	margin:0; 
	padding: 0 0 20px 24px; 
	list-style-type:none;
    background: url(../images/blur_dot.png) 0 3px no-repeat;
	text-align:left;
}

.table-striped thead{background:#39b54a;font-size:20px;color:#fff;font-weight:600;}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f7fff8;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #cde3d0;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 14px;
	text-align:left;
}


.btn-white {
	padding:6px 18px; 
	margin:0; 
	background: #fff; 
	font-size: 14px;
	font-weight:600;
	color:#000!important;
	text-decoration: none!important;
	text-align:center;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border-radius:0;
	border:1px solid #39b54a;
    text-transform:uppercase;
}

.btn-white:hover {
	background: #39b54a; /* For browsers that do not support gradients */
	color:#fff!important;
	border:1px solid #39b54a;
}
.cart .table thead{background:#e9e9e9;border-top:5px solid #39b54a;font-size:18px;color:#000;font-weight:600;}
.cart .table thead tr td{font-size:18px!important;color:#000;font-weight:600;}
.cart .table-bordered>thead>tr>th, .cart .table-bordered>tbody>tr>th, .cart .table-bordered>tfoot>tr>th, .cart .table-bordered>thead>tr>td, .cart .table-bordered>tbody>tr>td, .cart .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
	font-size:15px;
}
.green_head{
	background:#39b54a;
	padding:8px;
	font-size: 18px;
	font-weight:600;
	color:#fff;
	margin-bottom:25px;
}
.yellowbg{
	background:#fefab7;
	padding:15px 25px;
	font-size: 16px;
	font-weight:400;
	color:#555;
	text-transform:uppercase;
	margin-bottom:25px;
}
.yellowbg .form-check{display:table-cell;}
.yellowbg span{display:table-cell;padding-left:15px;}

.yellowbg2{
	background:#fefab7;
	padding:15px 25px;
	font-size: 18px;
	font-weight:600;
	color:#555;
	text-align:center;
	margin-bottom:25px;
}

.Referal input{margin-bottom:20px;}

.social2 .fa{background:#3ab54a; width:25px;height:25px;border-radius:50%;line-height:25px;color:#fff;font-size:14px;text-align:center;margin-right:5px;}

.social2 .fa:hover{background:#000;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}



.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;
cursor:pointer;   
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:100;  
border:2px solid #3ab54a;
}
   
.zoom.active{
border:2px solid #3ab54a;
}

.comp_gallery{display:table-cell; margin:0 0 10px 0;}
.comp_gallery img{ margin:0 25px;}
.comp_gallery .checkbox{ padding:10px 0;}
.comp_scroll22 {overflow-y: auto;}








.testi_bg{
	background:#000;
	padding:20px 0 40px 0;
	display:table;
	width:100%;
	color:#a2a2a2;
	font-size:14px;
}
.wht_border{border:1px solid #777;width:100%;display:table;}
.testi_bg .heading_wht{
	font-size:25px;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
	margin:20px 0;
	padding:0;
	display:table;
}

.testi_bg .heading_wht .line{
	border-bottom:2px solid #fff;
	width:40%;
	margin:15px 0;
}


.testi_sep{background:url(../images/testi_sep.png) 0 0 no-repeat;height:200px;}
.quote_left{margin-left:50px;margin-bottom: 15px;}
.quote_right{margin-right: 60px;}
.quote_left .fa{font-size:30px; color:#fff;margin-top:-15px;margin-left:-5px;}
.quote_right .fa{font-size:30px; color:#fff;float:right;margin-bottom:-10px;margin-right:-8px;}
.testi_bg .carousel .item {
  height: auto;
}

.tooltip{opacity:1;}

a.tooltip > span {
    padding: 10px;
    margin-top: 0;
    margin-left: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-size: 12px;
    font-style: normal;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    
}

/*a.tooltip > span:hover,*/
a.tooltip:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 0px;
    display: inline;
    margin-left: 0px;
}
  

a.tooltip > span {
	color: #555; 
	background: #fff;
	border:1px solid #000;
	width: 250px; 
	z-index:111;	     
} 

.tt{   
display: table;
float: right;
margin-left:6px;
}

.tt .fa{   
font-size:18px;
}

.divspan{display:table-cell;}





.testi_new{
	padding:0 0 20px 0;
	width:100%;
	position:relative;
}
	

.testi_new .link_more {
	position:absolute;
	right:0;
	top:2px;
	color:#39b4ed;
	font-size:13px;
}


.latest_item {
	width:340px;
	text-align:left;
	float:left;
	margin:0 10px;
	font-size:13px;
	line-height:1.3em;
	left: -20px;
	text-align: left;
    text-transform: capitalize;
	 line-height: 22px;
	}

.latest_item img {
	margin-bottom:5px;}
		
.latest_item a {
	color:#9da3a6}

.latest_item:hover a {
	color:#fff}
	
#testi_new {
	margin:15px 0 0 0;}

.testi_new .prev, .testi_new .next {
	position:absolute;
	top:60px;
	left:0;
	width:30px;
	height:60px;
	text-align:left;
	
	}

.testi_new .next {
	right:0;
	left:auto;
	background-position:-175px 0;
	}
#testi_new_prev2 .fa, #testi_new_next2 .fa{font-size:50px;}
.testi_new a{color:#fff!important;}
.testi_new a:hover{color:#39b54a!important;}

.col-form-error{
    color: #ff0000;
}

.main_form_bg .col-lg-4, .main_form_bg .col-md-4, .main_form_bg .col-sm-4, .main_form_bg .col-xs-12{position: initial;}
.cart .txt1{font-size:15px;}
.cart h2{font-size:15px;}

.ch_temp a.prev{
margin-top: -200px;
float:left;
position:relative;

}

.ch_temp a.next{
margin-top: -200px;
float:right;
position:relative;
}

.ch_temp a.prev .fa{
font-size:40px;
color:#888;

}

.ch_temp a.next .fa{
font-size:40px;
color:#888;
;
}

.ch_temp a.prev .fa:hover, .ch_temp a.next .fa:hover{
color:#3ab54a;

}
.caroufredsel_wrapper{height:260px!important;}

.main_form_bg a.add_more_button {float: right;    margin-top: 6px;}
.remove_field{margin-left: 17%!important;margin-top: 8px;position: absolute;}
.col_mar3{margin-bottom:10px;}
ul.bullet{margin-bottom:15px;}
.bullet li{font-size:16px;font-weight:500;}
.footer h3 {font-size: 22px; font-weight:600;}



.onoffswitch {
	top: 8px;
    position: relative; width: 100px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	display: table-cell;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block!important; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 35px; padding: 0; line-height: 35px;
    font-size: 15px; color: white; font-weight: 400;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Custom";
    padding-left: 10px;
    background-color:#0f8e00; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Simple";
    padding-right: 20px;
    background-color: #d6d6d6; color: #000;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 23px; height: 23px;margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 64px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}









#blur_wrap			
{ 
background: url(../images/blur.png) repeat ;
min-height: 600px; 
position:absolute;
top:0;
width:100%;
}


#crop_Modal .modal-dialog {
    width: 450px;
    margin: 30px auto;
	padding:0 25px;
}
#crop_Modal .modal-dialog .modal-body {
    padding:0 36px;
}
#crop_Modal .modal-dialog .modal-body .form-group {margin-bottom: 10px;}

#crop_Modal .modal-header .close {
    margin-top: -10px;
	font-size:30px;
}
#crop_Modal .modal-header {border-bottom:0;}

.blurarea{position:relative;}

.blur_img{
	position:relative;
    margin-top: -515px;
    z-index: 11;
}


.btn_green_new {
	padding:15px 35px; 
	margin:0; 
	background: #2fb63d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2fb63d, #229a30); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2fb63d, #229a30); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2fb63d, #229a30); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2fb63d, #229a30); /* Standard syntax */
	font-size: 16px;
	font-weight:600;
	color:#fff!important;
	text-decoration: none!important;
	text-align:center;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border-radius:0;
    text-transform:uppercase;
	border: 0;
	position:absolute;
	top:45%;
	left: 40%;
}

.btn_green_new:hover {
	background: #229a30; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#229a30, #2fb63d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#229a30, #2fb63d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#229a30, #2fb63d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#229a30, #2fb63d); /* Standard syntax */
	color:#fcfe7e!important;
}

#crop_Modal .radio {display: block!important;}
.caroufredsel_wrapper{width:100%!important;}

.scrolling_txt{width:100%;background:#fff; padding:10px; margin:0 0 40px 0; font-size:20px;color:#000;font-weight:400;}
.radio_btn_area{margin-top:10px;}
.radio_btn_area .radio{
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
}
.block-text2{height:300px;border:1px solid #ddd; padding:10px; border-radius:6px; margin-bottom:25px;font-size: 15px;}	
.block-text2 strong{color: #666;}	
.frmbg{
	background: #fbf9da;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #e4bf3f;
}
#CustomInformationID .form-control {border: 1px solid #66b050;}

.popoverlay123 {
  left:25%;
  right: 0;
  z-index:99999;
  display: table-cell;
  padding-left: 15px;
}
.popoverlay {
    right: 12px;
    position: relative;
    width: 31%;
    float: right;
}
.popoverlay:target {
  visibility: visible;
  opacity: 1;
}

.custom_popup {
  margin:0;
  padding: 20px;
  background-image: linear-gradient(#cbf998, #f3fdea);
  border-radius:0;
  border: 1px solid #adbf99;
  transition: all 5s ease-in-out;
  opacity:1;
}


.custom_popup h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size:18px;
  color: #333;

}
.custom_popup .close {
  top: 6px;
  right: 40px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  opacity:1;
  margin-top:-54px;
  margin-right:-15px;
}
.custom_popup .close:hover {
  color: #d9814d;
}
.custom_popup .content {
  max-height: 30%;
  overflow: auto;
}
.number_area{
	float: left;
    width: 125px;
    padding:8px 15px;
}
.toggle_area{display:table-cell;}

.bttn-choose-template2 {
	padding:8px 6px; 
	margin:0; 
	background: #2fb63d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2fb63d, #229a30); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2fb63d, #229a30); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2fb63d, #229a30); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2fb63d, #229a30); /* Standard syntax */
	font-size: 13px;
	font-weight:600;
	color:#fff!important;
	text-decoration: none!important;
	text-align:center;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border-radius:0;
    text-transform:uppercase;
	border: 0;
}

.bttn-choose-template2:hover {
	background: #229a30; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#229a30, #2fb63d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#229a30, #2fb63d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#229a30, #2fb63d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#229a30, #2fb63d); /* Standard syntax */
	color:#fcfe7e!important;
}

.pick .divspan {
    display: inline;
}
.pick a {
    position: relative;
}


.newtble .table { width: 70%;}
.newtble .table>thead>tr>td {
    padding: 6px;
    font-size: 16px;
}

.newtble .table>tbody>tr>td {
    padding:8px 6px;
}





    .swiper-container {
      width: 100%;
      height: 440px;
      margin: 20px auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .append-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .append-buttons a {
      display: inline-block;
      border: 1px solid #007aff;
      color: #007aff;
      text-decoration: none;
      padding: 4px 10px;
      border-radius: 4px;
      margin: 0 10px;
      font-size: 13px;
    }
	
.swiper-slide123 {flex-shrink: initial!important; width:100%!important;}
.form_row2{border-bottom:1px solid #cdcdcd; padding:0 0 25px 0;margin:0 0 25px 0;font-size: 14px;}
.martop35{margin-top:35px; display:table;}
.temp_name label{font-size: 12px;}

.bluelink a {    
	color: #096cd1;
    text-decoration: none;
}

.bluelink a:hover, .bluelink a:focus {
    color: #39b54a;
    text-decoration: none;
}


#ExpressDeliveryModal button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: #1dba2e;
    border: 0;
    opacity: 1;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 26px;
    color: #fff;
    border: 0;
}

.expdel {
    padding: 50px 30px;
    width: 90%;
    margin-top: 90px;
    line-height: 40px;
}

.expdel .tt {
    margin-left: 10px;
    margin-top: 13px;
	width: auto;
    float: right;
}
#ExpressDeliveryModal{z-index:999999;}
.cart .table-responsive {overflow: inherit;}
#ExpressDeliveryModal .modal-dialog {width:90%;margin: 30px auto;}
#ExpressDeliveryModal .modal-body {min-height: 530px;}
#ExpressDeliveryModal .modal-body .form-group img{margin-top:110px;}

.mdl_btn{text-align: right;}
#popUpContent{width:750px;}
.template_text_description{padding-left:0;}
.scrolling_txt img{margin:0 15px 0 0;}
.scrolling_txt span{display:table-cell;}

.new_popup_text12{
    width: 80%;
    margin-top: 15px;
    float: left;
}
.errorMsg{font-size:12px;color:#ff0000;}
.saveamount{font-size:16px;font-weight:600;color:#000;}
.saveamount span{font-size:22px;font-weight:600;color:#ff0000;display: initial;}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
#UploadLogoID a {
    color: #3ab54a;
    text-decoration: underline;
}
.frm_area{padding-right:2px!important;padding-left:2px!important;}

.w2form_new .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 25px;
    border-top: 0;
	color: #000;
}
.w2form_new .nav-tabs>li.active>a {
    color: #fff;
    cursor: default;
    background-color: #4ece47;
    border: 0;
    border-bottom-color: transparent;
}
.w2form_new .nav-tabs {border-bottom:0;margin: 0 auto!important;
    display: table;}
.w2form_new .tab-content {
	background:#eaf3eb;
    display: block;
    padding: 15px 20px;
    border: 1px solid #4ece47;
	margin-top: 15px;
	box-shadow: 0px 20px 10px -15px #999;   
    border-radius: 8px;	
}
.w2form_new label {
    font-size: 11px;
    margin-bottom: 4px;
    font-weight: 500;
}
.w2form_new .form-control {border: 1px solid #c0e3c4;}
.w2form_new .form-control:focus {box-shadow:none;}
.w2form_new .row .form-group{padding-right: 3px;padding-left: 3px;}
.form-group .row .col-lg-6{margin:0 0 15px 0;}



/* w2form_new nav-pills */
.w2form_new .nav-tabs {
    color: #000;margin:0 26px;background:transparent;border-radius:0;padding:0;
	
}
.w2form_new .nav-tabs li.active {
    color: #4ece47;
    border-bottom:2px solid #4ece47;
   background:transparent;
       padding-bottom: 3px;
}
.w2form_new .nav-tabs li{
    position: relative;border-radius:0;font-size:16px;font-weight:600;
}
.w2form_new .nav-tabs li i{font-size:18px;}
.w2form_new .nav-tabs li::before {
    content: '';
    display: block;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #4ece47;
    position: absolute;
    top:80%;
    right:0;
    left:0;
	margin: 0 auto;
    transform: translateY(100%);
    opacity: 0;

}
.w2form_new .nav-tabs li.active::before {
    opacity: 1;
}

.wformbg{
	background:#ededed;
	padding:20px;
	margin:20px 0;
	border-radius:8px;
	border-top:3px solid #4ece47;
}
.green_heading{
	color:#4ece47;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.green_border{
	border:2px solid #4ece47;
	border-radius:20px;
	padding:15px 20px;
}
.green_border ul{padding:0;}
.green_border ul li{margin:0 0 20px 0;}
.form_area{margin-top:20px;}
.mt-20{margin-top:20px;}
.welcome-text.mt-20{text-align:center;}
.btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background: #6c757d!important;
    border-color: #6c757d!important;
}
.btn-green.disabled, .btn-green:disabled, fieldset:disabled .btn-green {
    pointer-events: none;
    opacity: .65;
}