@import 'fonts.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
    --red-color: #e64154;
    --bright-red-color: #ff2301;
    --pink-color: #da1666;
    --violet-color: #7850bb;
    --blue-color: #6cb6ec;
    --light-blue-color: #62B3E5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}

.page-wrapper {
    display: flex;
    flex-flow: row nowrap;
    height: 100vh;
}

.page-content {
    flex: 1 1 auto;
    overflow-y: auto;
    background: #E8FFEE;
    background-position: top;
    background-size: contain;
    position: relative;
}
.mt-30{
    margin-top: 30px;
}
.container {
    width: 100%;
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.clearfix{
    clear: both;
}
header {
    width: 100%;
    margin-top: 0;
    background-color: #4a7235;
}
.navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.site-logo {
    max-width: 20%;
    width: 100%;
}
.menu-bar{
    max-width: 67%;
    width: 100%;
}
.site-logo img {
    width: 100%;
}
.top-headline-v1 {
    max-width: 100%;
    font-size: 1rem;
    text-align: center;
    color: #0b0b0b;
    background-color: #FFFFFF;
    padding-bottom: 100px;
}
.top-headline-v1 {
    background-image:  url('https://theslimsolve.com/assets/affiliate/images/6-Bottles-SS.png');
    background-repeat: no-repeat;
    background-size: 20%, 6%;
    background-position: center right;
    position: relative;
    z-index: 1;
}
.top-headline-content{
    padding: 30px 10px;
}
.btl1-mbl{
    display: none;
}
.intro {
    font-size: 4.3em;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
    font-weight: 700 !important;
    color: #4a7235;
    margin-bottom: 20px;
    font-style: italic;
}
.logo-txt {
    font-size: 1em;
    padding-bottom: 3px;
    border-bottom: 3px solid #222;
    font-style: normal;
    line-height: 1.5;
    color: #bbfdff;
    border-bottom: 3px solid #bbfdff;
}
.intro-para {
    font-size: 40px;
    font-weight: 600 !important;
    color: #000000 !important;
    max-width: 780px;
    width: 100%;
    margin: auto;
    padding: 10px 0;
    line-height: 1.3;
}
.rounbox-content {
    padding: 60px 10px;
}
.section-heading{
    text-align: center;
    font-size: 2.187em;
    font-weight: 700;
    margin-bottom: 2rem;
}
.rounded-box .title.section-heading {
    padding-top: 50px !important;
    color: #3C3C3C;
    text-align: center;
    font-size: 2.187em;
    font-weight: 700;
    padding: 8px 0;
    border-radius: 10px;
}
.fnt-wght4{
    font-weight: 400;
}
.links-section .links-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2em;
    table-layout: fixed;
}
.links-table tr {
    cursor: pointer;
}
.links-table td, th {
    text-align: left;
    padding: 15px;
    border: 2px solid #d2d2d2;
}
.links-table tbody tr:nth-child(odd) {
    background: #f3f3f3;
}
.links-table tbody tr td:last-of-type a {
    color: #62B3E5;
    pointer-events: none;
    text-decoration: none;
    word-break: break-all;
}
.links-table tbody tr td:last-of-type:hover {
    background: rgba(212, 212, 212, 0.4);
}
#affiliate-links {
    width: 100%;
    background-color: #ffffff;
}
.link-content {
    padding: 60px 10px;
}
.lne-hght4{
    line-height: 1.4;
}
.cb-form-wrapper {
    margin: 1.5em auto 2em auto;
}
.contact-text {
    width: 40%;
    font-size: 0.75em;
    font-weight: 500;
    margin: 50px auto 0 auto;
    text-align: center;
}
.links-section .links-table thead {
    background-color: #159a22;
    color: #fff;
}
.section-heading .prod-name {
    color: #e64154;
}
.swipe-content {
    padding: 60px 10px;
}
.banners-content{
    padding: 20px 10px 20px;
}
.contact-content{
    padding: 20px 10px 60px;
}
.txt-cntr{
    text-align: center;
}

