body {
    font-family: 'Lato', sans-serif;
    height: 100%;
}

.iframecls {
    min-height: 100%;
    max-height: 90%;
    width: 100%;
    height: 100%;
}


.margin-bottom {
    margin-bottom: -3px;
}

.margin-bottom-mb {
    margin-bottom: -7px;
}


h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}



.btn-send {
    background-color: #FF0080;
    border-color: #FF0080
}

    .btn-send.focus, .btn-send:focus {
        background-color: #FF0080;
        border-color: #FF0080
    }

    .btn-send:hover {
        background-color: #FF0080;
        border-color: #FF0080
    }

.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

@font-face {
    font-family: myFirstFont;
    src: url('../common/homo/HoboStd.ttf');
}

.header1 {
    color: #FF0062;
    /* font-size: 36px; */
    font-size: calc(25px + 1.2vw);
    font-family: myFirstFont;
    margin: 0;
    padding: 0;
    line-height: 48px;
    margin-top: -109px;
    text-align: center;
}



.button {
    background: #FF0062;
    font-family: Helvetica;
    color: floralwhite;
    font-size: 10pt;
    font-weight: bold;
}

.row-bottom-margin {
    margin-bottom: 18px;
}

.row-bottom-margin3 {
    margin-bottom: 25px;
}

.row-bottom-margin2 {
    margin-bottom: -11px;
}


.row-bottom-margin-mb {
    margin-bottom: 10px;
}

.row-bottom-margin3-mb {
    margin-bottom: 25px;
}

.row-bottom-margin2-mb {
    margin-bottom: -12px;
}




/*.row-border {
    margin: 0 auto;
}*/

.font1 {
    font-size: 14px;
}

.font1-mb {
    font-size: 13px;
}

.font2 {
    font-size: 10px;
}

.font3 {
    /* font-size: 18px; */
    font-size: calc(10px + 1.2vw);
}

.font4 {
    /* font-size: 18px; */
    font-size: calc(20px + 1.2vw);
}

.font4-mb {
    /* font-size: 18px; */
    font-size: 23px;
}

.font5 {
    font-size: 14px;
}

/* ----Pop up form----- */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 1px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #848484;
    float: right;
    font-size: 46px;
    font-weight: lighter;
    display: inline-block;
}

    .close:hover,
    .close:focus {
        color: #848484;
        text-decoration: none;
        cursor: pointer;
    }

.close1 {
    color: #848484;
    float: right;
    font-size: 46px;
    font-weight: lighter;
    display: inline-block;
}

    .close1:hover,
    .close1:focus {
        color: #848484;
        text-decoration: none;
        cursor: pointer;
    }

.closemb {
    color: #848484;
    float: right;
    font-size: 34px;
    font-weight: lighter;
    display: inline-block;
}

    .closemb:hover,
    .closemb:focus {
        color: #848484;
        text-decoration: none;
        cursor: pointer;
    }


.modal-body {
    width: 100%;
    height: 100%;
}



/* ----Pop up form----- */

/* --- Gs Style ---- */
html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}
/* .crm-logo,
.crm-text {
    display: inline-block;

}
.crm-logo {
    margin-right: 30px;
}
.crm-text {
    text-align: left;
    padding-bottom: 20px;
} */
.awards-header {
    color: #8bc5dd;
    line-height: 3em;
}

.crm .awards-main-text {
    font-size: 28px;
    line-height: 30px;
}

.crm .award-sub-text {
    font-size: 25px;
}

.crm p {
    font-size: 18px;
}

.add-space {
}

@media (max-width: 800px) {
    .crm-logo,
    .crm-text {
        display: block;
    }

    .crm-logo {
        margin-right: 0;
    }

    .crm-text {
        text-align: center;
    }

    .crm-text,
    .crm {
        padding-bottom: 0;
    }

    .awards-header {
        line-height: 33px;
    }
}

@media (min-width: 1000px) {
    .crm {
        padding-bottom: 10px;
    }
}

@media (max-width: 560px) {
    .intrologo {
        zoom: .5;
        top: 30%;
    }

    .awards-header,
    .crm .newheader-title {
        font-size: 15px;
    }
    .crm .awards-main-text {
        font-size: 20px;
        line-height: 30px;
    }
    .crm .award-sub-text {
        font-size: 18px;
    }

    .crm p {
        font-size: 16px;
    }

    .crm {
        bottom: 10%;
    }
}

