@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/Poppins-Regular.ttf');
  }
  @font-face {
    font-family: 'Poppins Light';
    src: url('../fonts/Poppins-Light.ttf');
  }
  @font-face {
    font-family: 'Poppins Medium';
    src: url('../fonts/Poppins-Medium.ttf');
  }
  @font-face {
    font-family: 'Poppins Bold';
    src: url('../fonts/Poppins-Bold.ttf');
  }
  @font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
  }
  @font-face {
    font-family: 'Poppins ExtraLight';
    src: url('../fonts/Poppins-ExtraLight.ttf');
  }
  @font-face {
    font-family: 'Poppins Thin';
    src: url('../fonts/Poppins-Thin.ttf');
  }

  * {
    margin: 0;
    padding: 0;
  }
  body {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    font-family: 'Poppins Light' !important;
    background-color: #1A1A1A !important;
    color: #fff !important;
  }
  section.section {
    padding: 50px 0px;
  }
  section.section a:hover,
  section.section a{
    text-decoration: none;
  }
  section.section p{
    margin: 0;
  }
  .row.mainRow {
    align-items: center;
  }

  /* FONTS  */
  .modal_add_to_cart .cart_modal_body td,
  section.product-descp-section .product-description .item-btns .add-to-cart a,
  a.load_btn{
    font-family: 'Poppins Medium';
  }

  .price_and_btn p,
  footer.footer .footer_navs ul li a,
  header.header .header-nav ul li a{
    font-family: 'Poppins Regular';
  }

  .price_and_btn p span,
  .content_text h4,
  .content_text h3,
  section.products_slider_section h2,
  section.info_location .info_main h3 ,
  section.map_banner .banner_text h2,
  section.contact_banner .banner_text h2,
  section.header_banner .banner_text h1,
  .section_heading h2{
    font-family: 'Poppins Bold';
  }

  .quantityCounter input,
  section.product-descp-section .product-description .item-btns .quantityCounter input,
  section.product-descp-section .product-description .item_features ul li,
  section.product-descp-section .product-description .item-para p,
  section.product-descp-section .product-description .item-rating span,
  section.our_promise_section .promise_points ul li p,
  section.rent_storage_section p,
  section.header_banner .banner_text p{
    font-family: 'Poppins ExtraLight';
  }

  .modal_add_to_cart .cart_modal_heading h2,
  section.product-list-section .product-table td .total-price,
  section.product-list-section .product-table td .price,
  a.view_more_btn,
  section.product-descp-section .product-description .category p span,
  section.product-descp-section .product-description .sku p span,
  .item_features h5,
  section.product-descp-section .product-description .item-price p,
  section.product-descp-section .product-description .name p,
  .product_main .prod_price p,
  section.our_promise_section .promise_points ul li span{
    font-family: 'Poppins-SemiBold';
  }

  .content_text ul li,
  section.product-descp-section .product-description .category p,
  section.product-descp-section .product-description .sku p,
  section.product-descp-section .product-description .add-to-wishlist,
  section.map_banner .banner_text p,
  section.contact_banner .banner_text p,
  section.getintouch_section form textarea,
  section.getintouch_section form input,
  section.getintouch_section form button,
  footer.footer .copy_right a,
  section.convenience_section .convenience_points ul li,
  .section_heading h4,
  section.header_banner .banner_text h3{
    font-family: 'Poppins Light';
  }

  /* SCROLLBAR CSS  */
  body::-webkit-scrollbar {
    width: 10px;
  }
  body::-webkit-scrollbar-track {
    background: #1A1A1A;
  }
  body::-webkit-scrollbar-thumb {
    background: linear-gradient(#a56346 , #1A1A1A ,#805046);
    border-radius: 30px;
  }


  /********** HEADER CSS  **********/
  /* div.logo .small {
    height: 75px !important;
    overflow: hidden;
}

div.logo .medium {
  height: 100px !important;
  overflow: hidden;
}

div.logo .large {
height: 125px !important;
overflow: hidden;
}
  .header .logo {
    width: 150px;
    display: block;
    height: 75px;
  } */
  header.header .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  header.header ul li{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header.header .header-nav ul {
    margin: 0;
    padding: 0;
  }
  header.header .header-nav ul li a{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    position: relative;
  }
  header.header .header-nav ul li a:hover{
    color: #fff;
    transition: all 0.5s ease;
  }
  header.header .header-nav ul li a.active{
    color: #fff;
    font-weight: 600;
  }
  header.header .header-nav ul li a.active:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    border-bottom: 2px solid #805046;
  }
  header.header .header-nav ul li{
    display: inline-block;
    margin: 0px 10px;
  }
  header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 100px;
    transition: all 1s ease;
    z-index: 100;
    background-color: transparent;
  }
  header.header .header-nav {
    display: flex;
    justify-content: end;
  }
  /* FIXED HEADER CSS  */
  header.header.fixedHeader {
    background-color: #1a1a1a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 1s ease;
    box-shadow: rgb(0 0 0 / 46%) 8px 8px 33px;
  }
  /* SMALL SCREEN MENU STARTS HERE */
  .menu-small-screen{
    display: none;
  }
  .toggle-small-screen button {
    display: block;
    background-color: transparent;
    border: none;
  }
  .toggle-small-screen button img {
    width: 40px;
    height: 40px;
  }
  .toggle-small-screen {
    float: right;
    position: relative;
    right: 0;
  }
  header.header .offcanvas{
    background-color: #0d0d0d;
    color: #fff;
    max-width: 270px;
    padding-top: 15px;
  }
  header.header .offcanvas .menus-offcanvas ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header.header .offcanvas .menus-offcanvas ul li{
    display: block;
    margin: 20px 0px;
    padding-left: 5px;
  }
  header.header .offcanvas .menus-offcanvas ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins Regular';
  }
  header.header .offcanvas .offcanvas-header .btn-close{
    color: #fff;
    width: 1em;
    height: 1em;
    filter: invert(1);
    background-size: contain;
    padding: 5px;
    margin-right: 10px;
  }
  /* SMALL SCREEN MENU ENDS HERE */

  /********** HEADER BANNER **********/
  section.header_banner{
    /* background-image: url('../images/banner_bg.png'); */
    background-position: center;
    background-size: cover;
    color: #fff;
    height: 100vh;
    position: relative;
  }
  .section.filter_effect{
    position: relative;
    overflow: hidden;
   
  }
  .section.filter_effect .filter_inner{
    position: relative;
    z-index: 3;
  }
  .section.filter_effect::before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgb(0 0 0 / 70%);
    pointer-events: none;
  }

  .section.filter_effect .newimg::before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgb(0 0 0 / 70%);
    pointer-events: none;
  }

  section.header_banner .banner_text{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    vertical-align: middle;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    color: #fff;
  }
  section.header_banner .banner_text h1{
    margin: 10px 0px 20px;
    font-size: 60px;
  }
  section.header_banner .banner_text p{
    letter-spacing: 0px;
    padding: 0px 150px;
    color: #F2F2F2;
  }

  /********** RENT STORAGE SECTION STARTS **********/
  section.rent_storage_section{
    background-image: url('../images/home_sec1_bg.png');
    background-size: cover;
    background-position: left;
    padding: 100px 0px;
    color: #fff;
    min-height: 90vh;
  }
  .section_heading h4{
    font-size: 25px;
  }
  .section_heading h2{
    font-size: 40px;
  }
  .section_heading {
    display: block;
    text-align: center;
    color: #fff;
  }
  section.rent_storage_section p{
    line-height: 35px;
    padding-right: 50px;
    color: #B3B3B3;
  }
  section.rent_storage_section .right_shape{
    position: relative;
  }
  section.rent_storage_section .filter_inner::before{
    content: '';
    content: '';
    width: 50px;
    height: 130vh;
    background-color: transparent;
    border: 2px solid #8050464a;
    border-top: transparent;
    border-bottom: transparent;
    position: absolute;
    top: -125px;
    right: 120px;
    transform: rotate(10deg);
    z-index: -2;
  }
  section.rent_storage_section .filter_inner::after{
    content: '';
    width: 50px;
    height: 130vh;
    background-color: transparent;
    border: 2px solid #8050464a;
    border-top: transparent;
    border-bottom: transparent;
    position: absolute;
    top: -125px;
    right: 43%;
    transform: rotate(10deg);
    z-index: -2;
  }
  /********** RENT STORAGE SECTION END **********/

  /********** CONVENIENCE SECTION START **********/
  section.convenience_section{
    background-image: url('../images/home_sec2_bg.png');
    background-size: cover;
    background-position: right;
    padding: 100px 100px;
    color: #fff;
    min-height: 90vh;
  }
  section.convenience_section .filter_inner::after {
    content: '';
    width: 50px;
    height: 120vh;
    background-color: transparent;
    border: 2px solid #8050464a;
    border-top: transparent;
    border-bottom: transparent;
    position: absolute;
    top: -125px;
    left: 5px;
    transform: rotate(171deg);
    z-index: -2;
  }
  section.convenience_section .filter_inner::before {
    content: '';
    width: 81%;
    height: 2px;
    background-color: #805046;
    position: absolute;
    bottom: -101px;
    left: -100px;
    z-index: -2;
  }
  section.convenience_section .convenience_points{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    margin-left: 0;
  }
  section.convenience_section .convenience_points ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  section.convenience_section .convenience_points ul li{
    display: block;
    margin: 30px 0px;
    padding-left: 30px;
    position: relative;
    color: #E6E6E6;
    font-size: 14px;
  }
  section.convenience_section .convenience_points ul li::before{
    content: '';
    width: 12px;
    height: 12px;
    background-color: #805046;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
  }
  section.convenience_section .left_shape{
    position: relative;
  }

  /********** OUR PROMISE SECTION START **********/
  section.our_promise_section {
    background-image: url('../images/home_sec3_bg.png');
    background-size: cover;
    background-position: 300px 0px;
    padding: 100px 100px;
    color: #fff;
    min-height: 90vh;
  }
  section.our_promise_section .promise_points ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  section.our_promise_section .promise_points ul li {
    margin: 30px 0px;
    position: relative;
    padding-left: 60px;
    font-size: 25px;
  }

  section.our_promise_section .promise_points p{
    font-size: 16px;
  }
  section.our_promise_section .promise_points ul li::before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #805046;
    position: absolute;
    top: 15px;
    left: 0;
  }
  section.our_promise_section .promise_points ul li span {
    font-size: 25px;
  }
  section.our_promise_section .promise_points {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  section.our_promise_section .promise_points ul li p {
    margin-top: 10px;
  }
  /********** OUR PROMISE SECTION END **********/

  /**********  FOOTER START **********/
  footer.footer{
    background-color: #1A1A1A;
    padding-top: 200px;
    /* position: relative; */
  }
  footer.footer::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
  }
  footer.footer.home_footer {
    padding-top: 100px;
  }
  footer.footer.home_footer::before {
    top: 70px;
  }
  footer.footer .footer_logo a{
    display: block;
    width: 150px;
    margin: 10px auto 40px;
  }
  footer.footer .footer_logo a img{
    width: 100%;	height: 80px;
  }
  footer.footer .footer_navs {
    display: flex;
    justify-content: center;
    padding: 40px 0px;
  }
  footer.footer .footer_navs ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer.footer .footer_navs ul li{
    display: inline-block;
    margin: 0px 20px;
  }
  footer.footer .copy_right a,
  footer.footer .footer_navs ul li a{
    text-decoration: none;
    color: #B3B3B3;
  }
  footer.footer .copy_right a{
    display: block;
    text-align: center;
    margin-top: 30px;
    padding: 15px 0px;
  }
  /**********  FOOTER END **********/
  .menu_large_screen{
    display: block;
  }
  .menu_small_screen{
    display: none;
  }

  /******************** SHAPES HOME STARTS ********************/
  section.rent_storage_section::after {
    content: '';
    background-color: #1a1a1a;
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .svg_rent_storage {
    position: absolute;
    top: -30px;
    left: 47.5%;
    width: 24%;
    z-index: 1;
    transform: rotate(10deg);
  }
  section.convenience_section::after{
    content: '';
    background-color: #1a1a1a;
    width: 43%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .svg_convenience_section{
    position: absolute;
    top: -72px;
    right: 28.2%;
    width: 37%;
    z-index: 1;
    transform: rotate(332deg);
  }
  section.our_promise_section::after{
    content: '';
    background-color: #1a1a1a;
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .our_promise_section_top{
    position: absolute;
    top: -100px;
    left: 39.5%;
    width: 21%;
    z-index: 2;
    transform: rotate(16deg);
  }
  .our_promise_section_bottom{
    position: absolute;
    bottom: -100px;
    left: 39%;
    width: 20%;
    z-index: 1;
    transform: rotate(-20deg);
  }
  .our_promise_section_top::after{
    content: '';
    width: 50px;
    height: 77vh;
    background-color: transparent;
    border: 2px solid #8050464a;
    border-top: transparent;
    border-bottom: transparent;
    border-right: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(0deg);
    z-index: 100;
  }
  .section.our_promise_section .promise_points ul li:last-child:after{
    content: '';
    width: 47px;
    height: 76vh;
    background-color: transparent;
    border: 2px solid #8050464a;
    border-top: transparent;
    border-bottom: transparent;
    border-right: transparent;
    position: absolute;
    top: -116px;
    right: -225px;
    transform: rotate(-20deg);
    z-index: 100;
  }
  section.our_promise_section .filter_inner::after{
    content: '';
    width: 471px;
    height: 2px;
    background-color: #805046;
    position: absolute;
    bottom: -100px;
    right: -101px;
    z-index: 100;
  }
  /******************** SHAPES HOME ENDS ********************/


  /********************  CONTACT PAGE STARTS ********************/
  /**********  CONTACT BANNER SECTION STARTS **********/
  section.map_banner,
  section.contact_banner {
    background-color: #1a1a1a;
    padding-top: 150px;
    min-height: 90vh;
    position: relative;
  }
  section.contact_banner::before {
    content: '';
    width: 50px;
    height: 105%;
    background-color: transparent;
    border: 2px solid #8050464a;
    border-top: transparent;
    border-bottom: transparent;
    border-right: transparent;
    position: absolute;
    top: 0;
    right: 60%;
    z-index: 0;
    transform: rotate(22deg);
  }
  section.map_banner .banner_img,
  section.contact_banner .banner_img {
    max-width: 100%;
  }
  section.map_banner .banner_img img,
  section.contact_banner .banner_img img {
    max-width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 15;
  }
  section.contact_banner .banner_img img {
    transform: translateY(77px);
  }
  section.map_banner .banner_text,
  section.contact_banner .banner_text {
    color: #fff;
    position: relative;
    top: 27%;
    padding-left: 20%;
    z-index: 20;
  }
  section.contact_banner .banner_text p {
    letter-spacing: 7px;
    font-size: 16px;
    margin: 0;
    padding-left: 5px;
  }
  section.map_banner .banner_text p{
    letter-spacing: 9px;
  }
  section.map_banner .banner_text h2,
  section.contact_banner .banner_text h2 {
    font-size: 60px;
    margin: 0;
  }
  /**********  CONTACT BANNER SECTION ENDS **********/

  /**********  GETINTOUCH FORM SECTION START **********/
  section.getintouch_section{
    background-image: url('../images/getintouch_bg.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    color: #fff;
    position: relative;
  }
  section.getintouch_section::after {
    content: '';
    width: 136%;
    height: 40px;
    background-color: transparent;
    border: 2px solid #8050464a;
    border-left: transparent;
    border-right: transparent;
    position: absolute;
    top: 32%;
    right: -38.5%;
    z-index: 0;
    transform: rotate(30deg);
  }
  section.getintouch_section.section.filter_effect::before {
    background: rgb(0 0 0 / 87%);
  }
  section.getintouch_section form input,
  section.getintouch_section form textarea{
      width: 100%;
      display: block;
      margin-bottom: 16px;
      padding: 12px;
      background-color: transparent;
      border: 2px solid #805046;
      outline: none;
      color: #fff;
  }
  section.getintouch_section form input::placeholder,
  section.getintouch_section form textarea::placeholder{
    color: #fff;
  }
  section.getintouch_section form textarea{
    min-height: 200px;
    max-height: 200px;
  }
  section.getintouch_section form textarea::-webkit-resizer {
    display: none;
  }
  section.getintouch_section form button{
    display: block;
    min-width: 120px;
    background-color: #805046;
    color: #fff;
    border: 2px solid #805046;
    padding: 8px;
    text-align: center;
    margin: 60px auto;
    transition: all 1s ease;
  }
  section.getintouch_section form button:hover{
    background-color: #000;
    color: #fff;
    transition: all 1s ease;
  }
  footer.footer.footer_inner_pages {
    padding-top: 20px;
  }

  footer.footer.footer_inner_pages::before {
    top: 0;
  }
  /**********  GETINTOUCH FORM SECTION ENDS **********/
  /********************  CONTACT PAGE ENDS ********************/

  /******************** LOCATION  PAGE STARTS ********************/
  section.info_location,
  section.location_section{
    background-color: #1A1A1A;
    position: relative;
  }
  .map_frame iframe,
  .map_frame{
    width: 100%;
    position: relative;
    z-index: 10;
    padding-bottom: 50px;
  }
  section.location_section .section_heading {
    padding: 40px 0px;
  }
  section.location_section{
    padding: 0px;
  }

  /********** INFO LOCATION SECTION START **********/
  section.info_location .info_main {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  section.info_location .info_inner{
    width: 49%;
    margin-bottom: 50px;
    z-index: 30;
  }
  section.info_location .info_main h3 {
    padding-left: 40px;
    position: relative;
    font-size: 35px;
  }
  section.info_location .info_main h3::before {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #805046;
    position: absolute;
    top: 20px;
    left: 0;
  }
  section.info_location .info_main p,
  section.info_location .info_main a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
  }
  section.info_location .info_inner.inner_left a,
  section.info_location .info_inner.inner_left h3 {
    margin-left: 150px;
  }
  /********** INFO LOCATION SECTION ENDS **********/
  /********************  LOCATION PAGE ENDS ********************/


  /********************  SERVICES PAGE ENDS ********************/
  /********** SERVICES BANNER SECTION START **********/
  section.services_banner{
    background-image: url('../images/services_banner.png');
  }
  section.all_products_section{
    padding: 50px 100px;
    background-image: url('../images/all_prod_bg.png');
  }
  section.all_products_section.section.filter_effect::before{
    background: rgb(0 0 0 / 82%);
  }
  section.all_products_section .section_heading h2 {
    font-size: 45px;
  }
  section.all_products_section .section_heading h4 {
    font-size: 22px;
  }
  .all_products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
  }
  .product_main {
    display: block;
    width: 30%;
    margin: 10px 0px 100px;
  }
  .product_main .product_img {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    transition: all 1s ease;
  }
  .product_main:hover .product_img_before::before{
    background: transparent;
    transition: all 1s ease;
  }
  .product_main .product_img_before::before{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgb(0 0 0 / 66%);
    pointer-events: none;
    transition: all 1s ease;
  }
  .product_main:hover img{
    transform: scale(1.1);
    transition: all 1s ease;
  }
  .product_main .product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
  }
  .product_main .product_desp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0px;
  }
  .product_main .prod_price p,
  .product_main .product_name p {
    font-size: 20px;
  }
  .product_main .product_name p {
    color: #FFFFFF;
  }
  .product_main .product_rating {
    color: #FFD400;
    font-size: 18px;
  }
  .product_main .prod_price p {
    color: #fff;
    position: relative;
    display: block;
    padding-left: 38px;
  }
  .product_main .prod_price p::before {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #805046;
    position: absolute;
    top: 14px;
    left: 0;
  }
  .load_more{
    text-align: center;
    margin: 30px 0px 70px;
  }
  a.load_btn{
    text-decoration: none;
    display: inline-block;
    min-width: 130px;
    background-color: #805046;
    border: 2px solid #805046;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    transition: all 1s ease;
    font-size: 14px;
    letter-spacing: 1px;
  }
  a.load_btn:hover{
    background-color: #000;
    transition: all 1s ease;
    color: #fff;
  }
  /********** SERVICES BANNER SECTION ENDS **********/
  /********************  SERVICES PAGE ENDS ********************/


  /********************  PRODUCT DESCRIPTION PAGE ENDS ********************/
  /**********  DESCRIPTION SECTION START **********/
  section.product-descp-section{
    background-color: #1A1A1A;
    padding: 250px 100px 150px;
    position: relative;
  }
  section.product-descp-section::before{
    content: '';
    width: 100%;
    height: 20px;
    background-color: #a56346;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
  }
  section.product-descp-section .nav-tabs{
    border-bottom: none;
  }
  section.product-descp-section .tab_img{
    width: 100%;
    height: 500px;
  }
  section.product-descp-section .tab_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.product-descp-section .nav-tabs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.product-descp-section .nav-tabs li{
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 153px;
  }
  section.product-descp-section .nav-tabs li:last-child{
    margin-bottom: 0px;
  }
  section.product-descp-section .nav{
    display: block;
  }
  section.product-descp-section img{
    width: 100%;
  }
  section.product-descp-section  .productQuantity button.fa {
    width: 20px;
    height: 20px;
    border: none;
    background-color: #805046;
    color: #fff;
  }
  section.product-descp-section .product-description p{
    margin: 0;
    padding: 0;
  }
  section.product-descp-section .product-description .item-price p{
    color: #805046;
    font-size: 22px;
  }
  .item_features h5{
    color: #322E2A;
    margin: 0;
    font-size: 20px;
    margin-top: 25px;
  }
  section.product-descp-section .product-description .item_features ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  section.product-descp-section .product-description .item_features ul li{
    display: block;
    color: #B3B3B3;
    position: relative;
    padding-left: 28px;
    margin: 2px 0px;
    font-size: 14px;
  }
  section.product-descp-section .item_features_tick{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 10px;
  }
  section.product-descp-section .item_features_tick img{
    width: 100%;
    height: 100%;
  }

  section.product-descp-section .product-description .name p{
    color: #fff;
    font-size: 22px;
  }
  section.product-descp-section .product-description .item-rating{
    color: #FFD400;
    font-size: 14px;
  }
  section.product-descp-section .product-description .item-rating span{
    color: #B3B3B3;
    margin-left: 15px;
    font-size: 14px;
  }
  section.product-descp-section .product-description .item-para p{
    color: #B3B3B3;
    font-size: 12px;
  }
  section.product-descp-section .product-description .item-btns{
    display: flex;
    margin: 30px 0px;
    position: relative;
    padding-bottom: 40px;
  }
  section.product-descp-section .product-description .item-btns .add-to-cart a {
    display: inline-block;
    min-width: 120px;
    padding: 8px;
    background-color: #805046;
    color: #fff;
    text-align: center;
    margin-left: 20px;
    font-size: 15px;
    min-height: 40px;
    vertical-align: middle;
  }
  section.product-descp-section .product-description .item-btns .quantityCounter input {
    max-width: 100px;
    padding: 5px;
    text-align: center;
    background-color: #805046;
    border: none;
    outline: none;
    min-height: 40px;
    color: #fff;
  }
  section.product-descp-section .product-description .item-btns .quantityCounter{
    position: relative;
    display: inline-block;
  }
  section.product-descp-section .product-description .item-btns .quantityCounter button.minButton{
    position: absolute;
    top: 20px;
    right: 0;
  }
  section.product-descp-section .product-description .item-btns .quantityCounter button.addButton{
    top: 0;
    position: absolute;
    right: 0;
  }
  section.product-descp-section .product-description .add-to-wishlist a{
    color: #805046;
    margin-left: 20px;
    font-weight: 700;
  }
  section.product-descp-section .product-description .add-to-wishlist,
  section.product-descp-section .product-description .category p,
  section.product-descp-section .product-description .sku p{
    font-weight: 500;
    margin: 5px 0px;
    color: #B3B3B3;
    font-size: 14px;
  }
  section.product-descp-section .product-description .item-btns::after {
    content: '';
    background-color: #805046;
    width: 75%;
    height: 2px;
    position: absolute;
    bottom: 0;
  }
  /**********  DESCRIPTION SECTION ENDS **********/

  /**********  PRODUCT SLIDER SECTION STARTS **********/
  section.products_slider_section{
    background-color: #1A1A1A;
    padding: 50px 140px;
  }
  section.products_slider_section h2 {
    color: #fff;
    padding-bottom: 80px;
    display: block;
    text-align: center;
    font-size: 35px;
  }
  section.products_slider_section .product_main{
    width: 90%;
  }
  section.products_slider_section .product_main .product_img{
    height: 230px;
  }
  section.products_slider_section .product_slider .slick-next:before,
  section.products_slider_section .product_slider .slick-prev:before {
    content: '';
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  section.products_slider_section .product_slider .slick-next:before {
    background-image: url('../images/right_arrow.png');
    right: -40px;
  }
  section.products_slider_section .product_slider .slick-prev:before {
    background-image: url('../images/left_arrow.png');
    left: -40px;
  }
  section.products_slider_section .slick-prev,
  section.products_slider_section .slick-next{
    top: 35%;
  }
  /**********  PRODUCT SLIDER SECTION ENDS **********/
  /******************** PRODUCT DESCRIPTION  PAGE ENDS ********************/


  /********************  RENT STORAGE PAGE STARTS ********************/
  section.rent_storage_banner{
    background-image: url('../images/rentstorage_banner.png');
  }
  /**********  STORAGE UNITS SECTION START **********/
  section.storageunits_section{
    background-color: #1A1A1A;
    color: #fff;
    padding: 100px 0px;
  }
  .unit_one_main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .unit_one_main .img1_div:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #805046;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .unit_one_main .img1_div:after {
    content: '';
    width: 73%;
    height: 2px;
    background-color: #805046;
    position: absolute;
    top: 54%;
    transform: rotate(306deg);
    z-index: 1;
    right: -15%;
  }
  .unit_one_main .img1_div{
    width: 55%;
    height: 450px;
    position: relative;
  }
  .unit_one_main .img1_div img {
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 99% 0%, 0 223%, 0 160%);
    padding: 50px 25px 30px 0px;
    position: relative;
    z-index: 1;
    opacity: 0.5;
  }
  .img_filter_effect{
    position: relative;
  }
  .img_filter_effect::before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #1a1a1a85;
    pointer-events: none;
    z-index: 1;
  }
  .content_div{
    width: 40%;
    position: relative;
  }
  .content_text {
    width: 65%;
    padding-left: 0;
    padding-top: 6%;
  }
  .content_text h3 {
    font-size: 45px;
    color: #805046;
    padding: 20px 0px;
    margin: 0;
  }
  .content_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .content_text ul li {
    display: block;
    margin: 15px 0px;
    color: #F2F2F2;
    padding-left: 22px;
    position: relative;
    font-size: 16px;
  }
  .content_text ul li::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #805046;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
  }
  .content_text h4 {
    font-size: 26px;
    padding-left: 25px;
    color: #FFFFFF;
    position: relative;
    margin: 40px 0px;
  }
  .content_text h4::before{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #805046;
    position: absolute;
    top: 14px;
    left: -15px;
  }
  .price_and_btn {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    color: #FFFFFF;
    align-items: center;
  }
  .price_and_btn p{
    font-size: 22px;
  }
  .price_and_btn p span{
    font-size: 20px;
  }
  .unit_one_main .img2_div{
    width: 47%;
    height: 450px;
    position: relative;
  }
  .unit_one_main .img2_div img {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 53% 100%);
    padding: 60px 0px 0px 0px;
    position: relative;
    z-index: 1;
    opacity: 0.5;
  }
  .unit_one_main .img2_div:after {
    content: '';
    width: 83.7%;
    height: 2px;
    background-color: #805046;
    position: absolute;
    top: 51%;
    transform: rotate(55deg);
    z-index: 1;
    right: 37%;
  }
  .content_img3 ,
  .content_img2{
    position: relative;
  }
  .content_img2::before{
    content: '';
    width: 64%;
    height: 2px;
    background-color: #805046;
    position: absolute;
    top: 13px;
    left: 98%;
  }
  .content_img3::before{
    content: '';
    width: 69%;
    height: 2px;
    background-color: #805046;
    position: absolute;
    top: -3px;
    left: -14%;
  }
  .img3_div.unit_one_main .img1_div:before{
    content: '';
    width: 59.2%;
    height: 92.8%;
    background-color: transparent;
    border-bottom: 2px solid #805046;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .img3_div.unit_one_main .img1_div:after {
    width: 74%;
    top: 48.5%;
    right: -18%;
  }
  /**********  STORAGE UNITS SECTION ENDS **********/
  /********************  RENT STORAGE PAGE ENDS ********************/
  a.view_more_btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-top: 50px;
  }
  a.view_more_btn span{
    color: #805046;
    font-size: 25px;
    position: relative;
    top: 3px;
    left: 15px;
  }
  a.view_more_btn:hover{
    text-decoration: none;
    color: #fff;
  }
  .content_text.left_content_text{
    padding-left: 120px;
    width: 80%;
  }


  /* CART  */
  section.product-list-section{
    background-color: #1A1A1A;
    padding-top: 150px;
    color: #fff;
    position: relative;
  }
  section.product-list-section::before{
    content: '';
    width: 100%;
    height: 20px;
    background-color: #a56346;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
  }
  .cart_heading h2{
    display: block;
    text-align: center;
    font-family: 'Poppins Regular';
    font-size: 40px;
    padding: 50px 0px;
    margin: 0;
  }
  section.product-list-section .container-fluid{
    padding: 0px;
    margin: 0px;
  }
  section.product-list-section .product-table{
    display: block;
    width: 100%;
    overflow: scroll;
  }
  section.product-list-section .product-table::-webkit-scrollbar {
    width: 0px;
  }
  section.product-list-section .product-table::-webkit-scrollbar-track {
    background: transparent;
  }
  section.product-list-section .product-table::-webkit-scrollbar-thumb {
    background: transparent;
  }
  section.product-list-section .product-table .product-list-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
  }
  section.product-list-section .product-table td{
    vertical-align: middle;
    font-weight: 500;
  }
  section.product-list-section .product-table .table{
    border-color: transparent;
    color: #fff;
    position: relative;
  }
  section.product-list-section .product-table .table-bordered>:not(caption)>*>* {
    border-width: 0 2px;
  }
  section.product-list-section .product-table th {
    padding: 10px 0px;
    font-weight: 500;
    width: 110px;
    padding-left: 30px;
  }
  .cart_product_quantity{
    justify-content: center;
    cursor: pointer;
  }
  .cart_product_quantity button.add_btn,
  .cart_product_quantity button.min_btn{
    font-weight: normal;
    color: #fff;
    padding: 0;
    border: none;
    background: transparent;
  }
  .cart_product_quantity .cartCounter input {
    width: 50px;
    margin: 0;
    text-align: center;
    background: transparent;
    outline: none;
    border: none;
    color: #fff;
  }
  .cart_product_quantity .cartCounter {
    min-width: 100px;
    width: fit-content;
    /* margin: 0 auto; */
    background-color: #805046;
    padding: 5px;
  }
  section.product-list-section .product-table .table thead {
    background-color: #A56346;
    border: 2px solid #A56346;
  }
  section.product-list-section .table tbody tr td{
    padding: 60px 0px 0px 30px;
  }
  .chkout-btn {
    display: block;
    text-align: center;
    margin: 50px 0px;
  }
  .chkout-btn button.chk_out_btn {
    border: 2px solid #805046;
    background-color: #805046;
    color: #fff;
    padding: 10px;
    min-width: 130px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .modal_add_to_cart{
    width: 320px;
    box-shadow: 0px 0px 2px #918e8e;
    padding-bottom: 20px;
    min-height: 400px;
    background-color: #F2F2F2;
    z-index: 10000;
  }
  .modal_add_to_cart button.add_btn, .modal_add_to_cart button.min_btn{
    padding: 0;
  }
  .modal_add_to_cart .cartCounter {
    display: inline-block;
    padding: 0px 5px;
    border: 0px;
    border-radius: 0px;
  }
  .modal_add_to_cart table.table th,
  .modal_add_to_cart table.table tr{
    border: transparent;
  }
  .modal_add_to_cart .cart_modal_heading h2 {
    display: block;
    text-align: center;
    margin: 0;
  }
  .modal_add_to_cart .cart_modal_heading {
    padding: 30px 0px;
    background-color: #a56346;
    color: #fff;
    position: relative;
  }
  .modal_add_to_cart .cart_modal_body {
    padding: 20px 5px;
  }
  .modal_add_to_cart .cart_modal_body td{
    font-weight: 500;
    padding: 10px 10px;
  }
  section.product-list-section .container{
    position: relative;
  }
  section.product-list-section{
    overflow: hidden;
  }
  .modal_add_to_cart{
    position: fixed;
    top: 117px;
    right: -400px;
    z-index: 100;
    background-color: #fff;
    transition: all 2s ease;
  }
  .active_cart_modal{
    right: 0;
    transition: all 2s ease;
  }
  .modal_add_to_cart .cart_modal_heading button.close-btn {
    padding: 0;
    border: transparent;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .modal_add_to_cart .chkout-btn{
    display: flex;
    justify-content: center;
  }
  .product-list-img {
    text-align: center;
  }
  header.header.black_bg_header{
    background-color: #1A1A1A;
  }
  /* REVIEW BOX CSS */
  section.review_section{
    background-color: #1A1A1A;
  }
  .review_box .client_name p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-family: 'Poppins-SemiBold';
  }
  .review_box .client_star {
    padding: 5px 0px;
    color: #625b54;
    font-size: 20px;
    cursor: pointer;
  }
  .review_box .client_msg textarea::placeholder{
    font-weight: normal;
  }
  .review_box .client_msg textarea {
    min-height: 70px;
    max-height: 70px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #805046;
    padding: 10px;
    margin: 10px 0px;
    outline: none;
    font-family: 'Poppins Light';
    font-weight: 600;
  }
  .review_box .submit_review button {
    color: #fff;
    background-color: #805046;
    min-width: 120px;
    padding: 12px;
    font-family: 'Poppins Medium';
    float: right;
    transition: all 1s ease;
    border: none;
  }
  .review_box .submit_review button:hover{
    background-color: #000;
    color: #fff;
    transition: all 1s ease;
  }
  .review_box .client_img {
    font-size: 40px;
  }
  .review_box {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .review_box .client_msg textarea::-webkit-resizer {
    display: none;
  }
  .review_box .review_client_img {
    width: 15%;
  }
  .review_box .review_content {
    width: 85%;
  }


  div.befre_bottom_lines,
  div.before_top_lines{
    position: relative;
    overflow: hidden;
  }
  div.before_top_lines::before{
    content: '';
    width: 2px;
    height: 115%;
    background-color: #8050464a;
    position: absolute;
    top: -100px;
    right: 74.5%;
    z-index: 1;
    transform: rotate(28deg);
  }
  div.befre_bottom_lines::before {
    content: '';
    width: 132%;
    height: 2px;
    background-color: #8050464a;
    position: absolute;
    top: 185px;
    left: -28%;
    z-index: 1;
    transform: rotate(20deg);
  }

  .cart_product_quantity button.min_btn {
    padding-left: 5px;
  }
  section.storageunits_section .section_heading {
    padding-bottom: 50px;
  }


  .forgetPassword {
    margin-top: -16px;
  }

  .forgetPassword p a {
    color: #805046;
  }






  /* MODAL RENT STORAGE  */
  .rent_storage_modal .modal_img{
    width: 100%;
    height: 350px;
  }
  .rent_storage_modal .modal_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .rent_storage_modal .modal-dialog {
    max-width: 65%;
    margin: 1.75rem auto;
  }
  .rent_storage_modal .modal-header h5{
    color: #805046;
    font-family: 'Poppins Bold';
    font-size: 40px;
  }
  .rent_storage_modal .modal_content p:first-child{
    font-family: 'Poppins Light';
    color: #4D4D4D;
    margin: 0;
    padding: 10px 20px 0px;
  }
  .rent_storage_modal .modal_content h4{
    color: #1A1A1A;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    margin: 0;
    padding: 20px 20px;
  }
  .modal_payment_options p span{
    display: block;
    color: #4D4D4D;
    font-family: 'Poppins-SemiBold';
  }
  .modal_payment_options strong{
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 10px 0px;
    border-top: 2px solid #000;
  }
  .modal_payment_options strong span{
    font-family: 'Poppins Light';
    font-size: 14px;
  }

  .modal_payment_options p {
    text-align: center;
    margin: 0;
  }
  .modal_payment_options div {
    border: 2px solid #000;
    border-radius: 5px;
  }
  .select_content_box select {
    width: 100%;
    padding: 8px 20px;
    border: 2px solid #000;
    border-radius: 5px;
  }
  .rent_storage_modal .modal_content .modal_payment_options p {
    padding: 20px 20px;
  }
  .rent_storage_modal .modal-header,
  .rent_storage_modal .modal_content {
    padding: 20px 100px;
  }
  .rent_storage_modal .modal-body{
    padding: 0px;
  }
  .rent_storage_modal .modal_btns{
    border: none;
    display: block;
    padding: 20px 0px 30px;
    float: right;
  }
  .rent_storage_modal .modal-header .btn-close{
    background: url('../images/modal_close_btn.png');
    background-size: contain;
    opacity: 1;
    background-repeat: no-repeat;
  }
  .rent_storage_modal .modal_btns a {
    text-decoration: none;
    color: #fff;
    background: #808080;
    padding: 10px;
    width: 110px;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s ease;
    display: inline-block;
  }
  .rent_storage_modal .modal_btns a:last-child{
    background: #805046;
    margin-left: 20px;
  }
  .rent_storage_modal .modal_btns a:hover{
    background: #000;
    transition: all 0.5s ease;
  }
  .rent_storage_modal .modal-header .btn-close{
    width: 10px;
    height: 10px;
  }




  /* RENT NOW FORM SECTION  */
  section.rentNow_form_section{
    padding-top: 200px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 100px;
    position: relative;
  }
  section.rentNow_form_section::before {
    content: '';
    width: 100%;
    height: 30px;
    background-color: #a56346;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
  }
  section.rentNow_form_section h3{
    color: #1A1A1A;
    font-family: 'Poppins-SemiBold';
    display: block;
    text-align: center;
    margin: 0;
    padding: 40px 0px;
    position: relative;
    font-size: 30px;
  }
  section.rentNow_form_section h3::before{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #a56346;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
  }
  section.rentNow_form_section .input_field label{
    display: block;
  }
  section.rentNow_form_section .input_field input{
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid #1a1a1a;
    outline: none;
    background: #fff;
  }
  .content_rentNow_form{
    background-color: #fff;
    color: #000;
  }
  .innerCon_rentNow_form{
    padding: 50px 200px 50px;
  }
  section.rentNow_form_section h4{
    color: #1A1A1A;
    font-family: 'Poppins Regular';
    margin: 10px 0px;
    font-size: 20px;
    font-weight: 600;
  }
  section.rentNow_form_section .input_field {
    margin: 20px 0px;
  }
  section.rentNow_form_section .input_field label{
    color: #1A1A1A;
    font-family: 'Poppins Regular';
    padding-bottom: 10px;
  }
  section.rentNow_form_section .input_field p {
    font-size: 14px;
    font-family: 'Poppins Regular';
    padding-top: 5px;
  }
  section.rentNow_form_section .form_rentNow_btn a{
    background-color: #805046;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    min-width: 250px;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins Medium';
    margin: 10px 0px;
  }
  section.rentNow_form_section .input_field input[type='file']{
    color: #fff;
  }
  section.rentNow_form_section .input_field input[type='file']::-webkit-file-upload-button  {
    background: #808080;
    color: #fff;
    border: transparent;
    padding: 5px 20px;
    border-radius: 5px;
  }

  .copyRight p {
    font-family: 'Poppins Light';
    color: #999999;
    font-size: 14px;
    text-align: center;
  }

  .copyRight a {
    text-decoration: none;
    color: #805046;
  }

  .copyRight a:hover {
    color: #805046;
  }

  .loginButton {
    background-color: #805046;
    padding: 8px 10px !important;
    border-radius: 8px;
    margin-right: -6px !important;
  }

  .loginButton a:hover {
    color: #ffffff !important;
  }


  button.load_btn {
      text-decoration: none;
      display: inline-block;
      min-width: 130px;
      background-color: #805046;
      border: 2px solid #805046;
      color: #fff;
      text-align: center;
      padding: 8px;
      margin: 0 auto;
      transition: all 1s ease;
      font-size: 14px;
      letter-spacing: 1px;
  }


  span.swiper-pagination-bullet {
      background-color: #805046;
      width: 12px;
      height: 12px;
  }
  .map_frame iframe, .map_frame {
      padding-bottom: 30px;
      border-radius: 12px;
  }



  header.header .header_nav_tab ul li a.link_header_tab {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 9px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .header_nav_tab ul li {
    margin: 0px 4px !important;
  }

  header.header .header_nav_tab ul li a.link_header_tab.activeTab {
    background-color: #805046;
  }

  header.header .header_nav_tab ul li a.link_header_tab:hover {
    background-color: #805046;
  }

  .header_nav_tab {
    margin-bottom: -38px;
  }

  header.header .header_nav_pill ul li a.link_header_pill {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 9px;
    border-radius: 8px;
  }

  .header_nav_pill ul li {
    margin: 0px 4px !important;
  }

  header.header .header_nav_pill ul li a.link_header_pill.activePill {
    background-color: #805046;
  }

  header.header .header_nav_pill ul li a.link_header_pill:hover {
    background-color: #805046;
  }


  .header_nav_full ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header_nav_full ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 9px 12px;
  }

  .header_nav_full ul li a.link_header_full.activeFull {
    background-color: #805046 !important;
  }

  header.header .header_nav_full ul li a.link_header_full:hover {
    background-color: #805046;
  }

  .pages {
    text-align: center;
  }

  .pageLinks ul {
    padding-left: 0px;
  }

  .pageLinks ul li {
    list-style: none;
    margin-bottom: 4px;
  }

  .pageHeading h5,
  .contactHeading h5,
  .followHeading h5 {
    color: #805046;
    margin-bottom: 1.5rem;
    font-weight: bold;
  }

  .pageLinks ul li a {
    color: #c2c2c2;
    font-family: 'Poppins Light';
    text-decoration: none;
    font-size: 14px;
  }

  .iconOneLine li a i {
    font-size: 20px;
  }

  .locationText a {
    text-decoration: none;
  }


  .locationText a p {
    color: #c2c2c2;
    font-family: 'Poppins Light';
    font-size: 14px;
  }

  .timing p {
    color: #c2c2c2;
    font-family: 'Poppins Light';
    margin-bottom: 6px;
    font-size: 14px;
    cursor: pointer;
  }

  .contactLinks {
    display: flex;
    gap: 12px;
  }

  .contactLink {
    display: flex;
    gap: 12px;
  }

  .iconOneLine {
    display: flex;
    justify-content: start;
    gap: 12px;
  }

  .follow {
    text-align: center;
  }

  .contactLink,
    .contactLinks {
      justify-content: center;
  }

  .contactHeading {
    text-align: center;
  }



  @media (max-width: 820px) {
    .contactLink,
    .contactLinks {
      justify-content: center;
  }
  .pageHeading h5,
  .contactHeading h5,
  .followHeading h5 {
    text-align: center;
  }
  .timing {
    text-align: center;
    margin-bottom: 16px;
  }
    }


  @media (max-width: 576px) {
      .map_frame iframe, .map_frame {
          padding-bottom: 50px;
      }
   }
   .notes_choose_file label {
      text-decoration: none;
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-size: 12px;
    background-color: #805046;
    color: #ffffff !important;
    padding: 8px 14px !important;
    outline: none;
    border: none;
    font-family: 'Poppins Light';
    margin-left: 12px;
    margin-bottom: 16px;
    }

    div.notes_choose_file input::-webkit-file-upload-button {
      background: transparent;
      color: var(--text-color);
      border: transparent;
    }


    @media (max-width: 1366px) {
    section.getintouch_section form {
      padding: 40px 60px 0px;
    }
    }

    @media (min-width: 2500px) {
    header.header {
        padding: 50px 200px !important;
    }
    }

    .dropdownMenu {
      margin: 0px 20px;
  }

    button.menuDropdown {
      background-color: transparent;
      border: none;
      color: #fff;
      font-size: 16px;
      font-family: 'Poppins Regular';
  }
  button.menuDropdown:hover {
      color: #fff;
  }
  button.menuDropdown:focus {
      border: none;
      outline: none;
  }
  .dropdown-item:hover {
      background-color: #fff;
    color: #000;
  }
  .dropdownMenu .dropdown-menu {
    display: none;
    color: #000;
    padding:0px;

  }
  .dropdownMenu .dropdown-menu a {
    color: #000 !important;
    background-color: #fff;
  }
  .dropdownMenu:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
  @media (max-width: 1366px) {
    button.menuDropdown {
      font-size: 12px !important;
  }
    }
  @media (max-width: 1600px) {
    button.menuDropdown {
      font-size: 16px;
  }
    }
    @media (min-width: 1920px) {
      button.menuDropdown {
        font-size: 20px;
    }
      }

    @media (min-width: 2520px) {
      button.menuDropdown {
        font-size: 24px;
    }
    }


    /* section dynamic on website pages css */
/* start hassan work */

.checklist {
  margin: 80px 0px;
}

.customWidth {
  width: 80%;
  margin: auto !important;
}

.checklistHeading h1 {
  font-family: 'Poppins Medium';
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.checklistName {
  text-align: center;
}

.checklistName p {
  font-size: 16px;
  font-family: 'Poppins Light';
}

.contactForm {
  margin: 80px 0px;
}

section.contactForm form input, 
section.contactForm form textarea {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 12px 16px;
  background-color: transparent;
  border: 2px solid #805046;
  outline: none;
  color: #fff;
  resize: none;
}

section.contactForm form textarea {
  height: 220px;
}

section.contactForm form input::placeholder,
section.contactForm form textarea::placeholder {
  color: #ffffff;
}

section.contactForm form label {
   font-family: 'Poppins Medium';
   font-size: 18px;
   color: #ffffff;
   margin-bottom: 10px;
}

button.formSend {
  display: block;
  min-width: 120px;
  background-color: #805046;
  color: #fff;
  border: 2px solid #805046;
  padding: 8px;
  text-align: center;
}

.formDetail h2 {
  font-size: 25px;
  font-family: 'Poppins Light';
  font-weight: 500;
}

.formDetail p {
  font-size: 16px;
  font-family: 'Poppins Light';
}

.colRight {
  order: 2;
}

.map {
  margin: 80px 0px;
}

.map .map_frame {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 350px;
  padding-bottom: 0px;
}

.imageCarousel {
  margin: 80px 0px;
}

.imageCarousel .slick-initialized .slick-slide {
  display: block;
  height: 300px;
  width: 100%;
}

.imageCarousel .slick-prev,
.imageCarousel .slick-next {
  width: unset !important;
  height: unset !important;
  z-index: 1 !important;
}

.imageCarousel .slick-prev {
  left: 25px !important;
}

.imageCarousel .slick-next {
  right: 25px !important;
}

.imageCarousel .slick-slide img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.imageCarousel .slick-prev:before, 
.imageCarousel .slick-next:before {
  font-size: 26px !important;
  opacity: 1 !important;
  color: #805046 !important;
}

.pictureOverlayText {
  background-image: url(https://bybarcode.net/upload/depolama2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 400px;
  margin: 50px 0px;
  padding: 50px 0px;
  display: flex;
  align-items: center;
}

.overlayTextBox h2 {
  font-size: 25px;
  font-family: 'Poppins Light';
  font-weight: 600;
}

.overlayTextBox h4 {
  font-size: 20px;
  font-family: 'Poppins Light';
  font-weight: 500;
  margin-bottom: 20px;
}

button.linkButton {
  display: block;
  min-width: 120px;
  background-color: #805046;
  color: #fff;
  border: 2px solid #805046;
  padding: 8px;
  text-align: center;
}

.overlayTextBox {
  background-color: #000000c2;
  border-radius: 6px;
  padding: 24px;
  width: 50%;
}

.overlayTextBoxCenter {
  justify-content: center;
}

.overlayTextBoxEnd {
  justify-content: end;
}

.blogPosts {
  margin: 40px 0px;
}

.imageCarouselWithText {
  margin: 80px 0px;
}

.imageCarouselWithText .slick-initialized .slick-slide {
  display: block;
  height: 400px;
  width: 100%;
}

.imageCarouselWithText .slick-prev,
.imageCarouselWithText .slick-next {
  width: unset !important;
  height: unset !important;
  z-index: 1 !important;
}

.imageCarouselWithText .slick-prev {
  left: 25px !important;
}

.imageCarouselWithText .slick-next {
  right: 25px !important;
}

.imageCarouselWithText .slick-slide img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.imageCarouselWithText .slick-prev:before, 
.imageCarouselWithText .slick-next:before {
  font-size: 30px !important;
  opacity: 1 !important;
  color: #fff !important;
}

.imageCarouselWithText.p-relative {
  position: relative;
}

.overlayTextBox.p-absolute,
.overlayTextBox.p-absolute-left,
.overlayTextBox.p-absolute-right  {
  width: 40%;
}

.overlayTextBox.p-absolute h4,
.overlayTextBox.p-absolute-left h4,
.overlayTextBox.p-absolute-right h4 {
  margin-bottom: 0px;
}

.overlayTextBox.p-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.overlayTextBox.p-absolute-left {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.overlayTextBox.p-absolute-right {
  position: absolute;
  top: 50%;
  left: 72%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.overlayTextBox a {
  text-decoration: none;
}

.siteMap,
.video {
  margin: 50px 0px;
}

.siteMap .siteMapBlockBox {
  width: 100%;
  height: 560px;
  border: 2px solid #b3b3b3;
}

.siteMapBlockBox {
  width: 900px;
  height: 560px;
  position: relative;
  border: 2px solid #b3b3b3;
}

.siteMap .auction {
  background-color: #faaf40;
}

.siteMapBlockOne {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.siteMapBlockTwo {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 3rem;
}

.siteMapBlockThree {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 3rem;
}

/* .siteMap button.blockOneA1 {
  width: 35px;
  height: 30px;
  border: none;
} */

.siteMap button.blockOneB1 {
  width: 50px;
  height: 40px;
  border: none;
}

.siteMap button.blockOneC1 {
  width: 60px;
  height: 50px;
  border: none;
}

.video p {
   width: 50%;
   margin-top: 24px;
}

.videoBox {
  width: 500px;
  height: 300px;
  overflow: hidden;
}

.checklistHeading h4,
.checklistHeading h2 {
  font-family: 'Poppins Medium';
  font-size: 36px !important;
  text-align: center;
  margin-bottom: 16px;
}

.grid-list,
.tenant-protection,
.tenant-protection-information {
  margin: 50px 0px;
}

.cstm-Heading h1 {
  font-family: 'Poppins Medium';
  font-size: 36px;
  text-align: center;
}

.cstm-widthfor-row {
  width: 80%;
  margin: auto;
}

.box-img {
  height: 80px;
  width: 80px;
  margin-right: 1rem;
}

.box-img img,
.lock-fullimg-width img,
.chart-img img,
.note-img img {
  object-fit: contain;
}

.color-label-red label span {
  color: #805046;
}

img {
  width: 100%;
  height: 100%;
}

.box-style {
  border: 2px solid #805046;
  padding: 1rem;
  height: 100%;
}

.border-box-content {
  border: 2px solid #805046;
  padding: 1rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.price_and_btn.text-right-cstm .load_btn {
  margin-left: auto;
  margin-right: 0;
}

.price_and_btn.text-left-cstm .load_btn {
  margin-left: 0;
  margin-right: auto;
}

.inner-cstm-modal .modal-header h5 {
  color: #805046;
  font-family: 'Poppins Bold';
}

.light-brown-box {
  background-color: #805046;
  padding: 1rem;
}

.modal_img {
  width: 100%;
  height: 150px;
}

.modal_img img {
  object-fit: contain;
  object-position: left;
}

.modal_content {
  color: #000;
}

.inner-cstm-modal .modal_btns a {
  text-decoration: none;
  color: #fff;
  background: #808080;
  padding: 10px;
  width: 110px;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
  display: inline-block;
}

.inner-cstm-modal .modal_btns a:last-child {
  background: #805046;
  margin-left: 20px;
}

.color-brown {
  background-color: #805046;
}

.inner-cstm-modal .modal_btns a:hover {
  background: #000;
  transition: all 0.5s ease;
}

.inner-cstm-modal .modal-header .btn-close {
  width: 10px;
  height: 10px;
}

.margin-para-zero p {
  margin-bottom: 0px;
}

.input_content_box input,
.input_content_box textarea {
  width: 100%;
  padding: 4px 20px;
  border: 2px solid #000;
  border-radius: 5px;
}

.input_content_box textarea {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.input_content_box span {
  font-size: 14px;
}

.price_and_btn.cstm-full-width-btn a {
  width: 100%;
}

.lock-fullimg-width {
  width: 100%;
  height: 160px;
  margin-right: 1rem;
}

.price-box {
  padding: 10px;
  border: 2px solid #805046;
  width: 50%;
  text-align: center;
}

.background-heading-color {
  background-color: #805046;
  padding: 10px 1rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.background-heading-color h5 {
  margin-bottom: 0px;
  font-size: 22px;
}

.price-box span {
  font-size: 15px;
}

.box-width {
  width: 80%;
  margin: auto;
}

.chart-img {
  width: 100%;
  height: 320px;
}

.note-img {
  width: 100%;
  height: 200px;
}

.cstm-half-box {
  width: 50%;
}

.cstm-half-box h5,
.cstm-half-box p {
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
}

.cstm-half-box p {
  padding: 4px 10px;
}

.cstm-half-box h5 {
  padding: 8px 10px;
}

.font-decrease-para {
  font-size: 14px;
}

.copyRight a {
  word-wrap: break-word;
}

.copyRight a:hover{
  text-decoration: underline !important;
}


@media only screen and (max-width: 991px) {
  .formDetail {
    margin-top: 20px;
}
.checklistHeading h1 {
  font-size: 26px;
}
.overlayTextBox {
  width: 75%;
}
}

@media only screen and (max-width: 820px) {
  .cstm-widthfor-row {
      width: 100%;
  }

  .cstm-half-box {
      width: 100%;
      margin-bottom: 1rem;
  }

  .background-heading-color h5 {
      font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .imageCarouselWithText .slick-prev {
    left: 5px !important;
  }
  .imageCarouselWithText .slick-next {
    right: 5px !important;
}
.overlayTextBox h2 {
  font-size: 20px;
}
.overlayTextBox h4 {
  font-size: 16px;
}
.video p {
  width: 75%;
}
}

@media only screen and (max-width: 430px) {
  .slick-initialized .slick-slide {
    height: 200px;
}
  .map .map_frame {
    height: 200px;
  }
}


.blockOneA1 {
  width: var(--dynamic-width);
  height: var(--dynamic-height);
  font-family: 'Poppins-SemiBold';
  font-size: var(--dynamic-font);
  top: var(--dynamic-top);
  left: var(--dynamic-left);
  outline: none;
  border: none;
  position: absolute;
  border-radius: var(--dynamic-borderradius);
  z-index: var(--dynamic-zindex);
  transform: rotate(var(--dynamic-rotation));
  background: var(--dynamic-background);
  border-bottom-width: var(--dynamic-border-bottom-width);
  border-left-width: var(--dynamic-border-left-width);
  border-right-width: var(--dynamic-border-right-width) ;
  border-top-width:var(--dynamic-border-top-width);
  border-style: var(--dynamic-border-style);
  border-color: var(--dynamic-border-color);
  background-color: var(--dynamic-background-color);
  box-shadow: #b3b3b3 0px 0px 0px 1px, #b3b3b3 0px 0px 0px 1px inset;
  /* color: var(--dynamic-font-color) ; */
}

/* end hassan work */

    /* end */
    
    /* start footer css */
 
.footer_logo {
  height: 80px;
  width: 180px;
}

.footer_logo a {
  margin: 0px !important;
}

.footer_logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.socialLink h4 {
  font-family: 'Poppins Medium';
  font-size: 20px;
  margin-top: 36px;
  color: #805046;
}

.socialLink ul,
.pageLinks ul {
  padding-left: 0px;
}

.iconOneLine {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.socialLink ul li,
.pageLinks ul li  {
  list-style: none;
  margin-bottom: 6px;
}

.socialLink ul li a {
  color: #fff;
}

.pageHeading h4 {
  font-family: 'Poppins Medium';
  font-size: 20px;
  color: #805046;
}

.pageLinks {
  margin-top: 30px;
}

.pageLinks ul li a {
  color: #999999;
  font-family: 'Poppins Light';
  text-decoration: none;
  font-size: 14px;
}

button.linkButton {
  display: block;
  min-width: 100px;
  background-color: #805046;
  color: #fff;
  border: 2px solid #805046;
  padding: 6px;
  font-size: 14px;
  text-align: center;
}

.pageLinks a {
  text-decoration: none;
}

.labelAppointment {
  margin-top: 30px;
}

.labelAppointment h6 {
  font-family: 'Poppins Light';
  color: #999999;
  font-size: 14px;
}

.daytime .day span,
.daytime .time span {
  font-family: 'Poppins Light';
  color: #999999;
  font-size: 14px;
}

.daytime {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyRight {
  margin-top: 50px;
}

@media only screen and (max-width: 540px) { 
  .socialLink h4 {
    margin-top: 0px;
}
  .pageHeading {
    margin-top: 24px;
}
}

/* end footer css */