.menu-toggle-btn:hover,
.menu-toggle-btn:active {
    background-color: rgb(255 255 255);
}

.menu-toggle-btn {
    display: none;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #898989;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    outline: none;
}
img.swipe-img {
    max-width: 300px;
    width: 100%;
}
.menu-toggle-btn .icon.active {
    background-image: url("/assets/images/close.svg");
}

.menu-toggle-btn .icon {
    display: block;
    background-image: url("/assets/images/open-menu.svg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.horizontal-nav > ul {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.horizontal-nav > ul > .nav-link {
    position: relative;
    cursor: pointer;
    padding: 12px 8px;
    text-align: center;
   /* max-width: fit-content;
    flex: 100%;*/
}

.horizontal-nav > ul > .nav-link:hover a{
    color: rgb(255, 255, 255, 1);
}

.horizontal-nav > ul > .nav-link:not(:last-of-type) {
    margin-right: 0px;
}

/*.horizontal-nav > ul .nav-link:hover::before,
.horizontal-nav > ul .nav-link:not(:last-of-type).active::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--red-color);
}*/
.cntct-link{
    background-color: #1c4e5c;
    border-radius: 8px;
}
.cntct-link> a{
    color: #fff !important;
}

.horizontal-nav > ul > .nav-link a,
.horizontal-nav > ol > li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.horizontal-nav > ul > .nav-link.active a {
    color: var(--red-color);
}

.horizontal-nav > ol {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    list-style: none;
    display: none;
    border-radius: 4px;
    width: 95vw;
    max-height: 100vh;
    box-shadow: 1px 8px 28px rgba(35, 25, 22, 0.2);
}

.horizontal-nav > ol > li {
    margin: 0;
    padding: 10px 15px;
    transition: all .3s ease;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
}

.horizontal-nav > ol > .nav-link:hover,
.horizontal-nav > ol > .nav-link:focus,
.horizontal-nav > ol > .nav-link.active {
    background-color: rgba(102, 102, 102, 0.26);
}

.horizontal-nav > ol .custom-wrapper-dropdown {
    margin: 0 auto;
    width: 100%;
}

.btn {
    border: none;
    outline: none;
    color: #fff;
    background-color: #c9c9c9;
    padding: 13px 18px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 1px 1px 21px rgba(35, 25, 22, 0.13);
    font-family: Roboto, sans-serif;
    transition: 250ms ease-in-out;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.btn.link {
    text-decoration: none;
    display: inline-block;
}

.btn:focus:not(.link),
.btn:not(.link):hover {
    filter: brightness(1.05);
    cursor: pointer;
}

.btn .icon {
    max-width: 35px;
    margin-left: 15px;
}

.btn.block {
    width: 100%;
}

.btn.lg {
    font-size: 1.1rem;
    padding: 15px 22px;
}

.btn.xl {
    font-size: 1.37rem;
    padding: 18px 25px;
}

.btn.red {
    background-color: #256979;
}

.btn.black {
    background-color: #222;
}

.btn.pink-yell-gradient {
    background: linear-gradient(90deg, rgba(255, 153, 46, 1) 0%, rgba(218, 21, 102, 1) 100%);
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

img {
    width: 100%;
}

.form-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form-item label {
    color: #0e3d48;
    font-size: 1.05em;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-item input {
    width: 100%;
    padding: 15px 20px;
    font-size: 1em;
    border: none;
    box-shadow: inset 2px 4px 8px rgb(37 105 121 / 17%);
    border-radius: 5px;
    outline: none;
    color: #62B3E5;
    background-color: #fbfcfe;
}

.form-item .error-msg {
    color: var(--red-color);
    font-size: 0.83em;
    font-weight: 500;
    margin: 5px;
    opacity: 0;
    transition: opacity 350ms;
}

.form-item .error-msg.show {
    opacity: 1;
}

.form-item input::-webkit-input-placeholder {
    color: #d2d2d2;
}

.form-item input::-moz-placeholder {
    color: #d2d2d2;
}

.form-item input:-ms-input-placeholder {
    color: #d2d2d2;
}

.form-item input::-ms-input-placeholder {
    color: #d2d2d2;
}

.form-item input::placeholder {
    color: #d2d2d2;
}

.form-item input:read-only {
    cursor: pointer;
}

.form-item input:-moz-read-only {
    cursor: pointer;
}

.form-item input.copied {
    background-color: var(--light-blue-color);
    color: #fff;
}

.create-links-btn {
    margin: 1.2em auto 0 auto;
    border-radius: 5px;
    font-weight: 500;
}

.create-links-btn:hover {
    transform: translateY(-0.2em);
}

.cb-form-wrapper .title {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 1em;
}

.social-media-links-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.social-media-link {
    max-width: 370px;
    max-height: 85px;
    margin-bottom: 10px;
    position: relative;
}

.social-media-link img {
    width: 100%;
}

.social-media-link .title {
    position: absolute;
    right: 25%;
    top: 20%;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.3em;
    color: #272727;
}



/* page footer */
.page-footer {
    font-family: 'Lato', sans-serif;
    margin: 50px 0 20px 0;
    position: relative;
}

.page-footer .divider {
    margin: 0 7px;
}

.page-footer .text-light {
    color: #fff;
    font-weight: 300;
    line-height: 1.7;
}

.page-footer .cpr-text {
    margin-top: 30px;
    color: #3C3C3C;
    font-weight: 600;
}

.page-footer .links {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 5px;
}

.page-footer .links a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    text-transform: capitalize;
}

.rounded-box {
    font-size: 1rem;
    padding: 1.9em 2.1em;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 21px rgba(35, 25, 22, 0.13);
    color: #383838;
}
.short-msg-section {
    border: 2px dashed #159a22;
    border-radius: 20px;
    padding: 10px 30px 30px;
}
.question-section {
    padding: 70px 30px 0px;
}
.question-section .section-heading {
    text-align: center;
    font-size: 2.187em;
    font-weight: 700;
    color: #ffffff;
    background-color: #4a7235;
    padding: 8px 0;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0 #159a22;
}
.question-section .section-heading {
    line-height: 1.5;
}
.question-section .section-heading .prod-name {
    color: #e64154;
}
.question-section .why-promote-list {
    list-style: none;
    font-weight: 700;
    margin-bottom: 35px;
}
.question-section .section-heading {
    margin-bottom: 30px;
}
.question-section .why-promote-list > li {
    margin-bottom: 16px;
}
.question-section .why-promote-list>li::before {
    content: "⬤";
    color: rgb(172 172 172);
    margin-right: 20px;
}
.why-promote-list .sublist {
    font-weight: 700;
    margin-top: 15px;
    padding-left: 62px;
}
.question-section .why-promote-list .sublist > li {
    display: flex;
    margin-bottom: 16px;
}
.question-section .why-promote-list .sublist > li:before {
    content: '◯';
    color: #c9c9c9;
    margin-right: 20px;
}

.rounded-box.top-bordered {
    border-top: 1.3rem solid #fff;
}

.rounded-box.red {
    border-color: var(--red-color);
}

.rounded-box.violet {
    border-color: var(--violet-color);
}

.rounded-box.blue {
    border-color: var(--blue-color);
}

.rounded-box .heading-wrapper {
    font-family: "Work Sans", sans-serif;
    display: flex;
    flex-wrap: nowrap;
}

.rounded-box .heading {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    word-break: break-word;
}

.rounded-box .heading.lg {
    font-size: 1.7em;
}

.rounded-box .sub-heading {
    color: #8B97A8;
}

.rounded-box .logo svg {
    width: 100%;
    height: 100%;
}

.rounded-box .content > h1 {
    margin-bottom: 1.2em;
}

.rounded-box .content > p a {
    color: #5585D9;
    font-weight: 600;
}

.rounded-box .content a.link {
    color: #5585D9;
    font-weight: 600;
    text-decoration: none;
}

.rounded-box .content > p {
    margin-bottom: 1em;
}

.rounded-box .content ul.disc-list {
    list-style: disc;
    list-style-position: inside;
    margin-left: 2.5em;
    margin-bottom: 1.5em;
}

.rounded-box .content ul.numeric-list {
    list-style: decimal;
    list-style-position: inside;
    margin-left: 2.5em;
    margin-bottom: 1.5em;
}

.rounded-box .logo {
    width: 100%;
    max-width: 70px;
    max-height: 70px;
    margin-right: 1.2rem;
}
.short-msg-section p {
    line-height: 1.8;
    margin-bottom: 17px;
}
.question-section .section-heading {

    line-height: 1.5;
}
.rounded-box.mt-mns100 {
    margin-top: -120px;
}
/*  helper classes */

.text-thin {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-bold-500 {
    font-weight: 500;
}

.text-bold {
    font-weight: 600;
}

.text-bold-700 {
    font-weight: 700;
}

.text-extra-bold {
    font-weight: 900;
}

.text-black {
    color: #272727;
}

.text-dark-blue {
    color: #233d5f;
}

.text-blue {
    color: #0242e2;
}

.font-helvetica {
    font-family: 'Helvetica Neue', sans-serif;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.line-height-normal {
    line-height: 1.5;
}

.line-height-2 {
    line-height: 2;
}

.line-height-3 {
    line-height: 3;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-underline-xs {
    padding-bottom: 3px;
    border-bottom: 1px solid #222;
}

.text-underline-lg {
    padding-bottom: 3px;
    border-bottom: 3px solid #222;
}

.flex-row {
    display: flex;
    flex-flow: row wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.center {
    text-align: center;
}

.mt-80 {
    margin-top: 80px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.img-wrapper-lg {
    max-width: 610px;
    margin: 0 auto;
}

.img-wrapper-md {
    max-width: 400px;
    margin: 0 auto;
}

.img-wrapper-sm {
    max-width: 250px;
    margin: 0 auto;
}

.img-wrapper-xs {
    max-width: 65px;
    margin: 0 auto;
}
.question-section .why-promote-list .sublist > li:before {
    content: '◯';
}
.short-msg-section {
    border-radius: 70px;
}
.rounded-box {
    border-radius: 70px;
    padding: 1.2em 2em;
}
.cb-form-wrapper label {
    font-weight: 600;
}
button.btn.xl.red.create-links-btn {
    background-color: #4a7235;
    max-width: 390px;
    width: 100%;
    font-size: 30px;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
h1.heading.text-black {
    padding-top: 45px;
}
.rounded-box .heading {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word;
}
.mt-30.mb-50 {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.rounded-box.red {
    border-color: #EAE5E5;
}
.btn.red {
    background-color: #4a7235;
    font-size: 26px;
    padding: 12px 15px;
}
.rounded-box.top-bordered {
    border-top: 1.3rem solid #159a22;
}
.rounded-box .heading-wrapper {
    padding: 1.9em 2.1em 2.1em 3em;
}
.rounded-box .logo {
    width: 100%;
    max-width: 70px;
    max-height: 70px;
    margin-right: 1.2rem;
}
img {
    width: 100%;
}
.line-height-normal {
    line-height: 1.5;
}
.rounded-box .heading {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    word-break: break-word;
}
.rounded-box .sub-heading {
    color: #8B97A8;
}
.text-extra-bold {
    font-weight: 900;
}
.text-normal {
    font-weight: 400;
}
.mt-5 {
    margin-top: 5px;
}
#email-swipes .heading-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
#email-swipes .logo {
    width: 100%;
    max-width: 70px;
    max-height: 70px;
    margin-right: 1.2rem;
}
.line-height-normal {
    line-height: 1.5;
}
.swipe-content .rounded-box {
    border-top: 1.3rem solid #EAE5E5;
}
.options-section {
    background-color: #fff !important;
}
.option-links a {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 1em;
    background-color: #24A8A2 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 20px !important;
}
.hr-row {
    background-color: #B0B0B0;
    height: 1px;
    max-width: 880px;
    width: 100%;
    margin: auto;
}
.download-btn-wrapper .btn {
    border-radius: 0;
}
.rounded-box .heading {
    font-size: 30px;
    font-weight: 700;
}
.contact-para {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
    max-width: 720px;
    margin: 10px auto;
    color: #3C3C3C;
}
.contact-para a {
    color: #3C3C3C;
}
.page-footer .links a {
    text-decoration: none;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: capitalize;
}
.page-footer .text-light {
    color: #3C3C3C;
    font-weight: 400;
    line-height: 1.7;
}
span.divider {
    color: #3c3c3c;
}
.horizontal-nav > ul > .nav-link a, .horizontal-nav > ol > li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.download-btn-wrapper .btn {
    border-radius: 0 !important;
}



.rounded-box-email.blue {
    border-color: #159a22;
}

.rounded-box-email {
    font-size: 1rem;
    padding: 1.9em 2.1em;
    border-radius: 20px;
    background-color: #ffffff !important;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 47%);
    color: #000;
    border: 5px solid #19214226;
}

.rounded-box-email.top-bordered {
    border-top: 1.3rem solid #159a22;
}
.rounded-box-email .heading {
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    word-break: break-word;
}
.rounded-box-email .sub-heading {
    color: #383838;
    font-size: 17px;
}
.rounded-box-email .bx-content {
    box-shadow: 0 0 4px #00000008;
    padding: 17px 25px 20px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.14);
    background: #f6f4f2;
}
.rounded-box-email .expert-tips-block h3 {
    font-size: 30px;
    color: #383838;
    line-height: 32px;
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0;
}
.rounded-box-email  h1.heading {
     padding-top: 0px; 
}
.rounded-box-email .expert-tips-block ul li {
    display: block;
    font-size: 22px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 15px 30px;
    margin: 0;
    background: url(/assets/affiliate/images/tick-iconemail2.png) no-repeat left 3px;
}
.rounded-box-email .heading {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase !important;
}
.email-block {
    padding: 25px 30px 15px;
    margin: 0;
    border: 1px solid rgba(0 0,0,.14);
    border-radius: 10px;
    background: #4a7235;
    box-shadow: 0 5px 1px #d2f7db;
}
.expert-tips-block {
    padding: 35px 0 25px 0;
    margin: 0;
}
.email-block h3 {
    font-size: 30px;
    color: #fff;
    line-height: 32px;
    font-weight: 600;
    padding: 0 0 20px 0;
    margin: 0;
}
.email-block a {
    color: #fff;
}
/*responsive*/

@media (max-width: 1370px)
{
    .intro {
        font-size: 4em;
    }
    .intro-para {
        font-size: 38px;
    }
    .question-section .section-heading {
        background-color: #4a7235;
        color: #fff;
        border-radius: 0;
        box-shadow: 0px 0px 0 15px #EFF9F9;
    }
    ul.why-promote-list.mt-30.mb-0 {
        margin-bottom: 0;
    }
    .cb-form-wrapper {
        margin: 3em auto 2em auto;
    }
    .link-content {
        padding: 40px 10px;
    }
    .rounbox-content {
        padding: 50px 10px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-content {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width: 1024px)
{
    .container {
        padding: 0;
    }
    .menu-bar {
        max-width: 73%;
    }
    .navigation {
        padding: 10px 12px;
    }
    .intro {
        font-size: 3.7em;
    }
    .intro-para {
        font-size: 36px;
        max-width: 600px;
        width: 100%;
    }
    .top-headline-v1 {
        padding-bottom: 58px;
    }
    .question-section .section-heading {
        font-size: 32px;
    }
    .plr-10{
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-footer .center {
        padding-left: 10px;
        padding-right: 10px;
    }

    .email-block h3 {
    font-size: 25px;
    line-height: 27px;
}

.rounded-box-email .expert-tips-block ul li {
    font-size: 18px;
    line-height: 22px;
}
}
@media(max-width: 970px)
{
    .top-headline-v1 .container {
        background-image: none;
    }
    .btl1-mbl{
        display: block;
        max-width: 270px;
        width: 100%;
        margin: auto;
    }
}
@media only screen and (min-width: 769px)
{
    .horizontal-nav > ol {
        display: none
    }
}

@media screen and (max-width: 768px) {
    /*.menu-toggle-btn .icon.active {
        background-image: url("../images/exit-modal/close.svg");
    }*/
    .horizontal-nav > ol {
        z-index: 9;
    }
    .horizontal-nav > ul {
        display: none
    }

    .menu-toggle-btn {
        display: block;
    }
    .intro {
        font-size: 2.7em;
    }
    .intro-para {
        font-size: 30px;
    }
    .top-headline-v1 {
        background-image: none;
    }
    .question-section {
        padding: 70px 30px 0px;
    }
    .rounded-box {
        padding: 1.5em 2em;
    }
    .question-section .section-heading {
        font-size: 27px;
    }
    ul.why-promote-list.mt-30 {
        margin-top: 20px !important;
    }
    .rounbox-content {
        padding: 20px 5px;
    }
    .rounded-box .title.section-heading {
        padding-top: 10px !important;
    }
    .cb-form-wrapper {
        width: 95%;
        margin: 2em auto 2em auto;
    }
    h1.heading.text-black {
        padding-top: 15px;
    }
    .option-links a {
        font-size: 18px !important;
    }
    .rounded-box .heading {
        font-size: 28px;
    }
    .social-media-link .title {
        font-size: 1.2em;
    }
    .contact-para {
        font-size: 23px;
    }
    .horizontal-nav > ul > .nav-link a, .horizontal-nav > ol > li a {
    color: #4a7235;
}

.rounded-box-email .heading {
    font-size: 26px;
}

.rounded-box-email .expert-tips-block h3 {
    font-size: 24px;
}
button.btn.xl.red.create-links-btn {
   
    font-size: 26px;
    
}
.btn.red {
    
    font-size: 23px;
  
}
}
@media only screen and (max-width: 600px) {
    .container {
        padding: 10px;
    }

    .rounded-box {
        padding: 1.5em 1em;
    }

    .rounded-box .heading {
        text-align: center;
    }

    .heading-wrapper {
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .heading-wrapper .logo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .heading-wrapper .heading {
        text-align: center;
        margin-bottom: 20px;
    }

    .cb-form-wrapper {
        width: 100% !important;
        margin: 3em 0 0 0 !important;
    }

    .create-links-btn {
        width: 100%;
    }

    .btn.xl {
        font-size: 1em;
        padding: 0.8em 0;
    }

    .rounded-box .heading.lg {
        font-size: 1.4em;
    }

    .rounded-box .heading-wrapper .sub-heading {
        text-align: center;
    }
    .site-logo {
        max-width: 27%;
        width: 100%;
    }
    .site-logo img {
        max-width: 126px;
        width: 100%;
    }
    .navigation {
        padding: 0px 4px;
    }
    .top-headline-content {
        padding: 15px 0px;
    }
    .intro {
        font-size: 3em;
        margin-bottom: 0px;
    }
    .intro-para {
        font-size: 30px;
    }
    .rounded-box.mt-mns100 {
        margin-top: -94px;
    }
    .question-section {
        padding: 30px 30px 0px;
    }
    .short-msg-section {
        border-radius: 35px;
        padding: 10px 10px 30px;
    }
    .question-section .section-heading {
        font-size: 28px;
        box-shadow: 0px 0px 0 12px #eff9f9;
    }
    .section-heading {
        margin-bottom: 1rem;
    }
    .rounded-box .title.section-heading {
        font-size: 2em;
    }
    .create-links-btn {
        margin: 0.2em auto 0 auto;
    }
    button.btn.xl.red.create-links-btn {
        font-size: 26px;
    }
    .btn.xl {
        padding: 0.4em 0.4em;
    }
    .links-section.mt-50 {
        margin-top: 25px !important;
    }
    .contact-text {
        width: 50%;
        margin: 20px auto 0 auto;
    }
    section.rounded-box.top-bordered.red.mt-50 {
        margin-top: 5px;
    }
    .btn.red {
        font-size: 22px;
    }
    .rounded-box .title {
        font-size: 1.2em !important;
    }
    .rounded-box {
        border-radius: 35px;
    }
    .swipe-content {
        padding: 60px 10px 30px;
    }
    .btn .icon {
        max-width: 33px;
        margin-left: 15px;
    }
    .download-btn-wrapper {
        margin: 0px auto 10px auto;
    }
    .mt-50 {
        margin-top: 15px;
    }
    .contact-para {
        font-size: 22px;
    }
    .page-footer {
        margin: 22px 0 20px 0;
    }
    .email-block h3 {
    font-size: 21px;
    line-height: 27px;
}
.rounded-box-email {
    padding: 1.5em 1em;
}
}
@media (max-width: 500px)
{
    .intro {
        font-size: 2.5em;
    }
    .intro-para {
        font-size: 28px;
    }
    .question-section .section-heading {
        font-size: 25px;
        box-shadow: 0px 0px 0 5px #eff9f9;
    }
    .question-section {
        padding: 20px 10px 0px;
    }
    .container {
        padding: 5px;
    }
    .why-promote-list .sublist {
        padding-left: 35px;
    }
    .question-section .why-promote-list .sublist > li {
        margin-bottom: 12px;
    }
    .question-section .why-promote-list > li {
        margin-bottom: 12px;
    }
    .rounded-box .title.section-heading {
        font-size: 1.7em !important;
    }
    button.btn.xl.red.create-links-btn {
        font-size: 24px;
    }
    .links-table td, th {
        font-size: 13px !important;
        padding: 8px !important;
    }
    .contact-text {
        width: 90% !important;
        margin: 20px auto 0 auto !important;
        font-size: 0.85em;
    }
    .line-height-3 p {
        line-height: 1.8;
        margin-bottom: 20px !important;
    }
    .btn.red {
        font-size: 25px;
    }
    .rounded-box .heading-wrapper {
        padding: 0.5em !important;
    }
    .rounded-box .title {
        font-size: 1em !important;
    }
    .option-links a {
        font-size: 17px !important;
    }
    .contact-para {
        font-size: 20px;
    }
    .page-footer .links a {
        font-size: 1.3rem;
    }
    .rounded-box-email .expert-tips-block ul li {
    font-size: 16px;
   
}
}
@media (max-width: 428px)
{
    .intro {
        font-size: 1.8em;
    }
    .intro-para {
        font-size: 20px;
    }
    .question-section .section-heading {
        font-size: 18px;
    }
    .question-section .why-promote-list > li {
        font-size: 15px !important;
        margin-bottom: 10px;
    }
    .question-section .why-promote-list>li::before {
        margin-right: 12px;
    }
    .short-msg-section {
        padding: 10px 10px 10px;
    }
    .link-content {
        padding: 10px 10px;
    }
    .rounded-box .title.section-heading {
        font-size: 1.6em !important;
    }
    button.btn.xl.red.create-links-btn {
        font-size: 22px;
    }
    .links-table td, th {
        padding: 6px !important;
    }
    .rounded-box .heading {
        font-size: 26px;
    }
    .option-links a {
        font-size: 16px !important;
    }
    .contact-para {
        font-size: 17px;
    }
    .rounded-box-email .sub-heading {
    font-size: 16px;
}

.rounded-box-email .heading {
    font-size: 21px;
}
.rounded-box-email .expert-tips-block h3 {
    font-size: 26px;
}
}
@media (max-width: 414px)
{
    .intro {
        font-size: 2em;
    }
    .intro-para {
        font-size: 23px;
    }
    .question-section .section-heading {
        font-size: 20px;
    }
    .rounded-box .title.section-heading {
        font-size: 1.5em !important;
    }
    button.btn.xl.red.create-links-btn {
        font-size: 20px;
    }
    h1.heading.text-black {
        padding-top: 0px;
    }
    .rounded-box .heading-wrapper {
        padding: 0em !important;
    }
}
@media screen and (max-width: 390px) {
    .social-media-link .title {
        right: 20%;
        font-size: 1.1em;
    }
    .intro {
        font-size: 1.8em;
    }
    .intro-para {
        font-size: 21px;
    }
    .btl1-mbl {
        max-width: 240px;
    }
    .question-section .section-heading {
        font-size: 19px !important;
    }
    .short-msg-section p {
        font-size: 15px !important;
    }
    .rounded-box .title.section-heading {
        font-size: 1.4em !important;
    }
    .cb-form-wrapper {
        margin: 2em 0 0 0 !important;
    }
    p.text-bold-500.lne-hght4, .form-item label {
        font-size: 16px !important;
    }
    button.btn.xl.red.create-links-btn {
        font-size: 19px;
    }
    .rounded-box .heading {
        font-size: 25px;
    }
    .line-height-3 p {
        font-size: 15px !important;
    }
    .contact-para {
        font-size: 18px;
    }
    .site-logo {
        max-width: 43%;
        width: 100%;
    }

    .rounded-box-email .heading {
    font-size: 25px;
}
.rounded-box-email .expert-tips-block h3 {
    font-size: 25px;
}
.rounded-box-email .sub-heading {
    font-size: 15px;
}
}

@media (max-width: 320px)
{
    .intro {
        font-size: 1.5em;
    }
    .intro-para {
        font-size: 17px;
    }
    .btl1-mbl {
        max-width: 220px;
    }
    .short-msg-section {
        padding: 10px 5px 10px;
    }
    .rounded-box {
        padding: 1.5em 0.5em;
    }
    .question-section .section-heading {
        font-size: 15px !important;
    }
    .question-section .why-promote-list > li {
        font-size: 14px !important;
    }
    ul.why-promote-list.mt-30 {
        margin-top: 12px !important;
        margin-bottom: 25px;
    }
    .why-promote-list .sublist {
        padding-left: 26px;
    }
    .link-content .rounded-box {
        padding: 10px 15px;
    }
    .rounded-box .title.section-heading {
        font-size: 1.35em !important;
        margin-bottom: 4px;
    }
    button.btn.xl.red.create-links-btn {
        font-size: 18px;
    }
    .contact-text {
        width: 100% !important;
        font-size: 0.85em;
    }
    .rounded-box .heading {
        font-size: 23px;
    }
    .mt-30 {
        margin-top: 13px;
    }
    .mt-30.mb-50 {
        margin-top: 15px !important;
        margin-bottom: 6px !important;
    }
    .contact-para {
        font-size: 17px;
    }
    .page-footer .links a {
        font-size: 1.1rem;
    }
    .page-footer .text-light {
        font-size: 15px !important;
    }
    .page-footer .cpr-text {
        font-size: 15px;
    }

    .rounded-box-email .heading {
    font-size: 23px;
}
.rounded-box-email .expert-tips-block h3 {
    font-size: 18px;
}
h3.text-normal {
    font-size: 15px;
}
p.line-height-normal {
    font-size: 15px;
}
.rounded-box-email .bx-content {
   
    padding: 13px 12px 16px;
  
}
.rounded-box-email .expert-tips-block ul li {
    font-size: 14px;
}
.email-block {
    padding: 25px 10px 15px;
  
}
.email-block h3 {
    font-size: 18px;
    line-height: 25px;
}
}