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

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

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

/* body::-webkit-scrollbar {
    width: 8px;
  }
   
  body::-webkit-scrollbar-track {
    background: #ddd;
  }
   
  body::-webkit-scrollbar-thumb {
    background: rgb(109, 109, 109); 
  } */

a {
    cursor: pointer;
}

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

.w-auto {
    width: auto;
}

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

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

.p-5 {
    padding: 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================== */

/*
    .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: #251766;
    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: #251766;
    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: 300;
}

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

::-moz-placeholder {
    /* Firefox 19+ */
    color: #D1D1D1;
    font-weight: 200;
    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: transparent;
}

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

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

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

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

/* ========================  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: "Open Sans";
    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;
}

.li-st {
    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;
    padding: 8px;
}

/* 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%;
}

.wt-50 {
    width: 50%;
}

.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: #251766;
    color: #fff;
}

.btn-info {
    background: #251766;
    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: 1023;
}

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

.navbar-header {
    /*    height: 90px;*/
    height: 75px;
    padding: 0;
    background: #eee;
}

.top-left-sec {
    width: 236px;
    /*padding: 18px 60px 18px 16px;*/
    padding: 17px 60px 18px 16px;
    float: left;
    background: #251766;
}

.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 #fe7705;
}

.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: 32px 16px;*/
    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: #251766;
}

.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: #251766;
    position: fixed;
    margin-top: 84px;
    left: 0;
}

.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: 100;
}

.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 hr {
    border: 0;
    height: 1px;
    background: #3c5d93;
}

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

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

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

#side-menu li a.active {
    /*    background: #fff;*/
    color: #fff;
    font-weight: 900;
    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: 100;
    color: #fff;
}

/*sidebar right styles*/

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

.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: 50%;
    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: 600;
    color: #b8b8bc;
    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 #3c5d93;
}

.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: #251766;
}

.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: #dcd8d7;
    padding: 0px 5px;
    margin: 1px 12px 1px 0px;
}

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

.copy-block p {
    font-size: 12px;
    color: #7da1dd;
    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: 100;
    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: 800;
    padding: 5px 0px 5px 0px;
}

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

.msgs-tabs a.active {
    color: #251766;
    font-weight: bold;
    border-bottom: 1px solid #251766;
    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: 35px 0 35px 0;
    text-align: center;
    border: 1px dashed #e8e8e8;
}

.upload-contacts-block h4 {
    font-size: 16px;
    font-weight: 600;
    color: #686868;
}

.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: #fff0c4;
}

.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;
    cursor: inherit;
}

.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-forward, .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-dropdown-w, .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-s-mail, .icon-facebook, .icon-twitter, .icon-dropdown-caret, .icon-angle-right, .icon-angle-left, .icon-inform, .icon-up-arrow, .icon-close-xsm, .icon-close-xl, .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, .play-icon-h, .play-icon, .file-icon, .icon-edit-hover, .icon-edit, .icon-left-arrow, .icon-right-arrow, .pause-icon, .pause-icon-h, .icon-single-check,
.icon-record, .icon-stop, .icon-play, .restart-icon, .view-m-up, .view-m-down,.delete-icon, .forward-icon, .add-cnct{
    width: 18px;
    height: 18px;
    /* margin-right: 5px; */
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/image-sprite.png);
    background-position: left top;
    background-repeat: no-repeat;

}
.add-cnct{
    width: 20px;
    height: 22px;
    background-position: left -1059px;
    background-position-x: -87px;
    opacity: 0.5;
}
.forward-icon{
    width: 20px;
    height: 16px;
    background-position: left -1059px;
    background-position-x: -110px;
    opacity: 0.5;
}
.delete-icon{
    width: 18px;
    height: 20px;
    background-position: left -1058px;
    background-position-x: -134px;
    opacity: 0.5;
}
.view-m-up{
    width: 14px;
    height: 10px;
    background-position: left -1280px;
    background-position-x: 2px;
} 
.view-m-down{
    width: 14px;
    height: 10px;
    background-position: left -1280px;
    background-position-x: -18px;
}
.restart-icon{
    width: 36px;
    height: 36px;
    background-position: left -1491px;
    background-position-x: -152px;
}
.icon-stop{
    width: 32px;
    height: 32px;
    background-position: left -1435px;
    background-position-x: -48px;
}
.icon-play{
    width: 32px;
    height: 32px;
    background-position: left -1435px;
    background-position-x: -48px;
}
.icon-record{
    width: 55px;
    height: 55px;
    background-position: left -1435px;
    background-position-x: -48px;
}
.icon-left-arrow {
    width: 24px;
    height: 20px;
    background-position: left -1522px;
    vertical-align: middle;
}

.page-nxt .icon-left-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.icon-right-arrow {
    width: 24px;
    height: 20px;
    background-position: left -1522px;
    vertical-align: middle;
}

.file-icon {
    width: 16px;
    height: 24px;
    background-position: left -840px;
    background-position-x: -70px;
}

.icon-edit-hover {
    width: 25px;
    height: 25px;
    background-position: left -717px;
    background-position-x: -78px;
}

