/*
Theme Name: Carlton Scott
Theme URI: https://example.com
Author: Carlton Scott
Description: Custom Bootstrap 5 WordPress Theme
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=DM+Serif+Text:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prata&display=swap");

:root {
    --c-black: #000;
    --c-white: #fff;
    --c-primary: #e0547d;
    --c-secondary: #00466c;
    --c-light: #eaf4fc;
    --c-body: #00466C;
    --check-text: #C7DFF2;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    color: var(--c-body);
}

@media screen and (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

body a {
    text-decoration: none;
}

html,
body {
    font-family: "Open Sans";
}

html a,
body a {
    text-decoration: none;
    font-family: "DM Serif Text", "Regular";
}

@media screen and (min-width: 370px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 576px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    line-height: 1.1;
    font-family: "DM Serif Text", "Regular";
}

h2 {
    font-size: 34px;
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 992px) {
    h2 {
        font-size: 56px;
    }
}

@media screen and (min-width: 1400px) {
    h2 {
        font-size: 64px;
    }
}

h2.sec-title-2 {
    font-size: 32px;
}

@media screen and (min-width: 768px) {
    h2.sec-title-2 {
        font-size: 36px;
    }
}

@media screen and (min-width: 992px) {
    h2.sec-title-2 {
        font-size: 42px;
    }
}

@media screen and (min-width: 1400px) {
    h2.sec-title-2 {
        font-size: 48px;
    }
}

.bg-lblue {
    background-color: var(--c-light);
}

.btn-type-1 {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 30px;
    color: var(--c-primary);
    border: 2px solid var(--c-primary);
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    margin-top: 12px;
}

@media screen and (min-width: 992px) {
    .btn-type-1 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.btn-type-1:hover {
    color: var(--c-white);
    background-color: var(--c-primary);
}


#business-page {
    padding-top: 150px;
}

@media screen and (min-width: 768px) {
    #business-page {
        padding-top: 170px;
    }
}

@media screen and (min-width: 1200px) {
    #business-page {
        padding-top: 230px;
    }
}

.book-discovery-btn {
    display: none !important;
}

header#header {
    position: relative;
}

header#header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header#header .header-main {
    padding: 2rem 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1200px) {
    header#header .header-main .container {
        max-width: 1400px;
    }
}

header#header .header-main .decoration-main {
    position: relative;
}

header#header .header-main .decoration-main .decoration-inner {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 8%;
    top: 21px;
    z-index: 10;
}

@media screen and (min-width: 1200px) {
    header#header .header-main .decoration-main .decoration-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1400px) {
    header#header .header-main .decoration-main .decoration-inner {
        top: 20px;
        right: 8%;
    }
}

header#header .header-main .decoration-main .decoration-inner .para p {
    color: var(--c-white);
    font-family: "Caveat", "bold";
    font-size: 24px;
    font-weight: 800;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

header#header .header-main .decoration-main .decoration-inner .arrow {
    max-width: 70px;
    position: relative;
    margin-top: -25.5%;
    padding-left: 10px;
}

header#header .header-main .decoration-main .decoration-inner .arrow img {
    width: 100%;
    height: auto;
}

header#header .header-main .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header#header .header-main .logo {
    max-width: 130px;
}

header#header .header-main .logo img {
    height: auto;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    header#header .header-main .logo {
        max-width: 160px;
    }
}

@media screen and (min-width: 1400px) {
    header#header .header-main .logo {
        max-width: 200px;
    }
}

@media screen and (min-width: 1600px) {
    header#header .header-main .logo {
        max-width: 230px;
    }
}

header#header .header-main .nav-links {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    gap: 20px;
}

@media screen and (min-width: 1200px) {
    header#header .header-main .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

header#header .header-main .nav-links .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header#header .header-main .nav-links .nav-item:last-child a {
    color: var(--c-white);
    font-family: "DM Serif Text", "Regular";
    padding: 10px 25px;
    border-radius: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1.5px solid #fff;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    font-size: 14px;
    background-color: var(--c-primary);
    border-color: var(--c-primary);
}

@media screen and (min-width: 1400px) {
    header#header .header-main .nav-links .nav-item:last-child a {
        font-size: 15px;
    }
}

header#header .header-main .nav-links .nav-item:last-child a:hover::after {
    border: none;
    width: 0;
}

header#header .header-main .nav-links .nav-item:last-child a:hover {
    background-color: var(--c-secondary);
    border-color: var(--c-secondary);
}

@media screen and (min-width: 1200px) {
    header#header .header-main .nav-links .nav-item:last-child a {
        display: none;
    }
}

header#header .header-main .nav-links .nav-item>a,
header#header .header-main .nav-links .nav-item.has-child {
    color: var(--c-white);
    font-weight: 600;
    display: block;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
}

@media screen and (min-width: 1400px) {

    header#header .header-main .nav-links .nav-item>a,
    header#header .header-main .nav-links .nav-item.has-child {
        font-size: 15px;
    }
}

header#header .header-main .nav-links .nav-item>a::after {
    content: "";
    height: 0;
    width: 1px;
    border-bottom: 2px solid var(--c-white);
    -webkit-transition: 0.32s all ease-in-out;
    transition: 0.32s all ease-in-out;
    margin-bottom: -2px;
    padding-bottom: 2px;
    display: block;
    opacity: 0;
}

header#header .header-main .nav-links .nav-item>a:hover::after,
header#header .header-main .nav-links .nav-item>a:focus {
    width: 100%;
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    header#header .header-main .nav-links .nav-item.has-child {
        position: relative;
    }

    header#header .header-main .nav-links .nav-item.has-child .caret {
        display: none;
    }

    header#header .header-main .nav-links .nav-item.has-child:hover {
        --sub-show: 1;
        --sub-visible: visible;
    }

    header#header .header-main .nav-links .nav-item.has-child>a {
        padding-bottom: 13px;
        margin-bottom: -13px;
    }

    header#header .header-main .nav-links .nav-item.has-child>a::after {
        display: none;
    }

    header#header .header-main .nav-links .nav-item.has-child .sub-menu {
        position: absolute;
        z-index: 9;
        top: calc(100% + 13px);
        left: 0;
        width: 240px;
        background-color: var(--c-primary);
        list-style: none;
        padding: 12px 0;
        margin: 0;
        border-radius: 20px;
        opacity: var(--sub-show, 0);
        -webkit-transition: 0.32s all ease-in-out;
        transition: 0.32s all ease-in-out;
        visibility: var(--sub-visible, hidden);
    }

    header#header .header-main .nav-links .nav-item.has-child .sub-menu::before {
        content: "";
        position: absolute;
        left: 40px;
        top: -12px;
        border-width: 0 10px 13px 10px;
        border-style: solid;
        border-color: var(--c-primary) transparent;
    }

    header#header .header-main .nav-links .nav-item.has-child .sub-menu li a {
        color: var(--c-white);
        display: block;
        font-size: 15px;
        text-transform: uppercase;
        padding: 8px 20px;
        font-family: "Open Sans";
        font-weight: 600;
        line-height: 1;
        -webkit-transition: all 0.32s ease-in-out;
        transition: all 0.32s ease-in-out;
    }

    header#header .header-main .nav-links .nav-item.has-child .sub-menu li a:hover {
        padding-left: 25px;
    }
}

@media screen and (max-width: 1199.5px) {
    header#header .header-main .nav-links .nav-item.has-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header#header .header-main .nav-links .nav-item.has-child .caret {
        padding-left: 10px;
        margin-top: -3px;
        cursor: pointer;
    }

    header#header .header-main .nav-links .nav-item.has-child .caret svg {
        display: block;
        color: var(--c-primary);
        width: 1.5em;
    }

    header#header .header-main .nav-links .nav-item.has-child .sub-menu {
        width: 100%;
        display: none;
        padding: 10px 0;
    }

    header#header .header-main .nav-links .nav-item.has-child .sub-menu li {
        text-align: center;
        margin-bottom: 0;
    }

    header#header .header-main .nav-links .nav-item.has-child .sub-menu li a {
        color: var(--c-white);
        display: block;
        font-size: 15px;
        text-transform: uppercase;
        padding: 8px 20px;
        font-family: "Open Sans";
        font-weight: 600;
        line-height: 1;
    }
}

.toggle-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 1200px) {
    .toggle-col {
        display: none;
    }
}

.toggle-col .search-button {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--c-white);
    cursor: pointer;
    margin-right: 15px;
}

.toggle-col .toggle-btn {
    width: 24px;
    height: 28px;
    position: relative;
    cursor: pointer;
    z-index: 101;
}

.toggle-col .toggle-btn span {
    width: 24px;
    border-radius: 10px;
    border-bottom: 3px solid var(--c-white);
    position: absolute;
    top: calc(50% - 2px);
    left: 3px;
}

.toggle-col .toggle-btn span:nth-child(2) {
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
}

.menu-open .toggle-col .toggle-btn span:nth-child(2) {
    opacity: 0;
}

.toggle-col .toggle-btn span:nth-child(1) {
    margin-top: -7px;
    -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
    transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
    transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
    transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}

.menu-open .toggle-col .toggle-btn span:nth-child(1) {
    -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
    transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
    transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
    transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle-col .toggle-btn span:nth-child(3) {
    margin-top: 7px;
    -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
    transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
    transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
    transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}

.menu-open .toggle-col .toggle-btn span:nth-child(3) {
    -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
    transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
    transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
    transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header#header {
    /* mobile-menu css start here */
    /* form-with-btn */
}

