body {
    font-family: 'Poppins', sans-serif;
}
img {
    max-width: 100%;
}

h2 {
    margin-top: 50px !important;
}

nav.navbar {
    transition: 0.2s ease-in;
}
nav.bluNav {
    background: #3e59d4;
    background: -moz-linear-gradient(left, #3e59d4 0%, #2989d8 50%, #09f2fe 100%);
    background: -webkit-linear-gradient(left, #3e59d4 0%,#2989d8 50%,#09f2fe 100%);
    background: linear-gradient(to right, #3e59d4 0%,#2989d8 50%,#09f2fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e59d4', endColorstr='#09f2fe',GradientType=1 );
    padding: 10px 0 15px;
}
nav.navbar.not_Home {
    background: #3e59d4;
    background: -moz-linear-gradient(left, #3e59d4 0%, #2989d8 50%, #09f2fe 100%);
    background: -webkit-linear-gradient(left, #3e59d4 0%,#2989d8 50%,#09f2fe 100%);
    background: linear-gradient(to right, #3e59d4 0%,#2989d8 50%,#09f2fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e59d4', endColorstr='#09f2fe',GradientType=1 );
}
nav.navbar .navbar-brand {
    margin-right: 5rem;
}
nav.navbar ul li {
    margin: 0 10px;
}
nav.navbar ul li:last-child {
    margin: 0;
}
nav.navbar ul li a {
    padding: 8px 20px !important;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 5px;
    color: #fff !important;
}
/*nav.navbar ul li:last-child a {*/
/*    background-color: #97db35;*/
/*    color: #1e2c0b !important;*/
/*}*/
/*nav.navbar ul li:last-child a:hover {*/
/*    background-color: #ffffff;*/
/*    color: #1e2c0b !important;*/
/*}*/
/*nav.navbar ul li:nth-last-child(2) a {*/
/*    background-color: #ffffff;*/
/*    color: #1e2c0b !important;*/
/*}*/
/*nav.navbar ul li:nth-last-child(2) a:hover {*/
/*    background-color: #97db35;*/
/*    color: #1e2c0b !important;*/
/*}*/
nav.navbar ul li.userlog.green a {
    background-color: #97db35;
    color: #1e2c0b !important;
}
nav.navbar ul li.userlog.green a:hover {
    background-color: #ffffff;
    color: #1e2c0b !important;
}
nav.navbar ul li.userlog a {
    background-color: #ffffff;
    color: #1e2c0b !important;
}
nav.navbar ul li.userlog a:hover {
    background-color: #97db35;
    color: #1e2c0b !important;
}

.loaderSm {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 9;
    color: #97db35;
    display: none;
}

.dash {
    padding: 50px 0;
}

.dropdown > .btn-secondary, .dropdown > .btn-secondary:hover {
    background-color: transparent !important;
    border: none !important;
}
nav.navbar .dropdown-menu {
    right: 0;
    left: auto;
    border: 0;
    background-color: #ffffff;
    padding: 0;
    box-shadow: 10px 10px 10px 0 #00000014;
    border-radius: 4px 0 4px 4px;
}
nav.navbar .dropdown-menu a {
    color: #434343;
    border: 0;
}
nav.navbar .dropdown-menu a:hover {
    background-color: #f2f0f0;
}
.dropdown-menu.show {
    width: 100%;
    border-radius: 0;
    background-color: rgba(18, 219, 248, 0.8);
}

.dropdown-menu.show > a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #11dcf8;
    padding: 10px;
}

.dropdown-item 
> i {
    width: 25px;
    text-align: center;
}

.dropdown-menu.show > a:hover {
    background: #11dbf8;
}

.form-control:focus {
    border-color: #97db35 !important;
    box-shadow: none !important;
    border: 1px solid;
}

#form-login .col > a {
    float: right;
    font-size: 14px;
    margin: 10px 0;
    text-decoration: none;
    color: #7dbd21;
}

.message {
    border: 1px solid #b7b7b7;
    padding: 10px 15px;
    font-size: 14px;
    color: #9e9e9e;
}

form {
    position: relative;
    padding: 20px;
}

.loader {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.68);
    top: 0;
    z-index: 9;
    text-align: center;
    display: none;
}

.loader > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.btn-green {
    background-color: #97db35;
    color: #1e2c0b;
    min-width: 120px;
    padding: 8px 20px !important;
    font-size: 14px;
}

.btn-curved {
    border-radius: 25px;
}

.profile-img-box {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-right: 5px;
    overflow: hidden;
}

.profile-img-box > h5 {
    line-height: 40px;
}

.search {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    list-style-type: none;
    padding: 60px 15px 20px;
    background: #fff;
    z-index: 1;
    border-radius: 40px;
    border: 1px solid #97db35;
}

.search > li {
    padding-left: 20px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
}

.label-warning {
    background-color: #f0ad4e;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.field_wrapper .row-box > .form-control {
    float: left;
    width: 30%;
    margin-right: 5px;
}

.field_wrapper {
    margin: 15px 0;
}

.field_wrapper > div {
    margin-bottom: 15px;
    position: relative;
}

.field_wrapper .row-box > a, .remove_button {
    width: 38px;
    height: 38px;
    line-height: 38px;
    float: left;
    display: block;
    text-align: center;
    background-color: #2e88e1;
    color: #fff;
    font-size: 16px;
}


.row-box {
    margin-bottom: 15px;
}

.row-box > select.form-control {
    width: 48% !important;
}

.package-slider > div {
    float: left;
    width: 33%;
}

.description-wrapper .table td > p > a {
    color: #97db35;
}

.list-results .list-item .data-content a {
    color: #333;
    text-decoration: none;
}

.list-results .list-item .data-content a:hover {
    color: #97db35;
}

.btn-grey {
    background: #ccc !important;
}

.alert.alert-danger > a {
    color: #b50314;
}

.btn-red {
    background-color: #cd0101;
}

.img-circle {
    width: 150px;
    margin: 20px 0;
}

.sbtotal {
    font-size: 28px;
    color: #16ccf4;
    font-weight: 600;
    padding: 10px;
    border-top: 2px solid #97db35;
}

.post-img {
    width: 40%;
    float: left;
    margin-right: 15px;
}
.post-img img {
    border-radius: 6px;
}

.fc-prev-button, .fc-next-button {
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    margin: 0 5px;
    background-color: #96da35 !important;
    border: none;
}

.fc-right .fc-button {
    background-color: #96da35 !important;
    border-color: #96da35 !important;
    border-radius: 40px !important;
    margin: 0 5px;
    width: 100px;
    height: 40px;
    text-transform: capitalize;
}

.fc-content {
    background-color: #96da35;
    color: #fff;
    padding: 5px;
    border: none !important;
}

button.fc-today-button.fc-button.fc-button-primary {
    width: 100px;
    border-radius: 20px;
    background-color: #fff;
    color: #96da35;
    border-color: #96da35;
    opacity: 1;
    text-transform: capitalize;
}

a.navbar-brand {
    width: 150px;
}

section.bnrSec {
    background-image: url(../img/topBnr.png);
    background-repeat: no-repeat;
    background-size: 150% 150%;
    padding: 50px 0;
    color: #fff;
    background-position: center;
}
section.bnrSec div.text {
    margin-top: 90px;
}
section.bnrSec h1 {
    /*font-size: 85px;*/
    font-size: 65px;
    font-weight: 600;
    /*line-height: 80px;*/
    line-height: 60px;
    margin: 0;
}
section.bnrSec h1 img {
    width: 60px;
    vertical-align: middle;
    margin-left: 15px;
    filter: drop-shadow(1px 10px 6px rgba(0,0,0,0.2));
}
section.bnrSec p {
    /*font-size: 24px;*/
    /*margin: 40px 0 50px;*/
    font-size: 20px;
    margin: 30px 0 40px;
    width: 75%;
}
section.bnrSec a {
    background-color: #97db35;
    color: #ffffff;
    /*padding: 17px 50px;*/
    padding: 15px 40px;
    display: inline;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 20px 20px 10px #0003;
    text-decoration: none;
    transition: .2s;
}
section.bnrSec a:hover {
    box-shadow: 0 20px 20px 5px #0003;
}
section.bnrSec a i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 15px;
}


.row.secTitleRow {
    text-align: center;
}
.row.secTitleRow h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    filter: drop-shadow(0px 5px 2px #0003);
    margin: 0;
}
.row.secTitleRow p {
    width: 80%;
    margin: 20px auto 40px;
    color: #212122;
}


section.whyChooseUs {
    padding: 60px 0;
    background-color: #f9f9ff;
}
section.whyChooseUs .col-md-4:first-child,
section.whyChooseUs .col-md-4:last-child {
    flex: 0 0 36.5%;
    max-width: 36.5%;
}
section.whyChooseUs .col-md-4:nth-child(2) {
    flex: 0 0 27%;
    max-width: 27%;
}
section.whyChooseUs ul {
    padding: 0;
    margin: 0;
}
section.whyChooseUs ul li {
    display: table;
    width: 100%;
    padding: 40px 0;
}
section.whyChooseUs ul li span {
    display: table-cell;
    vertical-align: middle;
}
section.whyChooseUs ul li span.text {
    text-align: right;
    width: 30%;
}
section.whyChooseUs ul li span.text h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
}
section.whyChooseUs ul li span.text p {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
}
section.whyChooseUs ul li span.boder {
    position: relative;
}
section.whyChooseUs ul li span.boder::after {
    content: '';
    width: 90px;
    border-bottom: 2px dashed #000;
    display: block;
    margin: auto;
    position: relative;
    left: 20px;
}
section.whyChooseUs ul li span.boder::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    left: 33px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
section.whyChooseUs ul li span.image {
    text-align: right;
}
section.whyChooseUs ul li span.image img {
    max-width: 80px;
}

section.whyChooseUs div.card {
    border: 0;
    border-radius: 10px;
    margin: 25px 0;
    padding: 20px 15px;
    box-shadow: -3px 2px 14px 0px #0000001a;
}
section.whyChooseUs div.card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
section.whyChooseUs div.card p {
    color: #000;
    margin: 0;
}


section.ourValues {
    text-align: center;
    padding: 50px 0;
}
section.ourValues .row.secTitleRow img {
    width: 50%;
    margin: 30px 0 60px;
}
section.ourValues .singleValue {
    padding: 30px 19px;
    border-radius: 10px;
}
section.ourValues .singleValue.yellow {
    background-color: #f8fbdc;
}
section.ourValues .singleValue.blue {
    background-color: #daeef9;
}
section.ourValues .singleValue.red {
    background-color: #ffe0e9;
}
section.ourValues .singleValue img {
    width: 90px;
}
section.ourValues .singleValue h3 {
    margin: 20px 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
section.ourValues .singleValue p {
    margin: 0;
    color: #000;
    min-height: 70px;
}
section.ourValues a, 
a.universalBtn {
    background-color: #97db35;
    border-color: #97db35;
    color: #000000;
    padding: 17px 20px;
    display: block;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 20px 20px 10px #0003;
    text-decoration: none;
    transition: .2s;
    width: 260px;
    margin: 50px auto 0;
    text-align: center;
}
section.ourValues a i, 
a.universalBtn i {
    margin-right: 15px;
}
.edit-profile-page .btn.btn-primary,
.add-balance-page .btn.btn-primary{
    background-color: #97db35;
    border-color: #97db35;
    color: #000000;
    padding: 17px 20px;
    display: block;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 20px 20px 10px #0003;
    text-decoration: none;
    transition: .2s;
    width: 260px;
    margin: 50px auto 0;
}
section.ourValues a:hover,
section.featuedInf a:hover,
.btn.btn-primary:hover {
    box-shadow: 0 20px 20px 5px #0003 !important;
}
.btn.btn-primary:active,
.btn.btn-primary:active:focus{
    background-color: #97db35;
    border-color: #97db35;
    box-shadow: 0 20px 20px 5px #0003 !important;
}
section.ourValues a i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
}


section.featuedInf {
    background-image: url('../img/featuredBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
    color: #fff;
}
section.featuedInf .row.secTitleRow {
    position: relative;
}
section.featuedInf .row.secTitleRow h2,
section.howItWoraks .row.secTitleRow h2 {
    color: #fff;
    margin: 0 0 40px;
}
section.featuedInf .row.secTitleRow a {
    margin: 0 0 0 auto;
    background-color: #97db35;
    color: #000000;
    padding: 15px 20px;
    display: block;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 20px 20px 10px #0003;
    text-decoration: none;
    transition: .2s;
    width: 200px;
    position: absolute;
    top: 10px;
    right: 0;
}
section.featuedInf ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
section.featuedInf ul li {
    text-align: center;
    margin: 25px 0;
    list-style: none;
    width: 20%;
    padding: 0 10px;
}
section.featuedInf ul li img {
    max-width: 76px;
    min-width: 76px;
    max-height: 76px;
    min-height: 76px;
    border-radius: 80px;
    margin: 0 0 15px;
    filter: drop-shadow(0 30px 40px #00000091);
}
section.featuedInf ul li h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}
section.featuedInf ul li h4 small {
    font-size: 14px;
    margin-left: 10px;
}
section.featuedInf ul li p {
    margin: 0 0 10px;
    font-size: 14px;
}
section.featuedInf ul li h3 {
    font-size: 35px;
    font-weight: 700;
    color: #97db35;
    margin: 0;
}


section.newsLetterSec {
    text-align: center;
    padding: 60px 0;
    background-color: #f9f9ff;
}
section.newsLetterSec .row {
    position: relative;
}
section.newsLetterSec div.newsLetter {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 80px;
    box-shadow: 0 24px 24px 10px #0003;
    margin: 0 0 60px;
}
section.newsLetterSec div.newsLetter .input-group {
    position: relative;
}
section.newsLetterSec div.newsLetter .input-group-text {
    background-color: transparent;
    font-size: 30px;
    color: #000000;
    border: 0;
}
section.newsLetterSec div.newsLetter input {
    border: 0;
    height: 54px;
    transition: .2s;
}
section.newsLetterSec div.newsLetter input:focus {
    box-shadow: none;
    border-bottom: 2px solid #000;
}
section.newsLetterSec div.newsLetter input::placeholder {
    color: #000;
    font-size: 14px;
}
section.newsLetterSec div.newsLetter .input-group::after {
    content: '';
    border-bottom: 2px solid #000;
    position: absolute;
    width: 20%;
    bottom: 0;
    left: 60px;
}
section.newsLetterSec div.newsLetter .input-group-append {
    margin-left: 20px;
}
section.newsLetterSec div.newsLetter .btn {
    background-color: #97db35;
    border-radius: 30px;
    padding: 15px 40px;
    color: #000000;
    border: 0;
}
section.newsLetterSec .questionDiv {
    padding: 50px 0 0;
    color: #000;
}
section.newsLetterSec .questionDiv i {
    font-size: 30px;
}
section.newsLetterSec .questionDiv h3 {
    margin: 15px 0 10px;
    font-size: 25px;
    font-weight: 700;
}
section.newsLetterSec .questionDiv p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
section.newsLetterSec .animated {
    position: absolute;
    z-index: 1;
}
section.newsLetterSec .gril {
    left: 30px;
    top: 20px;
}
section.newsLetterSec .boy {
    right: 30px;
    top: 1px;
}
section.howItWoraks{
    background: #11dcf8;
    background: -moz-linear-gradient(left, #11dcf8 0%, #4544ce 100%);
    background: -webkit-linear-gradient(left, #11dcf8 0%,#4544ce 100%);
    background: linear-gradient(to right, #11dcf8 0%,#4544ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11dcf8', endColorstr='#4544ce',GradientType=1 );
    padding: 60px 0;
}
section.howItWoraks .row.secTitleRow h2{
    margin-bottom:15px;
}
section.howItWoraks .row.secTitleRow p{
    color: #ffffff;
}
.timeLine {
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 35px 0 60px;
    background-size: contain;
    margin-bottom: 0;
}
.timeLine .media {
    min-height: 160px;
    align-items: center;
}
.timeLine .media:nth-child(2n+1) {
    text-align: right;
    padding-right: 43%;
}
.timeLine .media:nth-child(2n) {
    padding-left: 43%;
}
.timeLine h5 {
    font-weight: 700;
    color: #97db35;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.timeLine h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.timeLine p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.timeLine .media .media-body {
    display: flex;
    align-items: center;
}
.timeLine .media:nth-child(2n+1) .media-body {
    flex-direction: row-reverse;
}
.timeLine .media .media-head {
    /* max-width: 35%;
    flex: 0 0 35%; */
    max-width: 40%;
    flex: 0 0 40%;
}
.timeLine img {
    width: 65px;
}
.timeLine .media:nth-child(2n+1) img{
    margin-right: 0 !important;
    margin-left: 1rem !important;
}
section.brandWork {
    padding: 60px 0;
}
.brandWork .row.secTitleRow h2 {
    margin-bottom: 35px;
}
.brandList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.brandList li {
    border: 1px solid #fafafa;
    max-width: 20%;
    display: inline-flex;
    flex: 0 0 20%;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: all 0.34s ease-in-out;
}
.brandList:hover li {
    filter: url('#blur');
}
.brandList:hover li:hover {
    border-color: #98db36;
    filter: none;
    transform: scale(1.1,1.1);
}
.brandWork svg {
    position: absolute;
}
section.howItWoraks.connectWith {
    padding-top: 100px;
}
section.howItWoraks.connectWith .row.secTitleRow h2{
    font-size: 56px;
}
section.howItWoraks.connectWith .row.secTitleRow h4{
    color: #ffffff;
    margin-bottom: 35px;
}
.signup .btn.btn-primary {
    margin: 15px auto 0;
}
.animation-box {
    position: relative;
}
.animation-box .girlSignup, .animation-box .boySignup {
    position: absolute;
    top: 0;
}
.animation-box .girlSignup {
    left: -270px;
}
.animation-box .boySignup {
    right: -210px;
}
.signup {
    background-repeat: no-repeat;
    padding: 180px 0;
}
.signup h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 35px;
}
.signup .nav-tabs .nav-item {
    text-transform: uppercase;
    font-size: 18px;
}
.signup .nav-tabs .nav-link {
    color: #89898d;
    border: none;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial
}
.signup .nav-tabs .nav-link.active {
    color: #97db35;
    background: transparent;
}
.signup #myTab {
    margin: 20px 0;
    border: none;
}
.signup .form-control {
    background: #fff;
    font-size: 16px;
    color: #737373;
    font-weight: 400;
    height: 52px;
    border-radius: 500px;
    border: none;
    margin-bottom: 15px;
    padding-left: 30px;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0,0.2);
}
.custom-control-input:checked ~ .custom-control-label::before{
    border-color: #97db35;
    background-color: #97db35;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(151, 219, 53, 0.3);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #d0f698;
}
.browse{
    background-repeat: no-repeat;
    padding: 110px 0;
}
.browse h4 {
    /*margin: 35px 0;*/
    margin: 20px 0 30px;
    font-size: 15px;
    font-weight: 400;
}
.browse .input-group {
    /*width: 440px;*/
    width: 350px !important; /* Bypass by Sven */
    margin: auto;
    box-shadow: 0 35px 30px 6px rgba(0, 0, 0, 0.2);
    border-radius: 500px;
}
.browse .input-group .input-group-prepend {
    position: relative;
    z-index: 9;
}
.browse .input-group .form-control{
    height: 52px;
    border-color: #97db35;
    border-left: none;
    border-radius: 0 500px 500px 0;
    color: #000000;
    font-size: 16px;
    position: relative;
    z-index: 9;
}
.browse .input-group .form-control:focus{
    box-shadow: none;
}
.browse .input-group-text {
    border-color: #97db35;
    border-radius: 500px 0 0 500px;
    background: #fff;
    padding-left: 25px;
}
.notAuth .inner-wrapper .moveUpword {
    background-color: #fff;
    padding: 10px;
    margin-top: -130px;
}
section.browse {
    background-image: url('/assets/img/browseBnr.png');
    background-size: cover;
    background-position: center center;
    padding: 140px 0 130px;
    color: #fff;
}
section.browse .row.secTitleRow h2 {
    color: #fff;
    font-weight: 600;
    font-size: 55px;
}
section.browse .input-group.loadRel .input-group-text {
    background-color: #fff;
    border: 0;
    color: #000;
}
section.browse .input-group.loadRel .form-control {
    border: 0;
    font-size: 14px;
}
.card {
    border-color: #97db35;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 8px;
    box-shadow: 0 25px 30px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
}
.card-header {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
}
.card-header h5 {
    font-size: 18px;
    margin: 0;
}
.list-group-item {
    padding-left: 0;
    padding-right: 0;
}
#sidebar-wrapper .card .list-group-item {
    border: none;
    padding: 8px 0;
}
.list-results {
    padding: 0;
    margin: 0;
}
.list-results .data-content {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.list-results .list-item {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.list-results .list-item:last-child {
    border: none;
}
.list-results .list-item .data-content h5 {
    /* font-size: 16px; */
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.list-results .list-item .data-content img {
    /* width: 52px; */
    width: 25px;
    border-radius: 500px;
}
.list-results p {
    margin: 0;
    /* font-size: 16px; */
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
}
.badge-primary {
    background-color: #97db35;
}
.list-results p .badge-primary{
    font-size: 100%;
    font-weight: 400;
    padding: 12px 35px;
}
.list-results .list-item {
    list-style: none;
}
.list-item > .row {
    background-color: #fff;
}
.list-item > .row > .d-flex > a.tableBtn {
    margin: 15px 0;
}
.list-results .data-content[data-head="Account"] {
    padding: 22px 0;
}


footer {
    background-image: url(../img/ftrBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 100px 0 0;
    position: relative;
}

footer .col-md-3:first-child {
    padding-left: 15px;
}

footer .col-md-3 {
    padding-left: 50px;
    position: relative;
    z-index: 2;
}
footer h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    filter: drop-shadow(0px 5px 2px #0003);
}
footer p {
    font-weight: 400;
    /*margin-bottom: 10px;*/
    margin-bottom: 0;
    line-height: 25px;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 12px;
}
footer ul li a {
    color: #ffffff;
    text-decoration: none !important;
}
footer ul li a:hover {
    color: #fff;
}
footer img.hpyGirl {
    position: absolute;
    width: 240px;
    right: 40px;
    top: 65px;
    z-index: 1;
    opacity: 0.3;
}
footer ul.recent-posts li a {
    /*CHAMAN CSS */
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*display: block;*/
    display: flex;
}
.recent-posts img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    margin-right: 15px;
}
footer ul.recent-posts li a span {
    font-size: 16px;
}
footer div.reservedStrip {
    background-color: #ffffff;
    position: relative;
    margin: 60px 0 0;
    padding: 25px 0;
}
footer div.reservedStrip p {
    margin: 0;
    color: #000;
    display: inline-block;
}
footer div.reservedStrip p img {
    margin-right: 10px;
}
footer div.reservedStrip ul {
    padding: 0;
    margin: 0;
    float: right;
    display: inline-block;
}
footer div.reservedStrip ul li {
    display: inline-block;
    margin: 0 0 0 12px;
}
footer div.reservedStrip ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/*terms page*/
section.TandCs {
    padding: 50px 0;
}


/*terms page*/

/* DASHBOARD CSS */
/* GENERAL UI */

img.ageIcon {
    width: 20px;
    margin-left: -5px;
}
.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-radius: 100px;
    margin: auto 15px;
    box-shadow: 0px 20px 30px 1px rgb(201, 201, 201);
    padding: 10px 40px;
}
.nav-pills .nav-link.active {
    background-color: #97db35;
    color: #000;
}
.tab-content{
    padding:70px 0;
}


.dsh-board{
    background-image: url(../img/dsh-nav.png);
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
nav.navbar.dsh-board ul li a {
    margin-top: 0;
}
nav.navbar .dropdown button{
    background-color: transparent;
    border: 0px;
    font-size: 14px;
}
nav.navbar .avatar {
    width: 40px;
    margin-right: 6px;
    border-radius: 500px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -3px;
    vertical-align: middle;
}
nav.navbar .avatar .avtBox {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
}
nav.navbar .dropdown button:focus, nav.navbar .dropdown button:active{
    box-shadow: 0px 0px transparent !important;
     background-color: transparent !important;
    border: 0px !important;
}
nav.navbar .dropdown button img{
        width: 18px;
        margin-right: 13px;
}
nav.navbar .dropdown .dropdown-toggle::after{
    margin-left: 10px;
}
.dabba-row{
    padding: 180px 0px;
}
.dabba{
    border-radius: 100px;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 20px 30px 1px rgba(201,201,201,1);
    -moz-box-shadow: 0px 20px 30px 1px rgba(201,201,201,1);
     box-shadow: 0px 20px 30px 1px rgba(201,201,201,1);
     min-height: 154px;
}
.dabba-icon{
    float: left;
}
.dabba-info .counter{
    position: relative;
    top: 20px;
    left: 20px;
    font-size: 25px;
    font-weight: 500;
}
.dabba-info p{
    padding-left: 90px;
    padding-top: 20px;
    font-size: 12px;
}
.dabba-info button,
.dabba-info .buttonWa{
    float: right;
    position: relative;
    top: -70px;
    background-color: #97db35;
    border: 0px;
    padding: 10px 35px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
}
.dabba .dabba-info p.blnce{
    font-size: 13px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 79px;
}
.popover{
    border:0px;
}
.popover-body{
    background-image: url('../img/popoverbg.png');
    background-repeat:no-repeat;
    background-size:cover; 
    border-radius: 5px;
    border:0px; 
    padding: 8px 12px 8px 25px !important;
    color: #fff;
}
.bs-popover-right > .arrow{
    display: none;
}
.dash {
    padding: 50px 0;
}

.head-title h2{
    font-size: 50px;
    font-weight: 700;
    color: #000;
}
.order-dabba{
    -webkit-box-shadow: 0px 30px 50px 10px rgb(201, 201, 201);
    -moz-box-shadow: 0px 30px 50px 10px rgba(201,201,201,1);
    box-shadow: 0px 30px 50px 10px rgb(201, 201, 201);
    border-radius: 100px;
    padding:20px;
}
.order-dabba2{
    background-color: #96da35;
}
.order-status{
    font-weight: 500;
}
.count{
    float: right;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    background-color: #96da35;
    text-align: center;
    line-height: 41px;
    border-radius: 100px;
    margin-top: -8px;
}
.count2{
    background-color: #fff;
}
.order-dabba-row{
    padding: 100px 80px;
}
.pakages-row ul.nav{
    display: inline-flex;
}
.pakages-row ul.nav li a    {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-radius: 100px;
    margin: auto 15px;
    box-shadow: 0px 20px 30px 1px rgb(201, 201, 201);
    padding: 10px 40px;
}
.pakages-row .nav-pills .nav-link.active{
    background-color: #97db35;
    color:#000;
}
.pakage-dabba{
     border-radius: 8px;
    -webkit-box-shadow: 0px 20px 30px 1px rgba(201,201,201,1);
    -moz-box-shadow: 0px 20px 30px 1px rgba(201,201,201,1);
    box-shadow: 0px 20px 30px 1px rgba(201,201,201,1);
    padding: 20px 0px;
}
.pkg-daba-row{
    padding: 70px 0px;
}
.pakg-logo{
    position: relative;
}
.pakg-logo img{
    position: absolute;
    width: 80px;
    left: 117px;
    top: -30px;
}
.pakage-dabba .left{
    padding: 10px 10px;
}
.pakage-dabba .left img{
    display: inline-block;
    padding-bottom: 8px;
} 
.pakage-dabba .left h4{
    display: inline-block;
    font-size: 12px;
    padding-top: 20px;
    color: #000;
} 
.pakage-dabba .right{
    float: right;
    padding-top: 10px;
    padding-right: 10px;

}
.pakage-dabba .right h4{
    font-size: 22px;
    font-weight: 700;
    color: #97db35;

}
.pakage-dabba .right h4 span{
    font-size: 12px;
    color:#000;
    font-weight: 600;
}
.pakage-dabba h2{
    font-size: 18px;
    font-weight: 700;
    padding-top: 22px;
    padding-bottom: 10px;
    color: #000;
}
.pakage-dabba .inf_users {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
}
.pkg-bottom{
    text-align: center;
}
.browse-row{
    padding: 20px 0px;
}
/* ADD BALANCE PAGE */
.add-balance-page label,
.edit-profile-page label{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.add-balance-page select,
.edit-profile-page select,
.edit-profile-page input[type="text"],
.edit-profile-page input[type="email"],
.edit-profile-page input[type="datetime"],
.edit-profile-page input[type="date"],
.edit-profile-page input[type="password"]{
    background: #fff;
    font-size: 16px;
    color: #737373;
    font-weight: 400;
    height: 52px;
    border-radius: 500px;
    border: none;
    margin-bottom: 15px;
    padding-left: 50px;
    box-shadow: 0px 20px 30px 1px rgb(201, 201, 201);
    background-image: url(../img/add-balance-img.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 2%;
}
/* EDIT PROFILE PAGE */
.edit-profile-page select,
.edit-profile-page input[type="text"],
.edit-profile-page input[type="email"],
.edit-profile-page input[type="datetime"],
.edit-profile-page input[type="date"],
.edit-profile-page input[type="password"]{
    background-image: none;
}
/* INVOICE PAGE */
.invoice-top-wrapper {
    border: 1px solid #97db35;
    border-radius: 8px;
    padding: 30px;
    margin-top: 7%;
    margin-bottom: 15px;
}
.invoice-top-head,
.invoice-main-head {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}
.invoice-top-head {
    margin-top: -7%;
}
.invoice-top-head h6 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #97db35;
    border-radius: 50px;
    padding: 12px 0;
    width: 128px;
    text-align: center;
}
.invoice-main-head .media img {
    border-radius: 500px;
    width: 60px;
    height: 60px;
}
.invoice-main-head .media h5 {
    font-size: 24px;
    font-weight: 700;
    color: #97db35;
    margin-bottom: 0;
}
.invoice-main-head .media p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.invoice-top-head h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: -50px;
    margin-top: 10px;
}
.invoice-main-head h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}
.invoice-bar {
    border:1px solid #97db35;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    min-height: 60px;
}
.invoice-bar p {
    margin: 0;
    line-height: 35px;
}
.invoice-bar h5 {
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    line-height: 40px;
}
.invoice-bar h2 {
    font-size: 34px;
    margin: 0;
    font-weight: 700;
}
.invoice-main-wrapper {
    padding: 20px 0;
    margin-bottom: 15px;
}
.invoice-main-wrapper p {
    font-size: 16px;
    /* text-align: center; */
    font-weight: 400;
    color: #97db35;
    margin-bottom: 12px;
}
.invoice-main-wrapper h2 {
    font-size: 34px;
    font-weight: 700;
    /* text-align: center; */
    color: #000;
}
.invoice-bar .btn {
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    border: none;
    width: auto;
    padding: .375rem .75rem;
    display: inline-block;
    margin: 0 2px;
    box-shadow: none;
}
.invoice-bar .btn:hover,
.invoice-bar .btn:active,
.invoice-bar .btn:focus,
.invoice-bar .btn:active:focus {
    box-shadow: none !important;
}
/* PROFILE PAGE */
.profile-top-wrapper {
    border: 1px solid #97db35;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}
.profile-page .profile-top-wrapper {
    margin-top: 70px;
}
.profile-top-wrapper .col-sm-12 {
    text-align: center;
    margin-top: -5%;
    margin-bottom: -9%;
}
.profile-top-wrapper .col-sm-12 h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}
.profile-top-wrapper .col-sm-12 p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.profile-top-wrapper .col-sm-12 > a {
    position: absolute;
    right: 10px;
    top: 50px;
    color: #97db35;
    font-size: 26px;
}

.profile-top-wrapper .media img {
    border-radius: 500px;
}
.profile-top-wrapper .media p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.recent-media > ul {
    padding: 0;
    margin-bottom: -20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.recent-media > ul > li {
    border: 1px solid #97db35;
    border-radius: 6px;
    /*display: flex;*/
    overflow: hidden;
    margin: 0 15px 30px;
    max-width: 21.6%;
    position: relative;
    min-width: 21.6%;
    box-shadow: 0 10px 20px 0 #00000017;
    /*height: 173px;*/
}

.recent-media > ul > li > a {
    display: block;
}

.recent-media > ul > li a {
    text-decoration: none;
}
.recent-media > ul > li .mediaImg {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.recent-media > ul > li img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.recent-media > ul > li .mediaInfo {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*padding: 10px 0;*/
    padding: 10px 0;
    background-color: #ffffff;
    text-align: left;
    border-top: 1px solid #d2ddec;
    display: flex;
    flex-wrap: wrap;
}
.recent-media > ul > li .mediaInfo li,
div#imgViewer .mediaInfo li {
    /*display: inline-block;*/
    color: #76757b;
    font-size: 13px;
    flex: 0 0 50%;
    padding: 0 10px;
    list-style: none;
}
.recent-media > ul > li .mediaInfo li:last-child,
div#imgViewer .mediaInfo li:last-child {
    text-align: right;
    border-left: 1px solid #d2ddec;
}
.recent-media > ul > li .mediaInfo li i {
    margin-right: 2px;
}
.mediaInfo li i.fas.fa-heart {
    color: #97db35;
}
.mediaInfo li i.fas.fa-comment {
    color: #424cd0;
}
.mediaInfo li i.fas.fa-play {
    color: #f39c12;
}
div#imgViewer button.close {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    border-radius: 30px;
    font-size: 35px;
    color: #424cd0;
    padding: 5px 5px 0 0;
    outline: none;
}
div#imgViewer .mediaInfoContainer {
    padding: 20px 0 5px;
    background-color: #ffffffc4;
}
div#imgViewer .mediaInfo {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
div#imgViewer .mediaInfo li {
    font-size: 20px;
}


