@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'Foco';
    src: url('../fonts/Foco-Regular.eot');
    src: url('../fonts/Foco-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Foco-Regular.woff2') format('woff2'),
        url('../fonts/Foco-Regular.woff') format('woff'),
        url('../fonts/Foco-Regular.ttf') format('truetype'),
        url('../fonts/Foco-Regular.svg#Foco-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  font-family: 'PT Sans', sans-serif;
}

.home-background-part-1 {
    background-color: #65d825;
}
.home-background-part-2 {
  background-color: #ffffff;
}
.home-text {
    text-align: left;
    margin-left: 92px;
}
.home-text-heading {
  font-size: 68px;
  font-weight: bold;
  color: #ffffff;
  line-height: 110%;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-150 {
  margin-bottom: 150px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.note {
    font-size: 16px;
    font-weight: bold;
    color: #373737;
}
.sign-up-heading {
    font-size: 38px;
    font-weight: bolder;
    margin-bottom: 30px;
    text-align: left;
}
.subHeading{
    margin-bottom: 20px;
    margin-top: -20px;
}
.py-4 {
  padding-top: 0 !important;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-top-150 {
  margin-top: 150px;
}
.frm-btn, button.frm-btn:hover {
    background-color: #373733;
    position: relative;
    color: #ffffff;
    border-radius: 2px;
    width: 100%;
    font-size: 19px;
    padding: 10px 30px 10px;
    font-weight: bold;
}

.space {
  padding-left: 30px;
}

#login-frm input, #register-frm input, #register-frm select, #reset-frm input, #forgot-frm input {
    width: 100%;
    font-size: 19px;
    background-color: #f3f3f3;
    height: 50px;
    color: #373737;
    font-family: foco;
}
.home-background-part-2 form input::placeholder {
    color: #bfbfbf;
}
.login-link {
    width: 100%;
    text-align: center;
    color: #999999;
    margin-top: 18px;
    font-size: 16px;
}

.login-btn-link,
a.login-btn-link:hover,
button.login-btn-link:hover {
  color: #68D600;
  text-decoration: none;
}

.arrow {
    margin-left: 180px;
    width: 15px;
    height: 0px;
    border: 1.2px solid #5ed02d;
    position: absolute;
    top: 24px;
    right: 14px;
}

.arrow::after {
  content: "";
  position: absolute;
  border: solid #5ed02d;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
  top: -5px;
  right: 0px;
}

.horizontal-row {
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  margin-top: -2px;
  width: 55%;
  margin-left: 1px;
}

.login-background-part-1 {
  background-color: #373733;
}

.login-background-part-2 {
  background-color: #ffffff;
}

.login-title {
    margin-left: 0;
    text-align: center;
}

.forgot-password-link {
width: 100%;
    text-align: center;
    color: #999999;
    margin-top: 18px;
    font-size: 16px;
}


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

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

.margin-left-75 {
  margin-left: 75px;
}

.margin-left-250 {
  margin-left: 250px;
}

.margin-right-75 {
  margin-right: 75px;
}

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

.margin-right-47 {
  margin-right: 47px;
}

.reset-password-title {
  text-align: center;
}

.source-label {
  font-size: 19px;
  padding: 10px 0 4px;
}

.content-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.logo {
  width: auto;
  height: 38px;
}

.heading {
  text-align: center;
}

.form-control {
  border-radius: 2px;
  border: none;
}


/* .navbar-light .navbar-nav .nav-link:after {
  display:block;
  content: '';
  border-bottom: solid 2px #000000;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.navbar-light .navbar-nav .nav-link:hover:after { transform: scaleX(1); }
.navbar-light .navbar-nav .nav-link.fromLeft:after{  transform-origin:  0% 50%; } */

.nav-link.fromLeft::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #000000;
  transition: width .3s;
}

.nav-link.fromLeft:hover::after {
  width: 100%;
}
.navbar {
    height: 85px;
}
.app-header {
  height: 75px;
}
.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}
.navbar-toggle {
  margin-top: 23px;
  padding: 9px 10px !important;
}
.dashboard_logo {
    text-align: center;
    margin: 15px 0 6px;
}
.dashboard_logo img {
    width: 150px;
}
.dashboard_logo a {
    display: block;
    padding: 15px 0;
}
.home-text-heading span {
  position: relative;
}
.home-text-heading span::before {
  content: "";
height: 4px;
width: 93%;
background-color: #fff;
position: absolute;
bottom: 7px;
}
nav.navbar {
/*    border-bottom: 1.5px solid #e7e7e7;*/
    box-shadow: none !important;
}
.frm-btn {
    margin-top: 18px;
}
.login-background-part-2 form .frm-btn {
    margin-top: 0;
}
.home-background-part-2 form select {
    appearance: none;
    background-image: url(../images/login_drop_arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 94%;
}
.home-background-part-2 form select {
    padding: 0 30px;
}
@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}

.sticky-top {
  transition: all 0.25s ease-in;
}

.sticky-top {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.navbar.small {
  font-size: 15px;
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 600 !important;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 600 !important;
}

.home-background-part-2 .margin-left-50 .card-body,
.login-background-part-2 .margin-left-50 .card-body {
  max-width: 360px;
}

body {
  background-color: transparent !important;
}

.header-fixed .app-header .row>div {
  margin-top: auto;
  margin-bottom: auto;
}

.app-header .input-group {
  align-items: center;
  justify-content: center;
}

.app-header .input-group .searchIcon i {
  font-size: 20px;
  color: #646c60;
}

.app-header .input-group input#searchProduct {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.app-header .input-group input#searchProduct:focus {
  box-shadow: none;
}

.app-header .input-group input#searchProduct::placeholder {
  color: #adadad;
}

header.app-header.navbar {
    border-bottom: 1px solid #e3e3e3;
}

.app-header .nav-item a {
  font-size: 18px;
  letter-spacing: 0.6px;
}

.sidebar-fixed .sidebar .card {
  border: 0;
  border-radius: 0;
}
.shareBtnSection button {
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px;
    padding: 5px 20px;
}
.sidebar-fixed .sidebar .card .card-body {
    padding: 26px 0 15px;
    background-color: #F5F5F5;
}
.sidebar-fixed .sidebar .card .card-body>div {
    padding: 0 26px;
}
.totalSavings p#totalAmountSaved {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: -2px;
}
.shareBtnSection {
  margin-bottom: 28px;
}
.home-background-part-2 .source-label {
  justify-content: center;
  margin-top: -10px;
}
.home-background-part-2 .source-label span {
  font-weight: bold;
  color: #373733;
}
#tabs .nav-tabs .nav-link {
  font-weight: bold;
}
.breadcrumb p {
  color: #121212;
  font-size: 16px;
  margin: 0;
  display: inline-block;
}

.breadcrumb {
    display: inline-block;
    width: 100%;
    /*background-color: #f5f5f5;*/
    position: relative;
    background-color: #fff8e0;
    padding: 15px 25px;
}

.breadcrumb .container {
  margin-bottom: 0 !important;
}

main.main .card-body table {
  border: none;
}

main.main .card-body table thead {
  display: none;
}
main.main .card-body table td {
    border-width: 0 0 1px 0;
    padding: 0;
    background-color: transparent !important;
    border-color: #f8f8f8;
}
main.main .card-body table td .purchasedProduct {
  background-color: transparent;
}
main.main .card-body .dataTables_length {
    margin-top: 9px;
    width: 100%;
    /*background-color: #f5f5f5;*/
    background-color: #FFFFFF;
    padding: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
}
main.main .card-body .dataTables_length label {
  font-size: 16px;
  /*text-transform: uppercase;*/
  margin-bottom: 0;
  text-transform: none;
  font-weight: bold;
}

