  .cms-stagetrade-reps-modified .page-main{
      padding-top: 0px !important;
  }
  .page.messages{
      margin: 0px !important;
  }
 .mainbanner {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
 }
 .mainbanner .dskpimage img {
  width: 100%;
 }
 .mainbanner .bannerinfo {
  position: absolute;
  top: 50%;
  left: 73px;
  max-width: 900px;
 }
 .mainbanner .bannerinfo h1 {
  color: #FFF;
  font-family: Helvetica;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
 }
 .mainbanner .bannerinfo p {
  color: #FFF;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
 }
 .salesteamblock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  margin: 35px 0px;
  padding: 0px 30px;
 }
 .salesteamblock .team {
  width: 100%;
  position: relative;
  transition: all .3s;
 }
 .salesteamblock .team .image {
  width: 100%;
 }
 .salesteamblock .image img {
  width: 100%;
  height: 100%;
 }
 .salesteamblock .team .teamname {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
 }
 .salesteamblock .team .teamname h2 {
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
  display: table-cell;
 }
 .salesteamblock .team .locations {
  display: none;
  transition: all .3s;
 }
 .salesteamblock .team:hover .teamname {
  display: none;
 }
 .salesteamblock .team:hover .locations {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all .3s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(0, 0, 0, 0.50);
 }
  .salesteamblock .team.showrooms .locations .inner {
    padding: 120px 40px !important;
  }
   .salesteamblock .team.salesteam .locations .inner {
    justify-content: space-around;
  }
 .salesteamblock .team:hover .locations .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 90px 40px;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
 }
 .salesteamblock .team.salesteam .locations .inner a{
  padding: 0px !important;
  background: none !important;
 }
 .salesteamblock .team:hover .locations .inner a {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  background-image: url("https://aicdn.speedsize.com/e0ef94ef-bbea-450b-a400-575c3145c135/www.tilebar.com/media/wysiwyg/Trade/location.png");
  background-repeat: no-repeat;
  background-position: 0px 28%;
  padding-left: 43px;
 }
 .salesteamblock .team:hover .locations .inner a:hover {
  text-decoration: underline;
  color: #FFF !important;
  opacity: 1;
 }
 .footerblock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 75px;
  margin: 40px 0px;
  padding: 0px 30px;
 }
 .footerblock .image {
  width: 100%;
  margin-bottom: 30px;
 }
 .footerblock .image img {
  width: 100%;
 }
 .footerblock .cms h3 {
  text-align: center;
  color: #747474 !important;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
 }

 .main-container .mail_title_strip {
  padding: 0 30px;
  display: none;
 }

 .main-container .mail_title_strip .intro {
  max-width: 100%;
 }

 .main-container .mail_title_strip p.intro {
  color: #747474 !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
 }
 .main-container .mail_title_strip h1 {
  color: #293334 !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 700;
  padding: 0px;
  margin-bottom: 15px !important;
  line-height: normal;
 }
 @media only screen and (min-width: 771px) {
  .intro {
   max-width: 60%;
  }
 }
 .user_list .custom_md .box picture {
  margin-bottom: 7px;
  width: 100%;
  display: block;
 }
 .user_list .custom_md h2.section-title {
  color: #293334 !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #000000 !important;
  padding-bottom: 20px;
  margin-bottom: 54px;
  text-transform: capitalize;
 }
 .page-main {
  padding: 20px !important;
 }
 .user_view_area {
  padding: 0px;
 }
 .text p {
  margin-bottom: 10px;
 }
 .user_list .custom_md .box .text p:hover {
  color: #99b7c0;
 }
 .main-container {
  position: relative;
  margin: 0 auto;
 }

 .user_view_area .main-container {
  padding: 0;
 }

 .user_view_area .mail_title_strip .title {
  margin: 0;
  padding: 0px 0px 8px;
  color: #686868;
  font-size: 40px;
  border-bottom: 2px solid #ccc;
 }
 .user_view_area .body_view {
  padding: 30px 0px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
 }
 .user_view_area .body_view .coustom_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
 }
 .user_view_area .body_view .custom_md {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
 }
 .user_view_area .body_view .custom_md_4.custom_md {
  margin-bottom: 48px;
 }
 .user_view_area .body_view .custom_md img {
  border-radius: 8px;
 }
 .user_view_area .body_view .custom_md_9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
 }
 .user_view_area .body_view .custom_md_12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
 }
 .user_view_area .body_view .custom_md_4 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 33.33333%;
 }
 .user_view_area .body_view .custom_md_3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
 }
 .user_view_area .body_view .custom_md_2 {
  padding-top: 50px;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
 }
 .user_view_area .body_view .user_list .box .image {
  text-align: center;
  width: 100%;
  height: 308px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 }
 .user_view_area .body_view .user_list .box .image img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
 }
 .user_view_area .body_view .user_list .box .text .other_info {
  margin-top: 10px;
 }
 .user_view_area .body_view .user_list .box .text .other_info li {
  color: #293334 !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 13px;
 }
 .user_view_area .body_view .user_list .box .text .other_info li a {
  color: #293334 !important;
}
 .user_view_area .body_view .user_list .box .text .other_info li:last-child {
  border: 0;
  margin-bottom: 0px;
 }
 .other_info li {
  list-style-type: none;
  margin-left: 0;
 }
 .user_view_area .body_view .user_list .box .text {
  font-size: 13px;
  color: #686868;
  padding-top: 10px;
 }
 .user_view_area .body_view .user_list .box .text a {
  color: #686868;
 }
 .user_view_area .body_view .user_list .box .text h3 {
  color: #293334;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
 }
 .user_view_area .body_view .user_list .box {
  word-break: break-word;
 }
 .user_view_area .body_view .svg_image_space img {
  width: auto;
  max-width: 100%;
 }
 .user_view_area .body_view .svg_image_space {
  margin-bottom: 50px;
 }
 .user_view_area .body_view .result_box .calculation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
 .user_view_area .body_view .result_box .calculation li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 45%;
  box-sizing: border-box;
  display: flex;
  margin: 0px 17px 0 0;
 }
 .user_view_area .body_view .result_box .calculation li .box {
  width: 100%;
  background: #686868;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 10px;
 }
 .user_view_area .body_view .result_box .calculation li .box h1 {
  padding-bottom: 15px;
  position: relative;
  color: #e5f1f5;
  font-size: 40px;
  font-weight: normal;
 }
 .user_view_area .body_view .result_box .calculation li .box h1::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 2.5rem;
  height: 2px;
  bottom: 8px;
  left: 2px;
  background: #d2d2d2;
 }
 .user_view_area .body_view .result_box .calculation li .box p {
  font-size: 13px;
  color: #e5f1f5;
  line-height: 1.4;
  margin-top: 1em;
 }
 .user_view_area .body_view .exclusive_for_you .list_of_items .list_of_responsibilty {
  display: inline-block;
  width: 100%;
 }
 .user_view_area .body_view .exclusive_for_you {
  padding: 0 15px;
 }
 .user_view_area .body_view .exclusive_for_you .list_of_items .list_of_responsibilty li {
  text-align: center;
  font-size: 16px;
  color: #686868;
  margin-top: 20px;
  width: 50%;
  float: left;
  margin-bottom: 20px;
  margin-left: 0;
  list-style-type: none;
 }
 .user_view_area .body_view .exclusive_for_you .or_list li.section-heading {
  list-style: none;
  letter-spacing: 2px;
  background: none;
  font-size: 16px;
  color: #686868;
  line-height: 32px;
  font-weight: 400;
  border-bottom: 1.5px solid #bfd4da;
  margin-bottom: 8px;
  text-transform: uppercase;
  margin-left: 0;
 }
 .user_view_area .body_view .exclusive_for_you .list_of_items .list_of_responsibilty .image img {
  width: 70px;
  margin-bottom: 15px;
  margin: 0 auto;
 }
 .user_view_area .body_view .right_side_image {
  text-align: center;
  width: 100%;
 }
 .user_view_area .body_view .right_side_image img {
  width: auto;
  max-width: 100%;
 }
 @media only screen and (max-width: 991px) {
  .user_view_area .body_view .custom_md_8,
  .user_view_area .body_view .custom_md_3,
  .user_view_area .body_view .custom_md_4,
  .user_view_area .body_view .custom_md_9,
  .user_view_area .body_view .custom_md_2 {
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
  }
  .user_view_area .body_view .svg_image_space {
   text-align: center;
  }
  .user_view_area .body_view .result_box .calculation li .box {
   background: #686868;
   color: #fff;
   margin-bottom: 20px;
   padding: 25px 20px;
   width: 100%;
  }
  .user_view_area .body_view .exclusive_for_you .list_of_items .list_of_responsibilty {
   display: block;
  }
  .user_view_area .body_view .exclusive_for_you .list_of_items .list_of_responsibilty li {
   width: 33%;
   float: left;
  }
  .user_view_area .body_view .exclusive_for_you .list_of_items .list_of_responsibilty .image_text .text {
   min-height: 40px;
  }

  .user_view_area .body_view .user_list .custom_md_4 {
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 33.33%;
  }
 }
 @media only screen and (max-width: 767px) {
  .user_view_area .mail_title_strip .title {
   font-size: 28px;
  }

  .user_view_area .body_view .exclusive_for_you .list_of_items .list_of_responsibilty li {
   width: 50%
  }
 }
 @media only screen and (max-width: 640px) {
  .user_view_area .body_view .right_side_image {
   margin-top: 25px;
  }
  .user_view_area .body_view .user_list .custom_md_4 {
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
  }
 }
 @media only screen and (max-width: 480px) {
  .user_view_area .body_view .exclusive_for_you .or_list li.section-heading {
   font-size: 13px;
  }
  .user_view_area .body_view .custom_md_3 {
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
  }
  .user_view_area .body_view .result_box .calculation {
   display: block;
  }
  .user_view_area .body_view .result_box .calculation li {
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
  }
  .user_view_area .body_view .exclusive_for_you .list_of_items .list_of_responsibilty li {
   width: 100%
  }
  .user_view_area .body_view .user_list .box .image {
   height: 330px;
  }
  .user_view_area .mail_title_strip .title {
   font-size: 24px;
  }
 }
 .cta-button {
  padding: 15px 0 14px 0;
  width: 100%;
  color: #fff;
  background-color: #686868;
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
 }
 .title {
  border-bottom: 0 !important;
 }
 .user_list .custom_md h2.section-title.mobileheading{
      display: none;
}
@media (min-width: 1025px) and (max-width: 1199px) {
.salesteamblock .team .teamname h2{
font-size: 18px;
}
.salesteamblock .team:hover .locations .inner a{
font-size: 18px;
}
.salesteamblock .team:hover .locations .inner {
    grid-gap: 12px;
    padding: 70px 40px;
}
.salesteamblock .team.showrooms:hover .locations .inner {
    grid-gap: 12px;
    padding: 90px 40px !important;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.salesteamblock .team .teamname h2{
font-size: 26px;
}
.salesteamblock .team:hover .locations .inner a{
font-size: 26px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-main {
    padding: 0px !important;
  }
  .mainbanner .bannerinfo {
      top: 35%;
      left: 20px;
      max-width: 558px;
  }
  .mainbanner .bannerinfo h1 {
      font-size: 40px;
  }
  .mainbanner .bannerinfo p {
      font-size: 16px;
  }
  .mainbanner {
      margin-bottom: 50px;
  }
  .salesteamblock {
      grid-gap: 25px;
      margin: 40px 0px;
      padding: 0px 15px;
  }
  .main-container .mail_title_strip {
      padding: 0 15px;
  }
  .main-container .mail_title_strip p.intro {
      font-size: 16px !important;
  }
  .salesteamblock .team .teamname h2 {
      font-size: 18px;
  }
  .salesteamblock .team:hover .locations .inner a {
      font-size: 18px;
      background-position: 0px 28%;
      padding-left: 25px;
      background-size: 11%;
  }
  .salesteamblock .team:hover .locations .inner {
      padding: 52px 25px;
  }
.salesteamblock .team.showrooms:hover .locations .inner{
    padding: 90px 40px !important;
}
  .user_view_area .body_view .custom_md {
      padding-right: 15px;
      padding-left: 15px;
  }
  .user_view_area .body_view {
      padding: 30px 15px;
  }
  .user_view_area .body_view .custom_md_4.custom_md {
      margin-bottom: 30px;
  }
  .footerblock {
      grid-gap: 25px;
      margin: 20px 0px;
      padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .page-main {
      padding: 0px !important;
  }
  .mainbanner .bannerinfo {
      position: relative;
      top: 0;
      left: 0;
      max-width: 100%;
      padding: 15px;
  }
  .mainbanner .bannerinfo h1 {
      color: #2F2F2F;
      font-size: 20px;
      margin-bottom: 10px;
  }
  .mainbanner .bannerinfo p {
      font-size: 14px;
      margin-bottom: 0px;
      color: #747474 !important;
  }
  .mainbanner {
      margin-bottom: 40px;
  }
  .main-container .mail_title_strip {
      padding: 0 15px;
  }
  .mail_title_strip{
    display: none;
  }
  .salesteamblock {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
      margin: 33px 0px;
      padding: 0px 15px;
      display: none;
  }
  .user_list .custom_md h2.section-title {
      font-size: 20px;
      padding-bottom: 15px;
      margin-bottom: 30px;
      line-height: 26px;
  }
  .user_view_area .body_view .custom_md {
      padding-right: 0px;
      padding-left: 0px;
  }
  .user_view_area .body_view .user_list .custom_md_4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  }
  .user_view_area .body_view .custom_md_4.custom_md {
      margin-bottom: 15px;
      padding: 0px 8px;
  }
  .user_view_area .body_view .coustom_row {
      margin-right: 0;
      margin-left: 0;
      padding: 0px 8px;
  }
  .footerblock{
    display: none;
  }
  .user_list .custom_md h2.section-title.mobileheading{
      display: block !important;
  }
  .user_list .custom_md h2.section-title.dskpheading{
      display: none !important;
  }
}
.custom_md_12.custom_md.hd{
    padding: 0px 10px !important;
}
.custom_md_12.custom_md.hd h2.section-title{
    color: #293334 !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #000000 !important;
    padding-bottom: 20px;
    margin-bottom: 54px;
    text-transform: capitalize;
}
.internalsalesmain {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px;
}
.internalsalesmain ul {
    list-style-type: none;
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-gap: 0;
}
.internalsalesmain ul li {
    margin: 0;
    color: #293334;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.internalsalesmain ul li:nth-child(7n-7){
    margin-bottom: 53px;
}
@media (min-width:768px) and (max-width:1024px) {
    .internalsalesmain ul {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-gap: 2;
    }
}
@media (max-width: 767px) {
    .custom_md_12.custom_md.hd h2.section-title {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 30px;
        line-height: 26px;
    }
    .internalsalesmain ul {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 1;
    }
.internalsalesmain ul li:nth-child(7n-7){
    margin-bottom: 0px;
}
}
/*Processed-by-SpeedSize:2026-06-04_21:25:56*/