.description-wrapper {
    border: 1px solid #97db35;
    border-radius: 8px;
    padding: 0 0 70px;
    margin-bottom: 15px;
}
.description-wrapper .table .topTd {
    border-top: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.description-wrapper .table th {
    background: #f3f3f3;
    font-size: 18px;
    font-weight: 400;
}
.description-wrapper .table td {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.description-wrapper .table td p{
    margin:0;
}
.profile-page .btn.btn-primary {
    color: #ffffff;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

.tooltip-inner{
    background-color: #ffffff;
    color: #97db35;
    border: 1px solid #97db35;
}
.tooltip{
    opacity: 1 !important;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before{
    border-top-color: #97db35;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before{
    border-bottom-color: #97db35;
}
.profile-slider-bar {
    /* border: 1px solid #97db35;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px; */
    padding: 0 20px;
}
.profile-slider-bar h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.package-slider {
    padding: 0 30px;
}
.package-slider .pakage-dabba {
    margin: 40px 10px;
    -webkit-box-shadow: 0px 6px 10px 1px rgba(201, 201, 201,0.4);
    -moz-box-shadow: 0px 6px 10px 1px rgba(201, 201, 201,0.4);
    box-shadow: 0px 6px 10px 1px rgba(201, 201, 201,0.4);
}
.package-slider img {
    margin: auto;
}
.package-slider .slick-dots {
    position: relative;
    bottom: 0;
}
.package-slider .slick-dots li button::before {
    content: '';
    display: none;
}
.package-slider .slick-dots li button {
    background: #8f8f8f;
    border-radius: 500px;
}
.package-slider .slick-dots li,
.package-slider .slick-dots li button{
    height: 15px;
    width: 15px;
}
.package-slider .slick-dots li.slick-active button {
    background: #91d928;
}
.package-slider .slick-prev::before,
.package-slider .slick-next::before{
    opacity: 1;
    color: #8f8f8f;
}
.package-slider .slick-next {
    right: 0;
}
.package-slider .slick-prev {
    left: 0;
}

.nav-pills.cart .nav-link {
    margin: 0 15px;
    padding: 10px 20px;
    cursor: context-menu;
}
.card .table th, .card .table td {
    width: 1%;
    text-align: center;
    vertical-align: middle;
}
.card .table th {
    font-size: 18px;
    font-weight: 500;
    border: 0;
}
.card .table th.text-left, 
.card .table td.text-left {
    padding-left: 0;
}
.card .table th.text-right, 
.card .table td.text-right {
    padding-right: 0;
}
.card .table .media .mr-3 {
    border-radius: 60px;
    width: 52px;
}
.media .media-body h5 {
    font-size: 16px;
    margin: 0;
}
.card p {
    margin: 0;
}
.card .table td .badge {
    min-width: 80px;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}
.card .table td .account-remove i {
    font-size: 20px;
    color: #ed3954;
}
.card .capsolehead {
    margin: 0 -20px;
    background-color: #97db35;
    border-radius: 8px 8px 0 0 !important;
    text-align: center;
    color: #fff;
}
.cartSteps p.title-campaign {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.cartSteps p.text-muted {
    font-size: 14px;
    color: #757575 !important;
}
.cartSteps div.tagsArea .note-editor.note-frame.card {
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.cartSteps div.tagsArea .note-editor.note-frame.card .note-toolbar.card-header {
    border-radius: 8px 8px 0 0;
}
.cartSteps div.tagsArea .note-editor.note-frame.card .note-statusbar {
    border: 0;
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
}
.cartSteps div.tagsArea .note-editor.note-frame.card .note-statusbar .note-resizebar {
    opacity: 0;
    cursor: auto;
}
.cartSteps p.text-muted span.warning {
    color: #97db35;
    text-transform: uppercase;
}
.cartSteps label {
    font-size: 16px;
    margin: 0;
}
.cartSteps label ~ p {
    margin: 0 0 10px;
}
.cartSteps .block-button {
    position: relative;
    display: inline-block;
    margin-right: 50px;
}
.cartSteps .block-choose-file .block-button button.btn-choose-file,
.cartSteps .block-choose-date .block-button button.btn-choose-date {
    background-color: #97db35;
    border: 0;
    padding: 12px 20px;
    display: block;
    width: 170px;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 1;
}
.block-choose-file {
    width: 450px;
    border: 2px solid #ccc;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.cartSteps .block-choose-file > input, .cartSteps .block-choose-date .block-button input {
    top: 0;
    /* height: 44px;
    width: 170px;
    opacity: 0; */
    position: absolute;
    left: 0;
    cursor: pointer;
    opacity: 0;
    height: 42px;
    width: 100%;
    z-index: 9;
}

.selectFile {
    position: absolute;
    left: 180px;
    top: 10px;
    font-size: 14px;
    color: #9c9b9b;
}

.cartSteps #date-select-text {
    font-size: 14px;
    color: #757575;
}
.card.email input {
    padding: 6px 20px;
}
.cartSteps .right-block-img img {
    width: 100%;
}
.tabBtnWrapper {
    padding: 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.btn.tabsBtn {
    background: #97db35;
    color: #fff;
}

/*affiliates page*/
section.pageHead {
    background-image: url(../img/ftrBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 120px 0 60px;
}
section.pageHead h1 {
    font-size: 75px;
    font-weight: 600;
    line-height: 80px;
    margin: 0;
}
section.pageHead p {
    font-size: 20px;
    margin: 20px 0 0;
    letter-spacing: 1px;
}
section.earnUp {
    padding: 80px 0;
}
section.earnUp h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 50px 0 30px;
}
section.earnUp p {
    font-size: 16px;
    font-weight: 500;
    width: 74%;
    margin: auto;
}
section.earnUp p.mb {
    margin: 0 auto 100px;
}

/*contact page*/

section.map {
  padding: 80px 0;
  text-align: center;
}
section.map div.icon span {
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  background-color: #97db35;
  line-height: 90px;
  border-radius: 50px;
}
section.map h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 25px 0 20px;
}
section.map p {
  font-size: 16px;
  margin: 0;
}
section.map p span {
  color: #3966d8;
}
section.map .mapRow .col {
    margin: 60px 0 0;
}

/*getHelp page*/
section.getHelp {
    padding: 80px 0;
}

section.getHelp .row.chunkRow {
    margin-top: 30px;
}

section.getHelp .row.chunkRow div.bordered {
    border-radius: 100px;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 20px 30px 1px rgba(201,201,201,1);
    -moz-box-shadow: 0px 20px 30px 1px rgba(201,201,201,1);
    box-shadow: 0px 20px 30px 1px rgba(201,201,201,1);
    display: table;
    width: 100%;
}

section.getHelp .row.chunkRow div.bordered .text, 
section.getHelp .row.chunkRow div.bordered .btnDiv {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
}

section.getHelp .row.chunkRow div.bordered .text {
    width: 75%;
}

section.getHelp .row.chunkRow div.bordered .btnDiv {
    width: 25%;
}

section.getHelp .row.chunkRow div.bordered h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

section.getHelp .row.chunkRow div.bordered p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

section.getHelp .row.chunkRow div.bordered a {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #97db35;
    font-size: 15px;
    color: #fff;
    padding: 12px 10px;
    border-radius: 40px;
    text-decoration: none;
}

/*getHelp1 page*/
section.advertisersNbrandsFAQ {
    padding: 120px 0 80px;
}

section.advertisersNbrandsFAQ ul {
    padding: 0;
    margin: 60px 0 0;
}

section.advertisersNbrandsFAQ ul li {
    display: block;
}

section.advertisersNbrandsFAQ ul li a {
    display: block;
    box-shadow: 0 5px 10px 0 #0006;
    margin: 0 0 5px;
    border-radius: 40px;
    padding: 15px 10px 15px 40px;
    font-size: 20px;
    font-weight: 400;
    background-color: #ffffff;
    text-decoration: none;
    color: #000000;
    transition: 0.2s all;
    position: relative;
}

section.advertisersNbrandsFAQ ul li a span {
    float: right;
    display: inline-block;
    background-color: #97db35;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 40px;
    margin: -7px 0 0;
    color: #fff;
    text-transform: capitalize;
}

section.advertisersNbrandsFAQ ul li a:hover {
    background-color: #97db35;
    color: #fff;
}

section.advertisersNbrandsFAQ ul li a:hover span {
    background-color: #ffffff;
    color: #000000;
}

/*success stories page*/
section.successStories .singleValue ul {
    padding: 0;
    margin: -15px 0 15px;
    display: table;
    width: 100%;
    text-align: left;
}
section.successStories .singleValue ul li {
    display: table-cell;
    font-size: 12px;
}
section.successStories .col-md-4 {
    margin: 0 0 30px;
}

/* New design Css */
section.bnrSec.brndpage {
    background: #09f3fe;
    background: -moz-linear-gradient(-45deg, #09f3fe 0%, #570dbf 100%);
    background: -webkit-linear-gradient(-45deg, #09f3fe 0%,#570dbf 100%);
    background: linear-gradient(135deg, 
#09f3fe 0%,
    #570dbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09f3fe', endColorstr='#570dbf',GradientType=1 );
}
section.bnrSec.brndpage div.text {
    margin: 80px 0 0;
}
section.bnrSec.brndpage h1 {
    font-size: 55px;
    line-height: 55px;
    filter: drop-shadow(0px 5px 2px #0003);
}
section.bnrSec.brndpage p {
    font-size: 15px;
    margin: 20px 0 40px;
}
section.bnrSec.brndpage img.bnr {
    margin: 90px 0 0 60px;
}

section.afterBnrSlider {
    padding: 15px 0;
}
section.afterBnrSlider .slick-slide {
    border: 1px solid #f9f9f9;
}
section.afterBnrSlider .slick-slide img {
    display: block;
    margin: auto;
}

section.trackingSec {
    text-align: center;
    padding: 100px 0 70px;
}
section.trackingSec .row.threeColRow span {
    width: 120px;
    height: 120px;
    line-height: 118px;
    background-color: #97db35;
    display: block;
    margin: 0 auto 25px;
    border-radius: 100%;
}
section.trackingSec .row.threeColRow h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #000000;
}
section.trackingSec .row.threeColRow p {
    font-size: 16px;
    margin: 0 auto 40px;
    width: 89%;
}

section.trackingSec.hiw2 .row.secTitleRow h2 {
    margin: 0 0 40px;
}
section.trackingSec.hiw2 .singleExper {
    padding: 30px 20px;
    display: block;
    border-radius: 6px;
    margin: 0 0 30px;
    text-decoration: none;
}
section.trackingSec.hiw2 .singleExper span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 45px;
    margin: 0 auto 20px;
}
section.trackingSec.hiw2 .singleExper.green {
    background-color: #f0fae1;
}
section.trackingSec.hiw2 .singleExper.green span {
    background-color: #def4bf;
    color: #97db35;
}
section.trackingSec.hiw2 .singleExper.blue {
    background-color: #def1fc;
}
section.trackingSec.hiw2 .singleExper.blue span {
    background-color: #b9e1f8;
    color: #24a1e8;
}
section.trackingSec.hiw2 .singleExper.purple {
    background-color: #e2e7f9;
}
section.trackingSec.hiw2 .singleExper.purple span {
    background-color: #c1cbf2;
    color: #3c5dd5;
}

section.mobileSec {
    color: #fff;
    padding: 60px 0 40px;
    overflow: hidden;
}
section.mobileSec .gradiant {
    background: #09f1fe;
    background: -moz-linear-gradient(45deg, #09f1fe 0%, #570fc0 90%);
    background: -webkit-linear-gradient(45deg, #09f1fe 0%,#570fc0 90%);
    background: linear-gradient(45deg, #09f1fe 0%,#570fc0 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09f1fe', endColorstr='#570fc0',GradientType=1 );
    /* padding: 40px 0 40px 40px; */
    border-radius: 20px;
}
section.mobileSec .col-sm-8 {
    padding: 40px 60px 40px 50px;
}
section.mobileSec .col-sm-4 {
    position: relative;
}
section.mobileSec .col-sm-8 ~ .col-sm-4::after {
    content: '';
    display: block;
    position: absolute;
    width: 300px;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: -100px;
    transform: skew(-26deg);
}
section.mobileSec img.mob {
    position: absolute;
    top: -40px;
    max-width: 420px;
    right: 0;
    z-index: 1;
}
section.mobileSec h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    filter: drop-shadow(0 5px 1px #00000030);
}
section.mobileSec h2 ~ p {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 50px;
    line-height: 1;
}
section.mobileSec h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}
section.mobileSec p {
    font-size: 16px;
    margin: 0;
}

section.howItWorks {
    padding: 80px 0 120px;
}
section.howItWorks .row.secTitleRow h2 {
    font-size: 50px;
}
section.howItWorks .row.secTitleRow p {
    margin: 20px auto 80px;
}
section.howItWorks ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    background-image: url('http://shoutoutexperts.com/assets/img/wave.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 115% auto;
}
section.howItWorks ul li {
    width: 21%;
    position: relative;
    display: flex;
    height: 925px;
    text-align: center;
    margin: 0 -10px;
}
section.howItWorks ul li img {
    position: absolute;
    top: 140px;
    width: 70px;
    left: -80px;
}
section.howItWorks ul li:nth-child(2n) img {
    top: auto;
    bottom: 140px;
}
section.howItWorks ul li .singleWork {
    display: flex;
    flex-direction: column;
}
section.howItWorks ul li:nth-child(2n) .singleWork {
    flex-direction: column-reverse;
}
section.howItWorks .singleWork .title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background-color: #e1e7ea;
    padding: 15px 5px;
    border-radius: 30px 30px 0 0;
}
section.howItWorks .singleWork .content {
    background: #09f1fe;
    background: -moz-linear-gradient(45deg, #09f1fe 0%, #570fc0 90%);
    background: -webkit-linear-gradient(45deg, #09f1fe 0%,#570fc0 90%);
    background: linear-gradient(45deg, #09f1fe 0%,#570fc0 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09f1fe', endColorstr='#570fc0',GradientType=1 );
    padding: 10px;
    min-height: 300px;
    display: flex;
    align-items: center;
    border-radius: 0 0 30px 30px;
    position: relative;
}
section.howItWorks .singleWork .content p {
    margin: 0;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}
section.howItWorks ul li:nth-child(2n) .title {
    border-radius: 0 0 30px 30px;
}
section.howItWorks ul li:nth-child(2n) .content {
    border-radius: 30px 30px 0 0;
}
section.howItWorks .singleWork span.numDot {
    margin: 120px auto 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    background: #09f1fe;
    background: -moz-linear-gradient(45deg, #09f1fe 0%, #570fc0 90%);
    background: -webkit-linear-gradient(45deg, #09f1fe 0%,#570fc0 90%);
    background: linear-gradient(45deg, #09f1fe 0%,#570fc0 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09f1fe', endColorstr='#570fc0',GradientType=1 );
    position: relative;
}
section.howItWorks ul li:nth-child(2n) .singleWork span.numDot {
    margin: 0 auto 120px;
}
section.howItWorks .singleWork span.numDot::before {
    content: '';
    width: 5px;
    height: 70px;
    border-left: 4px dotted #9d9d9c;
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
}
section.howItWorks ul li:nth-child(2n) span.numDot::before {
    top: auto;
    bottom: -70px;
}
section.howItWorks .singleWork .content::before {
    content: '';
    width: 46px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 23px solid #fff;
    border-right: 23px solid #fff;
    border-top: 50px solid #0fe0f9;
}
section.howItWorks ul li:nth-child(2n) .content::before {
    top: -50px;
    bottom: auto;
    border-bottom: 50px solid #5025c6;
    border-top: 0;
}

/* how it works */
section.howItWorks.hiw {
    padding: 120px 0 20px;
}
section.mobileSec.hiw {
    padding: 30px 0 120px;
}

/* browse page */
.notAuth #sidebar-wrapper .card {
    background-color: #97db35;
    border-radius: 4px;
    box-shadow: none;
    padding: 10px 15px;
}
.notAuth #sidebar-wrapper .card {
    background-color: #97db35;
    border-radius: 4px;
    box-shadow: none;
    padding: 15px 15px 20px;
    margin: 0 0 20px;
}
.notAuth #sidebar-wrapper .card a.btn,
#filters-topbar-wrapper .card a.btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    text-align: left;
    box-shadow: none !important;
    position: relative;
}
.notAuth #sidebar-wrapper .card a.btn::after,
#filters-topbar-wrapper .card a.btn::after {
    content: '\f105';
    width: 17px;
    height: 17px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #97db35;
    text-align: center;
    line-height: 18px;
}
.filterInput label {
    font-size: 12px;
    margin: 5px 0 2px 0;
    color: #8d8d8d;
}
.filterInput select.form-control {
    padding: 10px;
    font-size: 12px;
    background-color: #f2f2f2;
    border-radius: 40px;
    border: none;
    height: 40px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%20000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 8px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-color: #efefef;
}
.notAuth #sidebar-wrapper .card a.btn[aria-expanded="true"]::after,
#filters-topbar-wrapper .card a.btn[aria-expanded="true"]::after {
    content: '\f107' !important;
}
.notAuth #sidebar-wrapper .card a.btn h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.notAuth #sidebar-wrapper .card .card-body {
    background-color: #ffffff;
    border-radius: 10px !important;
    padding: 15px 10px;
    margin: 10px 0 0;
}
.notAuth #sidebar-wrapper .card .card-body .list-group .list-group-item,
#filters-topbar-wrapper .card .card-body .list-group .list-group-item {
    background-color: transparent !important;
    padding: 6px 0;
}
.notAuth #sidebar-wrapper .card .card-body .list-group .list-group-item .custom-control-label,
#filters-topbar-wrapper .card .card-body .list-group .list-group-item .custom-control-label {
    position: relative;
    display: block;
    font-size: 14px;
}
.notAuth #sidebar-wrapper .card .card-body .list-group .list-group-item .custom-control-label img,
#filters-topbar-wrapper .card .card-body .list-group .list-group-item .custom-control-label img {
    position: absolute;
    right: 0;
    top: 3px;
}
.notAuth #sidebar-wrapper .custom-control-label::before,
#filters-topbar-wrapper .custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #97db35;
    border: #97db35 solid 1px;
    top: 1px;
}
.notAuth #sidebar-wrapper .custom-control-label::after,
#filters-topbar-wrapper .custom-control-label::after {
    top: .2rem;
    left: -1.4rem;
    background: no-repeat 60%/60% 60%;
}
.notAuth #sidebar-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#filters-topbar-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.notAuth #sidebar-wrapper .card .card-body button.updatebtn,
#filters-topbar-wrapper .card .card-body button.updatebtn {
    border: 0;
    display: block;
    margin: 20px auto 0;
    background-color: #97db35 !important;
    color: #fff;
    padding: 12px 30px;
    border-radius: 40px;
    font-size: 14px;
    width: 100%;
}
.notAuth #sidebar-wrapper .card div.btn-group,
#filters-topbar-wrapper .card div.btn-group {
    display: block;
}
.notAuth #sidebar-wrapper .card div.btn-group label,
#filters-topbar-wrapper .card div.btn-group label {
    font-size: 14px;
    color: #8d8d8d;
    margin: 10px 0 5px 20px;
}
.notAuth #sidebar-wrapper .card div.btn-group .btn,
#filters-topbar-wrapper .card div.btn-group .btn {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #f2f2f2;
    border-radius: 40px;
    padding: 12px 20px;
    font-size: 14px;
    box-shadow: none;
}
.notAuth #sidebar-wrapper .card div.btn-group .dropdown-menu,
#filters-topbar-wrapper .card div.btn-group .dropdown-menu {
    background-color: #f2f2f2;
    margin: 0;
    border-radius: 0 0 20px 20px;
    border: 0;
}
.notAuth #sidebar-wrapper .card div.btn-group .dropdown-menu .dropdown-item,
#filters-topbar-wrapper .card div.btn-group .dropdown-menu .dropdown-item {
    color: #212529;
    border: 0;
    padding: 5px 20px;
    font-weight: 400;
}
.notAuth .flat-slider,
.flat-slider {
    width: 100%;
    margin: 20px 0 50px;
}
.notAuth .flat-slider .ui-widget-content,
.flat-slider .ui-widget-content {
    background-color: #d5f1ae;
    height: 12px;
}
.notAuth .flat-slider .ui-widget-content .ui-slider-handle,
.flat-slider .ui-widget-content .ui-slider-handle {
    top: -6px;
    background-color: #97db35;
    width: 3px;
    height: 24px;
    border-radius: 0;
}
.notAuth .flat-slider .min,
.flat-slider .min, 
.notAuth .flat-slider .max, 
.flat-slider .max {
    top: -32px;
    position: relative;
}
.notAuth .flat-slider .min_value, 
.notAuth .flat-slider .max_value,
.flat-slider .min_value, 
.flat-slider .max_value {
    font-size: 12px;
    color: #97db35;
    top: -25px;
}

