/* =================================================================================== 
                    BOOTSTRAP GRID CSS START FROM HERE        
 =================================================================================== */

.bgclassroom {
    background-image: url("/assets/images/bg-classroom.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position-x: right;
    min-width: 100%;
    min-height: 100vh;
}

.sponsor-container {
    height: 100%;
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .sponsor-container {
        background: #ffffff;
        -webkit-box-shadow: 0 0 10px 10px #ffffff;
        box-shadow: 0 0 20px 20px #ffffff;
    }
}


.sponsor-container img{
    max-height: 6rem;
    padding: 1rem
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
} 

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    /* padding-right: 15px;
    padding-left: 15px; */
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

/* =================================================================================== 
                    BOOTSTRAP GRID CSS START FROM HERE        
 =================================================================================== */

/* =====================================================================================
                                {{HELPERS CSS START FROM HERE}}
======================================================================================= */

/* ============= HTML5 display definitions============== */

body {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 20px;
}

a {
    cursor: pointer;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
}

.w-auto {
    width: auto;
}

/* =============padding helperes=================== */

/* ------------ all side padding  ------------ */

.p-5 {
    padding-top: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

/* ------------ X-axis padding  ------------ */

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

/* ------------ Y-axis padding  ------------ */

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ------------ Top padding  ------------ */

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

/* ------------ Right padding  ------------ */

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

/* ------------ Bottom margins  ------------ */

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

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

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

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

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

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

/* ------------ Left margins  ------------ */

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

/* ================padding helperes End here============= */

/* ==============Margin helperes ======================= */

/* ------------ Top margins  ------------ */

.mr-t5 {
    margin-top: 5px;
}

.mr-t10 {
    margin-top: 10px;
}

.mr-t20 {
    margin-top: 20px;
}

.mr-t30 {
    margin-top: 30px;
}

.mr-t40 {
    margin-top: 40px;
}

.mr-t50 {
    margin-top: 50px;
}

/* ------------ Right margins  ------------ */

.mr-r5 {
    margin-right: 5px;
}

.mr-r10 {
    margin-right: 10px;
}

.mr-r20 {
    margin-right: 20px;
}

.mr-r30 {
    margin-right: 30px;
}

.mr-r40 {
    margin-right: 40px;
}

.mr-r50 {
    margin-right: 50px;
}

/* ------------ Bottom margins  ------------ */

.mr-b5 {
    margin-bottom: 5px;
}

.mr-b10 {
    margin-bottom: 10px;
}

.mr-b20 {
    margin-bottom: 20px;
}

.mr-b30 {
    margin-bottom: 30px;
}

.mr-b40 {
    margin-bottom: 40px;
}

.mr-b50 {
    margin-bottom: 50px;
}

/* ------------ Left margins  ------------ */

.mr-l5 {
    margin-left: 5px;
}

.mr-l10 {
    margin-left: 10px;
}

.mr-l20 {
    margin-left: 20px;
}

.mr-l30 {
    margin-left: 30px;
}

.mr-l40 {
    margin-left: 40px;
}

.mr-l50 {
    margin-left: 50px;
}

/* ------------ Round margins  ------------ */

.mr5 {
    margin: 5px;
}

.mr10 {
    margin: 10px;
}

.mr20 {
    margin: 20px;
}

.mr30 {
    margin: 30px;
}

.mr40 {
    margin: 40px;
}

.mr50 {
    margin: 50px;
}

/* ================== Margin helperes =================== */

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fixed {
    position: fixed;
}

.pos-static {
    position: static;
}

/* ==========Text alignment and Format helperes============ */

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

/* ==============Float helperes=========== */

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.f-none {
    float: none;
}

/* ===============Form helperes================== */

.wt-50 {
    width: 50%;
}

/*
    .f-row, .f-input, .f-select, .f-textarea, .f-radio, .f-chkbox, .f-group, .f-group-bg
*/

.f-row {
    margin: 20px 0;
}

/* ------------ Input Elements  ------------ */

.ip-addon-left,
.ip-addon-right {
    width: 40px;
}

.ip-group,
.ip-group-bg,
.ip-group-sm,
.ip-control,
.ip-control-sm {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
}

.ip-control {
    padding: 12px 20px;
}

.ip-groups {
    border-radius: 2px;
    border: 1px solid #E3E3E3;
}

.ip-control-sm {
    padding-left: 10px;
    height: 40px;
}

.ip-group {
    height: 60px;
}

.ip-group-sm {
    height: 40px;
}

.ip-group,
.ip-group-bg {
    display: table;
}

.ip-group .ic,
.ip-group-bg .ic {
    padding: 16px 10px;
    text-align: center;
}

.ip-group-bg {
    border-width: 0;
    background-color: #EEEEEE;
}

.ip-group-bg input[type="text"] {
    background-color: transparent;
    border-width: 0;
}

.ip-group>*,
.ip-group-bg>* {
    display: table-cell;
    vertical-align: top;
    /* height: 100%; */
}

.ip-border {
    border: 1px solid #CCC !important;
}

/* ------------ SelectBoxes  ------------ */

select option {
    padding: 10px 0;
    background: white;
    color: #484848;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option:hover {
    background-color: #ff6102;
    color: white;
}

select:-moz-focusring {
    /* Remove dots around select box from firefox */
    color: transparent;
    text-shadow: 0 0 0 #000;
}

option:not(:checked) {
    /* prevent <option>s from becoming transparent as well */
    color: black;
}

.ip-select,
.ip-select-md,
.ip-select-sm,
.ip-select-xs {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    padding-left: 10px;
    background: #fff;
}

.ip-select {
    height: 60px;
}

.ip-select-md {
    height: 40px;
}

.ip-select-sm {
    width: auto;
    display: inline-block;
    vertical-align: top;
    height: 40px;
}

.ip-select-xs {
    height: 30px;
}

.select-sm {
    font-size: 12px;
    height: 28px;
}

/* ------------ Button styles  ------------ */

.button-no-bg {
    background: none;
    color: #21175B;
}

.button {
    background-color: transparent;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    /* When inside css table cell without specific width with large text button comes into multiple lines to remove that */
    white-space: nowrap;
}

.button-default {
    background-color: #ff6102;
    color: #FFF;
}

.button-secondary {
    background-color: #E14447;
    color: #FFF;
}

.button-lg {
    padding: 14px 20px;
    min-width: 100px;
}

.button-sm {
    padding: 4px;
    font-size: 12px;
}

.btn-grp {
    padding: 14px !important;
}

.input-right-icon {
    padding-right: 50px;
}

.visible {
    display: block !important;
}

button {
    background-color: transparent;
}

.pointer {
    cursor: pointer;
}

.d-table {
    display: table;
    width: 100%;
}

.d-table>* {
    display: table-cell;
    vertical-align: top;
}

.min-width {
    width: 1px;
    /* Use this to apply minimum width for css table cell element 
    when not using a fixed width to take padding as its width */
}

.auto-complete {
    top: 100%;
    position: absolute;
    width: 100%;
    padding-left: 20px;
    /* border: 1px solid #CCC; */
    z-index: 99;
    background-color: #FFF;
    left: 0;
    max-height: 150px;
    overflow-y: auto;
    box-shadow: 0 0 4px 1px #ccc;
}

.auto-complete li {
    padding: 10px 20px;
    /* border-bottom: solid 1px #e3e3e3; */
}

.border {
    border: 1px solid #CCC !important;
}

/* ==================Place Holder styles===================== */

::-webkit-input-placeholder {
    /* Chrome */
    color: #b8b8bc;
    font-weight: 400;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #b8b8bc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #D1D1D1;
    font-weight: 400;
    opacity: 1;
}

/* ------------ Remove outline from chrome  ------------ */

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline-style: none;
    box-shadow: none;
    /* border-color:transparent; */
}

select:focus {
    outline: none;
    box-shadow: none;
}

/* ====================Simple CSS Tooltip================= */

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip img {
    opacity: 0.5;
}

/* ------------ Tooltip text  ------------ */

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #fafafa;
    color: #333;
    border-radius: 2px;
    border: solid 1px #ebebeb;
    text-align: center;
    padding: 2px 14px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1px;
    font-size: 12px;
    min-width: 200px;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.block {
    display: block;
}

.oh {
    overflow: hidden;
}

.vm {
    vertical-align: middle;
}

.vt {
    vertical-align: top !important;
}

/* ======================INFO BOXES================== */

.info-empty {
    padding: 20px;
    background-color: aliceblue;
    font-weight: bold;
}

/* ====================ICON STYLES=============== */

/* =========UNSPECIFIC STYLES===================== */

.no-border {
    border-width: 0;
}

/* =================RESPONSIVE HIDDEN CLASSES============= */

/* Hide on Extra Small Devices To Large devices */

@media (max-width: 1199.98px) {
    .hide-xs-to-lg {
        display: none !important;
    }
}

/* Hide on Extra Small Devices To Medium devices */

@media (max-width: 991.98px) {
    .hide-xs-to-md {
        display: none !important;
    }
}

/* Hide on Extra Small Devices To Small devices */

@media (max-width: 767.98px) {
    .hide-xs-to-sm {
        display: none !important;
    }
}

/* Hide on Extra Lage devices only*/

@media (min-width: 1120px) {
    .hide-xlg {
        display: none !important;
    }
}

/* Hide on Large devices only*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hide-lg {
        display: none !important;
    }
}

/* Hide on Medium  devices only*/

@media (min-width: 768px) and (max-width: 991.98px) {
    .hide-md {
        display: none !important;
    }
}

/* Hide on Small  devices only*/

@media (min-width: 576px) and (max-width: 767.98px) {
    .hide-md {
        display: none !important;
    }
}

/* Hide on Extra Small devices only */

@media (max-width: 575.98px) {
    .hide-xs {
        display: none !important;
    }
}

/* Show on Extra Small devices only */

@media (min-width: 576px) {
    .visible-xs {
        /* display: none !important; */
    }
}

/* Show on Small and Medium devices only */

/* Bydefault element should be hidden then using this helper class we can show on specific devices */

@media (min-width: 576px) and (max-width: 991.98px) {
    .visible-sm-md {
        display: block !important;
    }

    .md-s-login {
        margin-top: -8px;
    }
}

@media (min-width: 992px) {
    .hide-md-up {
        display: none !important;
    }
}

/* =====================ALERT MESSAGES=========== */

.msg {
    padding: 10px 20px;
}

.msg-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.msg-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.msg-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.msg-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.apperance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: none;
    z-index: 1;

}

.h-auto {
    height: auto !important;
}

.xy-m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    line-height: inherit;
}

.pos-fixed-xy-m {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.y-m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    line-height: inherit;
}

.i-close-btn:before {
    content: "\2716";
    font-size: 18px;
    vertical-align: middle;
}

/* ========================  HIDE ON PORTRAIT MODE================== */

@media (orientation:portrait) {
    .show-on-landscape {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #ff0;
        display: none;
    }
}

/* ======================================================================================
                            {{ HELPERS CSS END HERE }}
=========================================================================================*/

/* ======================================================================================================
                                    {{ STYLE CSS START FROM HERE }}
======================================================================================================= */

/****************Extra Large devices (Desktops, Laptops more than 1200px)*******************/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #5d5d5d;
    font-size: 100%;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 1.6;
    min-height: 600px;
}

.hidden {
    display: none !important;
}

/*
!* BEGIN Light *!
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Light.eot?v=1.1.0");
    src: url("../fonts/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("./fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("./fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("./fonts/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
    font-weight: 300;
    font-style: normal; }
!* END Light *!

!* BEGIN Regular *!
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular.eot?v=1.1.0");
    src: url("../fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("./fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("./fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("./fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
    font-weight: normal;
    font-style: normal; }
!* END Regular *!
!* BEGIN Semibold *!
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Semibold.eot?v=1.1.0");
    src: url("../fonts/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("./fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("./fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("./fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
    font-weight: 600;
    font-style: normal; }
!* END Semibold *!
!* BEGIN Bold *!
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold.eot?v=1.1.0");
    src: url("../fonts/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("./fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("./fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("./fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
    font-weight: bold;
    font-style: normal; }
!* END Bold *!
!* BEGIN Extrabold *!
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-ExtraBold.eot?v=1.1.0");
    src: url("../fonts/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("./fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("./fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("./fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal; }
!* END Extrabold *!*/

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

a:active,
a:hover,
a img,
img a {
    outline-width: 0;
    border: 0;
    outline: none 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin: 0;
}

i {
    font-style: normal;
}

