p
{
	text-align: justify; line-height: 1.5; font-size: 13px;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.section-subscribe {
    position: relative;
    background: #fff;
}
.section-subscribe {
    width: 600px;
    margin: 0 auto;
}
.form-subscribe {
    max-width: 876px;
    margin: 0 auto;
    padding: 55px 0 26px;
    text-align: center;
}
form {
    display: block;
    margin-top: 0em;
}
.form-subscribe .form-inner {
    transition: all .2s ease-out;
}
.form-subscribe .form-head {
    margin-bottom: 25px;
}

.error span.message-text {
    color: red;
}
.form-control.error {
    border: 2px solid red !important;
}
span.message-text {
    color: green;
    font-weight: bold;
}
.onpage-load h4.modal-title {
    font-family: 'Sweet Sans', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: 0.8;
}
.onpage-load .form-control {
    font-size: 11px;
    color: #333;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: none;
    text-transform: capitalize;
    font-family: arial;
    letter-spacing: 0.5px;
} 
.onpage-load .subscribe-butn {
    color: #fff;
    background-color: #111;
    padding: 0 30px;
    height: 45px;
    font-size: 10px;
    border-radius: 0px;
    border-color: #111;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-top: 0px;
}
.onpage-load .modal-content {
    padding: 25px 30px 26px 30px;
    border-radius: 0px;
    background: #fff;
	top: -70px;
}
.onpage-load .modal-header {
    padding: 0px;
    border-bottom: none;
    margin: 0px 0px 4px 0px;
}
.onpage-load .radiobtn-sec {
    display: block;
    overflow: hidden;
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'Sweet Sans', sans-serif;
    color: #000;
    letter-spacing: 0.15em;
}
.onpage-load .modal-body {
    position: relative;
    padding: 15px 30px;
}

.onpage-load .subscribe-row
 {
    margin: 0px auto;
    width: 66%;
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
}
.onpage-load .modal-dialog {
    width: 600px;
    margin: 16% auto 0px auto;
}
.onpage-load.fade.in {
    opacity: 1;
    background: rgba(0, 0, 0, 0.62);
}
.terms {
    height: 100px;
    overflow-y: scroll;
}
.container-example1 {
  height: 95px;
  width: 500px;
  max-width:100%;
  padding: 5px 10px;
  margin: auto;
  border: 1px solid;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.onpage-load h4.modal-title {font-size: 15px;  font-weight: 600;}
	.onpage-load .modal-dialog {max-width: 94% !important;  margin: 52% auto 0px auto; width: 100%;}
    .onpage-load .subscribe-row {width: 100%;}
    .onpage-load .subscribe-row button {width: 100%;}
	.onpage-load .subscribe-butn {padding: 0 5px; font-size: 12px !important;letter-spacing: 0.1px !important;
}
}

/*  Laptop For 1024 Resolution */  
@media only screen   and (min-device-width : 768px) and (max-device-width : 1024px)  
{ 
	.onpage-load .modal-dialog {margin: 20% auto 0px auto;}
} 