.header {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
html{height:100%;}
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins-Regular';
    color: #3c6ad1;
    background: #FFF7F7;
}
.wow {
    padding: 30px;
    margin-top: -100px;
}
.new {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    background: #3c6ad1;
    width: 100px;
    border-radius: 20px;
    color: #fff;
    padding: 5px;
    margin: 0px auto;
    display: block;
}
.main-space {
    padding-left: 15px;
}
.main-space {
    padding-left: 15px;
}
img.buz {
    width: 300px;
}
.bg-image img{max-width: 100%;}


 .d-flex{
     display: flex;
     justify-content: space-between;
     align-items: center;
}
.close {
    color: #000;
    opacity: .5;
}
.close:hover {
    color: #000;
    opacity: .8;
}
.color-logo1.success-img {
    width: 185px;
}
.content-verify {
    padding: 20px;
    border-radius: 20px;
    /* background: linear-gradient(-24deg, rgb(29 51 73) 0%, rgb(59 102 146) 45%, rgb(29 51 73) 100%); */
    border: navajowhite;
    background: url(../images/STONERLANDING-05.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#authModal {
    padding: 0!important;
}
h1.serial-no {
    font-size: 18px;
    font-weight: 500;
    color: #f5f5f5
}
#verifyContent h5 {
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 500;
}
img#verifyImg {
    max-width: 85px;
    margin: 19px 0px 0px 15px;
}
.verify-modal {
    width: 400px;
    top: 18%;
    margin: 30px auto;
}
.image-clr {
    width: 51px;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    margin: 3px;
}
 .header .logo{
     height: 50px;
}
 .header .dropdown .btn-default{
     background: none;
     color: #fff;
     border: 1px solid #fff;
     padding: 10px 20px;
}

 .header .header-text .color-logo{
     margin:20px auto;
}
.header .header-text h1 {
    color: #3c6ad1;
    font-size: 34px;
    font-family: 'Poppins-Bold';
    margin-top: 0;
    text-align: center;
}
.verify-once-message {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
 .newsletter .newsletter-form {
     position: relative;
     margin-top: 23px;
     z-index: 999;
}
.newsletter .newsletter-form input {
    height: 55px;
    width: 100%;
    padding: 0px 130px 0px 20px;
    border-radius: 30px;
    outline: none;
    border: 0;
    background-color: #fff;
    color: #514F4F;
}
.newsletter .newsletter-form button {
    width: 116px;
    height: 36px;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    background: #3c6ad1;
}
img.insta {
    width: 35px!important;
    margin: 0px 17px;
}
.insta-icons a:focus, a:hover {
    color: none;
    text-decoration: none;
}
#jb-video {
    border-radius: 15px;
    background: #DBDAF7;
    box-shadow:rgba(23, 25, 29, .5) 0px 16px 16px -16px, rgb(23 25 29 / 3%) 0px 14px 20px 0px, rgb(23 25 29 / 4%) 0px 0px 0px 1px;
    /*width: 43vh;*/
    width: 80%;
    /*height: 30vh;*/
    /*filter: drop-shadow(2px 4px 6px black);*/
}
img.tele {
    width: 35px;
}
 .header .header-text h2{
     color: #fff;
     margin-top: 20px;
     font-size: 24px;
     font-family: 'Poppins-Bold';
}
 .header .header-text .follow-us{
     list-style-type: none;
     padding-left: 0;
}
 .header .header-text .follow-us li{
     display: inline;
     margin-right: 15px;
}
.image-section {
    padding: 50px 0;
    margin: -18.875rem 0 0;
}


.modal {
    background: #0000005e;
}
/************ Extras ***********/
 .btnStyle {
     transform: translateZ(0) !important;
     backface-visibility: hidden !important;
     transition: 300ms ease-out !important;
}
 .btnStyle:hover {
     transform: scale(0.9) !important;
}
 .btnStyle2 {
     transform: translateZ(0) !important;
     backface-visibility: hidden !important;
     transition: 300ms ease-out !important;
}
 .btnStyle2:hover {
     transform: scale(1.1) !important;
}
 .block{
     display: block;
}
.content-div{
    width:50%;
}