#hide-address {
    display: none !important;
}
@font-face {
    font-family: PhonePeSans;
    src: url(../fonts/PhonePeSans-Regular.woff2);
    font-weight: normal;
}
.error_validation{
    position: absolute;
    bottom: -27px;
    left: 27%;
    font-size: 15px;
    color: red;
}
sup{
    font-weight: bold;
}
p.mandatory_note{
    font-size: 80%;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 15px;
}
.input_div_wrap{
    position: relative;
}
.new_payment_button{
    display: block;
    background: #361374;
    margin: 0 !important;
    transition: .3s linear;
}
.new_payment_button:hover {
    background: #540bd6;
    transition: .3s linear;
}
.ast-container{
    width: 100%;
}
button.new_payment_button a {
    color: #fff;
    text-decoration: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box{
    width: 75%;
    margin-left: 0 !important;
    font-size: 18px;
    text-align: justify;
    padding: 15px 0;
    font-weight: bold;
}
.contact_wrap, .email_wrap,.company_desc {
    font-size: 15px;
}
p.company_desc {
	margin-bottom: 10px;
}
*{
    font-family: PhonePeSans, sans-serif, Helvetica, Arial;
}
body{
    /*background-color: #f7f1ff !Important;*/
    background-image: url('../logos/phonePe_bg.png');
    background-size: contain;
    background-repeat: repeat;
}
/*body:before {
    content: '';
    top: 0;
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
    background-image: url(/akbar-travels/light_desktop.svg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, #c192fe, #e7daf8);
}*/
form#ppeTransaction input {
    /*background: #f7f1ff;*/
}
span.pay_wrap input {
    background-color: transparent !important;
}
.form-cover{
    position: relative;
}
.form-cover p{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.form-cover label{
    width: 25%;
    margin-bottom: 0px;
}
.form-cover .form-control{
    width: 75%;
    height: 40px;
}
.btn-phonepe{
    background: #5f1f9c;
    border-color: transparent;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 21px;
}
.btn-phonepe:hover,
.btn-phonepe:focus{

}

/*  */
#content{
    display: flex;
    align-items: center;
    width: calc(50% + 480px);
    height: 100%;
    min-height: 100vh;
    max-width: 1000px;
    margin: 0 auto;
}
h3.company_title {
    font-size: 24px;
    position: relative;
}
.company_title:before,.company_form_wrap >h3:before {
    content: '';
    display: block;
    /*background: #361374;
    background: #ed3833;*/
    background: #5e2b9d;
    height: 5px;
    width: 30px;    
    margin-top: 20px;
    position: absolute;
    bottom: -20px;
}
.company_form_wrap >h3 {
    font-size: 21px;
    letter-spacing: 0.5px;    
    padding: 0 15px;
    position: relative;
    margin-bottom: 40px;
}
h3.company_main_title{
    font-size: 21px;
    margin-bottom: 0;
}
.row{
    clear: both;
}
.txn_success{
    color: green;
}
.company_data_wrap{
    padding-left: 0;
}
.row.company_data_row {
    margin: 0px 0;
}
.company_logo_row{
    display: flex;
    align-items: center;
    min-height: 200px;
    margin-bottom: 20px;
}
img.company_logo {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.other_details_wrap {
    padding: 30px 0 30px;
}
.company_name_wrap {
    padding-left: 15px;
}
h5.company_contact_heading{
    margin-bottom: 5px;
}
.email_wrap a,.contact_wrap a {
    display: flex;
    align-items: center;
}
.email_wrap svg,.contact_wrap svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
header,footer{
    display: none;
}
.txn_check{
    color: #000;
}
.company_data_row{
    width: 100%;
    max-width: 100%;
    float: left;
}
#ppeTransaction{
    width: 100%;
}
.company_data_wrap,.company_form_wrap{
    width: 50%;
    float: left;
    padding: 0 25px 0 0px;
}
input[type="text"],input[type="textarea"] {
    width: 30%;
    height: 35px;
}
.terms_heading {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #0d2366;
    margin-bottom: 8px !important;
}
.company_form_wrap {
    border-radius: 2px;
    box-shadow: 6px 11px 24px 0 rgba(23, 31, 37, 0.12);
    /*background: #e7daf8;*/
    background: #fff;
    padding: 20px 0 0;
    border-radius: 10px;
    overflow: hidden;
}
.pp_clr{
    color: #5e2b9d !important;
}
.phonepe_terms > img{
    width: 100px;
}
.details_footer {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    width: 100%;
}
.pay_wrap{
    background: #5e2b9d;
    border-radius: 0;
    height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
transition: .3s linear;
}
.pay_wrap:hover {
    background: #540bd6;
    transition: .3s linear;
}
span.pay_wrap {
    cursor: pointer;
}
#phonepepe_checkout{
    background: transparent;
    padding: 0;
}
.amount_span{
    position: relative;
    width: 75%;
}
.form-cover .amount_span input{
    width: 100%;
    padding-left: 20px;
}
.amount_span b{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
 }
p.form_submit_wrap {
    margin-bottom: 0;
    /*background: #f7f1ff;*/
    background: #EBEDF1;
    text-align: right;
}
.form-cover p {
    padding: 0 15px;
}
p.form_submit_wrap {
    display: flex;
    justify-content: space-between;
}
p.form_submit_wrap img{
    width: 250px;
    object-fit: contain;
    padding-left: 15px;
}
.form-cover p {
    margin-bottom: 30px;
}
.row.company_main_title_row {
    display: flex;
    align-items: center;
}
.company_logo_wrap {
    border-radius: 3px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    background: #fff;*/
    padding: 8px;
}
.company_data_wrap {
    margin-top: 24px;
}
@media(max-width: 767px){
    .company_data_wrap,.company_form_wrap{width: 100%;}
    body:before{display: none;}
    .company_form_wrap{margin-top: 15px;padding-top: 15px;}

    .other_details_wrap{padding: 20px 0;}
    h3.pp_clr.company_title{display: none;}
    .row.company_data_row{margin-top: 0;}
    .form-cover p{margin-bottom: 10px;}
    div#content{width: 100%;max-width: 100%;display: block;}
    p.form_submit_wrap{display: block;}
    p.form_submit_wrap img{width: 100%;padding: 15px;}
    .row.company_data_row{display: flex; flex-direction: column-reverse;padding: 15px 0;}
    .company_title:before, .company_form_wrap >h3:before{bottom: -15px;}
    .ast-container{padding-left: 15px;padding-right: 15px;}
/*     img.company_logo{height: 75px;} */
    .box{text-align: left;width: 100%;padding-top:15px;}
    .company_desc,hr{max-width: 100% !important;}
}