.dropdown-content a {
    text-align: left;
    border: none;
}

@media (min-width: 840px) {
    .dropdown-content .nav {
        background-color: #f1f1f1;
    }

    .divider {
        border-bottom: 1px solid #ccc;
        width: 80%;
        margin: 0 auto;
    }
}

.plan-cell:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 840px) and (min-width: 780px) {
    .plan-cell {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

/* Integrations */
#integrations {
    padding-top: 30px;
}

.icon-integration {
    width: 100%;
    text-align: center;
    opacity: .55;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.45s cubic-bezier(0.3, 0.4, 0.1, 1), opacity 0.45s cubic-bezier(0.3, 0.4, 0.1, 1);
}
.icon-integration:hover {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transition: filter 0.45s cubic-bezier(0.3, 0.4, 0.1, 1), opacity 0.45s cubic-bezier(0.3, 0.4, 0.1, 1);
}
    
.icon-integration img {
    max-height: 110px;
    margin: 0 auto;
}

.integration-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .integration-text p {
        margin-top: -20px;
        font-size: 13px;
        font-weight: 300;
        line-height: 0;
    }

    .integration-text h2 {
        padding-top: 40px;
        font-size: 20px;
    }

.divider-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 70%;
    margin: 10px auto;
}




/* Footer */

.same-col {
    display: inline-block;
    width: 33%;
    height: 100px;
    position: relative;
}

#footer img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}

.terms-privacy a {
    font-size: 15px;
    text-decoration: none;
}

#footer .gridrow {
    max-width: 600px;
}


/* By Gs */
/*
drop-down
*/
@media (min-width: 840px) {
    .dropdown_menu {
        position: relative;
        cursor: pointer;
        margin-right: 15px
    }



        .dropdown_menu:hover .dropdown-wrapper {
            display: block;
        }

    .dropdown_menu {
        position: relative;
    }

    .dropdown-wrapper {
        display: none;
        position: absolute;
        right: 5px;
        top: 40px;
        text-align: left;
        width: 240px;
        border-radius: 6px;
        padding-top: 10px;
        z-index: 9999;
    }

    .dropdown-inner {
        background-color: #fff;
        box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    }

        .dropdown-inner:after {
            content: "";
            position: absolute;
            top: -20px;
            width: 0;
            height: 0;
            right: 0px;
            border: 15px solid transparent;
            border-bottom-color: #fff;
        }

    .dropdown-header {
        padding: 20px;
        border-radius: 6px 6px 0 0;
        box-shadow: 1px 34px 52px -19px rgba(68, 62, 84, 0.03);
    }

    .dropdown-body {
        padding: 20px;
    }

    .dropdown-content-zevioo {
        border-radius: 6px;
    }

    .dropdown-nav {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .dropdown-nav li {
            display: block;
        }

            .dropdown-nav li:hover .nav-link-text {
                color: #EC5D7F;
            }

    .nav-link-a {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        text-decoration: none;
        position: relative;
        outline: none !important;
        vertical-align: middle;
        padding: 9px 0;
        touch-action: manipulation;
    }

    .nav-link-icon {
        color: #c1bfd0;
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        text-align: left;
        width: 35px;
        font-size: 1.4rem;
        line-height: 0;
    }

    .nav-link-text {
        color: #6f727d;
        font-weight: 400;
        display: table-cell;
        height: 100%;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        font-size: 1rem;
    }

    .nav-seperator {
        margin-left: -20px;
        margin-right: -20px;
        border-bottom: 1px solid #f4f5f8;
        height: 0;
        overflow: hidden;
        margin: 15px 0;
    }

    .logout-btn {
        background: #EC5D7F;
        padding: 0.75rem 2rem;
        display: inline-block;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        border: 1px solid #ebedf2;
        font-size: 1rem;
        line-height: 1.25;
        border-radius: 5px;
        transition: all 0.15s ease-in-out;
    }
}


/* Slider */
.container-slider {
    height: 200px;
    padding-top: 30px;
    background-color: rgba(238, 238, 238, .1);
}

.container-slider_inner {
    width: 90%;
    max-width: 90%;
    min-width: 80%;
    margin: 20px auto;
    text-align: center;
}
.container-slider_inner h2 {
    margin-bottom: 15px;
}
.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: auto !important;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}