main.main .card-body .dataTables_length label select {
    height: 40px;
    padding: 0 25px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 0 3px;
    background-position: 84%;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
  color: #5ED02D !important;
  border: 2px solid;
  font-weight: bold;
  border-radius: 50px;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current,
.dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
  border: 2px solid #5ED02D !important;
  background: #5ED02D !important;
  color: #fff !important;
}
.sidebar.custom_side_bar {
    margin-left: 0 !important;
}
header.app-header.navbar {
    padding: 0 15px;
}
header.app-header a.navbar-brand {
    width: auto;
    height: auto;
    padding-left: 30px;
    position: relative;
    top: 6px;
}
.app-body main.main.right_main {
    margin-left: 0 !important;
}
header.app-header a.navbar-brand img {
    margin-left: 0;
}
.custom_listing > .container {
    padding: 0;
}
.custom_listing .sellect-sortby select {
    width: 180px;
    float: right;
}
.left_dashboard {
    height: 100%;
    background-color: #373733;
    position: fixed;
    width: 300px;
    top: 0;
    z-index: 9999;
}
.left_dashboard ul {padding: 0;margin: 0;list-style: none;}
.left_dashboard ul li a {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    padding: 8px 75px;
}
header.app-header > .container {
    padding: 0 30px;
    max-width: 100%;
}
.left_dashboard ul li.active a, .left_dashboard ul li:hover a {
    background-color: #50504d;
    text-decoration: none;
}
.dash_heading h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}
.dash_heading {
    margin: 15px 0 10px;
}
.dash_select select {
    background-color: #373733;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 110px 10px 5px;
    border: none;
    background-position: 85%;
}
.dash_select select:focus {
    outline: none;
}
.dash_select {
    margin-bottom: 30px;
}
.right_dahboard {
    padding-left: 30px;
}
.chart_item {
    background-color: #f5f5f5;
    padding: 5px 10px;
}
.chart_shortcode {
    display: flex;
    padding: 120px 0;
    align-items: center;
    justify-content: center;
}
.chart_shortcode span {
    font-size: 30px;
    font-weight: bold;
    color: #373737;
}
.avg_col {
    border-bottom: 1px solid #e3e3e3;
}
.total_saving h4 {
    font-size: 16px;
    color: #373737;
    font-weight: bold;
    margin-bottom: 0;
}
.total_saving:first-child {
    margin-bottom: 15px;
}
.total_saving span {
    color: #5ed02d;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}
.total_saved .total_saving span {
    color: #373733;
}
.annual_save {
    margin-bottom: 30px;
}
.main_dashboard {
    padding-right: 80px;
}
.saved_listing {
    padding: 0 60px;
}
.custom_listing .card-body {
    padding: 0;
}
.custom_listing {
    margin-top: 66px;
}
.user_img img {
    width: 38px;
    border-radius: 25px;
    height: 38px;
    object-fit: scale-down;
    border: 1px solid #ddd;
}
.custom_account a.nav-link {
    text-transform: uppercase;
    font-size: 14px;
}
.app-header .nav-item .nav-link p {
    display: inline-block;
    margin: 0;
}
.dash_heading .site_btn {
    float: right;
    background-color: #5ed02d;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 3px;
    font-size: 18px;
}
.user_profile > h3 {
    text-transform: capitalize;
    font-size: 26px;
}
.dash_heading h2 {
    display: inline-block;
}
.user_setting_wrap {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 5px;
}
.user_profile {
    text-align: center;
    margin: 0 0 30px;
}

.user_image img {
    max-width: 130px;
    border-radius: 100px;
    border: 2px solid #c0e3b1;
}

span.user_name {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #373737;
}

.user_image {
    position: relative;
    max-width: 130px;
    margin: 30px auto 10px;
}

.edit_img {
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: rgb(0 0 0 / 0.70);
    cursor: pointer;
    border-radius: 50px;
    right: 8px;
    bottom: 5px;
}
.edit_img i {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
}
.user_form input.form-control {
    border: 1px solid #e3e3e3;
    height: 52px;
    border-radius: 3px;
    font-size: 16px;
    background-color: #fff;
}
.user_form .submit_btn {
    width: auto;
    background-color: #5ed02d !important;
    text-transform: capitalize;
    color: #fff;
    border: none !important;
    margin: auto;
    padding: 0 60px;
    font-size: 18px !important;
    margin-top: 20px;
    font-weight: 600;
}
.user_form .submit_btn_del {
    width: auto;
    background-color: #5ed02d !important;
    text-transform: capitalize;
    color: #fff;
    border: none !important;
    margin: auto;
    padding: 0px 60px;
    font-size: 18px !important;
    margin-top: 20px;
    font-weight: 600;
}
.closeTip img {
    width: 12px;
}
.closeTip {
    position: absolute;
    right: 15px;
    top: 10px;
}
.saved_listing > .row {
    width: 100%;
}
.custom_list_table table tbody td {
    padding: 15px 0 !important;
}
.listing_img {
    width: 100px;
}
.right_listing_info {
    flex: 1;
    padding-left: 12px;
}
.breadcrumb p {
    padding-right: 40px;
}
select:focus {
    outline: none;
    box-shadow: none;
}
.custom_side_bar .sellect-sortby {
    padding: 0 22px !important;
}
.estimatedAnualSavings p {
    margin-bottom: 4px;
}
.estimatedAnualSavings {
    margin-bottom: 12px;
}
.dataTables_wrapper .dataTables_paginate > a {
    font-weight: bold;
}
nav.navbar-light .navbar-nav .nav-link {
    margin-left: 15px;
    margin-right: 15px;
}

.productDesc a{
  color: #121212;
}
.productDesc a:hover{
  text-decoration: none;
}
@media only screen and (min-width:1200px) and (max-width:1399px){
    .navbar {
        height: 85px;
        width: auto;
    }
   header.app-header > .container >.row > div:last-child {
    padding-right: 0;
}
.main_dashboard {
    padding-right: 50px;
}
  .left_dashboard {
    width: 300px;
   }
   .left_dashboard ul li a {
    padding: 8px 45px;
  }
  .chart_item {
    padding: 20px;
  }
  .total_saving h4 {
    font-size: 14px;
   }
   .total_saving span {
    font-size: 30px;
    line-break: anywhere;
   }
   .chart_shortcode {
    padding: 100px 0;
  }
  .user_form .submit_btn_del {
    width: auto;
    background-color: #5ed02d !important;
    text-transform: capitalize;
    color: #fff;
    border: none !important;
    margin: auto;
    padding: 0px 61px;
    font-size: 18px !important;
    margin-top: 20px;
    font-weight: 600;
}
}
@media only screen and (min-width:1200px) and (max-width:1350px){
  .home-text-heading {
    font-size: 50px;
   }
   .user_form .submit_btn_del {
    width: auto;
    background-color: #5ed02d !important;
    text-transform: capitalize;
    color: #fff;
    border: none !important;
    margin: auto;
    padding: 0px 62px;
    font-size: 18px !important;
    margin-top: 20px;
    font-weight: 600;
}
}
@media only screen and (min-width:768px) and (max-width:1199px){
  .home-background-part-2 .margin-left-50, .login-background-part-2 .margin-left-50 {
    margin: 0;
}

.home-background-part-2 .margin-left-50 .card-body, .login-background-part-2 .margin-left-50 .card-body {
    margin: auto;
}
  .home-text {
    margin-left: 45px;
}
.home-text-heading {
    font-size: 40px;
 }
 .margin-bottom-150 {
    margin-bottom: 90px;
}
  .margin-left-40 {
    margin-left: 0;
  }
  .margin-right-47 {
    margin-right: 0;
}
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0 12px;
}
.saved_listing {
    padding: 0 15px;
}
main.main .card-body .dataTables_length label {
    font-size: 14px;
 }
#tabs .nav-tabs .nav-link {
    font-size: 16px !important;
}
.sign-up-heading {
    font-size: 22px !important;
}
  header.app-header a.navbar-brand {
    padding-left: 0;
    position: static;
    margin-left: 0;
    width: 100%;
    float: left;
}


header.app-header a.navbar-brand img {
    margin-left: 0;
    height: 28px;
}
  .app-header {
    height: 52px;
}
.main_dashboard {
    padding-top: 60px;
}
header.app-header > .container {
    padding: 0;
}
 .chart_item {
    padding: 20px;
}
.total_saving h4 {
    font-size: 12px;
 }
 .total_saving span {
    font-size: 24px;
 }
 .chart_shortcode span {
    font-size: 20px;
 }
 header.app-header > .container >.row > div:last-child {
    padding-right: 0;
}
.right_dahboard {
    padding-left: 15px;
}
.dash_heading h2 {
    font-size: 20px;
 }
 .dash_select select {
    font-size: 12px;
    padding: 7px 35px 7px 15px;
}
 .main_dashboard {
    padding-right: 0;
}
.left_dashboard {
    width: 190px;
 }

    .d-block {
        margin-top: -10px !important;
        margin-left: 35% !important;
    }
 .left_dashboard ul li a {
    font-size: 15px;
    padding: 8px 20px;
  }
  .dashboard_logo img {
    width: 130px;
  }
  .dashboard_logo a {
    padding: 10px 0;
  }
   .chart_shortcode {
    padding: 70px 0;
    margin-bottom: 30px;
 }
    .nav_height{
        width: 221px;
    }
    .col6_height{
        max-width: 42%;
    }
    .offcanvas-collapse {
        position: fixed;
        top: 86px;
        bottom: 0;
        right: 100%;
        left: -300px;
        width: 221px !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: /*#343a40*//*#f8f9fa*/#2c2c29;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }
 .user_form .submit_btn_del {
    width: auto;
    background-color: #5ed02d !important;
    text-transform: capitalize;
    color: #fff;
    border: none !important;
    margin: auto;
    padding: 0px 63px;
    font-size: 18px !important;
    margin-top: 20px;
    font-weight: 600;
}
}

