﻿h2.text-primary.text-center {
    margin-bottom: 40px;
}

.cardboady {
    display: flex;
}

span.btn.protonHeading {
    color: antiquewhite;
    background-color: #6821b0;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
}

a.btn.btn-courseviewmoreBtn {
    background-color: #6821b0;
    color: antiquewhite;
    font-size: 12px;
}

.aboutprotonMain {
    BACKGROUND-COLOR: #f2f2f2;
    border: 2px #605959ed;
    border-radius: 30px;
    box-shadow: 6px 6px 0px 0px #8080804a;
}

h2.CourseHeading {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    COLOR: #533075;
}

section.OurCourses.my-5 {
    background-image: url('/Content/index/img/proton/coursebgg.png');
}

.ContactUs {
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('/Content/index/img/contact_bg_banner.jpg');
    color: white;
    padding-bottom: 20px;
    padding-top: 20px;
    background-attachment: fixed;
}

span.socialMIcon, i {
    padding: 5px;
    font-size: 16px;
    border: 2px white;
}

.protonResult {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width:480px) and (max-width:767px) {
    body,
    html {
        font-size: 14px
    }
    img.d-block.w-100 {
        height: 135px;
    }
    .protonAdress, h3 {
        font-size: 16px;
        padding: 5px;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    body,
    html {
        overflow-x: hidden;
        font-size: 14px
    }
    .protonAdress, h3 {
        font-size: 16px;
        padding: 5px;
    }

    
}