@import "https://fonts.googleapis.com/css?family=Poppins:400,500,700&subset=latin,latin-ext";
body{
    font-family: "Poppins", sans-serif !important;
}
button {
    outline: none;
    background: none;
    border: none;
}

.full_header {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    height: 96px;
    padding: 0 3.2rem;
}

.fullHeader {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    height: 96px;
    padding: 0 3.2rem;
}

.fullHeaderText {
    font-size: 18px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: #439e4a;
}

.fullHeaderRedirect a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.fullHeaderRedirect a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.pageBuyying {
    padding-top: 50px;
    background: #f5f5f5;
}


.buyyingBox {
    margin-bottom: 30px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    padding: 30px;
}


.buyyingBoxTitle {
    font-size: 17px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: #333;
    margin-bottom: 15px;
}

.buyyingBoxTitleAlt {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #333;
    margin-bottom: 10px;
}

.buyyingBoxContent {

}

label {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    height: 45px;
    font-weight: 500;
    border-radius: 5px;

}

textarea.form-control {
    padding: 10px 15px;

}

.form-control:focus {
    box-shadow: none;
    border-color: #A31034;
}

.primaryButton {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: none;
    background: #A31034;
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    transition: .3s ease-in-out;
}

.primaryButton i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 15px;
}

.primaryButton:hover {
    color: white;
    background: #901233;
    transition: .3s ease-in-out;
}

.checkbox-box {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    font-family: "Poppins", sans-serif;
}

.checkbox-box p {
    margin-bottom: 4px
}

.checkbox-box [type=radio] {
    display: none
}

.checkbox-box [type=radio]:checked + label:before {
    background: #178fa5;
    content: "✓"
}

.checkbox-box label {
    position: relative;
    padding-left: 30px;
    display: block;
    cursor: pointer
}

.checkbox-box label:before {
    content: "";
    left: 0;
    top: 3px;
    font-size: 11px;
    background: gray;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bolder
}

.address-buttons {
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    column-gap: 10px;
    justify-content: flex-end
}

.address-buttons a {
    text-decoration: none;
    color: black;
}

.red-text {
    color: red !important
}

.buyyingBoxContent .payment-tabs {
    font-family: "Poppins", sans-serif;
    border-bottom: 3px solid rgb(163 16 52 / .13);
    margin: 25px 0
}

.buyyingBoxContent .payment-tabs .nav-link {
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #fff0;
    color: #92929D;
    font-weight: 500;
    padding: .5rem 1rem .5rem 0;
    background: none;
    transition: border-color 0.3s, color 0.3s;
    margin-right: 25px;
    letter-spacing: .5px
}

.buyyingBoxContent .payment-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
    padding: .5rem 0 .5rem 0
}

.buyyingBoxContent .payment-tabs .nav-link.active:after {
    content: '';
    background-image: url(../image/simge.jpg);
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 7px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 2
}

.buyyingBoxContent .payment-tabs .nav-link.active:before {
    content: '';
    background: #A31034;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 1
}

.buyyingBoxContent .payment-tabs .nav-link:hover {
    color: #000
}

.buyyingBoxContent .payment-tabs .nav-link.active {
    position: relative;
    color: #A31034;
    font-weight: 600
}

.buyyingBoxContent .tab-content p {
    font-size: 16px;
    color: #2B2B2B
}

@media only screen and (max-width: 767px) {
    .fullHeader {
        height: auto;
        padding: 15px;
    }
}

.asideBar {
    height: 100%;
    background: #f9f9f9;
    padding: 25px;
}

.memberInfo {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.memberInfoProfile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #A31034;
}

.memberInfoContentName {

    margin-left: 10px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.memberMenu ul {
    padding: 0;
    margin: 0;
}

.memberMenu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.memberMenu li a {
    color: black;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 12px 0;
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
}

.memberMenu li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 16px;
    margin-right: 10px;
}

.memberMenu li a:hover {
    color: #A31034;
    transition: .3s ease-in-out;
}

.memberMenu li a.active {
    color: #A31034;
}

.scroolYoverflow {
    height: 200px;
    overflow-y: auto;
}

.card-title {
    min-height: 70px;
    display: flex;
    align-items: center;

}

.education_area .card .card-text {
    height: 125px;
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
    .header-right .top {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 5px;
        width: 100%;
    }

    .header-right .top ul.list-unstyled {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-right #languageDropdown {
        padding-right: 0;
    }

    .header {
        padding-top: 45px;
    }
}

.piece-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.piece-action button {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    background: #dee2e6;
    border-radius: 6px;
}

.piece-action button i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 11px;
    line-height: 10px;
}

.piece-action input {
    height: 40px;
    width: 60px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin: 0 3px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.color-black {
    color: black;
}

.banner-inc {
    height: 300px !important;
}

.banner-inc .banner-overlay {
    padding-top: 220px !important;
}

.banner-inc-padding .banner-overlay {
    padding-top: 120px !important;
}

.banner-inc-title {
    font-size: 44px !important;
}

.breadcrumb a {
    color: #efefef !important;
    text-decoration: none;
}


.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 111;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse:hover {
    background: #20b758 !important;
    color: white !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 50px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.btn-whatsapp-pulse-border:hover {
    color: white;
}

.banner_container {
    max-width: 1800px;
    padding: 40px 0;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #A31034;
    color: white;
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    transition: 0.3s;
    width: 50px;
    text-align: center;
}

#scrollToTopBtn:hover {
    background-color: #555;
}

.teamsArrows {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.teamsArrows i {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 15px;
}

.teamsArrows-button-prev,
.teamsArrows-button-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamsArrows-button-prev {
    position: absolute;
    left: 15px;
}

.teamsArrows-button-next {
    position: absolute;
    right: 15px;
}

@media only screen and (max-width: 992px) {

    .education_area #myTab {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        overflow-y: scroll;
        height: 50px;
    }

    .education_area #myTab .nav-item {
        flex: none;
        margin: 0;
    }

    #heroCarousel .carousel, #heroCarousel .carousel-item, #heroCarousel .carousel-item img {
        height: 550px;
    }
    .carousel-indicators-custom .indicator{
        width: 3px;
    }
}