.icon-edit {
    width: 25px;
    height: 25px;
    background-position: left -717px;
    background-position-x: -78px;
}

.play-icon-h {
    background-position-x: -72px !important;
}

.play-icon, .play-icon-h {
    width: 22px;
    height: 22px;
    background-position: left -810px;
    background-position-x: -106px;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pause-icon, .pause-icon-h {
    width: 20px;
    height: 20px;
    background-position: left -811px;
    background-position-x: -134px;
}

.pause-icon-h {
    background-position-x: -163px;
}

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

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

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

.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;
    background-position: left -1368px;
}

.icon-f-facebook,.icon-f-facebook:hover{
    background-position-x: -33px !important;
}

.icon-f-insta, .icon-f-insta:hover{
    background-position-x: -77px !important;
}

.icon-f-twitter, .icon-f-twitter:hover {
    background-position-x: -124px !important;
}

.icon-f-whatsapp {
    background-position: left 0;
    background-position-x: -150px !important;
}
.icon-f-facebook:hover, .google-icon:hover, .icon-f-insta:hover, .icon-f-twitter:hover{
    background-position: left -1404px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
}
.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 !important;
}

.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;
}

.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 -1432px;
    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: 23px;
    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 -1502px;
}

.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: 36px;
    height: 27px;
    background-position: left -1300px;
    background-position-x: -42px;
    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: 14px;
    background-position: left -868px;
}

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

.icon-close-xl {
    width: 24px;
    height: 24px;
    background-position: left -916px;
    background-position-x: -106px;
}

.b-dashboard .d-select .icon-dropdown {
    top: 12px;
    opacity: 0.6;
}

.icon-check {
    width: 18px;
    height: 16px;
    background-position: left -934px;
}

.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: 20px;
    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: 22px;
    background-position: left -585px;
    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: 18px;
    height: 13px;
    background-position: left -608px;
} */

.icon-add-user {
    width: 25px;
    height: 30px;
    background-position: left -1056px;
    background-position-x: -57px;
}

.icon-double-check {
    width: 24px;
    height: 18px;
    background-position: left -1033px;
}
.icon-single-check {
    width: 18px;
    height: 16px;
    background-position: left -1034px;
    background-position-x: -25px;
}
.msg-sent-info .icon-single-check {
    bottom: 14px;
    right: 35px;
}

.icon-forward {
    width: 20px;
    height: 20px;
    background-position: left -1033px;
    background-position-x: -123px;
}

.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;
}

.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 !important;
}

.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: "Open Sans";
}

.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: #2d5bb7;
}

.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: "Open Sans";
    color: #5d5d5d;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}
.sent-box{
    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);
    min-height: 140px;
    max-width: -webkit-fill-available;
    padding: 20px 16px;
    transition: max-height .5s ease;
    margin-bottom: 8px;
}
.send-det{
    border-right:1px solid #e4e4e4;
    width: 30%;
    padding-right: 16px;
    vertical-align: text-bottom;
}
.send-det h3{
    font-size: 16px;
    color: #484848;
    font-weight: 600;
    margin-bottom: 2px;
}
.send-det h4{
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 600;
    margin-bottom: 2px;
}
.send-det h6{
    margin-bottom: 0;
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}
.send-msg{
    padding: 0 24px 0 14px;
    vertical-align: top;
}
.send-msg .view-m:hover{
    color:#ec5452;
}
.send-msg .view-m:hover .view-m-down{
    background-position-x: -54px !important;
}
.send-msg .view-m:hover .view-m-up{
    background-position-x: -34px !important;
}
.send-msg .send-txt{
    color: #686868;
    font-size: 14px;
    margin-bottom: 0;

}
.send-msg .view-m{
    padding: 2px 14px;
    background: #f0f0f0;
    border-radius: 30px;
    font-size: 13px;
    color: #251766;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 600;
    cursor: pointer;
}
.h-forwrd, .h-dte, .h-add {
    top: 6px;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}
.h-add{
    right: 6px !important;
    top: -5px;
}
.h-dte{
    bottom: 6px !important;
    top: initial !important;
}
.h-forwrd:hover, .h-dte:hover, .h-add:hover{
    background: rgba(60, 67, 67, 0.06);
}
.h-forwrd:hover i, .h-dte:hover i, .h-add:hover i {
    opacity: 1;
}

.list-content-1 .btn-info {
    padding: 12px 18px;
    font-size: 14px;
}

.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 */
}

.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 20px 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 40px;
    color: #5d5d5d;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    background: #f6f6f6;
    color: #251766;
    border-bottom: solid 1px #251766;
}

.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;
    cursor: pointer;
}

.list-dropdown li:hover, .list-dropdown li a:hover {
    background: #f9f9f9;
    color: #5d5d5d;
}

.free-sms-wrap .list-dropdown li:last-child {
    color: #241766;
}

.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: 989;
    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-wrap .close-btn:hover{
    background: none !important;
    color: initial !important;
}
.alert-msg .alert-success .close-btn{
    color: #10b327 !important;
}
.alert-msg .warning-bg .close-btn{
    color: #e34447 !important;
}
.alert-msg {
    padding: 1em;
    text-align: center;
}

