﻿.btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn__primary {
    background-color: #47a145;
    color: #ffffff;
}

.header-part {
    padding: 50px 0px 50px 0px;
}

.pagetitle__heading {
    color: #ffffff;
    font-size: 55px;
    line-height: 1.1;
}

.form-layout {
    background-color: #0000009c;
    backdrop-filter: blur(2px);
    padding: 10px;
    border: 3px solid #fff;
    border-radius: 20px 20px 0 20px;
    color: #fff;
}

    .form-layout h2 {
        font-size: 28px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 6px;
    }

    .form-layout .form-group {
        margin-bottom: 18px;
    }

    .form-layout .form-control {
        height: 40px;
        border: 1px solid #dadada;
        background-color: #ffffff00;
        box-shadow: 0 5px 15px rgb(71 161 69 / 36%);
        padding: 0 20px;
        border-radius: 20px 0px 20px 20px;
        color: #51668a;
    }

.to-access-item {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 3.871px 15.525px 68px 0 rgb(29 143 48 / 25%);
    padding: 40px 15px;
    text-align: center;
    margin: 0 auto 30px;
}

    .to-access-item .to-access-thumb {
        margin: 0 auto 28px;
        width: 125px;
        height: 125px;
        align-items: center;
        justify-content: center;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .to-access-item .to-access-thumb span {
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            position: absolute;
            content: "";
        }

        .to-access-item .to-access-thumb .thumb {
            width: 105px;
            height: 105px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 2.419px 9.703px 12.48px 0.52px rgb(219 218 255 / 50%);
            position: absolute;
            background: #fff;
            left: 10px;
            top: 9px;
        }

.space-pb {
    padding: 50px 0px;
}

img {
    max-width: 100%;
}

.total_exp {
    padding: 30px 15px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%) !important;
    background-image: url('assets/images/bg/exp-bg.png');
    background-size: cover;
    background-color: #112958;
    text-align: center;
}

    .total_exp h4 {
        font-weight: 600;
        color: #fff;
        font-size: 27px;
    }

.color-primary {
    color: #47a145 !important;
}

.blink_me {
    animation: blinker 1s linear infinite;
    text-shadow: 1.968px 1.881px 2.92px rgb(229 24 24 / 50%);
}

.pricing-range {
    background: #fbfdfb;
    box-shadow: 0 5px 23px rgb(4 175 49 / 31%);
    border-radius: 10px;
    margin-top: -257px;
    margin-bottom: 50px;
    background-image: -webkit-linear-gradient( 90deg,#d8d8fd 0,#fff 100%);
}

    .pricing-range .pricing-range-top .tags-area .tags {
        display: inline-block;
        background: -webkit-linear-gradient( 0deg,#47a145 0,#33bc83fa 100%);
        box-shadow: 4.232px 12.292px 10.56px 0.44px rgb(121 107 232 / 50%);
        color: #fff;
        padding: 17px 60px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        margin-top: -40px;
        margin-bottom: 30px;
    }

    .pricing-range img {
        width: 75%;
    }

img {
    max-width: 100%;
}

section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.plans {
    margin-top: 200px;
}

.accordion .accordion-icon.card-header button {
    padding: 0px 30px 32px 62px;
}

.divider {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #e7ebef;
}

.features-layout1 .divider {
    width: 270px;
}

.divider-primary {
    background-color: #47a145;
}

.heading__title {
    font-size: 37px;
    margin: 30px 0px;
}

.features-layout1 .feature-item {
    border: 1px solid rgb(134 122 122 / 32%);
    padding: 50px 17px;
    box-shadow: 0 5px 23px rgb(40 40 40 / 8%);
}

.feature-item {
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
}

    .feature-item:before {
        background-color: #012e43;
    }

    .feature-item:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 0;
        height: 100%;
        border-radius: 4px;
        background-color: #ffffff;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.features-layout1 .feature__icon {
    color: #47a145;
}

.feature-item .feature__icon {
    font-size: 65px;
    line-height: 1;
    color: #47a145;
    margin-bottom: 23px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

img {
    vertical-align: middle;
    border-style: none;
}

.features-layout1 .feature__title {
    color: #0e2b3d;
    font-size: 18px;
}

.feature-item .feature__title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.features-layout1 .feature__desc {
    color: #9b9b9b;
}

.feature-item .feature__desc {
    font-size: 14px;
    line-height: 1.7;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.feature-item .btn__link {
    height: 32px;
    line-height: 32px;
}

.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
}

.feature-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #0e2b3d;
    background-color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-arrow-right {
    font-size: 65%;
}

::selection {
    background-color: #47a145;
    color: #ffffff;
}

.header-inner-title img {
    height: 263px;
    width: 335px;
    margin-left: 67px;
}

.box-shadow {
    box-shadow: 0 5px 23px rgb(40 40 40 / 17%);
}

.semi-banner .heading__title_3 {
    font-size: 30px;
    border-bottom: 1px dashed #47a145;
    font-weight: 500;
}

.semi-banner p, .semi-banner ul li {
    font-size: 17px;
    color: #222222 !important;
}


@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:wght@400;500;600;700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");

:root {
    --font-family: "Open Sans", sans-serif;
    --border-color: #ddd;
    --light-blue-color: #659dbd;
    --dark-color: #000;
    --light-color: #f1f1f1;
}

main {
    margin-inline: 15px;
    padding-top: 50px;
}

.container h2 {
    text-align: center;
    padding: 0.525rem;
    font-size: 2.5rem;
    border-bottom: 1px solid var(--border-color);
}

.container .accordion .accordion-header {
    padding: 0.828rem;
    padding-right: 0px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion .accordion-header:hover {
    color: #47a145 !important;
}

.container .accordion .accordion-header span {
    font-size: 1.5rem;
    font-weight: 600;
}

.container .accordion .accordion-body {
    padding: 0 0.828rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 0.5s;
}

    .container .accordion .accordion-body p {
        font-size: 17px;
        color: #222222 !important;
        border-bottom: none;
        margin: 0.828rem 0;
    }

.container .accordion.active .accordion-body {
    border-bottom: 1px solid var(--border-color);
}

.close span {
    transition: ease 0.5s;
    display: inline-block;
    height: 12px;
    width: 2px;
    background-color: var(--dark-color);
}

    .close span:nth-child(even) {
        transform: rotate(90deg) translateY(6.7px);
    }

.active .close span:nth-child(odd) {
    opacity: 0;
    visibility: hidden;
}

.accordion .accordion-header {
    font-size: 18px;
    color: #0e2b3d !important;
    font-weight: bold;
}

.accordion .accordion-body ul li {
    font-size: 17px;
    font-weight: 700;
    color: #264050;
    margin-bottom: 9px;
}
