body {
    font-family: 'Poppins', sans-serif;
    min-width: 320px;
    color: #000;
    background-color: #fff;
    font-size: 14px;
}

.font-14 {
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

h1,
h2 {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
}

h2 {
    color: #000;
}

h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

p {
    color: #767676;
    font-weight: 500;
}

.bg-blue {
    background: #4A5D23 !important;
}

.btn-blue {
    border-radius: 50px;
    display: inline-table;
    color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s;
}

section.hero-banner img {
    min-height: 250px;
}

.btn-blue:hover {
    color: #fff !important;
    background: #4A5D23bd !important;
}

.location-bar ul li a {
    color: #000000;
    font-size: 14px;
}

.navbar-collapse {
    top: 97px;
    position: fixed;
    left: 0;
    right: 0;
    padding: 11px 0;
    background-color: #4A5D23;
    z-index: 9;
}

.header .navbar-nav li a {
    color: #fff !important;
    padding: 7px 20px;
    border-bottom: 1px solid;
    transition: all 0.3s;
}

.logo img {
    max-width: 110px;
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}

button.navbar-toggler {
    padding: 0px 5px;
    height: 29px;
    width: 30px;
    display: flex;
    align-items: center;
}

.hero-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.btn-primary {
    color: #fff;
    background-color: #4B6F44;
    border-color: #4B6F44;
}

.btn-primary.mainbtn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 200;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4B6F44;
    border-color: #4B6F44;
}

.absolute-box {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    padding-top: 45px;
    justify-content: center;
}

.absolute-box h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.text-box h1 {
    max-width: 670px;
}

.text-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

a.courses-btn,
.submit-btn {
    border-radius: 50px;
    display: inline-table;
    color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
}

section.Choose-sec .easy-box {
    background-color: #F6FBFF;
    height: 100%;
    padding: 40px 30px;
    border-radius: 5px;
}

section.Choose-sec .easy-box .img {
    min-height: 95px;
}

section.Choose-sec .easy-box h4 {
    font-size: 18px;
    font-weight: 600;
}

section.Choose-sec .easy-box p {
    font-size: 14px;
    color: #8D8D8D;
}

.learm-box {}