@media screen and (max-width: 1199.5px) {
    header#header .mobile-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        display: none;
    }

    header#header .mobile-menu .links-main {
        width: 100%;
        height: 100%;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header#header .mobile-menu ul.nav-links {
        display: block !important;
    }

    header#header .mobile-menu ul.nav-links li {
        margin: 0 0 20px;
    }

    header#header .mobile-menu ul.nav-links li a {
        font-size: 20px;
    }
}

header#header .form-with-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
}

@media screen and (max-width: 1199.5px) {
    header#header .form-with-btn {
        display: none;
    }
}

header#header .form-with-btn .search-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 16px;
    position: relative;
    color: var(--c-white);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header#header .form-with-btn .search-item i {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header#header .form-with-btn .form-control {
    padding: 12px 20px 12px 42px;
    border-radius: 30px;
    border: 2px solid #fff;
    color: var(--c-white);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
}

header#header .form-with-btn .form-control::-webkit-input-placeholder {
    color: var(--c-white);
    font-family: "DM Serif Text", "Regular";
}

header#header .form-with-btn .form-control::-moz-placeholder {
    color: var(--c-white);
    font-family: "DM Serif Text", "Regular";
}

header#header .form-with-btn .form-control:-ms-input-placeholder {
    color: var(--c-white);
    font-family: "DM Serif Text", "Regular";
}

