.blog-lg-area-left {
	overflow: visible;
}
#myBtn {
	padding: 10px 30px;
	font-weight: bold;
	background: red;
	color: #fff;
	font-size: 18px;
	box-shadow: 0px 2px 10px #ccc;
	border: none;
}
#main-header {
	z-index: unset;
}
.ezsnap-wrapper{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
/* The Modal (background) */
.ezsnap-wrapper .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 0px; /* 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.80); /* Black w/ opacity */
}
.ez-calc-heading {
	width: 50%;
}
/* Modal Content */
.ezsnap-wrapper .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 50px auto;
    padding: 0;
    border: 1px solid #888;
    width: 800px;
	max-width: 98%;
    box-shadow: 0px 10px 40px -10px #000;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.modal-close{
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 0.4s;
    animation-name: animatebottom;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatebottom {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatebottom {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.ezsnap-wrapper .close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
	position: absolute;
	right: 20px;
	top: 20px;
}

.ezsnap-wrapper .close:hover,
.ezsnap-wrapper .close:focus {
    color: red;
    opacity: 1;
    transition: 0.5s;
    text-decoration: none;
    cursor: pointer;
}



/*EZ Sanap Calculator*/
.ezsnap-wrapper .ezsnap-calc{
    max-width: 98%;
    margin: 10px auto;
    padding: 20px;
    border-radius: 1px;
    color: #838383;
    font-family: Arial, Helvetica, sans-serif;
    
}

.ezsnap-wrapper .ez-calc-table{
    width: 100%;
    overflow-x: auto;
}
.ezsnap-wrapper .ez-calc{
    width: 100%;
}
.ezsnap-wrapper .ez-calc .hide{
    display: none;
}
.ez-calc-heading {
	width: 50%;
	float: left;
}
.ezsnap-calc-heading{
    color: red !important;
	font-weight: bold;
	float: left;
	font-size: 36px;
	width: 60%;
}
.ezsnap-img-sec {
	width: 40%;
	float: left;
}
.ezsnap-img-sec img {
	width: 60%;
}
.ezsnap-calc-thumbnail {
	width: 50%;
	float: left;
}
.ezsnap-calc-thumbnail img {
	width: 250px;
	max-width: 100%;
	float: right;
	margin-right: 50px;
}
.ezsnap-calc-info {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: block;
	width: 100%;
}
.ezsnap-wrapper .ezsnap-calc .clear{
    clear: both;
}
.checkbox-field{
    margin-right: 5px;
    margin-bottom: 0;
}
.field-inputs {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 15px;
}
.ez-calc-table {
	margin-top: 20px;
	float: left;
}
.ez-calc-table .field-box{
    height: auto;
    padding: 1px;
    display: inline-block;
    box-sizing: border-box; 
	float: left;
	text-align: center;
	line-height: 18px;
}
.ez-calc-table .field-box:first-child {
	width: 20%;
}
.ez-calc-table .field-box:nth-child(2) {
	width: 15%;
}
.ez-calc-table .field-box:nth-child(3) {
	width: 15%;
}
.ez-calc-table .field-box:nth-child(4) {
	width: 15%;
}
.ez-calc-table .field-box:nth-child(5) {
	width: 27%;
}
.ez-calc-table .field-box input{
    max-width: 100%;
    padding: 1px 5px;
	text-align: center;
    color: gray;
    border: 1px solid #aaa;
    height: 32px;
    font-size: 16px;
    border-radius: 2px;
    margin: 1px 3px;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; 
}


.ez-calc-table .field-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.ez-calc-table .field-box input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
.ez-calc-table .field-box input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.ez-calc-table .field-box input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.ezsnap-wrapper .ezsnap-calc .remove-field{
    float: left;
	width: 8%;
	height: 32px;
	text-align: center;
/*	padding: 0px 10px;*/
	line-height: 32px;
	
}
.ezsnap-wrapper .ezsnap-calc .remove-field .remove-icon {
	width: 20px;
	cursor: pointer;
}
.ezsnap-wrapper .ezsnap-calc .remove-field .remove-icon:active{
    top: 1px;
    transition: 0.5s;
}
.ezsnap-wrapper .ezsnap-calc .ez-btn{
    background-color: transparent;
    padding: 5px;
    border: none;
    border: 3px solid red;
    cursor: pointer;
    margin: 5px;
    border-radius: 2px; 
    color: red;
    transition: 0.4s;
    font-weight: bold;
}
.ezsnap-wrapper .ezsnap-calc .ez-btn.result-btn {
	background: red;
	color: #fff;
}

.ezsnap-wrapper .ezsnap-calc .add-field{
    position: relative;
    transition: 0.5s;
    float: left;
}
.ezsnap-wrapper .ezsnap-calc .add-field:active{
    top: 1px;
}

.ezsnap-wrapper .ezsnap-calc .ez-btn:focus{
    outline: 0;
}

.ezsnap-wrapper .ezsnap-calc .ez-btn:hover{
    background: #e9e8e8;
    border: 3px solid #e9e8e8;
    
}

.ezsnap-wrapper .ezsnap-calc .ez-btn.result-btn:hover {
	background: #fff;
	border-color: red;
	color: red;
}


.ezsnap-wrapper .ezsnap-calc .ezc-input{
    width: 200px;
	max-width: 150px;
    height: 30px;
    padding: 5px;
    font-size: 18px;
    border: 2px solid rgb(228, 225, 225);
    border-radius: 2px;
    margin: 3px 3px;
}

.add-content{
    width: 100%;
    display: inline-block;
}
.email-result{
    margin: 6px;
    line-height: 35px;
	width: 100%;
	float: left;
}
.ezsnap-wrapper .ezsnap-calc .email-input{
    margin: 0;
	width: 300px !important;
}
.ezsnap-wrapper .result-btn {
    /* float: left;
    clear: both; */
    margin-top: 10px;

}
.ezsnap-wrapper .ezsnap-calc .calc-btn {
    /* float: left;
    clear: both; */

}
.ezsnap-wrapper .ezsnap-calc .result-box{
    margin: 20px 0;
    width: 100%;
    height: auto;
    display: inline-block;
}
.result-field{
    width: 50%;
	text-align: center;
    float: left;
}
.result-field label {
	font-weight: bold;
	color: #333;
}
.result-field:first-child {
	border-right: 1px solid #ccc;
}
.result-field span  {
	font-size: 36px;
	display: block;
	font-weight: bold;
	color: red;
	padding: 20px 0px;
}


/********Media Queries*******/
@media only screen and (max-width:600px){
	.ezsnap-wrapper .ezsnap-calc {
		padding: 5px;
	}
	.ez-calc-table .field-box input {
		font-size: 14px;
	}
	.ezsnap-wrapper .ezsnap-calc .remove-field .remove-icon {
		width: 16px;
	}
	.ez-calc-heading {
		width: 100%;
	}
	.ezsnap-calc-heading {
		font-size: 30px;
	}
	.ezsnap-calc-thumbnail {
		width: 100%;
		text-align: center;
	}
	.ezsnap-calc-thumbnail img {
		width: 70%;
	}
	.ezsnap-calc-info {
		text-align: center;
		margin-top: 10px;
		float: left;
	}
}