* {
    box-sizing: border-box;
    background-color: antiquewhite;
}

.hero_section {
    width: 100%;
    text-align: center;
}

.text1 {
    width: 50%;
    padding: 40px 70px;
    text-align: left;
    display: inline-block;
}

h1 {
    font-size: 80px;
}

.hero_image {
    width: 40%;
    display: inline-block;
    padding: 40px 70px;
}

img {
    width: 400px;
}

a {
    background-color: black;
    color: white;
    margin-top: 80px;
    padding: 20px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}

.a2 {
    background-color: whitesmoke;
    color: black;
}

/* why-choose-us */
.why-choose-us {
    text-align: center;
}

.why-choose-us h2 {
    font-size: 40px;
}

.features {
    width: 100%;
    text-align: center;
}

.features .card {
    float: left;
    width: 30%;
    margin: 1.6%;
    background-color: rgb(165, 160, 186);
    color: rgb(0, 0, 0);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 200px;
}


.outside {
    background-color: rgb(52, 7, 149);
    width: 40px;
    height: 40px;
    margin: 0 auto 15px auto;
    text-align: center;

}


.inside {
    background-color: white;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 10px;

}


.card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    background-color: rgb(165, 160, 186);
}


.card p {
    margin-top: 0;
    background-color: rgb(165, 160, 186);
}


.clear {
    clear: both;
}

.tail-why-choose-us {
    width: 100%;
    margin: 80px;
}

.tail-img {
    float: left;
    width: 48%;
}

.tail-img img {
    width: 80%;
}

.tail-text {
    float: left;
    width: 50%;
}

.tail-text h4 {
    text-align: left;
}

.tail-text h2 {
    text-align: left;
}

.tail-text p {
    text-align: left;
}

.vertical {
    border-left: 3px solid black;
    padding-left: 10px;

}

/*testmonials Section*/
.testmonials {
    background-color: bisque;
    text-align: center;
    padding: 40px 20px;
}

.testmonials * {
    background-color: inherit;
}

.testmonials h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;

}

.testmonials p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;

}

.testmonials .allmembers {
    width: 100%;
    text-align: center;
}

.testmonials .members {
    float: left;
    width: 30%;
    margin: 1.6%;
    background-color: gainsboro;
    color: rgb(0, 0, 0);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    height: auto;

}

.testmonials .members img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    float: left;
    margin-right: 50px;
}

.testmonials .members h3 {
    text-align: left;
}

.testmonials .members p {
    text-align: left;
}

.testmonials .members .achieve {
    clear: both;
    text-align: left;
    margin-top: 10px;

}

.testmonials .proofs {
    width: 100%;
    text-align: center;
    background-color: darkgoldenrod;

}

.testmonials .proofs .num {
    float: left;
    width: 21%;
    margin: 1.6%;
    color: rgb(0, 0, 0);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    height: auto;

}

.testmonials .proofs .num div {
    font-size: 50px;
}

/*membership Section*/
.membership .memtxt {
    text-align: center;
}

.membership .memtxt h2 {
    font-size: 30px;
}

.form {
    margin: 0;
    padding: 50px 0;
    text-align: center;
}

form {
    background: #d2cece;
    padding: 25px 30px;
    border-radius: 8px;
    width: 820px;
    margin: 0 auto;
    text-align: left;
}

form * {
    background-color: inherit;
}

form fieldset {
    background-color: #d2cece;
    border: none;
    padding: 20px;
    border-radius: 8px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

input,
textarea,
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 18px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 14px;
}

textarea {
    resize: vertical;
}

.field {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 18px;
    display: inline-block;
}

button {
    width: 100%;
    padding: 12px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 5px;
}

form p {
    font-size: 11px;
    color: rgb(84, 80, 80);
    display: block;
    margin-top: 15px;
    text-align: center;
}

/*footer*/
.footer {
    background-color: #111;
    color: #fff;
    padding: 40px 20px 20px;
    font-size: 14px;
    line-height: 1.6;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: inherit;
}

.container * {
    background-color: inherit;

}


.footer-col {
    width: 30%;
    float: left;
    margin-right: 3.3%;
}

.footer-col h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #f4c542;
}

.footer-col h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #f4c542;
}

.footer-col a {
    color: #ddd;
    text-decoration: none;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.footer-col ul li  a{
    margin: 0;
    padding: 22px;
    line-height: 1.4; 
    display: block;
}
.clear {
    clear: both;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-top: 15px;
    font-size: 13px;
    color: #aaa;
    background-color: inherit;
}

.footer-bottom a {
    color: #aaa;
    margin: 0 5px;
}

.footer-bottom p {
    background-color: inherit;
}