/*@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');*/
/*body {
    font-family: 'Nunito Sans', sans-serif;
    background-color: #F5F9FA;
}*/

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

.btn.dropdown-toggle {
    background: transparent;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

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

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

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

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

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

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

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

.custom-container {
    max-width: 1550px;
    margin: 0 auto;
}

.mobile-block {
    display: none;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button:focus {
    outline: 0;
}

.linear-btn {
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 1.06667px;
    color: var(--text-white);
    background: #02CED1;
    box-shadow: 0px 2px 4px rgba(2, 206, 209, 0.184952);
    border-radius: 3px;
    text-transform: capitalize;
    padding: 12px 20px;
}

.linear-btn:hover {
    color: var(--text-white);
}

.linear-btn:focus {
    box-shadow: 0px 2px 4px rgba(2, 206, 209, 0.184952);
}

/*.dropdown-toggle::after {
    display: none;
}*/

.linear-btn-shadow {
    box-shadow: 0px 12px 32px rgba(2, 206, 209, 0.37667);
}

.linear-btn-shadow:focus {
    box-shadow: 0px 12px 32px rgba(2, 206, 209, 0.37667);
}

.color-grey {
    color: #9B9B9B;
}

.color-black {
    color: var(--text-black);
}

.main-color {
    color: #02CED1 !important;
}

.box-shadow {
    background: var(--bg-white);
    /* box-shadow: 0px 18px 26px rgba(82, 112, 112, 0.0288157); */
    box-shadow: 0px 14px 34px rgba(59, 73, 73, 0.0516021);
    border-radius: 5px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.box-shadow:hover {
    box-shadow: 0px 18px 32px rgba(82, 112, 112, 0.2149);
    transform: translateY(-5%);
    cursor: pointer;
}

.height-50 {
    height: 50px;
}

.padding-0 {
    padding: 0;
}

.pb-50 {
    padding-bottom: 50px;
}

.form-control:focus {
    box-shadow: none;
    background-color: transparent;
}

.border-top {
    border-top: 1px solid #EBF4F4 !important;
}

h5 {
    font-weight: 600;
}

.bg-green {
    display: inline-block;
    border-radius: 100%;
    background: #E3F6D0;
    padding: 20px;
}

.bg-red {
    display: inline-block;
    border-radius: 100%;
    background: #FFE8EA;
    padding: 20px;
}

.bg-blue {
    display: inline-block;
    border-radius: 100%;
    background: #EAEFFC;
    padding: 20px;
}

.bg-yellow {
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 193, 14, 0.206578);
    padding: 20px;
}

.bg-green img,
.bg-red img,
.bg-blue img {
    height: 40px;
}

.padding-20 {
    padding: 20px;
}

.padding-10 {
    padding: 10px;
}

.margin-20 {
    margin: 20px;
}

.color-red {
    color: #C41A2F;
}


/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: calc(100vh - 4.3rem);
    transition: all 0.3s;
    position: relative;
}

.padding-50 {
    padding: 50px;
}

.padding-30 {
    padding: 30px;
}

.wd-25 {
    width: 25%;
}

.wd-32 {
    width: 32%;
}

.wd-40 {
    width: 40%;
}

.wd-50 {
    width: 50%;
}

.wd-12 {
    width: 12%;
}

.wd-15 {
    width: 15%;
}

.wd-18 {
    width: 18%;
}

.wd-20 {
    width: 20%;
}

.wd-22 {
    width: 22%;
}

.wd-21 {
    width: 21%;
}

.wd-10 {
    width: 10%;
}

.wd-28 {
    width: 28%;
}

/* .form-control:focus {
    color: var(--text-black);
    background-color: var(--bg-white);
    border-color: #02ced1;
    box-shadow: 0 0 0 0.1rem rgba(2, 206, 209, 0.25);
} */


/*  --------------------------------------
        LANDING PAGE COMMON CSS
------------------------------------------  */

.yellow-gradient {
    background: linear-gradient(270deg, #FFCD2B 0%, #E19B22 100%);
}

.common-gradient {
    background: linear-gradient(346.19deg, #B1F1A2 0%, #06CFD2 99.78%);
}

.color-white {
    color: var(--text-white);
}


@media (max-width: 1440px) {
    .pricing-table .side-arrow {
        right: 10px;
    }
    #main-banner-v2 {
        padding: 30px 0;
    }
}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {
    #main-header .navbar {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 992px) {
    .notification-style .box-shadow {
        margin-bottom: 30px !important;
    }
    .tooltip {
        display: none;
    }
    .pixel-code {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pricing-table {
        margin-top: -155px;
    }
    .pricing-banner {
        padding-top: 115px;
    }
    .navbar-light .navbar-toggler {
        color: var(--text-white);
        border: none;
        border-color: transparent;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.svg);
    }
    .navbar-light .navbar-collapse {
        background: linear-gradient(346.19deg, rgb(177, 241, 162) 0%, rgb(6, 207, 210) 99.78%);
        box-shadow: rgba(20, 209, 206, 0.392) 0px 10px 32px;
        margin-top: 10px;
        padding: 20px;
    }
    .navbar-light .navbar-collapse button {
        background: linear-gradient(270deg, #FFCD2B 0%, #E19B22 100%);
        box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.133803);
        color: var(--text-white);
        border: none !important;
    }
    .slider-text h1 {
        font-size: 28px;
    }
    #home-slider {
        min-height: 45rem;
    }
    #leftright-box {
        margin-top: 12.5rem;
    }
    .ipad-none {
        display: none;
    }
    .ipad-block {
        display: block;
    }
    .ipad-center {
        text-align: center !important;
    }
    .left-img .img-shadow-dark {
        left: 0;
    }
    .right-img .img-shadow-dark {
        right: 0;
    }
    .footer-logo {
        display: inline-block;
    }
    .footer-social-icons {
        float: right;
    }
    #main-header .navbar {
        padding: 1.5rem 1rem;
    }
    #main-banner-v2 {
        padding: 0;
    }
    #main-banner-v2 .row.px-5.py-5 {
        padding: 0 0 !important;
    }
    #main-banner-v2::before {
        background-size: contain;
    }
    #main-banner-v2 .banner-text h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 576px) {
    .mobile-center {
        text-align: center !important;
    }
    .mobile-left {
        text-align: left !important;
    }
    .mobile-right {
        text-align: right !important;
    }
    .mobile-float-none {
        float: none !important;
    }
    .wd-50 {
        width: 50% !important;
    }
    .wd-30 {
        width: 30% !important;
    }
    .wd-70 {
        width: 70% !important;
    }
    .mobile-none {
        display: none;
    }
    .main-header {
        height: auto;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .dashboard-enterscreen {
        padding: 150px 20px;
        padding-bottom: 20px;
    }
    .dash-quickstart {
        padding: 20px 20px;
        margin-bottom: 35px;
    }
    .mobile-block {
        display: block;
    }
    #clickproof .modified-date {
        padding-left: 0 !important;
    }
    .linear-btn {
        font-size: 12px;
    }
    .footer .col-md-6.text-right.mobile-center {
        margin: 10px 0;
    }
    #createcampaignmodal .form-inline .col-md-3.pl-0 {
        padding-left: 15px !important;
    }
    #createcampaignmodal .linear-btn {
        margin-top: 20px;
    }
    .wizard-border {
        border-left: none;
        border-right: none;
    }
    .popup-modal {
        width: 320px;
    }
    .create-campaign input {
        width: auto !important;
    }
    .create-campaign img {
        height: auto;
        margin-bottom: 20px;
    }
    .create-campaign .linear-btn {
        width: 100%;
    }
    .create-campaign {
        margin-bottom: 30px;
    }
    #clickproofwizard {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .non-funnel,
    .funnel {
        padding: 20px;
    }
    .pixel-code .form-inline {
        padding: 0 20px;
    }
    .modal-right {
        height: auto;
        margin-right: .5rem;
    }
    .refermodal .modal-content {
        background-image: none;
    }
    .pricing-table .side-arrow {
        display: none;
    }
    .showselection {
        margin-bottom: 20px;
        display: block !important;
    }
    .showselection.pl-5 {
        padding-left: 0 !important;
    }
    .manyleads-list .col-md-6 {
        margin-bottom: 10px;
    }
    .manyleads-list .border-top .d-inline.color-grey {
        display: block !important;
    }
    #main-header .navbar {
        padding: 1.5rem 0rem;
    }
    .play-img {
        width: 80px;
        top: 65%;
        bottom: 65%;
    }
    #home-slider {
        padding-top: 10rem;
        min-height: 100%;
    }
    #home-slider .slider {
        position: relative;
        max-width: 100%;
    }
    #leftright-box {
        margin-top: 0;
    }
    .padding-70 {
        padding: 10px;
    }
    .left-img,
    .right-img {
        padding: 30px 0;
    }
    .left-img h1,
    .right-img h1,
    .darkimg-section h1 {
        font-size: 24px;
    }
    .left-img button,
    .right-img button {
        margin-bottom: 30px;
    }
    .testimonial-text {
        font-size: 20px;
        line-height: 32px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-social-icons {
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
    .mobile-width {
        width: 50%;
        margin-bottom: 30px;
    }
    #main-banner-v2 .container-fluid.px-5.py-5 {
        padding: 3rem 0 !important;
        padding-bottom: 0 !important;
    }
    #main-banner-v2 .banner-text {
        text-align: center !important;
        padding: 40px;
        padding-bottom: 0;
    }
    #main-banner-v2::before {
        display: none;
    }
    .home-slider-v2 {
        padding-top: 4rem !important;
    }
    .padding-35 {
        padding: 10px;
    }
    .darkimg-section-v2 {
        margin: 0 5px;
    }
}

.new-zb-layout {
    padding-bottom: 80px;
}