/* dated: 18-sep-2019 */
.notAuth .tableCard {
    background-color: #97db35;
    border-radius: 4px;
    box-shadow: none;
    padding: 15px 15px 20px;
    margin: 0 0 20px;
}
.o-z * {
    font-size: 0 !important;
    padding: 0 !important;
}
table.dataTable tr td {
    border-top: 0;
    border-bottom: 3px solid #97db35;
    background-color: #ffffff;
}
table.dataTable th, 
table.dataTable td {
    text-align: left !important;
}
table.dataTable th:first-child, 
table.dataTable td:first-child {
    /* border-radius: 6px 0 0 7px; */
}
table.dataTable th:last-child, 
table.dataTable td:last-child {
    text-align: right !important;
    /* border-radius: 0 6px 7px 0; */
}
.media .media-body h5 {
    /*margin-left: 10px;*/
    color: #000;
    font-weight: 400;
    display: flex;
    font-size: 14px;
}
.infProtable td .media-body a ~ p {
    font-size: 12px;
}
.infProtable td p {
    font-size: 14px;
}
table.dataTable .media .media-body h5 ~ p {
    font-size: 10px;
    /*margin: 0 0 0 44px;*/
    margin: 0 0 0 32px;
}
.media .media-body h5 img {
    width: 18px !important;
    height: 18px;
    margin-right: 4px;
}
.list-item p span.colored {
    color: #97db35;
}
.tableBtn {
    font-size: 12px;
    padding: 0px 15px;
    background-color: #efefef;
    border-radius: 40px;
    color: #838383;
    text-decoration: none;
    transition: 0.3s all;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
}
table.dataTable tr td a.tableBtn:hover {
    box-shadow: inset 0 0 10px 0 #0000000f;
}
div#example_filter {
    display: none;
}
div.paginationDiv #example_paginate {
    text-align: left;
}
div.paginationDiv #example_paginate ul.pagination {
    justify-content: flex-start;
}
div.paginationDiv #example_paginate ul.pagination li:not(:first-child), 
div.paginationDiv #example_paginate ul.pagination li:not(:last-child) {
    margin: 0 3px;
}
div.paginationDiv #example_paginate ul.pagination li a {
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    line-height: 23px;
    border-radius: 30px;
    border: 0;
    background-color: #fff;
    color: #000;
    box-shadow: 0 5px 10px 0 #00000024;
}
div.paginationDiv #example_paginate ul.pagination li.active a {
    color: #fff;
    background: #3e59d4;
    background: -moz-linear-gradient(left, #3e59d4 0%, #2989d8 50%, #09f2fe 100%);
    background: -webkit-linear-gradient(left, #3e59d4 0%,#2989d8 50%,#09f2fe 100%);
    background: linear-gradient(to right, #3e59d4 0%,#2989d8 50%,#09f2fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e59d4', endColorstr='#09f2fe',GradientType=1 );
}

/* newSignUp page */
nav.nav-signup {
    position: absolute;
    width: 100%;
    z-index: 1;
}
nav.nav-signup ul.navbar-nav li a.nav-link {
    margin: -10px 0 0;
    padding: 0 !important;
    background-color: transparent;
    min-width: auto;
    font-size: 14px;
    color: #a3a3a3 !important;
}
section.signupSection ul.bgUl {
    padding: 0;
    margin: 0;
    list-style: none;
}
section.signupSection .col-sm-9 {
    flex: 0 0 70%;
    max-width: 70%;
}
section.signupSection ul.bgUl img.bgImg {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    left: 0;
    right: 0;
}
section.signupSection .col-sm-3 {
    background-color: #fff;
    flex: 0 0 30%;
    max-width: 30%;
}
section.signupSection .col-sm-3 div.switchForm {
    background-color: #fff;
    min-height: 100vh;
    text-align: center;
    padding: 50px 0 0;
    max-width: 349px;
    margin: auto;
}
div.switchForm h2 {
    font-size: 20px;
    margin: 0 0 5px;
}
div.switchForm p {
    font-size: 14px;
}
div.switchForm p a {
    color: #366dd9;
}
div.switchForm ul.nav-tabs {
    background-color: #366dd9;
    border-radius: 80px;
    border: 0;
    display: table;
    width: 100%;
    padding: 2px;
    margin: 0 0 20px;
}
div.switchForm ul.nav-tabs li.nav-item {
    display: table-cell;
    width: 50%;
}
div.switchForm ul.nav-tabs li.nav-item a {
    padding: 15px 20px 15px 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    border-radius: 50px;
    position: relative;
    text-align: left;
    transition: 0.3s all;
}
div.switchForm ul.nav-tabs li.nav-item a.active {
    background-color: #96db33;
    padding: 15px 15px 15px 51px;
}
div.switchForm ul.nav-tabs li.nav-item a i {
    font-size: 0;
    transition: 0.3s all;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
div.switchForm ul.nav-tabs li.nav-item a.active i {
    font-size: 35px;
}
div.switchForm .tab-content {
    padding: 0;
    position: relative;
}
div.switchForm form {
    padding: 0;
}
div.switchForm form input.form-control:not([type="checkbox"]), 
div.switchForm form select.form-control {
    height: 48px;
    border-radius: 40px;
    margin: 0 0 10px;
    border: 1px solid #d2d2d2;
    padding: 8px 15px 8px 60px;
    font-size: 14px;
    color: #a3a3a3;
    -webkit-appearance: none;
}
div.switchForm form input.form-control:not([type="checkbox"])::placeholder {
    color: #a3a3a3;
}
div.switchForm form label.custom-control-label {
    font-size: 14px;
    color: #666;
}
div.switchForm button.btn {
    display: block;
    width: 100%;
    height: 48px;
    margin: 0 0 50px;
    border-radius: 50px;
    background-color: #96db33;
    border: 0;
    opacity: 1;
    font-size: 14px;
}
div.switchForm form .withIcon {
    position: relative;
}
div.switchForm form .withIcon .icon {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 4px;
    left: 15px;
    color: #366dd9;
    z-index: 1;
}


footer.signupFtr {
    background-image: none;
    padding: 0;
}
footer.signupFtr div.reservedStrip {
    margin: 0;
    padding: 15px 0;
}
footer div.reservedStrip p {
    font-size: 12px;
    font-weight: 500;
}
footer div.reservedStrip ul li a {
    font-size: 12px;
}

/* DASHBOARD CSS */

body.dashboard nav.navbar {
    background-image: url('../img/dashNavBg.png');
    background-size: cover;
    box-shadow: 0 0 20px 0 #0000001f;
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 9;
}
body.dashboard nav.navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
nav.navbar ul li.blncLee a {
    padding: 0 !important;
}
nav.navbar ul li.blncLee a .badge {
    background-color: #97db35;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    min-width: 90px;
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 14px;
}
div.inner-wrapper ul.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0 0 10px;
}
div.inner-wrapper ul.breadcrumb li {
    margin: 0 15px;
}
div.inner-wrapper ul.breadcrumb li,
div.inner-wrapper ul.breadcrumb li a {
    color: #434343;
    font-size: 12px;
}
div.inner-wrapper ul.breadcrumb li.current {
    color: #424ed1;
}
div.inner-wrapper ul.breadcrumb li:first-child {
    margin-left: 0;
}
div.inner-wrapper ul.breadcrumb li:last-child {
    margin-right: 0;
}
div.pageInfo {
    padding: 0 0 20px;
    border-bottom: 1px solid #d2ddec;
}
div.pageInfo h1.pageTitle {
    font-size: 22px;
    margin: 5px 0 0;
    font-weight: 600;
    color: #434343;
}
div.pageInfo h1.pageTitle span {
    color: #424ed1;
    text-transform: capitalize;
}
div.pageInfo div.input-group {
    background-color: #ffffff;
    border-radius: 40px;
    box-shadow: 0 5px 10px 0 #0000001f;
}
div.pageInfo div.input-group input {
    border-radius: 40px 0 0 40px !important;
    border: 0;
    padding: 6px 10px 6px 20px;
    font-size: 12px;
    height: 35px;
}
div.pageInfo div.input-group span {
    border-radius: 0 40px 40px 0 !important;
    border: 0;
    background-color: transparent;
    color: #76757b;
    cursor: pointer;
}
div.pageInfo .logged-in-search .input-group {
    border-radius: 0;
    background: transparent;
}
div.pageInfo .logged-in-search .form-control,
.logged-in-search .input-group-append,
div.pageInfo .logged-in-search .input-group-append span {
    position: relative;
    background: transparent;
}
div.pageInfo .logged-in-search .form-control,
.logged-in-search .input-group-append{
    border-top: 1px solid #97db35 !important;
    border-bottom: 1px solid #97db35 !important;
    background-color: #ffffff;
}
div.pageInfo .logged-in-search .form-control {
    border-radius: 4px 0 0 4px !important;
    border-left: 1px solid #97db35 !important;
    border-right: none !important;
}
div.pageInfo .logged-in-search .form-control:focus {
    z-index: 0;
}
.logged-in-search .input-group-append {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #97db35;
    border-left: none;
}
.logged-in-search .search {
    border-radius: 0 0 4px 4px;
    top: 32px;
    padding: 10px 20px 10px;
    z-index: 1;
    border-top: 1px solid #fff;
    box-shadow: 0 10px 10px 0 #0000001f;
}
.logged-in-search .search > li {
    padding: 0;
    font-size: 14px;
    height: auto;
    line-height: 24px;
}

/* Sidebar Css */

#wrapper.toggled {
    padding-left: 0;
}
#wrapper.toggled #page-wrapper {
    padding: 95px 15px 45px 250px;
}
div.inner-wrapper {
    background-color: #fffffff6;
    padding: 15px 0;
    min-height: 89vh;
    position: relative;
}
.user-dashboard #wrapper.toggled .navbar-static-top {
    padding: 0 0 0 200px;
}
.user-dashboard nav.navbar #navbar {
    padding: 12px 0;
}
div.tooltip {
    width: 110px;
    text-indent: 0;
}
#sidebar-wrapper .amoeba {
    position: absolute;
}
#wrapper #sidebar-wrapper .topAmoeba {
    left: -90px;
    top: 0px;
}
#wrapper.toggled #sidebar-wrapper .topAmoeba {
    left: 0;
}
#sidebar-wrapper .bottomAmoeba {
    bottom: 0;
    right: 0;
}
#wrapper #sidebar-wrapper img.sideBarRocket {
    display: none;
}
#wrapper.toggled #sidebar-wrapper img.sideBarRocket {
	display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