.alert-msg {
    font-size: 14px;
    font-weight: bold;
}

.bg-orange, .warning-bg, .danger-bg {
    background: #ffeaed;
}

.alert-info {
    background: #f6fcff;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 14px;
    color: #1c546f;
    border-radius: 2px;
}

.alert-notification {
    background-color: #fff0c4;
    color: #9e7f12;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

.aler-warning {
    color: #e34447;
    border: solid 1px #f27779;
}

.alert-success {
    border: solid 1px #8fdb99;
    background: #e4f6e7;
    color: #10b327;
    font-size: 16px;
}

.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-modal .msg-block textarea {
    height: 180px;
}

.mdw-modal .addon-btn-md {
    padding: 18px 20px;
}

.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: 700;
    background: rgba(247, 247, 247, 1);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 8px #c9c9c9;
}

.mdw-content button {
    background: #251766;
    color: #fff;
    padding: 14px 30px;
}

.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: scroll;
}

.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 #d8d8d8;
    background: #f6f6f6;
}

.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 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    border: solid 2px #fff;
    background: none;
}

.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: #251766;
    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;
    width: 100%;
}

.upload-blk .addon-btn-md, button.addon-btn-md {
    padding: 12px 20px;
    background: #eeeeee;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
}

/*file upload button styles*/

/*feedback styles*/

.feed-back-body .label-small {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
    color: #7c7c7c;
}

.feed-back-body .label-small b {
    font-weight: 600;
}

.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: 460px;
    float: left;
    padding: 12px 20px;
    background-color: #fff;
    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);
    margin-bottom: 20px;
    min-height: 370px;
}

.free-account:nth-child(odd), .business-account:nth-child(odd), .enterpraise:nth-child(odd) {
    margin: 0 0 0 10px;
}

.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;
    right: 0;
}

.icon-logout {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    display: inline-block;
    background-position: left top -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: 8px 5px 8px 0px;
    border-left: solid 1px #e3e3e3;
}

.msg-sent-info .icon-double-check {
    bottom: 14px;
    right: 35px;
}

.msg-sent-info .icon-delete {
    bottom: 10px;
    right: 5px;
}

.msg-sent-info .icon-forward {
    right: 10px;
    top: 10px;
}

.msg-sent-info p {
    margin: 0;
    word-break: break-all;
}

.user-check-det .user-title {
    margin-bottom: 0;
    text-transform: capitalize;
}

.user-check-det .sender-name {
    font-size: 15px;
    font-weight: 500;
    text-transform: lowercase;
}

.msg-sent-info p {
    margin: 0;
}

.user-check-det .user-title {
    margin-bottom: 0;
    text-transform: capitalize;
}

.user-check-det .sender-name {
    font-size: 15px;
    font-weight: 500;
}

.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: 35px;
}

.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;
}
.walletDropDown:hover{
    -webkit-transition-timing-function: ease-in 2ms;
}

.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;
}

.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: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.promote-campaign .page-wrapper {
    padding: 107px 20px 0px 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-auto {
    width: auto;
}

.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: 11px 15px;
    /* height: 43px; */
    margin-left: -1px;
}

/*    .upload-btn{
        padding-right: 26px;

    }*/

.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 #251766;
    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;
    background: #251766;
}

.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: "Open Sans";
    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: 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;
    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;
    letter-spacing: 1px;
    background: #251766;
    min-width: 340px;
    display: block;
    color: #fff;
    border-radius: 3px;
}

/*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;
}

/* .d-table-cell {
    padding-left:30px;
} */

/* API font size increased 2px */

.api-ref {
    font-size: 18px;
}

/* Right side nav Video Demo */

.demo-video {
    /* margin:-10px  -10px 50px; */
    margin: 0 0 20px 0;
    padding: 30px 42px;
    /* border-bottom: 1px solid rgba(255, 0, 0, .5); */
    /* box-shadow:0 4px 40px -19px #777; */
    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;
    /* -moz-box-shadow: 0px 0px 20px 0px rgb(119,119,119);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(119,119,119);
    box-shadow: 0px 0px 20px 0px rgb(119,119,119);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1; */
}

.demo-video a {
    font-size: 14px;
    text-align: center;
    display: table;
    color: #251766;
}

.demo-video img {
    padding-right: 10px;
    vertical-align: middle;
}

/* Extension For Top nav */

.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;

}
.custom-scrollbar::-webkit-scrollbar-thumb:hover{
    background: rgba(0, 0, 0, 0.26)!important;
}
.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: rgba(10, 10, 10, 0.26)!important;
    cursor: pointer;
}
.b-dashboard-table::-webkit-scrollbar-thumb:hover{
    background: rgba(0, 0, 0, 0.26)!important;
}

.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 20px 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: 500px;
    background: #39484e;
    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: #2196F3;
}

.api-language {
    position: relative;
    padding: 0 10px 0 40px;
    /* margin-top: 30px; */

    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;
}

/* =====================Custom radio Start from here========================= */

