:root {
    --primary: rgb(255 68 0);
    --info: #50A5F1;
    --danger: #F46A6A;
    --warning: #F1B44C;
    --success: #34C38F;
    --primary-body: #ffffff;
    --primary-border: #F5F6F8;
    --font-color: #484747;
    --font-size: .9rem;
    --sidebar-text-color: rgb(255 68 0);
}

body {
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 400;
    font-size: var(--font-size) !important;
    background: var(--primary-body) !important;
}

[class*=sidebar-dark-] {
    background-color: #2D2D28;
}

.elevation-4 {
    box-shadow: none !important;
}

.btn-link {
    color: var(--primary);
}

.plan-title-current {
    color: var(--primary) !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: var(--font-color);
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, .1);
    color: var(--font-color);
}

[class*=sidebar-dark] .brand-link {
    color: var(--font-color);
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    font-weight: 600;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    font-weight: 600;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: var(--font-color);
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgba(255, 255, 255, .1);
    color: var(--font-color);
}

[class*=sidebar-dark] .brand-link {
    border-bottom: hidden;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid var(--primary);
}

.navbar {
    padding: 0.62rem 0.5rem;
}

.content-wrapper {
    background: var(--primary-body);
    margin-top: calc(2.5rem + 18px) !important;
    /*overflow-y: scroll !important;*/
    padding-bottom: calc(3.5rem + 1px);
    /* padding-top: 36px; */
    padding-right: 30px;
    padding-left: 34px;
}

.navbar-white {
    background: #2D2D28;
    border-left: hidden;
}

.small-box .icon>i.fa,
.small-box .icon>i.fab,
.small-box .icon>i.far,
.small-box .icon>i.fas,
.small-box .icon>i.glyphicon,
.small-box .icon>i.ion {
    font-size: 25px;
    top: 20px;
    right: 10px !important;
}

.today-message-icon i {
    color: #746fec;
    background-color: #eeedfc;
    padding: 15px 15px 15px 15px;
    border-radius: 50px;
}

.today-sent-icon i {
    color: #51d494;
    background-color: #e4f8ed;
    padding: 13px;
    border-radius: 50px;
}

.total-inbox-icon i {
    color: #f0696c;
    background-color: #fdeaea;
    padding: 15px 15px 15px 15px;
    border-radius: 50px;
}

.total-sent-icon i {
    color: #00d6ea;
    background-color: #dff9fc;
    padding: 15px 15px 15px 15px;
    border-radius: 50px;
}

.small-box:hover .icon>i.fa,
.small-box:hover .icon>i.fab,
.small-box:hover .icon>i.far,
.small-box:hover .icon>i.fas,
.small-box:hover .icon>i.glyphicon,
.small-box:hover .icon>i.ion {
    font-size: 35px;
}

.small-box>.inner {
    background-color: #606fb978;
}

.inner .dashboard_counter {
    color: var(--font-color);
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

.inner .counter_text {
    color: var(--font-color);
    font-size: 14px !important;
    font-weight: 500 !important;
}

thead tr {
    background-color: white;
}

.dataTables_info {
    color: var(--font-color);
}

.btn-primary {
    color: #fff !important;
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}

.btn-info {
    color: #fff !important;
    border-color: var(--info) !important;
    background-color: var(--info) !important;
}

.btn-danger {
    color: #fff !important;
    border-color: var(--danger) !important;
    background-color: var(--danger) !important;
}

.btn-success {
    color: #fff !important;
    border-color: var(--success) !important;
    background-color: var(--success) !important;
}

.btn-warning {
    color: #fff !important;
    border-color: var(--warning) !important;
    background-color: var(--warning) !important;
}

.btn {
    display: inline-block;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .47rem .75rem;
    font-size: .9rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.btn.btn-sm {
    padding: .25rem .5rem;
    font-size: .7875rem;
    border-radius: .2rem;
}

/*For Btn Focus & Hover*/
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #ec4b11ed !important;
    border-color: #ec4b11ed !important;
}

.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #ec4b11ed !important;
    border-color: #ec4b11ed !important;
}

.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #CD9941 !important;
    border-color: #C1903D !important;
}

.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #CF5A5A !important;
    border-color: #C35555 !important;
}


.sender-text strong {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Helvetica Neue", sans-serif;
    margin-right: 6px;
    color: #000000c7;
}

.sender-text {
    font-size: 0.8rem;
    color: var(--primary);
}