#wrapper {
    overflow-y: hidden;
    background-image: url('../img/dashboardBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    left: 250px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  	margin-left: -250px;
}
#wrapper #sidebar-wrapper {
    top: 0;
    left: 0px;
    width: 60px;
    color: white;
    position: absolute;
    height: 100%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 0px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  	z-index: 3;
}
.sidebar {
    height: 100%;
    padding: 90px 0 0;
}
.sidebar ul {
    padding: 0;
    list-style: none;
    margin: 40px 0 0;
}
#wrapper.toggled .sidebar-nav {
  	top: 180px;
}
.sidebar-nav {
    position: absolute;
    top: 80px;
    margin: 0;
    padding: 0;
        padding-top: 0px;
    width: 100%;
    list-style: none;
    padding-top: 15px;
  	z-index: 1;
}
.sidebar ul li.price {
    margin-bottom: 30px;
}
.sidebar ul li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar li a:hover, 
.sidebar li.active a:hover, 
.sidebar li.active a {
    background: #ffffff75;
    color: #ffffff;
    text-decoration: none;
}
.sidebar li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    font-size: 14px !important;
  	padding: 4px 0;
}
.sidebar li:not(:last-child) a {
    border-bottom: 1px solid #ffffff75;
}
.bubble-notify {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    color: #3ab8e9;
    line-height: 16px;
    text-indent: 0;
    min-width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 40px;
    font-size: 8px;
    top: 25px;
    right: 5px;
}
#wrapper.toggled .bubble-notify {
    line-height: 20px;
    min-width: 20px;
    height: 20px;
    font-size: 10px;
    top: 15px;
    right: 15px;
}
.sidebar ul li a.accBlnc {
    text-align: center;
    text-indent: 0;
}
.sidebar ul li a.accBlnc {
    text-align: center;
    text-indent: 0;
}
.sidebar ul li a.accBlnc span {
    display: inline-block;
    background-color: #97db35;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    text-indent: 0;
    min-width: 100px;
}


#page-wrapper {
    padding: 90px 40px 45px;
    width: 100%;
    min-height: 100vh;
    transition: all 0.25s ease;
}
.sidebar li a img {
    margin-right: 6px;
    width: 35px;
    height: 35px;
}
.sidebar li a i {
    /*width: 40px;*/
    /*text-indent: 10px;*/
    /*font-size: 20px;*/
    width: 35px;
    text-indent: 0;
    font-size: 20px;
    position: relative;
    top: 3px;
    text-align: center;
    margin-right: 6px;
}
.navbar.navbar-inverse {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    min-height: initial;
}
.sidebar-pinner {
    position: absolute;
    right: -50px;
	top: 23px;
}
#menu-toggle {
    position: relative;
  	width: 40px;
    height: 30px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
#menu-toggle .icon-bar {
    display: block;
    letter-spacing: 0;
    width: 28px;
    height: 3px;
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #ffffff;
    left: 0;
    margin: auto;
}
#menu-toggle .icon-bar:nth-child(3) {
    top: 13px;
}
#menu-toggle .icon-bar:last-child {
    top: 21px;
}

#page-wrapper {
    padding: 95px 15px 45px 60px;
    width: 100%;
    min-height: 100vh;
  	z-index: 1;
}
.user-dashboard .navbar-static-top {
    position: fixed;
    width: 100%;
    /* background-color: #aaaaaa; */
  	background-image: url('//i.imgur.com/bFX4FZz.png');
    margin: 0;
  	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  	box-shadow: 0 8px 2px -2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px 8px rgba(0,0,0,.1);
  	border: 0;
  	padding: 0 0 0 60px;
	z-index: 2;
}
.user-dashboard nav.navbar {
    border-radius: 0;
  	background: #2520a0;
}
.sideBarLogo {
    overflow: hidden;
  	position: relative;
}
.sideBarLogo a.navbar-brand {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
}
#wrapper .sideBarLogo img {
    margin: 0px auto 0;
    /* width: 20px; */
}
#wrapper.toggled .sideBarLogo img {
    margin: 15px auto 0;
  	width: auto;
}
.user-dashboard .navbar-right {
    margin: 0;
}
.user-dashboard .navbar-right a {
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #2520a0 !important;
    width: 110px;
    text-align: center;
}
.user-dashboard .navbar-right a:hover {
    background-color: #fff !important;
}
.user-dashboard .navbar-right li {
    margin: 0 5px;
}
.user-dashboard .navbar-right li:first-child a {
    width: auto;
  	background-color: #ff4b36;
}
.user-dashboard .navbar-right li:first-child a:hover {
	background-color: #ff4b36 !important;
}
.user-dashboard .navbar-right li:first-child a .badge {
    background-color: #ff4b36;
    font-size: 14px;
}
#wrapper #sidebar-wrapper span.menu-title {
    display: none;
}
#wrapper.toggled #sidebar-wrapper span.menu-title {
    display: initial;
}
.sidebar-nav li a i {
    text-indent: 0;
    margin-right: 15px;
    font-size: 18px;
    width: 17px;
}
#wrapper .full-logo {
    display: none;
}
#wrapper.toggled .full-logo {
    display: block;
}
#wrapper.toggled .red-logo {
    display: none;
}
#wrapper.toggled .sidebar-user-det {
    display: block;
    width: auto;
    height: auto;
    opacity: 1;  
}
.sidebar-nav .badge {
    width: auto;
    text-indent: initial;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 3px 5px;
    line-height: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar-user-det {
    text-align: center;
    display: block;
    position: relative;
    width: 0;
    height: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    opacity: 0;
}
.sidebar-user-det .user-pic {
    width: 100px;
    margin: auto;
    border: 3px solid transparent;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 1px #fff;
    padding: 5px;
    position: relative;
}

.img-uploader {
    position: absolute;
    bottom: -100%;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #333 !important;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 0 !important;
    box-shadow: none !important;
    left: 0;
}

.user-pic:hover > .img-uploader {
    bottom: 0;
}

.sidebar-user-det.active::after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: #97db35;
    top: 5px;
    right: 0px;
    left: 72px;
    margin: auto;
    border-radius: 10px;
}
.sidebar-user-det .user-pic a {
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #0000003b;
    overflow: hidden;
}
.sidebar-user-det .user-pic img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
}
.sidebar-user-det p.username {
    font-size: 16px;
    text-transform: capitalize;
    margin: 15px 0 0;
    font-weight: 600;
}
.sidebar-user-det p.userrole {
    font-size: 12px;
}
.popover[role="tooltip"] {
    display: none !important;
}
.closed .popover[role="tooltip"] {
    display: block !important;
}
.closed .sidebar li {
    text-indent: 14px;
}
.closed .sidebar li a span {
    display: none;
}
.showOnMob {
    display: none;
}


