    body{
        font-family: 'Inter', sans-serif;
    }


 #phone_area {
    margin: 15px auto 0 auto;
    text-align: center;
    display: none;
    position: relative;
    z-index: 1;
}
#iphone_5_emulator {
    background-image: url(../iPhone_5_portrait.png);
    width: 380px;
    height: 765px;
}
 #iphone_5_emulator{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0 auto 0 auto;
    text-align: center;
}
#frame_iphone_5_emulator {
    width: 318px;
    height: 570px;
    margin: 90px 0 0 0px;
}
.frame_scroller {
    display: inline-block;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}
.frame_scroller>iframe {
    width: 100%;
    height: 100%;
}
iframe {
    overflow-y: hidden;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.main-announcement {
    background-image: url(../bg.png);
    height: 400px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 66%;
    height: 570px;
}
.phone-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logo-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
    text-align: center;
}
.logo-img img{
    height: 80px;
}
.inner-phone {
    background-color: #fff;
    position: relative;
    padding: 30px;
    width: 230px;
    color: #6E1186;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.inner-phone::after {
    height: 92%;
    width: 94%;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #6E1186;
    border-radius: 5px;
    margin: auto;
}
.inner-phone img {
    position: absolute;
    top: -85px;
    height: 95px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inner-phone-new {
    background-color: #fff;
    position: relative;
    padding: 15px;
    width: 280px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.inner-phone-new label{
font-size: 10px;
font-weight: 600;
}
.inner-phone-new .form-control {
    font-size: 10px;
    font-weight: 500;
    height: auto;
    padding: 8px;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: none;
}
.inner-phone-new p{
font-size: 8px;
font-weight: 600;
}
.inner-phone-new .btn-submit {
    background: #361e72;
    background: -moz-linear-gradient(left, #361e72 0%, #900993 100%);
    background: -webkit-linear-gradient(left, #361e72 0%,#900993 100%);
    background: linear-gradient(to right, #361e72 0%,#900993 100%);
    color: #fff;
    padding: 7px;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: none;
    outline: none;
}

.modal-inner-sccess{

}
.modal-inner-sccess .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: purple;
    opacity: 1;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 0;
    line-height: 0;
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    outline: none;
    box-shadow: none;
}
.modal-inner-sccess .modal-body{
padding: 20px;
}
.modal-inner-sccess h2 {
    font-family: 'Lobster', cursive;
    font-size: 20px;
    text-align: center;
    margin: 10px auto 20px;
    background: -webkit-linear-gradient(right, #900993, #361e72);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-inner-sccess p {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.modal-inner-sccess .modal-dialog {
    max-width: 250px;
    margin: 45% auto;
}
.modal-inner-sccess .modal-content{
border-radius: 15px;
}
.modal-inner-sccess p a{
    display: inline-block;
    margin: 10px 4px;
}
.modal-inner-sccess p a img {
    height: 25px;
}



@media (max-width: 767px) {

#iphone_5_emulator {
    background-image: none !important;
    width: 100% !important;
    height: auto !important;
}
#frame_iphone_5_emulator {
    width: 100%;
    height: 100vh;
    margin: 0px;
}
.main-announcement {
    padding: 0px 0;
}
.phone-img {
    border: none;
}
#phone_placeholder{
    height: auto !important;
}
#phone_area {
    margin: 0px auto 0 auto;
    
}
#phone_area, #phone_placeholder, #iphone_5_emulator, #frame_iphone_5_emulator, .frame_scroller>iframe{
 overflow: hidden;   
}

.main-announcement, body, html {
    height: 100%;
}
}