
#jbounce-jmodal {
    display: none;
    font-family: SEGOEUI,tahoma;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#jbounce-jmodal .underlay {
    animation: 0.5s ease 0s normal none 1 running fadein;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#jbounce-jmodal .jmodal {
	border-radius: 4px 0px 4px 4px;
	bottom: 0px;
	height: 600px;
	left: 0px;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	/* width: 600px; */
	z-index: 1000;
	/* background-image: url("/templates/elektro/img/spec-pred.png"); */
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 7% 70%;
}
.jmodal-my-pop {
	width: 1200px;
	margin: auto;
	position: relative;
}
@media only screen and (max-width: 40em) {
#jbounce-jmodal .jmodal {
    background-size: cover;
}
}
#jbounce-jmodal .jmodal-title {
    background-color: #F00;
    border-radius: 4px 0 0;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    text-align: center;
}
#jbounce-jmodal .jmodal-subtitle {
    font-size: 32px;
    margin: 200px 0 0;
    padding: 5px;
    text-align: left;
    width: 30%;
    float: left;
    line-height: 48px;
}
#jbounce-jmodal h3 {
	border-bottom: medium none;
	color: #FFF !important;
	font-size: 20px;
	font-weight: normal;
	margin: 15px;
}
#jbounce-jmodal h4 {
    font-size: 1em;
    font-weight: 500;
    margin: 10px 0 0;
}
#jbounce-jmodal .jmodal-body {
    font-size: 0.9em;
    padding: 0;
    width: 68%;
    float: right;
}
#jbounce-jmodal .jmodal-close {
    /*! bottom: 20px; */
    text-align: center;
    width: 30px;
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    font-size: 20px;
}
#jbounce-jmodal .jmodal-close span{
	
}
#jbounce-jmodal .jmodal-close p {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-sizing: border-box;
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    font-family: "Helvetica",arial,sans-serif;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
    width: 40px;
}
@keyframes fadein {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadein {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes popin {
0% {
    opacity: 0;
    transform: scale(0);
}
85% {
    opacity: 1;
    transform: scale(1.05);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes popin {
0% {
    opacity: 0;
    transform: scale(0);
}
85% {
    opacity: 1;
    transform: scale(1.05);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
.mc-field-group {
    text-align: center;
    width: 100%;
}
#mc_embed_signup input:not([type]), #mc_embed_signup input[type="email"] {
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 10px;
    width: 80%;
}
#mc_embed_signup .button {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px;
    width: 17%;
}
.my-jmodal-body {
	width: 350px;
	margin: 50px 200px;
	float: right;
	padding: 50px 35px;
	background-color: rgb(255, 255, 255);
	border-color: rgb(63, 185, 255);
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
}
#button-contactus-lightbox300 {
	box-shadow: 0px 11px 5px -7px rgba(0, 121, 191, 0.35);
	background: rgb(0, 129, 204) !important;
	color: #fff !important;
	font-weight: normal;
	border-radius: 5px;
	border: 2px solid rgb(0, 129, 204);
	font-size: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.zaman input[type="text"].contactus-fields, .zaman input[type="email"].contactus-fields, .zaman input[type="date"].contactus-fields, .zaman input[type="time"].contactus-fields, .zaman input[type="tel"].contactus-fields, textarea.contactus-textarea {
	border: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: middle;
	color: #555;
	background-color: #fff;
	height: 40px;
	max-width: 100%;
	width: 100%;
	padding: 4px 6px;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	display: table-cell;
	border-bottom: 1px solid rgba(63, 185, 255, 0.5);
}
.zaman .contactus-form {
	max-width: 100% !important;
	padding: 0px;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	margin: 30px 0 0;
}
.moduletablezaman{
	width: 300px;
    float: right;
    padding: 20px;
}
.moduletablezaman #button-contactus-lightbox300 {
	background: red !important;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: normal;
}