.learm-box span {
    color: var(--primary-blue, #4A5D23);
    font-size: 24px;
    font-weight: 500;
}

.learm-box h5 {
    color: var(--secondary, #3CAEA3);
    font-size: 18px;
    font-weight: 600;
}

.learm-box ul li {
    color: #4E4E4E;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.learm-box ul li:after {
    content: "";
    background-image: url("images/tick-blue.svg");
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

a.view-details {
    bottom: -30px;
    color: var(--primary-blue, #4A5D23);
    font-size: 14px;
    font-weight: 600;
}


section.popular-sec {
    background-color: #F7F7F7;
}

section.popular-sec .teen-box {
    border-radius: 5px;
}

.doller {
    background-color: #3CAEA3;
    border-radius: 65px 0 0;
}

.doller strong {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

section.popular-sec .doller p {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
}

section.popular-sec p {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
}

section.popular-sec a.read-more {
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 400;
    background-color: #E1E1E1;
    border-radius: 50px;
    padding: 6px 15px;
    bottom: 0;
}

section.gallery-sec span {
    color: var(--primary-blue, #4A5D23);
    font-size: 24px;
    font-weight: 500;
}

section.gallery-sec .img {
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

section.gallery-sec .img img {
    transition: transform .4s;
}

section.gallery-sec .img img:hover {
    transform: scale(1.1);
}

.book-sec {
    background-color: #F6FBFF;
}

a.contact-us.bg-blue {
    border-radius: 9px;
    display: inline-table;
    color: #fff;
    padding: 9px 21px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s;
    width: fit-content;
}

footer.footer {
    background-color: #4A5D23;
    text-align: start;
}

ul.social-icon li a {
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    min-width: 39px;
    min-height: 39px;
    display: inline-block;
    margin-right: 4px;
    justify-content: center;
    display: flex;
    transition: all 0.4s;
}

ul.social-icon li a:hover {
    background-color: #4A5D23;
}

ul.social-icon li a img {
    width: 15px;
}

footer.footer span {
    color: #FFF;
    font-family: AmstelvarAlpha;
    font-size: 12px;
    font-weight: 400;
}

footer.footer p {
    color: #E1E1E1;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
}

footer.footer .icon {
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    min-width: 32px;
    height: 32px;
    margin-right: 4px;

}

footer.footer ul p {
    max-width: 220px;
    margin-top: -2px !important;
}

footer.footer h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

footer.footer h3:after {
    content: "";
    position: absolute;
    bottom: -9px;
    border-radius: 10px;
    height: 3px;
    width: 103px;
    left: 0;
    background-color: #4A5D23;

}

footer.footer .right {
    margin-top: -3px;
}

footer.footer ul li a,
footer.footer ul p {
    color: rgba(189, 189, 189, 0.80);
    font-size: 12px;
    font-weight: 400;
    transition: all 0.3s;
}

footer.footer ul li a span {
    transition: all 0.3s;
    margin-right: 5px;
    display: inline-block;
    color: rgba(189, 189, 189, 0.80);
}

footer.footer ul li a:hover span {
    color: #75913c;
}

footer.footer ul li a:hover {
    color: #c7dc9e;
    font-weight: 800;
    text-shadow: 0px 0px 4px #00000045;
}

footer.footer input {
    font-size: 14px !important;
    min-height: 40px !important;
}

footer.footer button {
    min-height: 40px !important;
    width: 100%;
    border: 0;
    background-color: #28350d;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.bottm-bar {
    background-color: #2A2F3C;
}

footer.footer .bottm-bar ul li a,
footer.footer .bottm-bar ul li {
    color: #58D9CD;
    font-size: 14px;
    font-weight: 400;
    margin: 0 2px;
    transition: all 0.3s;
}

footer.footer .bottm-bar ul li a:hover {
    color: #4A5D23;
}

footer.footer .bottm-bar p,
footer.footer .bottm-bar span {
    color: #fff;
    font-size: 14px;
}


/* **********bottom to top button********* */
#button {
    display: inline-block;
    background-color: #ff9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

#button {
    isplay: inline-block;
    background-color: #4A5D23;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    justify-content: center;
    border-radius: 100%;
}


#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: "Merriweather", serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}


.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

.breadcrumb li a {
    color: var(--secondary, #3CAEA3);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.breadcrumb li a.active {
    color: var(--secondary, #fff);
}

section.banner-about img {
    min-height: 140px;
}

section.makes-sec img {
    height: 100%;
}

section.makes-sec a {
    text-decoration: underline;
    color: #3CAEA3;
}

.label-before,
.field input:focus+label::before,
.field input:valid+label::before,
.field textarea:focus+label::before,
.field textarea:valid+label::before {
    line-height: 20px;
    font-size: 12px;
    top: -10px;
    background: #fff;
    padding: 0 6px;
    left: 9px;
}


.field {
    position: relative;
}

.field label::before {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 40px;
    font-size: 14px;
    color: #777;
    transition: 300ms all;
    pointer-events: none;
}

.field input,
.field textarea {
    width: 100%;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.field textarea {
    line-height: 16px;
    padding: 12px 13px;
}

.field input:focus,
.field textarea:focus {
    outline: 0;
    border-color: blue;
}

.field input:valid+label::before,
.field textarea:valid+label::before {
    content: attr(data-title);
}

.field input:focus+label::before,
.field textarea:focus+label::before {
    color: blue;
}

.contact-form textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.contact-sec h2 {
    font-weight: 500;
}

.contact-sec p {
    /* max-width: 400px; */
}

.contact-sec h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.contact-sec p.green-text {
    color: var(--secondary, #3CAEA3);
    font-size: 14px;
    font-weight: 400 I !important;
    margin: 13px 0 0;
}

.contact-sec .office p {
    font-weight: 600;
}

.contact-sec .office a {
    color: #7D7D7D;
    font-weight: 500;
    transition: all 0.4s;
}

.contact-sec .office a:hover {
    color: #4A5D23;
}

.learm-box.texas-box ul {
    flex-wrap: wrap;
    max-width: 400px;
}

.learm-box.texas-box li {
    width: 49%;
}

.banner-privacy {
    background-color: #E6E6E6;
    padding: 120px 0;
}

.banner-privacy .absolute-box {
    background-color: transparent;
}

.banner-privacy .text-box h1 {
    max-width: 100%;
    color: #444;
}

.account-sec h3 {
    font-size: 20px;
    font-weight: 500;
}

.stu-sec img,
.services-sec img {
    width: 100%;
}

.text-section {
    padding: 50px 0;
}

.text-section p {
    margin: 0 0 30px;
    color: #000;
    font-size: 16px;
}

.text-section p a {
    display: block;
}

/* Styles for the content section */
@media (min-width: 576px) {

    .stu-sec img,
    .services-sec img {
        width: auto;
    }

}


@media (min-width: 768px) {
    .font-md-16 {
        font-size: 16px;
    }


    .logo img {
        max-width: 175px;
    }

    h1,
    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 26px;
    }

    .text-box p {
        font-size: 22px;
    }


    a.view-details {
        position: absolute;
    }

    section.popular-sec a.read-more {
        position: absolute;
    }

    section.hero-banner img {
        min-height: auto;
    }

    .navbar-collapse {
        top: 123px;
    }

    .breadcrumb li a {
        font-size: 20px;
    }

    section.banner-about img {
        min-height: auto;
    }

    section.Choose-sec .easy-box h4 {
        font-size: 22px;
    }

    .makes-sec .box-left {
        border-radius: 10px 0 0 10px;
    }

    .makes-sec .box-right {
        border-radius: 0 10px 10px 0;
    }

    section.popular-sec p {
        margin-bottom: 44px;
    }

    .absolute-box h3 {
        font-size: 22px;
    }

    .stu-sec .container {
        max-width: 900px;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .hero-banner {
        overflow: hidden;
    }

    .hero-banner .mainbg {
        width: 300%;
        position: relative;
        left: -150%;
    }
}

@media (max-width: 576px) {
    .btn-primary.mainbtn {
        padding: 5px 6px;
        font-size: 12px;
        width: 48%;
    }

    .absolute-box .text-box.d-flex.justify-content-center {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .absolute-box {
        top: 0px;
        padding-top: 18px;
    }

}


@media (min-width: 992px) {
    .navbar-collapse {
        position: static;
        padding: 0 0;
        background-color: transparent;
    }

    .header .navbar-nav li a {
        color: #000 !important;
        padding: 10px 14px !important;
        border-bottom: 0;
    }

    .header .navbar-nav li a:hover {
        color: #4A5D23 !important;
    }

    section.makes-sec img {
        height: auto;
    }
}



/* terms page css  */
.terms-content h1{
    color: #313131;
    font-size: 28px;
    margin-bottom: 40px;
}
.terms-content h2 {
    font-size: 22px;
    margin-top: 20px !important;
    font-weight: 700;
    color: #313131;
}
.terms-content  {
    font-size: 18px;
    margin-top: 20px !important;
    font-weight: 400;
    color: #313131;
}
.terms-content ul li {
    list-style-type: disc;
    font-size: 18px;
    margin-bottom: 10px;
}
.terms-content ul li p{
    margin-bottom: 5px;
}

.terms-content ul {
    padding-left: 16px;
    margin-bottom: 10px;
}