#filters-topbar-wrapper {
    margin: 5px 0 0;
}
.dashboard #filters-topbar-wrapper .card {
    /* width: 16.2%; */
    width: 24.58%;
    padding: 0;
    float: left;
    margin: 0 2px;
    box-shadow: none;
    border-radius: 4px;
}
.notAuth .inner-wrapper {
    min-height: auto;
}
.notAuth #filters-topbar-wrapper .card {
    /* width: 16.2%; */
    width: 24.62%;
    padding: 0;
    float: left;
    margin: 0 2px;
    box-shadow: none;
    border-radius: 4px;
}
.card .collapse:not(.show) {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
#filters-topbar-wrapper .card .card-body {
    padding: 0 10px 20px;
}
#filters-topbar-wrapper a.btn {
    display: block;
}
#filters-topbar-wrapper a.btn h5 {
    font-size: 12px;
    margin: 0;
    text-align: left;
}
#filters-topbar-wrapper .card a.btn {
    padding: 15px 10px;
    color: #000;
}
#filters-topbar-wrapper .card a.btn::after {
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    right: 10px;
    color: #fff;
}
#filters-topbar-wrapper .card .card-body .list-group .list-group-item .custom-control-label {
    font-size: 12px;
}
#filters-topbar-wrapper .card .card-body button.updatebtn {
    padding: 10px;
    font-size: 12px;
}
#filters-topbar-wrapper .card div.btn-group label {
    font-size: 12px;
    margin: 5px 0 2px 0;
}
#filters-topbar-wrapper .card div.btn-group .btn {
   padding: 10px;
    font-size: 12px;
}
.flat-slider {
    margin: 20px 0 0px;
}
.row.browseContRow p.tabHeadPara {
    text-align: right;
    margin: 10px 0;
    color: #76757b;
    font-size: 12px;
}
.row.browseContRow .card.tableCard {
    padding: 5px 5px 10px;
    background-color: #ffffff;
    /* background-color: #f3f8ff; */
}
.row.browseContRow table.dataTable tr td {
    /* background-color: #f3f8ff;
    border-bottom: 3px solid #ffffff; */
    border-bottom: 1px solid #e8dfdf;
}
.card .list-item p i {
    font-size: 12px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

div.pageInfo h4.subTotal {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    margin: 5px 0 0;
    color: #434343;
}
#filters-topbar-wrapper ul.justify-content-center {
    margin: 0 0 5px;
    counter-reset: my-sec-counter;
}
#filters-topbar-wrapper ul.justify-content-center .nav-item {
    width: 25%;
}
#filters-topbar-wrapper ul.justify-content-center .nav-link {
    margin: 0 4px;
    border-radius: 5px;
    font-size: 12px;
    padding: 15px 20px 15px 52px;
    background-color: #ffffff;
    border: 1px solid #97db35;
    box-shadow: none;
    position: relative;
}
#filters-topbar-wrapper ul.justify-content-center .nav-link::before {
    width: 35px;
    height: 35px;
    display: block;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    line-height: 34px;
    text-align: center;
    counter-increment: my-sec-counter;
    content: ""counter(my-sec-counter)"";
}
#filters-topbar-wrapper ul.justify-content-center .nav-link.active {
    background-color: #97db35;
    color: #fff;
}
#filters-topbar-wrapper ul.justify-content-center .nav-link.active::after {
    content: "\f00c";
    width: 35px;
    height: 35px;
    display: block;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    line-height: 34px;
    text-align: center;
    color: #97db35;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
}
.row.browseContRow .card.tableCard .tab-content {
    padding: 0;
}
table.dataTable tr td a.remove,
table.dataTable tr td a.edit,
table.dataTable tr td a.messageView {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 5px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background-color: #ed395463;
    color: #ed3954;
}
table.dataTable tr td a.edit,
table.dataTable tr td a.messageView {
    background-color: #3866d563;
    color: #3866d5;
}
table.dataTable tr td a.remove:hover {
    background-color: #ed3954;
    color: #ffffff;
}
table.dataTable tr td a.edit:hover,
table.dataTable tr td a.messageView:hover {
    background-color: #3866d5;
    color: #ffffff;
}
.row.browseContRow .card.tableCard ul.tabBtnWrapper li a {
    border-radius: 30px;
    min-width: 100px;
}
.row.browseContRow .card.tableCard .capsolehead {
    margin: -6px -6px 0;
    background-color: #8f44ad;
    border-radius: 8px 8px 0 0 !important;
    text-align: center;
    color: #fff;
}
.row.browseContRow .card.tableCard form {
    padding: 0;
}
.row.browseContRow .card.tableCard .card-body {
    padding: 15px;
}
.row.browseContRow .card.tableCard ul.tabBtnWrapper {
    text-align: right;
    display: block;
}
.row.browseContRow .card.tableCard ul.tabBtnWrapper li {
    display: inline-block;
}
.label-success {
    background-color: #97db35;
}
.row.browseContRow .card.tableCard .postingTime .capsolehead,
.row.browseContRow .card.tableCard .email .capsolehead {
    background-color: #97db352b;
    color: #434343;
    /*text-align: left;*/
    padding: 15px 20px;
    border: 1px solid #97db35;
    border-radius: 8px !important;
}
.row.browseContRow .card.tableCard .postingTime .capsolehead h5,
.row.browseContRow .card.tableCard .email .capsolehead h5 {
    font-size: 20px;
    font-weight: 600;
}
.row.browseContRow .card.tableCard .widthCon, 
.row.browseContRow .card.tableCard .widthCon {
    width: 50%;
    margin: auto;
    text-align: center;
}
.row.browseContRow .card.tableCard .postingTime .form-group,
.row.browseContRow .card.tableCard .email .form-group {
    background-color: #97db35;
    border-radius: 40px;
    padding: 5px;
    margin: 0 0 10px;
}
.row.browseContRow .card.tableCard .postingTime .form-group .input-group-text {
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 40px;
    border: 0;
    padding: 0;
    display: block;
    line-height: 40px;
    background-color: #fff;
    color: #97db35;
}
.row.browseContRow .card.tableCard .tab-content .postingTime .form-group input, 
.row.browseContRow .card.tableCard .tab-content .email .form-group input {
    border-radius: 0 40px 40px 0;
    border: 0;
    background-color: transparent;
    color: #ffff;
    height: 40px;
}
.row.browseContRow .card.tableCard .email .form-group input::placeholder {
    color: #ffff;
}
.row.browseContRow .card.tableCard .tab-content .postingTime .form-group .dtpicker-content input {
    background: #edf9dd;
    border-radius: 0;
    color: #202020;
}
.dtpicker-content .dtpicker-buttonCont .dtpicker-button {
    background-color: #97db35;
    color: #ffffff;
    border-radius: 25px;
}
.dtpicker-content .dtpicker-buttonCont .dtpicker-button:hover {
    color: #ffffff;
}

.row.boxesRow {
    margin: 20px 0 0;
}
div.boxesRow .singleBox {
    padding: 25px 0 10px 0;
    border-radius: 3px;
    box-shadow: 10px 10px 10px 0 #00000014;
    background-size: 100% 100%;
    margin: 0 0 30px;
}
div.boxesRow .singleBox.blu {
    background-image: url('../img/box1.png');
}
div.boxesRow .singleBox.grn {
    background-image: url('../img/box2.png');
}
div.boxesRow .singleBox.prpl {
    background-image: url('../img/box3.png');
}
div.boxesRow .singleBox.orng {
    background-image: url('../img/box4.png');
}
div.boxesRow .singleBox.skyGrn {
    background-image: url('../img/box5.png');
}
div.boxesRow .singleBox.red {
    background-image: url('../img/box6.png');
}
div.boxesRow .singleBox .media {
    /* margin: 0 25px 25px; */
    padding: 40px 25px 50px;
}
div.boxesRow .singleBox .media-head {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 35px;
    margin: 0 25px 0 0 !important;
}
.singleBox.blu .media-head {
    background-color: #424cd0;
    box-shadow: 0 0 0 8px #424cd01a;
}
.singleBox.grn .media-head {
    background-color: #97db35;
    box-shadow: 0 0 0 8px #97db351a;
}
.singleBox.prpl .media-head {
    background-color: #8e44ad;
    box-shadow: 0 0 0 8px #8e44ad1a;
}
.singleBox.orng .media-head {
    background-color: #f39c12;
    box-shadow: 0 0 0 8px #f39c121a;
}
.singleBox.skyGrn .media-head {
    background-color: #1abc9c;
    box-shadow: 0 0 0 8px #1abc9c1a;
}
.singleBox.red .media-head {
    background-color: #eb5463;
    box-shadow: 0 0 0 8px #eb54631a;
}
div.boxesRow .singleBox .media-body h5, div.boxesRow .singleBox .media-body h5 > a {
    font-size: 30px;
    font-weight: 400;
    color: #434343;
    margin: 0;
    text-decoration: none;
}
div.boxesRow .singleBox .media-body p {
    font-size: 13px;
    color: #76757b;
    height: 20px;
}
div.boxesRow .singleBox .bottomMedia {
    border-top: 1px solid #d2ddec;
    padding: 15px 20px 5px;
}
div.boxesRow .singleBox .bottomMedia p {
    margin: 0;
    font-size: 13px;
    color: #76757b;
    position: relative;
}
div.boxesRow .singleBox .bottomMedia p a {
    font-size: 16px;
    padding: 1px 8px;
    color: #fff;
    display: inline-block;
    float: right;
    position: absolute;
    top: -3px;
    border-radius: 40px;
    right: 0;
}
.singleBox.blu .bottomMedia p a {
    background-color: #424cd0;
    box-shadow: 0 0 0 6px #424cd01a;
}
.singleBox.grn .bottomMedia p a {
    background-color: #97db35;
    box-shadow: 0 0 0 6px #97db351a;
}
.singleBox.prpl .bottomMedia p a {
    background-color: #8e44ad;
    box-shadow: 0 0 0 6px #8e44ad1a;
}
.singleBox.orng .bottomMedia p a {
    background-color: #f39c12;
    box-shadow: 0 0 0 6px #f39c121a;
}
.singleBox.skyGrn .bottomMedia p a {
    background-color: #1abc9c;
    box-shadow: 0 0 0 6px #1abc9c1a;
}
.singleBox.red .bottomMedia p a {
    background-color: #eb5463;
    box-shadow: 0 0 0 6px #eb54631a;
}

.row.boxesRow.ordersPage .singleBox .media {
    padding: 10px 25px 30px;
}
div.boxesRow.ordersPage .singleBox .media-body h5, 
div.boxesRow.ordersPage .singleBox .media-body h5 > a {
    font-size: 16px;
    font-weight: 600;
    margin: 26px 0 0 !important;
}
div.boxesRow.ordersPage .singleBox .media-body h5 > a {
    margin: 0 !important;
}
div.pageInfo p {
    margin: 9px 0 0;
    font-size: 12px;
    text-align: right;
    color: #76757b;
}

.row.browseContRow .card.tableCard form .row {
    margin: 0;
}
.row.browseContRow .card.tableCard .tab-content label,
.row.browseContRow .card.tableCard .setPackageForm label {
    font-size: 14px;
    margin: 0 0 5px;
    color: #76757b;
    display: block;
}
.row.browseContRow .card.tableCard .tab-content input.form-control, 
.row.browseContRow .card.tableCard .tab-content select.form-control,
.row.browseContRow .card.tableCard .tab-content textarea,
.row.browseContRow .card.tableCard .setPackageForm  input.form-control,
.row.browseContRow .card.tableCard .setPackageForm  select.form-control {
    border-radius: 4px !important;
    border: 1px solid #d2d2d2;
    padding: 6px 10px;
    font-size: 12px;
    height: 50px;
    box-shadow: none !important;
    background-color: #fff;
}
.row.browseContRow .card.tableCard .tab-content input.form-control[readonly] {
    background: #ededed;
}
.row.browseContRow .card.tableCard .tab-content select.form-control,
.row.browseContRow .card.tableCard .setPackageForm  select.form-control {
    /*background-image: url('../img/dropArrow.png');*/
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%20000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 8px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    /*background-position: 96% center;*/
    /*background-repeat: no-repeat;*/
    padding: 6px 30px 6px 10px;
}
.row.browseContRow .card.tableCard .tab-content textarea {
    height: auto;
}
.row.browseContRow .card.tableCard .tab-content .ratioDiv {
    padding: 13px 0;
}
.row.browseContRow .card.tableCard .tab-content .ratioDiv label {
    display: inline-block;
    margin: 0;
    color: #495057;
}
.row.browseContRow .card.tableCard .tab-content input[value="Female"] {
    margin-left: 30px;
}
.row.browseContRow .card.tableCard button.align-left,
.row.browseContRow .card.tableCard a.align-left {
    border-radius: 30px;
    min-width: 170px;
    border: 0;
    margin: 10px 0 20px 15px;
    background-color: #97db35;
    padding: 10px 50px;
    font-size: 14px;
}
table.dataTable.deviceTable td, 
table.dataTable.deviceTable th,
table.dataTable.influInfoTable td, 
table.dataTable.influInfoTable th {
    text-align: left !important;
}

.row.browseContRow .card.tableCard a.wdhCont {
    max-width: 210px;
    box-shadow: none !important;
}
form.setPackageForm .field_wrapper .row-box > a, 
form.setPackageForm  .remove_button {
    width: 8%;
    height: 50px;
    line-height: 50px;
    background-color: #d2d2d2;
    font-size: 36px;
    border-radius: 4px;
    text-decoration: none;
}

.row.browseContRow table.table.dataTable.no-border tr td {
    border: 0;
}
.row.browseContRow table.dataTable tr td a.addFavorite {
    font-size: 20px;
    color: #97db35;
}
.capsolehead.bgGrn {
    background-color: #97db35 !important;
}

table.dataTable td.text-left {
    text-align: left !important;
}

.profile-slider-bar .related-slider .slick-list {
    padding: 0 0 20px;
}
.profile-slider-bar .related-slider .slick-list .slick-slide {
    padding: 5px;
}
.profile-slider-bar .related-slider .singleSlide {
    border-radius: 5px;
    padding: 38px 20px 30px;
    background-image: url('../img/box2.png');
    background-size: 100% 100%;
    box-shadow: 0 10px 15px 0 #00000014;
    position: relative;
    overflow: hidden;
}
.profile-slider-bar .related-slider .singleSlide .imgCont {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 35px;
    background-color: #97db35;
    box-shadow: 0 0 0 8px #97db351a;
    overflow: hidden;
}
.profile-slider-bar .related-slider .singleSlide h5 {
    font-size: 16px;
    font-weight: 700;
    color: #434343;
    margin-left: 6px;
}
.profile-slider-bar .related-slider .singleSlide p.mb-4 {
    font-size: 12px;
    color: #9f9ea2;
}
.profile-slider-bar .related-slider .singleSlide p.mb-4 img {
    display: inline-block;
    position: relative;
    top: 2px;
}
.profile-slider-bar .related-slider .singleSlide p.mb-0 {
    font-size: 16px;
    font-weight: 600;
    color: #97db35;
}
.profile-slider-bar .related-slider .singleSlide p.mb-0 span {
    font-size: 12px;
    color: #9f9ea2;
}
.profile-slider-bar .related-slider .singleSlide .select {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #97db350f;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #ffffff;
    text-align: right;
    transition: 0.3s all;
    opacity: 0;
}
.profile-slider-bar .related-slider .singleSlide .select i {
    margin: 10px 15px 0;
    color: #97db35;
}
.profile-slider-bar .related-slider .singleSlide.selected .select {
    opacity: 1;
}
.profile-slider-bar .related-slider .slick-arrow::before {
    color: #000;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
}
.bootstrap-datetimepicker-widget .picker-switch td span.fa-clock-o {
    font-family: "Font Awesome 5 Free";
}
.bootstrap-datetimepicker-widget .picker-switch td span.fa-clock-o::before {
    content: "\f017" !important;
}

.addScroll {
    margin-right: -5px;
    padding-right: 15px !important;
}
.heigntCont {
    max-height: 188px;
    min-height: 188px;
    overflow: auto;
}
.nicescroll-rails {
    background-color: #97db35;
}
.nicescroll-cursors {
  	border: none !important;
  	background-color: #434343 !important;
  	border-radius: 0 !important;
}
.card.browseOuterCard {
    padding: 15px 15px 0;
    box-shadow: none;
}

.errClass {
    font-size: 10px;
    color: red;
    text-align: right;
    display: block;
    position: relative;
    top: -10px;
    right: 10px;
}


div.mainMsgCont .col-md-7 {
    padding-right: 0;
}
div.mainMsgCont a.backMessage {
    position: absolute;
    top: -73px;
    border-radius: 30px;
    min-width: 100px;
    background: #97db35;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    padding: .375rem .75rem;
    right: 15px;
}
div.mainMsgCont .colCards {
    background-color: #ffffff;
    border: 1px solid #97db35;
    border-radius: 4px 4px 0 0;
}
.init-message {
    margin: 10px 10px;
    border-radius: 10px;
    background-color: #eaf8d7;
    padding: 20px;
    color: #434343;
}
.init-message .iconCircle {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    background-color: #f39c12;
    color: #fff;
    border-radius: 80px;
    box-shadow: 0 0 0 7px #f39c122b;
}
.init-message h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
div.mainMsgCont .colCards .row.regardsRow {
    margin: 0;
    border-bottom: 1px solid #d2ddec;
    padding: 0 0 10px;
}
div.mainMsgCont .colCards .row.regardsRow p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #434343;
    text-align: right;
}
div.mainMsgCont .colCards .row.regardsRow img.teamLogo {
    max-width: 140px;
}
.client-chat-wrap,
.admin-chat-wrap {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 10px;
}
.admin-chat-wrap {
    text-align: right;
}
.chat-wrap .message {
    padding: 10px 20px;
    background-color: #97db35;
    max-width: 70%;
    border: 0;
    display: inline-block;
}
.chat-wrap .message p {
    width: 100%;
    color: #fff;
    margin-bottom: 0;
}
.admin-chat-wrap .message {
    background-color: #364dc5;
    border-radius: 6px 6px 0 6px;
    border: 0;
}
.admin-chat-wrap .message p {
    text-align: left;
    word-wrap: break-word;
}
.client-chat-wrap .message {
    border-radius: 6px 6px 6px 0;
}
.client-chat-wrap p.date-time, .admin-chat-wrap p.date-time {
    font-size: 10px;
    margin: 5px 0 0;
    color: #b4b4b4;
}
.msg-type-sec {
    position: relative;
    min-height: 100px;
}
.msg-type textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 0px;
    padding: 10px 80px 10px 10px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #434343;
    resize: none;
}
.msg-type p {
    margin: 0;
    padding: 29px 15px;
    font-size: 14px;
}

.file-btn-circle {
    color: #fff !important;
    background-color: #97db35;
    display: block;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 65px;
    top: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
}

.msg-type > textarea {
    height: 100px !important;
}

.btn-msg {
    color: #fff !important;
    background-color: #97db35;
    display: block;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    border: none;
}