ul {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

table {
    border-collapse: collapse;
    background-color: transparent;
    border-spacing: 0;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

button,
button:focus {
    outline: 0 none;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

textarea {
    resize: none;
}

button {
    border: 0;
    outline: 0 none;
    cursor: pointer;
}

.logo {
    display: block;
}

/* common elements*/

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    clear: both;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block !important;
    width: 100%;
}

.wt-100 {
    width: 100%;
}

.ht-100 {
    height: 100%;
}

.img-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.bg-theme {
    background: #e34448;
}

.btn-theme {
    border: none;
    display: inline-block;
    padding: 10px 16px;
    vertical-align: middle;
    overflow: hidden;
    color: fff;
    background: #e34448;
    text-align: center;
    white-space: nowrap;
}

.list-unstyled {
    padding: 0;
    margin: 0;
}

.m-t-10 {
    margin-top: 10px;
}

.text-uppercase {
    text-transform: uppercase;
}

.align-right {
    text-align: right;
}

.btn-default,
.btn-sml,
.btn-outline,
.btn-theme-sm,
.btn-ls,
.btn-default-1 {
    padding: 14px 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.08;
    border-radius: 3px;
}

.btn {
    padding: 10px 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.08;
}

.btn-md {
    padding: 14px 30px;
}

.bnt-md-wt {
    width: 168px;
}

.btn span {
    float: left;
}

.align-left {
    text-align: left;
}

.btn-default {
    padding: 4px 12px;
}

.btn-outline,
.btn-outline:hover {
    background: #fff;
    border: solid 1px #e3e3e3;
}

.btn-theme-sm,
.btn-theme-sm:hover {
    background: #ff6102;
    color: #fff;
}

.btn-info {
    background: #ff6102;
    color: #fff;
    border-radius: 3px;
    padding: 12px 30px;
}

.form-input {
    box-shadow: none;
    color: #5d5d5d;
    height: 34px;
    width: 100%;
    padding: 8px 12px;
    transition: all 300ms linear 0s;
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input-group-addon {
    display: table-cell;
    padding: 6px 12px;
    font-size: 14px;
    width: 50px;
}

.input-group-addon.two-btns {
    width: 100px;
    text-align: center;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.d-table-row {
    display: table-row;
}

.ht-cl-100 {
    height: calc(100vH - 0);
}

.ht-100 {
    height: 100%;
}

.mht-100 {
    min-height: 760px;
}

.wrapper {
    width: 100%;
}

.page-wrapper {
    padding: 180px 20px 30px 0;
    /* margin-left: 260px; */
    margin-left: 380px;
    width: 50%;
    max-width: 600px;
    position: relative;
}

/*nav bar top styles*/

.fixed-top {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.main-nav {
    width: 100%;
    padding: 0;
}

.navbar-header {
    /*    height: 90px;*/
    height: 75px;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0px 0px 10px #ccc;
    -o-box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.17);
}

.top-left-sec {
    width: 236px;
    padding: 16px 60px 12px 16px;
    float: left;
    background: #ff6102;
}

.nav-top-links {
    float: left;
}

.navigation li {
    float: left;
    margin: 0;
}

.navigation li a {
    display: inline-block;
    /*    padding: 32px 14px;*/
    padding: 26px 0px;
    margin: 0 28px;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
}

.navigation li a:hover,
.navigation li a.active,
.navigation li a:focus {
    /*background: #f9f9f9;*/
    border-bottom: solid 2px #ff6102;
}

.navigation li.free-sms {
    padding: 20px 30px 32px 30px;
    font-weight: bolder;
    color: #4e4e4e;
    font-size: 18px;
}

.navbar-top-right {
    float: right;
}

.navbar-top-right ul li img {
    width: 34px;
    float: left;
}

.navbar-top-right ul li {
    padding: 0px 8px;
    display: inline-block;
    border-left: solid 1px #ccc;
}

.navbar-top-right ul li a,
.navbar-top-right ul li button {
    padding: 0 5px;
    color: #5d5d5d;
    display: inline-block;
}

.navbar-top-right ul li a.logout {
    border: 0;
}

.navbar-top-right ul li a:hover {
    color: #ff6102;
}

.navbar-top-right .w2-inr-nav li {
    padding: 22px 16px;
}

.navbar-top-right .w2-inr-nav li .btn-md {
    padding: 14px 30px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.top-right-nav {
    padding: 0 16px;
    display: inline-block;
    float: right;
}

.top-right-nav li {
    display: inline-block;
}

.contact-links {
    font-size: 12px;
    color: #5d5d5d;
    display: inline-block;
    vertical-align: middle;
    padding: 24px 0px;
    margin-right: 10px;
}

.contact-links span {
    display: block;
    line-height: 1.7;
}

.contact-links .fa-envelope-o {
    font-size: 11px;
}

.contact-links i {
    margin-right: 5px;
}

.top-right-nav .btn-ls {
    width: 145px;
    text-align: center;
    padding: 18px 12px;
}

/****Side bar styles****/

.sidebar {
    width: 236px;
    height: 100%;
    background: #ff6102;
    position: fixed;
    margin-top: 75px;
    left: 0;
    z-index: 9;
}

.sidebar-nav {
    padding: 24px 0 0 0;
}

.nav-h {
    display: block;
    transition: .5 easy-out;
    padding: 0 0 0 0;
    margin: 0;
}

.sidebar-nav .nav-h {
    /*    width: 90%;*/
    /*    margin-left: 10%;*/
    margin-left: 16%;
    display: block;
}

.nav-h li a {
    display: block;
    padding: 10px 30px 10px 8px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}

.sidebar .nav-h li a {
    font-weight: 400;
}

.sidebar .nav-h li a:hover,
.sidebar .nav-h li a.active,
.sidebar .nav-h li a:focus {
    border-radius: 5px 0px 0px 5px;
}

.user-profile {
    color: #fff;
    font-size: 12px;
}

.user-details {
    padding: 0 20px;
    color: #FFF;
    font-size: 12px;
    margin-bottom: 20px;
}

.user-details small {
    font-size: 12px;
    color: #ffdddd;
}

.user-details hr {
    border: 0;
    height: 1px;
    background: #ffbbbb;
}

.user-profile span {
    display: block;
    line-height: 18px;
    /* margin: 10px 0; */
}

.user-profile hr {
    width: 80%;
    margin: 14px auto 14px auto;
    height: 1px;
    background: #ffbbbb;
    border: 0;
}

.user-title {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 15px;
}

#side-menu li a.active {
    color: #ffeeee !important;
    font-weight: 600;
    border-radius: 0;
}

#side-menu li a.active span {
    border-bottom: solid 1px #fff;
    display: inline-block;
    padding-bottom: 5px;
}

.nav-h li a:hover {
    font-weight: 400;
    color: #fff;
}

/*sidebar right styles*/

.sidebar-rightsec {
    /*    width: 380px;*/
    width: 355px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 74px;
    right: 0;
    border-left: solid 1px #ededed;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 74px;
}

.sidebar-rightsec .nav-h {
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
    padding-top: 18px;
}

/* .sidebar-rightsec .sidebar-nav {
    padding: 1.2em;
} */

.sidebar-rightsec .sidebar-nav li {
    width: 100%;
    display: block;
    padding: 12px 8px 12px 8px;
    border-bottom: solid 1px #e3e3e3;
}

/*.sidebar-rightsec .sidebar-nav li:hover{ background: #eee; }*/

.sidebar-rightsec .nav-h li a {
    color: #727272;
    padding: 8px;
}

.sidebar-rightsec .nav-h li a:hover {
    background: #f4f4f4;
    color: #000;
}

.u-fn {
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 600;
    margin-right: 10px;
}

.u-fn {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    background: #f7f7f7;
    border-radius: 4px;
    text-align: center;
    line-height: 1.8;
}

.u-fn,
.u-n-c,
.u-ctm {
    display: inline-block;
    vertical-align: middle;
}

.u-n-c {
    font-size: 14px;
    font-weight: 600;
    color: #484848;
    line-height: 1.03;
}

.u-ctm {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #aaaaaa;
    padding: 5px 0px 0px 0px;
}

.sidebar-rightsec .more {
    float: right;
    padding: 5px 0;
}

.sidebar-rightsec i {
    cursor: pointer;
}

/* .header-rightbar {
    padding: 12px 8px 12px 8px;
    margin-bottom: 15px;
    position: relative;
} */

.add-crt-blk {
    /* display: block;
    text-align: center;
    padding: 5px 8px 30px 8px;
    margin-bottom: 25px; */
    border-bottom: solid 1px #e3e3e3;
}

.add-crt-blk .btn-theme-sm,
.add-crt-blk .btn-outline {
    padding: 8px 18px;
}

.search-bar {
    width: 100%;
}

.search-bar .input-group-addon {
    width: 52px;
    height: 38px;
    position: absolute;
}

.search-bar .form-input {
    background: #eee;
    font-weight: 600;
}

/*sidebar-footer*/

.sidebar-footer {
    width: 236px;
    position: fixed;
    bottom: 0;
    padding-left: 20px;
    border-top: solid 1px #ffbbbb;
}

.wallet-info {
    padding-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

.wallet-info .circle-fill {
    position: absolute;
    right: 48px;
    bottom: 30px;
    cursor: pointer;
}

.wallet-info .circle-fill:hover .icon-plus {
    background-position: left -635px;
}

.sidebar .wallet-info .user-title {
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 15px;
}

.wallet-info .btn-sm-style-1 {
    min-width: 84px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 100;
}

.wallet-info .btn-sm-style-1 i {
    margin-right: 2px;
}

.copy-block {
    padding: 5px 15px;
    margin-left: -20px;
    background: #ff6102;
}

.copy-block ul {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.copy-block ul li a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 0px 5px;
    margin: 1px 12px 1px 0px;
}

.copy-block ul li a:hover {
    color: #000;
}

.copy-block p {
    font-size: 12px;
    color: #ffbbbb;
    font-weight: 600;
    padding-left: 5px;
}

.terms {
    margin-top: 20px;
}

/****Content middle styles***/

.container-wrapper {
    /*padding: 4em 9em 4em 4em;*/
    /* padding: 4em 12em 4em 3.2em; */
}

.mini-content {
    min-height: 600px;
}

.header-block {
    margin-bottom: 35px;
}

.headline-mini {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.headeline {
    font-size: 28px;
    font-weight: 300;
    line-height: 46px;
}

/* .content-block {
     width: 600px;
} */

.form-block {
    width: 100%;
}

.info-label {
    font-size: 14px;
    font-weight: 500;
}

.info-label span,
.info-label-heavy span {
    color: #251766;
}

.info-label-heavy {
    font-weight: 900;
}

.label-small {
    font-size: 12px;
    color: #b8b8bc;
}

.input-grp {
    margin-bottom: 15px;
    position: relative;
}

.form-grp,
.form-grp-rds {
    display: table;
    width: 100%;
    border: solid 1px #e3e3e3;
}

.form-grp-rds {
    border-radius: 3px;
}

/* .form-grp-rds .input-field-md {
} */

.input-grp-rw {
    height: 48px;
    position: relative;
}

.addon,
.addon-md,
.addon-style-1 {
    display: table-cell;
    padding: 16px 2px;
    text-align: center;
    font-weight: bold;
    background: none;
    border-right: solid 1px #e3e3e3;
}

.addon-i,
.addon-i-sm,
.addon-i-rt {
    display: table-cell;
    padding: 16px 0px;
    text-align: center;
    background: none;
}

.addon-i-sm,
.addon-i-rt {
    padding: 10px 0px;
}

.addon-md {
    padding: 16px 20px;
}

.addon-style-1 {
    padding: 16px 0 0px 18px;
    width: 5%;
    text-align: left;
    border: 0;
}

.addon-i-rt {
    float: right;
    padding: 8px 0px;
}

.addon-ps {
    position: absolute;
    right: 0px;
    top: 8px;
}

.input-field,
.input-field-brdr {
    width: 100%;
    background: none;
    padding: 16px 20px;
    border: 0 none;
    color: #333333;
}

.input-field-brdr {
    border: solid 1px #e3e3e3;
}

.input-field-brdr:focus {
    outline: none 0;
}

.input-field-md,
.input-form,
.input-ads {
    width: 100%;
    background: none;
    /* padding: 10px 20px; */
    padding: 12px 16px;
    border: 0 none;
    border-radius: 3px;
    /* opacity: 0.5; */
}

.input-field-md:focus,
.input-form:focus {
    opacity: 1;
}

.input-form {
    border: solid 1px #e3e3e3;
}

.input-field-control {
    width: 100%;
    background: none;
    padding: 16px 20px;
    border: solid 1px #e3e3e3;
}

.ip-br {
    border: solid 1px #e3e3e3;
    border-radius: 3px;
}

.form-ls {
    width: 100%;
    padding: 16px 20px;
    border: solid 1px #e3e3e3;
    background: none;
}

.form-ls:focus {
    outline: none;
    border: solid 1px #e3e3e3;
}

.form-add-grp {
    width: 100%;
    position: relative;
}

.input-field-control:focus,
.input-field-md-rds:focus,
.input-form:focus {
    box-shadow: none;
    outline: 0 none;
}

.input-field:focus,
.input-field-md:focus {
    border: 0 none;
    box-shadow: 0;
    outline: 0 none;
}

.msg-block {
    position: relative;
    height: auto;
    /*    margin-bottom: -8px;*/
}

.msg-block textarea {
    width: 100%;
    border: 0 none;
    background: none;
    outline: #f5f5f5;
    padding: 12px 40px 12px 10px;
    overflow-y: auto;
    overflow-wrap: break-word;
    height: 250px;
    margin-bottom: -8px;
}

.msg-block-right {
    /* width: 3%; */
    right: 12px;
    top: 10px;
    position: absolute;
}

.icon-smailey {
    position: absolute;
    right: 12px;
    bottom: 18px;
}

.adv-block {
    text-align: center;
}

.adv-block img {
    max-width: 100%;
}

.dt-tm-rw {
    width: 100%;
}

.dt-tm-rw ul {
    padding: 10px 0 0 0;
    margin: 0;
}

.dt-tm-rw div {
    margin: 2px;
    display: inline-block;
    vertical-align: top;
}

.dt-tm-rw .btn-ls {
    width: 100%;
}

.dt-tm-rw .s-dt .btn-ls,
.dt-tm-rw .s-tm .btn-ls {
    text-align: left;
}

.s-dt .icon-date,
.s-tm .icon-time {
    margin-right: 10px;
    display: inline-block;
}

.s-dt,
.s-tm {
    width: 35%;
}

.s-snd {
    width: 26%;
}

.s-snd .btn-ls {
    /* padding: 22px 30px;padding:1.5em 2.8em; */
}

/*create campaign styles*/

.label-alert {
    font-size: 14px;
    color: #251766;
}

.radio-block {
    display: inline-block;
}

.label-alert {
    float: right;
}

.radio-inline {
    margin-right: 20px;
}

.radio-inline input {
    margin-right: 5px;
}

.lang-slct {
    margin-top: 25px;
}

.glb-lng {
    margin: 5px 0px 5px 0px;
}

.tag-list {
    display: inline-block;
    vertical-align: top;
}

.tag {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding: 2px 6px;
    margin: 10px 0 6px 10px;
    background-color: #fafafa;
    color: #333;
    border-radius: 2px;
    border: solid 1px #ebebeb;
}

.tag button {
    height: auto;
}

.lng-glb {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
}

.scrl-glb {
    width: 10px;
    /* height: 16px;*/
    line-height: 4px;
    display: inline-block;
    vertical-align: middle;
}

.scrl-glb .dropdown-wrap {
    top: 60px;
    z-index: 100000;
    overflow-y: auto;
    width: 130px;
}

.label-large {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.brands-content {
    margin-top: 75px;
}

.sender-id {
    padding-top: 20px;
}

.border-none {
    border: 0 none;
}

.brands-wrp .content-block {
    width: 600px;
}

.brands-wrp .form-ls {
    width: 100%;
}

.form-hr-grp {
    width: 100%;
}

.input-hr {
    display: inline-block;
    float: left;
}

.input-hrt {
    margin-right: 15px;
}

.page-content {
    /*margin-top: 75px;*/
    /* margin-top: 0px;
    position: relative; */
}

.tags-grp {
    margin-bottom: 20px;
}

.tags {
    display: inline-block;
    padding: 8px 16px;
    margin: 0px 14px 20px 0px;
    background: #fafafa;
    border: solid 1px #ebebeb;
    font-size: 13px;
    color: 333;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

.tags .remove {
    width: 8px;
    height: 8px;
    margin-left: 2px;
    padding: 0px 10px;
    display: inline-block;
    cursor: pointer;
}

.tags span {
    display: inline-block;
}

.groupsms-wrp .info-label-heavy {
    margin-bottom: 18px;
}

/*sent sms styles*/

.sentsms-wrp .content-block {
    width: 780px;
}

.sent-msg-header {
    margin: 0;
}

.msgs-doc {
    margin: 40px 0px;
}

.msgs-tabs {
    float: left;
}

.msgs-tabs a {
    color: #c0c0c4;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px 5px 0px;
}

.msgs-tabs a:hover {
    color: #ff6102;
}

.msgs-tabs a.active {
    color: #ff6102;
    font-weight: bold;
    border-bottom: 1px solid #ff6102;
    font-size: 15px;
}

.msgs-tabs span {
    padding: 0 10px;
    color: #979797;
}

.sent-sms .page-wrapper {
    width: 80%;
}

.tab-date {
    float: right;
}

.dt-pgn {
    float: left;
    border: solid 1px #e6e6e6;
    border-right: 0;
}

.dt-pik {
    float: left;
    padding: 1px 0;
    font-size: 16px;
    color: #505050;
    font-weight: 600;
}

.dt-pik input {
    width: 184px;
}

.page-nav {
    float: left;
}

.page-nav ul {
    display: inline-block;
}

.page-nav ul li {
    float: left;
    display: inline-block;
}

.page-nav ul li a {
    display: inline-block;
    float: left;
    /* padding: 11px 8px; */
    padding: 0px 8px;
    /* background: #fbfbfb; */
}

.page-nav ul li a:hover .icon-pre,
.icon-pre.active {
    background-position: -9px -409px;
}

.page-nav ul li a:hover .icon-next,
.icon-next.active {
    background-position: left -409px;
}

.page-nav ul li a:hover {
    /* background: #f3f3f3; */
}

.icn-dt {
    float: left;
    padding: 0px 11px;
    height: 35px;
    border-radius: 0px 3px 3px 0;
    -webkit-border-radius: 0px 3px 3px 0;
    -moz-border-radius: 0px 3px 3px 0;
    -o-border-radius: 0px 3px 3px 0;
    background: #e34448;
}

.sent-list {
    padding: 0;
}

.sent-list ul li {
    width: 100%;
    /*float:left;*/
    display: table;
    padding: 0px;
    margin-bottom: 15px;
    border: solid 1px #e3e3e3;
}

.user-info,
.msg-sent-info {
    display: table-cell;
    vertical-align: middle;
}

.user-info {
    width: 30%;
    /*width: 233px; display: inline-block; float: left;*/
    padding: 25px 30px;
    position: relative;
}

.user-info .circle {
    position: absolute;
    right: -17px;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    z-index: 99;
}

.circle-outline,
.circle-fill {
    border: solid 1px #e3e3e3;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff !important;
}

.circle-fill {
    background: #fff;
}

.circle-fill .icon-plus {
    /*    margin-top: 8px;
        margin-top: 0px;*/
}

.circle-outline .icon-add-user {
    /* margin-top: 8px; */
}

.msg-info {
    /*width:80%;*/
    /*width: 540px; display: inline-block; float: right;*/
    padding: 20px 48px;
    position: relative;
}

.msg-info p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.msg-info .icon-double-check,
.msg-info .icon-delete {
    position: absolute;
    right: 17px;
    top: 17px;
}

.msg-info .icon-delete {
    top: inherit;
    bottom: 17px;
}

.ctn-usr {
    font-size: 12px;
    color: #b8b8bc;
}

.dtm {
    font-size: 11px;
    font-weight: 600;
}

.dtm span {
    margin-left: 15px;
}

/*add amount styles*/

.addamount-wrp {}

.addamount-wrp .form-block {
    padding-right: 20px;
}

.mini-content {
    width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}

.col-8 {
    display: inline-block;
    width: 66.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.input-addon-group {
    width: 100%;
    position: relative;
}

.add-on-btn {
    margin-left: 10px;
}

.input-addon-group .form-ls {
    width: 81%;
    float: left;
}

.tags-outline {
    background: none;
}

.tags-ls {
    font-size: 18px;
    color: #5d5d5d;
    font-weight: normal;
}

.addamount-wrp .tags-grp {
    width: 70%;
}

.info-label-b {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.amount-block {
    width: 100%;
    margin-right: 50px;
}

.choose-amount {
    margin-bottom: 50px;
}

.payment-block {
    /*width: 28%;*/
    /*border: solid 1px #e3e3e3;
    padding: 20px;*/
    width: 100%;
}

.radius4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn-ls-1 {
    padding: 32px 30px;
    letter-spacing: 1px;
}

.payment-block .btn-ls-1 {
    margin: 4px;
    background: #eee;
}

.payment-block .btn-ls-1:hover {
    background: #f8f8f8;
}

/*Create contact list styles*/

.check-list {
    /* display: table; */
}

.check-list>li {
    /* display: table-row; */
}

.check-list>li>* {
    /* display: table-cell; */
}

.create-contact-list .btn-addon {
    width: 24%;
}

.create-contact-list .input-addon-group .form-ls {
    width: 74%;
}

.createcaontact-wrp .info-label {
    font-size: 24px;
    margin-bottom: 25px;
}

.upload-contacts-block {
    margin-top: 30px;
    padding: 36px 0 40px 0;
    text-align: center;
    border: dashed 2px #979797
}

.createcaontact-wrp .input-addon-group .form-ls {
    width: 80%;
}

.btn-addon {
    width: 18%;
    float: right;
}

.btn-addon button,
.btn-addon a {
    display: block;
    text-align: center;
    width: 100%;
}

.upload-cts {}

.hedline-heavy {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bolder;
}

.sheet-doc {
    width: 76px;
    height: 76px;
    margin: 15px auto;
    border: dashed 1px #979797;
}

.circle {
    border-radius: 50%;
    -webki-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.type-doc {
    width: 68px;
    height: 68px;
    display: block;
    background: #eee;
    position: relative;
    margin: auto;
    margin-top: 3px;
}

.type-doc .icon-sheet-type {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
}

.align-center {
    text-align: center;
}

.contacts-upl-block {
    margin-top: 70px;
}

.table {
    width: 100%;
}

.table thead {
    background-color: #f5f5f5;
}

.table thead tr th,
.table tr td {
    vertical-align: bottom;
    border-bottom: 1px solid #e4e7ea;
    padding: 10px 12px;
    font-size: 12px;
}

.contacts-upl-block thead {
    background: #eee;
}

.icon-rw .icon-download {
    margin-right: 22px;
    display: inline-block;
}

.download-sheet-doc {
    width: 130px;
    text-align: center;
    position: absolute;
    right: -200px;
    bottom: 0;
}

.download-sheet-doc .btn-ls {
    width: 64px;
    height: 64px;
    padding: 20px;
}

.download-sheet-doc p {
    font-size: 14px;
    font-weight: 600;
}

/*side bar yellowbg styles*/

.sidebar-nav h4 {
    font-size: 24px;
    padding-left: 20px;
    /* margin-top: 60px; */
}

.add-group-con {
    background-color: #f5f5f5;
    /* padding: 20px; */
    position: relative;
}

.add-group-con .tags {
    padding: 8px 10px;
}

.sent-sms .date-pick {
    width: 220px;
}

.add-group-con .add {
    position: absolute;
    right: 5px;
    top: 15px;
}

.bg-ylw {
    background: #fff9f9;
    box-shadow: 0px 0px 2px 0.2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 2px 0.2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 2px 0.2px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0px 0px 10px #ccc;
    -o-box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.17);
}

.sidebar-rightsec .sidebar-nav ol {
    margin: 0;
    padding: 0px 20px;
}

.sidebar-rightsec .sidebar-nav ol li {
    margin-bottom: 15px;
    border: 0 none;
    padding: 0;
}

.sidebar-nav .icon-bull {
    vertical-align: inherit;
    margin-right: 5px;
    display: inline-block;
}

.points-content {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.6;
}

/*icon sprite styles*/

.icon-sprtite,
.icon-sms,
.icon-rupee,
.not-intrested,
.not-working,
.intrested,
.icon-business,
.icon-star,
.icon-settings,
.more-icon,
.icon-user,
.icon-email,
.icon-smile,
.icon-date,
.icon-time,
.icon-menu,
.icon-lang,
.icon-add,
.icn-glb,
.scrl-u,
.scrl-d,
.icon-close-sm,
.icon-pre,
.icon-next,
.icon-date-1,
.icon-crdc,
.icon-ntb,
.icon-dbtc,
.icon-sheet-type,
.icon-download,
.icon-delete,
.icon-download-ls,
.icon-bull,
.icon-add-user,
.icon-double-check,
.icon-plus,
.icon-menu-bar,
.icon-video,
.icon-user-2,
.icon-refresh,
.icon-search,
.icon-billing,
.icon-error,
.icon-wallet-success,
.icon-mobile,
.icon-lock,
.icon-next-large,
.icon-pre-large,
.icon-logout,
.icon-feedback,
.icon-menubar,
.icon-download-contacts,
.icon-add-money,
.icon-transaction,
.icon-edit,
.icon-im-list,
.icon-down-caret,
.icon-dropdown,
.icon-close,
.icon-check,
.icon-pdf,
.icon-debit,
.icon-credit,
.icon-netbank,
.icon-paytm,
.icon-happy,
.icon-bg-smile,
.icon-stick,
.icon-joke,
.icon-cool,
.icon-shock,
.icon-kiss,
.icon-st,
.icon-sad,
.icon-tears,
.icon-angry,
.icon-love,
.icon-right-long-h-arrow,
.icon-right-long-arrow,
.icon-right-arrow,
.icon-k-more,
.icon-caret-down,
.icon-caret-up,
.icon-whatsapp,
.icon-whatsapp-w,
.icon-s-mail,
.icon-s-mail-w,
.icon-facebook,
.icon-twitter,
.icon-dropdown-caret,
.icon-angle-right,
.icon-angle-left,
.icon-inform,
.icon-up-arrow,
.icon-close-xsm,
.icon-dot,
.icon-a-dot,
.icon-mail-char,
.icon-plus-add,
.icon-rs,
.icon-f-facebook,
.icon-f-insta,
.icon-f-twitter,
.icon-f-whatsapp,
.icon-m-whatsapp,
.icon-m-s-mail {
    width: 18px;
    height: 18px;
    /* margin-right: 5px; */
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/image-spirte.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.icon-m-whatsapp,
.icon-whatsapp {
    width: 20px;
    height: 20px;
    background-position: left -70px;
    top: 4px;
    left: -24px;
    text-align: center;
    vertical-align: middle;
}

.icon-whatsapp-w {
    width: 20px;
    height: 20px;
    background-position: left -70px;
    background-position-x: -22px;
}

.icon-m-s-mail {
    background-position-x: -27px !important
}

.icon-s-mail,
.icon-m-s-mail {
    width: 20px;
    height: 20px;
    background-position: left -93px;
    top: 3px;
    left: -23px;
    text-align: left;
    vertical-align: middle;
}

.icon-s-mail-w {
    width: 20px;
    height: 20px;
    background-position: left -93px;
    background-position-x: -26px;
}

.visible-sm-md .icon-m-whatsapp {
    top: -1px;
    left: -25px;
}

.visible-sm-md .icon-m-s-mail {
    top: 0px;
    left: -26px;
}

.icon-m-whatsapp {
    background-position-x: -24px;
}

.icon-f-facebook,
.icon-f-insta,
.icon-f-twitter,
.icon-f-whatsapp {
    width: 25px;
    height: 25px;
}

.icon-f-facebook {
    background-position: left 0;
    background-position-x: -118px;
}

.icon-f-insta {
    background-position: left -32px;
    background-position-x: -120px;
}

.icon-f-twitter {
    background-position: left -31px;
    background-position-x: -150px;
}

.icon-f-whatsapp {
    background-position: left 0;
    background-position-x: -150px;
}

.icon-plus-add {
    width: 16px;
    height: 16px;
    background-position: left -1035px;
    background-position-x: -102px;
}

.icon-rs {
    width: 16px;
    height: 18px;
    background-position: left -1034px;
    background-position-x: -80px;
}

.icon-mail-char {
    width: 20px;
    height: 20px;
    background-position: left -1035px;
    background-position-x: -50px;
}

.icon-dot {
    width: 10px;
    height: 14px;
    background-position: left -1007px;
    background-position-x: -50px;
}

.icon-a-dot {
    width: 10px;
    height: 14px;
    background-position: left -1007px;
    background-position-x: -68px;
}

.icon-up-arrow {
    width: 20px;
    height: 14px;
    background-position: left -870px;
    background-position-x: -44px;
}

.icon-right-arrow {
    width: 20px;
    height: 18px;
    background-position: left -66px;
}

.icon-video {
    width: 26px;
    height: 24px;
    background-position: left -775px;
    background-position-x: -70px;
}

.icon-inform {
    width: 14px;
    height: 18px;
    background-position: left -1478px;
    vertical-align: middle;
}

.icon-angle-right {
    width: 10px;
    height: 18px;
    background-position: left -90px;
    background-position-x: -22px;
}

.icon-angle-left {
    width: 10px;
    height: 18px;
    background-position: left -90px;
}

.icon-dropdown-caret {
    width: 18px;
    height: 16px;
    background-position: left -870px;
    top: 16px;
    right: 18px;
    z-index: -1;
}

.icon-facebook {
    width: 15px;
    height: 20px;
    background-position: left -180px;
    background-position-x: -16px;
}

.icon-twitter {
    width: 20px;
    height: 20px;
    background-position: left -242px;
    background-position-x: -28px;
}

.icon-envelope-o {
    width: 18px;
    height: 20px;
    background-position: left -70px;
    text-align: center;
    vertical-align: middle;
}

.icon-caret-down {
    width: 16px;
    height: 14px;
    background-position: left -270px;
}

.icon-caret-up {
    width: 22px;
    height: 14px;
    background-position: left -270px;
    background-position-x: -22px;
    top: 20px;
    right: 10px;
}

.icon-k-more {
    width: 28px;
    height: 14px;
    background-position: left -591px;
    background-position-x: -72px;
}

.icon-mobile {
    width: 22px;
    height: 26px;
    background-position: left 0px;
    background-position-x: -22px;
    position: absolute;
    top: 18px;
    left: 12px;
}

.icon-right-long-h-arrow {
    width: 26px;
    height: 18px;
    background-position: left -140px;
}

.icon-right-long-arrow {
    width: 26px;
    height: 18px;
    background-position: left -1522px;
    background-position-x: -30px;
}

.smiley>i {
    width: 34px;
    height: 30px;
    background-position-x: -75px;
    vertical-align: middle;
}

.icon-happy {
    background-position: left -50px;
}

.icon-bg-smile {
    background-position: left -92px;
}

.icon-stick {
    background-position: left -134px;
}

.icon-joke {
    background-position: left -176px;
}

.icon-cool {
    background-position: left -218px;
}

.icon-shock {
    background-position: left -302px;
}

.icon-kiss {
    background-position: left -344px;
}

.icon-st {
    background-position: left -386px;
}

.icon-sad {
    background-position: left -430px;
}

.icon-tears {
    background-position: left -472px;
}

.icon-angry {
    background-position: left -512px;
}

.icon-love {
    background-position: left -556px;
}

.icon-debit {
    width: 36px;
    height: 26px;
    background-position: left -1302px;
    background-position-x: 0px;
    position: absolute;
    top: 13px;
    left: 12px;
}

.icon-credit {
    width: 36px;
    height: 27px;
    background-position: left -1334px;
    background-position-x: 0px;
    position: absolute;
    top: 10px;
    left: 12px;
}

.icon-netbank {
    width: 27px;
    height: 27px;
    background-position: left -1300px;
    background-position-x: -43px;
    position: absolute;
    top: 10px;
    left: 12px;
}

.icon-paytm {
    width: 38px;
    height: 28px;
    background-position: left -1334px;
    background-position-x: -42px !important;
    position: absolute;
    top: 11px;
    left: 12px;
}

.icon-lock {
    width: 22px;
    height: 26px;
    background-position: left -32px;
    background-position-x: -23px;
    position: absolute;
    top: 16px;
    left: 10px;
}

.icon-sms {
    width: 17px;
    height: 15px;
    background-position: left top;
}

.sidebar .nav-h li .icon-sms {
    background-position: 0 0;
}

.sidebar .nav-h li .icon-sms,
.sidebar .nav-h li .icon-business {
    margin-right: 10px;
}

.sidebar .nav-h li a.active .icon-business,
.sidebar .nav-h li a:hover .icon-business {
    background-position: -19px -19px;
}

.sidebar .nav-h li a.active .icon-sms,
.sidebar .nav-h li a:hover .icon-sms {
    background-position: -19px top;
}

.icon-business {
    width: 18px;
    height: 15px;
    background-position: left -19px;
}

.sidebar .nav-h li .icon-rupee {
    margin-right: 10px;
}

.icon-pdf {
    width: 18px;
    height: 18px;
    background-position: left -892px;
}

.icon-rupee {
    width: 18px;
    height: 15px;
    background-position: left -38px;
}

.sidebar .nav-h li a:hover .icon-rupee,
.icon-rupee:hover {
    background-position: -19px -38px;
}

.icon-star {
    width: 24px;
    height: 24px;
    background-position: left -143px;
}

.icon-dropdown {
    width: 20px;
    height: 22px;
    background-position: left -864px;
    z-index: -1;
}

.icon-close {
    width: 16px;
    height: 15px;
    background-position: left -914px;
}



.group-select {
    display: table-cell;
    position: absolute;
    right: 12px;
    top: 16px;
}

.icon-settings {
    width: 26px;
    height: 26px;
    background-position: left -326px;
}

.icon-im-list {
    width: 18px;
    height: 20px;
    background-position: left -848px;
}

.icon-edit {
    width: 22px;
    height: 22px;
    background-position: left -719px;
    top: 12px;
    right: 20px;
}

.icon-add-money {
    width: 24px;
    height: 26px;
    background-position: left -392px;
    padding: 0 12px;
}

.icon-transaction {
    width: 24px;
    height: 26px;
    background-position: left -425px;
    padding: 0 12px;
}

.more-icon {
    width: 24px;
    height: 24px;
    background-position: left -168px;
}

.icon-user {
    width: 28px;
    height: 22px;
    background-position: left -490px;
    cursor: pointer;
}

.icon-email {
    width: 24px;
    height: 24px;
    background-position: left -456px;
    cursor: pointer;
}

.icon-smile {
    width: 24px;
    height: 22px;
    background-position: left -520px;
    cursor: pointer;
}

.icon-date {
    width: 24px;
    height: 22px;
    background-position: left -552px;
    position: absolute;
    top: 7px;
    left: 12px;
}

.p-setting {
    position: absolute;
    top: 41px;
    left: 16px;
}

.icon-time {
    width: 24px;
    height: 22px;
    background-position: left -655px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.icon-menu {
    width: 14px;
    height: 12px;
    background-position: left -288px;
}

.icon-download-contacts {
    width: 24px;
    height: 24px;
    background-position: left -622px;
    vertical-align: middle;
}

.icon-lang {
    width: 16px;
    height: 18px;
    margin-right: 10px;
    background-position: left -301px;
}

.icon-add {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-position: left -320px;
}

.icn-glb {
    width: 18px;
    height: 18px;
    background-position: left -353px;
}

.scrl-u {
    width: 10px;
    height: 7px;
    background-position: left -372px;
}

.scrl-d {
    width: 10px;
    height: 7px;
    background-position: left -379px;
}

.icon-close-sm {
    width: 14px;
    height: 12px;
    background-position: left -916px;
    background-position-x: -42px;
}

.icon-close-xsm {
    width: 14px;
    height: 14px;
    background-position: left -916px;
    background-position-x: -86px;
}

.icon-pre {
    width: 8px;
    height: 11px;
    background-position: -9px -397px;
}

.icon-pre:hover,
.icon-pre.active {
    background-position: -9px -409px;
}

.icon-next {
    width: 8px;
    height: 11px;
    background-position: left -397px;
}

.icon-next:hover,
.icon-next.active {
    background-position: left -409px;
}

.icon-date-1 {
    width: 16px;
    height: 16px;
    background-position: left -250px;
}

.icon-crdc {
    width: 42px;
    height: 24px;
    background-position: left -437px;
    margin-right: 5px;
}

.icon-ntb {
    width: 40px;
    height: 23px;
    background-position: left -463px;
    margin-right: 5px;
}

.icon-dbtc {
    width: 40px;
    height: 23px;
    background-position: 6px -488px;
    margin-right: 5px;
}

.icon-sheet-type {
    width: 28px;
    height: 28px;
    background-position: left -511px;
}

.icon-download {
    width: 24px;
    height: 22px;
    background-position: left -620px;
}

.icon-delete {
    width: 16px;
    height: 18px;
    background-position: left -586px;
    cursor: pointer;
}

.icon-download-ls {
    width: 20px;
    height: 23px;
    background-position: left -569px;
}

.icon-bull {
    width: 20px;
    height: 24px;
    background-position: left -1006px;
}

.icon-add-user {
    width: 22px;
    height: 24px;
    background-position: left -1058px;
    background-position-x: -57px;
}

.icon-double-check {
    width: 16px;
    height: 16px;
    background-position: left -1035px
}

.icon-plus {
    width: 14px;
    height: 14px;
    background-position: left -635px;
}

.icon-menu-bar {
    width: 14px;
    height: 14px;
    background-position: left -649px;
}

.icon-user-2 {
    width: 14px;
    height: 14px;
    background-position: left -674px;
}

.icon-refresh {
    width: 22px;
    height: 18px;
    background-position: left -982px;
}

.icon-search {
    width: 16px;
    height: 18px;
    background-position: left -796px;
}

.icon-billing {
    width: 14px;
    height: 14px;
    background-position: left -756px;
}

.icon-error {
    width: 50px;
    height: 50px;
    background-position: left -1059px;
}

.icon-wallet-success {
    width: 50px;
    height: 50px;
    background-position: left -1114px;
}

/* .icon-mobile {
    width: 16px;
    height: 28px;
    background-position: left -896px;
} */

/* .icon-lock {
    width: 20px;
    height: 22px;
    background-position: left -925px;
} */

.icon-pre-large {
    width: 22px;
    height: 45px;
    background-position: left -951px;
}

.icon-next-large {
    width: 22px;
    height: 45px;
    background-position: left -1001px;
}

.w2-fp {
    text-align: right;
    color: #fff;
    font-size: 16px;
    margin: 12px 0 14px 0;
}

.w2-fp a {
    color: #fff;
}

.mobile-nav,
.menu-wrap {
    display: none;
}

.logout-block {
    display: block;
}

.navbar-top-right ul.top-nv.more-m {
    display: none;
}
.top-nv .txt-blink, .m-main-nav .txt-blink{
    color:#ff6102;
    font-size: 9px;
    right: 0px;
    top: 20px;
    font-weight: 800;
    background: none;
}
.m-main-nav .txt-blink{
    top: 0px;
    left: 66px;
}
.overly-body {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.show-menu .overly-body {
    display: none;
}

.bg-theme-1 {
    background: #f93d71;
}

.btn-small {
    padding: 8px 12px;
    font-size: 11px;
}

.show-hidden-small {
    display: none;
}

.sidebar-rightsec.contact-popup,
.contact-popup {
    display: none;
}

.alert-m {
    display: none;
}

.d-none {
    display: none;
}

.u-fn .fa-check {
    line-height: 37px;
    font-size: 12px;
}

.sidebar-rightsec .more .more-icon {
    display: none;
}

.list-points-m {
    display: none;
}

/* .d-flex {
    display: flex;
} */

.outline-cl {
    padding: 5px 11px;
    border: 1px solid #e4e7ea;
    position: relative;
}

.search-contact-header .form-input {
    height: auto;
}

.search-contact-header .outline-input,
.right-header .outline-input,
.outline-input {
    width: 100%;
    text-align: left;
}

.m-r-5 {
    margin-right: 5px;
}

.search-contact-header i {
    color: #707070;
}

.search-contact-header .outline-cl:hover i {
    color: #444;
}

.select-field {
    cursor: pointer;
    display: table;
}

.select-field .dropdown {
    display: table-cell;
    width: 20px;
}

.dropdown-options {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #FFF;
    z-index: 20;
    border: 1px solid #CCC;
    padding: 10px 20px;
}

.dropdown-options li {
    padding: 10px 20px;
    margin: 0 -20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

/* drop down wrap styles start here */

.dropdown-wrap {
    top: 102%;
    z-index: 1000;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0px 0px 2px 2px;
    box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0px 0px 10px #ccc;
    -o-box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.17);
    left: 0;
    max-height: 200px;
    overflow-y: auto;
    border: none;
    /* box-shadow: 0 0 4px 1px #ccc; */
}

.dropdown-wrap li {
    cursor: pointer;
    display: block;
}

.dropdown-wrap>li>a {
    display: block !important;
    padding: 14px 20px !important;
    /* padding: 8px 120px 8px 10px; */
    clear: both;
    font-weight: 600;
    /* line-height: 1.42857143; */
    color: #5d5d5d;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}

.dropdown-wrap>li>a:hover {
    background: #f9f9f9;
    color: #01579b;
}

.sidebar-rightsec .sidebar-nav .dropdown-wrap>li {
    padding: 0;
}

.sidebar-rightsec .sidebar-nav .dropdown-wrap>li a {
    font-size: 12px;
    padding: 8px;
    overflow: hidden;
}

.sidebar-rightsec .dropdown-wrap {
    top: 40px;
    right: 0;
    /* width: 200px; */
}

.sidebar-rightsec .sidebar-nav .dropdown-wrap>li a:hover {
    background: #f9f9f9;
    color: #ff6102;
}

.list-content,
.list-content-1 {
    width: 100%;
    display: block;
    cursor: pointer;
}

.list-content li,
.list-content-1 li {
    font-size: 14px;
    padding: 12px 10px 12px 10px;
    border-bottom: solid 1px #e3e3e3;
    overflow-wrap: break-word;
    font-family: 'Montserrat', sans-serif;
    color: #5d5d5d;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}

.list-content-1 li {
    border: 0;
}

/* drop down wrap styles End here */

.select-field-1 {
    border: solid 1px #e3e3e3;
    color: #484848;
    font-weight: 600;
}

.p-20 {
    padding: 20px;
}

/* .inner-header {
    padding: 20px;
} */

.header-block-right {
    border-bottom: solid 1px #e3e3e3;
    padding: 20px 15px 20px 15px;
}

header-block-right h3 {
    margin: 0;
}

.m-l-10 {
    margin-left: 10px;
}

.glb-tmp {
    margin-left: 20px;
}

.fa-info-circle {
    color: #e34448;
}

.add-on-btn-1 {
    padding-right: 8px;
}

.btn-them-addon-sm {
    font-size: 13px;
    font-weight: 500;
}

.flex-1 {
    flex: 1;
}

.btn-flex li {
    margin: 2px;
}

.btn-flex li .btn-ls {
    text-align: left;
}

.btn-flex li .btn-ls i {
    margin-right: 10px;
}

.mx-btn {
    max-width: 124px;
    width: 100%;
}

.mobile-block {
    /* padding: 30px 60px; */
    text-align: center;
    /*added later*/
    background-image: url(../images/mobile.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 620px;
    /* padding-top: 18px; */
    /* margin-top:42px;  Extension margin Deleted */
    margin-top: 90px;
}

.mobile-block .preview {
    font-weight: bold;
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 6px;
    padding: 25px 30px 0;
}

.mobile-block h3 {
    padding-top: 10px;
    text-align: center;
}

.mobile-block h6 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.test-message {
    margin: 10px 60px;
    text-align: left;
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    -ms-box-shadow: 0px 0px 10px #ccc;
    -o-box-shadow: 0px 0px 10px #ccc;
}

.total-audience {
    margin: 30px 10px 0 10px !important;
    padding: 12px 20px;
}

.mobile-block img {
    max-width: 100%;
}

.add-on-btn-1,
.add-on-btn-1 {
    position: relative;
}

.add-btn-psr {
    position: absolute;
    right: 0;
    top: 0;
}

.top-100 {
    top: 100% !important;
}

.right-container-body {
    padding: 30px 0;
}

.right-container-body .input-field-md,
.right-container-body .input-form,
.right-container-body .msg-block textarea,
.right-container-body .info-label {
    font-size: 13px;
}

.card-border {
    width: 100%;
    outline: #f5f5f5;
    padding: 16px 10px 16px 10px;
    border: solid 1px #e3e3e3;
}

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

.m-b-10 {
    margin-bottom: 10px;
}

.border-top {
    border-top: solid 1px #e3e3e3;
}

.wt-100 {
    width: 100%;
}

.p-r-0 {
    padding-right: 0;
}

.m-r-0 {
    margin-right: 0;
}

.table-sm thead tr th,
.table-sm tr td {
    padding: 5px 8px;
    font-size: 75%;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.list-cell {
    display: table;
    width: 100%;
}

.list-cell li {
    display: table-cell;
    padding: 5px;
}

.v-align-top {
    vertical-align: middle;
}

.list-cell li .btn-ls {
    padding: 20px 24px;
}

.m-r-10 {
    margin-right: 10px;
}

/*nav tabs styles*/

.tabs-header {
    padding-bottom: 30px;
}

.nav-w {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-w>li {
    position: relative;
    display: inline-block;
}

.nav-w>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li {
    display: inline-block;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    /* margin-right: 2px; */
    line-height: 1.6;
    border: 1px solid transparent;
    font-size: 13px;
    padding: 12px 32px;
    color: #5d5d5d;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    background: #fff9f9;
    color: #ff6102;
    border-bottom: solid 1px #ff6102;
}

.nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: " ";
}

/*nav tabs styles end here*/

.font-nm {
    color: #b8b8bc;
    font-size: 12px;
}

.drop-down-full-wrap {
    width: 100%;
    /* box-shadow: none; */
}

.list-dropdown li,
.list-dropdown li a {
    padding: 12px 20px;
}

.list-dropdown li:hover,
.list-dropdown li a:hover {
    background: #f9f9f9;
    color: #5d5d5d;
}

.select-field-1 i {
    line-height: 1.2;
}

.captcha-block {
    width: 100%;
    display: flex;
    padding-top: 10px;
}

.captcha-block img {
    height: 48px;
}

.captcha-block .btn-outline {
    height: 48px;
    /* margin-left: 2px; */
    background: #f9f9f9;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    padding: 14px 20px;
}

.agree-terms {
    font-size: 12px;
    color: #3b2527;
    line-height: 4.5;
}

.check-box {
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
}

.curved {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
}

/*assets styles*/

.dropdown,
.dropup {
    position: relative;
}

.alert-wrap {
    width: 100%;
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 110px;
}

.alert-wrap p {
    margin-bottom: 0;
}

.alert-wrap .close-btn {
    background: none;
    border: 0 none;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 3%;
    right: 0;
    cursor: pointer;
}

.alert-msg {
    padding: 1em;
    text-align: center;
}

.alert-msg {
    font-size: 14px;
    font-weight: bold;
}

.bg-orange,
.warning-bg,
.danger-bg {
    background: #ffeaed;
}

.alert-notification {
    background-color: #fff0c4;
    color: #9e7f12;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

.aler-warning {
    color: #e34447;
    font-size: 16px;
    /* border: solid 1px #f27779; */
    border-radius: 4px;
}

.alert-success {
    /* border: solid 1px #8fdb99; */
    background: #e4f6e7;
    color: #10b327;
    font-size: 16px;
    border-radius: 4px;
}
.alert-error {
    /* border: solid 1px #8fdb99; */
    background: #FFF7F7;
    color: #e34447;
    font-size: 16px;
    border-radius: 4px;
}

.search-wrap {
    width: 100%;
}

.fa-search {
    color: #b8b7bc;
    font-size: 12px;
    margin-right: 10px;
}

.search-form-group {
    table-layout: fixed;
}

.search-form-group,
.form-group-1 {
    background: #fff;
    border: solid 1px #e3e3e3;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

span.addon-left,
span.addon-search {
    /*  height: 40px;*/
    vertical-align: middle;
    padding: 6px 18px;
    display: table-cell;
}

span.addon-search {
    padding: 6px 0px 6px 10px;
    width: 40px;
}

span.addon-search .icon-search {
    height: 20px;
}

.form-field,
.form-field-add {
    width: 100%;
    background: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border: 0;
    border-radius: 3px;
    letter-spacing: 0.5px;
    box-shadow: none;
    border: solid 1px #e3e3e3;
}

.form-field {
    opacity: 0.5;
}

.form-field:focus {
    opacity: 1;
}

.form-field-add {
    padding: 10px 12px;
}

.error {
    color: #e82626;
    font-size: 11px;
}

.w2-login .error {
    color: #ffc4c4;
    font-size: 9px;
    /*display: block;*/
    /* position: absolute; */
    letter-spacing: 0.7px;
}

.no-border {
    border: 0 none;
    /* padding(Extension) */
    padding: 16px 20px;
}

/*assets styles end*/

/* modal styles*/

.mdw-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 400px;
    min-width: 300px;
    z-index: 20001;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mdw-show {
    visibility: visible;
}

.mdw-content {
    color: #5d5d5d;
    /*background: #251766;*/
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.mdw-content .alert-wrap {
    position: relative;
    top: 0;
}

.mdw-content h3 {
    margin: 0;
    padding: 1em;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: rgba(247, 247, 247, 1);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 8px #c9c9c9;
    color: #ff6102;
}

.mdw-content button {
    background: #ff6102;
    color: #fff;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 2000;
    opacity: 0;
    background: rgba(0, 0, 45, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.mdw-show~.mdw-overlay {
    opacity: 1;
    visibility: visible;
}

/* Effect 1: Fade in and scale up */

.mdw-effect-1 .mdw-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mdw-show.mdw-effect-1 .mdw-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 1: Fade in and scale right */

.mdw-show.mdw-effect-2 .mdw-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.mdw-effect-2 .mdw-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* Effect 1: Fade in and scale right */

.mdw-effect-12 .mdw-content h3,
.mdw-effect-12 .mdw-content {
    background: transparent;
}

.mdw-content .mdw-body {
    padding: 10px 20px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #121212;
    /* max-height: 360px; */
}

.addressbook-wrap .mdw-content .mdw-body {
    overflow-x: hidden;
    overflow-y: auto;
}

.mdw-footer {
    padding: 0 0 30px 0;
    text-align: center;
}

.label-small {
    color: #5d5d5d;
    font-size: 15px;
}

.btn-light-greay,
.mdw-content button.btn-light-greay,
a.btn-light-greay {
    background: #9b9b9b;
}

/* modal styles*/

/*settings page styles*/

.header-title {
    padding: 18px 0 0 30px;
}

.header-title h3,
.header-title h4 {
    padding: 0;
    margin: 0;
}

.header-title h4 {
    font-size: 14px;
    font-weight: 500;
}

.contact-info {
    font-size: 12px;
    color: #5d5d5d;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    /*    margin-right: 10px;*/
}

.navbar-top-right ul li.contact-info {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
}

.contact-info span {
    display: block;
    /*    line-height: 1.7;*/
    line-height: 20px;
    text-align: left;
}

.contact-info .fa-envelope-o {
    font-size: 11px;
}

.contact-info i {
    margin-right: 5px;
    /* margin-left: 5px; */
}

.nav-tabs-style-1 {
    display: table;
    width: 100%;
    border: solid 1px #e8e8e8;
    background: #fff9f9;
}

.nav-tabs-style-1 li {
    display: table-cell;
    text-align: center;
}

.addon-i-s1 {
    padding: 8px;
    vertical-align: top;
}

.addon-i-s1 i {
    color: #bfbfbf;
}

.close {
    text-align: center;
    padding: 1em 0;
}

.close-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.close-butn:before {
    transform: rotate(45deg);
}

.close-butn:before,
.close-butn:after {
    content: ' ';
    height: 26px;
    width: 2.2px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 22px;
    border-radius: 10%;
}

.close-butn:after {
    transform: rotate(-45deg);
}

.close-btn:focus {
    outline: 0 none;
}

.bg-them-dark {
    background: #251766;
}

/*settings page styles end*/

/*navbar2 styles*/

.navbar-header-2 {}

.navbar-header-2 .navigation li a {
    color: #fff;
}

.navbar-header-2 .navbar-top-right {
    color: #fff;
}

.navbar-header-2 .navbar-top-right ul li.contact-info {
    color: #fff;
    padding: 24px 15px;
}

.navbar-header-2 .navbar-top-right ul li a.logout {
    color: #fff;
}

/*inner page styles*/

/*banner and content styles*/

.banner-wrapper {
    position: relative;
    padding: 1.2em 0;
    background: #f8f8f8;
    margin-top: 90px;
    z-index: 996;
}

.container-block {
    max-width: 1030px;
    margin: 0 auto;
}

.bnr-content {
    display: flex;
}

.bnr-left-cl {
    flex: auto;
    line-height: 1.2;
}

.bnr-right-cl {
    text-align: right;
}

.bnr-right-cl a {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btn-success {
    background: #33cb72 !important;
}

.bnr-title {
    font-size: 30px;
    text-transform: uppercase;
}

.static-container {
    padding: 0 0 5em 0;
    max-width: 960px;
    width: 90%;
}

.static-wrapper {
    padding-top: 1em;
    padding-left: 2em;
}

.list-block-info {
    border: solid 1px #e3e3e3;
    padding: 1em;
    margin: 0 0 10px 0;
}

.static-container .list-block-info p {
    flex: auto;
    margin: 0;
}

.static-container .list-block-info a {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.6px;
    min-width: 110px;
    text-align: center;
}

.heading-row {
    margin-bottom: 2em;
}

.static-container p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 2.7em;
}

.stc-sec ul {
    padding-left: 3em;
}

.stc-sec ul li {
    padding: 0.5em 0;
    line-height: 1.8em;
    font-size: 14px;
    list-style-type: disc;
}

.title-1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.b-msgw {
    margin-top: 60px;
}

.container-block:before,
.container-block:after {
    display: table;
    content: "";
    clear: both;
}

/*banner and content styles*/

/*help page*/

.helpcenter-content {}

.helpcenter-content li a {
    color: #5c9be8;
    display: block;
}

.issues-block ul li a {
    padding: 8px 0;
}

.helpcenter-content .title-1 {
    margin-bottom: 15px;
}

.d-issues ul li {
    cursor: pointer;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.d-issues ul li .fa-chevron-down {
    position: absolute;
    right: 25px;
    top: 20px;
}

.d-issues .list-block-info {
    display: block;
}

.ol-list {
    padding: 0 0 0 25px;
    margin: 10px 0 15px 0;
}

.ol-list li {
    padding: 8px 0;
    list-style-type: circle;
}

.title-sm {
    font-size: 14px;
}

/*help page*/

/*invite friends style & social btns*/

.social-block {
    margin-top: 2.5em;
}

.social-block .title-1 {
    margin-bottom: 25px;
}

.btn-facebook {
    background: #3c579a;
}

.btn-twitter {
    background: #04b6f4;
}

.btn-facebook:hover {
    background: #3c5aa6;
}

.btn-twitter i,
.btn-facebook i {
    margin-right: 5px;
}

.btn-twitter:hover {
    background: #2fbbec;
}

.radius-0 {
    border-radius: 0 !important;
}

.addon-btn-md,
button.addon-btn-md {
    padding: 20px 20px;
    border-radius: 0;
}

.copy-link {
    margin-top: 50px;
}

.copy-link .label-large {
    font-size: 16px;
}

.invite-friends-block .btn-ls {
    background: #eee;
    color: #484848;
    float: right;
    border: 0;
}

.invite-friends-block .btn-ls:focus {
    outline: 0 none;
}

.stc-sec {
    margin-bottom: 2em;
}

.stc-sec h4 {
    margin-bottom: 10px;
}

.fallow-info {
    width: 100%;
    background: #f6f6f6;
    padding: 1em 1.5em;
}

.fallow-info h4 {
    margin-bottom: 20px;
}

.fallow-info p {
    margin-bottom: 10px;
}

/*file upload button styles*/

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/*file upload button styles*/

/*feedback styles*/

.feed-back-body .label-small {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.feed-back-body .label-small b {
    font-weight: 500;
    color: #484848;
}

.info-mobile ul {
    flex: 1;
}

/*feedback styles*/

/*footer styles*/

/*mobile locator styles*/

.mobile-locator-content {
    max-width: 720px;
}

.mobile-locator-content .title-1 {
    margin-bottom: 15px;
}

.info-mobile {
    position: absolute;
    left: 70px;
    top: 24px;
}

.mobile-locator-content ul li {
    text-align: left;
    color: #4a4a4a;
    font-size: 16px;
}

.info-mobile label {
    width: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobile-locator-content .alert-success {
    background: #ecfeee;
    padding: 1em 2em;
}

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

.locator {
    margin-top: 20px;
    position: relative;
}

.p-r-10 {
    padding-right: 10px;
}

/*mobile locator styles*/

/*wallet styles popup*/

.title-small {
    font-size: 14px;
}

.mdw-content p {
    font-size: 14px;
}

.icon-block {
    display: block;
    padding-bottom: 15px;
}

.body-inr-cnt {
    padding: 1.5em 0 0 0;
}

.small-text {
    font-size: 13px;
}

.info-wl {
    padding: 0 2.2em;
}

.info-wl .small-text {
    line-height: 1;
}

.d-flex-int {
    flex: inherit;
}

.success-block {
    color: #10b327;
}

.m-b-0 {
    margin-bottom: 0;
}

/*wallet styles popup*/

/*transaction report styles*/

.transaction-report-block {
    padding: 1em 0;
}

.transaction-report-block .content-block {
    max-width: 1080px;
    width: 100%;
}

.transaction-list {
    margin-top: 30px;
}

.t-head-bg {
    background: #f6f6f6;
}

.color-red {
    color: #ee152f;
}

.sm-txt {
    font-size: 80%;
    white-space: nowrap;
}

.fb {
    font-weight: bold;
}

.select-sm {}

.select-sm .input-field-md,
.select-sm .input-form {
    padding: 6px 20px;
    font-size: 80%;
}

.list-dropdown-sm {}

.list-dropdown-sm li,
.list-dropdown-sm li a {
    padding: 6px 20px;
    font-size: 100%;
}

.footer-pagenav {
    padding: 1.5em 0;
}

.footer-pagenav .d-table-cell {
    vertical-align: text-bottom;
}

.select-sm .fa-sort-desc {
    position: relative;
    top: 6px;
    right: -7px;
}

/*transaction report styles*/

.btn-sm-style-1 {
    padding: 8px 10px;
    font-size: 10px;
}

.footer-block-1 {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0.4px #ccc;
}

.footer-2 .navbar {
    display: block;
}

.navbar li {
    display: inline-block;
    font-size: 14px;
    padding: 8px 12px;
}

.navbar li a {
    display: block;
}

.footer-arwapper .navbar li a {
    color: #484848;
    font-size: 13px;
}

li.ftr-brand {
    margin-right: 0;
    vertical-align: middle;
    display: inline-block;
    padding: 12px 0 0 0;
}

.footer-left {
    flex: auto;
}

.footer-right {
    text-align: right;
}

.footer-right i {
    /* margin-right: 5px; */
    font-size: 11px;
}

.footer-copy {
    background: #bebebe;
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
}

.footer-copy p {
    padding: 0;
    margin: 0;
}

.footer-block {
    width: 100%;
    /*  position: absolute;
    bottom: 0;*/
}

/*inner page styles end*/

/*login page styles start here*/

.w2-hm-bnr {
    background: #0f4285;
    margin-top: 90px;
    color: #fff;
    padding: 2em;
}

.w2-hm-bnr h3 {
    padding: 0;
    margin: 0;
    font-weight: 100;
    font-size: 24px;
}

.w2-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.hero-txt {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 3em;
}

.w2-hm-bnr .list-desc {
    padding: 0 0 0 1.2em;
}

.list-desc {
    padding: 0;
    margin: 0;
}

.list-desc li {
    list-style-type: disc;
    padding: 0.5em 0.4em;
}

.w2-hm-bnr:after,
.w2-hm-bnr:before,
.w2-container:before,
.w2-container:after {
    content: "";
    display: table;
    clear: both;
}

.w2-prallaxer {}

.home-wraper .top-left-sec {
    background: #fff;
}

.navbar-home {
    background: #fff;
}

.home-wraper .contact-links {
    font-size: 16px;
}

.colum-4,
.colum-6 {
    width: 33.333333%;
    display: inline-block;
    float: left;
}

.title-headline-w2 {
    line-height: 1.4;
    margin-bottom: 1em;
}

.w2-brd-primary {
    border-color: #0b3579;
}

.w2-hm-bnr .w2-brd-primary {
    border-color: #fff;
}

.w2-brd-primary:after {
    width: 5em;
    border-top-width: 2px;
    content: "";
    display: inline-block;
    border-top-style: solid;
    border-color: inherit;
}

/*login form*/

.login-w2-blk {
    padding: 0 3em;
    border: solid 1px #406093;
    border-bottom: 0;
    border-top: 0;
    position: relative;
}

/*business secton*/

.carosal {
    padding-bottom: 2em;
    text-align: center;
    margin: 0;
}

.carosal li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d8d8d8;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carosal li.active {
    background-color: #0b3579;
}

.business-section {
    position: relative;
    padding: 2em 0em;
}

.business-section .list-desc {
    padding: 0 0 0 1.2em;
}

.title-headline-w2 h5 {
    font-size: 20px;
    font-weight: 800;
    color: #5d5d5d;
    margin: 0;
}

.title-headline-w2 .title-large {
    font-size: 32px;
    font-weight: 100;
    margin: 0;
}

.w2-font-weight-600 {
    font-weight: 600 !important;
}

.w2-form-grp {
    margin-bottom: 16px;
    float: left;
    width: 100%;
    position: relative;
}

.w2-addon {
    height: 40px;
    vertical-align: middle;
    padding: 0.7em 0.5em 0.7em 0.7em;
}

.w2-hm-bnr .w2-addon {
    /* width: 55px; */
    position: absolute;
    left: 0;
}

.w2-addon i {
    font-size: 24px;
}

.w2-hm-bnr .input__field {
    padding: 2em 1em 1.5em 3em;
    color: #fff;
    font-size: 14px;
}

/* w2-hm-bnr .input__field ::placeholder {
    color: #fff;
    opacity: 1;
}
w2-hm-bnr .input__field :-ms-input-placeholder {
    color: #fff;
}
w2-hm-bnr .input__field ::-ms-input-placeholder {
    color: #fff;
} */

.w2-form-grp input {
    color: #fff;
}

.w2-hm-bnr .btn-theme-sm,
.w2-register .btn-theme-sm {
    background: #fff;
    color: #251766;
}

.home-wraper .btn-theme-sm {
    outline: 0 none;
    padding: 16px 20px;
    min-width: 150px;
    letter-spacing: 0.5px;
}

.home-wraper .btn-theme-sm i {
    font-size: 18px;
    margin: 0 0 0 10px;
}

.icon-arrow-pre {
    position: absolute;
    left: -130px;
    top: 44%;
}

.icon-arrow-next {
    position: absolute;
    right: -130px;
    top: 44%;
}

.icon-arrow a {
    padding: 15px;
}

/*register*/

.colum-6 {
    max-width: 50%;
    width: 100%;
}

.w2-register {
    padding: 0 0 0 3em;
}

.w2-register .btn-theme-sm {
    background: #e34447;
    color: #fff;
}

.mdw-ft {
    padding: 11px 0 0 0;
}

.fa-long-arrow-right {
    font-size: 18px;
    margin: 0 0 0 10px;
}

.pg-business .bs-wrapper,
.pg-pricing .pricing-wrapper {
    padding-top: 111px;
    margin-left: 260px;
}

.bs-points {
    display: flex;
    flex-wrap: wrap;
}

.bs-point {
    flex: 0 0 33%;
    /*padding: 10px;*/
    padding: 15px;
    border: solid 1px #f9f9f9;
    min-height: 270px;
}

.bs-point p {
    font-size: 14px;
    line-height: 2.3;
}

.pg-pricing .pricing-wrapper {
    /*    margin-left: 340px;*/
    padding-top: 120px;
}

.pg-pricing .pricing-wrapper {
    max-width: 1024px;
    overflow: hidden;
}

.free-account,
.business-account,
.enterpraise {
    margin-left: 20px;
    width: 320px;
    float: left;
    padding: 12px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
    margin-bottom: 20px;
    min-height: 500px;
}

.business-account hr {
    background-color: #e4e4e4;
}

/*login form styles*/

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border: none;
    transition: background-color 5000s ease-in-out 0s;
    border-bottom: 1px solid #f2ecf6
}

.input__field,
.input__field:active,
.input__field:focus {
    /*background-image: linear-gradient(#2339bb, #2339bb), linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13));*/
    background-image: linear-gradient(#fff, #fff), linear-gradient(rgba(57, 102, 155, 1), rgba(139, 185, 239, 1));
    box-shadow: none;
    float: none;
    outline: 0 none;
}

.input__field {
    display: block;
    width: 100%;
    line-height: 1.25;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #444;
    height: 35px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-position: left bottom, left calc(99%);
    background-repeat: no-repeat;
    background-size: 0 1px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
    border: 0;
    border-radius: 0;
    font-size: 12px;
}

.input__field:active,
.input__field:focus {
    border: 0;
    border-radius: 0;
    background-size: 100% 1px, 100% 1px;
    transition-duration: .3s
}

.error-block {
    position: relative;
}

.error-text {
    color: #bd425a;
}

/*login page styles end here*/

/*
    Send SMS page styels
*/

.group-search-menu {
    position: absolute;
    right: 20px;
    top: 10px;
}

.input-search {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 230px;
    max-width: 80%;
    display: table-cell;
}

.icon-feedback {
    /* background: url(../images/ic_feedback.png) no-repeat center center; */
    width: 26px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    background-position: left -152px;
}

.icon-menubar {
    width: 20px;
    height: 22px;
    vertical-align: middle;
    display: inline-block;
    background-position: left -750px;
    position: absolute;
    right: 14px;
    top: 8px;
}

.temp-info .icon-menubar {
    top: 0;
}

.icon-logout {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    display: inline-block;
    background-position: left -359px;
    text-align: center;
}

/*
    Future SMS page

*/

.input-control {
    border: solid 1px #e3e3e3;
    /* padding: 14px; */
    padding: 7px;
    width: 100%;
}

.input-left-padding {
    padding-left: 40px;
}

/*
    Address book
*/

.create-group {
    padding: 10px;
}

.addressbook-wrap .dropdown-wrap {
    /* width: 100%; */
    /* position: relative; */
}

/*
Business
*/

.business>.page-wrapper {
    width: 80%;
    max-width: 100%;
}

.billing .page-wrapper {
    width: 50%;
}

.business .billing .page-wrapper {
    padding-right: 50px;
}

.business-reports .page-wrapper {
    width: 70%;
    max-width: 100%;
}

.business-reports .icon-date {
    top: 22px;
    left: 15px;
}

.business-reports .list-cell li .btn-ls {
    padding: 10px 20px 10px 40px;
    height: 60px;
}

.ip-control.multi-contacts {
    min-height: 300px;
}

.temp-info {
    position: absolute;
    right: 15px;
    top: 12px;
}

.business-campaign .s-dt {
    margin-right: 30px;
}

.static-top-buttons a {
    padding: 5px 20px !important;
    color: #FFF !important;
    border-width: 0 !important;
}

.wallet-buttons a {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    padding: 6px 14px;
}

.wallet-buttons a:first-child {
    margin-right: 10px;
}

.msg-sent-info {
    position: relative;
    padding: 0 10px 0 45px;
    border-left: solid 1px #e3e3e3;
}
.msg-sent-info p{
    word-break: break-all;
    margin-bottom: 0;
}
.sent-list .msg-sent-info{
    padding: 30px 38px 50px 30px;
}

.smiley {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 23%;
    margin-top: 10px;
}

.smiles .smiley {
    cursor: pointer;
}

.pagination-list {
    display: inline-block;
    margin: 10px 20px;
}

.pagination-list a {
    padding: 5px 10px;
    display: inline-block;
    margin-right: 20px;
}

.pagination-list a:hover {
    background-color: #F7F7F7;
}

.button-close {
    position: absolute;
    right: 0;
    top: 10px;
}

.groupsms .page-wrapper {
    /* padding-top: 100px; */
}

.navbar-top-right {
    font-size: 13px;
    padding-top: 16px;
    padding-right: 0;
    text-align: right;
}

.support-info {
    margin-bottom: 10px;
    padding-right: 10px;
}

.support-info>span {
    display: inline-block;
    margin-right: 10px;
}

.navbar-top-right .ic,
.nav-support .ic,
.nav-support-mobile .ic {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
}

.ic-whatsapp {
    background-image: url(../images/ic_whatsapp.png);
}

.ic-at {
    background-image: url(../images/ic_at.png);
}

.ic-youtube {
    background-image: url(../images/ic_youtube.png);
}

.ic-feedback {
    background-image: url(../images/ic_feedback.png);
}

.ic-settings {
    background-image: url(../images/ic_settings.png);
}

.ic-logout {
    background-image: url(../images/ic_logout.png);
}

.nav-support-mobile,
.nav-support-mobile2 {
    position: absolute;
    top: 70px;
    background-color: #fff;
    right: 20px;
    z-index: 1;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
}

.nav-support-mobile2 {
    display: none;
}

.nav-support-mobile button {
    padding: 0;
}

.nav-support-mobile>div {
    margin: 6px 0;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #CCC;
    position: absolute;
    top: -14px;
    right: 40px;
}

.support-info-sm {
    display: none;
    font-size: 12px;
    color: #FFF;
    margin-right: 20px;
}

.nav-pl {
    padding-left: 114px;
}

.border-right {
    border-right: solid 1px #b3b3b3;
}

.border-left {
    border-left: solid 1px #b3b3b3;
}

.font-md-1 {
    font-size: 18px;
}

.balance-info {
    cursor: pointer;
}

.balance-info span {
    display: block;
}

.ct-inf {
    border: 0 !important;
}

.btn-default-1 {
    background: #ebebeb;
}

.m-header-links {
    display: none;
    margin-bottom: 50px;
    /* margin-top: 12px; */
}

.m-header-links a {
    display: block;
    color: #979797;
    font-weight: 400;
    padding: 3px 0;
    font-size: 14px;
    position: relative;
}

.m-header-links a i {
    padding-right: 10px;
}

.m-header-links a.active {
    color: #5f5f5f;
    font-weight: 900;
}

.m-header-links a.active:before {
    position: absolute;
    content: "";
    display: table;
    border-bottom: #5f5f5f solid 1px;
    height: 1px;
    width: 25%;
    bottom: 0px;
    left: 40px;
}

.m-0 {
    margin: 0 !important;
}

.business-campaign .ip-group {
    /*    height: 44px;*/
    height: inherit;
    padding: 10px 12px;
}

.business-campaign .tag {
    padding: 2px 7px;
    margin: 0 10px 0 0;
}

.business-campaign .input-field-md,
.business-campaign .input-form {
    padding: 10px 16px;
}

.business-campaign input.no-border {
    padding-left: 15px;
}

.select-1 {
    width: 100%;
    padding: 0px 8px;
    height: 40px;
}

.select-sm-1 {
    width: 108px;
    display: inline-block;
}

.wt-40 {
    width: 40%;
}

.test-message h2 {
    margin: 0;
    font-weight: 500;
}

.test-message h5 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.test-message h1 {
    font-size: 30px;
    margin-bottom: 5px;
}

.business-campaign .dropdown-wrap p {
    float: right;
}

.text-area-1 {
    min-height: 218px;
}

.upload-blk {
    width: 70%;
    margin: 0 auto 15px auto;
}

.upload-blk .input-field-md,
.upload-blk .input-form {
    padding: 8px 20px;
}

.mx-wt-600 {
    max-width: 668px;
}

.wt-20 {
    width: 20%;
}

.navbar-top-right .dropdown-wrap {
    left: inherit;
    right: -50px;
    top: 32px;
}

.navbar-top-right .arrow-up-1:after {
    right: -2px;
}

.arrow-up-1 {
    position: relative;
}

.arrow-up-1:after {
    content: "";
    display: table;
    position: absolute;
    top: 10px;
    right: 20px;
    border-bottom: 8px solid #9c9c9c;
    border-top-color: inherit;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.walletDropDown i {
    width: 10px;
}
#wReShow .walletDropDown li{
    width: 100%;
    border-left:0 !important;
}
.walletDropDown .fa.fa-inr {
    font-size: 13px;
}

.business-campaign .btn-them-addon-sm {
    padding: 15px 12px;
}

.business-campaign .addon-i-rt,
.business-campaign .add-on-btn-1 {
    padding: 0;
}

.navbar-top-right ul li .dropdown-wrap li {
    padding: 0;
    border-bottom: solid 1px #e7e7e7;
    width: 100%;
}

.auto-complete {
    padding: 0;
}

.sidebar-rightsec .list-content li:hover {
    background: #f4f4f4;
}

#list-cons .tags {
    margin-bottom: 6px;
}

#list-cons.add-group-con {
    padding: 8px;
}

#noconts .add {
    top: 18px;
    right: 5px;
}

#list-cons .add {
    top: 10px;
    right: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #d8d8d8;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

.wt20 {
    width: 20px;
}

.nm-vl {
    font-weight: 600;
    float: right;
}

.nav-bull-tabs {
    position: relative;
    margin-bottom: 30px;
}

.nav-bull-tabs ul li {
    margin: 0 5px;
    padding: 8px 48px;
}

.nav-bull-tabs ul.navbar {
    text-align: center;
}

.nav-bull-tabs ul li a {
    color: #ccc;
    font-size: 16px;
    font-weight: 100;
}

.nav-bull-tabs ul li a .dot {
    margin: 0 auto;
    display: block;
}

.nav-bull-tabs ul li a.active {
    font-weight: 600;
    color: #4CAF50;
}

.nav-bull-tabs ul li a.active .dot {
    background: #4CAF50;
}

.nav-bull-tabs:before {
    position: absolute;
    content: "";
    display: table;
    border-bottom: #ccc dashed 1px;
    height: 1px;
    width: 54%;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    margin: auto;
    z-index: -1;
}

.promote-campaign .page-wrapper {
    padding: 107px 20px 20px 0;
}

.pg-business .m-header-links {
    padding: 0 15px;
}

.show--m {
    display: none;
}

.text-dark-b {
    color: #251766 !important;
}

.fa-plus {
    font-size: 10px;
    color: #5d5d5d;
    font-weight: 100;
    vertical-align: middle;
}

.tags .fa-rupee {
    font-size: 15px;
    margin: 0 2px 0px 4px;
}

.right-sec-1 {
    /* padding-top: 90px; */
}

.wallet-wrap>.page-wrapper {
    width: 100%;
}

#eduList {
    height: auto;
    /*    overflow-x: hidden;
        overflow-y: scroll;*/
}

.promote-campaign .tag {
    margin: 12px 5px;
}

.p-box-top .promote-campaign {
    padding: 10px;
}

.w2-tagsinput {
    border: 1px solid #e4e7ea;
    border-radius: 2px;
    box-shadow: none;
    display: block;
    padding: 7px 7px;
    /* height:40px;
    max-height: 160px;
    overflow-y: auto */
}

.w2-tagsinput .tags,
.w2-tagsinput-more .more-tag {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding: 2px 6px;
    margin: 4px 4px;
    background-color: #fafafa;
    color: #333;
    border-radius: 2px;
    border: solid 1px #ebebeb;
}

.w2-tagsinput-more .tags {
    border: 0;
    font-weight: 100;
    margin: 4px 0px;
    padding: 2px 2px;
}

.w2-tagsinput-more .more-tag {
    border: solid 1px #ebebeb;
    float: right;
    padding: 0 10px;
}

.font-14 {
    font-size: 14px;
}

.business-reports .list-cell li {
    display: block;
    padding: 5px;
    float: left;
}

.wt-10 {
    width: 10%;
}

.wt-15 {
    width: 15%;
}

.addressbook-wrap .msg-block {
    padding-right: 0;
}

.settings .fa-pencil {
    cursor: pointer;
}

.sentsms-wrp .icon-delete {
    cursor: pointer;
}

.create-contact-list .icon-delete,
.create-contact-list .icon-download,
.senders-id .icon-delete {
    cursor: pointer;
}

.cpt-img-m img {
    height: 42px;
}

.forgot-wrap .btn-outline {
    padding: 8px 10px;
    height: 42px;
    margin-left: -2px;
    border: 0;
    background: #eaeaea;
    border-radius: 0;
    ;
}

.sidebar-rightsec .input-field-md,
.sidebar-rightsec .input-form {
    padding: 10px 20px;
}

.feed-back-body .msg-block {
    padding-right: 0;
}

#feedError {
    /* position: absolute; */
}

.feed-back-body .msg-block textarea {
    padding: 12px;
}

/*loading styles*/

.overlay-default {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 2000;
    /*background: rgba(255,255,255,255);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.loading-wraper {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 500px;
    min-width: 320px;
    height: auto;
    z-index: 20001;
}

.loading-wraper h4 {
    color: #fff;
}

.loader {
    border: 3px solid #f3f3f3;
    border-top: 2px solid #ff6102;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.addon-i-rt,
.add-on-btn-1 {
    padding: 0;
}

.addon-i-rt .btn-them-addon-sm {
    padding: 16px 30px;
}

.append-url {
    padding: 18px 30px !important;
}

#nextStepButton,
#backButton {
    padding: 12px 12px;
    min-width: 130px;
}

/*loading styles*/

/*Help centerstyles*/

.popup-section {
    top: 3px;
    /* padding: 0 15px; */
    /* margin: 20px 0 0 0; */
    position: relative;
    /* border: 1px solid rgba(0, 0, 0, .15); */
    border-radius: 0px 0px 2px 2px;
    box-shadow: 0px 0px 8px 0.2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 8px 0.2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 8px 0.2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0px 0px 8px 0.2px rgba(0, 0, 0, 0.17);
}

.popup-section .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #5d5d5d;
    font-weight: 500;
    font-size: 18px;
    margin-right: 11px;
}

.popup-section h3 {
    padding: 20px 0 0 0;
}

.popup-section h5 {
    /* padding: 26px 0 10px 0; */
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #484848;
}

.static-container .list-block-info .popup-section h5 a,
.popup-section h5 a {
    display: inline-block;
    font-size: 14px;
    text-align: inherit;
}

.f-row {
    position: relative;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.sidebar-rightsec.m-right-addrsbk {
    display: none;
    position: inherit;
    width: 100%;
}

/*api key styles*/

.api-wrap .page-wrapper {
    /* max-width: 940px; */
}

.api-container {
    margin-top: 60px;
}

.api-container h4 {
    font-size: 18px;
    font-weight: 100;
}

.api-right-sec {
    /*border: solid 1px #e3e3e3;*/
    box-shadow: 0px 2px 5px 1px #ddd;
    -webkit-box-shadow: 0px 2px 5px 1px #ddd;
    -moz-box-shadow: 0px 2px 5px 1px #ddd;
    -o-box-shadow: 0px 2px 5px 1px #ddd;
    padding: 1em;
}

.api-tabs-content {
    padding: 10px 0px;
}

.api-container .nav-tabs>li>a {
    padding: 10px 25px;
    border: solid 1px #e3e3e3;
    font-weight: 600;
}

.api-tabs-content .btn {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 100;
    background-color: #f4f4f4;
    border: solid 1px #e3e3e3;
}

.api-left-sec {
    width: 30%;
    padding-right: 50px;
}

.api-container .nav-h li a {
    color: #5d5d5d;
    padding: 16px 10px 16px 15px;
    font-weight: 500;
    border: solid 1px #e3e3e3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.api-container .nav-h li a:hover,
.api-container .nav-h li a.active {
    color: #21185b;
}

.api-container .nav-h li a:hover {
    background: #f6f6f6;
}

.api-container .nav-h li a.active {
    color: #fff;
    font-weight: bold;
    background: #21185b;
}

.api-container .d-table-cell {
    vertical-align: top;
    max-width: 680px;
}

.api-container h2 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.code-format {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

pre.printcode {
    background: #2d2d2d;
    font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 20px;
}

pre.printcode ol li {
    list-style: decimal;
    word-wrap: break-word;
}

.pln {
    color: #cccccc;
}

.impt {
    color: #cc99cc;
}

.jclass {
    color: #6699cc;
}

.noteC {
    color: #b94a48;
}

.com {
    color: #999999;
}

.str {
    color: #99cc99;
}

.pln {
    color: #cccccc;
}

.api-wrap .addon-btn-md,
.api-wrap button.addon-btn-md {
    padding: 18px 20px;
    border-radius: 0;
}

.api-wrap>.dropdown-wrap {
    top: 114%;
}

pre {
    white-space: pre-wrap;
    margin: 0px;
    min-height: 80px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px 14px;
    font-family: 'Montserrat', sans-serif;
    color: #747474;
    font-size: 100%;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}

/*api key styles end*/

/* extension popup css start*/

button {
    border: 0;
    outline: 0 none;
    cursor: pointer;
}

/* modal styles*/

.mdw-modal-extn {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 650px;
    min-width: 320px;
    height: auto;
    z-index: 20001;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mdw-show {
    visibility: visible;
}

.mdw-content {
    color: #5d5d5d;
    /*background: #251766;*/
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.mdw-content button.extn {
    width: auto;
    min-width: 250px;
    display: inline-block;
    margin: 0 auto;
    font-size: 0.8em;
    padding: 5px 10px;
    background: #fff;
    color: #5d5d5d;
    text-transform: uppercase;
    font-weight: 600;
    border: solid 1px #5d5d5d;
}

.overlay,
.overlay-default {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
}

.mdw-show~.mdw-overlay {
    opacity: 0.7;
    visibility: visible;
}

/* Effect 1: Fade in and scale up */

.mdw-effect-1 .mdw-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mdw-show.mdw-effect-1 .mdw-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 1: Fade in and scale right */

.mdw-show.mdw-effect-2 .mdw-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    overflow: hidden;
}

.mdw-effect-2 .mdw-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* Effect 1: Fade in and scale right */

.mdw-effect-12 .mdw-content h3,
.mdw-effect-12 .mdw-content {
    background: transparent;
}

.mdw-content .mdw-body-extn {
    padding: 30px 46px 15px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.mdw-footer-extn {
    padding: 0 0 30px 0;
    text-align: center;
    position: relative;
}

.mdw-body-extn .label-small {
    color: #5d5d5d;
}

.btn-light-greay,
.mdw-content button.btn-light-greay,
a.btn-light-greay {
    background: #9b9b9b;
}

/* modal styles*/

.header-extn {
    margin: 0;
    padding: 48px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: #0f4285;
    border-radius: 3px 3px 0 0;
}

.header-extn hr {
    border: solid 1px #3f679d;
    width: 160px;
    margin: 20px auto;
    background: #3f679d;
}

.header-extn h2 {
    padding: 0;
    margin: 0;
    color: #eff2f6;
    font-size: 18px;
    font-weight: 100;
}

.mdw-content .close-btn-extn,
.mdw-content button.close-btn-extn {
    min-width: auto;
    padding: 6px 8px;
    border: solid 1px #fff;
    background: none transparent;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 8px;
    line-height: 1.1;
    border-radius: 50%;
}

button:focus {
    outline: 0 none;
}

.chrome-icon {
    position: absolute;
    bottom: -10px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .mdw-content .mdw-body-extn {
        padding: 30px 15px 15px;
    }

    .mdw-content .mdw-body-extn p {
        font-size: 14px;
    }

    .mdw-modal-extn {
        min-width: 300px
    }

    .chrome-icon {
        width: 80px;
        height: 80px;
        position: relative;
        float: right;
    }

    .chrome-icon img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

/* extension popup css end*/

#modal-feed .mdw-content .mdw-body {
    max-height: inherit;
}

.user-ver .headeline {
    line-height: 12px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.location-wrap .input-field {
    padding: 8px 20px;
}

.location-wrap .addon {
    padding: 8px 2px;
}

.sub-list .fa-square {
    font-size: 5px;
    vertical-align: middle;
    line-height: 11px;
}

.level-1 .sub-list {
    padding: 10px 0px 0px 30px;
}

/* .level-2 .sub-list {
    padding: 8px 0px 8px 40px;
} */

.select-style-ht {
    padding: 0px 20px;
    position: relative;
}

.scroll-dropdown {
    /* top:56px; */
    height: 210px;
    overflow-x: auto;
}

.scroll-ddmenu-main {
    height: auto;
    clear: both;
    content: "";
}

.promote-campaign .w2-tagsinput .tag,
.promote-campaign .w2-tagsinput-more .tags {
    padding: 2px 6px;
    margin: 0;
}

.promote-campaign {
    width: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    max-height: 165px !important;
    min-height: 40px;
}

.p-box-top .promote-campaign {
    -webkit-box-shadow: 2px 2px 4px 0.2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 2px 2px 4px 0.2px rgba(0, 0, 0, 0.17);
    box-shadow: 2px 2px 4px 0.2px rgba(0, 0, 0, 0.17);
}

.select-style-ht-1 {
    height: auto;
    position: relative;
}

.input-addon-block .input-field-md,
.input-ads {
    width: 95%;
    padding: 8px 2px;
}

.input-field-group {
    padding: 8px 12px;
    border: 0;
    width: auto;
}

.invite-wrap .tag {
    padding: 2px 6px;
    margin: 4px 4px;
}

.vertical-align-top {
    vertical-align: top;
}

.btn-lg {
    padding: 16px 30px;
    background: #ff6102;
    display: block;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
}

/*video styles*/

.video-block {
    background: #140d37;
    margin: 10px;
    padding: 10px 0px;
    border-radius: 3px;
    display: block;
}

.video-block a {
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: table;
}

.video-block img {
    max-width: 100%;
    margin-right: 10px;
    vertical-align: middle;
    height: 16px;
}

.m-vd {
    display: none;
}

.add-vertical {
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

.add-horizontal {
    max-width: 728px;
    height: 90px;
    margin: 20px 0;
}

.add-img {
    max-width: 100%;
}

.add-vertical-2 {
    margin-top: 15px;
}

.add-block {
    margin: 0;
    position: absolute;
    right: -324px;
}

/* ==========Extension start from here=========== */

.box-show {
    position: relative;
}

.box-show-full {
    /* max-height: 160px;
    min-height: 40px;
    z-index: 1000;
    overflow-y: auto;
    display: list-item; */
}

.select-items {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding: 2px 6px;
    margin: 6px 4px;
    background-color: #fafafa;
    color: #333;
    border-radius: 2px;
    border: solid 1px #ebebeb;
}

.select-items img {
    padding-left: 6px;
}

.view-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding: 2px 6px;
    background-color: #fafafa;
    color: #333;
    border-radius: 2px;
    border: solid 1px #ebebeb;
    position: absolute;
    top: 6px;
    right: 10px;
}

.edu-list {
    float: left;
}

.view-more {
    float: right;
}
.api-ref {
    font-size: 18px;
}
.demo-video {
    margin: 0 0 20px 0;
    padding: 30px 20px;
    box-shadow: 0 -1px 8px 0 #777;
    -moz-box-shadow: 0 -1px 8px 0 #777;
    -webkit-box-shadow: 0 -2px 7px 0 #777;
    -ms-box-shadow: 0 -1px 8px 0 #777;
    -o-box-shadow: 0 -1px 8px 0 #777;
}

.demo-video a {
    font-size: 14px;
    text-align: center;
    display: table;
    color: #ff6102;
}

.demo-video img {
    padding-right: 10px;
    vertical-align: middle;
}

.walletDropDown {
    position: absolute;
}

.walletDropDown>li>a {
    padding: 10px 16px !important;
}

.custom-scrollbar::-webkit-scrollbar,
.api-program::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    scroll-behavior: smooth;
    background-clip: border-box !important;
    border: none !important;
    overflow: visible;
    cursor: pointer;
}

.custom-scrollba::-webkit-scrollbar-corner {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #efefef;
    border: solid transparent;
    border-width: 0 0 0 4px;
    cursor: pointer;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(10, 10, 10, 0.26) !important;
    cursor: pointer;
}

.api-program::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

.api-program::-webkit-scrollbar-thumb {
    background: darkgrey;
}

.b-dashboard-table::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 50px;
}

.b-dashboard-table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e1e1e1;
    border-radius: 50px;
}

.b-dashboard-table::-webkit-scrollbar {
    height: 10px;
    scroll-behavior: smooth;
}

.fa-bars {
    cursor: pointer;
}

.return-back {
    margin-bottom: 10px;
    background-color: #251766;
    color: white;
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 14px;
}

.no-borders {
    border: none;
}

.border-br {
    border-bottom: 1px solid black !important;
}

.payment-content {
    /* display: flex; */
    width: 100%;
    margin: 5px 0;
    text-align: center;
    margin-bottom: 40px;
}

.payment-content .btn-ls-2 {
    margin: 0 10px 10px 0;
}

.btn-ls-2 {
    /* flex: 0 0 187px; */
    height: 50px;
    width: 31%;
    background: #eee;
    margin: 5px 5px;
    padding: 0;
}

/* .payment-row-2{
    justify-content: center;
    margin:5px 10px 5px 0;
} */

.border-btm {
    border-bottom: 1px solid #e2e2e2 !important;
}

.due-amt {
    text-align: justify;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
}

.paytm_ic {
    margin-left: -30px;
    padding: 0 5px;
}

.icon-dbtc {
    margin-right: 3px;
}

.payment_op {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

/* .btn-theme-sm{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
 }*/

.visible-xs {
    padding: 20px 10px;
    /*    border-bottom: 1px solid #e8e8e8;*/
    color: #5d5d5d;
    font-size: 18px;
    font-weight: 600;
    display: none;
}

.visible-smile {
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    color: #5d5d5d;
    font-size: 18px;
    font-weight: 600;
}

.clse-btn {
    float: right;
    visibility: collapse;
}

.msg-op {
    padding: 20px 0 60px 10px;
}

.selectdiv {
    position: relative;
    float: left;
}

/* .selectdiv:after {
    content: url('../images/down-arrow.png');
    right: 11px;
    top: 0;
    padding: 8px 14px 0px 15px;
    position: absolute;
    pointer-events: none;
} */

.selectdiv select {
    width: 330px;
    height: 40px;
    float: right;
    padding-left: 15px;
    border: 1px solid #dee0de;
    border-radius: 2px;
}

.selectdiv select,
.b-dashboard select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.b-dashboard select::-ms-expand,
.selectdiv select::-ms-expand {
    display: none;
}

.pagination-ul {
    padding: 0 0 0 10px;
}

.free-sms-text {
    height: 150px !important;
}

.wallet-pay {
    width: 100%;
}

.wallet-pay .btn-ls-2,
.payment-content .btn-ls-2 {
    text-align: left;
}

.w-paytm {
    padding-left: 60px;
}

.w-dcard,
.w-dcard {
    padding-left: 56px;
}

.w-nbank {
    padding-left: 48px;
}

.api-table table,
.api-table td,
.api-table th {
    border: 1px solid #e8e8e8;
    /* white */
    text-align: left;
}

.api-table th,
.api-table td {
    padding: 15px;
}

.api-table tbody td {
    padding: 10px;
    color: #696969
}

.api-table b {
    font-weight: 600;
    color: #4e4e4e;
}

.api-table th {
    background: #f9f9f9;
    font-size: 15px;
    color: #484848;
    font-weight: 600;
}

.api-right-sidebar {
    width: 460px;
    background: #644848;
    height: 100%;
    position: fixed;
    top: 74px;
    right: 0;
    overflow-y: auto;
    border: none;
}

.api-code-language {
    /* border: 1px solid white; */
    margin: 20px 15px;
    color: white;
}

.api-request .active {
    background: #ff6102;
    border: 0 !important;
}

.api-language {
    position: relative;
    padding: 0 10px 0 40px;
    /* margin-top: 30px; */
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.api-program {
    margin: 0 15px;
    overflow: auto;
    scroll-behavior: smooth;
    min-height: 150px;
    max-height: 380px;
    padding: 20px 0;
    background: #fff;
}

.c-title {
    margin-bottom: 20px !important;
}

.c-des {
    width: 15%;
    vertical-align: top;
}

.camp-res {
    margin: 60px 15px;
    margin-bottom: 100px;
}

.sub-nav-hide {
    display: none;
}

.sub-nav-active {
    display: block;
}

.program-hide {
    display: none;
}

.program-show {
    display: block;
}

/* Hide the browser's default radio button */

.api-language .custom-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.api-language .custom-rad {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.api-language:hover .custom-radio~.custom-rad {
    background-color: #ccc;
}

.api-language:hover .custom-radio~.custom-rad {
    background-color: #ccc;
}

.api-language .custom-radio:checked~.custom-rad {
    background-color: #ff6102;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.api-language .custom-rad:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.api-language .custom-radio:checked~.custom-rad:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.api-language .custom-rad:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.api-title1 {
    color: white;
    font-weight: 300;
    margin: 30px 15px 0;
}

.api-select {
    background: #7d5b5b;
    margin: 10px 15px;
    cursor: pointer;
    position: relative;
}

.api-select img {
    color: white;
    position: absolute;
    right: 18px;
    top: 26px;
}

.api-dropdown {
    background: #fff;
}

.api-dropdown span {
    display: block;
}

.api-dropdown li {
    padding: 15px;
    margin: 10px 0;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(227, 227, 227, 1);
    box-shadow: 1px 1px 5px 0px rgba(227, 227, 227, 1);
    overflow-wrap: break-word;
}

.api-dropdown ul {
    padding: 10px;
}

.api-collapsible {
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
}

.api-select .api-dropdown {
    display: none;
    /* background-color: #f1f1f1; */
}

.api-request {
    margin: 30px 15px;
}

.api-dropdown span {
    color: #fe7705;
}

.api-collapsible span {
    border: 1px solid #ff6102;
    border-radius: 2px;
    padding: 2px 12px;
    margin: 0 10px 0 0px;
}

.api-request .button {
    /* background-color:  #2196F3;  */
    border: 1px solid #ff6102;
    ;
    border-radius: 2px;
    color: white;
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    margin: 0px 15px 0 0px;
}

.api-request .button:hover {
    background-color: #ff6102;
}

.api-program-wrapeer {
    margin-left: 378px;
    position: relative;
    max-width: 600px;
    width: 40%;
    padding: 180px 20px 30px 0;
}

.api-table {
    width: 100%;
    overflow: auto;
}

.api-collapsible small {
    overflow-wrap: break-word;
    font-size: 12px;
}

.api-services {
    font-size: 12px;
    background-color: #fff0f0;
    color: #686868;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 12px 14px;
}


.api-services small {
    font-size: 10px;
    display: block;
    margin-top: -5px;
}

.api-char-no {
    font-size: 30px;
    width: 30%;
}

.api-collapsible select {
    background: transparent;
    outline: none;
    border: 1px solid #fff;
    padding: 2px 10px;
    margin-right: 10px;
    color: white;
    border-radius: 2px;
}

.api-form {
    width: 80%;
    display: inline-table;
    vertical-align: middle;
}

.api-copy-btn {
    width: 130px;
    padding: 18px 0 !important;
}

.gist-file {
    margin-bottom: -1rem !important;
}

.api-language .active {
    background-color: #01579b;
}

.camp-res-div {
    margin-bottom: 100px;
}

.campaign-program {
    margin-bottom: 120px;
}

.gist .gist-data {
    overflow: inherit !important;
    border-bottom: 0 !important;
}

.gist .gist-meta {
    margin-top: 20px;
}

.gist .gist-file {
    border-bottom: 0 !important;
    border: 0 !important;
}

.gist .blob-wrapper {
    overflow-x: inherit !important;
    overflow-y: inherit !important;
}

.sub-contacts-dropdown li {
    padding: 12px 0 12px 20px !important;
}

.select-location {
    padding: 12px 16px;
    width: 100%;
}

.promote-selections {
    margin: 10px 0 0 20px;
}

.api-program-title {
    margin: 0 15px;
    color: white;
}

.api-program-title span {
    overflow-wrap: break-word;
    padding: 0 10px;
}

.tag-list .input-field-group {
    padding: 12px 20px;
}

/* ======Promote tables New Strat From Here====== */

.promote-selectiv {
    -webkit-box-shadow: 1px 1px 6px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 1px 1px 6px 0px rgba(30, 30, 30, 0.2);
    box-shadow: 1px 1px 6px 0px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 1px 1px 6px 0px rgba(30, 30, 30, 0.2);
    -o-box-shadow: 1px 2px 6px 0px rgba(30, 30, 30, 0.2);
    min-height: 40px;
    max-height: 215px;
    overflow-y: auto;
    width: 100%;
    position: relative;
    border-radius: 2px;
}

.promote-selectiv .tag-list {
    padding: 8px 0;
}

.p-box-top {
    box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -o-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
}

.v-more {
    font-size: 15px;
    width: 100px;
    color: #7c7c7c;
    right: 15px;
    top: 13px;
    cursor: pointer;
}

.clr-tags {
    font-size: 15px;
    color: #5d5d5d;
    cursor: pointer;
    color: #c3473e;
}

.view-mr {
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    /* border-bottom: 1px solid #ccc; */
    position: sticky;
    top: 0;
    background: #fff;
    /* z-index: 99; */
}

.view-mr-sub {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 430px;
    /* padding: 0 20px; */
}

.v-more a {
    box-shadow: 0 0 2px 0.1px #ccc;
    color: #808080;
    padding: 5px 6px;
    border-radius: 2px;
}

.promote-inner-select {
    /* padding: 2px 0 0 0;
    position: sticky;
    top: 0px;
    background-color: #fff; */
}

.promote-selectiv .tag {
    margin: 5px 5px 5px 0;
}

.promote-selectiv .tag-list {
    /* overflow: unset; */
    max-height: none;
    /* min-height: unset; */
}

.dropdown-min-m {
    /* padding: 0 20px; */
    padding: 15px 20px 0 28px;
    min-height: 300px;
    max-height: 500px;
    overflow-y: auto;
    text-transform: capitalize;
    border-radius: 2px;
    top: 1px;
    background: #fff;
}

/* Custom Check Box Start from here */

.p-section-1 {
    display: block;
    position: relative;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-char {
    padding: 0 35px 0 18px;
    cursor: pointer;
    vertical-align: top;
}

/* .p-section-1:nth-child(5){
    padding: 0 35px 0 30px; 
}
.level-menu{
    padding-right: 10px;
} */

/* Hide the browser's default checkbox */

.p-section-1 input:indeterminate~.custom-check {
    background-color: #2196F3;
    border-radius: 2px;
    border: 0;
}

.p-section-1 input:indeterminate~.custom-check::after {
    left: 3px;
    top: 6px;
    width: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

.p-section-1 .custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.p-section-1 .custom-check {
    position: absolute;
    top: 6px;
    left: -7px;
    height: 14px;
    width: 14px;
    border: 2px solid #9c9c9c;
    border-radius: 2px;
    z-index: 1;
    background: #fff;
}

/* On mouse-over, add a grey background color */

.p-section-1r:hover .custom-checkbox~.custom-check {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.p-section-1 .custom-checkbox:checked~.custom-check {
    background-color: #ff6102;
    border-radius: 2px;
    border: 0;
}

/* ======indeterminate====*/

.p-section-1 .indeterminate {
    display: none;
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #2196F3;
    border-radius: 2px;
}

.p-section-1 .custom-checkbox:checked~.indeterminate:after {
    display: block;
}

.p-section-1 .custom-check~.indeterminate:after {
    content: "";
    position: absolute;
    display: none;
}

/* Create the checkmark/indicator (hidden when not checked) */

.p-section-1 .custom-check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.p-section-1 .custom-checkbox:checked~.custom-check:after {
    display: block;
}

/* Style the checkmark/indicator */

.p-section-1 .custom-check:after {
    left: 4px;
    top: 1.2px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom Check Box End here */

.dropdown-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(204, 204, 204, 0.85);
    -moz-box-shadow: 1px 1px 8px 0px rgba(204, 204, 204, 0.85);
    box-shadow: 1px 1px 8px 0px rgba(204, 204, 204, 0.85);
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.dropdown-circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #6e6e6e;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 10px;
}

.dropdown-circle:hover,
.dropdown-circle i:hover {
    color: #2196F3;
}

.p-dropdown {
    vertical-align: unset;
    position: absolute;
    right: 0;
}

.p-dropdown .icon-dropdown {
    opacity: 0.7;
}

.promote-selectiv input {
    /* margin: 6px 0; */
}

.p-lvel-1 {
    padding-bottom: 16px;
    font-weight: 700;
    position: relative;
}

.level1-bdr,
.level2-bdr,
.level3-bdr {
    border-left: 1px solid #e0e0e0;
}

.p-lvel-2 {
    padding-bottom: 14px;
    font-size: 15px;
    color: #5d5d5d;
    position: relative;
    margin-left: 7px;
    font-weight: 500;
}

.p-lvel-3 {
    padding-bottom: 15px;
    font-size: 15px;
    color: #5d5d5d;
    font-weight: 500;
    position: relative;
    padding-left: 18px;
}

.p-lvel-1 .p-char {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 500;
    padding: 0 35px 0 18px;
    margin-bottom: 0;
}

.count-no {
    color: #5d5d5d;
}

.p-lvel-1 .count-no {}

.p-lvel-2 .count-no {}

.p-lvel-3 .count-no {}

.p-section-1 input {
    vertical-align: middle;
}

.p-lvel-2 .p-char {
    padding: 0 35px 0 18px;
}

.p-lvel-2 .p-section-1 .custom-check {
    left: -8px;
}

.li-sec-1 {
    /* padding-top: 30px; */
    /* padding-bottom: 10px; */
}

.s3-hide-br {
    background: white;
    width: 3px;
    height: 12px;
    z-index: 999;
    bottom: 14px;
    left: 6px;
}

.s2-hide-br {
    background: #ffffff;
    width: 4px;
    height: 27px;
    z-index: 999;
    bottom: -2px;
    left: -2px;
}

.li-sec-2 {
    padding-left: 25px;
    /* margin-left: 6px; */
    border-left: 1px solid #e0e0ee;
    /* padding-bottom: 15px; */
}

.level2-ht-br {
    border-bottom: 1px solid #e0e0ee;
    width: 25px;
    position: absolute;
    top: 12px;
    left: 0;
}

.p-lvel-3 .level2-ht-br {
    left: 0 !important;
    width: 25px !important;
}

.p-lvel-3:last-child {
    padding-bottom: 0;
}

.p-lvel-2:nth-last-of-type(2) .level2-vt-br {
    height: 45px !important;
}

.p-lvel-2:nth-last-of-type(1) .level2-vt-br {
    height: 45px !important;
}

.p-lvel-3:nth-last-of-type(1) .level2-vt-br {
    height: 45px !important;
}

.p-lvel-1:nth-last-of-type(2) .level1-vt-bar {
    height: 10px;
}

/* .p-lvel-3 .level2-vt-br:nth-last-of-type(2){
    height: 47px;
} */

.p-lvel-1:nth-last-of-type(2) {
    /* padding-bottom: 0 !important; */
}

/* .level1-vt-bar{
    border-left: 1px solid #bababa;
    position: absolute;
    height: 60px;
    top: 3px;
    left: 7px;
} */

/* .level3-vt-br{
        position: absolute;
        border-left: 1px solid #bababa;
        top: -60px;
        left: -58px;
        height: 80px;
    } */

/* .p-lvel-2:nth-last-of-type(1) {
    padding-bottom: 0 !important;
} */

/* .level2-vt-br {
    border-left: 1px solid #bababa;
    height: 40px;
    left: 6px;
    top: 3px;
} */

.hidden-t-br {
    top: 0;
    left: -2px;
}

.hidden-b-br,
.hidden2-t-br,
.hidden-t-br,
.hidden3-t-br {
    width: 5px;
    height: 6px;
    background: white;
    z-index: 90;
}

.hidden-b-br {
    bottom: -3px;
    left: 30px;
    height: 20px !important;
}

.hidden3-t-br {
    background: #ffffff;
    height: 21px !important;
    bottom: -3px;
    left: 30px;
}

.hidden2-t-br {
    top: 0;
    left: -4px;
}

.p-lvel-3 .p-char {
    padding: 0 35px 0 32px;
}

.p-lvel-3 .p-section-1 .custom-check {
    left: 7px;
}

.level3-vt-br {
    /* border-left: 1px solid #bababa; */
    height: 40px;
    top: 5px;
    left: 32px;
}

.p-lvel-2 .level2-ht-br {
    left: -33px;
}

.p-lvel-3 .p-char {
    padding: 0 35px 0 32px;
}

.li-sec-3 {
    padding-left: 7px;
    padding-bottom: 15px;
}

.li-sec-3:nth-last-of-type(2) {
    padding-bottom: 0 !important;
}

.promote-inner-select button:hover {
    color: #2196F3;
}

.promote-inner-select button {
    font-size: 13px;
    color: #7d7d7d;
    font-weight: 600;
    padding-top: 10px;
}

.p-dropdown dd:hover {
    display: block;
}

.s-dd {
    display: none;
}

/* ======Promote tables  End Here====== */

.help-dropdown p {
    padding: 14px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 0em;
}

.help-dropdown .help-issue {
    border: 1px solid #e4e4e4;
    padding: 14px;
}

.help-dropdown .icon-dropdown-caret {
    top: 20px;
}

.popup-section .icon-close {
    right: 20px;
    top: 10px;
}

.help-dropdown {
    padding: 0em !important;
    border: 0;
}

.click-after-select {
    width: 40%;
}

.user-check-det {
    border: 0;
}

.s-user-circle {
    position: absolute;
    left: -17px;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    /*    z-index: 9999;*/
    border-radius: 50%;
}

.s-check-meg {
    border: 0;
}

.btn-back-to {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 12px;
}

.btn-back-to img {
    vertical-align: middle;
    margin-top: -4px;
    padding: 0 10px 0 0;
}

.btn-back-to a {
    color: #ff6102;
}

.sp {
    width: 100%;
    position: relative;
}

.img-sp {
    width: 24px;
    height: 24px;
    position: absolute;
}

.select-invoice {
    padding: 5px 20px 5px 5px;
    border: 0;
    font-size: 14px;
    text-indent: 5px;
}

.reg-way .addon {
    padding-top: 12px;
    padding-bottom: 12px;
}

.reg-way {
    height: auto;
}

.reg-sel>select {
    height: auto;
    padding: 12px 20px;
}

/* Dashboard Start from here */

.b-dashboard {}

.b-dashboard input,
.b-dashboard select {
    padding: 8px 12px;
    border: 0;
}

.b-dashboard .b-dashboard-fields {
    width: 25%;
    padding: 0 20px 0 0 !important;
    margin: 0;
}

.b-dashboard .d-select i {
    position: absolute;
    top: 7px;
    right: 10px !important;
    left: auto;
}

.b-dashboard .d-select>input {
    width: 100%;
}

/* .campagin-list-dropdown{
    min-height: 150px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0px 2px 8px 0px #ccc;
    background: #fff;
    position: absolute;
    top:45px;
     left: 0;
    width:23%;
    z-index: 99;
    display: none;
} */

.campagin-list-dropdown>li {
    display: block;
    padding: 10px !important;
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
    float: none !important;
}

.rep-status {
    padding: 0 !important;
    margin: 0 !important;
}

.rep-get {
    background: #ff6102;
    padding: 8px 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
}

.b-dashboard .input-grp {
    margin-bottom: 30px;
}

.b-dashboard-report {
    height: 505px;
    width: 38%;
    /*box-shadow: 0px 2px 8px 0px #ccc;
    */
    box-shadow: 0px 0px 8px 0px rgba(30, 30, 30, 0.2);
    background: #fff;
    display: inline-block;
    /*margin-top: -20px;*/
    -webkit-box-shadow: 0px 0px 8px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 0px 0px 8px 0px rgba(30, 30, 30, 0.2);
    -o-box-shadow: 0px 0px 8px 0px rgba(30, 30, 30, 0.2);
}

.dr-title {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #484848;
}

.promote-reports .voice-reports .b-dashboard-report li{
    padding: 30px 20px;
}

.b-dashboard-report li {
    padding: 14px 20px;
    border-top: 1px solid #d1d1d1;
    font-size: 16px;
    color: #7c7c7c;
}

.b-dashboard-report li span:nth-child(2) {
    font-weight: 600;
    font-size: 18px;
}

.d-graph .dr-title {
    border-bottom: 1px solid #d1d1d1;
}

.d-graph {
    margin-left: 19px;
    width: 60%;
}

.d-ddud {
    bottom: 0;
    border-top: 1px solid #d1d1d1;
}

.d-piechart .pie-diagram {
    width: 340px;
    height: 340px;
    margin: 22px auto;
}

.pie-diagram {
    text-align: center;
}

.null-pie {
    width: 380px;
    height: 380px;
    margin: 0px auto;
}

.ds-dd {
    background: #6f92f0;
    border: 2px solid #4665b8;
    display: inline-block;
}

.ds-ud {
    background: #76dbdb;
    border: 2px solid #1ba9a9;
    display: inline-block;
}

.d-ds {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.ds-pc {
    /* padding-right: 20px; */
    font-size: 14px;
    color: #7c7c7c;
}

.d-deleivered,
.d-undeleivered {
    border-right: 1px solid #d1d1d1;
    padding: 10px 0;
}
.d-deleivered:last-child{
    border: none;
}
.d-ud {
    padding: 0 30px;
}

.d-ud h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #7c7c7c;
}

.d-ud span {
    font-size: 18px;
    color: #484848;
    font-weight: 600;
}

.d-ud span:nth-child(3) {
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}

.d-deleivered span:nth-child(3) {
    color: #2d994a;
}

.d-undeleivered span:nth-child(3) {
    color: #ea2f6e;
}

.d-clickrate span:nth-child(3) {
    color: #ff7f4d;
}

.b-dashboard-table td,
.b-dashboard-table th {
    padding: 14px 10px !important;
    /* text-align: left; */
}

.b-dashboard-table table {
    width: 100%;
    table-layout: fixed
}

.b-dashboard-table thead {
    background: #ededed !important;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 400;
}

.b-dashboard-table {
    margin: 10px 0 30px 0;
    background: #fff;
    box-shadow: 0px 2px 8px 0px #ccc;
    overflow-x: scroll;
    overflow-y: hidden;
}

.b-dashboard-table>tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}

.info-empty {
    overflow: hidden;
    margin-top: 0px;
}

.highcharts-credits {
    display: none;
}

/* Dashboard End here here */

.user-contact {
    height: 0 !important;
}

.user-contact>.addon {
    padding: 12px 2px;
}

.ipr-brs {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ipl-brs {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bru-t {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bru-b {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*========= OTP POPUP Start From here================== */

.otp-pop {
    width: 100%;
    max-width: 450px;
    height: auto;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 0px 8px 1px #ccc;*/
    /*-moz-box-shadow: 0px 0px 8px 1px #ccc;*/
    /*box-shadow: 0px 0px 8px 1px #ccc;*/
    margin: 0 auto;
    padding: 32px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.otp-pop>h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #212121;
}

.otp-pop>h3 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}

.otp-pop>h4 {
    font-size: 20px;
    color: #251766;
    margin-bottom: 32px;
}

.otp-pop>label {
    color: #757575;
    margin-bottom: 5px;
}

.otp-pop-ip-box>input {
    border: 0;
}

.otp-pop-ip-box {
    border-bottom: 2px solid #3f51b5;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 600;
}

.otp-pop-btn {
    margin: 32px 0 0 0;
    font-weight: 800;
}

.otp-pop-btn>a {
    color: #565656;
}

.otp-pop-btn>a:hover {
    color: #3f51b5;
}

.otp-pop-btn:last-child {
    margin-right: 0;
}

.otp-pop-btn :first-child {
    margin-right: 30px;
}

.otp-terms {
    font-size: 15px;
}

.otp-terms .otp-pop-btn {
    margin: 24px 0 0 0;
}

.otp-inform {
    border-radius: 4px;
    color: #316f1d;
    padding: 12px;
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
}

.otp-time {
    font-size: 16px;
    padding: 0;
    vertical-align: bottom;
    color: #3f51b5;
    cursor: pointer;
}

.otp-offer {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

/*========= OTP POPUP End HERE================== */

.s-modify {
    margin-right: 12px;
}

.payment-page-wrapper {
    max-width: 60% !important;
    width: 100% !important;
}

.pay_d-cal {
    width: 70%;
}

.choose-amount .tags {
    padding: 7px 12px;
    margin: 0px 15px 15px 0px;
    /* box-shadow:0 0 10px 0.3px #ccc;
   -webkit-box-shadow:0 0 10px 0.3px #ccc;
   -moz-box-shadow:0 0 10px 0.3px #ccc;
   -ms-box-shadow:0 0 10px 0.3px #ccc;
   -o-box-shadow:0 0 10px 0.3px #ccc; */
}

.wallet-pay button {
    background: #f1f1f1;
    /* box-shadow:0 0 10px 0.3px #ccc;
    -webkit-box-shadow:0 0 7px 0.3px #ccc;
    -moz-box-shadow:0 0 7px 0.3px #ccc;
    -ms-box-shadow:0 0 7px 0.3px #ccc;
    -o-box-shadow:0 0 7px 0.3px #ccc; */
}

.persanal-details-tab .icon-date {
    top: 12px;
}

.account-details-tab .addon {
    width: 60px;
    padding: 12px 2px;
}

.show-prod .btn-theme-sm {
    padding: 16px 20px;
}

/* =========sidebar Toggler Nav Start From here============ */

.inner-nav {
    overflow: hidden;
    padding-left: 12px;
}

.business-sidebar .nav-h {
    margin-left: 6% !important;
}

.sidebar-nav .nav-h {
    display: block;
}

.camp-type .addon-i {
    padding: 0;
    padding-right: 15px;
    vertical-align: middle;
}

.toggler-nav .camp-type.active a {
    color: #fff;
    font-weight: 600 !important;
}

.toggler-nav .camp-type a {
    color: #fff;
}

.toggler-nav .camp-type a {
    font-size: 16px;
    font-weight: 500 !important;
}

.toggler-nav .camp-type.active .icon-dropdown-w {
    transform: rotate(180deg) !important;
    opacity: 0.7;
    margin-top: 2px;
}

.camp-type .icon-dropdown-w {
    opacity: 1;
}

.txt-blink {
    color: #ff6102;
    font-size: 9px;
    font-weight: 600;
    background: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: 46px;
    top: 17px;
    cursor: pointer;
    line-height: 1.2;
    animation-duration: 480ms;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes blinker {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ======================Audio Record Start From here========================== */

/* =============Audio Blinker css  start form here============ */

.blink-record {
    width: 70px;
    height: 70px;
    background: radial-gradient(#F44336 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    box-shadow: 0px 0px 25px 3px rgb(245, 202, 199);
    margin: 0 auto;
}

/* triangle */

.blink-record::after {
    content: url(../images/record-01.png);
    position: absolute;
    left: 51%;
    top: 56%;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    z-index: 9;
    line-height: inherit;
    transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */

.blink-record:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    animation: pulsate1 1.4s;
    -webkit-animation: pulsate1 1.4s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(234, 197, 194);
    top: -25%;
    left: -25%;
    background: rgba(27, 41, 111, 0);
}

.no-blink:before {
    display: none;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

/* =============Audio Blinker Css  End  here============ */

.playpause label {
    display: block;
    box-sizing: border-box;
    width: 0;
    height: 15px;
    border-color: transparent transparent transparent #fff;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: double;
    border-width: 0px 0 0px 10px;
    z-index: -1;
}

.playpause input[type="checkbox"] {
    width: 37px;
    height: 37px;
    opacity: 0;
    z-index: 9;
}

.playpause input[type="checkbox"]:checked+label {
    border-style: solid;
    border-width: 8px 0 8px 15px;
    transform: translateX(-38%) translateY(-50%);
}

.playpause {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    position: relative;
    background-color: #251766;
    display: inline-block;
    z-index: 2;
}

.stop {
    width: 35px;
    height: 35px;
    background: #ff6102;
    border-radius: 50%;
    position: relative;
    margin: 0;
    display: inline-block;
}

.play-contrl {
    display: block;
    width: 100%;
}

.play-contrl .br {
    border-left: 1px solid #e8e8e8;
    margin: 0 14px;
    padding: 4px 0;
    vertical-align: middle;
}

.stop-box {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 2px;
}

.audio-recording p {
    font-size: 32px;
    font-weight: 300;
    color: #484848;
}

.audio-control {
    padding: 32px 0;
}

.audio-record {
    background: #fff;
    box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -o-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    /* height: 250px; */
}

.audio-recording p {
    margin: 0;
    padding: 15px 0 24px 0;
    font-size: 28px;
    letter-spacing: 4px;
}

.audio-recorder p:last-child {
    color: #ff6102;
    font-size: 18px;
    font-weight: 500;
}

.audio-recorder p {
    margin-bottom: 0;
}

.audio-recorder {
    padding: 50px 0 40px 0;
}

.audio-recorder i {
    margin: 35px 0 20px 0;
}

/* ======Audio recorder-moadl Start from here====== */

.audio-modal {
    width: 300px;
    height: auto;
    border-radius: 4px;
}

.audio-modal .mdw-body {
    padding-top: 64px !important;
    padding: 0;
}

.audio-modal .mdw-content {
    border-radius: 0;
}

.audio-modal p {
    margin: 0;
    font-size: 18px;
    padding: 24px 24px 72px 24px;
    color: #7c7c7c;
}

.audio-modal .mdw-content button {
    color: #ff6102;
    width: 50%;
    padding: 12px 0;
    background: none;
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.audio-modal .mdw-content button:last-child {
    border-right: none;
}

.mdw-content button:hover {
    background: #ff6102;
    color: #fff;
}

.confirm-cicrle {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e8e8e8;
}

.confirm-que {
    font-size: 40px;
    color: #ff6102;
    font-weight: 600;
}



/* ======Audio recorder-moadl end here====== */

/* ======================Audio Record END here========================== */






/* ==============Modal Close Button Start From Here======================== */

.cls-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.close-butn:hover {
    opacity: 1;
}

.close-butn:before,
.close-butn:after {
    content: ' ';
    height: 26px;
    width: 2.2px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 22px;
    border-radius: 10%;
}

.close-butn:before {
    transform: rotate(45deg);
}

.close-butn:after {
    transform: rotate(-45deg);
}

.modal-close button:focus {
    outline: none;
}

/* =======================Business AUDIO START FROM HERE========================= */

.business-sidebar .nav-h {
    margin-left: 8%;
}

.toggler-nav .inner-nav li a {
    color: #ffd8d8 !important;
}

.inner-nav {
    padding-left: 14px;
}

.camp-type .addon-i {
    padding: 0;
    padding-right: 15px;
    vertical-align: middle;
}

.icon-dropdown-w {
    width: 18px;
    height: 14px;
    background-position: left -870px;
    background-position-x: -20px;
    vertical-align: middle;
}

.camp-type .icon-dropdown-w {
    opacity: 1;
}

.inner-nav {
    overflow: hidden;
    /*transition: max-height 0.2s ease-out;
 
    transition: all .5s ease-in-out;  */
}

.inner-nav:target {
    height: 80px;
}

.text-convert .nav-tabs button {
    border: 1px solid #ededed;
    color: #7c7c7c;
    padding: 10px 35px;
    border-radius: 2px;
    font-size: 16px;
}

.text-convert .file-type {
    padding: 10px 0 0 0;
}

.text-convert .file-type label {
    padding-right: 20px;
}

.text-convert .border-btm {
    border-bottom: 1px solid #ff6102 !important;
    color: #ff6102 !important;
    cursor: pointer;
}

.text-convert .nav-tabs li {
    display: table-cell !important;
}

.text-convert .nav-tabs .active button {
    /* background: #251766;
    color: #fff; */
    color: #ff6102;
    font-weight: 600;
    border-bottom: 2px solid #ff6102;
}

.accent select {
    padding: 8px 100px 8px 10px;
    border: 0;
    border-radius: 2px;
    font-size: 13px;
}

.accent .form-grp {
    width: auto;
}

.s-l-v .d-table-cell {
    display: inline-block;
}

.convert-btn {
    padding: 10px 35px;
    border-radius: 2px;
    font-size: 16px;
    text-transform: capitalize;
}

.recent-clips .text-right {
    width: 25px;
}
.recent-clips  .text-over{
    width: 480px !important;
}

.recent-clips {
    top: 47px;
    left: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -o-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    min-height: 120px;
    max-height: 270px;
    overflow-y: scroll;
    margin-bottom: 50px;
    overflow-x: hidden;
}
.clip-actions, .clip-edit {
    padding: 0 !important;
}
.clip-edit a{
    font-size: 13px;
    font-weight: 600;
    padding: 2px 14px;
    background: #f2f2f2;
    border-radius: 15px;
}
.clip-edit a:last-child{
    color: #999999;
}.clip-edit a:last-child:hover{
    color:#ff6102;
}
.clip-time{
    color: #686868;
    font-size: 13px;
    font-weight: 600;
}
.mobile-camp-type li button {
    border: 1px solid #ededed;
    color: #7c7c7c;
    padding: 8px 34px;
    border-radius: 2px
}

.mobile-camp-type {}

.mobile-camp-type .active button {
    background: #ff6102;
    color: #fff;
}

.recent-clips .d-table {
    border-bottom: 1px solid #eaeaea;
    /* padding: 14px 16px; */
    font-size: 15px;
    cursor: pointer;
}

.recent-clips .d-table span {
    padding: 14px 16px;
}

.accent .icon-dropdown {
    top: 4px;
    right: 10px;
    opacity: 0.7;
}

.progress-circle {
    border: 8px solid #ff6102;
    height: 160px;
    width: 160px;
    border-radius: 50%;
}

.progres-value {
    color: #ff6102;
    font-size: 32px;
    font-weight: 600;
}

.progress-bar {
    z-index: 99;
}

.by2play-pause .playpause {
    height: 30px;
    width: 30px;
    background: none;
    border: 2px solid #ff6102;
    vertical-align: middle;
}

.by2play-pause .playpause input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.by2play-pause .playpause label {
    border-color: transparent transparent transparent #ff6102;
}

.by2play-pause .playpause input[type="checkbox"]:checked+label {
    border-width: 7px 0 7px 12px;
}

.progress-overlay {
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 5;
    height: 252px;
    opacity: 0.9;
}

.file-bg {
    background: #fff;
    box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -o-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    padding: 16px;
}

.file-op .playpause {
    height: 22px;
    width: 22px;
}

.file-op .playpause label {
    border-style: solid;
    border-width: 6px 0 6px 10px;
    transform: translateX(-38%) translateY(-50%);
    height: 12px;
}

.file-op .playpause input[type="checkbox"]:checked+label {
    border-width: 0px 0 0px 7px;
    border-style: double;
}

.file-bg .text-right span,
.recent-files .file-op span {
    border-left: 1px solid #e4e4e4;
    padding: 3px 10px;
}

.file-bg .text-right span:first-child,
.recent-files .file-op span:first-child,
.recent-files .file-op span:nth-child(2),
#btn_pause_display {
    border: 0;
}

.file-op .play-icon,
.file-op .icon-edit,
.file-op .icon-delete,
.pause-icon {
    opacity: 0.6;
}

.file-op .play-icon:hover,
.file-op .icon-edit:hover,
.file-op .icon-delete:hover,
.file-op .pause-icon:hover {
    opacity: 1;
}

.recent-files p {
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 500;
}

.audio-file {
    height: 250px;
    border: 1px solid #e3e3e3;
    padding: 20px;
}

.dashed-br {
    border: 1px dashed #e8e8e8;
    padding: 30px 20px;
    width: 90%;
}

.dashed-br .input-field-md {
    border-radius: 2px;
    padding: 8px 20px;
}

.dashed-br .upload-btn-wrapper button {
    background: #eeeeee !important;
    padding: 12px 20px;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #4c4c4c;
    font-weight: 500;
    float: right;
}

/* ===============pagination new styles start */

/* .clip-wrapper .pagination li{
padding:0 10px;
cursor: pointer;
margin:  0 5px;
}

.clip-wrapper .pagination .active {
    background: #251766;
    color: #fff;
    border-radius: 4px;
}
.clip-wrapper .pagination li a:hover{
color: #251766;
font-weight: 500;
} */

.clip-wrapper .pagination li input {
    width: 35px;
    height: 27px;
    border-radius: 4px;
    border: 1px solid #cccc;
    text-align: center;
    margin-right: 5px;
    padding: 0 4px;
}

.clip-wrapper .pagination .goto-page {
    font-size: 14px;
    font-weight: 500;
}

.file-type label,
.voice label {
    /* padding-left: 6px; */
}

.audio-popup .success-img,
.audio-popup .failure-img {
    padding-top: 80px;
}

.audio-popup {
    width: 400px;
}

.audio-popup i {
    top: 30px;
    right: 40px;
    opacity: 0.7;
}

.audio-popup i:hover {
    opacity: 1;
}

.audio-popup h1 {
    color: #3bbb89;
}

.audio-popup .failure-img h1 {
    color: #f17878;
}

.audio-popup h2 {
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 500;
}

.audio-popup button {
    margin: 52px 0;
    padding: 12px 70px;
    color: #fff;
    background: #3bbb89;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
}

.audio-popup .failure-img button {
    background: #f17878;
}

#wReShowspan2 .icon-dropdown {
    margin-top: -6px;
}

.mdw-modal .close-btn span {
    font-size: 25px;
    font-weight: 500;
}

.file-name input {
    border-bottom: 1px solid #ececec !important;
    border: 0;
    padding: 0px 20px 0 0px;
    font-size: 14px;
}

.file-name input:active {
    color: #ff6102;
    font-weight: 500;
}

.recent-clips li:hover {
    background: #f9f9f9;
    color: #ff6102;
    font-weight: 600;
}

.mobile-camp-type {
    display: none;
}

.text-convert .nav-tabs li {
    padding-right: 14px;
}

.text-convert .nav-tabs li:last-child {
    padding: 0;
}

.toggler-nav .camp-type.active .icon-dropdown-w {
    transform: rotate(180deg) !important;
    opacity: 0.7;
    margin-top: 2px;
}

.toggler-nav .camp-type a {
    color: #fff;
}

.ttsDiv .accent {
    width: auto;
}

.text-over {
    width: 220px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.clip-name {
    font-size: 14px;
    color: #686868;
    font-weight: 500;
}

#businessContactsForm .text-over {
    width: 360px !important;
}

.file-bg .file-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 380px !important;
    display: inline-block;
    vertical-align: middle;
}

.no-files-found {
    background: #fff;
    box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -o-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    padding: 18px 14px;
    color: #7c7c7c !important;
}

/* ====================Custom file Start from here============================ */

.inp-file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.6rem;
    width: 100%;
}

.inp-file input {
    width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
}

.inp-file-custom {
    padding: 8px 14px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    color: #555;
    background-color: #fff;
    border: solid 1px #e3e3e3;
    border-radius: 2px;
}

/*.inp-file-custom:after {
    content: "No File Choosen";
    color: #bbbbbb;
    font-size: 15px;
    font-weight: 400;
}*/

.inp-file-place,
.inp-select-file {
    color: #989898;
    font-size: 16px;
    font-weight: 400;
}

.inp-file-custom:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: block;
    content: "Choose File";
    color: #484848;
    background-color: #eee;
    padding: 8px 20px;
}

/* ====================Custom file END from here============================ */

/* =======================CLOSE BUTTON STYLES======================= */

/* =======================Business AUDIO START end HERE========================= */

/* ==============Modal Close Button END  Here======================== */

/* =========sidebar Toggler Nav END here============ */

.voice-reports .b-dashboard-fields {
    width: 23% !important;
}

.voice-reports .b-dashboard-fields:last-child {
    width: 8% !important;
    padding: 0;
}

.voice-reports .dr-title {
    padding: 16px 20px;
}

.voice-reports .b-dashboard-report li {
    padding: 23px 20px;
}

.login-alert {
    font-size: 14px;
    font-weight: 600;
    color: #41308d;
    position: absolute;
    top: 10px;
}

#registerMsg {
    font-size: 12px !important;
    line-height: 1.5;
}

.alert-info {
    background: #f6fcff;
    font-weight: 500;
    padding: 14px 20px;
    font-size: 14px;
    color: #1c546f;
    border-radius: 2px;
}
.messages-mobile{
    top: 0 !important;
    padding-bottom: 0;
}
.messages-mobile .header-block-right{
    margin-top: 74px;
}
.camp-block textarea{
    padding: 12px 10px 12px 10px;
}
.dnd-alert .alert-success{
    background: none !important;
    padding: 0 !important;
}
.dnd-alert{
    top: 70px !important;
}
.by2-dnd-modal .cnfm-msg{
    height:200px;
}

.by2-dnd-modal .cnfm-msg .dnd-alert{
    position: static !important;
}
.by2-dnd-modal .cnfm-msg .alert-msg p{
    padding:20px !important;
}
.msg-sent-info .icon-time, .msg-sent-info .icon-delete, .msg-sent-info .icon-double-check, .msg-sent-info .icon-check{
    top: auto; 
    bottom: 12px;
    left: auto;
    position: absolute;
    right: 36px;
}

.msg-sent-info .icon-delete{
    right:10px;
}
.msg-sent-info .icon-double-check{
    bottom: 12px;
}
.msg-sent-info .icon-check{
    bottom: 13px;

}
.msg-sent-info .icon-forward{
    top: 12px;
    right: 10px;
    cursor: pointer;
}
/* ========================================================================================
                               STYLE CSS END  here
============================================================================================ */

/* =================================================================================
                               160by CSS START FROM HERE
==================================================================================== */

/* ===================================
                             Image Spirte 
                ================================================ */

::selection {
    background: #2874f0;
    color: white;
}

.doblogo,
.by2-close-btn,
.icon-refresh,
.teacher-icon,
.eye-icon,
.desc-icon,
.book-icon,
.parent-icon,
.pricing-icon,
.better-dlvr-icon,
.sms-speed-icon,
.support-con-icon,
.li-cicrle,
.fb-icon,
.google-icon,
.insta-icon,
.twitti-icon,
.high-delivery-icon,
.sender-id-icon,
.list-contatc-icon,
.personal-body-icon,
.api-support-icon,
.campaign-icon,
.flat-price-icon,
.track-reports-icon,
.support-icon,
.audience-icon,
.targeting-icon,
.own-budget-icon,
.easy-flow,
.doblogo-white,
.doblogo-white-md,
.icon-dial,
.doblogo-white-static,
.icon-dropdown-w,
.image-spirte,
.restart-icon,
.icon-stop,
.icon-play,
.icon-record,
.feedback-icon,
.attach-file,
.success-icon,
.failure-icon,
.txt-speech,
.upld-file,
.voice-quality,
.inst-delivery,
.doblogo-sm,
.file-icon,
.play-icon-h,
.pause-icon-h,
.play-icon,
.pause-icon,
.scroll-drop,
.student-icon,
.scroll-down,
.high-quality,
.utube-video,
.icon-check,
.icon-forward

{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/image-spirte.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.icon-forward{
    width: 18px;
    height: 18px;
    background-position: left -1032px;
    background-position-x: -150px;
}
.icon-check {
    width: 16px;
    height: 14px;
    background-position: left -1034px;
    background-position-x: -124px;
}
.utube-video{
    width: 26px;
    height: 26px;
    background-position: left -1067px;
    background-position-x: -440px;
}
.demo-video .utube-video{
    margin-right:8px;
}
.scroll-down{
    width: 20px;
    height: 14px;
    background-position: left -53px;
    background-position-x: -22px;
}
.play-icon-h,
.pause-icon-h,
.play-icon,
.pause-icon {
    width: 22px;
    height: 22px;
    background-position: left -987px;
    background-position-x: -532px;
}
.scroll-drop{
    width: 40px;
    height: 40px;
    background-position: left -1489px;
    background-position-x: -192px;
}
.student-icon{
    width: 41px;
    height: 45px;
    background-position: left 0px;
    background-position-x: -298px;
}
.scrol-down-icon{
    bottom: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    /* box-shadow: 0 0 8px #ccc; */
    box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(30, 30, 30, 0.2);
    border: 2px solid #ff6102;
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
}
.scrol-down-icon:hover{
    background: #ff6102;
    border: 2px solid #fff;
}
.scrol-down-icon:hover .scroll-down{
    background-position-x: -50px;
}
.play-icon {
    background-position-x: -567px;
}

.pause-icon {
    background-position-x: -596px;
}

.pause-icon-h {
    background-position-x: -622px;
}

.file-icon {
    width: 18px;
    height: 24px;
    background-position: left -890px;
    background-position-x: -45px;
}

.failure-icon {
    width: 45px;
    height: 45px;
    background-position: left -875px;
    background-position-x: -262px;
}

.success-icon {
    width: 55px;
    height: 40px;
    background-position: left -875px;
    background-position-x: -191px;
}

.attach-file {
    width: 26px;
    height: 28px;
    background-position: left -797px;
    background-position-x: -274px;
}

.attach-file:hover {
    width: 26px;
    height: 28px;
    background-position: left -831px;
    background-position-x: -274px;
}

.feedback-icon {
    width: 65px;
    height: 65px;
    background-position: left -796px;
    background-position-x: -190px;
}

.restart-icon {
    width: 36px;
    height: 36px;
    background-position: left -1024px;
    background-position-x: -480px;
}

.icon-stop {
    width: 32px;
    height: 32px;
    background-position: left -969px;
    background-position-x: -375px;
}

.icon-play {
    width: 32px;
    height: 32px;
    background-position: left -969px;
    background-position-x: -375px;
}

.icon-record {
    width: 55px;
    height: 55px;
    background-position: left -969px;
    background-position-x: -375px;
}

.icon-dropdown-w {
    width: 18px;
    height: 14px;
    background-position: left -870px;
    background-position-x: -20px;
    vertical-align: middle;
}

.doblogo-white-md {
    width: 135px;
    height: 48px;
    background-position: left -1300px;
    background-position-x: -314px;
}

.doblogo-white-static {
    width: 135px;
    height: 45px;
    background-position: left -1225px;
    background-position-x: -296px;
}

.icon-refresh {
    width: 24px;
    height: 24px;
    background-position: left -830px;
    background-position-x: -356px;
    z-index: 9999;
    vertical-align: middle;
}

.icon-dial {
    width: 20px;
    height: 18px;
    background-position: left -939px;
    background-position-x: -191px;
}

.doblogo-white {
    width: 169px;
    height: 18px;
    background-position: left 0px;
    background-position-x: 0px;
}

.doblogo {
    width: 169px;
    height: 18px;
    background-position: left -28px;
    background-position-x: 0px;
    padding: 0 !important;
}

.doblogo-sm {
    width: 169px;
    height: 18px;
    background-position: left -28px;
    background-position-x: 0px;
}

.section-header {
    background-image: url(../images/dob-connect-back.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* height: -webkit-fill-available; */
    background-size: contain;
    background-position-x: right;
    min-width: 100%;
    min-height: 100vh;
}

.doblogo-top-text-sm {
    background-image: url(../images/dob-logo-text-sm.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 256px;
    height: 57px;
}

/* ==========Fixed Top Nav========== */
.fixed-topnav{
    height: 80px;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto !important;
    padding-top: 0 !important;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(13, 26, 44, .23);
    box-shadow: 0 1px 4px 0 rgba(13, 26, 44, .23);
    z-index: 9999;
    animation: smoothScroll 1s forwards !important;

}
@keyframes smoothScroll{
    0%{
        transform:translateY(-200px);
    }
    100%{
        transform:translateY(0px);
    }
}

.fixed-topnav .navbar-right .border-left{
    border-left: 2px solid #000 !important;
}
.fixed-topnav .navbar-right .f-border{
    border: 2px solid #000;
    padding: 8px 28px !important;
}
.fixed-topnav .navbar-right .f-border:hover{
    background: #000;
    color: #fff !important;
}
.fixed-topnav .navbar-right li a:hover{
    color: #7c7c7c !important;
}
.fixed-topnav .d-table-cell{
    vertical-align: middle !important;
}
.fixed-topnav .navbar-right li a, .fixed-topnav .navbar-right .cnt-det span{
    color:#000 !important;
}
.section-header .by2-wrapper {
    margin-bottom: 80px !important;
}

.by2-sec1 {
    padding-top: 80px;
}

.by2-left-box {
    width: 40%;
}

.by2-right-box {
    width: 60%;
}

.by2-navbar {
    padding-top: 60px;
    -webkit-animation: slideDownNav .5s;
    animation: slideDownNav .5s;
    top: 0px;
    -webkit-transition: .2s all;
    transition: .2s all;
    width: 100%;
}

.by2-navbar .navbar {
    padding-top: 5px;
}

.by2-navbar .navbar-right .cnt-det {
    text-align: left;
    vertical-align: middle;
    padding-left: 12px !important;
}

.by2-navbar .navbar-right .cnt-det span {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #fff;
    line-height: 1.4;
}

.by2login {
    width: 380px;
    height: 420px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    padding: 0 40px;
}

.login-inp:-webkit-autofill,
.login-inp:-webkit-autofill:active,
.login-inp:-webkit-autofill:focus,
.login-inp:-webkit-autofill:hover,
.login-inp:-webkit-autofill {
    border: none;
    -webkit-text-fill-color: #7c7c7c;
    -moz-text-fill-color: #7c7c7c;
    border-bottom: 1px solid #d0d0d0;
}

.login-inp:placeholder-shown {
    color: #ff6102;
}

.login-inp::-webkit-input-placeholder {
    color: #484848 !important;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.4 !important;
}

.login-inp::-moz-input-placeholder {
    color: #484848 !important;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.4 !important;
}

.login-inp::-ms-input-placeholder {
    color: #484848 !important;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.4 !important;
}

.login-inp-mr {
    margin-bottom: 64px;
}

.login-inp {
    /* margin-bottom: 64px; */
    width: 100%;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 5px 0;
    border-radius: 0 !important;
}

.inp-active {
    /* border-bottom: 1px solid #ff6102 !important;
                    transition:0.5s ease all;
                    -moz-transition:0.5s ease all;
                    -webkit-transition:0.5s ease all;
                    -ms-transition:0.5s ease all;
                    -o-transition:0.5s ease all; */
}

.underline {
    background-color: #ff6102;
    display: inline-block;
    height: 1.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    width: 100%;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.login-inp:focus+.underline {
    transform: scale(1);
}

.by2login h3 {
    font-size: 24px;
    font-weight: 600;
    color: #ff6102;
    margin-bottom: 0;
}

.by2login .login-head {
    margin-bottom: 32px;
}

.by2login .byforgot {
    color: #ff6102;
    font-size: 14px;
    font-weight: 600;
}

.by2login .byforgot:hover {
    color: black;
}

.by2login button {
    color: #ff6102;
    padding: 5px 36px;
    border: 2px solid #ff6102;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
}

.by2login button:hover,
.by2title button:hover {
    background: #ff6102;
    color: #fff;
}
.by2-navbar .navbar-right li a {
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 18px;
}
.by2-navbar .navbar-right li a span {
    position: relative;
}
.by2-navbar .navbar-right li a span:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 34px;
    left: 0;
    background: #fff;
    visibility: hidden;
    border-radius: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .25s linear;
    transition: .25s linear;
}
.by2-navbar .navbar-right li a .active:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 34px;
    left: 0;
    background: #fff;
    visibility: visible;
    border-radius: 5px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: .25s linear;
    transition: .25s linear;
}
.fixed-active{
    color:#ff6102 !important;
}
.by2-navbar .navbar-right li a span:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.by2-navbar .navbar-right li {
    padding: 0 !important;
}

/* =========Login after Static Page Css Start======================== */

.static-login-nav .login-nav li {
    color: #fff;
    border-left: 2px solid #fff !important;
    cursor: pointer;
}

.static-login-nav .login-nav li .icon-m-whatsapp,
.static-login-nav .login-nav li .icon-whatsapp {
    background-position-x: -22px;
}

.static-login-nav .login-nav li .icon-s-mail,
.static-login-nav .login-nav li .icon-m-s-mail {
    background-position-x: -26px;
}

.static-login-nav .login-nav li .icon-feedback {
    background-position-x: -33px;
}

.static-login-nav .login-nav li .icon-settings {
    background-position-x: -26px;
}

.static-login-nav .login-nav li .icon-logout {
    background-position-x: -20px;
}

.static-login-nav .login-nav li a {
    padding: 6px 18px !important;
}

.static-login-nav .login-nav .contact-info {
    padding: 0 14px !important;
}

.static-login-nav .login-nav .contact-info span {
    font-size: 13px;
}

.static-login-nav .login-nav .font-md-1 {
    font-size: 16px !important;
}

.static-login-nav .login-nav .icon-dropdown {
    background-position-x: -19px !important;
}

.static-login-nav .login-nav #wReShowspan2 .icon-dropdown {
    margin: -4px 0 0 4px;
}

.static-login-nav .login-nav .dropdown-wrap {
    top: 36px !important;
    left: -64px !important;
}

.static-login-nav .login-nav .dropdown-wrap li a {
    padding: 12px 10px !important;
    color: #7c7c7c;
    font-size: 14px;
}

.static-login-nav .login-nav .dropdown-wrap>li>a:hover {
    background: #f4f4f4;
    color: #ff6102 !important;
}

.static-login-nav .login-nav .icon-caret-up {
    top: 24px !important;
    right: -10px !important;
    background-position-x: -66px !important;
}
.login-head .login-fedd {
    font-size: 12px;
    padding-top: 10px;
}
.login-head .login-fedd a{
    color: #ff6102;
    font-size: 14px;
    font-weight: 600;
}
/* =========Login after Static Page Css End======================== */

/* 
                
                .by2title {
                    padding-top: 240px;
                } */

.by2title h2 {
    line-height: 1.8;
    font-size: 34px;
    font-weight: 600;
    margin: 0
}

.by2title button {
    border-radius: 30px;
    border: 2px solid #ff6102;
    color: #ff6102;
    padding: 8px 40px;
    font-weight: 600;
    margin-top: 60px;
    font-size: 20px;
}

.section-padding {
    padding: 0 40px 0px 140px;
    margin-bottom: 42px;
}

.section-header .our-offers {
    margin-bottom: 120px;
}

.our-offers h1,
.by2-faqs h1 {
    margin-bottom: 20px;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.our-offers p,
.by2-faqs p {
    margin-bottom: 42px;
    font-size: 20px;
    font-weight: 500;
    color: #7c7c7c;
}

.by2-panel {
    display: inline-block;
    margin-right: 12px;
    background: #fff;
    width: 345px;
    height: 560px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

.by2-panel:nth-last-child(1) {
    margin: 0;
}
.panel-content ul li{
    line-height:2.4;
}
.panel-content .knw-mr a{
    color: #fff;
    font-size: 16px;
    background: #ff6102;
    padding: 12px;
}
.panel-content .knw-mr i{
    margin-left: 5px;
}
.knw-mr .icon-right-long-h-arrow{
    background-position-x: -30px;
}

.panel-content .knw-mr{
    bottom: 38px;
    right: 10%;
}
.by2-cicrlce {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f0f5f9;
    margin: 0 auto;
    text-align: center;
}

.panel-content h1 {
    color: #383838;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 0 12px 0;
    margin-bottom: 0;
}

.panel-content p {
    color: #585858;
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.panel-content ul {
    line-height: 2.5;
    font-size: 14px;
    color: #484848;
    font-weight: 500;
    padding: 14px 30px 40px 50px;
    text-align: left;
}

.panel-content.small-padding ul {
    padding: 0px 30px 0px 45px;
}

.panel-content ul .li-cicrle {
    width: 10px;
    height: 10px;
    background-position: left -733px;
    background-position-x: -277px;
    vertical-align: middle;
    margin-right: 20px;
}

.teacher-icon {
    width: 60px;
    height: 50px;
    background-position: left 0px;
    background-position-x: -197px;
}

.eye-icon {
    width: 44px;
    height: 46px;
    background-position: left 0px;
    background-position-x: -344px;
}

.desc-icon {
    width: 44px;
    height: 46px;
    background-position: left 0px;
    background-position-x: -388px;
}

.book-icon {
    width: 44px;
    height: 46px;
    background-position: left 0px;
    background-position-x: -432px;
}


.pricing-icon {
    width: 60px;
    height: 60px;
    background-position: left -268px;
    background-position-x: -320px;
}

.sms-needs {
    display:table-cell;
    padding: 0 20px;
    border-right: 2px solid #fff;
}

.sms-needs:nth-last-child(1) {
    border: 0;
}

.better-dlvr-icon,
.sms-speed-icon,
.support-con-icon {
    height: 55px;
    margin-bottom: 34px;
}

.better-dlvr-icon {
    width: 85px;
    background-position: left -190px;
    background-position-x: -207px;
}

.sms-speed-icon {
    width: 110px;
    background-position: left -190px;
    background-position-x: -295px;
}

.support-con-icon {
    width: 60px;
    background-position: left -266px;
    background-position-x: -207px;
}

.big-data>.title {
    padding: 42px 0px 24px 0;
}

.big-data h1 {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
}

.big-data p {
    color: #f6dcdb;
    font-size: 20px;
    font-weight: 500;
}
.big-data .sms-needs p{
    font-size: 15px;
    color: #fff8f8;
    font-weight: 500;
}
.sms-needs h2 {
    margin-bottom: 14px;
}

.big-data {
    background: #ff6102;
    height: auto;
    color: #fff;
    padding: 0 140px 42px 140px;
}

.by2-faqs {
    background: #fff;
    box-shadow: 2px 2px 10px #ccc;
    padding: 62px 60px;
    min-width: 800px;
    max-width: 1360px;
    top: -15%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.by2wrap .section3 {
    background: #f5f8fc;
    margin-top: 220px;
    height: 680px;
}

.faqs-bg {
    background-image: url(../images/faqs.png);
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    margin: auto;
}

.faqs-accordion {
    border-bottom: 1px solid #eaeaea !important;
    color: #000;
    cursor: pointer;
    padding: 22px 20px 22px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    font-weight: 500;
}

.active,
.faqs-accordion:hover {}

.faqs-accordion:active {
    border: none !important;
    outline: none !important;
}

.faqs-accordion:after {
    content: '\002B';
    color: #bababa;
    font-weight: 400;
    float: right;
    margin-left: 5px;
    font-size: 30px;
}

.faqs-box .active:after {
    content: "\2212";
    font-size: 24px;
    font-weight: 500;
}

button,
button:focus {
    outline: none !important;
}

.faqspanel {
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.faqspanel b{
    color: #484848;
}

.faqspanel>span {
    padding: 10px 0;
}

#accordion_0:checked ~ .faqspanel.accordion_0  {  max-height: 150px; }
#accordion_1:checked ~ .faqspanel.accordion_1  {  max-height: 150px; }
#accordion_2:checked ~ .faqspanel.accordion_2  {  max-height: 150px; }
#accordion_3:checked ~ .faqspanel.accordion_3  {  max-height: 150px; }
#accordion_4:checked ~ .faqspanel.accordion_4  {  max-height: 150px; }
#accordion_5:checked ~ .faqspanel.accordion_5  {  max-height: 150px; }

.inner { margin: 16px; }

.faqs-box {
    padding: 0 0 0 200px;
}

.footer-section {
    margin-bottom: 0 !important;
    padding: 0 140px;
}

.footer-section p {
    margin: 20px 0;
    font-size: 15px;
    font-weight: 500;
    color: #484848;
    margin: 0;
    padding-top: 12px;

}
.footer-section p:last-child{
    padding-bottom: 16px;
}
.footer-section .copy-rgts {
    padding-bottom: 0 !important;
}
.copy-rgts {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin: 0 !important;
}

.footer-section .navbar li {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.footer-section .navbar li a {
    color: #000000;
}

.footer-section .navbar li a:hover {
    color: #bcbcbc;
}
.footer-active a{
    color:#ff6102 !important;
}
/* .footer-section p:last-child{
                    margin: 0;
                } */

.follow-us .social-icons li {
    padding: 10px;
}

.fb-icon,
.google-icon,
.insta-icon,
.twitti-icon {
    width: 28px;
    height: 28px;
    background-position: left -56px;
}

.fb-icon:hover,
.google-icon:hover,
.insta-icon:hover,
.twitti-icon:hover {
    background-position: left -92px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
}

.fb-icon:hover {
    background-position-x: -192px;
}

.google-icon:hover {
    background-position-x: -329px;
}

.insta-icon:hover {
    background-position-x: -236px;
}

.twitti-icon:hover {
    background-position-x: -282px;
}

.fb-icon {
    background-position-x: -192px;
}

.google-icon {
    background-position-x: -329px;
}

.insta-icon {
    background-position-x: -236px;
}

.twitti-icon {
    background-position-x: -282px;
}

.mobilenav-header .welcome {
    font-size: 12px;
    line-height: 1.5;
    color: #7c7c7c;
}

.type-writer h2 {
    white-space: nowrap;
    overflow: hidden;
    /*font-family: monospace;*/
}

.type-writer h2:nth-child(1) {
    width: 100%;
    animation: type 2s steps(29, end);
    -webkit-animation: type 2s steps(29, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.type-writer h2:nth-child(2) {
    opacity: 0;
    width: 100%;
    animation: type2 2s steps(33, end);
    -webkit-animation: type2 2s steps(33, end);
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.type-writer h2:nth-child(3) {
    opacity: 0;
    width: 100%;
    animation: type2 2s steps(25, end);
    -webkit-animation: type2 2s steps(25, end);
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.type-writer h2:nth-child(4) {
    opacity: 0;
    width: 100%;
    animation: type2 2s steps(28, end);
    -webkit-animation: type2 2s steps(28, end);
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes type {
    0% {
        width: 0;
    }

    100% {}
}

@-webkit-keyframes type {
    0% {
        width: 0;
    }

    100% {
        border: none;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }

    1% {
        opacity: 1;
    }

    99.9% {}

    100% {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes type2 {
    0% {
        width: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        border: none;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@-webkit-keyframes blink {
    50% {
        border-color: tranparent;
    }
}

.by2login .forgot-home h3 {
    margin-bottom: 32px;
}

.forgot-home .login-inp-mr {
    margin-bottom: 52px;
}

.forgot-home .login-btm {
    margin-top: 42px;
}

/* ===========================================================
                                    LANDING PAGE CSS END HERE
                 =========================================================== */

/* ===========================================================
                                    Login Popup CSS start from here
                 =========================================================== */

.login-modal-body {
    background: #fff;
}

.login-modal-body .login-inp-mr {
    margin-bottom: 32px;
}

.by2-login-modal {
    z-index: 99999;
    width: 360px;
    height: auto;
    position: fixed;
}

.by2-login-modal .close-btn {
    margin: 20px auto;
}

.by2-login-modal .close-btn button {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: 400;
}

/* .login-modal .by2-close-btn{
                    background-position: left -875px;
                    background-position-x: -326px;
                    opacity: 0.8;
                    top: 25px;
                }*/

.login-modal .by2-close-btn:hover {
    opacity: 1;
}

.login-modal-body h2 {
    background: #ff6102;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 12px 0;
    margin-bottom: 0;
}


.login-modal-body label {
    padding-bottom: 16px;
}

.login-modal-body button {
    font-size: 20px;
    border: 2px solid #ff6102;
    border-radius: 50px;
    padding: 4px 50px;
    color: #ff6102;
    font-weight: 500;
}

.static-forgot button {
    font-size: 18px;
    padding: 4px 42px;
}

input::placeholder,
textarea::placeholder,
.leave-msg input::placeholder,
.leave-msg textarea::placeholder {
    color: #7c7c7c !important;
}

.login-modal-body button:hover {
    background: #ff6102;
    color: #fff;
}

.captcha-inp {
    margin-bottom: 0 !important;
}

.mdw-modal .mdw-cls {
    padding-top: 16px;
}

/* ===========================================================
                                    Login Popup CSS start from here
                 =========================================================== */

.by2-dnd-modal {
    z-index: 9999;
    width: 400px;
    height: auto;
    position: fixed;
}

.mdw-modal a {
    color: #ff6102;
}

.by2-dnd-modal .static-login button {
    font-size: 18px;
    padding: 8px 40px;
}

.contact-modal ::placeholder {
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 500;
}

.by2-login-modal input[type=password] {
    margin-bottom: 0 !important;
}

.by2-login-modal .byforgot {
    color: #ff6102;
    font-size: 14px !important;
}

.contact-modal {
    width: 800px !important;
    max-width: none;
    min-width: none;
    height: auto;
    border-radius: 0 !important;
}

.contact-modal .modal-body {
    border-radius: 0 !important;
    background: #fff;
    overflow-y: auto;
    padding: 40px;
    max-height: -webkit-fill-available;
}

.contact-modal .leave-msg input,
.contact-modal .leave-msg textarea {
    width: 100%;
    padding: 5px 12px;
    border: 1px solid #e8e8e8;
    margin-bottom: 14px;
}

.contact-modal .leave-msg p {
    margin-bottom: 24px;
}

.contact-modal .leave-msg button {
    width: 100%;
    padding: 8px 0;
    background: #ff6102;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.contact-modal .title {
    font-size: 24px;
    font-weight: 600;
    color: #686868;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.contact-modal .border-btm {
    border-bottom: 3px solid #ff6102 !important;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 32px;
}

.contact-modal h5 {
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    margin-bottom: 15px;
}

.follow-on .navbar li {
    padding: 0 10px;
}
/* ============Add multiple contatcs modal start from here=============== */
.contacts-modal{
    height: 620px;
}
.contacts-modal .feed-back-body{
    max-height: 460px;
    min-height: 400px;
}

/* ============Add multiple contatcs modal End here=============== */



/* ===========================================================
                                    Registration CSS start from here
                 =========================================================== */

.regiter-modal {
    min-width: 400px;
    max-width: 750px;
    height: 620px;
    width: 100% !important;
    position: fixed;
    z-index: 9999999;
}

.by2-close-btn {
    width: 20px;
    height: 20px;
    background-position: left -144px;
    top: 20px;
    background-position-x: -68px;
    right: 32px;
    opacity: 0.7;
    cursor: pointer;
}

.by2-close-btn:hover {
    opacity: 1;
}

.left-side-bar {
    width: 280px;
    background: #2b2c3c;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 999999;
    padding: 40px 0;
    position: absolute;
}

.left-side-title {
    padding: 0 0px 0 32px;
    color: #fff;
}

.left-side-title h3 {
    font-size: 26px;
    font-weight: 500;
}

.left-side-title p {
    font-size: 16px;
    font-weight: 400;
}

.by2-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.regiter-modal .right-side-bar {
    margin-left: 290px;
    padding: 40px;
    height: 100%;
}

.right-side-bar label {
    display: block;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #686868;
}

.by2-reg-fields {
    padding-right: 40px;
}

.regiter-modal .login-inp {
    padding-bottom: 8px;
}

.regiter-modal .login-inp-mr {
    margin-bottom: 26px;
}

.by2-captcha-field .col-lg-6:first-child {
    margin-left: 1px;
}

.by2-captcha-field .col-lg-6:last-child {
    margin-left: -1px;
    padding-top: 30px;
}

.by2-reg-fields .refresh-btn {
    padding: 25px 22px 16px 22px;
    background: #eaeaea;
    margin-left: -8px;
    border-radius: 0;
}

.by2-reg-fields img {
    vertical-align: middle;
    height: 40px;
}

.refresh-btn {
    width: 28px;
    height: 28px;
    background-position: left -829px;
    background-position-x: -354px;
    z-index: 9999;
}

.captcha-code {
    background: #2b2c3c;
    color: #fff;
    padding: 8.5px 24px 10px 14px;
    font-size: 20px;
}

.by2-reg-form button {
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    background: #ff6102;
    font-size: 16px;
    font-weight: 500;
}

.right-side-bar .custom-radio {
    display: inline-block;
    padding: 0 20px 0 32px;
}

.by2-signup-img {
    bottom: 80px;
    position: absolute;
    left: 20px;
}

.by2-navbar .navbar-right .border {
    border: 2px solid #fff !important;
}

.by2-navbar .navbar-right .border:hover {
    background: #ffffff;
    color: #000000;
}
.by2-static-page .sections{
    padding: 0 140px;
}

.by2-static-page .by2-navbar .navbar-right li a {
    padding: 8px 20px;
}

.by2-static-page .by2-navbar .navbar-right .border,
.by2-static-page .by2-navbar .navbar-right .border-left {
    padding: 8px 28px !important;
}

.by2-navbar .navbar-right .border-left {
    border-left: 2px solid #fff;
}

.cpatcha-inp {
    margin-bottom: 20px !important;
}

.captcha-btn {
    border-radius: 0 !important;
    vertical-align: top;
    padding: 7px 12px !important;
    border: 0;
    margin-left: -4px;
    background: #eaeaea;
    border: 0 !important;
}

.captcha-btn:hover {
    background: #eaeaea !important;
}

.login-captcha img {
    height: 40px;
}

.login-captcha button {
    font-size: 100% !important;
}

.login-btm {
    margin-top: 52px;
}

.login-inp-mr .icon-dropdown {
    bottom: 10px;
    right: 40px;
}

/*=============================================
                =            Popup ANimation Start from Here            =
                =============================================*/

.feedback-modal {
    width: 400px !important;
}

.mdw-modal .modal-body {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-body {
    background: #fff;
    height: 100%;
}

.mdw-show.mdw-modal .modal-body {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.mdw-show.regiter-modal .modal-body {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
}

.regiter-modal .modal-body {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    opacity: 0;
}

.mdw-show.by2-login-modal .modal-body {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.by2-login-modal .modal-body {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mdw-show.by2-login-modal .forgot-body {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.by2-login-modal .forgot-body {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.mdw-show.contact-modal .modal-body {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.contact-modal .modal-body {
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.by2-reg-fields .error,
.error {
    line-height: 16.4px;
    font-size: 10.5px;
    font-weight: 700;
    margin-bottom: 0;
    /* display: block; */
    text-align: left;
}

/* .mdw-show.by2-login-modal .feedback-modal-body{
                    -webkit-transform: translateY(0%);
                    -moz-transform: translateY(0%);
                    -ms-transform: translateY(0%);
                    transform: translateY(0%);
                    border-radius: 4px;
                    opacity: 1;
                }
                .by2-login-modal .feedback-modal-body{
                    -webkit-transform: translateY(-200%);
                    -moz-transform: translateY(-200%);
                    -ms-transform: translateY(-200%);
                    transform: translateY(-200%);
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    transition: all .3s;
                    opacity: 0;
                } */

/*=====  End of Popup ANimation End Here  ======*/

/* ===========================================================
                                    Registration CSS END here
                 =========================================================== */

/*=============================================
                =            Wallet Reacharge Start from here           =
                =============================================*/

.clipNameEdit input{
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 2px;
}


.alert-msg p{
    padding-right: 20px;
}
.alert-wrap .close-butn:before, .alert-wrap .close-butn:after{
    background-color: #ff6102;
    height: 22px;
    top: 14px;
}
#errorDiv .close-butn:before, #errorDiv  .close-butn:after{
    background-color: #ff6102 !important;
}
#successDiv .close-butn:before, #successDiv  .close-butn:after{
    background-color: #10b327 !important;
}
.login-wrap .alert-wrap{
    width: 50%;
    margin: 0 auto;
    top: 100px;
    right: 0;
    left: 0;
}

.wallet-modal {
    width: 350px;
    height: auto;
}

.wallet-success-body {
    padding: 24px 30px 42px 30px;
    border-radius: 4px;
}

.wallet-success-body .circle {
    width: 100px;
    height: 100px;
    background: none;
    border: 4px solid #00cc88;
    margin: 0 auto;
}

#FailureModal .wallet-success-body .circle {
    border: 4px solid #ff6102;
}

.wallet-success-body h1 {
    font-size: 32px;
    font-weight: 500;
    color: #484848;
    text-align: center;
    margin: 18px 0 8px 0;
    line-height: initial;
}

.wallet-det h4 {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.wallet-success-body h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.tarnsc-det p {
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 24px;
    font-weight: 500;
}

.tarnsc-det .d-table-cell:last-child p {
    color: #000;
    font-weight: 600;
}

.wallet-success-body .sumbit button {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 8px 60px;
    border-radius: 30px;
    background: #ff6102;
    color: #fff;
    margin-top: 18px;
}

#SuccessModal .wallet-success-body .sumbit button {
    background: #00cc88;
}

.wallet-success-body h1
/*=====   Wallet Reacharge End  here   ======*/

/* ===========================================================
                                    Feedbackmodal CSS Start from here
                 =========================================================== */

.feedback-modal-body {
    background: none !important;
    height: auto;
}

.feed-cont {
    padding: 30px 0 0 0;
    background: #fff;
}

.feedback-modal-body {
    border-radius: 4px;
    background: #fff;
}

.feed-bg {
    width: 100px;
    height: 100px;
    background: #eceef4;
    border-radius: 50%;
    margin: 0 auto;
}
.feed-boby{
    padding-bottom: 60px;
}


.feedback-modal-body h1 {
    color: #484848;
    font-size: 24px;
    margin: 14px 0 6px 0;
}

.feedback-modal-body p {
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 15px;
}

.feedback-modal-body textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e7e7e7;
    color: #a8a8a8;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
}

.feedback-modal-body span {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}

.feedback-modal-body input[type=text] {
    width: 100%;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    padding: 10px 12px;
    margin-bottom: 20px;
}

.attach-bg {
    width: 50px;
    height: 50px;
    background: none;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    margin: 10px auto;
}

.attach-bg:hover {
    border: 2px solid #ff6102;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
}

.attach-bg:hover .attach-file {
    width: 26px;
    height: 28px;
    background-position: left -831px;
    background-position-x: -274px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
}

.feed-sumbit {
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
}

.feed-sumbit button {
    width: 100%;
    padding: 14px 0;
    background: #ff6102;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.spin input {
    padding: 20px;
    position: absolute;
    top: -10px;
    opacity: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

/* =============Attch File animation============= */

.spin {
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 2px #f45e61;
    margin: 10px auto;
}

.spin::before,
.spin::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.spin {
    width: 50px;
    height: 50px;
    padding: 0;
}

.spin-after .attach-file {
    width: 26px;
    height: 28px;
    background-position: left -831px;
    background-position-x: -274px;
    transition: all 0.4s ease-in-out;
}

.spin::before,
.spin::after {
    top: 0;
    left: 0;
}

.spin::before {
    border: 2px solid #bcbcbc;
}

.spin-after::before {
    border-top-color: #ff6102;
    border-right-color: #ff6102;
    border-bottom-color: #ff6102;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.spin::after {
    border: 0 solid transparent;
}

.spin-after::after {
    border-top: 2px solid #ff6102;
    border-left-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s ;
    -webkit-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s ;
    -moz-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s ;
    -ms-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s ;
    -o-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s ;
}

.spin {
    border-radius: 100%;
    box-shadow: none;
}

.spin::before,
.spin::after {
    border-radius: 100%;
}
.scroll-smooth{
    scroll-behavior: smooth;
}
/* =============Attch File animation============= */

/* ===========================================================
                                    Feedbackmodal CSS End  here
                 =========================================================== */

/* ===========================================================
                                  CUSTOM CHECKBOX AND CUSTOM RADIO START FROM HERE
                 =========================================================== */

/* The container */

.custom-checkbox,
.custom-radio {
    display: block;
    position: relative;
    padding: 0 20px 0 28px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio {
    display: inline-block;
}

/* Hide the browser's default checkbox */

.custom-checkbox input,
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.cust-checkbox,
.cust-radio {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 18px;
    width: 18px;
    border: 2px solid #2b2c3c;
    border-radius: 2px;
}

.cust-radio {
    height: 16px;
    width: 16px;
    border: none;
    border-radius: 50%;
    background: #e4e4e4;
}

/* When the checkbox is checked, add a blue background */

.custom-checkbox input:checked~.cust-checkbox,
.custom-radio input:checked~.cust-radio {
    background-color: #ff6102;
    border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */

.cust-checkbox:after,
.cust-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.custom-checkbox input:checked~.cust-checkbox:after,
.custom-radio input:checked~.cust-radio:after {
    display: block;
}

/* Style the checkmark/indicator */

.custom-checkbox .cust-checkbox:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-radio .cust-radio:after {
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    border: 0;
    background: #fff;
    border-radius: 50%;
}

.panel-content li .li-cir {
    width: 10px;
    height: 10px;
    background-color: #e8e8e8;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -22px;
}

/* ===========================================================
                                  CUSTOM CHECKBOX END HERE
                 =========================================================== */

/* ======================================================= 
                         Static section start from here
                ======================================================= */

.pricing-cnt {
    text-align: left;
}

.pricing-cnt h1 {
    font-size: 24px !important;
}

.pricing-contcat p {
    font-size: 15px !important;
    color: #7c7c7c !important;
    padding-top: 14px;
    border-top: 1px solid #e4e4e4;
    margin-top: 42px;
}

.pricing-contcat h6 {
    color: #484848;
    font-size: 15px;
    font-weight: 600;
}

.pricing-cnt p {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 16px !important;
    color: #7c7c7c !important;
}

.pricing-panel {
    width: 460px !important;
    height: 380px !important;
}

.pricing-cnt h1 {
    margin: 0 !important;
}

.static-section {
    background: #ff6102;
    width: 100%;
    margin-bottom: 60px;
}

.static-head h1,
.static-head p {
    color: white;
    text-align: center;
    margin: 0;
}

.static-head h1 {
    font-size: 50px;
    font-weight: 600;
}

.static-head p {
    font-size: 34px;
    font-weight: 500;
}

.static-section .static-head {
    padding: 50px 0 70px 0;
}

.static-panel {
    width: 400px;
    height: 420px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 40px;
}

.static-voice .static-panel {
    height: 350px;
}

.pricing-rw2 .pricing-panel {
    height: 500px !important;
}

.static-panel-rw2 .static-panel {
    height: 360px !important;
}

.static-panel h1 {
    font-size: 22px;
    font-weight: 600;
    color: #484848;
    margin: 20px 0 10px 0;
}

.static-panel p {
    font-size: 14px;
    font-weight: 500;
    color: #484848;
}

.static-panel:last-child {
    margin: 0;
}


.sender-id-icon,
.list-contatc-icon,
.personal-body-icon,
.api-support-icon,
.campaign-icon,
.track-reports-icon,
.support-icon,
.audience-icon,
.targeting-icon,
.own-budget-icon,
.easy-flow,
.txt-speech,
.upld-file,
.voice-quality,
.flat-price-icon,
.inst-delivery {
    height: 70px;
    background-position: left -357px;
}

.list-contatc-icon,
.api-support-icon,
.support-icon {
    background-position-x: -188px !important;
}

.inst-delivery {
    width: 90px;
    background-position: left -442px;
    background-position-x: -369px;
}

.txt-speech {
    width: 70px;
    background-position-x: -428px;
}

.upld-file {
    width: 65px;
    background-position-x: -504px;
}

.voice-quality {
    width: 65px;
    background-position-x: -572px;
}

.high-quality {
    width: 80px;
    height: 75px;
    background-position: left -446px;
    background-position-x: -464px;

}

.high-delivery-icon {
    width: 75px !important;
    height: 75px;
    background-position-x: -548px !important;
}

.sender-id-icon {
    width: 80px;
    background-position-x: -334px;
}

.list-contatc-icon, .high-delivery-icon {
    width: 65px;
    background-position: left -442px; 
}

.personal-body-icon {
    width: 95px;
    background-position: left -615px;
    background-position-x: -364px;
}

.api-support-icon {
    width: 95px;
    background-position: left -530px;
}

.campaign-icon {
    width: 80px;
    background-position: left -530px;
    background-position-x: -296px;
}

.flat-price-icon {
    width: 70px;
    background-position: left -614px;
    background-position-x: -578px;
}

.track-reports-icon {
    width: 95px;
    background-position: left -615px;
    background-position-x: -262px;
}

.support-icon {
    width: 70px;
    background-position: left -703px;
}

.audience-icon {
    width: 105px;
    background-position: left -615px;
    background-position-x: -468px;
}

.targeting-icon {
    width: 70px;
    background-position: left -1053px;
    background-position-x: -330px;
}

.own-budget-icon {
    width: 70px;
    background-position: left -1140px;
    background-position-x: -274px;
}

.easy-flow {
    width: 70px;
    background-position: left -1140px;
    background-position-x: -194px;
}

.aboutus-static .about-us li span,
.li-dot {
    float: left;
    height: 8px;
    width: 8px;
    background-color: #bfbfbf;
    border-radius: 100%;
    text-align: center;
    padding-top: 3px;
    color: #ffffff;
    margin-right: 20px;
    margin-top: 7px;
}

.aboutus-static .about-us li a {
    text-decoration: underline;
    color: #484848;
    font-weight: 500;
}

.aboutus-static .about-us li a:hover {
    color: #ff6102;
}

.aboutus-static .about-us li p {
    overflow: hidden;
    color: #7c7c7c;
    margin-bottom: 20px;
}

.aboutus-static .about-us li h4 {
    margin-bottom: 14px;
}

.static-section .section-padding {
    margin-bottom: 0;
}

.static-section .section-padding {
    padding-top: 40px;
}

.Static-dnd .dnd p {
    margin-bottom: 0 !important;
}

.Static-dnd .dnd {
    background: #fff;
    box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    -o-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.2);
    padding: 20px 20px 20px 16px;
    height: 120px;
}
.Static-dnd ul li h3{
    font-size: 20px;
    font-weight: 600;
    color: #585858;
}

.Static-dnd .dnd button {
    background: #ff6102;
    padding: 3px 14px;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
}

/* .by2-static-page .section2{
                    margin-bottom: 0;
                } */

.by2-static-page .by2-navbar {
    padding-top: 40px;
}
.contact-info .icon-dropdown {
    z-index: 1;
}
.by2-static-page .section2{
    margin-bottom: 32px;
}
/* ======================================================= 
                         Static section end here
                ======================================================= */


/* ====================================================================================================
                                                       IE 10 AND ABOVE END HERE
                        ================================================================================================== */

/* =================================================================================
                                                     TARGET ALL FIREFOX BROWSER
                    ==================================================================================== */

@-moz-document url-prefix() {
    .section-header {
        background-size: contain !important;
    }
    /* .feed-sumbit{
        position: static;
        
    } */
    .feed-cont{
        padding: 30px 0 0 0;
    }

    @media screen and (max-width: 1199.98px) {
        .d-graph {
            width: 55%;
            margin-left: 15px !important;
        }
    }

    @media screen and (max-width: 1600px) {
        .d-graph {
            width: 60%;
            margin-left: 15px !important;
        }
    }

    @media screen and (max-width: 1366px) {
        .d-graph {
            padding: 8px 0px 8px 0px !important;
        }
    }

    @media screen and (min-width: 1200px) and (max-width:1440px) {
        .d-graph {
            margin-left: 18px !important;
            width: 61% !important;
        }
    }

    @media screen and (max-width: 767px) {
        .d-graph {
            height: auto;
        }
    }
}

/* =================================================================================
                                                     TARGET ALL FIREFOX BROWSER END HERE
                    ==================================================================================== */



/* =========================================================================================
                                {{ JQUERY CSS START FROM HERE }}
============================================================================================ */

.xdsoft_datetimepicker {
    /* box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506); */
    /* border-bottom: 1px solid #bbb;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc; */
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 8px;
        padding-left: 0;
        padding-top: 2px; */
    box-shadow: 0 0 10px 0 #ccc;
    background: #fff;
    position: absolute;
    color: #333;
    z-index: 9999999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 0 !important;
    margin-top: 5px;
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

/*For IE8 or lower*/

.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    /* -moz-box-sizing: border-box;
        box-sizing: border-box; */
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    float: left;
    width: 260px;
    margin: 10px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_timepicker {
    width: 100px !important;
    margin: 0 auto !important;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center;
    color: #ff6102;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: left -1170px !important;
    margin-left: 5px !important;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    /* background-position: -70px 0; */
    margin-left: 5px;
    background-position: left -1226px !important;
    margin: 0 15px 0 8px !important;
}

.xdsoft_datetimepicker .xdsoft_month,
.xdsoft_datetimepicker .xdsoft_year {
    font-size: 15px !important;
    width: auto !important;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: left -1195px !important;
    width: 12px !important;
    margin-right: 5px !important;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_timepicker .xdsoft_next {
    background-position: left -1414px !important;
    width: 25px !important;
    height: 15px !important;
    margin: auto !important;
    margin-top: 10px !important;
}

.xdsoft_timepicker .xdsoft_prev {
    background-position: left -1388px !important;
    width: 25px !important;
    height: 15px !important;
    margin: 5px auto !important;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 180px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
    height: 40px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
    box-shadow: 0 0 10px 0 #ccc;
    text-align: left;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(../images/image-spirte.png) !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 6px 18px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #ff6102;
    box-shadow: #ff6102 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding: 0;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #f3f3f3;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #fff;
    font-weight: 600;
    text-align: center;
    /* color: #999; */
    cursor: default;
    height: 25px;
    padding: 5px 0 12px 0;
    color: #ff6102;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #ff6102;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
    height: auto;
    padding: 6px 0 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #ff6102 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: #ff6102 !important;
    box-shadow: 0 0 8px 1px #e2e1e6 !important;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #fff !important;
    font-size: 13px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #7c7c7c !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    color: #7c7c7c;
    font-weight: 500;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ff6102 !important;
    height: 40px !important;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background: #e8e8e8;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
    /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
    /* IE6-9 */
}

/* ==========================================================================================
                                    {{ JQUERY CSS END HERE }}
============================================================================================*/

/* ==========================================================================================
                        {{ RESPONSIVE LARGE CSS START FROM HERE }}
============================================================================================ */

/**************** Extra Large than 1860)*******************/

@media screen and (min-width: 1560px) and (max-width:2560px) {

    .b-dashboard-table td,
    .b-dashboard-table th {
        text-align: left;
    }

    .p-dashboard-table table {
        overflow-x: hidden;
        table-layout: auto;
    }

    .p-dashboard-table tr th {
        width: unset !important;
    }
}

@media screen and (min-width: 2060px) and (max-width:2560px) {
    .b-dashboard-table tr th {
        width: auto !important;
    }

    .b-dashboard-table table {
        table-layout: initial;
    }

    .b-dashboard-table th {
        padding: 14px 0;
    }
}


/* ===========================================================
                                  RESPONSIVE CSS START FROM HERE
                 =========================================================== */

@media (max-width: 1600px) {
    .section-padding {
        padding: 0 40px 0 70px;
    }
    .footer-section,.by2-static-page .sections{
        padding: 0 100px;
    }
    .big-data{
        padding: 0 100px 42px 100px;
    }
    .by2-navbar .navbar-right li {
        padding: 8px 20px;
    }

    /* .sms-needs {
        padding: 0 80px;
    } */
    .static-panel {
        width: 380px;
    }

    .static-login-nav .navbar-right li a {
        font-size: 15px;
        padding: 8px 12px;
    }

    .by2-static-page .by2-navbar .navbar-right li a {
        padding: 8px 15px;
    }

    .static-login-nav .by2-navbar .login-nav li a {
        padding: 6px 16px !important;
    }

    .by2-navbar {
        padding-top: 30px;
    }

    .by2-sec1 {
        padding-top: 30px;
    }
    .forgot-homelogin-btm {
        margin-top: 32px;
    }

    .by2-navbar .navbar-right li a {
        font-size: 16px;
        padding: 8px;
    }
}

/* ============================Responsive Css for Laptops================== */

@media (max-width: 1400px) {
    .section-padding {
        padding: 0 20px 0 50px;
    }

    .footer-section,.by2-static-page .sections {
        padding: 0 50px;
    }
    .big-data{
        padding: 0 50px 42px 50px;
    }
    .section-header .by2-wrapper {
        margin-bottom: 50px !important
    }

    .our-offers p,
    .by2-faqs p {
        margin-bottom: 32px;
    }

    .by2login {
        width: 340px;
        height: 390px;
        padding: 0 30px;
    }

    .by2login .login-inp-mr {
        margin-bottom: 52px;
    }

    .by2login .forgot-home .login-inp-mr {
        margin-bottom: 38px;
    }

    .by2login .forgot-home h3 {
        margin-bottom: 28px;
    }

    .by2login .forgot-home .login-btm {
        margin-top: 24px;
    }

    .by2-sec1 {
        padding-top: 20px;
    }

    .static-login-nav .navbar-right li a {
        font-size: 14px;
        padding: 8px 10px;
    }

    .by2-navbar .navbar-right .cnt-det span {
        font-size: 12px;
    }

    .by2-navbar .navbar-right .cnt-det {
        padding-left: 8px !important;
    }

    .by2-faqs {
        max-width: 1260px;
    }

    /* .sms-needs {
        padding: 0 80px;
    } */

    .faqs-box {
        padding: 0 0 0 80px;
    }

    .by2-navbar .navbar-right li {
        padding: 8px 18px;
    }
    .api-wrap .page-wrapper {
        max-width: 700px;
    }
    .by2-panel{
        width: 300px;
        height: 600px;
    }

    .api-program-wrapeer>.alert-wrap {
        width: 80%;
    }
    .api-right-sidebar {
        width: 400px;
    }
    .api-program-wrapeer{
        margin-left: 360px;
    }
    .nav-pl {
        padding-left: 94px;
    }


}



/****************Large devices (Desktops, Laptops less than 1200px)*******************/

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

    .api-table th,
    .api-table td {
        padding: 5px 10px;
    }

    .dashboard-ip-fields .b-dashboard-fields {
        padding: 0 0 0 20px !important;
    }

    .d-graph {
        margin-left: 25px;
        width: 61% !important;
    }

    .b-dashboard-report {
        width: 36%;
    }

    .b-dashboard .b-dashboard-fields {
        width: 25%;
    }

    .voice-reports .b-dashboard-fields {
        width: 22% !important;
    }

    .page-wrapper {
        margin-left: 360px;
    }


    .api-form {
        width: 100%;
    }

    .api-program-wrapeer>.alert-wrap {
        width: 80%;
    }


}

@media screen and (max-width: 1366px) {
    .api-program-wrapeer {
        margin-left: 340px;
    }
    .nav-pl {
        padding-left: 74px;
    }
    .page-wrapper {
        margin-left: 340px;
    }
}

@media (max-width: 1300px) {

    .section-padding {
        padding: 0 20px 0 60px;
    }
    .api-program-wrapeer{
        margin-left: 285px;
        max-width: 520px;
    }
    .nav-pl{
        padding-left: 20px;
    }
    .page-wrapper{
        margin-left: 285px;
    }

    .by2-static-page .by2-navbar .navbar-right li a {
        padding: 8px 8px;
    }

    .static-login-nav .login-nav .contact-info span {
        font-size: 12px;
    }

    .static-login-nav .login-nav .contact-info {
        padding: 0 8px !important;
    }

    .static-login-nav .login-nav li a {
        padding: 4px 10px !important;
    }

    .by2-static-page .navbar-right li a {
        padding: 8px 8px;
    }

    .by2-navbar .navbar-right li a {
        font-size: 14px;
    }

    .static-panel {
        width: 360px;
    }

    .section-header {
        background-size: contain;
        margin-bottom: 0px;
    }

    .by2-faqs {
        max-width: 1100px;
    }

    .by2-navbar .navbar-right li {
        padding: 8px 20px;
    }

    .static-login-nav .navbar-right li a {
        font-size: 15px;
    }

    .by2login {
        width: 360px;
        height: 400px;
    }
    .by2title h2 {
        font-size: 32px;
    }

    .by2title button {
        margin-top: 50px
    }

    .by2-panel {
        width: 285px;
    }
}

@media (max-width: 1200px) {
    .by2title h2 {
        font-size: 24px;
    }
    .file-bg .file-name{
        width: 320px !important;
    }
    .recent-clips .text-over{
        width:360px !important;
    }
    .static-voice .static-panel{
        height: 380px;
    }

    .doblogo-white {
        width: 169px;
        height: 18px;
        background-position: left 0px;
        background-position-x: 0px;
    }

    .by2-sec1 {
        padding-top: 60px;
    }

    .by2title {
        margin-top: 0;
    }

    .by2-navbar .navbar-right li a {
        font-size: 14px;
        padding: 8px 10px;
    }

    .static-login-nav .by2-navbar .navbar-right li a {
        padding: 8px 4px !important;
        font-size: 13px !important;
    }

    .static-login-nav .by2-navbar .login-nav .contact-info {
        padding: 0 5px !important;
    }

    .static-login-nav .by2-navbar .login-nav .contact-info span {
        font-size: 10px;
    }

    .static-login-nav .by2-navbar .login-nav li a {
        padding: 4px 6px !important;
    }

    .section-header {
        background-image: url(../images/160by2-md.png);
        background-size: cover;
        min-height: auto;
        height: auto;
        margin-bottom: 80px !important;
    }

    .by2-navbar .navbar-right li {
        padding: 8px 15px;
    }

    .by2title {
        margin-top: -80px;
    }

    .by2login {
        width: 340px;
        height: 400px;
        padding: 0 24px
    }

    .by2-panel {
        width: 262px;
        margin-right: 10px;
    }

    .big-data h2 {
        font-size: 22px;
    }

    .by2-left-box {
        width: 46%;
    }

    .section-padding {
        padding: 0 20px 0 30px;
    }

    .panel-content span {
        font-size: 13px;
    }
    .by2-faqs {
        max-width: 960px;
        padding: 62px 10px;
    }

    .faqs-box {
        padding: 0 0 0 40px;
    }

    .static-panel h1 {
        font-size: 20px;
    }

    .static-panel {
        width: 300px;
        height: 460px;
    }

    .by2-static-page .static-login-nav .navbar-right li a {
        padding: 8px 5px;
        font-size: 13px;
    }

    .static-login-nav .login-nav .contact-info {
        padding: 0 4px !important;
    }

    .by2-static-page .by2-navbar .navbar-right .border {
        padding: 8px 24px !important;
    }

    .left-side-bar {
        display: none;
    }

    .regiter-modal .right-side-bar {
        margin: 0;
        padding: 40px 30px;
    }

    .regiter-modal {
        max-width: 470px;
    }
}

/****************Large devices (Desktops, Laptops less than 1200px)*******************/

@media screen and (max-width: 1199.98px) {
    .w-nbank {
        padding-left: 22px;
    }
    .recent-files .table thead tr th, .table tr td{
        padding:8px !important;
    }
    .clipNameEdit input{
        width:100px;
    }
    .navbar-top-right ul li.contact-info{
        font-size: 12px;
    }
    .font-md-1{
        font-size: 16px;
    }
    .dnd-blk .dnd, .dnd-blk .dnd .d-table-cell{
        display: block;
        text-align: center;
    }
    .dnd-blk .dnd .d-table-cell:last-child{
        padding-top: 18px;
    }

    .dnd-blk{
        padding-right: 10px;
    }
    .Static-dnd .dnd{
        height: 140px;
    }
    .api-program-wrapeer{
        margin-left: 270px;
        max-width: 450px;
    }

    .file-type .label-small{
        display: block;
        padding-bottom: 14px;
    }
    .file-bg .file-name {
        width: 240px !important;
    }
    .section-header .our-offers{
        margin-bottom: 0;
    }
    .knw-mr {
        position: static !important;
        margin-top: 24px;
    }

    .by2-panel {
        width: 390px;
        height: auto;
        margin: 10px auto;
        display: block;
    }
    .by2-panel:nth-last-child(1){
        margin:0px auto;
    }
    .section-header{
        background-image: none;
    }
    .section-header .by2-wrapper{
        background: #ff6102;
        padding:  0 40px 0 50px;
    }
    .by2title button{
        border: 2px solid #fff;
        color: #fff;
    }

    .by2-sec1{
        padding: 40px 0;
    }
    .by2title h2{
        color:#fff;
        font-size: 30px;
    }
    .by2-wrapper .doblogo{
        background-position: left -1349px;
        background-position-x: -190px;
    }

    .text-convert .nav-tabs button {
        padding: 10px 15px;
    }

    .text-over {
        width: 120px !important;
    }

    .voice-reports .b-dashboard-fields {
        width: 33% !important;
    }

    .w-paytm {
        padding-left: 32px;
    }

    .w-dcard,
    .w-dcard {
        padding-left: 30px;
    }

    .view-mr-sub {
        width: 300px;
    }

    .api-form {
        width: 100%;
    }

    /*top nav styles stsrt here*/
    .nav-tabs>li>a {
        padding: 10px;
    }

    .mobile-block {
        padding: 20px;
    }

    .pay_d-cal {
        width: 100%;
    }

    .navigation li.free-sms {
        padding: 32px 8px 32px 15px;
        font-size: 16px;
    }

    .navigation li a {
        padding: 28px 12px;
        font-size: 12px;
        margin: 0;
    }

    .navbar-top-right ul li a {
        padding: 0 2px;
        font-size: 12px;
    }

    .sidebar-nav h4 {
        margin-top: 0;
    }

    /*top nav styles end here*/
    /*middle content styles starts here*/
    .container-wrapper {
        padding: 2em 6em 5em 1.2em;
    }

    .content-block {
        width: 100%;
    }

    .content-block.d-table-cell {
        display: block;
    }

    .page-content {
        margin-top: 0;
    }

    .header-block {
        margin: 0;
    }

    /* .headline-mini {
        font-size: 12px;
        margin: 0;
        padding: 0;
        line-height: 1;
    } */
    .headeline {
        /* font-size: 18px; */
        /* margin: 0 0 5px 0; */
        margin: 10px 0;
        line-height: 1.6;
    }

    .groupsms-wrp .info-label-heavy {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .tags {
        display: inline-block;
        padding: 5px 18px;
        margin: 0px 12px 10px 0;
        color: #333;
        font-weight: 500;
    }

    .tags-grp {
        margin-bottom: 10px;
    }

    .info-label {
        font-size: 12px;
        font-weight: 500;
    }

    .icon-smailey {
        position: absolute;
        right: 7px
    }

    /*middle content styles starts here*/
    /*address book styles start here*/
    .s-dt,
    .s-tm {
        width: 33%;
    }

    .s-snd {
        width: 29%;
    }

    /*address book styles end here*/
    /*Brands styles start here*/
    .brands-wrp .content-block {
        width: inherit;
    }

    .brands-content {
        margin-top: 0;
    }

    .form-hr-grp {
        width: 100%;
        display: flex;
    }

    .input-hrt {
        margin-right: 0;
    }

    .form-ls {
        width: 100%;
        /* padding: 11px 20px; */
        padding: 7px 8px;
    }

    .brands-wrp .page-wrapper {
        width: 100%;
    }

    /*Brands styles end here*/
    /*create Contact list styles start here*/
    .table thead tr th,
    .table tr td {
        padding: 9px 12px;
    }

    /*create Contact list styles end here*/
    /* 
        Send SMS Page styles
    */
    .page-wrapper {
        width: 45%;
        margin-left: 260px;
    }

    .sidebar-rightsec {
        width: 30%;
    }

    .alert-wrap {

        font-size: 12px;
    }

    .amount-block {
        width: 100%;
        margin-right: 20px;
    }

    .payment-block {
        width: 100%;
        padding: 0px;
    }

    .business .input-addon-group .form-ls {
        width: 100%;
        display: block;
        float: none;
    }

    .pg-static .page-wrapper {
        padding-top: 100px;
    }

    .bs-point {
        flex: 0 0 48%;
    }

    .pg-pricing .pricing-wrapper {
        margin-left: 280px;
    }

    .nav-support {
        font-size: 12px;
        text-align: left;
        padding-right: 20px;
        float: right;
        padding-top: 10px;
    }

    /*    .navbar-top-right {
            display: none;
        }*/
    .nav-pl {
        padding-left: 20px;
    }

    .navbar-top-right {
        display: block;
    }

    .navbar-top-right ul li {
        padding: 0px 6px;
        font-size: 12px;
    }

    .sendsms .btn {
        padding: 10px 14px;
    }

    .nav-bull-tabs ul li {
        padding: 8px 40px;
    }

    .api-wrap .page-wrapper {
        max-width: inherit;
        width: 74%;
    }

    .invite-wrap .page-wrapper {
        width: 100%;
    }

    .add-block {
        display: none;
    }

    /* Extension Start From here  */
    .promote-campaign .tag-list {
        /* width:400px; */
    }

    .demo-video {
        margin: 0 0 18px 0;
        padding: 25px;
    }

    .mobile-block .preview {
        padding: 6px 0px 0px;
    }

    .test-message {
        margin: 10px 30px;
    }

    .btn-ls-2 {
        width: 47%;
        height: 50px;
        padding: 0 28px;
    }

    .payment-content .btn-ls-2 {
        width: 46%;
    }

    .api-container .d-table-cell {
        max-width: 560px;
        overflow: scroll;
    }

    .selectdiv select {
        width: 280px;
    }

    .msg-op {
        padding: 20px 10px 60px;
    }

    .b-dashboard .b-dashboard-fields {
        width: 50%;
        /* margin-right: 20px; */
    }

    .d-piechart .pie-diagram {
        padding: 20px 0px 20px 0px;
        margin: 0 auto;
    }

    .ds-pc {
        display: -webkit-inline-box;
        margin-left: 70px;
    }

    .d-deleivered,
    .d-undeleivered {
        padding: 0;
    }

    .d-ud {
        padding: 10px;
    }

    .ds-pc>div {
        margin-right: 20px;
    }

    .b-dashboard-report {
        width: 42%;
    }

    .d-graph {
        width: 55%;
        margin-left: 20px;
    }

    .b-dashboard-report li {
        font-size: 15px;
    }

    .b-dashboard-report li span:nth-child(2) {
        font-size: 17px;
    }

    .b-dashboard input {
        padding: 8px 10px 8px 10px;
    }

    .payment-page-wrapper {
        max-width: 100% !important;
        width: 76% !important;
    }
}

/* ============================================================================================
                               {{ RESPONSIVE LARGE END HERE }}
 =================================================================================================*/

/**************** Laptops less than 1024px)*******************/

@media screen and (min-width: 755px) and (max-width:1024px) {
    .msg-op {
        padding: 0;
    }

    .wallet-pay {
        width: 100%;
    }

    .api-request .button {
        padding: 6px 20px;
    }

    .api-table th,
    .api-table td {
        padding: 5px 12px;
    }
}


@media (max-width:991.98px) {
    .contact-modal {
        width: 700px !important;
    }
    .api-program-wrapeer{
        margin-left: 20px;
        padding: 80px 0px 0 0;
    }
    .mobile-camp-type li:first-child{
        margin-right: 6px;
    }

    .text-convert .file-type label{
        padding-right: 14px;
    }
    .big-data{
        padding: 0 20px 42px 20px;
    }
    .footer-section, .by2-static-page .sections{
        padding: 0 40px;
    }
    .big-data .sms-needs p{
        font-size: 14px;
    }
    /* .pricing-page .static-panel-rw1{
        display: block;
    }
    .pricing-page .static-panel-rw1 .pricing-panel{
        width: auto !important;
        height: auto;
        margin: 0 0 10px 0;

    } */
    .pricing-panel {
        width: 340px !important;
        height: 430px !important;
    }

    .pricing-rw2 .pricing-panel {
        height: 540px !important;
    }

    .pricing-cnt p {
        font-size: 15px !important;
    }
    .Static-dnd .dnd{
        height: 160px;
    }
    .Static-dnd .dnd{
        font-size: 15px;
    }
    .section-padding {
        margin-bottom: 80px;
    }

    .footer-section {
        margin-bottom: 0 !important;
    }

    .doblogo-white {
        width: 169px;
        height: 18px;
        background-position: left 0px;
        background-position-x: 0px;
    }

    .by2-navbar {
        display: none !important;
    }

    .section-header {
        background: none !important;
        height: auto;
    }

    .section-header .by2-wrapper {
        background: #ff6102;
    }

    .by2title h2 {
        font-size: 20px;
        color: #fff;
    }

    .by2login button:hover,
    .by2title button:hover {
        background: #fff;
        color: #ff6102;
    }

    .by2title button {
        color: #fff;
        border: 2px solid #fff;
    }

    .by2login {
        width: 330px;
        height: 400px;
        padding: 0 24px;
    }

    .by2-sec1 {
        padding: 60px 0;
    }
    .panel-content ul {
        padding: 24px 30px 42px 60px;
    }

    .faqs-bg {
        display: none;
    }

    .by2-faqs {
        min-width: auto;
        max-width: 730px;
        padding: 62px 10px;
        margin: 0 auto;
    }

    .footer-section .navbar li {
        padding: 2px 6px;
    }


    .big-data h2 {
        font-size: 20px;
    }

    .static-panel-rw1 .static-panel:nth-last-child(3),
    .static-panel-rw2 .static-panel:nth-last-child(3) {
        display: table-column;
    }

    .static-panel {
        width: 340px;
        height: 400px;
    }

    .static-panel-rw2 .static-panel {
        height: 310px !important;
    }

    .doblogo-white img {
        display: none;
    }

    .by2-static-page .by2-navbar .navbar-right .border,
    .by2-static-page .by2-navbar .navbar-right .border-left {
        padding: 6px 16px !important;
    }

    .by2-static-page .by2-navbar .navbar-right li a {
        padding: 8px 8px;
        font-size: 15px;
    }

    .by2-navbar {
        padding-top: 30px;
    }

    .regiter-modal {
        min-width: auto;
        max-width: 680px;
    }

    .static-section .static-head {
        padding: 60px 0 100px 0;
    }

    .mobile-camp-type {
        display: block;
    }

    .m-user-title {
        display: inline-block;
        width: 165px;
        word-break: break-all;
        line-height: initial;
        vertical-align: middle;
    }

    .regiter-modal,
    .contact-modal {
        max-height: 600px;
        min-height: 560px;
        overflow: hidden;
    }
    .modal-body {
        overflow-y: auto;
    }

    /*desktop hidden styles here*/
    .api-select {
        margin: 10px 0;
    }

    .api-form {
        width: 65%;
    }

    .footer-support {
        display: block !important;
        padding-top: 12px !important;
        margin: 0 auto;
    }

    .icon-caret-down {
        background-position-x: -46px;
    }

    .icon-caret-up {
        width: 22px;
        height: 15px;
        background-position: left -269px;
        background-position-x: -70px;
        top: 35px;
        left: 50px;
    }

    .fixed-top,
    .sidebar {
        display: none;
    }

    /*desktop hidden end here*/
    .pg-static .sidebar,
    .pg-static .fixed-top {
        /* display: block; */
    }

    .pg-static .page-wrapper {
        padding: 30px 20px 0px 0px;
        width: 60%;
        margin-left: 260px;
    }

    .pg-static .sidebar {
        margin-top: 0;
    }

    /*right side bar styles start here*/

    .sidebar-rightsec {
        width: 40%;
        margin-top: 0;
    }

    .sidebar-rightsec .sidebar-nav {
        padding: 0;
    }

    .inner-header {
        padding: 20px 0;
    }

    .select-field-1 {
        padding: 8px 10px;
    }

    .u-n-c {
        font-size: 11px;
    }

    /*right side bar styles end here*/
    /*top-nvigation styles start here*/
    .navigation li.free-sms {
        padding: 32px 8px 32px 4px;
        font-size: 10px;
    }

    .navigation li a {
        padding: 32px 5px;
        font-size: 11px;
    }

    .navbar-top-right ul li a {
        padding: 0 3px;
        font-size: 12px;
    }

    .navbar-top-right ul li {
        padding: 32px 12px;
    }

    .navbar-top-right {
        padding-right: 10px;
    }

    .add-crt-blk .btn-theme-sm,
    .add-crt-blk .btn-outline {
        padding: 8px 6px;
    }

    .btn-default,
    .btn-sml,
    .btn-outline,
    .btn-theme-sm,
    .btn-ls {
        font-size: 11px;
    }

    /*top-nvigation styles end here*/
    /*top nav right styles*/
    .navbar-top-right ul.top-nv.more-m {
        display: block;
    }

    .navbar-top-right ul.top-nv.more-m li {
        padding: 32px 8px;
    }

    .navbar-top-right ul.top-nv.more-m li a {
        border: 0;
    }

    .navigation.top-nv {
        margin-left: 10px;
    }

    .logout-block {
        display: none;
    }

    /*page wrapper and page content styles starts here*/
    .page-wrapper {
        margin: 0;
        padding: 15px 20px 30px 24px;
        width: 60%;
    }

    .business-campaign .page-wrapper,
    .promote-campaign .page-wrapper {
        padding: 15px 15px 30px 15px;
    }

    .container-wrapper {
        padding: 20px 0 0 0;
    }

    /*page wrapper and page content styles end here*/
    /*middle content styles starts here*/
    .content-block {
        width: 56%;
        display: inline-block;
    }

    .page-content {
        margin-top: 0;
    }

    .header-block {
        margin: 0;
    }

    .headline-mini {
        font-size: 16px;
    }

    .headeline {
        font-size: 20px;
    }

    .groupsms-wrp .info-label-heavy {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .icon-smailey {
        right: 12px;
    }

    .msg-block-right {
        top: 6px;
        right: 12px;
    }

    .tags-grp {
        margin-bottom: 10px;
    }

    .info-label {
        font-size: 12px;
        font-weight: 500;
    }

    /*middle content styles starts here*/
    /*mobile menu styles start here*/
    .mob-wrap {
        /* display: block; */
    }

    .mob-wrap li {
        display: inline-block;
        vertical-align: top;
    }

    .mobile-nav {
        width: 100%;
        height: 60px;
        background: #ff6102;
        padding: 12px 12px 10px 12px;
        display: block;
    }

    .mobile-nav a {
        padding: 6px
    }

    .mobile-nav .logo {
        width: 36px;
        display: inline-block;
        padding: 3px 3px;
    }

    .mobile-nav .logo a {
        width: 100px;
        display: inline-block;
        background: url(../images/logo-mobile.png) left top no-repeat;
        background-size: contain;
    }

    .nav-m {
        display: inline-block;
    }

    .nav-m ul {
        display: flex;
    }

    .nav-m ul li {
        flex: auto;
    }

    .nav-m ul li a {
        display: inline-block;
        padding: 12px 6px;
        color: #fff;
        font-size: 12px;
    }

    .user-m {
        padding: 7px 6px;
    }

    .menu-bar-icon a {
        display: inline-block;
        padding: 8px 14px;
    }

    li.menu-right-m {
        float: right;
        display: flex;
        padding-top: 0;
    }

    /*menu wrap styles*/
    .menu-wrap a {
        color: #646464;
    }

    .menu-wrap a:hover,
    .menu-wrap a:focus {
        color: #b8b7ad;
    }

    /* Menu Button */
    .menu-button {
        position: fixed;
        z-index: 1000;
        margin: 1em;
        padding: 0;
        width: 2.5em;
        height: 2.25em;
        border: none;
        text-indent: 2.5em;
        font-size: 1.5em;
        color: transparent;
        background: transparent;
    }

    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }

    .menu-button:hover {
        opacity: 0.6;
    }

    /* Close Button */
    .close-button {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 18px;
        top: 20px;
        overflow: hidden;
        text-indent: 1em;
        font-size: 0.75em;
        border: none;
        background: transparent;
        color: transparent;
    }

    .close-button::before,
    .close-button::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #7c7c7c;
    }

    .close-button::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-button::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* Menu */
    .menu-wrap {
        position: fixed;
        z-index: 3000;
        width: 260px;
        height: 100%;
        /*background: #0D2F6E;*/
        background: #fff;
        /*padding: 2.5em 0 0;*/
        padding: 0;
        /* font-size: 1.15em; */
        -webkit-transform: translate3d(-320px, 0, 0);
        transform: translate3d(-320px, 0, 0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        top: 60px;
        min-height: 580px;
    }

    .menu {
        /*padding: 0em 1.5em 0;*/
    }

    /*menu header*/
    .mobilenav-header {
        background: #eee;
        padding: 20px 10px 20px 20px;
    }

    .mobilenav-header:after,
    .mobilenav-header:before {
        content: "";
        display: table;
        clear: both;
    }

    .m-user {
        border-radius: 4px;
        background: #ff6102;
        padding: 6px 12px;
        color: #fff;
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
    }

    .m-main-nav {
        padding: 10px 0;
    }

    /*    menu header styles end*/
    .menu,
    .icon-list {
        /* height:calc(100vH - 60px); */
    }

    .icon-list {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .icon-list a {
        display: block;
        padding: 8px 10px;
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
    }

    .icon-list,
    .icon-list a {
        -webkit-transition: -webkit-transform 0s 0.4s;
        transition: transform 0s 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    .icon-list a:nth-child(2) {
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }

    .icon-list a:nth-child(3) {
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }

    .icon-list a:nth-child(4) {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    .icon-list a:nth-child(5) {
        -webkit-transform: translate3d(0, 2500px, 0);
        transform: translate3d(0, 2500px, 0);
    }

    .icon-list a:nth-child(6) {
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    .icon-list a span {
        margin-left: 10px;
    }

    /* Shown menu */
    .show-menu .menu-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.8s;
        transition: transform 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    .show-menu .icon-list,
    .show-menu .icon-list a {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.8s;
        transition: transform 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    .show-menu .icon-list a {
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
    }

    .show-menu .content::before {
        opacity: 1;
        -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .menu-wrap .sidebar-footer {
        width: 100%;
    }

    .menu-wrap .circle-fill .icon-plus {
        margin-top: 3px;
    }

    .show-menu .overly-body {
        display: block !important;
    }

    /*mobile nav styles end here*/
    /*address book styles start here*/
    /* .s-snd {
        width: auto;
    } */
    /* .s-snd .btn-ls, .btn-ls {
        padding: 20px 23px;
    } */
    /*address book styles end here*/
    .u-fn .fa-check {
        line-height: 24px;
    }

    /*future sms styles start here*/
    .addon-i,
    .addon-i-sm,
    .addon-i-rt {
        padding: 8px 10px;
    }

    .addon {
        padding: 16px 12px;
    }

    .dt-tm-rw ul {
        display: flex;
    }

    /* .dt-tm-rw ul li, .s-dt, .dt-tm-rw ul li, .s-tm {
        width: auto;
    } */
    .s-dt .icon-date,
    .s-tm .icon-time {
        margin-right: 1px;
    }

    /* .s-dt .btn-ls, .s-tm .btn-ls, .s-snd .btn-ls {
        padding: 0px 6px;
        height: 50px;
    } */
    /* .dt-tm-rw ul li {
        flex: 1;
    } */
    /*future sms styles end here*/
    /* language sms styles */
    .bnt-md-wt {
        width: 143px;
    }

    .btn-md {
        padding: 8px 18px;
    }

    /* language sms styles end*/
    /* sent SMS styles start here */
    .sentsms-rightsec {
        display: none;
    }

    .sentsms-wrp .content-block {
        width: auto;
    }

    .user-info {
        width: 30%;
        padding: 25px 12px;
    }

    .msg-info p {
        font-size: 14px;
    }

    .page-nav ul li a {
        padding: 0px 8px;
        height: 20px;
    }

    .icn-dt {
        padding: 2px 11px;
        height: 36px;
    }

    .dt-pik {
        padding: 1px 12px;
        font-size: 11px;
    }

    /* sent SMS styles end here */
    /* Add amount styles start here */
    .choose-amount {
        margin-bottom: 15px;
    }

    .amount-block {
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
    }

    c .input-addon-group {
        display: table;
    }

    .payment-block {
        width: 100%;
        padding: 16px 0px;
    }

    .input-addon-group .form-ls {
        width: 100%;
        display: table-cell;
        float: none;
    }

    .btn-addon {
        width: 1%;
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .input-addon-group {
        display: table;
    }

    .add-amount-rightsec {
        display: none;
    }

    .addamount-wrp .info-label-b {
        font-size: 12px;
        margin-bottom: 5px;
    }

    /* Add amount styles end here */
    /* create contact list style */
    /*mobile list points styles start here*/
    .list-points-m {
        display: block;
    }

    .list-points-m h4 {
        font-size: 16px;
        margin-top: 0px;
    }

    .list-points-m ol {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .list-points-m ol li {
        margin-bottom: 5px;
        border: 0 none;
        padding: 0;
    }

    .list-points-m .icon-bull {
        vertical-align: inherit;
    }

    .points-content {
        width: 90%;
        font-size: 12px;
        line-height: 1.6;
    }

    .createcaontact-wrp .info-label {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .hedline-heavy {
        font-size: 16px;
    }

    .create-contact-contaner .input-addon-group .form-ls {
        width: 100%;
    }

    .download-sheet-doc {
        right: 0;
    }

    .download-sheet-doc .btn-ls {
        width: 44px;
        height: 44px;
        padding: 10px;
    }

    .right-points {
        display: none;
    }

    .create-contact-contaner .content-block {
        width: 100%;
    }

    .sent-sms .page-wrapper {
        width: 80%;
    }

    /*mobile list points styles end here */
    /* create contact list styles end */
    .alert-wrap {
        top: 20px;
    }

    .nav-tabs>li>a {
        padding: 6px;
    }

    .create-contact-list .page-wrapper {
        width: 100%;
        min-width: 100%;
    }

    .business-reports .page-wrapper {
        width: 100%;
    }

    .settings .page-wrapper {
        width: 100%;
    }

    .login-block {
        margin-bottom: 40px;
    }

    .pg-business .bs-wrapper {
        padding-top: 20px;
    }

    .free-account,
    .business-account,
    .enterpraise {
        float: left;
        width: 48%;
        margin-left: 10px;
    }

    .pg-pricing .pricing-wrapper {
        margin: 0;
        padding: 20px 12px;
        position: relative;
    }

    /* .groupsms .page-wrapper {
        padding-top: 0;
    } */
    .divider-rw {
        background: #3c5d93;
    }

    .nav-m-profile {
        border-top: solid 1px #e9e9e9;
        padding: 10px 0;
        /*background:#11377e;*/
    }

    .nav-m-ftr {
        width: 100%;
        position: fixed;
        background: #fff;
        /* bottom: 60px; */
        padding: 12px 20px;
    }

    .nav-m-ftr a {
        font-size: 16px;
    }

    .show-menu .icon-list .support-nav a {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .m-header-links {
        display: flex;
        margin-bottom: 30px;
    }

    .balance-info {
        position: relative;
        cursor: pointer;
        padding-right: 18px;
        margin-right: 5px;
        line-height: 2;
    }

    .balance-info:after {
        position: absolute;
        content: "";
        display: table;
        border-right: solid 1px;
        padding-right: 15px;
        height: 14px;
        right: 0;
        top: 14px;
        border-color: #ffbbbb;
    }

    .balance-info span {
        display: block;
        color: #fff;
        font-size: 10px;
    }

    .balance-info span.font-md-1 {
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
    }

    .static-m-header {
        margin: 30px 0 50px 0;
    }

    .show--m {
        display: block;
    }

    .audience-content-m {
        position: relative;
    }

    .audience-content-m:before {
        position: absolute;
        content: "";
        display: table;
        background: #d0d0d0;
        left: 0;
        top: 20px;
        width: 1px;
        height: 50px;
    }

    .audience-content-m li {
        padding-left: 28px;
        line-height: 21px;
    }

    .m-header-links a.active span {
        border-bottom: solid 1px #5f5f5f;
        display: inline-block;
        padding-bottom: 2px;
    }

    .m-header-links a i {
        font-size: 8px;
        line-height: 0;
        color: #979797;
    }

    .audience-content-m h2 {
        font-size: 14px;
    }

    .audience-content-m p {
        line-height: 7px;
        margin: 0 0 5px 0;
        font-size: 12px;
    }

    .title-m-1 {
        margin-bottom: 30px;
    }

    .wallet-wrap .btn-ls-1 {
        padding: 14px 75px;
        /* margin: 2px; */
        width: 100%;
        text-align: left;
    }

    .button {
        padding: 8px 14px;
    }

    #noconts {
        font-size: 15px;
    }

    .info-label-heavy {
        font-size: 13px;
    }

    #demoContainer .s-dt {
        margin-right: 18px;
    }

    .tabs-header {
        margin-bottom: 30px;
    }

    .wallet-dd-menu-m {
        margin-top: 13px;
        margin-left: -25px;
    }

    .wallet-dd-menu-m li {
        border-bottom: 1px solid #efefef;
    }

    .wallet-dd-menu-m .dropdown-wrap {
        right: 0;
        left: inherit;
        width: auto;
    }

    .wallet-dd-menu-m .arrow-up-1 {
        position: relative;
        top: -17px;
        right: -23px;
    }

    #addressAd {
        display: none;
    }

    .nav-m-profile.login-reg-left-nav {
        text-align: center;
        padding: 10px 18px;
    }

    .login-reg-left-nav a {
        padding: 5px 20px !important;
        margin: 5px 2px;
        color: #fff;
        display: inline-block;
    }

    .login-reg-left-nav a span {
        margin: 0;
    }

    .promote-campaign .wt-40 {
        width: 60%;
    }

    .promote-campaign .addon-i,
    .promote-campaign .addon-i-sm,
    .addon-i-rt {
        padding: 0;
    }

    .promote-campaign .btn-them-addon-sm {
        padding: 23px 12px;
    }

    .msg-block {
        /* padding-right: 30px; */
    }

    .nav-support-mobile2 {
        display: none !important;
    }

    .f-right.button-no-bg {
        font-size: 12px;
        padding-top: 5px;
        font-weight: 600;
    }

    .wallet-dd-menu-m i {
        margin-right: 5px;
    }

    .pg-static .title-headline-w2 {
        padding: 0 25px;
    }

    .groupsms .addon {
        padding: 14px 8px;
        font-size: 12px;
        width: 30%;
    }

    .groupsms .input-field {
        padding: 10px 15px;
    }

    .table {
        overflow-y: hidden;
    }

    #removeConAll {
        display: block;
        margin-bottom: 2px;
    }

    .addon-i-rt,
    .add-on-btn-1 {
        padding: 0;
    }

    .addon-i-rt .btn-them-addon-sm {
        padding: 18px 30px;
    }

    .agree-terms {
        line-height: 24px;
    }

    .sidebar-rightsec.m-right-addrsbk {
        width: 100%;
        display: block;
        position: fixed;
        margin-top: 20px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .static-container .list-block-info p {
        padding-right: 10px;
    }

    .video-block {
        display: none;
    }

    .m-vd {
        visibility: hidden;
        margin: 0 0 10px 0;
        padding: 6px 10px;
        text-align: center;
        border-radius: 0;
    }

    .m-vd a {
        font-size: 12px;
    }

    .video-block img {
        height: 11px;
        vertical-align: middle;
    }

    .m-nav-bp {
        margin-bottom: 0;
    }

    /* Extension start from here */
    .promote-campaign .tag-list {
        /* width:350px; */
    }

    /* Extension for Mobile Preview */
    .mobile-block {
        margin-top: 0;
    }

    .mobile-block .preview {
        padding-top: 3px;
    }

    .test-message {
        margin: 10px 15px;
    }

    .demo-video {
        margin: 0 0 18px 0;
        padding: 20px 15px;
    }

    .append-url {
        padding: 20px 20px !important;
    }

    .btn-ls-2 {
        font-size: 14px;
        color: #5d5d5d;
    }

    .m-header-links a {
        padding: 3px 22px;
    }

    .payment_op {
        margin: 5px 0;
    }

    .icon-dbtc {
        margin-left: -15px;
    }

    .paytm_ic {
        margin-left: -40px;
    }

    .api-copy-btn {
        padding: 20px 0 !important;
    }

    .api-program-wrapeer>.alert-wrap {
        top: 70px;
    }

    .inner-header {
        padding: 0;
    }

    .button-lg {
        padding: 14px 20px;
    }

    .pg-business .bs-wrapper {
        margin: 0;
    }

    .nav-bull-tabs:before {
        width: 65%;
    }

    .billing .page-wrapper {
        width: 100%;
    }

    .click-after-select {
        width: 35%;
    }

    .menu-bar-icon .icon-menu-bar {
        margin-top: 8px;
    }

    .icon-menu-bar {
        width: 18px;
        height: 18px;
        background-position: left -772px;
        background-position-x: -24px;
    }

    /* Busiiness Dashboard Start from here */
    .b-dashboard .b-dashboard-fields {
        width: 50%;
        margin-right: 0;
    }

    .d-graph {
        margin-left: 20px;
    }

    .b-dashboard input {
        padding: 8px 120px 8px 12px;
        border: 0;
        /* Busiiness Dashboard End here */
    }

    .payment-page-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }

    .walletDropDown .dropdown-wrap>li>a {
        padding: 10px 16px !important;
    }


}

/*===============================================================================================       
                            Medium devices (tablets, less than 992px)
=================================================================================================*/

@media only screen and (min-width: 300px) and (max-width: 991px) {
    .wrapper {
        width: 100%;
        padding-top: 60px;
    }

    .mobile-nav {
        /* width: 100%;
        height: 60px;
        background: #251766;
        padding: 10px;
        margin-bottom: 20px;
        display: block; */
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        ;
    }

    .sidebar-rightsec {
        width: 40%;
        position: fixed;
        top: 60px;
    }


    .wallet-wrap .btn-ls-1 {
        text-align: center;
    }
}



/* ===========================================================================================
                               {{ RESPONSIVE MEDIUM CSS END HERE }}
============================================================================================== */



@media (max-width: 767.98px) {
    .contact-modal {
        width: 500px !important;
    }
    @media only screen and (max-height: 559px){
        .regiter-modal{
            max-height: 360px !important;
            min-height: 360px !important;
        }

    }
    .Static-dnd .dnd-blk{
        display: block;
        padding: 10px 0;
    }
    .Static-dnd .dnd{
        height: auto;
    }
    .Static-dnd ul li h3{
        margin-bottom: 0;
        padding-top: 22px;
    }
    .footer-section, .by2-static-page .sections{
        padding: 0 20px !important;
    }
    /* =========row reverse start login page */
    .by2-sec1{
        padding: 0 0 42px 0;
    }
    .by2-sec1 .by2-left-box, .by2-sec1 .by2-right-box{
        display: table-footer-group !important
    }
    .by2login {
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }
    .by2title{
        margin: 0;
    }
    .section-header .by2-wrapper{
        padding-top: 0 !important;
    }
    .by2title button{
        margin-top: 28px !important;
    }

    /* =========row reverse End login page */
    .static-voice .static-panel{
        height: auto;
    }
    .by2-static-page .section2{
        padding: 0 50px;
    }
    .big-data{
        margin-bottom: 32px;
    }
    .section-header .by2-wrapper{
        padding: 0 20px;
    }

    .pricing-panel,
    .pricing-rw2 .pricing-panel {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 12px 0 !important;
    }

    .d-graph {
        margin-top: -20px;
    }

    .voice-reports .b-dashboard-fields {
        width: 48% !important;
    }

    .contact-modal .d-table-cell:first-child {
        display: table-footer-group;
    }

    .static-panel {
        width: 100%;
        height: auto;
        margin: 10px 0;
        padding: 40px 30px;
    }

    .static-panel-rw2 .static-panel {
        height: auto !important;
    }

    .footer-section .d-table-cell {
        display: block;
        text-align: center;
    }

    .footer-section .doblogo {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .footer-section p {
        display: table-cell;
        margin: 10px;
        font-size: 13px;
    }

    .footer-section .navbar .social-icons {
        text-align: center;
    }

    .footer-section .footer-contact p {
        text-align: center;
        display: inline;
        border-right: 1px solid #bfbfbf;
        margin: 0;
        padding: 2px 10px;
    }

    .footer-section .footer-contact p:last-child {
        border: 0;
    }

    .footer-section .copy-rgts {
        display: block;
        padding-top: 10px;
        margin-top: 10px !important;
    }

    .footer-section .navbar {
        margin: 6px 0;
    }

    .static-section .static-head {
        padding: 40px 0 90px 0;
    }

    .static-section .by2-navbar .navbar-right {
        display: none;
    }

    .section-padding {
        margin-bottom: 50px;
        padding: 0 20px 0 20px;
    }

    .section-header .our-offers {
        padding: 0 20px;
    }

    .section-header .by2-wrapper {
        padding-top: 60px;
    }

    .footer-section {
        margin: 0;
    }

    .static-head h1 {
        font-size: 32px;
    }

    .static-head p {
        font-size: 24px;
    }

    .static-panel-rw1 .static-panel:nth-last-child(3),
    .static-panel-rw2 .static-panel:nth-last-child(3) {
        display: block;
    }

    .static-panel:last-child {
        margin: 10px 0;
    }

    .section-header {
        height: auto;
    }

    .by2-navbar {
        display: none !important;
    }

    .by2-sec1 {
        text-align: center;
    }

    .by2title button {
        margin-top: 40px;
    }

    .by2login {
        margin-top: 40px;
        padding: 0 20px;
        height: auto;
    }

    .by2-left-box,
    .by2-right-box {
        display: block !important;
        width: 100% !important;
    }

    .by2-left-box {
        text-align: center;
    }

    .by2title h2 {
        color: #fff;
        font-size: 22px;
    }

    .our-offers h1,
    .by2-faqs h1 {
        font-size: 24px;
    }

    .our-offers p,
    .by2-faqs p {
        font-size: 18px;
        margin-bottom: 34px;
    }

    .by2-panel {
        margin: 10px 0;
        width: 100%;
        height: auto;
    }

    .better-dlvr-icon,
    .sms-speed-icon,
    .support-con-icon {
        margin-bottom: 20px;
    }

    .sms-needs {
        border: 0;
        padding-bottom: 32px;
        display: block;
        text-align: center;
    }

    .by2wrap .section3 {
        margin-top: 180px;
    }

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

    .by2wrap .section3 {
        height: auto;
        background: none;
    }

    .by2-faqs {
        position: static;
        margin: 0;
    }

    .by2wrap .section3 {
        margin-top: 0;
    }

    .footer-section .navbar li {
        font-size: 13px;
    }

    .panel-content p {
        padding: 0 10px;
    }

    /* ===========dot============= */
    .by2-static-page .section2 .about-us .d-table-cell,
    .faq-static .d-table-cell {
        display: block;
        width: 100%;
        padding: 0;
    }

    .payment-content .btn-ls-2 {
        font-size: 13px;
    }

    .m-header-links a.active:before {
        left: 18px;
    }

    .pg-static .sidebar,
    .pg-static .fixed-top {
        display: none;
    }

    .pg-static .page-wrapper {
        padding: 0 20px 0px 20px;
        width: 100%;
        margin: 0;
    }

    .pg-static .user-m {
        display: none;
    }

    .page-wrapper {
        width: 60%;
    }
    .clip-wrapper {
        width: 100%;
    }

    .s-dt,
    .s-tm {
        width: 46%;
    }

    div.s-snd {
        width: 100%;
        margin-top: 20px;
    }

    /* .sidebar-rightsec {
    width: 40%;
} */
    .menu a {
        font-size: 14px;
    }

    .wallet-info {
        padding: 10px 0px 0 0;
        margin-bottom: 10px;
    }

    .tabs-header {
        padding-bottom: 0;
    }

    .senders-id .page-wrapper {
        width: 100%;
    }

    .business-reports .icon-date {
        left: 20px;
    }

    .bs-points {
        padding: 0 10px;
    }

    .pg-business .bs-wrapper {
        margin-left: 0;
    }

    .bs-point {
        flex: 0 0 100%;
    }

    .nav-bull-tabs ul li {
        margin: 0 0;
        padding: 8px 18px;
    }

    .nav-bull-tabs:before {
        width: 66%;
    }

    .list-content,
    .list-content-1 {
        height: calc(40vH);
        overflow-x: hidden;
        overflow-y: scroll;
    }

    #appendUrl {
        padding: 10px 13px;
    }

    .b-img-blk {
        display: none;
    }

    .business.billing .page-wrapper {
        padding-right: 20px;
    }

    .feed-back-body .label-small b {
        font-size: 10px;
    }

    .feed-back-body .label-small {
        font-size: 13px;
    }

    /*help center styles*/
    .popup-section h3 {
        font-size: 15px;
        padding: 30px 0 0 0;
    }

    .d-issues ul li {
        font-size: 14px;
    }

    .d-issues ul li .fa-chevron-down {
        right: 8px;
    }

    pre.printcode {
        width: 100%;
    }

    .api-container .d-table-cell {
        vertical-align: top;
        display: block;
        max-width: 290px;
    }

    .api-left-sec {
        width: 100%;
        padding-right: 0;
    }

    #modal-feed .mdw-content .mdw-body {
        max-height: 360px;
    }

    #modal-feed .input-field-md,
    .input-form {
        padding: 3px 20px;
    }

    #modal-feed .feed-back-body .label-small {
        font-size: 12px;
    }

    #modal-feed .msg-block textarea {
        height: 84px;
    }

    #modal-feed .addon-btn-md,
    #modal-feed button.addon-btn-md {
        padding: 12px 20px;
    }

    #modal-feed .btn-ls {
        padding: 11px 24px;
    }

    #modal-feed .mdw-content h3 {
        padding: 8px 1em;
    }

    #modal-feed .close-btn {
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        padding: 7px 12px
    }

    .api-wrap .page-wrapper {
        max-width: inherit;
        width: 100%;
    }

    .api-wrap .d-table {
        display: block;
    }

    .input-field-group {
        width: 95%;
    }

    .btn-lg {
        min-width: inherit;
        width: 100%;
    }

    /* Extension start from here */
    .promote-campaign .tag-list {
        width: 100%;
    }

    .append-url {
        padding: 18px 12px !important;
    }

    .btn-ls-2 {
        padding: 0 10px !important;
        width: 45% !important;
    }

    .b-dashboard .b-dashboard-fields {
        width: 48%;
        margin-right: 7px;
        padding: 0 !important;
    }

    .b-dashboard .d-select i {
        right: 5px !important;
    }

    .b-dashboard input {
        padding: 8px 90px 8px 10px;
    }

    .b-dashboard-report {
        width: 100%;
        margin-top: 20px;
    }

    .b-dashboard .input-grp {
        margin-bottom: 15px;
    }

    .d-graph {
        width: 100%;
        margin: 0;
        display: table-header-group;
        margin-top: 20px;
    }

    .dashboard-ip-fields .input-grp {
        margin-bottom: 15px !important;
    }

    .d-ddud {
        position: static;
    }

    /* ===========dot============= */

    .mdw-modal .feed-back-body {
        max-height: 420px !important;
        overflow-y: scroll;
        min-height: 300px !important;
    }

    .copy-block li {
        line-height: 1.5;
    }

    .copy-block {
        padding: 0 15px;
    }

    .copy-block p {
        margin-bottom: 6px;
    }

    .nav-h li a {
        padding: 10px 30px 8px 10px;
    }

    .sidebar-nav {
        padding: 10px 0 0 0;
    }

    #feedbackmodal {
        top: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

}

@media only screen and (min-width: 300px) and (max-width: 768px) {

    .list-content,
    .list-content-1 {
        height: 100% !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .payment-content {
        margin: 0;
        padding: 0;
    }

    .api-right-sidebar {
        padding: 0 20px 0 20px;
        width: 100%;
        display: block;
        position: inherit;
        margin: 30px auto;
    }

    .api-program-wrapeer {
        margin-left: 0;
        margin-right: auto;
        padding: 80px 20px 0 20px;
        max-width: 100%;
        width: 100%;
    }

    .api-wrap .addon-btn-md,
    .api-wrap button.addon-btn-md {
        padding: 20px 20px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 575px) {
    .btn-ls-2 {
        padding: 0 90px;
    }

    .api-container .d-table-cell {
        max-width: 400px
    }

    .selectdiv select {
        width: 400px;
    }

    .msg-op {
        padding: 0 0 60px 10px;
    }

    .m-header-links {
        margin-left: 10px;
    }
}

@media (max-width:575.98px) {
    .scrol-down-icon{
        width: 30px;
        height: 30px;
    }
    .recent-files .table thead tr th, .table tr td {
        padding: 8px 4px !important;
    }
    .clip-edit a{
        font-size: 12px;
        padding: 2px 12px;
    }
    .clip-time{
        font-size: 12px;
    }
    .dnd-alert{
        top: 60px !important;
    }
    .by2-dnd-modal .butn-sm{
        font-size: 16px !important;
        padding: 8px 20px !important;

    }
    #businessContactsForm .text-over{
        width: 320px !important;
    }
    .scroll-down{
        width: 18px;
        height: 10px;
        background-position: left -53px;
        background-position-x: -76px;
    }
    .scrol-down-icon:hover .scroll-down{
        background-position-x: -101px;
    }

    /*desktop hidden styles here*/
    .type-writer h2 {
        display: inline-block;
        width: 100%;
        line-height: 1.8;
    }
    .file-bg .file-name {
        width: 200px !important;
    }
    .text-convert .file-type label{
        padding-right: 10px;
    }
    .file-type  .custom-checkbox, .custom-radio{
        padding: 0 20px 0 22px;
        font-size: 14px;
    }


    .recent-clips .text-over{
        width:300px !important;
    }
    .login-inp-mr .icon-dropdown{
        right: 10px;
    }
    .big-data{
        padding: 0 20px 42px 20px;
    }
    .by2-static-page .section2{
        padding: 0 20px;
    }

    .mobile-camp-type li button {
        padding: 8px 20px;
    }

    .text-convert .nav-tabs button {
        padding: 8px 12px;
        font-size: 14px;
    }

    .text-convert .nav-tabs li {
        padding-right: 12px;
    }

    .text-over {
        width: 100px !important;
    }

    @keyframes type {
        from {
            width: 0;
        }
    }

    @-webkit-keyframes type {
        from {
            width: 100%;
        }
    }

    .contact-modal {
        width: 390px !important;
    }

    .contact-modal .modal-body {
        padding: 40px 20px;
    }

    .contact-modal .contact-us {
        margin-top: 30px;
    }

    .by2-close-btn {
        right: 20px;
    }

    .regiter-modal {
        max-width: 380px;
        min-width: auto;
    }

    .by2-reg-fields {
        padding: 0;
    }

    .by2-reg-fields .gender {
        padding: 0 0 26px 0;
    }

    .by2-captcha-field .col-lg-6:last-child {
        margin: 0;
        padding: 0;
    }

    .w-paytm {
        padding-left: 52px;
    }

    .w-dcard,
    .w-dcard {
        padding-left: 48px;
    }

    .w-nbank {
        padding-left: 40px;
    }

    .view-mr-sub {
        width: 260px;
    }

    .fixed-top,
    .sidebar,
    .sidebar-rightsec {
        display: none;
    }

    .sidebar-rightsec {
        display: none;
    }

    .api-right-sidebar {
        display: block;
        width: 100%;
        padding: 0 15px;
    }
    .messages-mobile .header-block-right{
        margin-top: 0;
    }
    .messages-mobile{
        top:60px !important; 
    }

    .contacts-mobile,
    .messages-mobile,
    .smilies-mobile {
        width: 100%;
        display: block;
        background-color: #FFF;
        z-index: 1;
        margin-top: 30px;
        -webkit-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.33);
        box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.33);
        padding-bottom: 90px;
    }
    .sidebar-rightsec .visible-xs {
        padding: 16px 18px 0px 18px;
    }
    .api-program {
        margin: 0;
    }

    .api-title1 {
        margin: 20px 0;
    }

    .api-select {
        margin: 10px 0;
    }

    .api-language {
        padding: 0 8px 0 40px;
        font-size: 16px;
    }

    .api-code-language {
        margin: 20px 0;
    }

    .campaign-program {
        margin-bottom: 30px;
    }

    /*page wrapper and page content styles starts here*/
    .page-wrapper {
        margin: 0 0px 0px 0px;
        padding: 15px;
        width: 100%;
    }

    .sent-sms .page-wrapper {
        width: 100%;
    }

    .container-wrapper {
        padding: 0;
    }

    .content-block.d-table-cell {
        display: block;
    }

    /*page wrapper and page content styles end here*/
    /*middle content styles starts here*/
    .content-block {
        width: 100%;
    }

    .page-content {
        margin-top: 0;
    }

    .header-block {
        margin: 0;
    }

    /* .headline-mini {
        font-size: 12px;
        margin: 0;
        padding: 0;
        line-height: 1;
    } */
    .headeline {
        font-size: 18px;
        margin: 0 0 5px 0;
    }

    .groupsms-wrp .info-label-heavy {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .tags {
        font-size: 14px;
    }

    .icon-smailey {
        right: 12px;
    }

    .msg-block-right {
        top: 6px;
        right: 12px;
    }

    .tags-grp {
        margin-bottom: 10px;
    }

    .info-label {
        font-size: 12px;
        font-weight: 500;
    }

    /*middle content styles end here*/
    /**Advertaiser block*/
    .adv-block {
        width: 100%;
        margin: 0 0;
    }

    .adv-block img {
        max-width: 100%;
    }

    /**Advertaiser block*/
    /**contact group popup styles start here*/
    .show-hidden-small {
        display: inline-block;
    }

    .sidebar-rightsec.contact-popup,
    .contact-popup {
        display: block;
        width: 90%;
        height: 95vH;
        margin: auto;
        position: absolute;
        left: 0;
        top: 15px;
        right: 0;
    }

    .contact-popup .header-rightbar {
        width: 90%;
        height: 152px;
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        margin: auto;
        top: 15px;
    }

    .contact-popup .nav-h {
        margin-top: 145px;
    }

    .alert-m {
        display: block;
        width: 100%;
        left: 0;
        right: 0;
        position: relative;
        top: 0;
    }

    .alert-m .alert-msg {
        padding: 5px;
        margin-top: 1px;
    }

    .add-crt-blk {
        padding: 5px 8px 15px 8px;
        margin-bottom: 0;
    }

    .alert-msg p {
        font-size: 12px;
    }

    /**contact group popup styles end here*/
    /* sent SMS styles start here */
    .user-info,
    .msg-info {
        width: 100%;
        display: block;
    }

    .msg-info {
        width: 100%;
        padding: 20px 15px
    }

    .user-info {
        padding: 15px 12px 0;
    }

    .user-info .circle {
        right: -6px;
        top: -10px;
    }

    .msgs-tabs,
    .tab-date {
        display: block;
        float: left;
    }

    .tab-date {
        margin-top: 10px;
    }

    .msgs-doc {
        margin: 30px 0px 15px;
    }

    .msg-info p {
        font-size: 12px;
    }

    .msg-info .icon-double-check {
        top: -22px;
    }

    /* sent SMS styles end here */
    /* create contact list style */
    /*mobile list points styles start here*/
    .table thead tr th,
    .table tr td {
        padding: 9px 10px;
        font-size: 12px;
    }

    .download-sheet-doc {
        bottom: 0;
    }

    .create-contact-contaner .content-block {
        padding-bottom: 7em;
    }

    .contacts-upl-block {
        margin-top: 30px;
    }

    .points-content {
        width: 85%;
        font-size: 12px;
        line-height: 1.5;
    }

    .list-points-m .icon-bull {
        margin-right: 5px;
        vertical-align: baseline;
    }

    /*mobile list points styles end here*/
    /* create contact list styles end */
    .free-account,
    .business-account,
    .enterpraise {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .free-account,
    .business-account {
        min-height: auto;
    }

    .enterpraise {
        min-height: auto;
    }

    .business .page-wrapper {
        width: 100%;
    }

    .nav-tabs>li>a {
        padding: 10px 4px;
        font-size: 11px;
        font-weight: bold;
    }

    .list-cell li {
        display: table;
        width: 100%;
    }

    .mdw-modal {
        width: 90%;
    }

    .page-wrapper .header-title {
        padding: 0;
        margin-bottom: 10px;
    }

    .pg-pricing .pricing-wrapper {
        margin-left: 0;
        padding-top: 20px;
        width: 100%;
    }

    .upload-blk {
        width: 90%;
    }

    .forgot-wrap .d-table>* {
        display: inline-block;
        vertical-align: top;
    }

    .fa-ellipsis-h:before {
        vertical-align: middle;
    }

    .forgot-wrap .btn-outline {
        padding: 11px 12px;
        height: 40px;
    }

    .captcha-row-m {
        display: block;
    }

    .captcha-row-m #sendButton {
        padding: 10px 8px;
        font-size: 11px;
    }

    .captcha-row-m span {
        display: block !important;
        float: left;
    }

    .cpt-img-m {
        width: 113px;
    }

    .cpt-img-m img {
        width: 100%;
        height: 38px;
    }

    .captcha-row-m .btn-rf-m {
        width: 30px;
        margin: 0 5px 0px 0px;
    }

    .captcha-row-m .bt-send-m {
        width: 140px;
    }

    .msg-block .dropdown-wrap {
        left: inherit;
        right: 0;
        float: right;
        padding-right: 20px;
    }

    #dateRangeDiv .s-dt {
        margin-right: 6px;
    }

    .d-i-b-m>* {
        display: inline-block;
    }

    .business-campaign .s-dt,
    .business-campaign .s-tm {
        width: 48.5%;
    }

    #dateRangeDiv {
        margin-bottom: 15px;
    }

    .btn-right-m {
        width: auto;
        float: right;
    }

    .addressbook-wrap .button {
        padding: 8px 16px;
        font-size: 12px;
    }

    .addressbook-wrap .radio-inline {
        margin-right: 10px;
        font-size: 14px;
    }

    .icon-list a {
        display: block;
        padding: 5px 10px;
    }

    .btn-md {
        padding: 8px 16px;
    }

    .api-container .nav-tabs>li>a {
        padding: 10px 17px;
    }

    /* Extension start From here */
    .btn-ls-2 {
        width: 100%;
        font-size: 16px;
        color: #5d5d5d;
        padding: 0 60px;
        font-size: 14px;
    }

    /* .payment-row-2{
        margin: 0;
        align-items:flex-start; 
    } */
    .payment-content {
        margin: 0;
    }

    .icon-dbtc {
        margin-right: 10px;
    }

    .payment_op {
        margin: 5px 0 5px 0;
    }

    .paytm_ic {
        margin-left: -40px;
        padding: 0 5px;
    }

    .m-header-links a {
        padding: 5px 2px;
    }

    .mobile-block-right {
        padding: 0 0 0 24px;
    }

    .clse-btn {
        visibility: visible;
        padding: 6px 5px 0 0px;
    }

    .visible-xs {
        display: block;
        padding: 10px 18px 14px 18px;
    }

    .sidebar-rightsec .sidebar-nav {
        padding-top: 0;
    }

    .sidebar-rightsec .nav-h {
        padding-top: 0;
    }

    .sidebar-rightsec .nav-h {
        padding-top: 0;
    }

    .header-block-right {
        /* padding: 0px 15px 20px 15px; */
    }

    .smile-title {
        /*position:relative;*/
        padding: 12px 15px;
    }

    .wallet-pay {
        width: 100%;
    }

    .api-form {
        width: 100%;
        vertical-align: middle;
    }


    .api-char-no {
        padding: 4px 12px 0px 0;
    }

    .show-stage h1 {
        font-size: 24px;
    }

    .api-copy-btn {
        width: 110px;
    }

    .api-request .button {
        margin: 0px 10px 0 0px;
        width: 45%;
    }

    .api-request .button:last-child {
        margin: 0;
    }

    .api-request {
        margin: 30px auto;
        text-align: center;
    }

    .smile-cls {
        position: absolute;
        top: 0;
        right: 0;
        padding: 16px 24px 0 0;
    }

    .smile-title h3 {
        margin-bottom: 0;
    }

    .nav-bull-tabs:before {
        width: 44%;
    }

    .b-dashboard input {
        padding: 8px 0 8px 10px;
        font-size: 14px;
    }

    .otp-pop {
        width: 380px;
        height: auto;
    }

    .file-bg .text-right span,
    .recent-files .file-op span {
        padding: 3px 8px;
    }
}

@media (max-width:425.98px) {
    .regiter-modal {
        max-width: 360px;
    }
    #businessContactsForm .text-over{
        width: 200px !important;
    }

    .contact-modal {
        width: 350px !important;
    }

    .regiter-modal .right-side-bar {
        padding: 40px 30px;
    }

    .nav-tabs>li>a {
        font-weight: 500;
    }



}

@media only screen and (max-width: 400px) {

    #businessContactsForm .text-over{
        width: 200px !important;
    }
    .b-dashboard .b-dashboard-fields {
        width: 100%;
    }
    .file-bg .file-name {
        width: 180px !important;
    }
    .file-type .custom-radio{
        display: block;
        font-size: 15px !important;
        padding-bottom: 14px;
    }
    .voice-reports .b-dashboard-fields {
        width: 100% !important;
    }

    .file-bg .text-right span,
    .recent-files .file-op span {
        padding: 3px 4px;
    }

    .recent-files .table thead tr th,
    .table tr td {
        padding: 8px 4px;
    }

    .text-convert .nav-tabs button {
        padding: 8px;
    }

    .text-convert .nav-tabs li {
        padding-right: 8px;
    }



    #feedbackmodal {
        width: 360px !important;
    }

    .inp-file-custom:before {
        padding: 8px 12px;
        font-size: 14px;
        font-weight: 500;
    }

    .voice-reports .b-dashboard-fields {
        width: 100% !important;
    }

    .d-piechart .pie-diagram {
        padding: 20px 0px 20px 0;
        margin: 0 auto;
    }

    .d-ud {
        padding: 11px 8px;
    }

    .null-pie {
        width: 290px;
    }

    .user-contact>.addon {
        padding: 12px 10px;
    }

    .otp-pop {
        width: 300px;
    }

    .view-mr-sub {
        width: 210px;
    }
}

@media only screen and (max-width: 375px) {
    .btn-ls-2 {
        width: 46% !important;
    }
    .clip-time{
        font-size: 11px;
    }
    .clip-edit a{
        font-size: 11px;
        padding: 2px 8px;
    }
    .clipNameEdit input{
        width: 90px;
    }

    .big-data h1{
        font-size: 28px;
    }
    .big-data p{
        font-size: 16px;
    }
    .by2login{
        width:100%;
    }
    .by2login .byforgot{
        font-size: 12px;
    }
    .by2login button{
        font-size: 16px;
        padding: 5px 30px;
    }
    .mobile-camp-type li button {
        padding: 8px 12px;
        font-size: 14px;
    }

    .text-over {
        font-size: 13px;
    }

    .api-container .d-table-cell {
        max-width: 350px;
    }

    .selectdiv select {
        width: 350px;
    }

    .char-txt {
        font-size: 10px;
    }
    .msg-op {
        padding: 0 0 60px 10px;
    }

    .nav-bull-tabs:before {
        width: 50%;
    }

    .btn-ls-2 {
        font-size: 14px;
        padding: 0 8px !important;
    }

    .payment-content {
        padding: 0;
    }

    .w-paytm {
        padding-left: 52px;
    }

    .w-nbank {
        padding-left: 34px;
    }

    .w-dcard,
    .w-dcard {
        padding-left: 38px;
    }

    .payment-content .icon-paytm,
    .payment-content .icon-credit,
    .payment-content .icon-debit,
    .payment-content .icon-netbank {
        left: 6px;
    }
}


@media (max-width: 374.98px) {
    .regiter-modal {
        max-width: 300px;
    }
    #businessContactsForm .text-over{
        width: 170px !important;
    }
    .by2-dnd-modal .butn-sm{
        font-size: 15px !important;
        padding: 8px 16px !important;
    }
    .recent-clips .text-over{
        width: 280px !important;
    }
    .file-bg .file-name {
        width: 130px !important;
    }
    .by2title h2 {
        font-size: 18px;
    }

    .contact-modal {
        width: 300px !important;
    }

    .contact-modal .modal-body {
        padding: 40px 10px;
    }

    .section-padding {
        padding: 0 10px;
    }

    .footer-section .footer-contact p {
        border: 0;
        display: block;
    }

    .faqs-accordion,
    .faqspanel>span {
        font-size: 13px;
    }

    .inp-file-place,
    .inp-select-file {
        font-size: 14px;
    }

    .inp-file-custom {
        padding: 8px 6px;
    }

    .inp-file-custom:before {
        padding: 8px 6px;
    }
}


@media only screen and (max-width: 350px) {

    .payment-content .icon-paytm,
    .payment-content .icon-credit,
    .payment-content .icon-debit {
        left: 73px;
    }

    #businessContactsForm .text-over{
        width: 150px !important;
    }
    .inp-file-custom:before{
        font-size: 12px;
        padding: 10px 6px;
        font-weight: 600;
        color: #686868;
    }
    .file-type .cust-radio{
        height: 14px;
        width: 14px;
    }
    .file-type  .custom-radio .cust-radio:after{
        left: 4px;
        top: 4px;
    }
    .by2-static-page .section2{
        padding: 0 12px;
    }

    .text-convert .nav-tabs li {
        padding-right: 2px;
    }

    #feedbackmodal {
        width: 310px !important;
    }

    .m-header-links a {
        font-size: 13px;
    }

    .m-header-links a.active {
        font-weight: 600;
    }
    .recent-clips .text-over{
        width:210px !important;
    }
    .text-convert .nav-tabs button {
        padding: 8px 4px;
        font-size: 13px;
    }

    .text-over {
        width: 80px !important;
    }
    .clip-time{
        font-size: 11px;
    }
    .payment-content .icon-netbank {
        left: 76px;
    }

    .payment-content .btn-ls-2 {
        width: 100% !important;
        font-size: 14px;
        text-align: center;
    }

    .w-paytm {
        padding-left: 0px;
    }

    .w-nbank {
        padding-left: 30px;
    }

    .w-dcard,
    .w-dcard {
        padding-left: 30px;
    }

    .selectdiv select {
        width: 300px;
    }

    .m-header-links .list-unstyled {
        flex: inherit;
    }

    .create-contact-list .nav-tabs>li>a,
    .add-contact .nav-tabs>li>a,
    .sendsms .nav-tabs>li>a {
        padding: 10px 24px;
        margin-bottom: 10px;
    }

    .create-contact-list .nav-w>li:last-child>a,
    .add-contact .nav-w>li:last-child>a,
    .sendsms .nav-w>li:last-child>a {
        margin-bottom: 0 !important;
    }

    .sendsms .m-header-links .list-unstyled,
    .addressbook-wrap .m-header-links .list-unstyled,
    .sent-sms .m-header-links .list-unstyled,
    .groupsms .m-header-links .list-unstyled {
        flex: auto;
    }

    .choose-amount .tags {
        margin: 0px 2px 10px 0px;
    }

    .char-txt {
        font-size: 10px;
    }

    .api-char-no {
        font-size: 32px;
    }
    .msg-op {
        padding: 0 0 60px 10px;
    }

    .nav-bull-tabs:before {
        width: 55%;
    }

    .d-ud {
        padding: 3px 0px 3px 5px;
    }

    .d-piechart .pie-diagram {
        padding: 15px 0px 15px 0;
        margin: 0 auto;
    }

    .ds-pc {
        margin-left: 35px;
    }

    .b-dashboard input {
        padding: 8px 60px 8px 10px;
    }

    .pay_d-cal .s-dt {
        width: 100%;
        margin: 10px 0;
    }

    .view-mr-sub {
        width: 160px;
    }

    .table thead tr th,
    .table tr td {
        padding: 9px 4px;
    }
    .recent-files .table thead tr th, .table tr td{
        padding: 8px 2px !important;
    }
}

/* ====================================================================================================
                                   IE 10 AND ABOVE START FROM HERE
    ================================================================================================== */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS here */
    .d-graph {
        margin-left: 15px !important;
    }
    .feed-sumbit{
        position: absolute;
    }
    .feed-cont {
        padding: 30px 0 0 0;
    }
    .icon-dropdown-caret{
        z-index: 1;
    }

    .apperance::-ms-expand {
        display: none;
    }

    .select-1:hover {
        background: transparent;
        /* standard */
    }
    .msg-block textarea{
        margin-bottom: 0;
    }

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

    /* .section-padding {
        padding: 0 200px 0 200px;
    } */

    .by2-reg-fields img {
        vertical-align: auto;
    }
}

/*----MS Edge Browser CSS Start----*/

@supports (-ms-ime-align:auto) {
    .d-graph {
        margin-left: 15px !important;
    }
}

/*----MS Edge Browser CSS End----*/




/*========= Height issues for for side menu============ */
@media only screen and (max-height:768px) {
    .mdw-modal .feed-back-body {
        max-height: 420px !important;
        overflow-y: scroll;
        min-height: 300px !important;
    }
    .copy-block li{
        line-height: 1.5;
    }
    .copy-block{
        padding: 0 15px;
    }
    .copy-block p{
        margin-bottom: 6px;
    }
    .nav-h li a{
        padding: 10px 30px 8px 10px;
    }
    .sidebar-nav{
        padding: 10px 0 0 0;
    }
}

@media only screen and (max-height:700px) {
    .user-details{
        margin-bottom: 14px;
    }
    .nav-h li a{
        padding: 8px 30px 8px 8px;
    }
    .copy-block ul{
        padding: 4px 0px 0px 0px; 
    }
    .sidebar-rightsec .sidebar-nav{
        padding: 20px 0 0 0;
    }
    .feedback-modal{
        height: 600px;
    }
    .feed-cont{
        max-height: 600px;
        min-height: 560px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (max-height: 640px) and (min-height:540px) {
    /* .left-height-scroll {
        overflow-y: scroll;
        min-height: 140px;
        max-height: 220px;
        overflow-x: hidden;
    } */
    .contacts-modal{
        height: 500px;
    }
    .contacts-modal .feed-back-body{
        max-height: 400px;
        min-height: 380px;
    }
    .regiter-modal,
    .contact-modal {
        max-height: 520px;
        min-height: 500px;
        height: 100%;
        overflow: hidden;
    }

    .regiter-modal .right-side-bar {
        overflow-y: scroll;
        height:100%;
    }

    #feedbackmodal {
        height: 500px !important;
    }

    .feed-cont {
        max-height: 500px;
        min-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (max-height: 600px) {
    .by2-signup-img {
        bottom: 40px !important;
    }
}

@media only screen and (max-height: 600px) and (min-height:560px) {
    .left-height-scroll {
        overflow-y: scroll;
        min-height: 130px;
        max-height: 230px;
        overflow-x: hidden;
    }

}

/* =================Mobile Nav Height issues======================= */

/* =================Mobile Nav Height issues======================= */

@media only screen and (max-height: 559px) {
    .left-height-scroll {
        overflow-y: scroll;
        min-height: 120px;
        max-height: 140px;
        overflow-x: hidden;
    }
    .by2-dnd-modal .pt-40{
        padding-top: 20px;
    }
    .by2-dnd-modal .login-modal-body .login-inp-mr{
        margin-bottom: 20px;
    }
    .login-modal-body h2{
        font-size: 20px;
    }
    .regiter-modal,
    .contact-modal {
        max-height: 450px;
        min-height: 420px;
    }

    .regiter-modal .right-side-bar {
        overflow-y: scroll;
        height: 100%;
    }

    .mdw-modal .feed-back-body {
        max-height: 340px !important;
        overflow-y: scroll;
        min-height: 100px !important;
    }

    .feed-cont {
        max-height: 460px;
        min-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #feedbackmodal {
        height: 460px !important;
    }
}

@media only screen and (max-height: 500px) {
    .mobilenav-header {
        padding: 10px 10px 10px 20px;
    }

    .feed-bg {
        display: none;
    }

    .feed-cont {
        max-height: 460px;
        min-height: 400px;
    }

    #feedbackmodal {
        height: 400px;
    }

    .icon-list a {
        padding: 4px 10px;
    }

    .menu-wrap {
        min-height: 400px;
        max-height: 100%;
        overflow: scroll;
    }

    .m-user-title {
        display: inline-block;
    }
}

/*========= Height issues for for side menu End here============ */
@supports (-webkit-overflow-scrolling: touch) {

    .by2-dnd-modal{

    }

}
