﻿
.text-center {
    text-align: center
}

.mt-2 {
    margin-top: 20px;
}

.rounded {
    border-radius: 50%;
}


.swiper-language {
    height: 200px !important;
    width: 200px !important;
}

.background-aliceblue {
    background: aliceblue !important;
}


.mb-70 {
    margin-bottom: 70px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-35 {
    margin-top: 35px !important;
    margin-bottom: 0 !important;
}

.discount-image {
    position: revert;
    background: #2196f3;
    -webkit-border-radius: 5px;
    color: #fff;
    line-height: 25px;
    padding: 0 8px;
}

@media only screen and (max-width: 768px) {
    .mt-35 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.m-0 {
    margin: 0 !important
}

.mb-100 {
    margin-bottom: 100px !important;
}

.margin-owl--50 {
    margin-top: -50px;
}

.margin-owl--25 {
    margin-top: -25px;
}

.margin-owl-30 {
    margin-top: 30px;
}

.margin-owl-50 {
    margin-top: 50px;
}

.margin-owl-5 {
    margin-top: 5px;
}

.container-Header {

}

.display {
    display: flex;
    justify-content: center

}

@media only screen and (max-width: 600px) {
    .display {
        display: none;
    }
}

.margin-p {
    margin: 0 110px 0 110px;
}

@media only screen and (max-width: 1600px) {
    .margin-p {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1386px) {
    .margin-p {
        margin: 0;
    }
}

.display-thumnb {
    display: none;
}

.float-left-font-14 {
    float: left !important;
    font-size: 14px !important
}

.radio-image {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.radio-image + img {
    cursor: pointer;
    height: 52px !important;
    width: 56px !important;
    border-radius: 5px !important;
}

/* CHECKED STYLES */
.radio-image:checked ~ .payment-gateway-container .payment-gateway-img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px #2196F3;
}

.payment-gateway-label {
    margin: 10px 5px 10px 5px;
}

/*.display-n {
    display: none;
}*/

.text--muted {
    color: #777 !important
}

.bg-white {
    background-color: white !important;
}

.main-index-course {
    padding: 0 18px;
    font-size: 13px;
    margin-bottom: 9px;
    color: #7a7a7a !important;
}

.branch-video {
    width: 100%;
    height: 480px;
}

.package-price {
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment-gateway-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.payment-gateway-container-info {
    align-self: center;
    padding-right: 11px;
}

.payment-gateway-container-img {
    height: 52px;
    width: 56px;
}

.payment-gateway-container-info {
    align-self: center;
    padding-right: 11px;
}

.payment-gateway-container-info-first-p {
    margin-bottom: 7px;
}

.payment-gateway-container-info-second-p {
    margin-bottom: 0;
}

.d-none {
    display: none !important;
}