div.mainMsgCont .col-md-5 .colCards {
    padding: 10px;
}
.pst-wrap > h3 {
    background-color: #97db35;
    padding: 10px 10px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    line-height: 30px;
}
.pst-wrap > h3 span {
    width: 30px;
    display: inline-block;
    height: 30px;
    font-size: 18px;
    text-align: center;
    color: #97db35;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    top: -1px;
}
.pst-img {
    text-align: center;
    max-height: 220px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 220px;
}
.pst-img img {
    width: 100%;
    transition: 1s;
    height: 100%;
    position: absolute;
    left: 0;
}
.pst-img img:hover {
 transform:scale(1.01);
}
.pst-txt {
    padding: 15px 0;
}
.pst-txt p {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #434343;
}
.pst-date,
.pst-email,
.pst-by {
    text-align: left;
}
.pst-date, 
.pst-email {
    margin: 0 0 10px;
}
.pst-date i,
.pst-email i,
.pst-by i {
    color: #97db35;
}
.pst-date p,
.pst-email p,
.pst-by p {
    margin: 0;
    color: #434343;
    font-size: 14px;
}
.pst-by p {
    text-transform: capitalize;
}
.pst-date p span, 
.pst-email p span, 
.pst-by p span {
    width: 40px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #97db35;
    border-radius: 30px;
    margin: 0 10px 0 0;
}

.bio_link {
    display: inline-block;
    margin-left: 5px;
    font-size: 11px;
    padding: 0px 5px;
    background-color: #2a8ede;
    color: #fff;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 1px 5px;
}
.btn-sm-table {
    font-size: 12px;
    background-color: #0ee3fa;
    border-radius: 50px;
    color: #fff;
}

.btn-sm-table:hover {
    background-color: #97db35;
}

.messageBox {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
}

.message-wrapper {
    width: 80%;
    float: right;
    background-color: #f6f6f6;
    height: 100%;
    padding: 40px;
}

.activeMessage {
    right : 0;
}

.messagesArea{
    padding-left: 0px;
    margin: 0;
}

.message-body .col-md-7 {
    padding: 15px;
    background-color: #fff;
}

.messagesArea li{
    list-style: none;
    height: 400px;
    overflow: auto;
}

.msg-type textarea:focus {
    outline: none;
}

.btn-msg:hover {
    color: #333;
    text-decoration: none;
}

.dp img{
    transform: translateY(45%);
    padding-right: 15px;
}
.admin-chat-wrap .dp img{
    padding-right: 0px; 
    padding-left: 15px;
}

.message-body > .col-md-7 {
    background-color: #fff;
    padding: 20px;
}
.messageHeader > h3 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.messageHeader > h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #97db35;
    width: 60px;
    height: 2px;
}
#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
#style-6::-webkit-scrollbar-thumb {
    background-color: #97db35;  
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%,transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,transparent 75%,transparent)
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.closeMessage {
    width: 50px;
    height: 50px;
    margin: 40px;
    display: inline-block;
    opacity: 0.5;
}

.closeMessage:hover {
    opacity: 1;
}

.pst-wrap > h3 {
    background-color: #97db35;
    padding: 5px 15px;
    font-size: 20px;
}
.pst-img{
    text-align: center;
}

.pst-img img:hover {
 transform:scale(1.01);
}
.pst-txt {
    padding: 10px 15px;
}

.pst-date,
.pst-email,
.pst-by {
    text-align: left;
}
.pst-date i,
.pst-email i,
.pst-by i {
    color: #97db35;
}
.pst-date p,
.pst-email p,
.pst-by p {
    margin-bottom: 5px;
    color: #212529;
}

.init-message {
    padding: 15px;
    background-color: #f5ffe7;
    border-radius: 20px;
    font-size: 14px;
    color: #294601;
}

.init-message > i {
    display: inline-block;
    width: 40px;
    height: 100%;
    font-size: 24px;
    vertical-align: top;
}

.init-message > p {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.invoice-bar > h5 
 >ul {
    float: right;
    padding: 0;
    list-style-type: none;
}

ul.menu-bar {
    text-align: right;
    padding: 10px;
}

.menu-bar > li {
    display: inline;
}

.menu-bar > li > a {
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-radius: 50px;
    background-color: #ccc;
    color: #333;
    padding: 0 !important;
    min-width: auto !important;
    text-decoration: none;
}

.menu-bar > li > a:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.menu-bar > li > .badge {
    font-size: 12px;
    padding: 5px 20px;
}

.btn-yellow {
    background-color: #ffd400 !important;
    color: #333 !important;
}

.btn-red {
    background-color: #e00 !important;
    color: #fff !important;
}

.sm-img {
    float: left;
    margin-right: 10px;
}

.notifyBoxWrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.frm_payment_method {
    padding: 0;
}

.sidebar-user-det .avatar {
    width: 100%;
    height: 84px;
    line-height: 84px;
}

.sidebar-user-det .avatar > .avtBox {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-green {
    background: #97db35 !important;
    border: none;
}

.list-item > .row > div:last-child {
    text-align: right;
    line-height: 72px;
}

.list-results {
    padding: 0 15px;
}

.total-sub {
    padding: 15px;
}

.total-sub > b {
    display: inline-block;
    vertical-align: middle;
    color: #97db35;
    font-weight: 500;
}

.total-sub > ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.total-sub > ul > li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.total-sub > ul > li:after {
    content: "+";
    position: absolute;
    right: 5px;
}

.total-sub > ul > li:last-child::after {
    display: none;
}

.total-sub > ul > li:last-child {
    padding-right: 5px;
}

.totalSum {
    display: inline-block;
    font-weight: bold;
}

.good-bye {
    text-align: center;
    padding: 60px;
}

.good-bye > i {
    font-size: 186px;
    color: #ccc;
    margin-bottom: 25px;
}

span.cat-mt {
    font-size: 12px;
    margin-left: 6px;
    color: #ccc;
}

.withIcon > .setVisible {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: #ccc;
}

.setVisible.set_active {
    color: #96db33;
}

.valid {
    border-color: #7dcc00 !important;
}

.error {
    border-color: #ff0000 !important;
}

.g-recaptcha {
    margin-bottom: 10px;
}

.g-recaptcha > div {
    margin: auto;
}

.image-preview {
    width: 150px;
    float: right;
    margin-right: -15px;
    border: 1px solid #ccc;
    padding: 5px;
}

.nav-link > span {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #97db35;
}

.nav-link.active > span {
    color: #000;
}

.pull-right {
    float: right;
}

.tooltip-wrap {
    position: relative;
}
.tooltip-wrap__text {
    position: absolute;
    padding: 0;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 14px;
    display: none;
    color: #757575;
}
.tooltip-wrap:hover .tooltip-wrap__text {
    padding: 10px;
    width: 210px;
    left: calc(50% - 75px);
    bottom: calc(100% + 15px);
    height: auto;
    display: block;
}
table.dataTable td:last-child .tooltip-wrap__text {
    text-align: left;
    left: auto;
    right: -34px;
}
.row.browseContRow .card.tableCard .setPackageForm .input-group input.form-control,
.row.browseContRow .card.tableCard .setPackageForm .input-group select.form-control,
.row.browseContRow .card.tableCard .tab-content .input-group select.form-control{
    border-left: none;
    border-radius: 0 4px 4px 0 !important;
}
.row.browseContRow .card.tableCard .setPackageForm .input-group .input-group-text,
.row.browseContRow .card.tableCard .tab-content .input-group .input-group-text{
    background: #97db35;
    border-color: #97db35;
    color: #ffffff;
    width: 45px;
    display: flex;
    justify-content: center;
}

.flatpickr > .input-button {
    float: left;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    position: absolute;
    left: 0;
}

.flatpickr > .input-button > i {
    color: #97db35;
}
.flatpickr-input {
    font-size: 14px;
}

.flatpickr-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.flatpickr-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.flatpickr-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.flatpickr-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.flatpickr {
    text-align: center;
    position: relative;
}

.flatpickr-day.selected {
    background: #97db35 !important;
    border-color: #97db35 !important;
}

.message-box-date > p {
    border: 1px solid #c70000;
    background-color: #ffadad;
    color: #c70000;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
}

.calendar-days ul {
     list-style: none;
     text-align: center;
     padding: 0;
     background-color: #97db35;
     color: #fff;
     overflow: hidden;
     margin: 0;
}

.calendar-days li {
      display: block;
      width: 14.28%;
      border-right: 1px solid #fff;
      float: left;
      padding: 5px;
}

.calendar-dates ul {
    text-align: center;
    width: 100% !important;
    padding: 0;
    margin: 0;
    clear: both;
    border-left: 1px solid #ccc;
}

.calendar-dates li{
    display: inline-block;
    width: 14.28%;
    text-align: right;
    height: 125.83px;
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    float: left;
}

.none {
    display : none;
}

.date_popup_wrap {
    position: absolute;
    top: -60px;
    width: 125px;
    height: 125px;
    background-color: #f7f7f7;
    text-align: center;
    padding: 40px 15px;
    box-shadow: 3px 3px 9px 1px #e8e8e8;
}

.date_popup_wrap:before {
   font-family: "Font Awesome 5 Free";
   content: "\f0dd";
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
   position: absolute;
   bottom: -6px;
   font-size: 26px;
   color: #f7f7f7;
   box-shadow: 0 8px 6px 0px #e8e8e8;
   width: 15px;
   height: 15px;
   line-height: 15px;
   z-index: 1;
   left: 54px;
}

.date_window > a {
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #97db35;
    color: #fff;
    border-radius: 20px;
    margin-top: 5px;
}

.date_window > a:hover {
    background-color: #333;
    text-decoration: none;
}

.popup_event {
    font-size: 12px;
    font-weight: bold;
}

.msgsalert {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 999;
}

.msgsalert > p {
    margin: 0;
    font-size: 12px;
    padding: 0 40px;
}

.cal-nav > a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #97db35;
    color: #fff;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    margin: 5px 0;
    text-decoration: none;
}

.cal-nav > a:hover {
    background-color: #333;
}

.cal-nav {
    padding: 15px;
    text-align: center;
    overflow: hidden;
}

.cal-nav > a:first-child {
    float: left;
}

.cal-nav > a:last-child {
    float: right;
}

.calendar-wrap {
    border: 1px solid #97db35;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.0784313725490196);
}

.input-group .input-group-text {
    background: #97db35;
    border-color: #97db35;
    color: #ffffff;
    width: 45px;
    display: flex;
    justify-content: center;
}

.cal-nav select {
    padding: 0 45px 4px 15px !important;
    border-left: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%20000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 8px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    height: 50px;
    box-shadow: none !important;
}

.cal-nav > .input-group {
    display: inline-block;
}

.cal-nav > .form-group {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.grey {
    background-color: #efefef;
}

.event-notify {
    padding: 5px 0;
    text-align: center;
    margin: 10px auto;
}

.event-notify > h5 {
    margin: 0;
    font-size: 14px;
}

.event-notify > a {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 100%;
    background-color: #333;
    border-radius: 20px;
    color: #fff;
    margin: 5px 0;
    text-decoration: none;
}

#event_list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 10px;
}

#event_list ul > li {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#event_list ul > li > .post-img {
    width: 120px;
    height: 150px;
    position: relative;
}

#event_list ul > li > .post-img img {
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 100%;
}

#event_list ul > li > .post-data {
    display: inline-block;
    width: 61%;
    max-height: 150px;
    min-height: 150px;
    padding: 15px;
    border: 1px solid #97db35;
    border-radius: 5px;
    overflow-y: auto;
}

#event_list ul > li > .post-data p {
    margin: 0;
    font-size: 14px;
}

#event_list .viewCampaignDetails {
    display: inline-block;
    margin: 35px 17px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    padding: 10px 20px;
    background-color: #97db35;
    color: #333;
    font-weight: bold;
    border-radius: 43px;
    text-decoration: none;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
    -ms-transition: ease-in-out all .5s;
}

#event_list .viewCampaignDetails:hover {
    background-color: #333;
    color: #fff;
}

.showCmapigns {
    position: relative;
}

.showCampaigns {
    position: relative;
    padding: 5px;
    border: 1px solid #97db35;
}

.showCampaigns > .closeView {
    position: absolute;
    top: -15px;
    right: -10px;
    color: #97db35;
    font-size: 26px;
}

#rejectionModal .modal-content,
#orderActionModal .modal-content {
    border: 0;
}
#rejectionModal .modal-title,
#orderActionModal .modal-title {
    font-size: 16px;
    text-transform: uppercase;
}
#rejectionModal form,
#orderActionModal form{
    padding: 0;
}
#rejectionModal textarea,
#orderActionModal textarea {
    font-size: 14px;
    height: 200px;
    resize: none;
}
#rejectionModal button.btn,
#orderActionModal button.btn {
    font-size: 14px;
    padding: 8px 20px;
    background-color: #97db35;
    border: 0;
    border-radius: 40px;
    min-width: 200px;
}
#orderActionModal form .block-choose-file {
    border: 1px solid #ced4da;
    width: 100%;
}
#orderActionModal form .block-choose-file #file {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}
#orderActionModal form .block-choose-file span.selectFile {
    left: 145px;
    top: 5px;
    width: 67%;
    display: block;
    overflow: hidden;
}
#orderActionModal form .block-choose-file .block-button button {
    min-width: 140px;
    border-radius: 40px;
    border: 0;
    padding: 5px;
    font-size: 14px;
}
.notAuth form.newsletterSubscribe {
    display:none;
}
.mapouter,
.gmap_canvas,
#gmap_canvas{
    width: 100% !important;
}

.noResults {
    text-align: center;
}

.noResults > h2 {
    margin: 20px auto;
    color: #ccc;
}

.sidebar-user-det .user-pic a:last-child {
    position: absolute;
    width: 84px;
    display: block;
    border-radius: 0 !important;
    color: #dcdcdc;
    text-align: center;
    bottom: 0px;
    background-color: rgba(51, 51, 51, 0.72);
}

.description {
    margin: 15px;
    width: 100%;
    display: block;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
}

.cartSteps > .tab-pane > p {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #909090;
}

.cartSteps > .tab-pane > p > a {
    color: #97db35;
    font-weight: 700;
}

/* Bypass by sven - video css */
#myVideo {

    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.video_content {

    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #3ab8e9;
    color: #fff;
    cursor: pointer;
}
#myBtn:hover {
    background: #007bff;
    color: #ffffff;
}






