html {
    scroll-behavior: smooth;
  }
::selection {
    background-color: #351C75;
}
.z-text p {
    font-size: 25px;
    line-height: 30px;
    color: black;
    text-align: center;

} 
b {
    color: black;
}
.second-ab p {
    font-size: 20px;

}
.padding-none {
    padding: 0 !important;
}
.margin-none {
    margin: 0 !important;
}
.runs p {
    font-size: 20px;
    color: white;
    text-align: center;
}
.color-white h2{
    color: white !important;
}
.all-div {
    width: 100%;
}
.first p {
    font-size: 25px;
    color: black;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 600;
}
.second {
    width: 90%;
    margin: auto;
}
.second p {
    font-size: 20px;
    color: black;
}
.second ul li{
    font-size: 20px;
    color: black;
    list-style-type: none;
    line-height: 35px;
}
.third p {
    font-size: 25px;
    color: black;
    text-align: center;
    margin-top: 60px;
    text-transform: uppercase;
    font-weight: 600;
}

#errorMsgID {
    display: none;
}
#successMsgID {
    display: none;
}
.success-box-design {
    color: white;
    background-color: #351C75;
    border-color: #582cca;
}
.success-box {
    margin-top: 40px;
}

.contact_form .form-group .form-control {
    color: black !important;
}
.form-group:focus {
    border-color: blue !important;
}