.custom-radio-label {
    position: relative;
    padding: 0 22px 0 28px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-radio-label:last-child{
    padding: 0 0 0 28px;
}

.custom-radio-label .custom-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.custom-radio-label .custom-rad {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.custom-radio-label:hover .custom-radio~.custom-rad {
    background-color: #ccc;
}

.custom-radio-label .custom-radio:checked~.custom-rad {
    background-color: #241766;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.custom-radio-label .custom-rad:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.custom-radio-label .custom-radio:checked~.custom-rad:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.custom-radio-label .custom-rad:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

/* =====================Custom radio End from here========================= */

/* 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: #2196F3;
}

/* 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: #4e636a;
    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 #2196F3;
    border-radius: 2px;
    padding: 2px 12px;
    margin: 0 10px 0 0px;
}

.api-request .button {
    /* background-color:  #2196F3;  */
    border: 1px solid #2196F3;
    ;
    border-radius: 2px;
    color: white;
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    margin: 0px 10px 0 0px;
}
.api-request .button:last-child{
    margin: 0;
}
.api-request .button:hover {
    background-color: #2196F3;
}

.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: #fff0c4;
    color: #9e7f12;
    font-weight: bold;
    margin-bottom: 15px;
    height: 70px;
}

.char-txt {
    padding: 24px 0px 24px 20px;
}

.api-services small {
    font-size: 10px;
    display: block;
    margin-top: -5px;
}

.api-char-no {
    font-size: 30px;
    width: 30%;
    padding: 0 20px 0 0;
}

.api-collapsible select {
    background: transparent;
    outline: none;
    border: 1px solid #fff;
    padding: 2px 10px;
    margin-right: 10px;
    color: white;
    border-radius: 2px;
}
.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: 90px;
    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;
    z-index: 99;
    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: #2196F3;
    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: #484848;
    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: #251766;
}

.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;
}

.voice-reports .b-dashboard-fields {
    width: 23% !important;
}

.voice-reports .b-dashboard-fields:last-child {
    width: 8% !important;
    padding: 0;
}
/* 
.voice-reports .b-dashboard-report {
    height: 395px;
} */

/* .voice-reports .null-pie {
    height: 270px;
} */

.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: #251766;
    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;
}
.voice-reports .dr-title{
    padding: 16px 20px;
}
.voice-reports .b-dashboard-report li{
    padding: 23px 20px;
}
.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;
    color:#686868;
}

.d-graph .dr-title {
    border-bottom: 1px solid #d1d1d1;
}

.d-graph {
    margin-left: 19px;
    width: 60%;
    float:right !important;
}

.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-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 tbody{
    background: #fff;
}
.b-dashboard-table .table {
    width: 100%;
    table-layout: fixed;
    background: #ededed;
}
.b-dashboard-table .table-sm thead tr th{
    border-bottom:0;
}
.b-dashboard-table .table-sm tbody tr{
    border-bottom:1px solid #e4e7ea;
}
.b-dashboard-table thead {
    background: #ededed !important;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 400;
}

.b-dashboard-table {
    margin-top: 40px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px #ccc;
    overflow-x: auto;
    overflow-y: hidden;
}

.b-dashboard-table>tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}

.info-empty {
    overflow: hidden;
    margin-top: 0;
}

.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;
}

.free-sms-wrap .icon-dropdown {
    height: 16px;
    background-position: left -870px;
    opacity: 0.8;
}

.free-sms-wrap .list-dropdown li:last-child {
    color: #251766;
    font-weight: 600;
    border-top: 1px solid #e0e0e0;
}

.free-sms-wrap .list-dropdown li {
    cursor: pointer;
}

.business-sidebar .nav-h {
    margin-left: 8%;
}

.toggler-nav .inner-nav li a {
    color: #fff !important;
}

.toggler-nav .camp-type a {
    font-size: 16px;
    font-weight: 400 !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;
    right: 20px;
    top: 16px;
}

.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 40px;
    border-radius: 2px;
    font-size: 16px;
}
.text-convert .nav-tabs button:hover{
    color: #251766;
    border-bottom: 2px solid #251766;
}

.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 #251766 !important;
    color: #251766 !important;
    cursor: pointer;
}

.text-convert .nav-tabs li {
    display: table-cell !important;
}

.text-convert .nav-tabs .active button {
    color: #251766;
    font-weight: 600;
    border-bottom: 2px solid #251766;
}

.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 {
    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;
}

.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: #251766;
    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: 10px;
    right: 10px;
    opacity: 0.7;
}

.progress-circle {
    border: 8px solid #251766;
    height: 160px;
    width: 160px;
    border-radius: 50%;
}

.progres-value {
    color: #251766;
    font-size: 32px;
    font-weight: 600;
}

.progress-bar {
    z-index: 99;
}

.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-bg .file-icon {
    vertical-align: top;
}

.file-bg .text-right span, .recent-files .file-op span {
    border-left: 1px solid #e4e4e4;
    padding: 3px 10px;
    cursor: pointer;
}

.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: 93%;
}

.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: #251766;
    font-weight: 500;
}