header#header .form-with-btn .form-control::-ms-input-placeholder {
    color: var(--c-white);
    font-family: "DM Serif Text", "Regular";
}

header#header .form-with-btn .form-control::placeholder {
    color: var(--c-white);
    font-family: "DM Serif Text", "Regular";
}

header#header .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header#header .link a {
    color: var(--c-white);
    font-family: "DM Serif Text", "Regular";
    padding: 10px 25px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1.5px solid #fff;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    font-size: 14px;
    background-color: var(--c-primary);
    border-color: var(--c-primary);
}

@media screen and (min-width: 1400px) {
    header#header .link a {
        font-size: 16px;
    }
}

header#header .link a:hover {
    background-color: var(--c-secondary);
    border-color: var(--c-secondary);
}

header#header .modal-dialog {
    margin: 0;
    background-color: var(--c-secondary);
    color: var(--c-white);
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

header#header .modal-dialog .modal-content {
    background-color: var(--c-secondary);
    color: var(--c-white);
    position: unset;
    border: none;
}

header#header .modal-dialog .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--c-white);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

header#header .modal-dialog .modal-body {
    border: none;
}

header#header .modal-dialog .modal-body .form-control {
    padding: 12px 20px;
    border-radius: 30px;
    background-color: transparent;
    border: 1.5px solid var(--c-white);
}

header#header .modal-dialog .modal-body .form-control::-webkit-input-placeholder {
    color: var(--c-white);
}

header#header .modal-dialog .modal-body .form-control::-moz-placeholder {
    color: var(--c-white);
}

header#header .modal-dialog .modal-body .form-control:-ms-input-placeholder {
    color: var(--c-white);
}

header#header .modal-dialog .modal-body .form-control::-ms-input-placeholder {
    color: var(--c-white);
}

header#header .modal-dialog .modal-body .form-control::placeholder {
    color: var(--c-white);
}

header#header .header-main.business-header-main .form-with-btn .form-control {
    border-color: var(--c-secondary);
    color: var(--c-secondary);
}

header#header .header-main.business-header-main .form-with-btn .form-control::-webkit-input-placeholder {
    color: var(--c-secondary);
}

header#header .header-main.business-header-main .form-with-btn .form-control::-moz-placeholder {
    color: var(--c-secondary);
}

header#header .header-main.business-header-main .form-with-btn .form-control:-ms-input-placeholder {
    color: var(--c-secondary);
}

header#header .header-main.business-header-main .form-with-btn .form-control::-ms-input-placeholder {
    color: var(--c-secondary);
}

header#header .header-main.business-header-main .form-with-btn .form-control::placeholder {
    color: var(--c-secondary);
}

