.float-right {
    float: right !important;
}

@media only screen and (min-width: 1240px) {
    .section_wrapper, .container {
        max-width: calc(100% - 150px);
    }
}

@media only screen and (max-width: 768px) {
    .payment-option img {
        width: 40px;
        height: 40px;
    }
    .payment-option .payment-icon {
        width: 60px;
        height: 60px;
    }
}

#Wrapper, #Content {
    background-color: #f6f6f6;
}

.btn-close {
    padding: 6px 10px;
    margin-bottom: 2px;
    font-size: 18px;
}

input.form-control, select, textarea{
    border: 2px solid #EBEBEB !important; 
    margin-bottom: 0px;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    color: #626262;
    background-color: rgba(255, 255, 255, 1);
}

input.form-control::placeholder, textarea::placeholder, select::placeholder {
    color: gray;
}

input.form-control:focus, textarea:focus, select:focus {
    background-color: #fff !important;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.justify-content-between {
    justify-content: space-between;
}

p {
    font-size: 15px !important; 
}

.title {
    font-size: 16px;
}

.t-danger {
    color:red;
    margin-left:95px
}

.info-icon {
    display: inline-block;
    width: 18px;                   
    height: 18px;          
    line-height: 18px;  
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: #001347;
    color: white;
  }