.recent-clips li:hover {
    background: #f9f9f9;
    color: #251766;
    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.active a {
    color: #d2ccf9;
    font-weight: 600 !important;
}

.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: inline-block;
}
.clip-name {
    font-size: 14px;
    color: #686868;
    font-weight: 500;
}
.clip-start{

}
.clipname{
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}
.clip-time{
    color: #251766;
    font-size: 13px;
    font-weight: 600;

}
#businessContactsForm .text-over{
    width: 320px !important;
}

.file-bg .file-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 320px ;
    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======================= */

.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;
}
.clipNameEdit input{
    width: 80%;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    caret-color: #ec5452;
    padding: 2px 10px 2px 0
}
.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: #ec5452;
}

/* ===============pagination new styles End */
.d-deleivered:last-child{
    border:0;
}
.camp-type img{
    bottom: -12px;
    right: 54px;
    width: 54px;
}
.txt-blink{
    color: white;
    font-size: 9px;
    font-weight: 500;
    background: #ec5452;
    padding: 2px 6px;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: 52px;
    top: 17px;
    cursor: pointer;
    line-height: 1.2;
    animation-duration: 480ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes blink{
    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;
    cursor: inherit;
}

/* 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: 100;
    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;
} 
.playpause input[type="checkbox"] { 
    width: 35px;
    height: 35px;
    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;
}
.stop{
    width: 35px;
    height: 35px;
    background: #ec5452;
    border-radius: 50%;
    position: relative;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}
.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: 100;
    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: auto;
}
.audio-recording p{
    margin: 0;
    padding: 15px 0 24px 0;
    font-size: 28px;
    letter-spacing: 4px;
}
.audio-recorder p:last-child{
    color: #251766;
    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: #251766;
    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;
    background: #251677 !important;  
    color:#fff  !important;
}
.mdw-content button:hover{
    background: #251766;
    color: #fff;
}
.confirm-cicrle{
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e8e8e8;
}
.confirm-que {
    font-size: 40px;
    color: #ec5452;
    font-weight: 600;
}
/* ======Audio recorder-moadl end here====== */
/* ======================Audio Record END here========================== */
.upld-success{
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.upld-success .content-block{
    width: 100% !important;

}
.upld-success .contacts-upl-block{
    margin-top: 30px;
}
.upld-success .info-label{
    font-size: 16px;
    font-weight: 600;
    color:#484848;
}

.msg-sent-info .icon-time{
    right: 30px !important;
    bottom: 10px !important;
    top:auto;
    left:auto;
}
/* ========================================================================================
                               STYLE CSS 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: 99;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    font-family: "Open Sans" !important;
    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: #361ea6;
}

.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-sprite.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: #33aaff;
    box-shadow: #178fe5 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: 700;
    text-align: center;
    /* color: #999; */
    cursor: default;
    height: 25px;
    padding: 5px 0 12px 0;
    color: #251766;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}
.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: #251766 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: #251766 !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: #ff8000 !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: #484848;
}

.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: #251766 !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;
    }
}

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

@media screen and (min-width: 1200px) and (max-width:1440px) {
    .api-wrap .page-wrapper {
        max-width: 700px;
    }
    .voice-reports .b-dashboard-fields {
        width: 22% !important;
    }
    .voice-reports .b-dashboard-fields:last-child {
        width: 8%;
    }
    .api-form {
        width: 100%;
    }

    .api-program-wrapeer>.alert-wrap {
        width: 80%;
    }
    .api-right-sidebar {
        width: 400px;
    }
    .char-txt {
        padding: 16px 0px 0 20px;
    }
    .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: 15px;
        width: 61% !important;
    }
    .b-dashboard-report {
        width: 36%;
    }
    .b-dashboard .b-dashboard-fields {
        width: 25%;
    }
}

@media screen and (max-width: 1480px) {
    .api-language{
        font-size: 15px;
        padding: 0 6px 0 32px;
    }
    .api-language .custom-rad{
        height: 14px;
        width: 14px;
    }
    .api-language .custom-rad:after{
        top: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
    }
}
/* =======================for laptops ============================================= */