header#header .header-main.business-header-main .form-with-btn .search-item {
    color: var(--c-secondary);
}

header#header .header-main.business-header-main .link i {
    color: var(--c-secondary);
}

header#header .header-main.business-header-main .toggle-col .search-button {
    color: var(--c-secondary);
}

header#header .header-main.business-header-main .toggle-btn span {
    border-color: var(--c-black);
}

header#header .header-main.business-header-main .toggle-btn span:nth-child(1) {
    border-color: var(--c-black);
}

.menu-open header#header .header-main.business-header-main .toggle-btn span:nth-child(1) {
    border-color: var(--c-white);
}

header#header .header-main.business-header-main .toggle-btn span:nth-child(3) {
    border-color: var(--c-black);
}

.menu-open header#header .header-main.business-header-main .toggle-btn span:nth-child(3) {
    border-color: var(--c-white);
}

@media screen and (min-width: 1200px) {

    header#header .header-main.business-header-main .nav-links .nav-item:not(:last-child) a,
    header#header .header-main.business-header-main .nav-links .nav-item:not(:last-child) {
        color: var(--c-secondary);
    }

    header#header .header-main.business-header-main .nav-links .nav-item:not(:last-child) a:hover::after {
        border-color: var(--c-secondary);
    }
}

@media screen and (max-width: 1199.5px) {
    header#header .header-main .nav-links .nav-item.has-child>a {
        padding-left: 30px;
    }
}

#podcast-pagination {
    padding-bottom: 3rem;
}

#podcast-pagination .pagination-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#podcast-pagination .pagination-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    list-style: none;
}

#podcast-pagination .pagination-main ul li a {
    font-family: "Open Sans";
    border: none;
    font-weight: 600;
    color: var(--c-secondary);
    font-size: 20px;
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background-color: var(--c-light);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 576px) {
    #podcast-pagination .pagination-main ul li a {
        height: 55px;
        width: 55px;
        font-size: 24px;
    }
}

#podcast-pagination .pagination-main ul li a:hover {
    background-color: var(--c-primary);
    color: var(--c-white);
}

.discount-boxes-main {
    padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .discount-boxes-main {
        padding-bottom: 4rem;
    }
}

.discount-boxes-main .col-md-4 {
    margin-bottom: 20px;
}

.discount-boxes-main .col-md-8 {
    margin-bottom: 20px;
}

.discount-boxes-main .box-light {
    background-color: var(--c-light);
    padding: 40px 20px 30px;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 25px;
}

.discount-boxes-main .box-light .captions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.discount-boxes-main .box-light .captions h4 {
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .discount-boxes-main .box-light .captions h4 {
        max-width: 7em;
        font-size: 26px;
    }
}

@media screen and (min-width: 992px) {
    .discount-boxes-main .box-light .captions h4 {
        font-size: 36px;
    }
}

@media screen and (min-width: 1200px) {
    .discount-boxes-main .box-light .captions h4 {
        font-size: 42px;
    }
}

.discount-boxes-main .box-light .captions p {
    max-width: 17em;
    font-size: 16px;
}

@media screen and (min-width: 1600px) {
    .discount-boxes-main .box-light .captions p {
        font-size: 18px;
    }
}

.discount-boxes-main .box-blue-small {
    background-color: var(--c-secondary);
    color: var(--c-white);
}

.discount-boxes-main .box-pink {
    background-color: var(--c-primary);
    color: var(--c-white);
}

.discount-boxes-main .box-blue.box-light-big {
    background-color: var(--c-light);
    color: var(--c-secondary);
}

.discount-boxes-main .box-blue {
    background-color: var(--c-secondary);
    color: var(--c-white);
    padding: 40px 20px 30px;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 25px;
}

.discount-boxes-main .box-blue .captions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.discount-boxes-main .box-blue .captions h3 {
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 360px) {
    .discount-boxes-main .box-blue .captions h3 {
        font-size: 32px;
    }
}

@media screen and (min-width: 576px) {
    .discount-boxes-main .box-blue .captions h3 {
        font-size: 36px;
    }
}

@media screen and (min-width: 768px) {
    .discount-boxes-main .box-blue .captions h3 {
        max-width: 10em;
    }
}

@media screen and (min-width: 992px) {
    .discount-boxes-main .box-blue .captions h3 {
        font-size: 48px;
    }
}

@media screen and (min-width: 1200px) {
    .discount-boxes-main .box-blue .captions h3 {
        font-size: 54px;
    }
}

.discount-boxes-main .box-blue .captions p {
    max-width: 40em;
}

.blog-boxes-main .box-light a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 10px;
    color: var(--c-secondary);
}

