.hero{
    background-image: url('./images/bg.jpg');
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding-top: 200px;
}
.hero .container h1{
    position: relative;
    font-size: 3.5rem;
    color: #1f3b64 !important;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-weight: 100;
}
.hero span{
    color: red !important;
    font-weight: 700;
}
.hero h2{
    font-size: 1.3rem !important;
    color: #1f3b64 !important;
    line-height: 2rem;
}
.hero i{
    font-size: .5rem;
    color: white;
    background: #e50505;
    border-radius: 50%;
    padding: .2rem;
    margin-right: 1rem;
}
.hero .container h1::before{
    content: "";
    position: absolute;
    width: 10%;
    height: 4px;
    bottom: 0;
    background: #33d1cb;
}

.expert{
    background: #eaeef3;
    padding: 8rem 0;
}
.expert .card{
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 2rem;
    border-color: #eaeef3;
}
.expert .card img{
    width: 100%;
    height: 250px;
    padding: 1rem;
}
.expert .card-image,
.expert .card-body{
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 1rem;
}
.bg-color{
    padding: .3rem;
    color: #5d5d5d;
    font-size: 11pt;
    margin-bottom: 0;
    font-weight: 100;
}
.card-body p{
    margin-bottom: 0;
    padding: .1rem;
    font-size: 10pt;
    color: #163750;
}
.card-body h5{
    color: #1f3b64 !important;
}
.expert h1{
    font-size: 2rem;
    color: #1f3b64 !important;
    padding-bottom: 3rem;
    text-align: center;
}
.section1{
    padding-top: 4rem;
}
.section1 p{
    color: #504747;
}
#Services h1,
#About h1,
#Form h1{
    font-size: 2rem;
    color: #1f3b64 !important;
    padding-bottom: 1rem;
}
#Services,
#About,
#Form{
    margin-top: 4rem;
}
p,li{
    color: #0000008f;
}
input{
    border-radius: 0;
    border: 1px solid #bec1c5;
    padding: .2rem 4rem;
}
select{
    border-radius: 0;
    border: 1px solid #bec1c5;
    padding: .4rem 2.5rem;
    font-size: .8rem;
    color: grey;
}
label{
    font-size: 10pt;
}
.input-tag{
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-form{
    background-color: #868a910d;
}
.input-tag label{
    text-transform: capitalize !important;
}
.contact-form{
    padding: 2rem;
    display: flex;
    justify-content: center;
}
form{
    padding: 2rem;
}
@media (max-width: 575px){
    .hero{
        height: 700px;
    }
    .hero .container h1 {
        font-size: 3rem;
        /* padding-top: 80px; */
    }
    .hero h2 {
        font-size: 1.1rem !important;
    }
    .section2 h5 {
        font-size: 1.8rem;
    }
    form{
        padding: 1rem;
    }
    input {
        padding: .1rem .5rem;
    }
    select{
        padding: .2rem .5rem;
    }
}
@media (max-width: 360px){
    form{
        padding: 1rem;
    }
    input {
        padding: .1rem 0rem;
    }
    select{
        padding: .2rem .5rem;
    }
    .input-tag{
        display: block;
    }
    .contact-form {
     padding: 0rem; 
    }
}