@media screen and (max-width: 1366px) {
    .d-graph {
        margin-left: 25px;
    }
    .api-program-wrapeer {
        margin-left: 340px;
    }
    .sidebar-rightsec{
        width:380px;
    }
    .page-wrapper{
        margin-left: 338px;
    }

    .nav-pl{
        padding-left: 74px;
    }
    .free-sms-wrap .headeline {
        margin-bottom: 0;
        line-height: 42px;
    }
    .free-sms-wrap .header-block {
        margin-bottom: 24px;
    }
    .free-sms-wrap .addon-i, .free-sms-wrap .addon {
        padding: 12px 0px;
    }
    .free-sms-wrap .input-field {
        padding: 12px 20px;
    }
    .free-sms-wrap .form-block .f-row:first-child {
        margin-top: 0;
    }
    .sidebar-nav {
        padding: 18px 0 0 0;
    }
    .sidebar .nav-h li a {
        margin-bottom: 0;
    }
    .sidebar-nav .user-details {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 1320px){
    .page-wrapper{
        margin-left: 278px;
        max-width: 560px;
    }
    .text-over{
        width: 180px !important;
    }
    .nav-pl {
        padding-left: 14px;
    }
    .api-program-wrapeer {
        margin-left: 280px;
        width: 40%;
    }
    .text-convert .nav-tabs button{
        padding: 10px 28px;
    }
}
/****************Large devices (Desktops, Laptops less than 1200px)*******************/

@media screen and (max-width: 1199.98px) {

    .free-account, .business-account, .enterpraise {
        width: 360px;
    }
    .file-type .label-small{
        display: block;
        padding: 0 0 14px 0;
    }
    .text-convert .file-type label{
        padding-right: 8px;
    }
    .file-bg .file-name {
        width: 260px;
    }
    .text-convert .nav-tabs button {
        padding: 10px 18px;
    }
    .free-sms-wrap .addon {
        padding: 12px 8px;
    }
    .free-sms-wrap .addon-i {
        padding: 12px 3px;
    }
    .w-nbank {
        padding-left: 22px;
    }
    .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 {
        width: 90%;
        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: 240px;
    }
    .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;
    }
    .api-program-wrapeer {
        margin-left: 270px;
    }
    .navbar-top-right ul li {
        padding: 32px 16px;
        padding: 0px 6px;
    }
    .sendsms .btn {
        padding: 10px 14px;
    }
    .nav-bull-tabs ul li {
        padding: 8px 32px;
    }
    .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;
    }
    .voice-reports .b-dashboard-fields {
        width: 33% !important;
    }
    .voice-reports .b-dashboard-fields:nth-last-child(3) {
        padding: 0 !important;
    }
    .text-over{
        width: 130px !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;
    }
    .char-txt {
        padding: 16px 0px 24px 20px;
    }
    .api-table th, .api-table td {
        padding: 5px 12px;
    }
}

@media (max-width: 991.98px) {

    /*desktop hidden styles here*/
    .mobile-camp-type {
        display: block;
    }
    .sent-sms .tab-date {
        margin-top: 24px;
    }
    .free-sms-wrap .addon-i {
        padding: 12px 7px;
    }
    .api-select {
        margin: 10px 0;
    }
    .api-program {
        margin: 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: 36px;
        left: 60px;
    }
    .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;
    }
    .api-program-wrapeer{
        padding: 15px 15px 30px 15px;
        margin: 0;
        width: 60%;
    }
    .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: #251766;
        padding: 10px;
        /* margin-bottom: 20px; */
        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 {
        padding: 5px;
    }
    .menu-bar-icon a {
        display: inline-block;
        padding: 8px 14px;
    }
    li.menu-right-m {
        float: right;
        display: flex;
    }
    /*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: #251766;
    }
    .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: #21185b;
        padding: 6px 12px;
        color: #fff;
        vertical-align: middle;
        display: inline-block;
    }
    .m-user-title {
        display: inline-block;
        width: 165px;
        word-break: break-all;
        line-height: initial;
        vertical-align: middle;
        padding-left: 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;
        bottom: 60px;
        background: #fff;
        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: #7a739c;
    }
    .balance-info span {
        display: block;
        color: #fff;
        font-size: 10px;
    }
    .balance-info span.font-md-1 {
        font-size: 13px;
        font-weight: 800;
        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: 15px;
        margin-left: -10px;
    }
    .wallet-dd-menu-m li {
        border-bottom: 1px solid #efefef;
    }
    .wallet-dd-menu-m .dropdown-wrap {
        width: 100%;
        right: 0;
        left: inherit;
        width: 150px;
    }
    .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;
    }
    .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%;
    }
    .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 20px !important;
    }
}


/* ===============================================================================================
                                {{ RSPONSIVE MEDIUM CSS START FROM HERE }}
 ================================================================================================== */

/*===============================================================================================       
                            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;
    }
    .sidebar-rightsec {
        width: 40%;
        position: fixed;
        top: 60px;
    }
    .wallet-wrap .btn-ls-1 {
        text-align: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .list-content, .list-content-1 {
        height: 100% !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .payment-content {
        margin: 0;
        padding: 0;
    }
}

/* ===========================================================================================
                               {{ RESPONSIVE MEDIUM CSS END HERE }}
============================================================================================== */

/* ============================================================================================
                              {{  RESPONSIVE SMALL CSS START FROM HERE }}
=============================================================================================== */

/*========= 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: 600px) and (min-height:560px) {
    .left-height-scroll {
        overflow-y: scroll;
        min-height: 130px;
        max-height: 230px;
        overflow-x: hidden;
    }
}
/* =================Mobile Nav Height issues======================= */
@media only screen and (max-height: 500px)  {
    .menu-wrap{
        min-height: 400px;
        max-height: 100%;
        overflow: scroll;
    }
    .m-user-title{
        display: inline-block;
    }

}
/* =================Mobile Nav Height issues======================= */
@media only screen and (max-height: 630px) and (min-height:560px) {
    .left-height-scroll {
        overflow-y: scroll;
        min-height: 130px;
        max-height: 230px;
        overflow-x: hidden;
    }
    .regiter-modal, .contact-modal{
        max-height: 520px;
        min-height: 500px;
        height: 100%;
        overflow: hidden;
    }
    .regiter-modal .modal-body{
        overflow-y: scroll;
        height: -webkit-fill-available;
    }



}

