.cms-con {
    width: 100%;
    color: #000;
    clear: both;
    font-family: "Outfit", sans-serif;
}

.cms-con p {
    line-height: 1.6;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px
}

.cms-con p a {
    text-transform: initial
}

.cms-con ul {
    list-style: none;
    font-size: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

.cms-con ul li {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    margin-bottom: 17px;
    padding-left: 24px;
    position: relative
}

.cms-con ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../img/svg/green-check-mark.svg) no-repeat;
    background-size: cover;
}

.cms-con ul li:last-child {
    margin-bottom: 0
}

.cms-con ul li ul {
    margin-bottom: 0
}

.cms-con ul li ul li {
    padding-left: 1rem
}

.cms-con ul li ul li:before {
    width: 12.8px;
    height: 2px;
    border-radius: 0;
    top: 10px
}

.cms-con ul.half li {
    width: 50%;
    display: inline-block
}

.cms-con ul li img{
    max-width: 220px;
    display: inline-block;
    vertical-align: middle;
}

.cms-con h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #0F3D1E;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h1 b,
.cms-con h1 strong {
    font-weight: 800
}

.cms-con h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #0F3D1E;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h2 b,
.cms-con h2 strong {
    font-weight: 800
}

.cms-con h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #0F3D1E;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h3 b,
.cms-con h3 strong {
    font-weight: 800
}

.cms-con h4 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #0F3D1E;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h4 b,
.cms-con h4 strong {
    font-weight: 800
}

.cms-con h5 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #0F3D1E;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h5 b,
.cms-con h5 strong {
    font-weight: 800
}

.cms-con h6 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #0F3D1E;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h6 b,
.cms-con h6 strong {
    font-weight: 800
}

.cms-con iframe {
    width: 100%;
    height: 500px
}

.cms-con .alignleft {
    float: left;
    width: auto;
    max-width: 50%;
    margin: 0 30px 30px 0;
    border-radius: 20px
}

.cms-con .alignright {
    float: right;
    width: auto;
    max-width: 50%;
    margin: 0 0 30px 30px;
    border-radius: 20px
}

.cms-con .aligncenter {
    width: auto;
    max-width: 100%;
    margin: 5px auto 66px;
    margin-bottom: 50px;
    text-align: center;
    display: block;
    border-radius: 20px
}

.cms-con .aligncenter.mb-100 {
    margin-bottom: 100px
}

.cms-con .mb-70 {
    margin-bottom: 70px
}

.cms-con .aligncenter img {
    margin: auto
}

.cms-con .bothalignleft {
    float: left;
    width: auto;
    max-width: 49.9%;
    margin: 0
}

.cms-con .bothalignright {
    float: right;
    width: auto;
    max-width: 49.9%;
    margin: 0
}

.cms-con ol {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    counter-reset: cmscon-counter;
    list-style-type: none;
    margin-bottom: 30px
}

.cms-con ol li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 24px
}

.cms-con ol li:last-child {
    margin-bottom: 0
}

.cms-con ol li:before {
    counter-increment: cmscon-counter;
    content: "" counter(cmscon-counter) ".";
    line-height: 1.4;
    left: 0;
    position: absolute;
    top: -2px
}

.cms-con ol li ul {
    margin-top: 30px;
    margin-left: 15px
}

.cms-con ol li ul li {
    padding-left: 24px;
    position: relative
}

.cms-con ol li ul li:before {
    counter-increment: none;
    content: no-close-quote
}

.cms-con p b,
.cms-con p strong {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-bottom: 0
}

.cms-con a {
    transition: color .4s ease-in-out;
    color: #333
}

.cms-con a:hover {
    color: #0F3D1E
}

.cms-con p a {
    transition: color .4s ease-in-out;
    color: #000;
    font-weight: 300
}

.cms-con p a:hover {
    color: #AAE26F
}

.cms-con p a.btn:hover {
    color: #AAE26F
}

@media only screen and (max-width:1199px) {
    .cms-con-sec {
        padding: 50px 0
    }

    .cms-con .aligncenter {
        margin: 40px auto 40px auto
    }

    .cms-con .mb-70 {
        margin-bottom: 50px
    }

    .cms-con hr {
        height: 10px;
        margin: 30px 0
    }

    .cms-con .aligncenter.mb-100 {
        margin-bottom: 50px
    }

    .cms-con h1 {
        font-size: 42px
    }

    .cms-con h2 {
        font-size: 36px
    }

    .cms-con h3 {
        font-size: 32px
    }

    .cms-con h4 {
        font-size: 28px
    }
}

@media only screen and (max-width:767px) {
    .cms-con-sec {
        padding: 30px 0
    }

    .cms-con p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px
    }

    .cms-con ul {
        margin-bottom: 20px
    }

    .cms-con p b,
    .cms-con p strong {
        font-size: 14px
    }

    .cms-con ul li {
        font-size: 14px;
        margin-bottom: 12px
    }

    .cms-con ol li {
        font-size: 14px
    }

    .cms-con ol li ul {
        margin-top: 20px;
        margin-bottom: 0
    }

    .cms-con ul li:before {
        top: 5px
    }

    .cms-con ul li ul li {
        padding-left: 14px
    }

    .cms-con ul li ul li:before {
        width: 6px;
        height: 2px;
        top: 8px
    }

    .cms-con h1 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .cms-con h2 {
        font-size: 26px;
        margin-bottom: 15px
    }

    .cms-con h3 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .cms-con h4 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .cms-con h5 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .cms-con h6 {
        font-size: 1rem;
        margin-bottom: .9375rem
    }

    .cms-con .aligncenter {
        margin: 25px auto
    }

    .cms-con .mb-70 {
        margin-bottom: 30px
    }

    .cms-con hr {
        height: 6px;
        margin: 25px 0
    }

    .cms-con .aligncenter.mb-100 {
        margin-bottom: 30px
    }
}

.partner-list li::before{
    display: none;
}

.partner-list li{
    padding-left: 5px !important;
}

.contact-info p{
    margin-bottom: 0;
}