@media screen and (min-width: 768px) {
    .blog-boxes-main .box-light a {
        max-width: 7em;
        font-size: 26px;
    }
}

@media screen and (min-width: 992px) {
    .blog-boxes-main .box-light a {
        font-size: 36px;
    }
}

@media screen and (min-width: 1200px) {
    .blog-boxes-main .box-light a {
        font-size: 42px;
    }
}

.blog-boxes-main .box-light .box-btn a {
    font-size: 16px;
    color: var(--c-primary);
    font-family: "Open Sans";
    font-weight: 700;
    max-width: 100%;
    margin-bottom: 0;
}

.blog-boxes-main .box-light .box-btn .decoration {
    height: 5px;
    max-width: 75px;
}

.blog-boxes-main .box-light .box-btn .decoration img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-boxes-main .box-pink a {
    color: var(--c-white);
}

.blog-boxes-main .box-pink .box-btn a {
    color: var(--c-white);
    font-family: "Open Sans";
}

.blog-boxes-main .box-blue-small a {
    color: var(--c-white);
}

@media screen and (min-width: 768px) {
    .blog-boxes-main .box-light a.insightstitle {
        font-size: 30px;
        line-height: 1.2;
        max-width: unset;
    }
}

.search-sort-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 768px) {
    .search-sort-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;
    }
}

.search-sort-row .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--c-primary);
    border-radius: 30px;
    padding: 4px 15px;
    width: 100%;
}

@media screen and (min-width: 430px) {
    .search-sort-row .form-item {
        width: 70%;
    }
}

@media screen and (min-width: 576px) {
    .search-sort-row .form-item {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .search-sort-row .form-item {
        width: 30%;
    }
}

.search-sort-row .form-item:last-child {
    width: 100%;
    border: none;
}

@media screen and (min-width: 430px) {
    .search-sort-row .form-item:last-child {
        width: 60%;
    }
}

@media screen and (min-width: 576px) {
    .search-sort-row .form-item:last-child {
        width: 40%;
    }
}

@media screen and (min-width: 768px) {
    .search-sort-row .form-item:last-child {
        width: 20%;
    }
}

.search-sort-row .form-item .form-control {
    border: none;
    padding-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #e0547d;
    font-family: "DM Serif Text", "Regular";
}

.search-sort-row .form-item .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.search-sort-row .form-item .form-control::-webkit-input-placeholder {
    color: var(--c-primary);
    font-family: "DM Serif Text", "Regular";
}

.search-sort-row .form-item .form-control::-moz-placeholder {
    color: var(--c-primary);
    font-family: "DM Serif Text", "Regular";
}

.search-sort-row .form-item .form-control:-ms-input-placeholder {
    color: var(--c-primary);
    font-family: "DM Serif Text", "Regular";
}

.search-sort-row .form-item .form-control::-ms-input-placeholder {
    color: var(--c-primary);
    font-family: "DM Serif Text", "Regular";
}

.search-sort-row .form-item .form-control::placeholder {
    color: var(--c-primary);
    font-family: "DM Serif Text", "Regular";
}

.search-sort-row .form-item .search-icon {
    max-width: 20px;
    position: relative;
}

.search-sort-row .form-item .search-icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.search-sort-row .form-item .search-icon button {
    position: absolute;
    font-size: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    border: none;
    background: transparent;
    top: 0;
    left: 0;
}



.search-sort-row .form-item .form-select {
    border: none;
    background-color: var(--c-light);
    color: var(--c-secondary);
    font-family: "DM Serif Text", "Regular";
    padding: 8px 20px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-image: url("../images/sort-by-arrow.svg");
    background-position: right 1rem center;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .search-sort-row .form-item .form-select {
        padding: 8px 30px;
    }
}

.search-sort-row .form-item .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}


/* footer  */
footer#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer#footer .footer-main {
    padding: 3rem 0 2rem 0;
    background-color: var(--c-secondary);
}

@media screen and (min-width: 768px) {
    footer#footer .footer-main {
        padding: 5rem 0 4rem 0;
    }
}

@media screen and (min-width: 1200px) {
    footer#footer .footer-main .container {
        max-width: 1400px;
    }
}

footer#footer .footer-main .inner {
    padding-bottom: 3.5rem;
}

footer#footer .footer-main .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991.5px) {
    footer#footer .footer-main .row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

footer#footer .footer-main .row .col-xl-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer#footer .footer-main .row .col-xl-2:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    footer#footer .footer-main .row .col-xl-2:first-child {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1200px) {
    footer#footer .footer-main .row .col-xl-2 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