@media only screen and (max-height: 559px) {
    .left-height-scroll {
        overflow-y: scroll;
        min-height: 120px;
        max-height: 180px;
        overflow-x: hidden;
    }
    .mdw-modal .feed-back-body {
        max-height: 340px !important;
        overflow-y: scroll;
        min-height: 100px !important;
    }

}
@media only screen and (max-height: 500px) {
    .mobilenav-header{
        padding: 10px 10px 14px 20px;
    }
    .icon-list a{
        padding: 4px 10px;
    }

}
/*========= Height issues for for side menu End here============ */

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .api-wrap .addon-btn-md, .api-wrap button.addon-btn-md {
        padding: 20px 20px;
    }
    .char-txt {
        padding: 24px 0px 24px 20px;
    }
}

/**************** Small devices (landscape phones, less than 768px)*******************/

@media (max-width:767.98px) {
    .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: 12px 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;
        margin-top: 20px;
    }
    .voice-reports .b-dashboard-fields {
        width: 48%;
    }
    .b-dashboard .d-select i {
        right: 5px !important;
    }
    .b-dashboard input {
        padding: 8px 90px 8px 10px;
    }
    .b-dashboard-report {
        width: 100%;
        height: auto;
    }
    .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;
    }
}

/* =========================================================================================================
                                        {{ RESPONSIVE SMALL CSS END HERE }}
============================================================================================================= */

/* ==========================================================================================================
                                {{ RESPONSIVE EXTRA SMALL CSS START FROM HERE }}
============================================================================================================== */

/****************Extra small devices (portrait phones, less than 576px)*******************/

@media (max-width:575.98px) {
    .text-convert .nav-tabs li{
        padding-right: 6px;
    }

    #businessContactsForm .text-over{
        width: 200px !important;
    }
    .text-over{
        width: 120px !important;
    }
    .file-bg .file-name {
        width: 200px;
    }
    .dashed-br {
        width: 90%;
    }
    .free-account:nth-child(odd), .business-account:nth-child(odd), .enterpraise:nth-child(odd) {
        margin: 0 0 20px 0;
    }
    /*desktop hidden styles here*/
    .voice-reports .b-dashboard-fields {
        width: 48% !important;
    }
    .text-convert .nav-tabs button {
        font-size: 14px;
    }
    .upload-blk .addon-btn-md, button.addon-btn-md {
        padding: 12px 16px;
    }
    .audio-file {
        padding: 10px;
    }
    .accent .icon-dropdown {
        right: 4px;
    }
    .text-convert .custom-radio-label {
        padding: 0 10px 0 26px;
        font-size: 15px;
    }
    .accent select {
        padding: 7px 100px 7px 6px;
    }
    .voice .mr-r20 {
        margin-right: 10px;
    }
    .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;
        position: static;
        margin: 0 15px;
        max-width: -webkit-fill-available;
    }
    .api-program-wrapeer{
        width: 100%;
    }
    .messages-mobile {
        top: 60px !important;
    }
    .sidebar-rightsec .visible-xs {
        padding: 16px 18px 0px 18px;
    }
    .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;
    }
    .api-program {
        margin: 0;
    }
    .api-title1 {
        margin: 20px 0;
    }
    .api-select {
        margin: 10px 0;
    }
    .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 6px;
        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 img {}
    .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;
    }
    .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;
    }
    .char-txt {
        padding: 18px 0px 18px 10px;
    }
    .api-char-no {
        padding: 4px 12px 0px 0;
    }
    .api-services {
        height: 75px;
    }
    .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;
    }
    .otp-pop {
        width: 380px;
        height: auto;
    }
}

