select#instalment {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    height: 47px;
    border: 0;
    line-height: normal;
    background-image: url(/wp-content/plugins/installment-payments/modules/checkout/images/down-arrow.png);
    width: 100%;
    max-width: 481px;
padding-right: 50px !important;
	background-position: center right 19px;
    background-size: 23px;
    background-repeat: no-repeat;
    padding: 7px 24px;
    -webkit-appearance: none;
}

.installmentCostMain {
    border-radius: 6px;
    border: 1px solid #CCC;
    background: #F9F9F9;
    width: 100%;
    max-width: 479px;
    margin: 24px 0px    ;
}
.installmentTable {
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
    align-items: center;
    min-height: 52px;
    border-bottom: 1px solid #CCC;
}
.upcomingInstallmentHead p {
    text-align: center;
    color: #403F3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}
.installmentDateHead p{
    color: #222;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.3px;
}
.headinstalment p {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}
.headinstalment {
    background: #ffcf00;
    padding: 0px 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 7px;
    margin-bottom: 15px;
}
.installmentMain p {
    margin: 0;
 	font-family: unset;
}

.installmentMain span.woocommerce-Price-amount.amount {
    font-family: unset;
}

.woocommerce-checkout-payment {
    max-width: 479px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    background: #fff!important;
    
}
button#place_order {
    width: 100%;
    background: #3BB54A;
}
ul.wc_payment_methods.payment_methods.methods {
    padding-bottom: 0 !important;
}

.instalmentWrapper.ck_spinner select#instalment {
    background-image: url(https://i.stack.imgur.com/MnyxU.gif);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #302e2e75;
}

.woocommerce-order-received  .upcomingInstallmentMain.installmentCostMain {
    width: 100%;
    max-width: 100%;
}

.woocommerce-account  .upcomingInstallmentMain.installmentCostMain {
    width: 100%;
    max-width: 100%;
}
.upcomingInstallmentHead {
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body #payment .place-order {
      padding: 0px 16px;

}
.payment_method_paypal label{
 font-size: 16px !important;
}
@media screen and(max-width:1024px){
    .woocommerce-checkout-payment{
        margin-bottom: 230px ;
    }
}