

#app {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    font: 16px 'Mukta Vaani',Sans-Serif;
    text-align: center
}

#app .preload-title {
    padding: 0 0 0 20px;
    margin-top: -5px;
    color: #848490
}

footer.footer {
    display: none;
}

.position-style {
    width: 500px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 20px;
}

p {
    color: #fff;
    margin-bottom: 0px;
}

.position-style-left {
    width: 100%;
    float: left;
    border: solid 3px #ffffff;
    padding: 40px;
    border-radius: 8px;
    background: #00000063;
}

.position-style-right {
    width: 50%;
    float: left;
    min-height: 495px;
}

h2 {
    color: #fff;
}

.logo {
    display: none;
}

.social-media {
    display: inline-block;
}

.social-media li {
    float: left;
    margin: 0 4px;
    list-style-type: none;
}

.social-media li a {
    display: block;
    padding: 2px;
}

.social-media li a img {
    width: 80%;
}

.right-btn-styl {
    margin: 12px 0;
    background: no-repeat;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    width: 70%;
}

.right-btn-styl:hover {
    border: solid 1px #fff;
}

.left-btn-styl {
    border: solid 2px #ffffff;
    background: #1350a9;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 16px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
}

.left-btn-styl:hover {
    background-color: #d0bc0d;
    color: #fff;
}

.position-style {
    margin-top: 30px;
}

.btn-secondary {
    color: #fff;
    background-color: #096cec;
    border-color: #096cec;
}

.goog-te-gadget .goog-te-combo {
    width: 75px !important;
}

::-webkit-input-placeholder { /* Edge */
    color: #b7b4b4;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b7b4b4;
}

::placeholder {
    color: #b7b4b4;
}

.responsive-h2 {
    text-transform: uppercase;
    font-size: 26px;
}

@media screen and (max-width: 640px) {
    .position-style {
        margin-top: 0px;
    }

    .position-style {
        width: 100%;
    }

    .position-style-left {
        width: 100%;
    }

    .position-style-right {
        display: none;
    }
}
    

.boxset {
    color: #fff;
}

    .boxset input {
        padding: 8px 6px;
        width: 86%;
        border-radius: 10px;
        background: #c674e8;
        border: 1px solid #ffffff9e;
        color: #000;
    }

.boxset input:focus {
    outline: unset;
}

    .boxset h4 {
        font-size: 23px;
        color: black;
    }

.rerlbtn {
    display: flex;
    justify-content: space-around;
}

.rerlbtn button {
    color: #fff;
    background: #a20ef9;
    padding: 10px;
    border: unset;
    max-width: 12rem !important;
}

.rerlbtn button:focus {
    outline: unset;
}

.rerlbtn a {
    max-width: 16rem !important;
    padding: 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
@media only screen and (max-width: 600px) {
    .modal-content {
        background-color: #5f4d27;
        padding: 36px 10px;
        width: 271px;
        left: 70px;
        right: 0;
        justify-content: center;
        position: relative;
        right: -538px;
        border-radius: 6px;
    }
}
.modal-content {
    background-color: #f8f8fb;
    padding: 36px 10px;
    border: 1px solid #000;
   
    width: 271px;
    /* left: 0; */
    /* right: 0; */
    /* justify-content: center; */
    position: relative;
    right: -538px;
    border-radius: 6px;
}

    .btn:focus {
        outline: unset;
    }

    @media(min-width:315px) and (max-width:365px) {
        .modal-content {
            /*width: 79%;*/
            padding: 38px 18px;
            position: relative;
            right: 41px;
        }

        .rerlbtn button {
            padding: 0.6rem 1rem !important;
        }

        .rerlbtn a {
            padding: 0.6rem 1rem !important;
        }
    }

    .footer-section2 {
        margin-top: 11px;
        position: inherit !important;
        left: 0;
        bottom: 1.3rem !important;
        width: 100% !important;
        text-align: center !important;
        height: 3.3rem;
        font-size: 1.6rem !important;
        color: #fff ;
        font-weight: bold;
    }

    .loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url('/loader.gif') 50% 50% no-repeat rgb(249,249,249);
        display: none;
        background-size: 100px;
        opacity: .7;
        background-color: #000;
    }

    .alert-danger {
        color: #ffffff;
        background-color: #ff1900;
        border-color: #ffb8b0;
        padding: 0;
    }
