
* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
#forminner{
    height: 100%;
}


.div_container {
    background: url("../images/background_img_v3.png");
    background-position: center center;		
    background-repeat: no-repeat;		
    background-attachment: fixed;		
    background-size: cover;	
    background-color: #fff;
}
.form-inner{
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    background-size: 100%;
    /* float: left; */
    display: grid;
    grid-template-columns: 100%;
    background-size: 100%;
    /* overflow-y: hidden; */
    max-width: 1400px;
    margin: 0px auto 0;
    /* float: none; */
    /* min-height: 618px; */
    top: 0;
    position: relative;
    min-height: 89vh;
}


.overall-outer {
    float: left;
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
}

.outer-img{
    border-radius: 0px;
    background: url("../images/success_bg_img.png");
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    background-size: cover;
    float: left;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;

}
.inner-img{
    border-radius: 0px;
    background: url("../images/success_center_img.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    float: left;
    width: 519px;
    height: 515px;
    display: grid;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;

} 

.first-row img {
    width: 200px;
    height: 98px;
    padding: 10px 0px 0px 14px;
    object-fit: contain;
    float: none;
    margin: 0 auto;
    display: table;
}

p.second-content {
    font-family: 'Poppins-SemiBold';
    padding-top: 15px;
}

.second-row {
    float: none;
    width: 83%;
    text-align: center;
    padding: 16px 0px 0px;
    margin: 0 auto;
}
.second-row button#back {
    background: transparent;
    border: 0;
    color: #1b63e1;
    padding-left: 10px;
    position: relative;
    font-family: 'Poppins-SemiBold'
}

.content p:nth-child(2) {
    margin: 10px 0 25px;
}

.form-outer {
    float: left;
    width: 100%;
    display: grid;
    align-items: center;
    height: 100%;
    /* justify-content: center; */
}
/* .req_header{
    background: url("../images/background_img_v3.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.mobile-img {
    float: right;
    width: 92%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    right: 124px;
    top: 0px;
    /* transform: scaleX(1.09); */
}

