/*services*/

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }

    .customize_solution span.ease-effect {
        color: #605151;
        font-size: 13px !important;
    }
}

@media (min-width: 768px) {

    .p-1 {
        padding: 0px !important;
    }
}






marquee {
    background: #db4242 !important;
    border-radius: 50px;
}

.main-1 {
    background: linear-gradient(3deg, #f28c40, transparent);
    /* background-color: #fffaf2; */
    padding: 30px 0px;
}

.mc {
    /*float: left;
    width: 100%;
    padding: 2%;
   
   color:#fff;
    border-radius: 0.5em;
    box-shadow: 0 0.1em 0.5em;*/
    padding-top: 11px;
    overflow: hidden;
    white-space: nowrap;
    height: 40px;
    /* border-radius: 3px; */
    border: 0px;
    background-color: #ffe3b4;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}

.join {
    color: #413939;
    font-size: 24px;
    font-weight: 600;
}

.event {
    color: #413939;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
}

.img-event {
    height: 33px;
    width: 33px;
    margin-right: 4px;
    margin-left: 2px;
}

.campaign-highlights_bookingIconContainer__1NQFF {
    height: 50px;
    width: 51px;
    border-radius: 100px;
    background: #ffe819;
    z-index: 9999;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: 9999999999999999999999999999;
}

.campaign-highlights_bookingsClosingTextContainer__TuBUM {
    position: relative;
    height: 50px;
    left: 58px;
    display: flex;
    width: 94%;
    justify-content: center;
    align-items: center;
    background: #db4242;
    /* border-top-right-radius: 100px; */
    /* border-bottom-right-radius: 100px; */
    top: -50px;
    border-radius: 100px;
}

    .campaign-highlights_bookingsClosingTextContainer__TuBUM:before {
        position: absolute;
        content: "";
        left: -40px;
        height: 50px;
        width: 60px;
        /* background: #fffaf2; */
        border-radius: 100px;
    }

.campaign-highlights_bookingsClosingText__2Ix8P:first-child {
    font-size: 13px;
    color: #ffffff;
}

.campaign-highlights_bookingsClosingText__2Ix8P {
    font-style: italic;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
}

    .campaign-highlights_bookingsClosingText__2Ix8P:last-child {
        font-size: 22px;
        color: #ffffff;
    }

.campaign-highlights_bookingsClosingText__2Ix8P {
    font-style: italic;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
}
/*services*/


/*.who-get {
    background-color: #ffeccc;
}*/

.get {
    text-align: center;
    font-size: 35px;
    padding: 30px;
    font-weight: 600 !important;
    font-family: sans-serif !important;
    padding-bottom: 10px;
}

.live-icons {
    width: 22%;
}

.get-card {
    padding: 5px;
    text-align: center;
    margin-bottom: 45px;
    border-radius: 5px;
    transition: all .3s ease-out;
    background-color: #fffaf2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .get-card:hover {
        transform: translate(0, -5px);
    }


.joining {
    background: linear-gradient(3deg, #f28c40, transparent);
    height: 42px;
    margin-top: 46px;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    /* background: #fffaf2; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #413939;
    font-weight: 400;
    cursor: pointer;
    /* line-height: 7px; */
}

.benefits {
    margin-top: 19px;
    color: #000;
}



.nav-pill-main-div {
    position: relative;
    border-radius: 20px;
    /*box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);*/
    height: 100%;
}

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

    ul.tabs li {
        background: none;
        color: #222 !important;
        display: inline-block;
        padding: 0px 15px;
        cursor: pointer;
        transition: 0.3s ease all;
        width: 14%;
    }

        ul.tabs li.current {
            color: #222;
            transition: 0.3s ease all;
        }

            ul.tabs li.current span {
                /* color: #222229; */
                transition: 0.3s ease all;
                font-size: 1rem;
            }

.tab-content {
    display: none;
    padding: 15px;
    transition: 0.3s ease all;
}

    .tab-content.current {
        display: inherit;
        transition: 0.3s ease all;
    }


/*------ease effect------*/
.nav-justified > li {
    float: none;
}

    .nav-justified > li span {
        width: 100%;
    }

.customize_solution .nav-justified > li {
    float: none;
}

.customize_solution span.ease-effect {
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}

    .customize_solution span.ease-effect:hover, .customize_solution span.ease-effect:focus, .customize_solution ul.tabs li.current span:hover, .customize_solution ul.tabs li.current span:focus {
        color: #000;
        transition: 0.3s ease all;
    }

.customize_solution span.ease-effect {
    color: #000000;
    font-size: 14px !important;
    /* letter-spacing: 2px; */
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    padding: 0px 0px;
    border-top-right-radius: 2px;
    font-family: sans-serif;
    border-top-left-radius: 2px;
    position: relative;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); */
}

.customize_solution .ease-effect:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 52%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #f4433600;
    z-index: -2;
    border-bottom: 3px solid #f58e41;
    width: 100%;
}

.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.finbyz-icon {
    height: 100px;
    width: 100px;
}

.perk-card_price {
    color: rgb(245 135 53);
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 0px;
}

.perk-card_discount {
    color: rgb(230 76 60);
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 8px;
    margin-top: 11px;
}


.sevas-card {
    background-color: #fefcf3;
    border: 2px solid silver;
    transition: all .3s ease-out;
    box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);
}

    .sevas-card:hover {
        transform: translate(0, -5px);
    }

