#first {
    height: 380px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 110px;
}

#first .path {
    color: #ffff;
    font-size: .875rem !important;
}

#first .path a {
    color: #ffff !important;
    font-size: .875rem !important;
    text-decoration: none;
}

#first h1 {
    font-size: 25px;
    padding-top: 20px;
    font-weight: 400;
    color: #ffff;
}

#first .text {
    color: #ffff;
    font-size: 1rem;
}

#first .logo {
    height: 135px;
    width: 135px;
    border: #CFDAFA solid 1px !important;
    border-radius: 7px;
}

#first .logo img {
    height: 135px;
    width: 135px;
}

#first .details {
    padding-top: 27px;
    padding-right: 0px;
}

#first .col-md-2 {
    padding-left: 0px;
}

#second {
    background-color: #F8F8F8;
    color: #3b3b3b;
}

#second h5 {
    font-size: 1rem;
    font-weight: 400
}

#second p {
    font-size: 15px;
}

#second #map {
    height: 350px;
    background-size: contain;
    background-color: #ffffff !important;
    border: #CFDAFA solid 1px !important;
    border-radius: 7px;
    margin-top: 25px;
}

#third {
    background-color: #F8F8F8;
    color: #3b3b3b;
    padding-bottom: 50px;
}

#third .programs {
    max-height: 600px;
    overflow-y: auto;
    padding-left: 0px;
}

#third .line {
    border-bottom: #3B3B3B 1px solid;
    height: 28px;
}

#third .title {
    color: #3B3B3B;
    font-size: 1.75rem;
}

#third #search + i {
    position: absolute; 
    top: 18px;
}

#third .tabs {
    border: #707070 2px solid;
    border-radius: 7px;
    padding: 4px 4px;
}

#third .nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    background-color: initial!important;
}
#third .nav-pills .nav-link{

    border: none !important;
}
#third .nav-pills .nav-link:hover
{
    border-bottom: none !important;
}
#third .country-filter {
    background-color: #F8F8F8;
    text-align: center;
    padding: 4px;
}

.activeTab {
    background-color: #CFDAFA !important;
    cursor: pointer;
}

#third .country-filter:hover {
    background-color: #CFDAFA;
    cursor: pointer;
}

#third .country-filter a {
    color: #3b3b3b;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
}

#third .program {
    background-color: #ffff;
    border: #ffffff solid 1px !important;
    border-radius: 7px;
    margin-top: 25px;
    padding-bottom: 25px;
}

#third .program .details {
    padding-top: 18px;
}

#third .name {
    font-size: 1rem;
    padding-top: 20px;

}

#third .name a {
    text-decoration: none;
    cursor: pointer;
    color: #3B3B3B;
}

#third span {
    color: #3b3b3b;
    margin-left: 4px;
}

#third .lable {
    color: #ADADAD;
    font-size: 1rem;
}

#third .old-price {
    color: #ADADAD;
    font-size: 18px;
    text-decoration: line-through;
    text-align: center;
    font-family: 'DINPro-Regular' !important;
}

#third .new-price {
    color: #E81818;
    text-align: center;
    font-size: 22px;
    font-family: 'DINPro-Bold' !important;
}

#third #not_found_msg,
#third h5 {
    font-size: 24px;
    line-height: 40px;
}

#third .program_item {
    background: #FFF; padding: 16px 20px; border-radius: 16px;
}

#third .program_name {
    font-size: 20px;
}

#third .program_lang {
    font-size: 1rem;
}

/* width */
#third .programs::-webkit-scrollbar {
    width: 4px;
    background: #CECECE;
    position: relative;
}

/* Track */
#third .programs::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
#third .programs::-webkit-scrollbar-thumb {
    background: #3b3b3b;
    border-radius: 10px;
}

#third .form-control {
    height: calc(2.25rem + 15px);
    border: none;
    border: #D1D1D1 2px solid;
    border-radius: 7px;
    margin-bottom: 12px;
    outline: none;
    box-shadow: none;
}

/* Handle on hover */
#fourth .programs::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

#fourth {
    background-color: #F8F8F8;
    color: #3b3b3b;
    padding-bottom: 40px;
}

#fourth .line {
    border-bottom: #3B3B3B 1px solid;
    height: 28px;
}