/* RESPONSIVE CSS (!!!__DON'T PUT YOUR CODE AFTER MEDIA QUERIES END__!!!)*/
@media (max-width: 1199px) {
    nav.navbar .navbar-brand {
        margin-right: 3rem;
    }
    nav.navbar ul li a {
        padding: 8px 14px !important;
        min-width: 80px;
    }
    section.ourValues .singleValue p {
        min-height: 100px;
    }
    .row.secTitleRow h2 {
        font-size: 50px;
    }
    section.whyChooseUs ul li span.text {
        width: 40%;
    }
    section.whyChooseUs ul li span.boder::after {
        width: 70px;
    }
    section.whyChooseUs ul li span.image img {
        max-width: 70px;
    }
    section.whyChooseUs div.card h3 {
        font-size: 20px;
    }
    section.featuedInf ul li h4 {
        font-size: 20px;
    }
    footer .col-md-3.blogCol {
        padding-left: 15px;
    }
    footer img.hpyGirl {
        width: 260px;
    }
    
    section.bnrSec.brndpage h1 {
        font-size: 45px;
        line-height: 45px;
    }
    section.bnrSec.brndpage img.bnr {
        margin: 90px 0 0 20px;
    }
    section.mobileSec img.mob {
        top: -20px;
    }
    
    section.howItWorks ul {
        padding: 0;
        margin: 0;
        /* display: flex; */
        /* flex-wrap: wrap; */
        list-style: none;
        justify-content: center;
        background-image: url('/assets/img/wave.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 115% auto;
        width: 95%;
        margin: auto;
    }
    section.howItWorks ul li img {
        width: 50px;
        left: -60px;
    }
    section.howItWorks .singleWork .title {
        font-size: 18px;
    }
    section.howItWorks .singleWork .content {
        min-height: 360px;
    }
    section.howItWorks ul li {
        height: 1050px;
    }
    section.howItWorks .singleWork .content p {
        font-size: 14px
    }
    section.trackingSec .row.threeColRow h3 {
        font-size: 22px;
    }
    
    .list-results .list-item .data-content h5 {
        width: 140px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .list-item > .row > .d-flex > a.tableBtn {
        padding: 0 5px;
    }

    section.signupSection .col-sm-9 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    section.signupSection .col-sm-3 {
        flex: 0 0 35%;
        max-width: 35%;
    }


    .notAuth #filters-topbar-wrapper .card {
        width: 24.54%;
    }

    /* dashboard */
    .dashboard #filters-topbar-wrapper .card {
        width: 24.54%;
    }
    .recent-media > ul > li {
        max-width: 21.25%;
        min-width: 21.25%;
    }
    
    /* sidebar */
    #wrapper.toggled #sidebar-wrapper {
        background-color: #11d9f7eb;
    }
    #wrapper #sidebar-wrapper {
        top: 76px;
    }
    #wrapper.toggled #page-wrapper {
        padding: 95px 15px 45px 60px;
    }
    .sidebar {
        padding: 25px 0 0;
    }
    /* sidebar */

    div.boxesRow .singleBox .bottomMedia p {
        font-size: 12px;
    }




}
@media (max-width: 991px) {
    nav.navbar .navbar-brand {
        margin-right: 2rem;
    }
    nav.navbar ul li {
        margin: 0 5px;
    }
    nav.navbar ul li a {
        padding: 8px 5px !important;
        font-size: 14px;
        min-width: 70px;
    }
    section.bnrSec {
        padding: 50px 0 100px;
    }
    section.bnrSec h1 {
        font-size: 65px;
        line-height: 60px;
    }
    section.bnrSec p {
        width: 100%;
    }
    section.bnrSec .col-md-6:first-child {
        flex: 0 0 70%;
        max-width: 70%;
    }
    section.bnrSec .col-md-6:last-child {
        display: none;
    }
    section.whyChooseUs ul li span {
        width: 50% !important;
    }
    section.whyChooseUs ul li span.text p {
        font-size: 16px;
    }
    section.whyChooseUs ul li span.boder {
        display: none;
    }
    section.whyChooseUs div.card p {
        line-height: 18px;
    }
    .row.secTitleRow h2 {
        font-size: 40px;
    }
    section.ourValues .singleValue img {
        width: 70px;
    }
    section.ourValues .singleValue h3 {
        font-size: 20px;
    }
    section.ourValues .singleValue p {
        min-height: 170px;
    }
    section.featuedInf .row.secTitleRow a {
        display: none;
    }
    section.featuedInf .col-md-3 {
        display: none;
    }
    section.featuedInf .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .col-md-3 {
        padding-left: 20px;
    }
    footer h3 {
        font-size: 20px;
    }
    footer .recent-posts img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    footer img.hpyGirl {
        width: 240px;
    }

    section.bnrSec.brndpage h1 {
        font-size: 35px;
        line-height: 35px;
    }
    section.mobileSec h2 {
        font-size: 40px;
    }
    section.mobileSec h2 ~ p {
        font-size: 18px;
        margin: 0 0 30px;
    }
    section.mobileSec img.mob {
        top: 53%;
        max-width: 320px;
        transform: translateY(-50%) rotate(-9deg);
    }

    section.howItWorks ul {
        background-size: 100% auto;
    }
    section.howItWorks ul li {
        height: 540px;
        margin: 0 10px;
        width: 30%;
    }
    section.howItWorks ul li img {
        width: 40px;
        left: 20px;
        top: auto;
        bottom: 70px;
    }
    section.howItWorks ul li:nth-child(4) img,
    section.howItWorks ul li:last-child img {
        top: 70px;
        bottom: auto;
    }
    section.howItWorks ul li:nth-child(2) img {
        top: auto;
        bottom: 70px;
    }
    section.howItWorks ul li:nth-child(4) .singleWork,
    section.howItWorks ul li:last-child .singleWork {
        flex-direction: column-reverse;
    }
    section.howItWorks ul li:nth-child(2) .singleWork {
        display: flex;
        flex-direction: column;
    }
    section.howItWorks ul li:nth-child(4) .title,
    section.howItWorks ul li:last-child .title {
        border-radius: 0 0 30px 30px;
    }
    section.howItWorks ul li:nth-child(2) .title {
        border-radius: 30px 30px 0 0;
    }
    section.howItWorks ul li:nth-child(4) .content,
    section.howItWorks ul li:last-child .content {
        border-radius: 30px 30px 0 0;
    }
    section.howItWorks ul li:nth-child(2) .content {
        border-radius: 0 0 30px 30px;
    }
    section.howItWorks ul li:nth-child(4) .content::before,
    section.howItWorks ul li:last-child .content::before {
        top: -50px;
        bottom: auto;
        border-bottom: 50px solid #5025c6;
        border-top: 0;
    }
    section.howItWorks ul li:nth-child(2) .content::before {
        top: auto;
        bottom: -50px;
        border-top: 50px solid #5025c6;
        border-bottom: 0;
    }
    section.howItWorks ul li:nth-child(4) .singleWork span.numDot,
    section.howItWorks ul li:last-child .singleWork span.numDot {
        margin: 0 auto 120px;
    }
    section.howItWorks ul li:nth-child(2) .singleWork span.numDot {
        margin: 120px auto 0;
    }
    section.howItWorks ul li:nth-child(4) span.numDot::before,
    section.howItWorks ul li:last-child span.numDot::before {
        top: auto;
        bottom: -70px;
    }
    section.howItWorks ul li:nth-child(2) span.numDot::before {
        top: -70px;
        bottom: auto;
    }
    
    section.trackingSec .row.threeColRow h3 {
        font-size: 15px;
    }

    section.browse .row.secTitleRow h2 {
        font-size: 50px;
    }
    .browse h4 {
        font-size: 16px;
    }
    section.browse div.col-sm-3 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    section.browse div.col-sm-9 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .list-results {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .list-results .list-item {
        list-style: none;
        width: 31.7%;
        border: 1px solid #97db35 !important;
        margin: 0 5px;
    }
    .list-results .list-item .row {
        margin: 0;
        padding: 10px;
    }
    .list-results .list-item .row .col-sm-4, 
    .list-results .list-item .row .col-sm-3, 
    .list-results .list-item .row .col-sm-2, 
    .list-results .list-item .row .col-sm-1 {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
        display: block !important;
    }
    .list-results .data-content[data-head="Account"] {
        padding: 22px 0 0;
    }
    .list-results .list-item .row .col-sm-4 .media {
        display: block;
        margin: auto;
        text-align: center;
    }
    .list-results .list-item .row .col-sm-4 .profile-img-box {
        width: 50px;
        height: 50px;
        margin: 0 0 10px;
    }
    .list-results .list-item .data-content a {
        display: block;
    }
    .list-results .list-item .data-content h5 {
        /*width: 200px;*/
        width: auto;
        margin: auto;
    }
    .list-results .list-item .data-content h5 img {
        margin-left: 0;
    }
    .list-results .data-content {
        display: block;
    }
    .list-item > .row > div:last-child {
        line-height: 1;
    }
    .list-item > .row > .d-flex > a.tableBtn {
        padding: 5px 10px;
        margin: 0 !important;
        height: auto;
    }

    section.signupSection .col-sm-9 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    section.signupSection .col-sm-3 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .notAuth #filters-topbar-wrapper .card {
        width: 24.35%;
    }


    /* dashboard */
    .dashboard #filters-topbar-wrapper .card {
        width: 24.35%;
    }
    div.boxesRow .singleBox .media {
        padding: 40px 15px 50px;
    }
    div.boxesRow .singleBox .media-head {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 25px;
        margin: 0 15px 0 0 !important;
    }
    div.boxesRow .singleBox .media-body h5 {
        font-size: 30px;
    }
    div.boxesRow .singleBox .bottomMedia p {
        height: 36px;
    }
    div.boxesRow .singleBox .bottomMedia p a {
        top: 5px;
    }
    
    .infProtable td .media-body a ~ p {
        text-align: left;
    }
    .recent-media > ul > li {
        max-width: 21.55%;
        min-width: 21.55%;
        margin: 0 10px 20px;
    }
    .recent-media > ul > li .mediaInfo li {
        padding: 0 8px;
    }
    

    .row.boxesRow.ordersPage .singleBox .media {
        padding: 10px 25px 20px;
        display: block;
        text-align: center;
    }
    div.boxesRow.ordersPage .singleBox .media-head {
        margin: auto !important;
    }
    .fc-toolbar h2 {
        font-size: 16px;
    }
    .fc-prev-button, .fc-next-button {
        width: 35px;
        height: 35px;
        padding: 0;
    }

    .pst-date p span, 
    .pst-email p span, 
    .pst-by p span {
        width: 40px;
        margin: 0 5px 0 0;
    }

    .profile-slider-bar .related-slider .singleSlide .imgCont {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .profile-slider-bar .related-slider .singleSlide .select {
        font-size: 25px;
    }


}
@media (max-width: 767px) {
    nav.navbar {
        /*background: #3e59d4;*/
        /*background: -moz-linear-gradient(left, #3e59d4 0%, #2989d8 50%, #09f2fe 100%);*/
        /*background: -webkit-linear-gradient(left, #3e59d4 0%,#2989d8 50%,#09f2fe 100%);*/
        /*background: linear-gradient(to right, #3e59d4 0%,#2989d8 50%,#09f2fe 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e59d4', endColorstr='#09f2fe',GradientType=1 );*/
        background: #3e59d4;
        background: -moz-linear-gradient(left, #3e59d4a1 0%,#2989d894 50%,#09f2fec2 100%);
        background: -webkit-linear-gradient(left, #3e59d4a1 0%,#2989d894 50%,#09f2fec2 100%);
        background: linear-gradient(to right, #3e59d4a1 0%,#2989d894 50%,#09f2fec2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e59d4a1', endColorstr='#09f2fec2',GradientType=1 );
        padding: 10px 16px;
    }
    .navbar-dark .navbar-toggler {
        border-color: #fff;
    }
    section.bnrSec {
        background-size: 100% 100%;
    }
    section.bnrSec .col-md-6:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.bnrSec h1 {
        font-size: 45px;
        line-height: 40px;
    }
    section.bnrSec p {
        font-size: 18px;
        margin: 20px 0 40px;
    }
    section.bnrSec .col-md-5 img {
        /*display: none;*/
        width: 40px;
    }
    .row.secTitleRow h2 {
        font-size: 30px;
    }
    section.whyChooseUs .col-md-4:first-child, section.whyChooseUs .col-md-4:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.whyChooseUs .col-md-4:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.whyChooseUs ul {
        display: table;
        width: 100%;
    }
    section.whyChooseUs ul li {
        display: table-cell;
        width: 33%;
        padding: 0px 0 20px;
    }
    section.whyChooseUs ul li span {
        width: auto !important;
        display: block;
        text-align: center !important;
    }
    section.whyChooseUs ul li span.text h3 {
        font-size: 25px;
        margin: 0;
    }
    section.whyChooseUs ul li span.image {
        margin-top: 20px;
    }
    section.whyChooseUs ul li span.image img {
        max-width: 60px;
    }
    section.whyChooseUs .col-md-4:nth-child(2) img {
        display: none;
    }
    section.whyChooseUs div.card {
        text-align: center;
    }
    section.ourValues .singleValue {
        margin: 0 0 10px;
    }
    section.ourValues .singleValue p {
        min-height: auto;
    }
    section.featuedInf ul {
        margin: 0;
        /*display: block;*/
        /*overflow: hidden;*/
        text-align: center;
        justify-content: center;
    }
    section.featuedInf ul:last-child {
        /*display: none;*/
    }
    section.featuedInf ul li {
        /*display: inline-block;*/
        /*text-align: center;*/
        /*width: 32%;*/
        /*margin: 0 0 10px;*/
        text-align: center;
        margin: 0 0 20px;
        list-style: none;
        width: 25%;
        padding: 0 10px;
    }
    section.featuedInf ul li img {
        max-width: 60px;
        min-width: 60px;
        max-height: 60px;
        min-height: 60px;
    }
    section.featuedInf ul li h4 small {
        margin-left: 0;
        display: block;
    }
    section.featuedInf ul li h3 {
        font-size: 25px;
    }
    section.newsLetterSec div.newsLetter .btn {
        padding: 15px 30px;
        font-size: 14px;
    }
    section.newsLetterSec .animated {
        display: none;
    }
    section.newsLetterSec .questionDiv {
        padding: 0;
    }
    section.newsLetterSec .questionDiv h3 {
        margin: 10px 0 5px;
        font-size: 20px;
    }
    footer {
        padding: 30px 0 0;
    }
    footer h3 {
        margin: 20px 0 10px;
    }
    footer div.reservedStrip {
        padding: 15px 0;
    }
    footer div.reservedStrip p {
        font-size: 14px;
        display: block;
        text-align: center;
    }
    footer div.reservedStrip ul {
        margin: 10px 0 0;
        float: none;
        display: block;
        text-align: center;
    }
    footer div.reservedStrip ul li a {
        font-size: 14px;
    }
    
    section.bnrSec.brndpage {
        padding: 50px 0;
    }
    section.bnrSec.brndpage img.bnr {
        margin: 50px 0 0 0;
    }
    section.mobileSec .gradiant {
        margin: 0 15px;
    }
    section.mobileSec .col-sm-8 {
        padding: 30px 30px 0 30px;
    }
    section.mobileSec .col-sm-8 .col-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    section.mobileSec h2 {
        font-size: 30px;
    }
    section.mobileSec h2 ~ p {
        font-size: 16px;
        margin: 0 0 20px;
    }
    section.mobileSec .col-sm-8 .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    section.mobileSec img.mob {
        max-width: 320px;
        transform: translateY(0) rotate(0deg);
        display: block;
        margin: 0 auto 30px;
        position: relative;
        top: 0;
    }
    section.mobileSec .col-sm-8 ~ .col-sm-4::after{
        display: none;
    }
    section.howItWorks ul {
        width: 100%;
    }
    section.howItWorks ul li {
        height: 580px;
        width: 29%;
    }
    section.howItWorks .singleWork .content {
        min-height: 400px;
    }
    section.howItWorks .singleWork .title {
        font-size: 14px;
    }
    section.howItWorks ul li img {
        left: 10px;
        bottom: 80px;
    }
    section.howItWorks ul li:nth-child(2) img {
        bottom: 80px;
    }
    section.howItWorks ul li:nth-child(4) img, section.howItWorks ul li:last-child img {
        top: 80px;
    }
    section.howItWorks .row.secTitleRow h2 {
        font-size: 30px;
    }
    section.howItWorks .row.secTitleRow p {
        margin: 20px auto 60px;
    }
    section.trackingSec.hiw2 .row.threeColRow .col-sm-4 {
        width: 50%;
    }

    section.browse .row.secTitleRow h2 {
        font-size: 30px;
    }
    section.browse div.col-sm-3,
    section.browse div.col-sm-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .list-results .list-item {
        width: 49.1%;
        border: 1px solid #97db35 !important;
        margin: 0 2px;
    }
    .list-results .list-item .data-content h5 {
        width: auto;
        max-width: 180px;
    }

    section.signupSection .col-sm-9,
    section.signupSection .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    nav.navbar.nav-signup {
        background: none;
    }

    .notAuth #filters-topbar-wrapper .card {
        width: 49.1%;
        margin: 2px;
    }

    /* dashboard */
    .dashboard #filters-topbar-wrapper .card {
        width: 49.1%;
        margin: 2px;
    }
    #filters-topbar-wrapper ul.justify-content-center .nav-link {
        padding: 15px 70px 15px 52px;
    }
    .row.boxesRow {
        margin: 20px -15px 0;
    }
    .row.boxesRow .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    div.boxesRow .singleBox .media {
        padding: 10px 15px 40px;
    }
    div.boxesRow .singleBox .media-body p {
        font-size: 12px;
    }
    
    div.pageInfo .logged-in-search .input-group {
        margin: 10px 0 0;
    }
    
    .infProtable table tbody tr:not(:first-child) td:not(:first-child) {
        display: block !important;
        text-align: left !important;
        width: 100%;
    }
    .infProtable table.dataTable tbody tr:not(:first-child) td:not(:first-child) p {
        text-align: left;
    }
    .recent-media > ul {
        margin: 0 -25px -20px;
    }
    .recent-media > ul > li {
        max-width: 28.5%;
        min-width: 28.5%;
    }


    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1em;
        flex-wrap: wrap;
    }
    .fc-toolbar.fc-header-toolbar .fc-left, 
    .fc-toolbar.fc-header-toolbar .fc-center, 
    .fc-toolbar.fc-header-toolbar .fc-right {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
    .fc-toolbar.fc-header-toolbar .fc-center {
        order: 1;
    }
    .fc-toolbar.fc-header-toolbar .fc-right {
        order: 2;
    }
    .fc-toolbar.fc-header-toolbar .fc-left {
        order: 3;
        margin: 0 !important;
    }

    div.mainMsgCont .row {
        flex-direction: column-reverse;
    }
    div.mainMsgCont .col-md-7 {
        padding-right: 15px;
        margin: 15px 0 0;
    }

    #filters-topbar-wrapper ul.justify-content-center .nav-item {
        width: 50%;
        margin: 1px 0;
    }

    .col-sm-4.pr-0 {
        padding-right: 15px !important;
    }
    .col-sm-4.pr-0.pl-0 {
        padding: 0 15px !important;
    }
    .col-sm-4.pl-0 {
        padding-left: 15px !important;
    }

    .field_wrapper .row-box > .form-control {
        width: 29.8%;
    }
    /*sidebar*/
    #wrapper #sidebar-wrapper {
        top: 80px;
    }

}
@media(max-width:550px) {
    section.bnrSec {
        padding: 30px 0 60px;
    }
    section.bnrSec h1,
    section.bnrSec.brndpage h1 {
        font-size: 30px;
        line-height: 30px;
    }
    section.bnrSec p,
    section.bnrSec.brndpage p {
        font-size: 16px;
        margin: 10px 0 30px;
    }
    section.bnrSec a {
        padding: 12px 30px;
    }
    section.bnrSec a i {
        margin-right: 5px;
    }
    section.whyChooseUs {
        padding: 40px 0;
    }
    .row.secTitleRow h2 {
        font-size: 25px;
    }
    .row.secTitleRow p {
        margin: 10px auto 20px;
        font-size: 14px;
    }
    section.whyChooseUs ul li span.text h3 {
        font-size: 20px;
    }
    section.whyChooseUs ul li span.text p {
        font-size: 14px;
    }
    section.whyChooseUs ul li span.image img {
        max-width: 50px;
    }
    section.whyChooseUs div.card h3 {
        font-weight: 600;
        margin-bottom: 5px;
    }
    section.whyChooseUs div.card p {
        font-size: 14px;
        line-height: 1.5;
    }
    section.whyChooseUs div.card {
        margin: 10px 0 0;
    }
    section.ourValues {
        padding: 40px 0;
    }
    section.ourValues .row.secTitleRow img {
        width: 80%;
        margin: 20px 0 30px;
    }
    section.ourValues .singleValue img {
        width: 60px;
    }
    section.ourValues .singleValue h3 {
        font-weight: 600;
        margin: 15px 0 5px;
    }
    section.ourValues .singleValue p {
        font-size: 14px;
    }
    section.ourValues a {
        padding: 12px 20px;
        font-size: 14px;
        width: 220px;
        margin: 20px auto 0;
    }
    section.featuedInf {
        padding: 40px 0 20px;
    }
    section.featuedInf ul li {
        /*display: block;*/
        /*width: 100%;*/
        width: 33%;
    }
    section.featuedInf ul li img {
        /*margin-bottom: -70px;*/
        /*width: 200px;*/
        max-width: 50px;
        min-width: 50px;
        max-height: 50px;
        min-height: 50px;
    }
    section.featuedInf ul li h4 {
        font-size: 16px;
    }
    section.featuedInf ul li p {
        margin: 5px 0 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    section.featuedInf ul li h3 {
        font-size: 16px;
    }
    section.newsLetterSec {
        padding: 40px 0;
    }
    section.newsLetterSec div.newsLetter {
        padding: 10px 10px;
        box-shadow: 0 14px 14px 10px #0003;
        margin: 0 0 40px;
    }
    section.newsLetterSec div.newsLetter .input-group-append,
    section.newsLetterSec div.newsLetter .input-group-prepend {
        display: block;
        width: 100%;
    }
    section.newsLetterSec div.newsLetter .input-group-text {
        font-size: 25px;
        display: block;
    }
    section.newsLetterSec div.newsLetter input {
        border-bottom: 2px solid #000;
        height: 50px;
        text-align: center;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin: 0 0 10px;
    }
    section.newsLetterSec div.newsLetter .input-group::after {
        display: none;
    }
    section.newsLetterSec div.newsLetter .input-group-append {
        margin-left: 0;
    }
    section.newsLetterSec div.newsLetter .btn {
        padding: 12px 30px;
    }
    section.newsLetterSec .questionDiv i {
        font-size: 25px;
    }
    section.newsLetterSec .questionDiv h3 {
        margin: 5px 0 5px;
        font-size: 16px;
    }
    section.newsLetterSec .questionDiv p {
        font-size: 14px;
    }
    footer h3 {
        margin: 15px 0 5px;
        font-size: 18px;
    }
    footer p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    footer ul li {
        margin-bottom: 5px;
    }
    footer ul li a {
        font-size: 14px;
    }
    footer ul.recent-posts li a span {
        font-size: 14px;
    }
    footer div.reservedStrip {
        margin: 30px 0 0;
        padding: 15px 0;
    }
    footer div.reservedStrip p {
        display: block;
        text-align: center;
    }
    footer div.reservedStrip ul {
        margin: 5px 0 0;
    }
    footer div.reservedStrip ul li {
        margin: 0 5px 0;
    }
    footer img.hpyGirl {
        right: 0;
        top: auto;
        bottom: 65px;
        width: 200px !important;    
    }

    section.trackingSec {
        padding: 30px 0 40px;
    }
    section.trackingSec .row.threeColRow span {
        width: 70px;
        height: 70px;
        line-height: 68px;
        margin: 0 auto 10px;
        font-size: 35px;
    }
    section.trackingSec .row.threeColRow span img {
        max-width: 35px;
    }
    section.trackingSec .row.threeColRow h3 {
        font-size: 16px;
        margin: 0 0 5px;
    }
    section.trackingSec .row.threeColRow p {
        font-size: 14px;
        margin: 0 auto 30px;
        width: 95%;
    }
    a.universalBtn {
        padding: 12px 20px;
        font-size: 14px;
        width: 230px;
        margin: 20px auto 0;
    }
    section.mobileSec {
        padding: 30px 0 40px;
    }
    section.mobileSec .col-sm-8 {
        padding: 15px 30px 0 30px;
    }
    section.mobileSec h2 {
        font-size: 18px;
    }
    section.mobileSec h2 ~ p {
        font-size: 14px;
    }
    section.mobileSec .col-sm-8 .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }
    section.mobileSec h3 {
        font-size: 16px;
        margin: 0 0 3px;
    }
    section.mobileSec img.mob {
        max-width: 250px;
        margin: -20px auto 15px;
    }
    section.howItWorks.hiw {
        padding: 100px 0 20px;
    }
    section.howItWorks {
        padding: 20px 0 40px;
    }
    section.howItWorks .row.secTitleRow h2 {
        font-size: 25px;
        font-weight: 600;
    }
    section.howItWorks .row.secTitleRow p {
        margin: 10px auto 40px;
        width: 95%;
    }
    section.trackingSec.hiw2 .row.secTitleRow h2 {
        margin: 0 0 20px;
        font-weight: 600;
    }
    section.howItWorks ul {
        background-image: none;
    }
    section.howItWorks ul li {
        height: auto;
        width: 75%;
        margin: 0 0 15px auto;
    }
    section.howItWorks ul li:nth-child(2n) {
        margin: 0 auto 15px 0;
    }
    section.howItWorks ul li img,
    section.howItWorks ul li:last-child img {
        left: -40px;
        bottom: auto;
        top: 20px;
        width: 30px;
    }
    section.howItWorks ul li:nth-child(2) img,
    section.howItWorks ul li:nth-child(2n) img {
        bottom: auto;
        right: -40px;
        left: auto;
        top: 20px;
    }
    section.howItWorks .singleWork .title {
        font-size: 14px;
        padding: 12px 5px;
    }
    section.howItWorks .singleWork .content {
        min-height: 170px;
    }
    section.howItWorks .singleWork .content::before,
    section.howItWorks li:last-child .singleWork .content::before {
        bottom: auto;
        left: -50px;
        margin: auto 0;
        border-right: 50px solid #0fe0f9;
        border-left: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        top: 50px;
    }
    section.howItWorks ul li:nth-child(2) .content::before,
    section.howItWorks ul li:nth-child(2n) .content::before {
        top: 50px;
        bottom: auto;
        border-left: 50px solid #5025c6;
        border-bottom: 25px solid transparent;
        left: auto;
        right: -50px;
        border-top: 25px solid transparent;
        border-right: 0;
    }
    section.howItWorks .singleWork .content p {
        font-size: 14px;
    }
    section.howItWorks .singleWork span.numDot,
    section.howItWorks li:last-child .singleWork span.numDot {
        margin: 0;
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        position: absolute;
        left: -85px;
        top: 105px;
    }
    section.howItWorks ul li:nth-child(2) .singleWork span.numDot,
    section.howItWorks ul li:nth-child(2n) .singleWork span.numDot {
        margin: 0;
        left: auto;
        right: -85px;
    }
    section.howItWorks .singleWork span.numDot::before {
        display: none;
    }
    section.howItWorks ul li:nth-child(4) .singleWork, 
    section.howItWorks ul li:last-child .singleWork {
        flex-direction: column;
    }
    section.howItWorks ul li:nth-child(4) .title, 
    section.howItWorks ul li:last-child .title {
        border-radius: 30px 30px 0 0;
    }
    section.howItWorks ul li:nth-child(4) .content, 
    section.howItWorks ul li:last-child .content {
        border-radius: 0 0 30px 30px;    
    }

    section.trackingSec.hiw2 .row.threeColRow .col-sm-4 {
        width: 100%;
    }
    section.trackingSec.hiw2 .singleExper {
        margin: 0 0 15px;
    }

    section.mobileSec.hiw {
        padding: 30px 0 50px;
    }
    
    section.browse {
        padding: 100px 0 80px;
    }
    section.browse .row.secTitleRow h2 {
        font-size: 25px;
    }
    .browse {
        padding: 110px 0 30px;
    }
    .browse h4 {
        margin: 10px 0 20px;
        font-size: 16px;
    }
    .browse .input-group {
        width: auto;
    }
    .browse .input-group .form-control {
        height: 44px;
        font-size: 14px;
    }
    .notAuth .inner-wrapper .moveUpword {
        margin-top: -80px;
    }
    .notAuth #sidebar-wrapper .card a.btn h5 {
        font-size: 14px;
    }
    .notAuth #sidebar-wrapper .card .card-body button.updatebtn, 
    #filters-topbar-wrapper .card .card-body button.updatebtn {
        margin: 10px auto 0;
        padding: 10px 30px;
    }
    .notAuth #sidebar-wrapper .card {
        padding: 10px 15px 10px;
        margin: 0 0 10px;
    }
    .list-results .list-item {
        width: 100%;
        margin: 0 0 5px;
    }
    .list-results .list-item .row .col-sm-4 .profile-img-box {
        width: 40px;
        height: 40px;
    }
    .list-results .data-content[data-head="Followers"] {
        padding: 10px 15px 0;
    }
    .list-results .list-item .data-content h5 {
        font-size: 14px;
    }
    .list-results p {
        font-size: 14px;
    }
    nav.navbar .navbar-brand img {
        max-width: 100px;
    }
    .notAuth .flat-slider, .flat-slider {
        width: 100%;
        margin: 20px 0 30px;
    }

    section.signupSection .col-sm-9 {
        flex: 0 0 0%;
        max-width: 0;
    }
    section.signupSection .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #ffffff9e;
    }
    section.signupSection .col-sm-3 div.switchForm {
        background-color: #ffffff9e;
    }
    div.switchForm h2 {
        font-size: 16px;
    }
    div.switchForm ul.nav-tabs li.nav-item a {
        padding: 10px 10px 10px 30px;
    }
    div.switchForm ul.nav-tabs li.nav-item a.active {
        padding: 10px 10px 10px 40px;
    }
    div.switchForm ul.nav-tabs li.nav-item a.active i {
        font-size: 25px;
    }
    div.switchForm form input.form-control:not([type="checkbox"]), 
    div.switchForm form select.form-control {
        height: 44px;
        padding: 8px 15px 8px 45px;
    }
    div.switchForm form .withIcon .icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    div.switchForm button.btn {
        height: 44px;
        margin: 0 0 40px;
    }
    
    .notAuth #filters-topbar-wrapper .card {
        width: 100%;
        margin: 0 0 4px;
    }
    

    /* dashboard */
    .pull-right {
        float: left;
    }
    a.createMessage {
        margin: 10px 0 0;
    }
    body.dashboard nav.navbar .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
    }
    body.dashboard nav.navbar .container-fluid {
        position: relative;
    }
    body.dashboard nav.navbar .container-fluid #menu-toggle {
        position: absolute;
        right: 0;
    }
    .dashboard #filters-topbar-wrapper .card {
        width: 100%;
        margin: 0 0 4px;
    }
    
    .card .table .media .mr-3 {
        width: 30px !important;
        margin-right: 5px !important;
    }
    
    .recent-media > ul > li {
        max-width: 45.5%;
        min-width: 45.5%;
        margin: 0 5px 10px;
    }
    .recent-media > ul > li .mediaInfo {
        justify-content: center;
    }
    div#imgViewer .mediaInfoContainer {
        padding: 15px 0 0px;
    }
    .recent-media > ul > li .mediaInfo li {
        padding: 0;
        font-size: 12px;
        flex: 0 0 45%;
    }
    
    div#imgViewer .mediaInfo li {
        font-size: 16px;
    }
    
    
    /* sidebar */
    #page-wrapper {
        padding: 85px 15px 45px 60px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 200px;
        left: 200px;
        margin-left: -200px;
    }
    #wrapper #sidebar-wrapper {
        top: 70px;    
    }
    .sidebar-user-det .user-pic {
        width: 70px;
        height: 70px;
        padding: 3px;    
    }
    .sidebar-user-det .avatar {
        height: 58px;
        line-height: 58px;
    }
    .sidebar-user-det .avatar > .avtBox {
        font-size: 18px;
    }
    .sidebar-user-det p.username {
        font-size: 14px;
        margin: 10px 0 0;
    }
    .sidebar-user-det p.userrole {
        font-size: 12px;
    }
    .sidebar ul {
        margin: 20px 0 0;
    }
    .sidebar ul li {
        text-indent: 10px;
    }
    .sidebar ul li a.accBlnc {
        display: none;
    }
    #wrapper.toggled .sidebar ul li a.accBlnc {
        display: block;
    }

    /* sidebar */
    .hideOnMob {
        display: none;
    }
    .dashboard .shouldBeHidden {
        display: none;
    }
    .showOnMob {
        display: inline;
    }
    div.pageInfo {
        padding: 0 0 10px;    
    }
    div.inner-wrapper ul.breadcrumb li {
        margin: 0 5px;
    }
    div.pageInfo h1.pageTitle {
        font-size: 16px;
    }
    .row.boxesRow {
        margin: 10px -15px 0;
    }
    .row.boxesRow .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    div.boxesRow .singleBox {
        padding: 15px 0 10px 0;
        margin: 0 0 10px;
    }
    div.boxesRow .singleBox .media {
        padding: 10px 15px 30px;    
    }
    div.boxesRow .singleBox .bottomMedia {
        padding: 10px 20px 5px;    
    }
    div.boxesRow .singleBox .media-head {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }
    div.boxesRow .singleBox .bottomMedia p {
        height: 30px;
    }
    div.boxesRow .singleBox .bottomMedia p a {
        font-size: 12px;
        padding: 0px 5px;
    }

    div.pageInfo p {
        margin: 5px 0 0;
    }
    .fc-toolbar.fc-header-toolbar .fc-center {
        margin-top: 20px;
    }
    .fc-right .fc-button {
        width: auto;
        font-size: 14px;    
    }
    button.fc-today-button.fc-button.fc-button-primary {
        width: auto;
        font-size: 14px;
        height: 40px;
    }

    .card .table th {
        font-size: 14px;
        padding: 5px;
    }
    .card .table td {
        padding: 5px;
        font-size: 14px;
    }
    table.dataTable tr td a.remove, table.dataTable tr td a.edit, table.dataTable tr td a.messageView {
        width: 35px;
        height: 35px;
        margin-left: 4px;
        line-height: 35px;
        font-size: 14px;
    }

    .pst-wrap > h3 {
        font-size: 16px;    
    }
    .pst-wrap > h3 span {
        width: 28px;
        height: 28px;
        font-size: 16px;
        top: 1px;    
    }
    .pst-img {
        max-height: 150px;
        height: 150px;
    }
    .pst-txt {
        padding: 5px;
    }
    .pst-date, 
    .pst-email {
        margin: 0 0 5px;    
    }
    .pst-date p span, 
    .pst-email p span, 
    .pst-by p span {
        width: 35px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin: 0 5px 0 0;    
    }
    .init-message .iconCircle {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        box-shadow: 0 0 0 5px #f39c122b;
    }
    .init-message .mr-4 {
        margin-right: 10px !important;
    }
    .init-message h5 {
        font-size: 14px !important;
        line-height: 18px;
    }
    div.mainMsgCont .colCards .row.regardsRow {
        flex-direction: column;
        text-align: center;
    }
    div.mainMsgCont .colCards .row.regardsRow img.teamLogo {
        max-width: 100px;
    }
    div.mainMsgCont .colCards .row.regardsRow p {
        font-size: 14px;
        text-align: center;
    }
    div.mainMsgCont .colCards {
        border-radius: 4px;
    }
    .client-chat-wrap, .admin-chat-wrap {
        margin: 5px;
    }
    .chat-wrap .message {
        padding: 7px 10px;
        max-width: 85%;
    }
    .admin-chat-wrap .message p {
        font-size: 13px;
    }
    .msg-type textarea {
        height: 80px;
        padding: 10px 60px 10px 10px;
    }
    .btn-msg {
        width: 40px;
        top: 20px;
        height: 40px;
        line-height: 40px;
        font-size: 25px;
    }

    #filters-topbar-wrapper ul.justify-content-center .nav-item {
        width: 100%;
    }
    #filters-topbar-wrapper ul.justify-content-center .nav-link {
        padding: 10px 20px 10px 48px;
    }
    #filters-topbar-wrapper ul.justify-content-center .nav-link::before,
    #filters-topbar-wrapper ul.justify-content-center .nav-link.active::after {
        width: 30px;
        height: 30px;
        line-height: 29px;
    }
    #filters-topbar-wrapper ul.justify-content-center .nav-link.active::after {
        font-size: 15px;
    }
    .row.browseContRow .card.tableCard .tab-content label, 
    .row.browseContRow .card.tableCard .setPackageForm label {
        font-size: 12px;
    }
    .row.browseContRow .card.tableCard .tab-content input.form-control, 
    .row.browseContRow .card.tableCard .tab-content select.form-control, 
    .row.browseContRow .card.tableCard .setPackageForm input.form-control, 
    .row.browseContRow .card.tableCard .setPackageForm select.form-control {
        height: 40px;
    }
    .row.browseContRow .card.tableCard button.align-left, 
    .row.browseContRow .card.tableCard a.align-left {
        min-width: 120px;
        padding: 9px 20px;
        font-size: 14px;
        margin: 10px 0 0;
    }

    .row.browseContRow p.tabHeadPara {
        text-align: left;
    }
    .card {
        margin-bottom: 20px;
    }
    .card-header h5 {
        font-size: 14px;
    }
    .profile-slider-bar {
        padding: 0;
    }
    .profile-slider-bar .related-slider .singleSlide .select {
        font-size: 20px;
    }
    .profile-slider-bar .related-slider .singleSlide {
        padding: 28px 10px 20px;
    }
    .profile-slider-bar .related-slider .singleSlide .imgCont {
        width: 40px;
        height: 40px;
        line-height: 40px;
        box-shadow: 0 0 0 5px #97db351a;
    }
    .profile-slider-bar .related-slider .singleSlide h5 {
        font-size: 14px;
        font-weight: 600;
    }
    .profile-slider-bar .related-slider .singleSlide p.mb-4 {
        margin: 0 0 10px !important;
    }
    .profile-slider-bar .related-slider .singleSlide p.mb-4 img {
        width: 23px;
    }
    .recent-media ul {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .recent-media li {
        margin: 1px;
        width: 48%;
    }
    
    .field_wrapper .row-box > .form-control {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    form.setPackageForm .field_wrapper .row-box > a, form.setPackageForm .remove_button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 25px;
    }
    .row-box > select.form-control {
        width: 100% !important;
    }
    div.pageInfo h4.subTotal {
        font-size: 14px;
        text-align: left;
    }
    .row.browseContRow .card.tableCard ul.tabBtnWrapper {
        text-align: center;
    }
    .row.browseContRow .card.tableCard ul.tabBtnWrapper li a {
        min-width: 80px;
        font-size: 14px;
        margin: 0 0 3px;
    }
    .card .table td .badge {
        min-width: 60px;
        font-size: 14px;
        padding: 6px;
    }
    .cartSteps .block-choose-file .block-button button.btn-choose-file, 
    .cartSteps .block-choose-date .block-button button.btn-choose-date {
        padding: 9px 10px;
        width: 100px;
    }
    .row.browseContRow .card.tableCard .postingTime .capsolehead, 
    .row.browseContRow .card.tableCard .email .capsolehead {
        padding: 10px 0;
    }
    .row.browseContRow .card.tableCard .postingTime .capsolehead h5, 
    .row.browseContRow .card.tableCard .email .capsolehead h5 {
        font-size: 14px;
    }
    .row.browseContRow .card.tableCard .widthCon, .row.browseContRow .card.tableCard .widthCon {
        width: 100%;
    }
    .row.browseContRow .card.tableCard .postingTime .form-group .input-group-text {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .row.browseContRow .card.tableCard .tab-content .postingTime .form-group input, .row.browseContRow .card.tableCard .tab-content .email .form-group input {
        height: 30px;
    }
    .cartSteps p.title-campaign {
        font-size: 14px;
    }
    .cartSteps p.title-campaign ~ .text-muted p {
        font-size: 14px;
    }
    .cartSteps .text-muted p b {
        font-weight: 600;
    }
    .card p {
        font-size: 14px;
    }
    .dashboard #filters-topbar-wrapper .card {
        width: 100%;
        margin-bottom: 5px;
    }
    .good-bye{
        padding:20px;
    }
    .good-bye > i {
        font-size: 96px;
    }
    .good-bye h5 {
        font-size: 18px;
    }
    .alert {
        font-size: 0.8rem;
    }
}
/* RESPONSIVE CSS (!!!__DON'T PUT YOUR CODE AFTER MEDIA QUERIES END__!!!)*/ 