@media only screen and (max-width:767px){
.home-text-heading span::before {
    height: 2px;
    bottom: 5px;
}
.home-background-part-2 .margin-left-50 .card-body, .login-background-part-2 .margin-left-50 .card-body {
    margin: auto;
}
.breadcrumb p {
    padding-right: 10px;
}
  .listing_img {
    width: 100%;
}
.right_listing_info {
    padding-left: 0;
}
.productDesc {
    font-size: 15px !important;
 }
 .actionDropDown img {
    width: 18px;
}
  .custom_listing .tab-content {
    padding: 0 !important;
}
  .saved_listing > .row {
    margin: 0;
  }
  .user_profile > h3 {
    font-size: 20px;
}
span.user_name {
    font-size: 15px;
 }
 .user_profile {
    margin: 0 0 20px;
}
.user_form input.form-control {
    height: 46px;
    font-size: 14px;
 }
 .user_form .submit_btn {
    margin-top: 0;
 }
 .user_form .submit_btn_del {
    margin-top: 0;
 }
.user_image {
    max-width: 130px;
    margin: 0 auto;
}
  .user_setting_wrap {
    padding: 15px;
}
  .main_dashboard > .container-fluid > .row > div {
    padding: 0 !important;
  }
/*  .dashboard_logo {
    display: none;
}*/
  header.app-header > .container {
    padding: 0;
 }
 .user_img img {
    width: auto;
}
.app-header .nav-item .nav-link p {
    display: none;
}
header.app-header.navbar {
    padding: 10px 0;
}
  .right_dahboard {
    padding-left: 0;
  }
    .navbar-collapse{
        margin-top: 43px !important;
        position: absolute !important;
    }
    .col6_height{
        width: 25% !important;
    }
  .main_dashboard {
        padding-top: 100px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .chart_item {
      padding: 10px;
      margin-bottom: 15px;
      border-bottom: 2px solid #ccc;
  }
  .annual_save {
    margin-bottom: 0;
  }
  .left_dashboard ul li a {
    font-size: 16px;
    padding: 8px 35px;
  }
    .navbar-collapse ul li a{
        font-size: 16px;
        padding: 8px 35px;
    }
    .offcanvas-collapse {
        position: fixed;
        height: fit-content;
        top: 86px;
        bottom: 0;
        right: 100%;
        left: -300px;
        width: 97% !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: /*#343a40*//*#f8f9fa*/#2c2c29;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }
  .chart_shortcode {
    padding: 70px 0;
    margin-bottom: 20px;
  }
  .chart_shortcode span {
    font-size: 20px;
   }
  .total_saving span {
    font-size: 32px;
  }

  .total_saving {
    margin-top: 15px;
  }
  .dash_heading h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .left_dashboard {
        height: 260px;
    position: static;
    width: 100%;
    margin-bottom: 0px;
  }
  table#allProductListing {
    width: 100% !important;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
     margin: 5px;
}
  main.main .card-body .dataTables_length label {
    font-size: 13px;
}
header.app-header.navbar .row {
    margin: 0;
}
header.app-header.navbar .row {
    margin: 0;
}
#navbarSupportedContent {
    float: none !important;
}
#navbarSupportedContent ul.nav.navbar-nav {
    justify-content: center;
    padding-right: 0 !important;
}
.app-header .nav-item {
    text-align: right;
    width: 100%;
}
  .header-fixed .app-header .row>div:nth-child(2) {
    display: none;
  }
  .sign-up-heading {
    font-size: 22px !important;
  }
  .custom_listing .card-body {
    padding: 0;
}
#tabs .nav-tabs .nav-link {
    font-size: 13px !important;
}
.breadcrumb {
    padding: 15px;
    position: relative;
}

.breadcrumb span.closeTip {
    position: absolute;
    right: 10px;
    top: 8px;
}

.breadcrumb .row > div:last-child {
    position: static;
}
  .spredSavings {
    margin-top: 0;
    margin-bottom: 0px;
}
.custom_listing .sellect-sortby select {
    float: none;
    margin: 0 auto 10px;
}
  .sidebar-fixed .saved_listing  .sidebar {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    flex: 0 0 100%;
  }
  .saved_listing {
    padding: 0;
}
.sidebar.custom_side_bar .card {
    width: 100% !important;
}
.spredSavings {
    display: inline-table;
    margin: auto;
}
.emailAFriend {
    margin: auto;
}
  header a.navbar-brand {
    margin-left: 0 !important;
    margin-top: 10px;
}
.app-header {
    height: auto;
}