#fourth .title {
    color: #3B3B3B;
    font-size: 1.75rem;
}

#fourth iframe {
    border-radius: 16px; width: 100%; height: 350px;
}

#fifth {
    background-color: #F8F8F8;

}
#fifth .line {
    border-bottom: #3B3B3B 1px solid;
    height: 28px;
}

#fifth .title {
    color: #3B3B3B;
    font-size: 1.75rem;
}
#fifth .swiper-slide
{
    height: 350px;
    border-radius: 16px;
}

#fifth .swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progpressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: auto !important;
    bottom: 0px !important;
    background-color: #707070;
}

#fifth  .swiper-wrapper {
    margin-bottom: 50px;
}
#fifth .swiper-pagination-bullet
{
    background-color: #CECECE !important;
    opacity: 1 !important;
}
#fifth .swiper-pagination-bullet-active
{
    background-color: #3b3b3b!important;
    opacity: 1 !important;
}



.register {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.register button {
    width: 100%;
    text-align: center;
    border-radius: 22px;
    font-size: 18px;
    font-family: "Swissra Bold" !important;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #2E65FF;
    color: #ffffff;
    transition: background-color 0.5s;
}
.register button:hover
{
    background-color: #ffffff;
    color: #2E65FF;
}
.modal-body button {
    width: 100%;
    text-align: center;
    border-radius: 22px;
    font-size: 18px;
    font-family: 'Swissra Bold' !important;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #2E65FF;
    color: #ffffff;
    transition: background-color 0.5s;
}
.modal-body button:hover
{
    background-color: #ffffff;
    color: #2E65FF;
}
.register .icons {
    margin-top: 18px;
    margin-bottom: 15px
}

.register .icons .circle i {
    padding: 9px;
    color: #3b3b3b !important;
    font-size: 36px;
}

.register .icons .circle {
    height: 60px;
    width: 60px;
    background: #F8F8F8;
    border-radius: 50%;
    display: inline-flex;
    margin-left: 6px;
    justify-content: center;
}

.register .icons .facebook:hover {
    background: #4267b2 !important;

}

.register .icons .instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);


}

.register .icons .whatsapp {
    transition: all .34s;
}

.register .icons .whatsapp i {
    transition: all .15s;
    line-height: 39px;
}

.register .icons .whatsapp:hover {
    background: #5bfa7a !important;
}

.register .icons .whatsapp:hover i {
    color: #FFF !important;
}

.modal .title {
    font-size: 20px;
    font-family: 'Swissra Medium' !important;
    text-align: center;
    margin-bottom: 29px
}
select {
    -webkit-appearance: none !important;
}
button:focus
{
    outline: none !important;
    box-shadow: none !important;
}
.modal-body
{
    padding-top: 40px;
    font-size: 1rem;
    font-family: 'Swissra Regular' !important;
}

@media screen and (max-width: 768px) {
    #first .text {

        font-size: 12px;
    }

    #third .program .details {
        padding-top: 3px;
    }

    #first .path {
        color: #ffff;
        font-size: 12px;
    }

    #first h1 {
        font-size: 20px;
        padding-top: 10px;
        font-weight: 400;
        color: #ffff;
    }

    #first {
        height: 350px;
    }

    #first .details {
        padding-top: 2px;

    }

    #first .logo img {
        height: 83px;
        width: 83px;
    }

    #first .logo {
        height: 83px;
        width: 83px;
    }

    #first .details {

        padding-right: 15px;
    }

    #first .col-md-2 {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    #third .country-filter {
        max-width: 20%;
    }
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: none !important;
    top: 170px;
}

.swiper-button-next {
    right: -36px;
}

.swiper-button-prev {
    left: -36px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1rem;
}

.swiper-button-next::after {
    content: '\25b6';
    margin-left: 4px;
}

.swiper-button-prev::after {
    content: '\25C0';
    margin-right: 4px;
}

@media (max-width: 700px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 426px) {
    .r-col {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .l-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 422px) {
    #third .old-price,
    #third .lable,
    .program_lang {
        font-size: 14px !important;
    }
    #third .new-price,
    .program_name {
        font-size: 16px !important;
    }   
}