.sevas-heading {
    font-size: 16px;
    text-align: center;
    margin-top: 11px;
    padding: 2px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 500;
}

.sevas-p {
    padding-left: 10px;
    font-size: 13px;
    color: rgb(115, 115, 115);
}

.bb {
    border-radius: 0px;
}

.btn-success {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.view-more {
    background-color: #7e4555;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,.2);
}

    .view-more:hover {
        background-color: #7e4555;
        color: #fff;
        box-shadow: 0 4px 6px rgba(0,0,0,.2);
    }

#more {
    display: none;
}

#mor1 {
    display: none;
}

.campaign-updates {
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    margin: 10px 0;
    background-color: #fffaf2;
}

.mYexS {
    background-color: #ee4823;
    color: #fff;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        text-decoration: none;
        font-weight: 500;
        font-family: sans-serif;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            border: 0px solid white;
            border-radius: 5px;
            font-size: 16px;
            text-decoration: none;
            font-family: sans-serif;
            font-weight: 500;
            padding: 8px 15px;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }


.panel.panel-default {
    width: 100%;
    border-bottom: 2px solid var(--primaryColor);
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.panel-body {
    padding: 10px;
}



/*.tab-new {
    position: fixed;
    width: 100%;
    top: 105px;
    left: 0px;
    z-index: 9999;
    background-color: #fff;
}*/
.connect {
    background-color: #fff4eb;
    background: rgb(255,244,235);
    background: linear-gradient(90deg, rgba(255,244,235,1) 0%, rgba(255,255,255,1) 100%);
}

.who-get {
    /* background-color: #fffaf2 !important; */
    margin-top: -14px;
}


/*other*/
.campaign-highlights_ourPromiseContent__1fWTG {
    margin-top: 20px;
    display: flex;
    height: 120px;
    justify-content: space-evenly;
}

.campaign-highlights_promiseItemContainer__1pNe- {
    margin-right: 5px;
    height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: first baseline;
    align-items: center;
}

.campaign-highlights_promiseIcon__1McSV {
    height: 40px;
}

.campaign-highlights_promiseItemText__2tRim {
    margin: 25px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    font-family: sans-serif;
    color: #666;
}

.campaign-highlights_ourPromiseContent__1fWTG {
    margin-top: 20px;
    display: flex;
    height: 127px;
    justify-content: space-evenly;
}

.campaign-highlights_promiseItemDivider__1iWSi:not(:last-child) {
    border: 0.5px solid #ffedcb;
    height: 100px;
    justify-self: center;
}
/*other*/


.btn-success:hover {
    color: #fff;
    background-color: #f58734 !important;
    border-color: #f58734 !important;
}

.perk-card.text-center {
    margin-top: -18px;
}

.img-n {
    object-fit: cover;
    height: 165px;
    width: 100%;
}











@media screen and (max-width:768px) {
    .benefits {
        margin-top: 21px;
        font-size: 11px;
    }

    .campaign-highlights_promiseIcon__1McSV {
        height: 22px;
        margin-bottom: 5px;
    }

    .campaign-highlights_promiseItemText__2tRim {
        margin: 5px;
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 0;
        text-align: center;
        color: #666;
    }

    .campaign-highlights_promiseItemText__2tRim {
        font-size: 13px;
        padding-bottom: 25px;
    }

    section#tabbbb_design {
        position: sticky;
        top: 49px;
        padding: 0px 1px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-top: 30px;
        z-index: 9;
        background: white;
    }

    .main-nav {
        /* display: flex !important; */
        /* flex-direction: row !important; */
        /* width: 100% !important; */
        flex-wrap: nowrap !important;
        /* overflow-x: scroll !important; */
    }

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
        transition: 0.3s ease all;
        width: unset !important;
    }



    .campaign-highlights_bookingsClosingText__2Ix8P:last-child {
        font-size: 14px;
        color: #ffffff;
    }

    .sevas-card {
        margin-bottom: 4px;
        height: auto !important;
    }

    .panel-default > .panel-heading a {
        display: block;
        padding: 15px 15px;
        font-size: 16px;
        min-height: 50px;
    }

    .customize_solution span.ease-effect {
        /* letter-spacing: 2px; */
        text-transform: uppercase;
        /* display: inline-block; */
        text-align: center;
        font-weight: bold;
        /* padding: 5px 0px; */
        /* border-top-right-radius: 2px; */
        /* border-top-left-radius: 2px; */
        position: relative;
        box-shadow: unset;
        /* border: 1px solid; */
    }
}


.panel-group .panel + .panel {
    margin-top: 20px !important;
}



.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd !important;
}


.panel-body {
    padding: 10px !important;
    font-size: 16px !important;
    font-family: sans-serif;
}


.panel-default > .panel-heading {
    color: #333;
    background-color: #fffaf2 !important;
    border-color: #fffaf2 !important;
}


