.ms-1 {
    margin-left: .25rem !important;
}

@media (min-width: 768px) {

    .menu .navbar-nav>li>a:focus,
    .menu .navbar-nav>li>a:hover,
    .menu .navbar-nav>li.active>a,
    .menu .navbar-nav>li.active>a:focus,
    .menu .navbar-nav>li.active>a:hover {
        background-color: transparent !important;
        color: white;

    }

    #myNavbar {
        display: flex !important;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        font-size: 14px;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .menu {
        padding-bottom: 0;
        margin-bottom: 0;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .menu ul {
        margin-left: auto;
        margin-top: 20px !important;
    }

    /* Custom styles for the navbar */
    .menu .navbar {
        background-color: transparent;
    }

    .menu .navbar-brand img {
        max-width: 100%;
        margin-top: 20px;
    }

    .menu .nav>li>a,
    .menu .nav>li>.dropdown-toggle {
        background-color: transparent;
        color: white;
        font-weight: 600;
        transition: all 0.3s ease 0s;
        position: relative;
        display: block;
        padding: 10px 15px;
        font-size: 15px;
        text-decoration: none;
    }

    .menu .nav>li>a.active {
        color: #FDA94F;
    }

    .menu .nav>li>a:hover,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: transparent;
        color: #FDA94F;
    }

    .menu .navbar-toggle {
        margin-top: 25px;
        color: white;
    }

    .menu .navbar-toggle .icon-bar {
        background-color: white;

    }


    .menu .navbar-right {
        bottom: 0;
        position: relative;
    }

    .menu .navbar-right li a {
        display: inline-block;

    }

    .menu .navbar-right li a.get-started-cta {
        background-color: #00D0BF;
        border: 2px solid #00D0BF;
        font-weight: 600;
        text-decoration: none;
        color: #383349;
        border-radius: 12px;
        padding: 10px 20px;
    }

    .menu .navbar-right li a.get-started-cta:hover {
        background-color: #FDA94F !important;
        border-color: #FDA94F;
        color: #fff;
    }

    .menu .navbar-right li a.login-btn {
        background-color: transparent;
        border: 2px solid white;
        font-weight: 600;
        text-decoration: none;
        color: white;
        border-radius: 12px;
        padding: 10px 20px;
        margin-left: 10px;
        position: relative;
        right: 0;
    }

    .menu .navbar-right li a.login-btn:hover {
        background-color: transparent;
        border: 2px solid #FDA94F;
        color: #FDA94F;
    }

    .navbar-nav .dropdown-menu {
        border: none;
    }

    .navbar-nav .dropdown-menu {
        background-color: white;
        border-radius: 20px !important;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
    }

    .features-dropdown {
        background-color: white;
        width: 380px;
        border-radius: 20px !important;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
        padding-bottom: 30px;
    }

    .features-dropdown .dropdown-box {
        padding-bottom: 20px;
    }

    .dropdown-box {
        padding: 0 20px;
    }

    .dropdown-box h4 {
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        padding-left: 30px;
        padding-top: 5px;
    }

    .dropdown-box h3 {
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        /* padding-left: 30px; */
        padding-top: 5px;
        margin-top: 20px;
        color: #383349;
    }

    .dropdown-box .line {
        width: 80%;
        border: 0.5px solid #999999;
        margin-left: 30px;
        margin-top: 20px;
        border-width: 0.2px;
    }

    .dropdown-box .content {
        display: flex;
        align-items: center;
        padding-left: 0;
        margin-top: 30px;
        /* Adjust the margin as needed */
    }

    .dropdown-box .content img {
        max-width: 50px;
        /* Adjust the max-width of the image as needed */
        margin-right: 10px;
        /* Adjust the margin between image and text as needed */
    }

    .dropdown-box .content .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-box h6 a {
        color: #383349;
        text-decoration: none;
    }

    .dropdown-box h6 a:hover,
    .dropdown-box h6 a:focus {
        color: #514cff;
        text-decoration: none;
    }

    .dropdown-box .content h6 {
        font-size: 15px;
        /* Adjust the font size as needed */
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
        text-decoration: none;
    }

    .dropdown-box .content p {
        font-size: 12px;
        /* Adjust the font size as needed */
        margin: 0;
        line-height: 1.3;
        color: #AFAFAF;
        font-weight: 300;
        padding-top: 5px;

    }

    .dropdown-box .content.active h6 a {
        color: #FDA94F;
    }



    .see-all-features h4 a {
        color: #999999;
        text-decoration: none;
        display: flex;

    }

    .see-all-features h4 a:hover {
        color: #999999;
        text-decoration: none;
    }

    .see-all-features .see-all-features-text {
        display: inline-block;
        /* Make the h4 and img inline */
        padding-right: 220px;
        padding-top: 13px;
        font-size: 14px;
        font-weight: 600;
        color: #999999;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .see-all-features img {
        max-width: 20px;
        /* Adjust the max-width of the arrow image as needed */
        vertical-align: middle;
        /* Align the image vertically in the middle */
        bottom: 0;
        left: 10px;
        position: relative;
    }

    .industries-dropdown {
        background-color: white;
        width: 340px;
        height: 300px;
        border-radius: 20px !important;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
    }


    .dropdown-box-industries h3 {
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        padding-left: 30px;
        padding-top: 5px;

    }

    .dropdown-box-industries .line {
        width: 80%;
        border: 0.5px solid #999999;
        margin-left: 30px;
        margin-top: 20px;
        border-width: 0.2px;
    }


    .dropdown-box-industries .content {
        display: flex;
        align-items: center;
        padding-left: 30px;
        margin-top: 30px !important;
        /* Adjust the margin as needed */
    }

    .dropdown-box-industries .content img {
        max-width: 50px;
        /* Adjust the max-width of the image as needed */
        margin-right: 10px;
        /* Adjust the margin between image and text as needed */
    }

    .dropdown-box-industries .content .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-box-industries h6 a {
        color: #383349;
        text-decoration: none;
    }

    .dropdown-box-industries .content h6 {
        font-size: 14px;
        /* Adjust the font size as needed */
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
        text-decoration: none;
    }

    .dropdown-box-industries .content p {
        font-size: 12px;
        /* Adjust the font size as needed */
        margin: 0;
        line-height: 1.3;
        color: #AFAFAF;
        font-weight: 300;
        padding-top: 5px;

    }

    /*integrations nav style starts here---------*/
    .integrations-dropdown {
        background-color: white;
        width: 620px;
        height: auto;
        border-radius: 20px !important;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
        padding-bottom: 30px;
        transform: translateX(-200px);
    }

    .dropdown-box-integrations {
        text-align: left;
        /* padding: 20px; */
    }

    .dropdown-box-integrations h3 {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
        padding-top: 0;
        color: #999999;
    }


    .dropdown-box-integrations .line {
        width: 80%;
        border: 1px solid #e5e5e5;
        margin-top: 10px;
    }

    .show-all-channels h4 a {
        color: #999999;
        text-decoration: none;
    }

    .show-all-channels h4 {
        display: inline-block;
        /* Make the h4 and img inline */
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        font-weight: 600;
        color: #999999;
    }

    .show-all-channels img {
        max-width: 20px;
        /* Adjust the max-width of the arrow image as needed */
        vertical-align: middle;
        /* Align the image vertically in the middle */
        bottom: 18px;
        left: 130px;
        position: relative;
    }

    .dropdown-box-integrations .content {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .dropdown-box-integrations .content img {
        max-width: 50px;
        /* Adjust the max-width of the image as needed */
        margin-right: 5px;
        /* Adjust the margin between image and text as needed */
    }

    .dropdown-box-integrations .content .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-box-integrations h6 a {
        color: #383349;
        text-decoration: none;
    }

    .dropdown-box-integrations .content h6 {
        font-size: 14px;
        /* Adjust the font size as needed */
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
    }

    /*integrations nav style ends here---------*/

    /*resources nav style starts here---------*/
    .resources-dropdown {
        background-color: white;
        width: 480px;
        height: auto;
        border-radius: 20px !important;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
        padding-bottom: 0px;
        left: auto;
        right: -200px;
        /* Adjust this value as needed */
        transform: translateX(10px);

    }

    .dropdown-box-resources {
        text-align: left;

    }

    .dropdown-box-resources .content {
        display: flex;
        align-items: center;
        padding-left: 30px;
        margin-top: 20px;
    }

    .dropdown-box-resources .content .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-box-resources .content-two {
        display: flex;
        align-items: center;
        padding-left: 0px;
        right: 60px;
        position: relative;
        margin-top: 20px;
    }

    .dropdown-box-resources .content-two .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-box-resources h6 a {
        color: #383349;
        text-decoration: none;
    }

    .dropdown-box-resources .content-two h6 {
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
    }

    .dropdown-box-resources .content img {
        max-width: 50px;
        margin-right: 10px;
    }


    .dropdown-box-resources .content h6 {
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
    }

    .yellow-box {
        background-color: #FFF7EE;
        width: 100%;
        min-height: 114px;
        margin-top: 31px;
        border-top: 2px solid #EEDCC8;
        text-align: left;
        overflow: hidden;
        display: inline-flex;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .yellow-box h3 {
        font-size: 16px;
        color: #383349;
        font-weight: 700;
        padding-left: 30px;
    }

    .custom-column {
        padding-left: 30px;
        width: 100%;

    }

    .custom-column-two {

        right: 10px;
        position: relative;
        width: 100%;

    }

    .custom-column-two h5 a {
        color: #383349;
        text-decoration: none;
    }

    .custom-column-two h5 {
        font-size: 15px;
        color: #383349;
        font-weight: 700;
        padding-top: 5px;
    }

    .custom-column-two p {
        font-size: 12px;
        font-style: italic;
        color: #999999;
        font-weight: 400;
    }

    .custom-column h5 a {
        color: #383349;
        text-decoration: none;
    }

    .custom-column h5 {
        font-size: 15px;
        color: #383349;
        font-weight: 700;
        padding-top: 5px;
    }

    .custom-column p {
        font-size: 12px;
        font-style: italic;
        color: #999999;
        font-weight: 400;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 768px) {
    li.dropdown.resources {
        display: none;
    }

    .menu .navbar-toggle {
        margin-top: 25px;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff;
    }

    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
        border-color: #fff;
    }

    .menu .navbar-toggle .icon-bar {
        background-color: white;

    }

    .menu .nav>li>a,
    .menu .nav>li>.dropdown-toggle {
        background-color: transparent;
        color: white;
        font-weight: 600;
        transition: all 0.3s ease 0s;
        position: relative;
        display: block;
        padding: 10px 15px;
        font-size: 14px;
    }

    .menu .nav>li>a:hover,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: transparent;
        color: #FDA94F;
    }

    .menu .navbar-nav>li>a:focus,
    .menu .navbar-nav>li>a:hover,
    .menu .navbar-nav>li.active>a,
    .menu .navbar-nav>li.active>a:focus,
    .menu .navbar-nav>li.active>a:hover {
        background-color: transparent !important;
        color: white;

    }

    .menu {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .menu ul {
        margin-left: 10px;
        margin-top: 20px;

    }

    /* Custom styles for the navbar */
    .menu .navbar {
        background-color: transparent;
    }

    .menu .navbar-brand img {
        max-width: 100%;
        margin-top: 20px;
    }

    .menu .nav>li>a {
        background-color: transparent;
        color: white;
    }

    .menu .nav>li>a:hover {
        background-color: transparent;
        color: #FDA94F;
    }

    .menu .navbar-toggle {
        margin-top: 25px;
    }

    .menu .navbar-toggle .icon-bar {
        background-color: white;

    }


    .menu .navbar-right {

        bottom: 0px;
        position: relative;
    }


    .menu .nav.navbar-right .get-started-cta {
        width: 100%;
        background-color: #00D0BF;
        border: 0;
        text-decoration: none;
        color: #383349;
        border-radius: 58px;
        padding: 12px 20px 12px 20px;
    }

    .menu .nav.navbar-right .get-started-cta:hover {
        background-color: #FDA94F;
    }

    .menu .nav.navbar-right .login-btn {
        width: 100%;
        background-color: transparent;
        border: 2px solid white;
        text-decoration: none;
        color: white;
        border-radius: 58px;
        padding: 10px 30px 10px 30px;
        right: 0px;
        position: relative;
        margin-top: 10px;
    }

    .menu .nav.navbar-right .login-btn:hover {
        background-color: transparent;
        border: 2px solid #FDA94F;
        color: #FDA94F;
    }

    .navbar-nav .dropdown-menu {
        border: none;
    }

    .navbar-nav .dropdown-menu {
        background-color: white;
        border-radius: 20px !important;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
    }

    .features-dropdown {
        background-color: white;
        width: 90%;
        height: auto;
        margin: 0 auto;
        border-radius: 20px !important;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
    }

    .see-all-features h4 a {
        color: #999999;
        text-decoration: none;
        display: flex;
        width: 100%;
        white-space: nowrap;
    }

    .see-all-features h4 a:hover {
        color: #999999;
        text-decoration: none;
    }

    .see-all-features .see-all-features-text {
        display: inline-block;
        /* Make the h4 and img inline */
        padding-right: 220px;
        padding-top: 13px;
        font-size: 14px;
        font-weight: 600;
        color: #999999;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .see-all-features img {
        max-width: 20px;
        /* Adjust the max-width of the arrow image as needed */
        vertical-align: middle;
        /* Align the image vertically in the middle */
        bottom: 0;
        left: 10px;
        position: relative;
    }

    .dropdown-box {
        margin: 0 auto;
        background-color: white;
        padding-bottom: 20px;
    }

    .dropdown-box h4 {
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        padding-left: 30px;
        padding-top: 5px;
    }

    .dropdown-box h3 {
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3;
        /* padding-left: 30px; */
        padding-top: 5px;

    }

    .dropdown-box .line {
        width: 80%;
        border: 0.5px solid #999999;
        margin-left: 30px;
        margin-top: 20px;
        border-width: 0.2px;
    }

    .dropdown-box .content {
        display: flex;
        align-items: center;
        padding-left: 30px;
        margin-top: 20px;
        /* Adjust the margin as needed */
    }

    .dropdown-box .content img {
        max-width: 50px;
        /* Adjust the max-width of the image as needed */
        margin-right: 10px;
        /* Adjust the margin between image and text as needed */
    }

    .dropdown-box .content .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-box h6 a {
        color: #383349;
        text-decoration: none;
    }

    .dropdown-box .content h6 {
        font-size: 12px;
        /* Adjust the font size as needed */
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
        text-decoration: none;
    }

    .dropdown-box .content p {
        font-size: 11px;
        /* Adjust the font size as needed */
        margin: 0;
        line-height: 1.3;
        color: #AFAFAF;
        font-weight: 300;
        padding-top: 5px;

    }

    .industries-dropdown {
        background-color: white;
        width: 90%;
        height: auto;
        margin: 0 auto;
        border-radius: 20px !important;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
    }

    .dropdown-box-industries {
        margin: 0 auto;
        background-color: white;
        padding-bottom: 20px;
    }

    .dropdown-box-industries h4 {
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        padding-left: 30px;
        padding-top: 5px;
    }

    .dropdown-box-industries h3 {
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3;
        padding-left: 30px;
        padding-top: 5px;

    }

    .dropdown-box-industries .line {
        width: 80%;
        border: 0.5px solid #999999;
        margin-left: 30px;
        margin-top: 20px;
        border-width: 0.2px;
    }

    .dropdown-box-industries .content {
        display: flex;
        align-items: center;
        padding-left: 30px;
        margin-top: 20px;
        /* Adjust the margin as needed */
    }

    .dropdown-box-industries .content img {
        max-width: 50px;
        /* Adjust the max-width of the image as needed */
        margin-right: 10px;
        /* Adjust the margin between image and text as needed */
    }

    .dropdown-box-industries .content .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-box-industries h6 a {
        color: #383349;
        text-decoration: none;
    }

    .dropdown-box-industries .content h6 {
        font-size: 12px;
        /* Adjust the font size as needed */
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
        text-decoration: none;
    }

    .dropdown-box-industries .content p {
        font-size: 11px;
        /* Adjust the font size as needed */
        margin: 0;
        line-height: 1.3;
        color: #AFAFAF;
        font-weight: 300;
        padding-top: 5px;

    }

    /*integrations nav style starts here---------*/
    .integrations-dropdown {
        background-color: white;
        width: 90%;
        height: auto;
        margin: 0 auto;
        border-radius: 20px !important;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
    }

    .dropdown-box-integrations {
        text-align: left;
        /* Align the content to the left */
        margin: 0 auto;
        background-color: white;


    }

    .show-all-channels h4 a {
        color: #999999;
        text-decoration: none;
    }

    .show-all-channels h4 {
        display: inline-block;
        /* Make the h4 and img inline */
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        font-weight: 600;
        color: #999999;
    }

    .show-all-channels img {
        max-width: 20px;
        /* Adjust the max-width of the arrow image as needed */
        vertical-align: middle;
        /* Align the image vertically in the middle */
        bottom: 18px;
        left: 130px;
        position: relative;
    }

    .dropdown-box-integrations .content {
        display: flex;
        align-items: center;
        padding-left: 30px;
        margin-top: 20px;
        /* Adjust the margin as needed */
    }

    .dropdown-box-integrations .content img {
        max-width: 50px;
        /* Adjust the max-width of the image as needed */
        margin-right: 10px;
        /* Adjust the margin between image and text as needed */
    }

    .dropdown-box-integrations .content .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-box-integrations h6 a {
        color: #383349;
        text-decoration: none;
    }

    .dropdown-box-integrations .content h6 {
        font-size: 12px;
        /* Adjust the font size as needed */
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
    }

    .dropdown-box-integrations .line {
        width: 80%;
        border: 0.5px solid #999999;
        margin-left: 30px;
        margin-top: 30px;
        border-width: 0.2px;
    }

    /*integrations nav style ends here---------*/

    /*resources nav style starts here---------*/
    .resources-dropdown {
        background-color: white;
        width: 90%;
        height: auto;
        border-radius: 20px !important;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans', sans-serif;
        box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
        padding-bottom: 0px;
        left: 0;
        right: 0;
        /* Adjust this value as needed */
        transform: translateX(0px);
    }

    .dropdown-box-resources {
        text-align: left;
        margin: 0 auto;
        background-color: white;


    }

    .dropdown-box-resources .content {
        display: flex;
        align-items: center;
        padding-left: 30px;
        margin-top: 20px;
        /* Adjust the margin as needed */
    }

    .dropdown-box-resources .content img {
        max-width: 50px;
        /* Adjust the max-width of the image as needed */
        margin-right: 10px;
        /* Adjust the margin between image and text as needed */
    }

    .dropdown-box-resources .content-two {
        display: flex;
        align-items: center;
        padding-left: 30px;
        margin-top: 20px;
        /* Adjust the margin as needed */
    }

    .dropdown-box-resources .content-two img {
        max-width: 50px;
        /* Adjust the max-width of the image as needed */
        margin-right: 10px;
        /* Adjust the margin between image and text as needed */
    }

    .dropdown-box-resources .content-two .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 0px;
    }

    .dropdown-box-resources h6 a {
        color: #383349;
        text-decoration: none;
    }

    .dropdown-box-resources .content-two h6 {
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
    }

    .dropdown-box-resources .content img {
        max-width: 50px;
        margin-right: 10px;
    }

    .dropdown-box-resources .content .text-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-box-resources .content h6 {
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        color: #383349;
        line-height: 1.3;
    }

    .yellow-box {
        background-color: #FFF7EE;
        width: 100%;
        min-height: 114px;
        margin-top: 31px;
        border-top: 2px solid #EEDCC8;
        text-align: left;
        overflow: hidden;
        display: inline-flex;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .yellow-box h3 {
        font-size: 14px;
        color: #383349;
        font-weight: 700;
        padding-left: 30px;
    }

    .custom-column {
        padding-left: 30px;
        width: 100%;

    }

    .custom-column-two {
        right: 0;
        position: relative;
        width: 100%;
        padding-left: 30px;
    }

    .custom-column-two h5 a {
        color: #383349;
        text-decoration: none;
    }

    .custom-column-two h5 {
        font-size: 12px;
        color: #383349;
        font-weight: 700;
        padding-top: 5px;
    }

    .custom-column-two p {
        font-size: 11px;
        font-style: italic;
        color: #999999;
        font-weight: 400;
    }

    .custom-column h5 a {
        color: #383349;
        text-decoration: none;
    }

    .custom-column h5 {
        font-size: 12px;
        color: #383349;
        font-weight: 700;
        padding-top: 5px;
    }

    .custom-column p {
        font-size: 11px;
        font-style: italic;
        color: #999999;
        font-weight: 400;
    }
}

.cus-drop-down-menu{
padding: 0 !important;
}
.cus-drop-down-menu .dropdown-box{
padding:0;
}

.cus-menu-logo{
background: #FFF7EE;
padding: 20px 35px;
display: flex;
justify-content: space-between;
}
.cus-menu-logo img{
width: 100px;
}
.cus-menu-logo a{
display:inline-block;
}
.cus-menu-logo a img{
color: #252530;
width: 24px;
}

.cus-drop-down-menu .dropdown-box .content{
padding-left:30px;
}
.p-0{

padding:0 !Important
}
.pb-4{
padding-bottom: 1.5rem !important;
}

.rig-ar{
border-right: 1px solid #9999994D;
padding-bottom: 30px !important;
}
.cus-drop-down-menu .dropdown-box .content svg{
color: #fdae5a;
width: 18px;
margin-right: 7px;
}
.cus-drop-down-menu .dropdown-box .content img{
width:20px;
}
.features-banner-trial-cta{
border: 2px solid #6a52c5 !important;
color: #6a52c5 !important;
}
.features-banner-trial-cta:hover{
background:#fff;
border: 2px solid #fff !important;
color: #000 !important;
}

.cus-d-flex{
    display:flex;
}
.cus-no-wrap { white-space: nowrap; }


@media (max-width: 768px) {
.cus-drop-down-menu .dropdown-box .content svg{
    margin-right:12px
}
.cus-drop-down-menu .dropdown-box{
    
}
.cus-d-flex{
    display:inherit;
}
.integrations-dropdown{
    background-color: white;
    width: 90% !important;
    height: auto;
    margin: 0 auto;
    border-radius: 20px !important;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
}
}


