
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.menu-title{
    text-align: center;
}
.menu-title a{
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    display: inline;
    margin: 0 15px;
}
.bg-images{
    background-image: url(../images/landing-page-background-1442e9e7-3878-4513-b894-bad22f4f7784.jpeg);
    background-size: cover;
    padding: 100px 0;
    background-position: center;
}
.banner-title span{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;

}
.banner-title h1{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
.banner-title h3{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
.banner-title p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.registration-input{
    width: 100%;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #212529;
    outline: 0;
    margin-bottom: 20px;
}

.registration-form{
    margin-top: 50px;
}
.request-btn{
    background-color: #ffc107;
    padding: 20px 50px;
    font-size: 17px;
    font-weight: 600;
    color: #212529;
    border: 0;
}
.registration-info{
    text-align: center;
}
.sub-title h5{
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    line-height: 28px;
    margin-bottom: 10px;
}
.sub-title p{
    font-size: 17px;
    font-weight: 500;
    color: #212529;
   margin-top: 15px;
}
.sub-title p i{
    margin-right: 10px;
    color: #00a0d6;
}

.sub-title-info h2{
    font-size: 25px;
    font-weight: 500;
    color: #212529;
    text-align: center;
    margin-bottom: 30px;
}
.sub-list{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #878787;
}
.p-50{
    padding: 50px 0;
}
.bg-color {
    padding: 53px 0;
    background-color: #e3e3e399;
}
.address-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #212529;
    text-align: center;
}
.address-title p {
    font-size: 18px;
    font-weight: 500;
    color: #595858;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
.content-title h2{
    font-size: 35px;
    font-weight: 700;
    color: #212529;
    text-align: center;
    margin-bottom: 35px;
}
.content-list i{
    background-color: #00a0d6;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    margin: 0 auto;
}
.content-list h2 {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin-top: 20px;
}
.content-list{
    text-align: center;
}
.content-list p{
    font-size: 17px;
    font-weight: 500;
    color: #878787;
}
.footer-list p{
    font-size: 16px;
    font-weight: 500;
    color: #878787;
    text-align: center;
}
.footer-info p{
    font-size: 16px;
    font-weight: 500;
    color: #595858;
    text-align: center;
}
.footer-info p a{
    color: #00a0d6;
    display: inline;
}
.address-title a{
    color: #595870;
    text-decoration: none;
    word-break: break-all;
}