@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/plus-jakarta-display.min.css");

body, html {
    background-color: #fff;
    font-family: Plus Jakarta Display, sans-serif !important;
    font-size: 16px !important;
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
}
b{
    font-weight: 600;
}
.logo{
    border-bottom: 1px solid #eaeaea;
}
.logo image{
    max-width: 158px;
    width: 100%;
}

.content, .contact{
    padding-left: 15px;
    padding-right: 15px;
}
.heading{
    margin-bottom: 1em;
    margin-top: 1em;
}
.heading h1{
    font-weight: 500;
    padding-bottom: 1.15rem;
    margin-top: 25px;
}
.heading h3{
    font-weight: 300;
}
.mainimg img{
    width: 50%;
}
.description{
    margin-bottom: 1em;
    margin-top: 1em;
}
.description p{
    margin: 0;
    padding-bottom: 1.15rem;
    font-weight: 300;
    font-size: 16px;
}
.description ul{

}
.description ul li{
font-size: 16px;
    font-weight: 300;

}

.form{
    box-shadow:  15px 15px 34px 0 rgba(0, 0, 0, .15);
    padding: 20px 35px 10px;
}
.form img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.form p{
    margin-top: 20px;
    color: #112128;
    font-size: 16px ;
    font-weight: 500;
}

.form form input{
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #63666a;
    font-size: 16px;
}
.form form input:focus{
    border: none;
    outline: 2px solid #0086D3;
}
.form form select:focus{
    border: none;
    outline: 2px solid #0086D3;
}
.form form select{
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #63666a;
    font-size: 16px;
}
.form form input[type="checkbox"]{
    margin: 7px 0 0 0;
    height: 25px;
    width: 25px;

}
.form form input[type="checkbox"]:focus{
    outline: 0;
}
.col-1 p, .col-11 p{
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #323232!important;
}
.form form button{
    background-color: #0086D3;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    height: 55px;
    letter-spacing: 1px;
    line-height: 1.78;
    margin: 5px 0;
    padding: 0 20px;
    width: 100%;
    display: block;
}
/* .form form button:hover{
    background-color: #0073b2;
} */
.privacy{
    color: #000!important;
    font-size: .75rem!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 18px!important;
    margin-top: 20px!important;
}
.privacy a{
    color: #000;
}
.footer{
    background-color: #000;
    padding:40px;
    text-align: center;
}
.footer p{
    color: #fff;
    margin-bottom: 1px;
}