header.app-header a.navbar-brand {
    padding-left: 0;
    position: static;
    float: left;
}
  nav.navbar {
    position: relative;
    height: auto;
  }
  nav.navbar a.navbar-brand {
    float: left;
    width: 197px;
    padding-left: 0;
    height: auto;
    line-height: normal;
  }
  nav.navbar a.navbar-brand .logo {
    margin-left: 0;
  }
  nav.navbar .navbar-collapse {
    position: absolute;
    background-color: #fff;
    margin-right: 0;
    flex: inherit;
    width: 100%;
    left: 0;
    right: 0;
    top: 60px;
    border-top: 1px solid #ddd;
    box-shadow: 0px 6px 6px -5px #ccc;
  }
  nav.navbar.sticky-top {
    padding: 0.7rem 1rem !important;
    height: auto;
    box-sizing: border-box;
  }
  .login-background-part-1,
  .login-background-part-2,
  .home-background-part-1,
  .home-background-part-2 {
    width: 100% !important;
    height: auto !important;
  }
  .margin-top-150 {
    margin-top: 40px;
  }
  .home-text {
    margin-left: 0;
    padding: 0 30px;
  }
  .home-text-heading {
    font-size: 28px;
  }
  .margin-bottom-150 {
    margin-bottom: 0;
  }
  .margin-bottom-80 {
    margin-bottom: 40px;
  }
  .margin-top-80 {
    margin-top: 20px;
  }
  .margin-left-50 {
    margin-left: 0;
  }
  .home-text.note {
    margin-top: 20px;
  }
  .sign-up-heading,
  .sign-up-heading {
    font-size: 24px;
    text-align: center;
  }
  .home-background-part-2 .source-label span {
    font-size: 16px;
  }
  .login-title {
    margin-left: 0;
  }
  .user_form .submit_btn_del {
    width: max-content;
    background-color: #5ed02d !important;
    text-transform: capitalize;
    color: #fff;
    border: none !important;
    margin: auto;
    padding: 0px 10px;
    font-size: 16px !important;
    margin-top: 20px;
    font-weight: 600;
}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
 .user_form .submit_btn_del {
    width: max-content;
    background-color: #5ed02d !important;
    text-transform: capitalize;
    color: #fff;
    border: none !important;
    margin: auto;
    font-size: 18px !important;
    margin-top: 20px;
    font-weight: 600;
}
.dashboard_logo .blacklogo {
    display: block;
    padding: 0px 0;
    height: 60px;
}
}
@media only screen and (min-width:320px) and (max-width:480px){
    .user_img img{
        width: 38px;
    }
    .dashboard_logo .blacklogo {
    display: block;
    padding: 0px 0;
    height: 60px;
}
}
@media only screen and (min-width:481px) and (max-width:540px){
    .user_img img{
        width: 38px;
    }
    .dashboard_logo .blacklogo {
    display: block;
    padding: 0px 0 !important;
    height: 60px !important;
}
}
@media only screen and (min-width:280px) and (max-width:319px){
    .user_img img{
        width: 38px;
    }

    .user_form .submit_btn_del{
        width: max-content;
        background-color: #5ed02d !important;
        text-transform: capitalize;
        color: #fff;
        border: none !important;
        margin: auto;
        padding: 0px 2px;
        font-size: 16px !important;
        margin-top: 20px;
        font-weight: 600;
    }
    .deletealluser{
        width: fit-content;
    padding: 1px 0px 1px 0px;
    background-color: #efece8;
    }
    .dashboard_logo .blacklogo {
    display: block;
    padding: 0px 0 !important;
    height: 60px !important;
}
}
<!-- sidebar toggle starts -->
@media only screen and (max-width:720px){
    .home-text-heading span::before {
        height: 2px;
        bottom: 5px;
    }
    .home-background-part-2 .margin-left-50 .card-body, .login-background-part-2 .margin-left-50 .card-body {
        margin: auto;
    }
    .breadcrumb p {
        padding-right: 10px;
    }
    .listing_img {
        width: 100%;
    }
    .right_listing_info {
        padding-left: 0;
    }
    .productDesc {
        font-size: 15px !important;
    }
    .actionDropDown img {
        width: 18px;
    }
    .custom_listing .tab-content {
        padding: 0 !important;
    }
    .saved_listing > .row {
        margin: 0;
    }
    .user_profile > h3 {
        font-size: 20px;
    }
    span.user_name {
        font-size: 15px;
    }
    .user_profile {
        margin: 0 0 20px;
    }
    .user_form input.form-control {
        height: 46px;
        font-size: 14px;
    }
    .user_form .submit_btn {
        margin-top: 0;
    }
    .user_image {
        max-width: 130px;
        margin: 0 auto;
    }
    .user_setting_wrap {
        padding: 15px;
    }
    .main_dashboard > .container-fluid > .row > div {
        padding: 0 !important;
    }
    .dashboard_logo {
        /* display: none; */
    }
    header.app-header > .container {
        padding: 0;
    }
    .user_img img {
        width: auto;
    }
    .app-header .nav-item .nav-link p {
        display: none;
    }
    header.app-header.navbar {
        padding: 10px 0;
    }
    .right_dahboard {
        padding-left: 0;
    }
    .navbar-collapse{
        margin-top: 43px !important;
        position: absolute !important;
    }
    .col6_height{
        width: 25% !important;
    }
    .main_dashboard {
        padding-top: 100px !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .chart_item {
        padding: 10px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ccc;
    }
    .annual_save {
        margin-bottom: 0;
    }
    .left_dashboard ul li a {
        font-size: 16px;
        padding: 8px 35px;
    }
    .navbar-collapse ul li a{
        font-size: 16px;
        padding: 8px 35px;
    }
    .offcanvas-collapse {
        position: fixed;
        height: fit-content;
        top: 86px;
        bottom: 0;
        right: 100%;
        left: -300px;
        width: 98% !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: /*#343a40*//*#f8f9fa*/#2c2c29;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }
    .chart_shortcode {
        padding: 70px 0;
        margin-bottom: 20px;
    }
    .chart_shortcode span {
        font-size: 20px;
    }
    .total_saving span {
        font-size: 32px;
    }

    .total_saving {
        margin-top: 15px;
    }
    .dash_heading h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .left_dashboard {
        height: 260px;
        position: static;
        width: 100%;
        margin-bottom: 0px;
    }
    table#allProductListing {
        width: 100% !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 5px;
    }
    main.main .card-body .dataTables_length label {
        font-size: 13px;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    #navbarSupportedContent {
        float: none !important;
    }
    #navbarSupportedContent ul.nav.navbar-nav {
        justify-content: center;
        padding-right: 0 !important;
    }
    .app-header .nav-item {
        text-align: right;
        width: 100%;
    }
    .header-fixed .app-header .row>div:nth-child(2) {
        display: none;
    }
    .sign-up-heading {
        font-size: 22px !important;
    }
    .custom_listing .card-body {
        padding: 0;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 13px !important;
    }
    .breadcrumb {
        padding: 15px;
        position: relative;
    }

    .breadcrumb span.closeTip {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .breadcrumb .row > div:last-child {
        position: static;
    }
    .spredSavings {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .custom_listing .sellect-sortby select {
        float: none;
        margin: 0 auto 10px;
    }
    .sidebar-fixed .saved_listing  .sidebar {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        flex: 0 0 100%;
    }
    .saved_listing {
        padding: 0;
    }
    .sidebar.custom_side_bar .card {
        width: 100% !important;
    }
    .spredSavings {
        display: inline-table;
        margin: auto;
    }
    .emailAFriend {
        margin: auto;
    }
    header a.navbar-brand {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .app-header {
        height: auto;
    }

    header.app-header a.navbar-brand {
        padding-left: 0;
        position: static;
        float: left;
    }
    nav.navbar {
        position: relative;
        height: auto;
    }
    nav.navbar a.navbar-brand {
        float: left;
        width: 197px;
        padding-left: 0;
        height: auto;
        line-height: normal;
    }
    nav.navbar a.navbar-brand .logo {
        margin-left: 0;
    }
    nav.navbar .navbar-collapse {
        position: absolute;
        background-color: #fff;
        margin-right: 0;
        flex: inherit;
        width: 100%;
        left: 0;
        right: 0;
        top: 60px;
        border-top: 1px solid #ddd;
        box-shadow: 0px 6px 6px -5px #ccc;
    }
    nav.navbar.sticky-top {
        padding: 0.7rem 1rem !important;
        height: auto;
        box-sizing: border-box;
    }
    .login-background-part-1,
    .login-background-part-2,
    .home-background-part-1,
    .home-background-part-2 {
        width: 100% !important;
        height: auto !important;
    }
    .margin-top-150 {
        margin-top: 40px;
    }
    .home-text {
        margin-left: 0;
        padding: 0 30px;
    }
    .home-text-heading {
        font-size: 28px;
    }
    .margin-bottom-150 {
        margin-bottom: 0;
    }
    .margin-bottom-80 {
        margin-bottom: 40px;
    }
    .margin-top-80 {
        margin-top: 20px;
    }
    .margin-left-50 {
        margin-left: 0;
    }
    .home-text.note {
        margin-top: 20px;
    }
    .sign-up-heading,
    .sign-up-heading {
        font-size: 24px;
        text-align: center;
    }
    .home-background-part-2 .source-label span {
        font-size: 16px;
    }
    .login-title {
        margin-left: 0;
    }
}

@media only screen and (max-width:653px){
    .home-text-heading span::before {
        height: 2px;
        bottom: 5px;
    }
    .home-background-part-2 .margin-left-50 .card-body, .login-background-part-2 .margin-left-50 .card-body {
        margin: auto;
    }
    .breadcrumb p {
        padding-right: 10px;
    }
    .listing_img {
        width: 100%;
    }
    .right_listing_info {
        padding-left: 0;
    }
    .productDesc {
        font-size: 15px !important;
    }
    .actionDropDown img {
        width: 18px;
    }
    .custom_listing .tab-content {
        padding: 0 !important;
    }
    .saved_listing > .row {
        margin: 0;
    }
    .user_profile > h3 {
        font-size: 20px;
    }
    span.user_name {
        font-size: 15px;
    }
    .user_profile {
        margin: 0 0 20px;
    }
    .user_form input.form-control {
        height: 46px;
        font-size: 14px;
    }
    .user_form .submit_btn {
        margin-top: 0;
    }
    .user_image {
        max-width: 130px;
        margin: 0 auto;
    }
    .user_setting_wrap {
        padding: 15px;
    }
    .main_dashboard > .container-fluid > .row > div {
        padding: 0 !important;
    }
    .dashboard_logo {
        /* display: none; */
    }
    header.app-header > .container {
        padding: 0;
    }
    .user_img img {
        width: auto;
    }
    .app-header .nav-item .nav-link p {
        display: none;
    }
    header.app-header.navbar {
        padding: 10px 0;
    }
    .right_dahboard {
        padding-left: 0;
    }
    .navbar-collapse{
        margin-top: 43px !important;
        position: absolute !important;
    }
    .col6_height{
        width: 25% !important;
    }
    .main_dashboard {
        padding-top: 100px !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .chart_item {
        padding: 10px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ccc;
    }
    .annual_save {
        margin-bottom: 0;
    }
    .left_dashboard ul li a {
        font-size: 16px;
        padding: 8px 35px;
    }
    .navbar-collapse ul li a{
        font-size: 16px;
        padding: 8px 35px;
    }
    .offcanvas-collapse {
        position: fixed;
        height: fit-content;
        top: 86px;
        bottom: 0;
        right: 100%;
        left: -300px;
        width: 97.75% !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: /*#343a40*//*#f8f9fa*/#2c2c29;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }
    .chart_shortcode {
        padding: 70px 0;
        margin-bottom: 20px;
    }
    .chart_shortcode span {
        font-size: 20px;
    }
    .total_saving span {
        font-size: 32px;
    }

    .total_saving {
        margin-top: 15px;
    }
    .dash_heading h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .left_dashboard {
        height: 260px;
        position: static;
        width: 100%;
        margin-bottom: 0px;
    }
    table#allProductListing {
        width: 100% !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 5px;
    }
    main.main .card-body .dataTables_length label {
        font-size: 13px;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    #navbarSupportedContent {
        float: none !important;
    }
    #navbarSupportedContent ul.nav.navbar-nav {
        justify-content: center;
        padding-right: 0 !important;
    }
    .app-header .nav-item {
        text-align: right;
        width: 100%;
    }
    .header-fixed .app-header .row>div:nth-child(2) {
        display: none;
    }
    .sign-up-heading {
        font-size: 22px !important;
    }
    .custom_listing .card-body {
        padding: 0;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 13px !important;
    }
    .breadcrumb {
        padding: 15px;
        position: relative;
    }

    .breadcrumb span.closeTip {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .breadcrumb .row > div:last-child {
        position: static;
    }
    .spredSavings {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .custom_listing .sellect-sortby select {
        float: none;
        margin: 0 auto 10px;
    }
    .sidebar-fixed .saved_listing  .sidebar {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        flex: 0 0 100%;
    }
    .saved_listing {
        padding: 0;
    }
    .sidebar.custom_side_bar .card {
        width: 100% !important;
    }
    .spredSavings {
        display: inline-table;
        margin: auto;
    }
    .emailAFriend {
        margin: auto;
    }
    header a.navbar-brand {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .app-header {
        height: auto;
    }

    header.app-header a.navbar-brand {
        padding-left: 0;
        position: static;
        float: left;
    }
    nav.navbar {
        position: relative;
        height: auto;
    }
    nav.navbar a.navbar-brand {
        float: left;
        width: 197px;
        padding-left: 0;
        height: auto;
        line-height: normal;
    }
    nav.navbar a.navbar-brand .logo {
        margin-left: 0;
    }
    nav.navbar .navbar-collapse {
        position: absolute;
        background-color: #fff;
        margin-right: 0;
        flex: inherit;
        width: 100%;
        left: 0;
        right: 0;
        top: 60px;
        border-top: 1px solid #ddd;
        box-shadow: 0px 6px 6px -5px #ccc;
    }
    nav.navbar.sticky-top {
        padding: 0.7rem 1rem !important;
        height: auto;
        box-sizing: border-box;
    }
    .login-background-part-1,
    .login-background-part-2,
    .home-background-part-1,
    .home-background-part-2 {
        width: 100% !important;
        height: auto !important;
    }
    .margin-top-150 {
        margin-top: 40px;
    }
    .home-text {
        margin-left: 0;
        padding: 0 30px;
    }
    .home-text-heading {
        font-size: 28px;
    }
    .margin-bottom-150 {
        margin-bottom: 0;
    }
    .margin-bottom-80 {
        margin-bottom: 40px;
    }
    .margin-top-80 {
        margin-top: 20px;
    }
    .margin-left-50 {
        margin-left: 0;
    }
    .home-text.note {
        margin-top: 20px;
    }
    .sign-up-heading,
    .sign-up-heading {
        font-size: 24px;
        text-align: center;
    }
    .home-background-part-2 .source-label span {
        font-size: 16px;
    }
    .login-title {
        margin-left: 0;
    }
}

@media only screen and (max-width:640px){
    .home-text-heading span::before {
        height: 2px;
        bottom: 5px;
    }
    .home-background-part-2 .margin-left-50 .card-body, .login-background-part-2 .margin-left-50 .card-body {
        margin: auto;
    }
    .breadcrumb p {
        padding-right: 10px;
    }
    .listing_img {
        width: 100%;
    }
    .right_listing_info {
        padding-left: 0;
    }
    .productDesc {
        font-size: 15px !important;
    }
    .actionDropDown img {
        width: 18px;
    }
    .custom_listing .tab-content {
        padding: 0 !important;
    }
    .saved_listing > .row {
        margin: 0;
    }
    .user_profile > h3 {
        font-size: 20px;
    }
    span.user_name {
        font-size: 15px;
    }
    .user_profile {
        margin: 0 0 20px;
    }
    .user_form input.form-control {
        height: 46px;
        font-size: 14px;
    }
    .user_form .submit_btn {
        margin-top: 0;
    }
    .user_image {
        max-width: 130px;
        margin: 0 auto;
    }
    .user_setting_wrap {
        padding: 15px;
    }
    .main_dashboard > .container-fluid > .row > div {
        padding: 0 !important;
    }
    .dashboard_logo {
        /* display: none; */
    }
    header.app-header > .container {
        padding: 0;
    }
    .user_img img {
        width: auto;
    }
    .app-header .nav-item .nav-link p {
        display: none;
    }
    header.app-header.navbar {
        padding: 10px 0;
    }
    .right_dahboard {
        padding-left: 0;
    }
    .navbar-collapse{
        margin-top: 43px !important;
        position: absolute !important;
    }
    .col6_height{
        width: 25% !important;
    }
    .main_dashboard {
        padding-top: 5px !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .chart_item {
        padding: 10px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ccc;
    }
    .annual_save {
        margin-bottom: 0;
    }
    .left_dashboard ul li a {
        font-size: 16px;
        padding: 8px 35px;
    }
    .navbar-collapse ul li a{
        font-size: 16px;
        padding: 8px 35px;
    }
    .offcanvas-collapse {
        position: fixed;
        height: fit-content;
        top: 86px;
        bottom: 0;
        right: 100%;
        left: -300px;
        width: 97.60% !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: /*#343a40*//*#f8f9fa*/#2c2c29;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }
    .chart_shortcode {
        padding: 70px 0;
        margin-bottom: 20px;
    }
    .chart_shortcode span {
        font-size: 20px;
    }
    .total_saving span {
        font-size: 32px;
    }

    .total_saving {
        margin-top: 15px;
    }
    .dash_heading h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .left_dashboard {
        height: 260px;
        position: static;
        width: 100%;
        margin-bottom: 0px;
    }
    table#allProductListing {
        width: 100% !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 5px;
    }
    main.main .card-body .dataTables_length label {
        font-size: 13px;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    #navbarSupportedContent {
        float: none !important;
    }
    #navbarSupportedContent ul.nav.navbar-nav {
        justify-content: center;
        padding-right: 0 !important;
    }
    .app-header .nav-item {
        text-align: right;
        width: 100%;
    }
    .header-fixed .app-header .row>div:nth-child(2) {
        display: none;
    }
    .sign-up-heading {
        font-size: 22px !important;
    }
    .custom_listing .card-body {
        padding: 0;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 13px !important;
    }
    .breadcrumb {
        padding: 15px;
        position: relative;
    }

    .breadcrumb span.closeTip {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .breadcrumb .row > div:last-child {
        position: static;
    }
    .spredSavings {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .custom_listing .sellect-sortby select {
        float: none;
        margin: 0 auto 10px;
    }
    .sidebar-fixed .saved_listing  .sidebar {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        flex: 0 0 100%;
    }
    .saved_listing {
        padding: 0;
    }
    .sidebar.custom_side_bar .card {
        width: 100% !important;
    }
    .spredSavings {
        display: inline-table;
        margin: auto;
    }
    .emailAFriend {
        margin: auto;
    }
    header a.navbar-brand {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .app-header {
        height: auto;
    }

    header.app-header a.navbar-brand {
        padding-left: 0;
        position: static;
        float: left;
    }
    nav.navbar {
        position: relative;
        height: auto;
    }
    nav.navbar a.navbar-brand {
        float: left;
        width: 197px;
        padding-left: 0;
        height: auto;
        line-height: normal;
    }
    nav.navbar a.navbar-brand .logo {
        margin-left: 0;
    }
    nav.navbar .navbar-collapse {
        position: absolute;
        background-color: #fff;
        margin-right: 0;
        flex: inherit;
        width: 100%;
        left: 0;
        right: 0;
        top: 60px;
        border-top: 1px solid #ddd;
        box-shadow: 0px 6px 6px -5px #ccc;
    }
    nav.navbar.sticky-top {
        padding: 0.7rem 1rem !important;
        height: auto;
        box-sizing: border-box;
    }
    .login-background-part-1,
    .login-background-part-2,
    .home-background-part-1,
    .home-background-part-2 {
        width: 100% !important;
        height: auto !important;
    }
    .margin-top-150 {
        margin-top: 40px;
    }
    .home-text {
        margin-left: 0;
        padding: 0 30px;
    }
    .home-text-heading {
        font-size: 28px;
    }
    .margin-bottom-150 {
        margin-bottom: 0;
    }
    .margin-bottom-80 {
        margin-bottom: 40px;
    }
    .margin-top-80 {
        margin-top: 20px;
    }
    .margin-left-50 {
        margin-left: 0;
    }
    .home-text.note {
        margin-top: 20px;
    }
    .sign-up-heading,
    .sign-up-heading {
        font-size: 24px;
        text-align: left;
    }
    .home-background-part-2 .source-label span {
        font-size: 16px;
    }
    .login-title {
        margin-left: 0;
    }
}

@media only screen and (min-width:481px) and (max-width:540px){
    .offcanvas-collapse.open {
        left: 0px !important;
    }
    .home-text-heading span::before {
        height: 2px;
        bottom: 5px;
    }
    .home-background-part-2 .margin-left-50 .card-body, .login-background-part-2 .margin-left-50 .card-body {
        margin: auto;
    }
    .breadcrumb p {
        padding-right: 10px;
    }
    .listing_img {
        width: 100%;
    }
    .right_listing_info {
        padding-left: 0;
    }
    .productDesc {
        font-size: 15px !important;
    }
    .actionDropDown img {
        width: 18px;
    }
    .custom_listing .tab-content {
        padding: 0 !important;
    }
    .saved_listing > .row {
        margin: 0;
    }
    .user_profile > h3 {
        font-size: 20px;
    }
    span.user_name {
        font-size: 15px;
    }
    .user_profile {
        margin: 0 0 20px;
    }
    .user_form input.form-control {
        height: 46px;
        font-size: 14px;
    }
    .user_form .submit_btn {
        margin-top: 0;
    }
    .user_image {
        max-width: 130px;
        margin: 0 auto;
    }
    .user_setting_wrap {
        padding: 15px;
    }
    .main_dashboard > .container-fluid > .row > div {
        padding: 0 !important;
    }
    .dashboard_logo {
        /* display: none; */
    }
    header.app-header > .container {
        padding: 0;
    }
    .user_img img {
        width: auto;
    }
    .app-header .nav-item .nav-link p {
        display: none;
    }
    header.app-header.navbar {
        padding: 10px 0;
    }
    .right_dahboard {
        padding-left: 0;
    }
    .navbar-collapse{
        margin-top: 43px !important;
        position: absolute !important;
    }
    .col6_height{
        width: 25% !important;
    }
    .main_dashboard {
        padding-top: 5px !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .chart_item {
        padding: 10px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ccc;
    }
    .annual_save {
        margin-bottom: 0;
    }
    .left_dashboard ul li a {
        font-size: 16px;
        padding: 8px 35px;
    }
    .navbar-collapse ul li a{
        font-size: 16px;
        padding: 8px 35px;
    }
    .offcanvas-collapse {
        position: fixed;
        height: fit-content;
        top: 86px;
        bottom: 0;
        right: 100%;
        left: -300px;
        width: 97.25% !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: /*#343a40*//*#f8f9fa*/#2c2c29;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }
    .chart_shortcode {
        padding: 70px 0;
        margin-bottom: 20px;
    }
    .chart_shortcode span {
        font-size: 20px;
    }
    .total_saving span {
        font-size: 32px;
    }

    .total_saving {
        margin-top: 15px;
    }
    .dash_heading h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .left_dashboard {
        height: 260px;
        position: static;
        width: 100%;
        margin-bottom: 0px;
    }
    table#allProductListing {
        width: 100% !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 5px;
    }
    main.main .card-body .dataTables_length label {
        font-size: 13px;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    #navbarSupportedContent {
        float: none !important;
    }
    #navbarSupportedContent ul.nav.navbar-nav {
        justify-content: center;
        padding-right: 0 !important;
    }
    .app-header .nav-item {
        text-align: right;
        width: 100%;
    }
    .header-fixed .app-header .row>div:nth-child(2) {
        display: none;
    }
    .sign-up-heading {
        font-size: 22px !important;
    }
    .custom_listing .card-body {
        padding: 0;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 13px !important;
    }
    .breadcrumb {
        padding: 15px;
        position: relative;
    }

    .breadcrumb span.closeTip {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .breadcrumb .row > div:last-child {
        position: static;
    }
    .spredSavings {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .custom_listing .sellect-sortby select {
        float: none;
        margin: 0 auto 10px;
    }
    .sidebar-fixed .saved_listing  .sidebar {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        flex: 0 0 100%;
    }
    .saved_listing {
        padding: 0;
    }
    .sidebar.custom_side_bar .card {
        width: 100% !important;
    }
    .spredSavings {
        display: inline-table;
        margin: auto;
    }
    .emailAFriend {
        margin: auto;
    }
    header a.navbar-brand {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .app-header {
        height: auto;
    }

    header.app-header a.navbar-brand {
        padding-left: 0;
        position: static;
        float: left;
    }
    nav.navbar {
        position: relative;
        height: auto;
    }
    nav.navbar a.navbar-brand {
        float: left;
        width: 197px;
        padding-left: 0;
        height: auto;
        line-height: normal;
    }
    nav.navbar a.navbar-brand .logo {
        margin-left: 0;
    }
    nav.navbar .navbar-collapse {
        position: absolute;
        background-color: #fff;
        margin-right: 0;
        flex: inherit;
        width: 100%;
        left: 0;
        right: 0;
        top: 60px;
        border-top: 1px solid #ddd;
        box-shadow: 0px 6px 6px -5px #ccc;
    }
    nav.navbar.sticky-top {
        padding: 0.7rem 1rem !important;
        height: auto;
        box-sizing: border-box;
    }
    .login-background-part-1,
    .login-background-part-2,
    .home-background-part-1,
    .home-background-part-2 {
        width: 100% !important;
        height: auto !important;
    }
    .margin-top-150 {
        margin-top: 40px;
    }
    .home-text {
        margin-left: 0;
        padding: 0 30px;
    }
    .home-text-heading {
        font-size: 28px;
    }
    .margin-bottom-150 {
        margin-bottom: 0;
    }
    .margin-bottom-80 {
        margin-bottom: 40px;
    }
    .margin-top-80 {
        margin-top: 20px;
    }
    .margin-left-50 {
        margin-left: 0;
    }
    .home-text.note {
        margin-top: 20px;
    }
    .sign-up-heading,
    .sign-up-heading {
        font-size: 24px;
        text-align: left;
    }
    .home-background-part-2 .source-label span {
        font-size: 16px;
    }
    .login-title {
        margin-left: 0;
    }
}  

@media only screen and (max-width:411px){
    .offcanvas-collapse.open {
        left: 0px !important;
    }
    .home-text-heading span::before {
        height: 2px;
        bottom: 5px;
    }
    .home-background-part-2 .margin-left-50 .card-body, .login-background-part-2 .margin-left-50 .card-body {
        margin: auto;
    }
    .breadcrumb p {
        padding-right: 10px;
    }
    .listing_img {
        width: 100%;
    }
    .right_listing_info {
        padding-left: 0;
    }
    .productDesc {
        font-size: 15px !important;
    }
    .actionDropDown img {
        width: 18px;
    }
    .custom_listing .tab-content {
        padding: 0 !important;
    }
    .saved_listing > .row {
        margin: 0;
    }
    .user_profile > h3 {
        font-size: 20px;
    }
    span.user_name {
        font-size: 15px;
    }
    .user_profile {
        margin: 0 0 20px;
    }
    .user_form input.form-control {
        height: 46px;
        font-size: 14px;
    }
    .user_form .submit_btn {
        margin-top: 0;
    }
    .user_image {
        max-width: 130px;
        margin: 0 auto;
    }
    .user_setting_wrap {
        padding: 15px;
    }
    .main_dashboard > .container-fluid > .row > div {
        padding: 0 !important;
    }
    .dashboard_logo {
        /* display: none; */
    }
    header.app-header > .container {
        padding: 0;
    }
    .user_img img {
        width: auto;
    }
    .app-header .nav-item .nav-link p {
        display: none;
    }
    header.app-header.navbar {
        padding: 10px 0;
    }
    .right_dahboard {
        padding-left: 0;
    }
    .navbar-collapse{
        margin-top: 43px !important;
        position: absolute !important;
    }
    .col6_height{
        width: 25% !important;
    }
    .main_dashboard {
        padding-top: 5px !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .chart_item {
        padding: 10px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ccc;
    }
    .annual_save {
        margin-bottom: 0;
    }
    .left_dashboard ul li a {
        font-size: 16px;
        padding: 8px 35px;
    }
    .navbar-collapse ul li a{
        font-size: 16px;
        padding: 8px 35px;
    }
    .offcanvas-collapse {
        position: fixed;
        height: fit-content;
        top: 86px;
        bottom: 0;
        right: 100%;
        left: -300px;
        width: 96.25% !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: /*#343a40*//*#f8f9fa*/#2c2c29;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }
    .chart_shortcode {
        padding: 70px 0;
        margin-bottom: 20px;
    }
    .chart_shortcode span {
        font-size: 20px;
    }
    .total_saving span {
        font-size: 32px;
    }

    .total_saving {
        margin-top: 15px;
    }
    .dash_heading h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .left_dashboard {
        height: 260px;
        position: static;
        width: 100%;
        margin-bottom: 0px;
    }
    table#allProductListing {
        width: 100% !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 5px;
    }
    main.main .card-body .dataTables_length label {
        font-size: 13px;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    #navbarSupportedContent {
        float: none !important;
    }
    #navbarSupportedContent ul.nav.navbar-nav {
        justify-content: center;
        padding-right: 0 !important;
    }
    .app-header .nav-item {
        text-align: right;
        width: 100%;
    }
    .header-fixed .app-header .row>div:nth-child(2) {
        display: none;
    }
    .sign-up-heading {
        font-size: 22px !important;
    }
    .custom_listing .card-body {
        padding: 0;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 13px !important;
    }
    .breadcrumb {
        padding: 15px;
        position: relative;
    }

    .breadcrumb span.closeTip {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .breadcrumb .row > div:last-child {
        position: static;
    }
    .spredSavings {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .custom_listing .sellect-sortby select {
        float: none;
        margin: 0 auto 10px;
    }
    .sidebar-fixed .saved_listing  .sidebar {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        flex: 0 0 100%;
    }
    .saved_listing {
        padding: 0;
    }
    .sidebar.custom_side_bar .card {
        width: 100% !important;
    }
    .spredSavings {
        display: inline-table;
        margin: auto;
    }
    .emailAFriend {
        margin: auto;
    }
    header a.navbar-brand {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .app-header {
        height: auto;
    }

    header.app-header a.navbar-brand {
        padding-left: 0;
        position: static;
        float: left;
    }
    nav.navbar {
        position: relative;
        height: auto;
    }
    nav.navbar a.navbar-brand {
        float: left;
        width: 197px;
        padding-left: 0;
        height: auto;
        line-height: normal;
    }
    nav.navbar a.navbar-brand .logo {
        margin-left: 0;
    }
    nav.navbar .navbar-collapse {
        position: absolute;
        background-color: #fff;
        margin-right: 0;
        flex: inherit;
        width: 100%;
        left: 0;
        right: 0;
        top: 60px;
        border-top: 1px solid #ddd;
        box-shadow: 0px 6px 6px -5px #ccc;
    }
    nav.navbar.sticky-top {
        padding: 0.7rem 1rem !important;
        height: auto;
        box-sizing: border-box;
    }
    .login-background-part-1,
    .login-background-part-2,
    .home-background-part-1,
    .home-background-part-2 {
        width: 100% !important;
        height: auto !important;
    }
    .margin-top-150 {
        margin-top: 40px;
    }
    .home-text {
        margin-left: 0;
        padding: 0 30px;
    }
    .home-text-heading {
        font-size: 28px;
    }
    .margin-bottom-150 {
        margin-bottom: 0;
    }
    .margin-bottom-80 {
        margin-bottom: 40px;
    }
    .margin-top-80 {
        margin-top: 20px;
    }
    .margin-left-50 {
        margin-left: 0;
    }
    .home-text.note {
        margin-top: 20px;
    }
    .sign-up-heading,
    .sign-up-heading {
        font-size: 24px;
        text-align: left;
    }
    .home-background-part-2 .source-label span {
        font-size: 16px;
    }
    .login-title {
        margin-left: 0;
    }
}

@media only screen and (max-width:360px){
    .offcanvas-collapse.open {
        left: 0px !important;
    }
    .home-text-heading span::before {
        height: 2px;
        bottom: 5px;
    }
    .home-background-part-2 .margin-left-50 .card-body, .login-background-part-2 .margin-left-50 .card-body {
        margin: auto;
    }
    .breadcrumb p {
        padding-right: 10px;
    }
    .listing_img {
        width: 100%;
    }
    .right_listing_info {
        padding-left: 0;
    }
    .productDesc {
        font-size: 15px !important;
    }
    .actionDropDown img {
        width: 18px;
    }
    .custom_listing .tab-content {
        padding: 0 !important;
    }
    .saved_listing > .row {
        margin: 0;
    }
    .user_profile > h3 {
        font-size: 20px;
    }
    span.user_name {
        font-size: 15px;
    }
    .user_profile {
        margin: 0 0 20px;
    }
    .user_form input.form-control {
        height: 46px;
        font-size: 14px;
    }
    .user_form .submit_btn {
        margin-top: 0;
    }
    .user_image {
        max-width: 130px;
        margin: 0 auto;
    }
    .user_setting_wrap {
        padding: 15px;
    }
    .main_dashboard > .container-fluid > .row > div {
        padding: 0 !important;
    }
    .dashboard_logo {
        /* display: none; */
    }
    header.app-header > .container {
        padding: 0;
    }
    .user_img img {
        width: auto;
    }
    .app-header .nav-item .nav-link p {
        display: none;
    }
    header.app-header.navbar {
        padding: 10px 0;
    }
    .right_dahboard {
        padding-left: 0;
    }
    .navbar-collapse{
        margin-top: 43px !important;
        position: absolute !important;
    }
    .col6_height{
        width: 25% !important;
    }
    .main_dashboard {
        padding-top: 5px !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .chart_item {
        padding: 10px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ccc;
    }
    .annual_save {
        margin-bottom: 0;
    }
    .left_dashboard ul li a {
        font-size: 16px;
        padding: 8px 35px;
    }
    .navbar-collapse ul li a{
        font-size: 16px;
        padding: 8px 35px;
    }
    .offcanvas-collapse {
        position: fixed;
        height: fit-content;
        top: 86px;
        bottom: 0;
        right: 100%;
        left: -300px;
        width: 96% !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: /*#343a40*//*#f8f9fa*/#2c2c29;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }
    .chart_shortcode {
        padding: 70px 0;
        margin-bottom: 20px;
    }
    .chart_shortcode span {
        font-size: 20px;
    }
    .total_saving span {
        font-size: 32px;
    }

    .total_saving {
        margin-top: 15px;
    }
    .dash_heading h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .left_dashboard {
        height: 260px;
        position: static;
        width: 100%;
        margin-bottom: 0px;
    }
    table#allProductListing {
        width: 100% !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 5px;
    }
    main.main .card-body .dataTables_length label {
        font-size: 13px;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    #navbarSupportedContent {
        float: none !important;
    }
    #navbarSupportedContent ul.nav.navbar-nav {
        justify-content: center;
        padding-right: 0 !important;
    }
    .app-header .nav-item {
        text-align: right;
        width: 100%;
    }
    .header-fixed .app-header .row>div:nth-child(2) {
        display: none;
    }
    .sign-up-heading {
        font-size: 22px !important;
    }
    .custom_listing .card-body {
        padding: 0;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 13px !important;
    }
    .breadcrumb {
        padding: 15px;
        position: relative;
    }

    .breadcrumb span.closeTip {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .breadcrumb .row > div:last-child {
        position: static;
    }
    .spredSavings {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .custom_listing .sellect-sortby select {
        float: none;
        margin: 0 auto 10px;
    }
    .sidebar-fixed .saved_listing  .sidebar {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        flex: 0 0 100%;
    }
    .saved_listing {
        padding: 0;
    }
    .sidebar.custom_side_bar .card {
        width: 100% !important;
    }
    .spredSavings {
        display: inline-table;
        margin: auto;
    }
    .emailAFriend {
        margin: auto;
    }
    header a.navbar-brand {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .app-header {
        height: auto;
    }

    header.app-header a.navbar-brand {
        padding-left: 0;
        position: static;
        float: left;
    }
    nav.navbar {
        position: relative;
        height: auto;
    }
    nav.navbar a.navbar-brand {
        float: left;
        width: 197px;
        padding-left: 0;
        height: auto;
        line-height: normal;
    }
    nav.navbar a.navbar-brand .logo {
        margin-left: 0;
    }
    nav.navbar .navbar-collapse {
        position: absolute;
        background-color: #fff;
        margin-right: 0;
        flex: inherit;
        width: 100%;
        left: 0;
        right: 0;
        top: 60px;
        border-top: 1px solid #ddd;
        box-shadow: 0px 6px 6px -5px #ccc;
    }
    nav.navbar.sticky-top {
        padding: 0.7rem 1rem !important;
        height: auto;
        box-sizing: border-box;
    }
    .login-background-part-1,
    .login-background-part-2,
    .home-background-part-1,
    .home-background-part-2 {
        width: 100% !important;
        height: auto !important;
    }
    .margin-top-150 {
        margin-top: 40px;
    }
    .home-text {
        margin-left: 0;
        padding: 0 30px;
    }
    .home-text-heading {
        font-size: 28px;
    }
    .margin-bottom-150 {
        margin-bottom: 0;
    }
    .margin-bottom-80 {
        margin-bottom: 40px;
    }
    .margin-top-80 {
        margin-top: 20px;
    }
    .margin-left-50 {
        margin-left: 0;
    }
    .home-text.note {
        margin-top: 20px;
    }
    .sign-up-heading,
    .sign-up-heading {
        font-size: 24px;
        text-align: left;
    }
    .home-background-part-2 .source-label span {
        font-size: 16px;
    }
    .login-title {
        margin-left: 0;
    }
}
@media only screen and (min-width:415px) and (max-width:480px){
    /*  Mobile devices*/
    .offcanvas-collapse.open {
        left: -0px !important;
    }
}
@media only screen and (min-width:412px) and (max-width:414px){
    /*  Mobile devices*/
    .offcanvas-collapse.open {
        left: -5px !important;
    }
    .dashboard_logo .blacklogo {
    display: block;
    padding: 0px 0 !important;
    height: 60px !important;
}
}
@media only screen and (min-width:375px) and (max-width:411px){
    /*  Mobile devices*/
    .offcanvas-collapse.open {
        left: -1px !important;
    }
    .dashboard_logo .blacklogo {
    display: block;
    padding: 0px 0 !important;
    height: 60px !important;
}
}
@media only screen and (min-width:360px) and (max-width:374px){
    /*  Mobile devices*/
    .offcanvas-collapse.open {
        left: -0px !important;
    }
    .dashboard_logo .blacklogo {
    display: block;
    padding: 0px 0 !important;
    height: 60px !important;
}
}
@media only screen and (min-width:320px) and (max-width:359px){
    /*  Mobile devices*/
    .offcanvas-collapse.open {
        left: -2px !important;
    }
    .dashboard_logo .blacklogo {
    display: block;
    padding: 0px 0 !important;
    height: 60px !important;
}
}
@media only screen and (min-width:280px) and (max-width:319px){
    .home-text-heading span::before {
        height: 2px;
        bottom: 5px;
    }
    .home-background-part-2 .margin-left-50 .card-body, .login-background-part-2 .margin-left-50 .card-body {
        margin: auto;
    }
    .breadcrumb p {
        padding-right: 10px;
    }
    .listing_img {
        width: 100%;
    }
    .right_listing_info {
        padding-left: 0;
    }
    .productDesc {
        font-size: 15px !important;
    }
    .actionDropDown img {
        width: 18px;
    }
    .custom_listing .tab-content {
        padding: 0 !important;
    }
    .saved_listing > .row {
        margin: 0;
    }
    .user_profile > h3 {
        font-size: 20px;
    }
    span.user_name {
        font-size: 15px;
    }
    .user_profile {
        margin: 0 0 20px;
    }
    .user_form input.form-control {
        height: 46px;
        font-size: 14px;
    }
    .user_form .submit_btn {
        margin-top: 0;
    }
    .user_image {
        max-width: 130px;
        margin: 0 auto;
    }
    .user_setting_wrap {
        padding: 15px;
    }
    .main_dashboard > .container-fluid > .row > div {
        padding: 0 !important;
    }
    .dashboard_logo {
        /* display: none; */
    }
    header.app-header > .container {
        padding: 0;
    }
    .user_img img {
        width: auto;
    }
    .app-header .nav-item .nav-link p {
        display: none;
    }
    header.app-header.navbar {
        padding: 10px 0;
    }
    .right_dahboard {
        padding-left: 0;
    }
    .navbar-collapse{
        margin-top: 43px !important;
        position: absolute !important;
    }
    .col6_height{
        width: 25% !important;
    }
    .main_dashboard {
        padding-top: 5px !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .chart_item {
        padding: 10px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ccc;
    }
    .annual_save {
        margin-bottom: 0;
    }
    .left_dashboard ul li a {
        font-size: 16px;
        padding: 8px 35px;
    }
    .navbar-collapse ul li a{
        font-size: 16px;
        padding: 8px 35px;
    }
    .offcanvas-collapse {
        position: fixed;
        height: fit-content;
        top: 86px;
        bottom: 0;
        right: 100%;
        left: -300px;
        width: 94.25% !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: /*#343a40*//*#f8f9fa*/#2c2c29;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }
    .chart_shortcode {
        padding: 70px 0;
        margin-bottom: 20px;
    }
    .chart_shortcode span {
        font-size: 20px;
    }
    .total_saving span {
        font-size: 32px;
    }

    .total_saving {
        margin-top: 15px;
    }
    .dash_heading h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .left_dashboard {
        height: 260px;
        position: static;
        width: 100%;
        margin-bottom: 0px;
    }
    table#allProductListing {
        width: 100% !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 5px;
    }
    main.main .card-body .dataTables_length label {
        font-size: 13px;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    header.app-header.navbar .row {
        margin: 0;
    }
    #navbarSupportedContent {
        float: none !important;
    }
    #navbarSupportedContent ul.nav.navbar-nav {
        justify-content: center;
        padding-right: 0 !important;
    }
    .app-header .nav-item {
        text-align: right;
        width: 100%;
    }
    .header-fixed .app-header .row>div:nth-child(2) {
        display: none;
    }
    .sign-up-heading {
        font-size: 22px !important;
    }
    .custom_listing .card-body {
        padding: 0;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 13px !important;
    }
    .breadcrumb {
        padding: 15px;
        position: relative;
    }

    .breadcrumb span.closeTip {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .breadcrumb .row > div:last-child {
        position: static;
    }
    .spredSavings {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .custom_listing .sellect-sortby select {
        float: none;
        margin: 0 auto 10px;
    }
    .sidebar-fixed .saved_listing  .sidebar {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        flex: 0 0 100%;
    }
    .saved_listing {
        padding: 0;
    }
    .sidebar.custom_side_bar .card {
        width: 100% !important;
    }
    .spredSavings {
        display: inline-table;
        margin: auto;
    }
    .emailAFriend {
        margin: auto;
    }
    header a.navbar-brand {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .app-header {
        height: auto;
    }

    header.app-header a.navbar-brand {
        padding-left: 0;
        position: static;
        float: left;
    }
    nav.navbar {
        position: relative;
        height: auto;
    }
    nav.navbar a.navbar-brand {
        float: left;
        width: 197px;
        padding-left: 0;
        height: auto;
        line-height: normal;
    }
    nav.navbar a.navbar-brand .logo {
        margin-left: 0;
    }
    nav.navbar .navbar-collapse {
        position: absolute;
        background-color: #fff;
        margin-right: 0;
        flex: inherit;
        width: 100%;
        left: 0;
        right: 0;
        top: 60px;
        border-top: 1px solid #ddd;
        box-shadow: 0px 6px 6px -5px #ccc;
    }
    nav.navbar.sticky-top {
        padding: 0.7rem 1rem !important;
        height: auto;
        box-sizing: border-box;
    }
    .login-background-part-1,
    .login-background-part-2,
    .home-background-part-1,
    .home-background-part-2 {
        width: 100% !important;
        height: auto !important;
    }
    .margin-top-150 {
        margin-top: 40px;
    }
    .home-text {
        margin-left: 0;
        padding: 0 30px;
    }
    .home-text-heading {
        font-size: 28px;
    }
    .margin-bottom-150 {
        margin-bottom: 0;
    }
    .margin-bottom-80 {
        margin-bottom: 40px;
    }
    .margin-top-80 {
        margin-top: 20px;
    }
    .margin-left-50 {
        margin-left: 0;
    }
    .home-text.note {
        margin-top: 20px;
    }
    .sign-up-heading,
    .sign-up-heading {
        font-size: 24px;
        text-align: left;
    }
    .home-background-part-2 .source-label span {
        font-size: 16px;
    }
    .login-title {
        margin-left: 0;
    }
}

   .hide {
        display: none;
    }

    .toggleHeight {
        height: 130px;
    }
@media only screen and (max-width: 768px) {
   .col6_height{
display: block !important;
    }
    .dashboard_logo .blacklogo {
    display: block;
    padding: 0px 0;
    height: 40px;
}
}    
<!-- sidebar toggle ends -->