footer#footer .footer-main .row .col-xl-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    footer#footer .footer-main .row .col-xl-3 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

footer#footer .footer-main .logo {
    width: 160px;
}

@media screen and (min-width: 1200px) {
    footer#footer .footer-main .logo {
        width: 200px;
    }
}

@media screen and (min-width: 1600px) {
    footer#footer .footer-main .logo {
        width: 240px;
    }
}

footer#footer .footer-main .logo img {
    height: auto;
    width: 100%;
}

footer#footer .footer-main .logo-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    footer#footer .footer-main .logo-main {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

footer#footer .footer-main .logo-main .caption {
    color: var(--c-white);
    padding-top: 30px;
}

footer#footer .footer-main .footer-links-main {
    padding-top: 20px;
}

@media screen and (min-width: 992px) {
    footer#footer .footer-main .footer-links-main {
        padding-top: 50px;
    }
}

@media screen and (min-width: 1200px) {
    footer#footer .footer-main .footer-links-main {
        padding-top: 66px;
    }
}

footer#footer .footer-main .footer-links-main .links {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    footer#footer .footer-main .footer-links-main .links {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

footer#footer .footer-main .footer-links-main .links li h6 {
    color: var(--c-white);
    font-family: "Open Sans";
    font-weight: 500;
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    footer#footer .footer-main .footer-links-main .links li h6 {
        margin-bottom: 25px;
    }
}

footer#footer .footer-main .footer-links-main .links .nav-item {
    padding: 6px 0;
}

footer#footer .footer-main .footer-links-main .links .nav-item a {
    color: var(--c-white);
    font-size: 14px;
    font-family: "Open Sans";
    -webkit-text-decoration: 1.5px underline;
    text-decoration: 1.5px underline;
    text-decoration-color: transparent;
    -webkit-transition: 0.32s all ease-in-out;
    transition: 0.32s all ease-in-out;
}

footer#footer .footer-main .footer-links-main .links .nav-item a:hover {
    text-decoration-color: var(--c-white);
}

footer#footer .footer-main .footer-links-main .footer-btn {
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {
    footer#footer .footer-main .footer-links-main .footer-btn {
        text-align: left;
    }
}

footer#footer .footer-main .footer-links-main .footer-btn a {
    color: var(--c-white);
    background-color: var(--c-primary);
    padding: 8px 20px;
    border-radius: 30px;
    border: 1.5px solid var(--c-primary);
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    font-size: 14px;
}

footer#footer .footer-main .footer-links-main .footer-btn a:hover {
    background-color: var(--c-secondary);
    border: 1.5px solid var(--c-white);
}

@media screen and (min-width: 992px) {
    footer#footer .footer-main .footer-links-main .footer-btn a {
        padding: 8px 20px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1090px) {
    footer#footer .footer-main .footer-links-main .footer-btn a {
        font-size: 17px;
    }
}

@media screen and (min-width: 1200px) {
    footer#footer .footer-main .footer-links-main .footer-btn a {
        padding: 10px 25px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1600px) {
    footer#footer .footer-main .footer-links-main .footer-btn a {
        font-size: 20px;
    }
}

footer#footer .footer-main .footer-bottom .icon-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

footer#footer .footer-main .footer-bottom .icon-main .icon {
    max-width: 27px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.32s all ease-in-out;
    transition: 0.32s all ease-in-out;
}

footer#footer .footer-main .footer-bottom .icon-main .icon img {
    width: 100%;
    height: auto;
}

footer#footer .footer-main .footer-bottom .icon-main .icon:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

footer#footer .footer-main .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    padding-top: 25px;
}

footer#footer .footer-main .policy a {
    font-size: 12px;
    color: var(--c-white);
    font-family: "Open Sans";
}

footer#footer .footer-main .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
}

footer#footer .footer-main .copyright p {
    color: var(--c-white);
    font-size: 12px;
}

footer#footer .decoration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-transform: translateX(-43%) rotate(-20deg);
    transform: translateX(-43%) rotate(-20deg);
}

@media screen and (min-width: 768px) {
    footer#footer .decoration {
        -webkit-transform: translateX(-50%) rotate(-20deg);
        transform: translateX(-50%) rotate(-20deg);
    }
}

@media screen and (min-width: 992px) {
    footer#footer .decoration {
        -webkit-transform: translateX(-40%) rotate(-20deg);
        transform: translateX(-40%) rotate(-20deg);
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

footer#footer .decoration .left-arrow {
    max-width: 35px;
    position: relative;
    min-width: 26px;
}