.bg-primary {
    background-color: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-success {
    background-color: var(--success) !important;
}

.text-success {
    color: var(--success) !important;
}

.bg-info {
    background-color: var(--info) !important;
}

.text-info {
    color: var(--info) !important;
}

.bg-danger {
    background-color: var(--danger) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.status-font-size {
    font-size: 12px;
    font-weight: 600;
}

.badge-info {
    background-color: var(--info) !important;
}

.badge-warning {
    background-color: var(--warning) !important;
}

.badge-danger {
    background-color: var(--danger) !important;
}

.badge-success {
    background-color: var(--success) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

#showSettingList {
    font-weight: 600;
}

.incomplete-setting-list {
    color: var(--font-color);
}

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

.modal-body {
    color: #000000cf;
}

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

.btn {
    font-weight: 600;
}

.menu-open .nav-link-active {
    background: #f5f5f5 !important;
    box-shadow: none !important;
    color: var(--font-color) !important;
}

.panel-text {
    font-weight: 600;
    color: black;
}

.panel-date {
    font-size: 12px;
    text-align: center;
}

.nav-sidebar .nav-link p {
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.credit-section {
    color: var(--font-color);
    border-radius: 5px;
    overflow: hidden;
}

.modal-header {
    color: #FFFFFF;
    background-color: var(--primary);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
    /*color: black;*/
}

.sms-wallet-text {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin-top: 3px;
    font-family: "Helvetica Neue", sans-serif;
    margin-left: 10px;
}

/*.sms-wallet-text span{*/
/*    font-size: 1rem;*/
/*}*/
h2.card-title {
    font-size: 18px !important;
    color: var(--font-color) !important;
}

.toast-header {
    min-width: 200px;
}

#toastsContainerTopRight {
    top: 60px !important;
}

.current-plan li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 85px;
    margin-bottom: 0;
}


.current-plan .title {
    font-size: 20px;
    text-align: center;
}

.current-plan .value {
    font-weight: bold;
    text-align: center;
}

.current-plan .no-value {
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.daterangepicker.show-calendar {
    bottom: 0 !important;
    top: 439px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: initial;
}

.smsbox-unread {
    background-color: rgba(0, 0, 0, .05) !important;
}

.smsbox-read {
    background-color: initial !important;
}

.smsbox-unread:hover {
    cursor: pointer;
}


/*Billing Page for customer*/
.plan-des-title {
    font-weight: bold;
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: var(--primary);
    font-size: 20px;
    color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.plan-active {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px solid #4481E8;
}

.plan-title-current {
    color: #4481E8;
}

/*End Billing Page for customer*/

/*miscellaneous*/
.table-action {
    width: 40px;
}

.img-demo-setting {
    height: 30px;
    margin-left: 10px;
}

.admin-dashboard-canvas {
    min-height: 250px;
    height: 250px;
    max-height: 250px;
    max-width: 100%;
}

.customer-dashboard-canvas {
    min-height: 250px;
    height: 250px;
    max-height: 250px;
    max-width: 100%;
}

.compose-select {
    display: none;
    width: 100%;
}

.compose-body {
    height: 300px !important;
}

.dropdown-profile {
    left: inherit;
    right: 0;
}

.layout-logo {
    max-height: 34px;
}

.customer-profile {
    height: 34px;
    width: 34px;
}

/*for select2*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff !important;
    border-color: #006fe6 !important;
    color: #fff !important;
    padding: 0 10px;
    margin-top: .31rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, .7) !important;
    float: right;
    margin-left: 5px;
    margin-right: -2px;
}

.bg-blue {
    background-color: #5656d1 !important;
}

.bg-light-green {
    background-color: #1d723b !important;
    color: white;
}

.bg-light-cyan {
    background-color: #0b7067 !important;
    color: white;
}

.bg-light-grey {
    background-color: #6ba183 !important;
    color: white;
}

.bg-sky {
    background-color: #0db78f !important;
}

.bg-light_grey {
    background-color: #8689a1 !important;
    color: white;
}

.bg-less-green {
    background-color: #18b715 !important;
    color: white;
}

.table {
    width: 100% !important;
}

.table-body {
    width: 100%;
    overflow-x: auto;
}

.accordion_primary .accordion_header {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    font-weight: 600;
}

.accordion_primary .accordion_header.collapsed {
    background: #f4f6fd !important;
    border-color: #f4f6fd !important;
    color: #211c37;
    box-shadow: none;
    font-weight: 600;
}

.page-item.active .page-link {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    padding: 5px 8px;
    margin-left: 10px;
    background: linear-gradient(118deg, #05bbc9, rgba(5, 187, 201, .7));
}

a {
    color: var(--primary);
}

.add-btn {
    margin-top: 32px;
}

.font-title {
    font-size: 1.75rem;
    font-weight: 500;
}

.custom_body {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    margin: 20px 0 20px 0;
}

.select2-container--default {
    width: 100% !important;
}

.sidebar-compose {
    position: relative;
    background: #f5f5f5 !important;
    margin-bottom: 10px !important;
    border-radius: 10px;
}

.sidebar-compose a {
    font-size: 20px;
    color: #343a40 !important;
    padding: 4px 0 4px 50px;
}

.nav-treeview .nav-item {
    margin-left: 10px;
}

.chatbox {
    width: 350px;
    margin: 0 auto;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    border-radius: 6px;
}

.chat-window {
    flex: auto;
    height: 450px;
    background: white;
}

.chat-input {
    flex: 0 0 auto;
    height: 60px;
    background: #f2f2f2;
    border-top: 1px solid #2671ff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.chat-input span {
    height: 59px;
    line-height: 60px;
    outline: 0 none;
    border: none;
    width: calc(100% - 60px);
    color: #333333;
    text-indent: 10px;
    font-size: 12pt;
    padding: 0;
    background: #f2f2f2;
    margin-left: 12px;
}

.chat-input button {
    float: right;
    outline: 0 none;
    border: none;
    background: #999999;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 2px 0 0 0;
    margin: 10px;
    transition: all 0.15s ease-in-out;
}

.msg-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px 10px;
    padding: 0;
}

.msg-box {
    display: flex;
    background: #f2f2f2;
    padding: 0px 10px 0px 10px;
    border-radius: 6px;
    max-width: 68%;
    width: auto;
    float: left;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    margin-left: 45px;
}

.flr {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
}

.messages {
    flex: 1 0 auto;
}

.msg {
    display: inline-block;
    font-size: 11pt;
    color: #333333;
    margin: 0 0 4px 0;
}

.msg:first-of-type {
    margin-top: 3px;
    max-width: 200px;
    word-wrap: break-word;
}

.header-number {
    width: 100%;
    background: #f2f2f2;
    display: flex;
    border-bottom: 1px solid var(--primary);
    font-size: 1.15rem;
}

.header-number span {
    margin-top: 26px;
    margin-bottom: 20px;
    color: #333333;
    margin-left: 12px;
    font-weight: 600;
}

.header-icon {
    margin-left: 40px;
}

.header-icon i {
    padding: 26px 8px 8px 8px;
}

.msg-remote span {
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    background-color: #00b44e;
    color: white;
    padding: 0px 12px;
    border-radius: 25px;
    bottom: 0;
}

.plus-icon {
    font-size: 1.5rem;
    margin-left: 16px;
    position: relative;
    top: 4px;
}

.mag-time {
    font-size: var(--font-size);
    text-align: center;
    padding: 5px;
}

.chat-window::-webkit-scrollbar {
    width: 10px;
}

.chat-window::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.chat-window::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    border-radius: 10px;
}

.back-icon {
    margin-top: 26px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

@media screen and (max-width: 365px) {
    .chatbox {
        width: 285px;
    }

    .header-icon {
        margin-left: 15px;
    }

    .header-icon i {
        padding: 26px 5px 0px 5px;
    }

    .back-icon {
        margin-right: 0px;
    }

    .chat-window {
        height: 380px;
    }
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.img-jpg {
    display: flex;
    list-style: none;
}

.img-jpg li {
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

.sent-treeview {
    height: auto !important;
}

.masking_counter_2 {
    position: relative;
    top: -16px;
    background: red;
    padding: 2px 8px;
    border-radius: 50px;
    right: -19px;
}

.response_value {
    background: #d3d3d32e;
}

#setting_list ul li span {
    font-weight: 700;
}

.fs-13 {
    font-size: 15px;
}

#settingsCard {
    background: #ffffff;
}

.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}

.alert-tooltip {
    font-size: 20px;
    margin-left: 10px;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 600px;
    text-align: left;
}

.diff-counter {
    position: absolute;
    top: 0px;
    background: #f0696c;
    padding: 2px 8px;
    border-radius: 50px;
    right: 11px;
    color: white;
    font-size: 11px;
}

.alert-tooltip-custom {
    font-size: 15px;
    cursor: pointer;
}

td hr {
    margin-top: 6px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid rgb(0 0 0 / 31%) !important;
}

.white_border {
    border-bottom: 2px solid white;
}

.nav-icon {
    font-size: 15px !important;
}


.name-icon-section {
    margin-top: 3px;
}

.name-icon-section .name-icon {
    /*background: #af8ad4;*/
    margin: 0 auto;
    border-radius: 50px;
    padding: 3px 13px;
    font-size: 25px;
    font-weight: 500 !important;
    color: white;
}

.new-contact-section .new-c-name-icon {
    background: #af8ad4;
    margin: 0 auto;
    border-radius: 50px;
    padding: 3px 13px;
    font-size: 25px;
    font-weight: 500 !important;
    color: white;
}

.single-contact {
    cursor: pointer;
}

.single-contact:hover {
    background: #f4f6f9;
}

.chat.active {
    background: #f4f6f9;
}

.single-contact.c-active {
    background: #ebeff5;
}

.chat:hover {
    background: #f4f6f9;
}

@media (max-width: 767.98px) {
    .small-box {
        text-align: left;
    }

    .small-box .icon {
        display: block;
    }
}

tbody tr {
    font-weight: 600;
    font-size: 14px;
}

/*.content-wrapper>.content {*/
/*    padding: 2rem 0.6rem;*/
/*}*/

.small-box p {
    font-size: 0.8rem !important;
}

.main-header {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 1037 !important;
}

.content-wrapper {
    margin-top: calc(2.5rem + 10px) !important;
    /*overflow-y: scroll !important;*/
    padding-bottom: calc(3.5rem + 1px);
}

.main-footer {
    bottom: 0;
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 999;
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{*/
/*    font-weight: 600 !important;*/
/*}*/
/*.h5, h5 {*/
/*    font-size: 1.1rem !important;*/
/*}*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

.switch .switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 7px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-input:checked+.switch-slider {
    background-color: var(--primary);
}

.switch-input:focus+.slider {
    box-shadow: 0 0 1px var(--primary);
}

.switch-input:checked+.switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

.sms-text {
    color: var(--primary);
}


/*Custom CSS*/
@media(max-width: 700px) {
    .content-wrapper {
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }

}

.nav-sidebar .nav-link p {
    font-size: 13px;
    font-weight: 400;
}

th {
    font-size: 12px !important;
}

/*h1,h2,h3,h4,h5,h6{*/
/*    font-size: 11px !important;*/
/*}*/
.btn {
    font-size: 12px !important;
}

.content-wrapper {
    background-color: #ffffff !important;
}

.credit-section {
    background-color: #f4f6f9 !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.text_available {
    font-family: cursive;
    font-size: 11px;
    color: black;
    font-weight: 500;
}

/*h1,h2,h3,h4,h5,h6{*/
/*    font-weight: 700 !important;*/
/*}*/
.custom-content-header {
    padding: 0px 18px 10px 18px;
}

.form-control {
    font-size: 11px !important;
}

#number_section .text-right {
    color: var(--font-color) !important;
}

.card-title i {
    font-size: 14px !important;
}

.select2-results__options li {
    font-weight: 500;
    color: var(--font-color);
}


.select2-selection__rendered {
    font-weight: 500;
    color: var(--font-color) !important;
}

.sms-counter-section {
    font-weight: 500;
}

.dynamic-c-select-to {
    font-size: 11px !important;
    color: var(--primary) !important;
}

.tab-content>.tab-pane {
    min-height: 360px;
}

.btn-group .dropdown-item {
    font-size: 12px !important;
}

.modal-body span {
    font-size: 11px !important;
}

.custom-separator {
    padding: 4px !important;
    border-top: 4px solid var(--primary) !important;
}

.reseller-sections h6 {
    padding: 12px 20px !important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #7B8190;
    font-weight: 600;
}

.font-11 {
    font-size: 11px !important;
}

.main-header {
    border-bottom: 1px solid var(--primary-border) !important;
}

.card-header {
    border-bottom: 1px solid var(--primary-border) !important;
}

.sidebar-dark-primary .brand-link {
    height: 61px;
    overflow: hidden;
}

.small-box {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease 0s !important;
}

.card {
    margin-bottom: 1.25rem;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease 0s;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #F6F6F6;
    border-radius: .25rem;
}

.dropdown-profile {
    margin-top: 10px;
}

.main-sidebar.sidebar-dark-primary {
    box-shadow: 0 2px 2px rgba(15, 34, 58, .12) !important;
}
.main-header navbar navbar-expand navbar-white navbar-light{
    box-shadow: 0 2px 5px rgba(15, 34, 58, .12) !important;
}

.nav-item a.nav-link {
    font-size: 15px !important;
}


.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background:rgb(255 68 0) !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active .nav-icon{
    color: white !important;
}
.nav-sidebar .nav-link p{
    font-weight: 400 !important;
    font-size: 14px !important;
    white-space: nowrap;
    align-items: center;
    border-radius: 7px;
    text-decoration: none;
}
.nav-link.active .custom-circle-icon{
    color: #ff4400 !important;
}
.nav-link .custom-circle-icon{
    font-size: 7px !important;
    position: relative;
    top: -2px;
    color: #ffffff;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active p{
    color: white !important;
}
.table thead th {
    border-bottom: 1px solid var(--primary-border) !important;
}

.table-bordered {
    border: 1px solid var(--primary-border) !important;
}

td {
    line-height: 1.5 !important;
    font-size: var(--font-size) !important;
    font-weight: 400 !important;
    border-left: hidden !important;
    border-right: hidden !important;
}

td h6 {
    font-size: var(--font-size) !important;
    font-weight: 400 !important;
}

.nav-treeview .nav-item .nav-link.active {
    background: inherit;
    box-shadow: none !important;
}

.nav-sidebar .nav-link:hover p {
    color: white !important;
    /*color: var(--sidebar-text-color) !important;*/
}

.nav-sidebar .nav-link {
    padding: 0.6rem 1.1rem !important;
    margin: 0px !important;
}

.has-treeview .nav-treeview .nav-link:hover {
    color: var(--sidebar-text-color) !important;
}

.has-treeview .nav-treeview .nav-link.active p {
    color: var(--sidebar-text-color) !important;
}

.has-treeview .nav-treeview .nav-link.active .fa-angle-double-right {
    color: var(--sidebar-text-color) !important;
}

.border-1x-red {
    border: 1px solid var(--danger) !important;
}

.custom-ul-section .nav-link.active {
    background: var(--primary) !important;
    color: #fff !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.nav-tabs.flex-column .nav-link.active {
    background: var(--primary) !important;
    color: #fff !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
}

span.counter {
    background: var(--danger) !important;
    border-radius: 20% !important;
    padding: 2px 8px 2px 7px !important;
}

.card-footer {
    background-color: white !important;
}


/* Nav Icon Random Color */
.n-primary-c {
    color: var(--primary) !important;
}

.n-info-c {
    color: var(--info) !important;
}

.n-danger-c {
    color: var(--danger) !important;
}

.n-warning-c {
    color: var(--warning) !important;
}

.n-success-c {
    color: var(--success) !important;
}


.new-product-feature {
    border-top: 1px solid rgb(100 92 91 / 23%);
    border-bottom: 1px solid rgb(100 92 91 / 23%);
    padding: 50px 0px;
}

.new-product-items {
    border-bottom: 1px solid rgb(100 92 91 / 23%);
    padding: 50px 0px;
}

.transition-protected-sec {
    border-bottom: 1px solid rgb(100 92 91 / 23%);
    padding: 50px 0px;
}

.service-section {
    border-bottom: 1px solid rgb(100 92 91 / 23%);
    padding: 60px 0px;
}

.subscribe-section {
    border-bottom: 1px solid rgb(100 92 91 / 23%);
    padding: 50px 0px;
}

.transition-protected-heading-sec {
    text-align: center;
}

.transaction-protected-title {
    font-size: 37px;
    font-weight: 600;
    color: #4b4646;
    margin: 20px 0px;
    word-break: break-all;
}

.transaction-protected-sub-title {
    font-size: 14px;
    color: #4b4646;
}

.trusted-business-text {
    font-size: 17px;
    font-weight: 500;
}

.trusted-business-sub-text {
    font-size: 14px;
}

.bbb-logo-sec {
    width: 40px;
    height: 100%;
    margin-right: 4px;
}

.bbb-logo {
    width: 100%;
}

.bbb-logo-text {
    border-left: 2px solid #014E7D;
}

.bbb-text-detials {
    margin-left: 8px;
}

.bbb-accredited {
    width: 100%;
}

.bbb-accredited-logo {
    width: 100%;
}

.us-com-logo {
    width: 100%;
}

.new-title-sec {
    background-color: #cedcd8;
    padding: 5px 15px;
    border-radius: 35px;
}

.new-product-sec-title {
    margin: 25px 0px;
}

.new-product-img-sec {
    width: 100%;
}

.new-product-img {
    width: 100%;
}

.transaction-image-icon {
    width: 100%;
}

.transaction-image-section {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
}

.transaction-protected-images {
    display: flex;
    text-align: center;
}

.transaction-protected-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0px;
}

.transaction-steps {
    color: #000;
    margin-top: 15px;
}

.get-strated-btn-sec {
    margin: 10px 0px;
}

.check-mark-text {
    color: #ffffff;
}

.service-icon-section {
    height: 100px;
    width: 100px;
}

.service-icon {
    width: 100%;
}

.service-details-sec {
    margin: 32px 0px;
}

.service-description {
    margin: 25px 0px;
    color: #000000;
    font-weight: 400;
}

.contact-title {
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin: 10px 0px;
    font-weight: 500;
}

.contact-button-section {
    margin: 20px 0px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}

.subscriber-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.subscriber-sub-title {
    margin-bottom: 30px;
}

.subscribe-form-title {
    font-size: 12px;
    color: #685f5f;
    letter-spacing: 1px;
}

.recommended-payment-section {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #F5F7F9;
}

.recommended-payment-title-sec {
    font-size: 35px;
    color: #2B3340;
    font-weight: 600;
    margin: 40px 0px;
}

.recommended-payment-sub-title-sec {
    font-size: 17px;
    color: #2B3340;
    margin-bottom: 20px;
}

.recommended-payment-logo-sec {
    width: 100%;
    height: auto;
}

.recommended-logo-icon {
    width: 100%;
}

.recommended-payment-logo-list {
    margin: 20px 0px;
}

.escrow-pay-section {
    padding: 50px 0px;
    border-bottom: 1px solid rgb(100 92 91 / 23%);
}

.escrow-pay-img-sec {
    width: 100%;
    height: auto;
    padding: 50px;
}

.escrow-pay-img {
    width: 100%;
}

.escrow-pay-title-sec {
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 15px;
    line-height: 39px;
}

.escrow-pay-sub-title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.escrow-offer-section {
    padding: 50px 0px;
    border-bottom: 1px solid rgb(100 92 91 / 23%);
}

/* .escrow-offer-img{
    width: 100%;
} */

.escrow-offer-img-sec {
    width: 100%;
    height: auto;
    padding: 50px;
}

.escrow-offer-img {
    width: 100%;
}

.escrow-offer-title-sec {
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 15px;
    line-height: 39px;
}

.escrow-offer-sub-title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.escrow-api-section {
    padding: 50px 0px;
    border-bottom: 1px solid rgb(100 92 91 / 23%);
}


.escrow-api-img-sec {
    width: 100%;
    height: auto;
    padding: 50px;
}

.escrow-api-img {
    width: 100%;
}

.escrow-api-title-sec {
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 15px;
    line-height: 39px;
}

.escrow-api-sub-title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.escrow-api-content-details {
    margin: 20px 0px;
    font-size: 15px;
    color: #000000;
}

.escrow-api-content-title {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.escrow-map-img {
    width: 100%;
}

.escrow-map-section {
    padding: 90px 0px;
    border-bottom: 1px solid rgb(100 92 91 / 23%);
}

.escrow-map-heading-sec {
    font-size: 35px;
    color: #2B3340;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 15px;
    line-height: 39px;
}

.escrow-map-sub-heading-sec {
    font-size: 18px;
    color: #2B3340;
    margin: 20px 0px;
}

.escrow-map-sec-details {
    font-size: 15px;
    color: #2B3340;
}

.escrow-footer-section {
    background-color: #002B49;
    padding: 30px 0px;
    color: #ffffff;
}

.footer-title-sec {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.footer-text-title-devider-line {
    border-bottom: 1px solid rgb(210 207 207 / 69%);
}

.footer-title-sec a {
    color: #ffffff;
}

.footer-title-link:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-nav-item {
    font-size: 15px;
    color: #ffffff;
}

.footer-nav-item:hover {
    text-decoration: underline;
    color: #ffffff;
}

.nav-items {
    margin: 15px 0px;
}

.footer-nav-item-text {
    margin: 7px 0px;
}

.footer-second-sec-devider {
    border-bottom: 1px solid #42c31d;
    margin: 10px 0px;
}

a.footer-second-sec {
    color: #ffffff;
    font-size: 13px;
}

a.footer-second-sec:hover {
    text-decoration: underline;
    color: #ffffff;
}

a.footer-lience-link {
    margin: 0px 20px;
}

a.footer-second-sec.footer-lience-link {
    border-right: 2px solid #fff;
    padding-right: 20px;
}

a.privacy-link {
    border-right: 2px solid #fff;
    padding-right: 20px;
}

.copy-right-text {
    margin-top: 10px;
    margin-bottom: 50px;
}

.escrow-logo-name {
    margin: 20px 0px;
}

.service-title h2 {
    font-size: 35px;
    margin-top: 20px;
    color: #2B3340;
    font-weight: 600;
}

.service-item-details {
    text-align: center;
    padding: 0px 20px;
    margin: 20px 0px;
    color: #2B3340;
}

.service-item-title {
    font-size: 25px;
    text-align: center;
    margin: 10px 0px;
    color: #2B3340;
}

.service-icon-sec {
    text-align: center;
}

.service-item-icon {
    font-size: 40px;
    margin-top: 25px;
    color: #014E7D;
}

.service-description-section {
    margin: 50px 0px;
}

.service-item-details-sec {
    margin: 15px 0px;
}

span.recommended-payment-mini-title-sec-text {
    background-color: #014E7D;
    padding: 12px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.recommended-payment-mini-title-sec {
    margin-top: 30px;
}

.service-item-details-sec {
    transition: all .1s ease-in-out;
}

.service-item-details-sec:hover {
    transform: scale(1.0);
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
;

}

.faq-img-sec {
    width: 100%;
}

.faq-img {
    width: 100%;
}

.escrow-faq-seciton {
    padding: 50px 0px;
}

.faq-content {
    margin: 20px 0px;
}

h2.faq-title {
    color: #2f2033;
}

.faq-card {
    margin: 10px 0px;
}

label {
    font-size: 13px;
}

/* gym */
img.site-main-logo {
    height: 35px;
    width: 120px;
}

.site-header {
    display: flex;
    background-color: rgb(56, 55, 55) !important;
    align-items: center;
    width: 100%;
    padding: 5px 24px;
    position: fixed;
    top: 0;
    z-index: 1;
}

.header-language-btn {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-right: 30px;
}

.header-toggle-icon {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.header-nav-bar {
    display: flex;
    margin-left: auto;
}

.banner-section {
    padding: 120px 0px;
    background-color: #fff;
    /* background: radial-gradient(65.29% 66.81% at 31.38% 37.3%, rgba(31, 147, 255, 0.34) 0%, rgba(30, 30, 30, 0) 100%), radial-gradient(88.46% 36.76% at 55.47% 63.24%, rgba(255, 68, 0, 0.45) 0%, rgba(255, 68, 0, 0) 100%), rgb(18, 18, 18); */
}

.banner-title {
    font-size: 35px;
    font-weight: 700;
    color: #000;
}

.choose-option-btn {
    display: flex;
}

.banner-sub-title {
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

.choose-option-btn-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

i.fa.fa-long-arrow-right.choose-right-icon {
    margin-left: 40px;
}

.option-btn {
    color: #fff;
    background-color: #FF4400;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}

.device-img-sec {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.app-logo {
    width: 100%;
}

img.app-logo-img {
    width: 100%;
    height: 70px;
}

.join-now-section {
    background: radial-gradient(33.59% 43.93% at 50.13% 50%, rgba(255, 68, 0, 0.4) 0%, rgba(255, 68, 0, 0.063) 64.58%, rgba(255, 68, 0, 0) 100%), rgb(18, 18, 18);
}

.join-now-title {
    color: #fff;
    padding: 10px 0px;
}

.habbit-building-section {
    padding: 80px 0px;
    background-color: #fff;
}

.habbit-building-img-sec {
    width: 100%;
}

.habbit-img {
    height: 100%;
    width: 100%;
}

.habbit-building-title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0px;
}

.habbit-building-content {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.meal-section-title {
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0px;
    color: #000;
}

.meal-sec-description {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.meal-section {
    background-color: #fff;
    padding: 90px 0px;
}

.video-content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.delivery-section {
    background-color: #fff;
    padding: 80px 0px;
}

.delivery-title {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0px;
    color: #000;
}

.delivery-item-content {
    display: flex;
    color: #000;
    font-size: 30px;
}

.delivery-item-title {
    color: #000;
    font-size: 15px;
    padding: 5px 0px;
}

.delivery-title-sub-title {
    color: #FF6025;
    font-size: 17px;
    font-weight: 700;
}

.delivery-content-number {
    margin-left: 20px;
}

.video-section {
    background: #fff;
}

.join-now-content {
    text-align: center;
    padding: 80px 0px;
    margin: 0 auto;
}

.join-now-content a:hover {
    text-decoration: none;
}

.choose-btn-sec {
    margin: 0 auto;
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    background-color: #FF4400;
    color: #fff;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 16px;
}

i.fa.fa-long-arrow-right.choose-right-icon {
    margin-left: 30px;
}

.footer-section {
    background-color: #1E1E1E;
    padding: 90px 0px;
}

a.footer-link-text {
    color: #B3B3B3;
    font-weight: 400;
    padding: 0px 10px;
    text-decoration: underline;
    font-size: 17px;
}

a.footer-link-text:hover {
    color: #B3B3B3;
    font-weight: 400;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 17px;
}


.device-img {
    width: 100%;
    height: 100%;
}

#side-bar-menu {
    height: 100%;
    position: fixed;
    right: 0px;
    width: 351px;
    margin-top: 60px;
    transform: translateX(380px);
    transition: transform 250ms ease-in-out;
    background: #2A2A2A;
    bottom: 0px;
}

.side-bar-menu-item {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.side-bar-menu-item li {
    list-style: none;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 17px;
}

li.menu-list:first-child {
    margin-top: 65px;
}

.side-bar-menu-item li:hover {
    background-color: #393939;
}

.side-bar-menu-item li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}

.side-bar-menu-item li a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

input[type="checkbox"]:checked~#side-bar-menu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebar-toggle-icon {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 9999999999999999;
    height: 100%;
    width: 100%;
    top: 30px;
    height: 22px;
    width: 22px;
    right: 19px;
}

.menu-bar-icon-sec {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal-section {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.menu-bar-icon.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.menu-bar-icon.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type=checkbox]:checked~.sidebar-toggle-icon>.horizontal-section {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked~.sidebar-toggle-icon>.menu-bar-icon.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked~.sidebar-toggle-icon>.menu-bar-icon.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.about-us-banner-sec {
    /* background: radial-gradient(33.59% 43.93% at 50.13% 50%, rgba(255, 68, 0, 0.4) 0%, rgba(255, 68, 0, 0.063) 64.58%, rgba(255, 68, 0, 0) 100%), rgb(255 255 255); */
    padding: 80px 0px;
}

.about-img {
    width: 100%;
}

.about-sec-img {
    width: 400px;
    height: 100%;
    margin: 0 auto;
}




@media (min-width: 768px) {
    .about-us-title {
        width: 100%;
        text-align: center;
        font-size: 46px;
        padding: 10px 0px;
        color: #fff;
        font-weight: 800;
    }
    .about-us-des {
        font-size: 20px;
        padding: 20px 0px;
        width: 100%;
        text-align: center;
        color: #fff;
    }
}
@media (min-width: 768px) {
    .about-us-content{
        width: 100%;
        text-align: center;
        width: 580px;
        margin: 0 auto;
    }
}
.our-mission-section {
    background-color: #fff;
    padding: 20px;
}
.team-sec {
    background-color: #fff;
}
.our-mission-title {
    font-size: 40px;
    color: #000;
    font-weight: 800;
    text-align: center;
}
.our-mission-des {
    color: #000;
    font-size: 20px;
    text-align: justify;
    margin: 20px 0px;
}
.our-mission-des-end {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-top: 20px;
}
.our-mission-img-sec {
    width: 500px;
    margin: 0 auto;
    padding: 30px 0px;
}
.our-mission-img{
    width: 100%;
}
.stats-title {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 800;
}
span.stats-items {
    font-size: 35px;
    font-weight: 700;
    color: #000;
}
.stats-item-des {
    color: #000;
    font-size: 18px;
}
.principles-sec {
    padding: 20px 0px;
}
.principles-sec-title {
    font-size: 34px;
    font-weight: 800;
    color: #000;
    text-align: center;
}
.principles-sec-item-heading {
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
}
.principles-sec-item-des {
    color: #000;
    font-size: 18px;
    padding: 10px 0px;
}
.principles-sec-details {
    background-color: #f4f4f4;
    padding: 15px;
}
.meet-our-team-section {
    padding: 20px 0px;
}
.meet-our-team-title {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}
.meet-our-team-des {
    font-size: 20px;
    color: #000;
}
img.team-member-img {
    width: 100%;
    height: 100%;
}
.team-member-name {
    font-size: 30px;
    margin: 10px 0px;
    color: #000;
    font-weight: 600;
}
.team-member-des {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 10px 0px;
}
.team-member-linkedin-icon {
    font-size: 35px;
    color: #000;
}
.our-team-member {
    padding: 35px 0px;
    margin: 20px 0px;
    background: #d1d1d1;
}
section.review-banner-sec {
    background: radial-gradient(33.59% 43.93% at 50.13% 50%, rgba(255, 68, 0, 0.4) 0%, rgba(255, 68, 0, 0.063) 64.58%, rgba(255, 68, 0, 0) 100%), rgb(255 255 255);
    padding-top: 150px;
}

.review-banner-img-sec {
    width: 300px;
    height: 100%;
    margin: 0 auto;
}
img.review-banner-img {
    width: 100%;
}
.review-content-sec {
    padding: 30px 0px;
    background-color: #fff;
}
.review-content-title {
    color: #000;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    margin: 10px 0px;
}
.review-content-subtitle {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.review-lets-btn {
    margin: 0 auto;
    width: 140px;
    display: flex;
    justify-content: space-evenly;
    background-color: #FF4400;
    color: #fff;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 16px;
}
.review-lets-btn:hover{
    background-color: #ff5719;
}
.customer-review-sec {
    background-color: #fff;
    padding: 70px 0px;
}
.customer-review-title {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}
.customer-review-sub-title {
    color: #000;
    text-align: center;
    font-size: 20px;
}
.wrapper{
    padding: 70px 0;
    overflow-x: hidden;
}


.my-slider{
    padding: 0 70px;
}
.slick-initialized .slick-slide{
    background-color: #b32532;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



.slick-next, .slick-prev{
    z-index: 5;
}
.slick-next{
    right: 15px;
}
.slick-prev{
    left: 15px;
}
.slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
}

.reviewer-info-sec {
    display: flex;
    align-items: center;
    margin: 20px;
}
.reviewer-name {
    margin-left: 20px;
}
.reviewer-review-sec {
    background-color: #393939;
    padding: 15px;
    margin-top: 15px;
}
section.customer-review-slider {
    background-color: #fff;
}
section.my-account-section {
    background-color: #000;
    padding: 40px 0px;
}
a.back-button {
    color: #FF6025;
    font-size: 18px;
}
.sign-in-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0px;
}
.sign-in-sub-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}
label.signin-label {
    font-size: 18px;
    color: #fff;
    margin: 10px 0px;
}
input.form-control.sign-in-form-control {
    background: #1E1E1E;
    height: calc(1.5em + 2.375rem + 2px) !important;
    color: #fff;
    font-size: 17px !important;
}
.sign-in-form-control:focus {
    border-color: #FF6025 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(241, 172, 53, 0.25) !important;
}
.sign-in-any-question-text {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 30px 0px;
}
a.any-question-contact-text {
    color: #FF6025;
    text-decoration: underline;
}
.sign-in-continue-btn{
    color: #fff;
    background-color: #FF4400;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
    width: 180px;
}
.terms-and-condition-sec {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 60px;
}
.terms-and-condition-title {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    padding: 20px 0px;
}
.terms-and-condition-des {
    font-size: 20px;
    color: #000;
}

.front-review-section {
    background-color: #fff;
    padding: 40px 0px;
}
.front-review-title {
    font-size: 35px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
.front-review-sub-title {
    text-align: center;
    color: #000;
    margin: 10px 0px;
    font-size: 14px;
}
div#side-bar-menu {
    z-index: 99999999;
}
.meal-sec-img {
    width: 100%;
    text-align: center;
}
.meal-img{
    width: 100%;
    height: 100%;
}

.work-out-plan-sec{
    background-color: #fff;
    padding: 60px 0px;
}
.work-out-plan-title {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 20px 0px;
}
.work-out-plan-sub-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 35px;
}
.work-flow-content {
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin: 40px 0px;
}
.work-flow-img-sec {
    text-align: center;
}
.about-us-title {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    padding: 20px 0px;
}
.about-us-des {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}

@media(max-width: 991px) {
    .video-content iframe {
        width: 500px;
    }
    .meal-sec-img {
        width: 300px;
        text-align: center;
        margin: 35px auto;
    }
    .review-content-title {
        font-size: 35px;
        font-weight: 700;
    }

}
@media(max-width: 620px) {
    .video-content iframe {
        width: 300px;
        height: 250px;
    }
    .footer-section{
        padding: 30px 0px;
    }
    .app-store-logo-sec{
        margin: 20px 0px;
    }
    .join-now-section{
        padding: 30px 0px;
    }
    .our-mission-img-sec {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0px;
    }
    .our-mission-content{
        padding: 20px;
    }
    .meet-our-team-section{
        padding: 20px;
    }
    .join-now-content {
        text-align: center;
        padding: 40px 0px;
        margin: 0 auto;
    }
}

li.task-list-name {
    list-style: none;
    padding-left: 13px;
    cursor: pointer;
    padding-top: 5px;
    font-size: 13px;
    background: #eae9e9;
    margin-top: 6px;
    padding-bottom: 6px;
}
ul.meal-list-sec {
    background: #ffffff;
    padding: 10px;
    margin: 12px 0px;
    color: #000000;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    min-height: 150px;
    overflow-y: scroll;
}


.meal-list-sec::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.meal-list-sec::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.meal-list-sec::-webkit-scrollbar-thumb
{
	background-color: #000000;
}


li.work-out-plan-list {
    list-style: none;
    padding-left: 13px;
    cursor: pointer;
    padding-top: 5px;
    font-size: 13px;
    background: #eae9e9;
    margin-top: 6px;
    padding-bottom: 6px;
}
ul.workout-plan-sec {
    background: #ffffff;
    padding: 10px;
    margin: 12px 0px;
    color: #000000;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    min-height: 150px;
    overflow-y: scroll;
    max-width: 250px;
}

.workout-plan-sec::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.workout-plan-sec::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.workout-plan-sec::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.welcome-text-heading {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    padding-top: 20px;
}
.trainer-info-sec {
    margin: 10px 0px;
    font-size: 25px;
    font-weight: 500;
    color: #000;
}
.date-sec {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.customer-dashboard-card {
    background-color: #578bd7 !important;
    padding: 30px 15px !important;
}
.custome-app-name {
    color: #313032 !important;
    font-weight: 900;
}
img.work-flow-img {
    width: 100%;
    height: 100%;
}
.footer-title {
    color: #fff;
    font-size: 20px;
    margin: 10px 0px;
}
.footer-about-us-des {
    color: #b2b2b2;
    font-size: 13px;
}
.footer-contact-us-details {
    color: #b2b2b2;
    font-size: 13px;
}
a.footer-important-link {
    color: #b2b2b2;
    font-size: 13px;
}
.footer-about-us-read-more-text{
    font-style: italic;
    font-size: 12px;
}
.footer-about-us-read-more-text:hover{
    color: rgb(234, 226, 226);
}
section.faq-section {
    padding: 80px 0px;
}
section.choose-program-section {
    padding-top: 89px;
}
.faq-card-header {
    background-color: #FF8F66!important;
    border-bottom: 1px solid #FF8F66 !important;
}
.nav-pills .nav-link:not(.active):hover{
    color: #ff4400 !important;
}
.card {
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px !important
}

.panel-text{
    color: white !important;
}
