select {
	border-radius: 0 !important;
}

.give_input {
    width: 100%;
}

.input-form {
    width: 50%;
    margin-bottom: 15px;
}

.rtl .input-form:first-child
{
    margin-left: 15px;
    margin-right: 0;
}

.input-form:first-child
{
    margin-right: 15px;
}

.input-form:focus,
.input-form input:focus
{
    outline: none;
    border: 1px solid #00a0df;
}

.tab-content .tab-pane.active {
    display: block;
}

.tab-content .tab-pane {
    display: none;
}

.accountTabs.nav-tabs .nav-item {
    width: 50%;
    background-color: #dedede;
}


.accountTabs.nav-tabs .nav-link {
    text-align: center;
    padding: 20px 0;
    border: 1px solid #d9d9d9;
}

.accountTabs.nav-tabs .nav-link.active {
    border-bottom: none;
    color: #00a0df;
}

.contact_input {
    width: 100%;
    padding: 18px 65px;
    color: #00a0df;
    border: 1px solid #00a0df;
}

.give_input, .give_input_number {
    padding: 15px 0;
    text-align: center;
    color: #00a0df;
    font-weight: bold;
    border: 1px solid #00a0df;
    background-color: #f9f9f9;
}

.give_input:focus, .give_input_number:focus {
    outline: none;
} 

input.give_input:hover, .give_active {
    background-color: #00a0df !important;
    color: #fff;
    cursor: pointer;
}

.price_option {
    flex: 1;
    margin:0 7px;
}

.rtl .price_option:first-child {
    margin-right: 0;
    margin-left: 7px;
}

.rtl .price_option:last-child {
    margin-left: 0;
    margin-right: 7px;
}

.price_option:first-child {
    margin-left: 0;
}

.price_option:last-child {
    margin-right: 0;
}

.countryAmounts {
    margin-bottom: 15px;
}

.wrapper-form {
    border-top: 1px solid #d9d9d9;
}

.image_1{
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrap-payment-icons {
    background-color: #F8F8F8;
}

.wrap-payment-icons img {
    width: 95px;
}

.wrap-payment-icons .customized-icon img {
    width: auto;
    height: 40px;
}

.progress-mena-container {
    background-color: #333333;
    color: white;
    text-align: center;
    padding: 40px 0px;
}

.menaCount {
    color: #e6d904;
    font-size: 40px;
}

.show-amount-description {
    color: #333;
    padding-bottom: 15px;
    font-weight: bolder;
}

.rtl .contactus-countries{
	flex-direction: row-reverse;
}

.show-amount-description {
    color: #333;
    padding-bottom: 15px;
    font-weight: bolder;
}

.rtl .intlTelInput {
    direction: ltr;
}

.rtl .intlTelInput input {
    direction: rtl;
}

.form-top-message {
    font-weight: 700;
    color: rgb(0, 160, 223);
    text-align: center;
}

.banner-overlay {
    position: absolute;
    top: 45px;
    left: -75px;
    z-index: 9;
    transform: rotate(-45deg);
    width: 300px;
    background-color: rgba(250, 235, 0,0.8);
    padding: 10px 0px;
    text-align: center;
    font-size: 12px;
}
.rtl .banner-overlay {
    transform: rotate(45deg);
    right: -85px;
    left: initial;
}

.banner-overlay p {
    margin: 0;
}

.banner-overlay a {
    color: #212529;
}

.banner-overlay a:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .banner-overlay {
        top: 80px;
    }

    .rtl .banner-overlay {
        left: initial;
    }
    
}

@media (max-width:767px){

    .rtl .price_option:last-child{
        margin-right: 0;
    }

    .rtl .price_option:first-child {
        margin-left: 0;
    }

    .price_option, .price_country2 {
        flex: initial;
    }

    .price_option.price_country2 {
        width: 100%;
    }

    .input-form, .price_option2 {
        width: 100%;
    }
    
    .price_option {
        width: 49%;
        margin: 0px 0px 15px 0px;
    }

    .price_option:last-child {
        width: 100%;
        margin: 0px;
    }

    .rtl .image_1 {
        background-position: 95%;
    }

    .image_1 {
        background-position: 3%;
    }

    .banner-overlay {
        top: 50px;
    }

    .rtl .banner-overlay {
        top: 40px;
    }

}

@media (max-width: 991px) {

    .image_1 {
        height: 250px;
    }

}