@media screen and (min-width: 992px) {
    footer#footer .decoration .left-arrow {
        max-width: 48px;
        min-width: 38px;
    }
}

footer#footer .decoration .left-arrow img {
    width: 100%;
    height: auto;
}

footer#footer .decoration .caption {
    min-width: 150px;
    text-align: center;
}

footer#footer .decoration .caption p {
    color: var(--c-white);
    font-family: "Caveat", "bold";
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}


.bg-with_decoration {
    background-image: url("../images/details-banner.png");
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
}

@media screen and (min-width: 992px) {
    .bg-with_decoration {
        height: 450px;
    }
}

@media screen and (min-width: 1200px) {
    .bg-with_decoration {
        height: 490px;
    }
}

.bg-with_decoration .decoration {
    max-width: 20px;
    position: absolute;
    top: 10%;
    right: -2.5%;
}

@media screen and (min-width: 400px) {
    .bg-with_decoration .decoration {
        max-width: 25px;
        right: -2.5%;
    }
}

@media screen and (min-width: 576px) {
    .bg-with_decoration .decoration {
        max-width: 30px;
        right: -3%;
    }
}

@media screen and (min-width: 768px) {
    .bg-with_decoration .decoration {
        right: -2%;
        max-width: 35px;
    }
}

@media screen and (min-width: 1200px) {
    .bg-with_decoration .decoration {
        right: -1.5%;
        max-width: 40px;
    }
}

.bg-with_decoration .decoration img {
    height: auto;
    width: 100%;
}

.banner_with_decor {
    padding: 1rem 0 4rem 0;
}

@media screen and (max-width: 991.5px) {
    .bg-with_decoration {
        background-image: none !important;
        height: auto !important;
    }

    .banner_with_decor {
        display: none;
    }

    #events-banner {
        display: none;
    }
}


#podcast .podcast-main {
    padding: 1.5rem 0 2.5rem 0;
}

#podcast .podcast-main .heading h1 {
    font-size: 32px;
    color: var(--c-secondary);
    margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
    #podcast .podcast-main .heading h1 {
        font-size: 36px;
    }
}

@media screen and (min-width: 992px) {
    #podcast .podcast-main .heading h1 {
        font-size: 48px;
    }
}

@media screen and (min-width: 1200px) {
    #podcast .podcast-main .heading h1 {
        font-size: 54px;
    }
}

@media screen and (min-width: 1600px) {
    #podcast .podcast-main .heading h1 {
        font-size: 66px;
    }
}

#podcast .podcast-main .heading h4 {
    font-size: 22px;
    color: var(--c-primary);
    margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
    #podcast .podcast-main .heading h4 {
        font-size: 26px;
    }
}

@media screen and (min-width: 1200px) {
    #podcast .podcast-main .heading h4 {
        font-size: 32px;
    }
}

@media screen and (min-width: 1600px) {
    #podcast .podcast-main .heading h4 {
        font-size: 38px;
    }
}

#podcast .podcast-main .para p {
    color: var(--c-secondary);
    font-weight: 500;
    font-size: 16px;
}

@media screen and (min-width: 1600px) {
    #podcast .podcast-main .para p {
        font-size: 18px;
    }
}

#podcast .case-study-main {
    padding-top: 0;
}

#podcast .case-study-main .heading h6 {
    margin-bottom: 10px;
    color: var(--c-primary);
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 600;
}

@media screen and (min-width: 576px) {
    #podcast .case-study-main .heading h6 {
        font-size: 18px;
    }
}

.case-first-year-main {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
}

.case-first-year-main .heading h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.case-first-year-main .heading p {
    margin-bottom: 20px;
    font-weight: 500;
}

.case-first-year-main .boxes-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .case-first-year-main .boxes-main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.case-first-year-main .boxes-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.case-first-year-main .box-light {
    background-color: var(--c-light);
}

.case-first-year-main .box-pink {
    background-color: var(--c-primary);
    color: var(--c-white);
}

.case-first-year-main .box-blue {
    background-color: var(--c-secondary);
    color: var(--c-white);
}