.mobile-img img {
    float: right;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

p{
    font-size: 14px;
    color: #2b2d3a;
    font-family: 'Poppins-Regular';
    
}

.impot{
 
    color: #ff2d2d;

}

.form-group {
    margin-top: 15px;
}

label{

    font-size: 13px;
    color: #2b2d3a;
    font-family: 'Poppins-Regular';
    
}

input::-webkit-input-placeholder {
    font-size: 13px;
    color:#2b2d3a;
    font-family: 'Poppins-SemiBold';
    
}
.a_hover:active, .a_hover:focus, .a_hover:hover{
    color : #fff;
}
.input-value{
    border-color: #d2d2d2;
    font-size: 13px;
    width: 50%;
}

.content{ 
    width: 108%;
}

.form-control:focus {
    border-color: #d2d2d2;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.sub-btn{
    margin-left: 70px;
    margin-top: 35px;
    width: 20%;
    height: 35px;
    border-radius: 25px;
    color: #ffff !important;
    background-image: linear-gradient(to right,#351bdc, #b953f1);
    border: transparent !important;
    border-color: transparent !important;
    font-family: 'Poppins-SemiBold';
}

.form-para {
    float: left;
    margin-top: 0;
    margin-left: 144px;
}


.form-right {
    /* padding: 130px 0 10px 82px; */
    padding: 10px 0 10px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    width: 100%;
    margin: auto;
    /* margin-top: 5%; */
}

.form-para-child{

    float: left;
    margin-top: 15px;
    margin-left: 144px;
    width: 100%;
}

.form-left {
    grid-row: span 2;
    /* padding-right: 15px; */
}

.float-child1 {
    width: 50%;
    height: 533px;
    float: left;
    margin-left: 63px;
    margin-top: 65px;
    padding: 20px;
    border: 1px solid transparent;
}  

.float-child2 {
    width: 40%;
    height: 440px;
    float: left;
    margin-top: 120px;
    padding: 20px;
    border: 1px solid transparent;
}  

.phone-img{

    margin-top: -21px;
    height: 112%;
    width: 126%;
    margin-left: -133px;
}

.second-row img {
    width: 15%;
    cursor: pointer;
}



/* ==== Responsive === */



@media screen and (min-width:1400px) {
    .form-inner {
        margin: 0px auto 0;
    }
    .form-outer {
    height: 100%;
    }
    .mobile-img{
        width: 92%;
        right: 128px;
        top: 20px;
    }
    .header_log{
        height: 54px;
    }

}

@media screen and (max-width:1260px) {
    .form-inner {
        margin: 10px auto 0;
    }
    .content {
        width: 101%;
    }
}

@media screen and (max-width: 1199px) {
    .form-inner {
        grid-gap: 50px;
    }
    .mobile-img img {

        width: 100%;
    }
    p{
        font-size: 13px;
    }
    label{

        font-size: 13px;
    }
    .content{
        width: 115%;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .form-inner {
        /* width: 727px; */
        /* min-height: 618px; */
        background-size: cover;
        align-items: center;
        /* padding: 10px 0 33px; */
        padding:0px 0 0px;
        margin: auto;
        max-width: 100%;
        background-position: center;
        align-items: center;
        grid-gap: 20px;
    } 

    .form-para { 
        margin-left: 15%;
        width: 100%;
    }
    /* .form-right {
        padding: 20px 0 10px 0px;
    } */
    .mobile-img {
        width: 100%; 
        height: auto;
        right: 45px;
        top: 60px;
        /* padding-left: 20px; */
        transform: translateX(9px);
    }
    .form-para-child {
        margin-left: 15%;
        margin-top: 0px;
        width: 90%;
    }
    .input-value {
        width: 70%;
    }
    p{
        font-size: 11px;
    }
    .content {
        width: 107%;
    }
    .mobile-img img {
        width: 100%;
    }
    .sub-btn {
        margin-top: 30px;
        width: 30%;
    }
    .top_header_logo_img {
        margin-left: 15%;
    }
}

@media screen and (min-width:810px) and (max-width:900px) {
    .mobile-img {
        /* width: 364px; */
        height: auto;
        right: 46px;
        top: 69px;
        padding-left: 20px;
    }
    p{
        font-size: 11px;
    }
}

@media screen and (min-width:900px) and (max-width:992px) {
    .mobile-img {
        /* width: 364px; */
        height: auto;
        right: 60px;
        top: 50px;
        padding-left: 20px;
    }
    p{
        font-size: 12px;
    }
}
@media screen and (min-width:900px) and (max-width:1200px) {
        
    .form-para {
        float: left;
        margin-top: 0;
        margin-left: 15%;
    }
    .form-para-child {
        margin-left: 15%;
   }
}
.header_log{
    position: unset;
    background-color:unset;
}
@media screen and (max-width:767px) {
    .form-inner {
        background: url("../images/phone_backgroundimg.png");
        background-color: #fff;
        min-height: 100%;
        background-size: cover;
        align-items: center;
        padding: 10px 0 13px;
        margin: auto;
        max-width: 100%;
        background-position: top 35vw center;
        align-items: center;
        grid-gap: 20px;
        grid-template-columns: 100%;
        background-repeat: no-repeat;
    }
    .header_log{
        position: fixed;
        background-color:#fff;
   }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.5rem 0.5rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
   

    .form-group {
        margin-top: 10px;
    }  
   
    .form-right {
        padding: 20px 0 10px 0px;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        margin-top: 20px;
    }

    .form-para {
        float: left;
        margin-top: 0;
        margin-left: unset;
        width: 100%;
    }
    .content {
        width: 75%;
        text-align: -moz-center;
        justify-content: center;
        text-align: -webkit-center;
    }

    .form-para .content {
        width: calc(100% - 15%);
        text-align: -moz-center;
        justify-content: center;
        margin: 0px auto;
        float: none;
    }

    .form-para-child {
        float: none;
        width: calc(100% - 11%);
        margin: auto;
        /* margin-left: unset; */
        display: table;
        padding-top: 0px;

    }

    .mobile-img {
        float: none;
        width: calc(100% - 11%);
        position: initial;
        height: 100%;
        display: table;
        align-items: initial;
        justify-content: end;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    .mobile-img img{ 
        margin-top: 10px;        
    }

    label{
        color: #fff;
    }

    .para2{
        margin-top: -10px;
    }

    .input-value{
        /* width: 96%; */
        font-size: 12px;
    }

   /*  .form-para-child {

        margin-left: 40px;
    } */

    .sub-btn {
        width: 40%;
        height: 35px;
        color: #2b2d3a !important;
        background-color: #fff;
        border-color: #fff !important;
        background-image: unset;
        margin: 30px auto 0;
        display: table;
        float: none;
        font-size: 14px;
    
    }
  
    br {
        content: "";
    }
   
    .content p:nth-child(2) {
        margin: 10px 0 30px;
    }
}
@media screen and (min-width:993px) and (max-width: 1100px) { 
    .mobile-img{
        top: 50px;
        right: 90px;

    }

    .header_log{
        height: 54px;
    }

    .form-right{
        padding: 0px 0 0px 0px;
        grid-template-rows: auto;
    }

    .sub-btn {
        margin-top: 25px;
    }
}

@media screen and (min-width:1100px) and (max-width: 1330px) { 
    .mobile-img{
        top: 43px;
        right: 13%; /* 125px; */
        width: 95%;

    }
    .header_log{
        height: 54px;
    }

    .form-right{
        padding: 0px 0 10px 0px;
        grid-template-rows: auto;
    }
}
@media screen and (min-width:768px) and (max-width: 991px) { 
    .outer-img {
    width: 100%;
    height: 100%;
    }
    
    .second-row {
        width: 265px;
    }

    .second-row p {
        padding: 5px 0px 0px 15px;
    }

    .inner-img{
        height: 390px;
    }

    .first-row img {
        width: 100px;
        height: 66px;
    }
    .header_log{
        height: 54px;
    }
}

@media screen and (max-width:767px) {
.outer-img{
    height: 655px;
}

.inner-img{
    width: 305px;
}

.first-row img {
    width: 78px;
    height: 65px;
    padding: 20px 0px 0px 10px;
}

.overall-outer{

    /* overflow: hidden; */
}

.second-row {
    width: 205px;
    padding: 0px 0px 0px 12px;
}

.second-row p {
    font-size: 10px;
}

.outer-img {
    width: 766px;
    /* min-height: 820px; */
}

.second-row button#back{

    padding-left: 5px;
    font-size: 14px;
}

.second-row img {
    width: 30%;
    padding: 0px 10px 10px 0px;
}

}

@media only screen 
and (device-width : 375px) 
and (device-height : 812px) 
and (-webkit-device-pixel-ratio : 3) { 
    .form-inner {
        /* min-height: 107%; */
        padding: 10px 0 0px;
    }

}
@media only screen 
and (device-width : 411px) 
and (device-height : 823px){ 
    .form-inner {
        /* min-height: 107%; */
    }
    
}

@media only screen 
and (device-width : 411px) 
and (device-height : 823px){ 
    .outer-img {
        /* min-height: 820px; */
    }
    
}

.DemoOverlayOne{
    position:fixed;
    *position:absolute;
    top:0px;
    left:0px;
    background-color:#FFF;
    opacity:.3;
    filter:alpha(opacity=80);
    -moz-opacity: 0.80;
    z-index:1055;
    width:100% !important; 
    height:100% !important;
}

.DemoOverlayOneImg{
    position:fixed;
    z-index: 1100;
    top:50%;
    left:50%;
    margin:-100px 0 0 -100px;
} 

.spin-normal {
    font-size: 40px;
    height: 40px;
    width: 40px;
}

.spin-big {
    font-size: 60px !important;
    height: 60px;
    width: 60px;
}

.spin-small {
    font-size: 20px;
    height: 20px;
    width: 20px;
}