@media only screen and (min-width: 375px) and (max-width: 575px) {
    .inp-file-custom {
        padding: 8px 12px;
    }
    .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;
    }
    .upload-blk .addon-btn-md, button.addon-btn-md, .upload-btn-wrapper button {
        padding: 0 !important;
        width: 100px;
        height: 42px;
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 400px) {
    .inp-file-custom:before {
        padding: 8px 12px;
        font-size: 14px;
        font-weight: 500;
    }
    .clip-edit a{
        font-size: 12px;
        padding: 2px 10px;
    }
    .api-right-sidebar{
        padding: 0 5px;
    }
    .custom-radio-label .custom-rad{
        top: 4px;
    }
    .text-convert .nav-tabs button{
        font-size: 14px;
        padding: 10px;
    }

    .text-convert .nav-tabs li{
        padding-right: 4px;
    }
    .inp-file-custom:after {
        font-size: 14px;
    }
    .inp-file-custom {
        padding: 8px 10px;
    }
    .dashed-br {
        padding: 30px 10px;
    }
    .upload-blk .addon-btn-md, button.addon-btn-md {
        padding: 0 !important;
        width: 100px;
        height: 42px;
        font-size: 14px !important;
    }
    .audio-file .dashed-br .input-field-md {
        font-size: 13px;
        padding: 8px;
    }
    .recent-files .table thead tr th, .table tr td {
        padding: 9px 6px;
    }
    .file-bg .text-right span, .recent-files .file-op span {
        padding: 3px 5px;
    }
    .upload-blk .input-field-md, .upload-blk .input-form {
        padding: 8px 10px;
    }
    .accent select {
        padding: 7px 70px 7px 6px;
    }
    .mobile-camp-type li button {
        padding: 8px 24px;
        font-size: 14px;
    }
    .accent select {
        padding: 7px 80px 7px 6px;
    }
    .voice .mr-r20 {
        margin-right: 5px;
    }
    .b-dashboard .b-dashboard-fields {
        width: 100%;
    }
    .voice-reports .b-dashboard-fields {
        width: 100% !important;
    }
    .d-graph {
        margin-top: 20px;
    }
    .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) {
    .file-bg .file-name {
        width: 170px;
    }
    .clipNameEdit input{
        width: 90px;
    }
    .clip-edit a{
        padding: 2px 8px;
    }
    .clip-name{
        font-size: 13px !important;
    }
    .clip-time{
        font-size: 12px;
    }
    .recent-files .clip-name {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }
    .text-over{
        width: 100px !important;
        font-size: 14px;
    }
    .text-convert .select-list span {
        font-size: 13px;
    }
    .recent-files .file-op span {
        padding: 3px 4px;
    }
    .text-convert .voice .pr-10 {
        padding-right: 5px;
    }
    .btn-ls-2 {
        width: 46% !important;
    }
    .custom-radio-label .custom-rad:after {
        top: 4px;
        left: 4px;
    }
    .text-convert .custom-radio-label {
        font-size: 14px;
        padding: 0 10px 0 20px;
    }
    .custom-radio-label .custom-rad {
        top: 5px;
        left: 0px;
        height: 14px;
        width: 14px;
    }
    .text-convert .file-type label {
        padding-right: 6px;
    }
    .radio-grp .radio-inline {
        margin-right: 10px;
    }
    .api-container .d-table-cell {
        max-width: 350px;
    }
    .selectdiv select {
        width: 350px;
    }
    .char-txt {
        font-size: 10px;
    }
    .api-services {
        height: 90px;
    }
    .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: 40px;
    }
    .w-dcard, .w-dcard {
        padding-left: 44px;
    }
    .payment-content .icon-paytm, .payment-content .icon-credit, .payment-content .icon-debit, .payment-content .icon-netbank {
        left: 6px;
    }
}

@media only screen and (max-width: 350px) {

    #businessContactsForm .text-over {
        width: 120px !important;
    }
    .api-language {
        font-size: 14px;
        padding: 0 0px 0 30px;
    }
    .text-convert .custom-radio-label{
        display: block;
        padding: 0 10px 14px 20px;
    }
    .text-convert .custom-radio-label:last-child{
        padding: 0 10px 0 20px;
    }
    .text-over{
        width: 80px !important;
        font-size: 14px;
    }
    .text-convert .nav-tabs button {
        padding: 8px 7px;
        font-size: 13px;
    }
    .accent select {
        padding: 6px 55px 6px 6px;
    }
    .payment-content .icon-paytm, .payment-content .icon-credit, .payment-content .icon-debit {
        left: 62px;
    }
    .payment-content .icon-netbank {
        left: 65px;
    }
    .wallet-pay .icon-paytm, .wallet-pay .icon-credit, .wallet-pay .icon-debit {
        left: 72px;
    }
    .wallet-pay .icon-netbank {
        left: 75px;
    }
    .payment-content .btn-ls-2 {
        width: 100% !important;
        font-size: 14px;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .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 {
        padding: 20px 0px 18px 8px;
        font-size: 10px;
    }
    .api-char-no {
        padding: 12px 8px 0px 0;
        font-size: 32px;
    }
    .api-services {
        height: 100px;
    }
    .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%;
    }
    .view-mr-sub {
        width: 160px;
    }
    .table thead tr th, .table tr td {
        padding: 9px 4px;
    }
    .mobile-camp-type li button {
        padding: 8px 18px;
    }

    .custom-radio-label{
        padding: 0 8px 0 24px;
    }
    .recent-files .table thead tr th, .table tr td{
        padding: 8px 2px;
    }
}

/* ====================================================================================================
                                    {{ RESPONSIVE EXTRA SMALL CSS END  HERE }}
    ================================================================================================== */

/* ====================================================================================================
                                   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;
    }
    .apperance::-ms-expand {
        display: none;
    }
    .select-1:hover {
        background: transparent;
        /* standard */
    }
    .select-1 {
        padding: 0 0 0 8px !important;
    }
    .msg-block {
        margin-bottom: 8px !important;
    }
}

/*----MS Edge Browser CSS Start----*/

@supports (-ms-ime-align:auto) {
    .d-graph {
        margin-left: 15px !important;
    }
}

/*----MS Edge Browser CSS End----*/

/* ====================================================================================================
                                   IE 10 AND ABOVE END HERE
    ================================================================================================== */

/* =================================================================================
                                 TARGET ALL FIREFOX BROWSER
==================================================================================== */

@-moz-document url-prefix() {

    @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
==================================================================================== */

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

.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        
 =================================================================================== */