.case-first-year-main .box.box-light-big {
    background-color: var(--c-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .case-first-year-main .box.box-light-big {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.case-first-year-main .box.box-light-big p {
    max-width: 19em;
}

.case-first-year-main .box.for-height-adj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .case-first-year-main .box.for-height-adj {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.case-first-year-main .box.for-margin-adj p:last-child {
    margin-bottom: 0;
}

.case-first-year-main .box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 20px;
    border-radius: 25px;
}

@media screen and (min-width: 992px) {
    .case-first-year-main .box {
        padding: 30px;
    }
}

.case-first-year-main .box .quote {
    font-size: 90px;
    line-height: 1;
    height: 0.3em;
    font-family: "Prata", serif;
    font-weight: 600;
    color: var(--c-primary);
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .case-first-year-main .box .quote {
        height: 0.4em;
        font-size: 120px;
    }
}

.case-first-year-main .box p {
    max-width: 22em;
    font-weight: 600;
}

.case-first-year-main .box .percentage h2 {
    font-size: 60px;
}

@media screen and (min-width: 450px) {
    .case-first-year-main .box .percentage h2 {
        font-size: 75px;
    }
}

@media screen and (min-width: 1200px) {
    .case-first-year-main .box .percentage h2 {
        font-size: 100px;
    }
}

.case-first-year-main .box .percentage h2 span {
    font-size: 30px;
}

@media screen and (min-width: 450px) {
    .case-first-year-main .box .percentage h2 span {
        font-size: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .case-first-year-main .box .percentage h2 span {
        font-size: 60px;
    }
}

.case-first-year-main .box .caption h5 {
    margin-bottom: 10px;
}

.case-first-year-main .box .caption h6 {
    font-family: "Open Sans";
    font-size: 14px;
    color: var(--c-primary);
    font-weight: 600;
}

.case-first-year-main.for-space-adj {
    padding-bottom: 1rem;
}

.case-first-year-main.for-space-adj .heading p {
    margin-bottom: 0;
}

/* case-first-year-main case-solutions-main .container h6 {
    padding-bottom: 20px;
} */

.case-solutions-main {
    padding-top: 0;
    padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .case-solutions-main {
        padding-top: 0;
        padding-bottom: 4rem;
    }
}

.case-solutions-main .heading p:last-child {
    margin-bottom: 0;
}

.blogdescription h2 {
    font-size: 28px;
}

@media screen and (min-width: 768px) {
    .blogdescription h2 {
        font-size: 40px;
    }
}

.shareiconcolor {
    color: #e0547d;
}

.case-first-year-main .icon-wrapper {
    align-items: center;
}

.case-first-year-main .icon-wrapper .a2a_button_x span,
.case-first-year-main .icon-wrapper .a2a_button_facebook span,
.case-first-year-main .icon-wrapper .a2a_button_linkedin span {
    background-color: transparent !important;
}

.case-first-year-main .icon-wrapper .a2a_button_x span svg path,
.case-first-year-main .icon-wrapper .a2a_button_facebook span svg path,
.case-first-year-main .icon-wrapper .a2a_button_linkedin span svg path {
    fill: #e0547d !important;
}

.case-first-year-main .icon-wrapper .a2a_button_x,
.case-first-year-main .icon-wrapper .a2a_button_facebook,
.case-first-year-main .icon-wrapper .a2a_button_linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.case-first-year-main .icon-wrapper .a2a_button_x svg,
.case-first-year-main .icon-wrapper .a2a_button_facebook svg,
.case-first-year-main .icon-wrapper .a2a_button_linkedin svg {
    width: 1em;
    height: 1em;
    display: block;
}

/* @media screen and (min-width:1200px) {

    .case-first-year-main .icon-wrapper .a2a_button_x,
    .case-first-year-main .icon-wrapper .a2a_button_facebook,
    .case-first-year-main .icon-wrapper .a2a_button_linkedin {
        font-size: 24px;
    }
} */
#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(1) .box-light {
    background-color: var(--c-secondary);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(1) .box-light {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(1) .box-light .captions a {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(1) .box-light .captions .box-btn a {
    color: var(--c-primary);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(3) .box-light {
    background-color: var(--c-primary);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(3) .box-light {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(3) .box-light .captions a {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(3) .box-light .captions a {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(5) .box-light {
    background-color: var(--c-primary);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(5) .box-light {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(5) .box-light .captions a {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(5) .box-light .captions a {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(7) .box-light {
    background-color: var(--c-primary);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(7) .box-light {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(7) .box-light .captions a {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(7) .box-light .captions a {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(9) .box-light {
    background-color: var(--c-secondary);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(9) .box-light {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(9) .box-light .captions a {
    color: var(--c-white);
}

#discount-boxes .discount-boxes-main.blog-boxes-main .inner .row .col-md-4:nth-child(9) .box-light .captions .box-btn a {
    color: var(--c-primary);
}

.search-sort-row .form-item {
    margin-bottom: 16px;
}

@media screen and (min-width:576px) {
    .search-sort-row .form-item {
        margin-bottom: 0;
    }
}