/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1400px) { }



/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) { }



/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) { 
    
.logo-box img {
    width: 250px;
    padding: 0px;
    margin: 0px;
    object-position: center;
}
.payment-method ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
    display: grid;
    grid-template-columns: unset;
    grid-column-gap: 4%;
}
.payment-method ul li {
    cursor: pointer;
    padding: 0 0 15px 0;
}
  }



/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) { 
    
.logo-box {
    margin-top:0% !important;
} 
}
   
   
/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) { 
    
.logo-box {
    margin-top:0% !important;
}

.logo-box p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding-top: 14px;
}
.multi_step_form #msform .tittle p {
    color: #beab49;
    padding: 0px 20px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    margin-bottom:8px;
}
.multi_step_form #msform .tittle {
    text-align: center;
    padding-bottom: 20px;
}
.multi_step_form {
    overflow: unset;
    height:unset;
}
.payment-method ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
}
.payment-method ul li {
    cursor: pointer;
    padding: 0 0 15px 0;
}
.multi_step_form #msform #progressbar {
    padding-left: 5px;
}
.logo-box img {
    width: 220px;
    margin: 0 auto;
}  
p.heading-title {
    font-size: 13px !important;
    padding: 0 19px !important;
    color:#000;
}
.payment-method ul .papy h2 {
    font-size: 14px;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
fieldset button, fieldset a.action-button{
    width: 100%;
    padding: 0px 0px !important;
    margin: 0px !important;
}
.bottoncard-payment p{
    font-size:14px;
}
  }
  
  
  /*// Small devices (portrait phones, less than 480px)*/
@media (max-width: 400px) {
    
.multi_step_form #msform fieldset {
    padding: 5px 15px 0;
}
  }


  


