/* contact us */
body .content .contactbanner { 
    background-image: url(../images/banner/whatwedo.png);
    background-size: cover;
    width: 100%;
    height: auto;
}
body .content .contactbanner ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
}
body .content .contactbanner ul li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
}
body .content .contactwhitedetail .titlebox {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    height: auto;
    position: relative;
    text-align: center;
}
body .content .contactwhitedetail .titlebox .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
    white-space: nowrap;
}
body .content .contactwhitedetail .titlebox .fronttitleorange {
    color: #F57A3D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
}
.contact-us-title , .contact-us-app , .contact-us-list {
  max-width: 90vw;
  margin: auto;
}
.contact-us-app {
  margin-top:3rem !important;
}
.contact-us-app .app-container {
    margin: 5% 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.app-box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100%);
}
.app-container .app-box .app-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 1rem !important;
}
.app-container .app-box .app-description {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100%);
}
.app-container-title {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100%);
}
.app-item-list {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(30%);
    margin-left: 2%;
    text-align: center !important;
}
.app-item-qr {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(33.333%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center !important;
}
.app-description {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100%);
}
.app-item-img {
    display: none;
}
.app-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.app-text-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    /*display: flex;*/
    flex-direction: column;
    flex: 0 1 calc(100%);
}
.app-text-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100%);
}
.contact-us-app .app-container .app-container-title {
    font-weight: 500;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 16px;
}
.list-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.list-text {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100%);
}
.list-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.list-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100%);
}
.list-table {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
table {
    border-collapse: collapse;
}
.list-table thead {
    background-color: #fcd05c;
    font-size: 10px;
    white-space: nowrap;
}
.list-table thead th, .list-table thead td {
    border-bottom-width: 2px;
}
.list-table tbody {
    font-size: 8px;
}
.list-table th, .list-table td {
    border-top: 1px solid #dee2e6;
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: top;
}
.table-head-list-text,
.table-body-list,
.table-body-list-3 {
    text-align: center !important;
}
/* our office */
body .content .officebanner { 
    background-image: url(../images/banner/whatwedo.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
body .content .officebanner ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
}
body .content .officebanner ul li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
}
body .content .officewhitedetail .titlebox {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    height: 200px;
    position: relative;
    text-align: center;
}
body .content .officewhitedetail .titlebox .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
    white-space: nowrap;
}
body .content .officewhitedetail .titlebox .fronttitle {
    color: #F57A3D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
}
.download-container {
    max-width: 90vw;
    margin: auto;
}
.our-office-box {
    margin-bottom: 3rem !important;
    max-width: 90vw;
    margin: auto;
}
.contact-office-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.our-office-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.our-office-map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.contact-office-map {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-office-map .google-map {
    height: 500px;
    width: 100%;
    margin: 10% 0;
}
.contact-office-box {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-office-item-1 {
      display: block;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      display: flex;
      flex-direction: column;
      flex: 0 1 calc(33.333%);
}
.contact-office-item-1 .office-name {
    font-weight: 500;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 36px;
}
.contact-office-item-1 .office-address {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
}
.contact-office-item-1 .office-address {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
}
.contact-office-item-1 .office-working-hour,.contact-office-item-1 .office-working-hour-1 ,.contact-office-item-1 .office-working-hour-2 {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
}
/* download */
body .content .downloadbanner { 
    background-image: url(../images/banner/service_bg.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
body .content .downloadbanner ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
}
body .content .downloadbanner ul li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
}
body .content .downloadwhitedetail .titlebox {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    height: 200px;
    position: relative;
    text-align: center;
}
body .content .downloadwhitedetail .titlebox .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
    white-space: nowrap;
}
body .content .downloadwhitedetail .titlebox .fronttitle {
    color: #F57A3D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
}
.downloadcontent {
  padding-top: 5%;
  padding: 50px 0px 0px 0;
}
.downloadcontent .col-4new {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 20px;
  margin-right: 5%;
}
.downloadcontent .col-4new:nth-child(3n) {
  margin-right: 0%;
}
.downloadbox1 {
  border-top: 1px solid #1EC2F4;
  border-bottom: 1px solid #33A24D;
  border-left: 1px solid #F57A3D;
  border-right: 1px solid #FCD05C;
  padding: 100px 0px;
  text-align: center;
}
.downloadbox1 img {
  width: 5rem;
}
.downloadboxdes {
  text-align: left;
  margin-bottom: 10px;
}
.downloadmore {
  text-align: right;
}
/* download */
body .content .handybanner { 
    background-image: url(../images/banner/service_bg.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
body .content .handybanner ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
}
body .content .handybanner ul li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
}
body .content .handywhitedetail .titlebox {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    height: 200px;
    position: relative;
    text-align: center;
}
body .content .handywhitedetail .titlebox .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
    white-space: nowrap;
}
body .content .handywhitedetail .titlebox .fronttitleblue {
    color: #F57A3D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
}

.handycontent {
  padding-top: 5%;
  padding: 50px 0px 0px 0;
}
.handycontent .smalltitle {
    margin-bottom: 30px;
}
.handywhitedetail .handyman-service-container {
    max-width: 90vw;
    margin: auto;
}
.handywhitedetail .handyman-service-container .services-container {
    display: grid;
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
    grid-auto-rows: 420px;
}
.handywhitedetail .handyman-service-container .service {
    display: flex;
    flex-direction: column;
    margin: 5%;
}
.handywhitedetail .handyman-service-container .service .service-img {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 70px 100px 70px 100px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
}

.handywhitedetail .handyman-service-container .service .service-img  img{
    width: 75px;
    height: 75px;
}


.handywhitedetail .handyman-service-container .service .service-title {
    margin: 5% 0 5% 0;
    font-size: 24px;
    font-weight: 500;
}
.handywhitedetail .handyman-service-container .service .see-more {
    cursor: pointer;
}
.handywhitedetail .expand-details {
    background-color: #F8F8F8;
    width: 100%;
    width: 100vw;
    z-index: 2;
    padding-left: 5vw;
    padding-right: 5vw;
}
/* common property charges */
body .content .cpcbanner { 
    background-image: url(../images/banner/service_bg.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
body .content .cpcbanner ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
}
body .content .cpcbanner ul li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
}
body .content .cpcwhitedetail .titlebox {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    height: 200px;
    position: relative;
    text-align: center;
}
body .content .cpcwhitedetail .titlebox .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
    white-space: nowrap;
}
body .content .cpcwhitedetail .titlebox .fronttitle {
    color: #F57A3D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
}
body .content .cpcwhitedetail .property-charges-box {
    max-width: 90vw;
    margin: auto;
}
.cpccontent-1 {
    margin: 50px 0px;
}
/* sncc */
body .content .snccbanner { 
    background-image: url(../images/banner/service_bg.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
body .content .snccbanner ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
}
body .content .snccbanner ul li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
}
body .content .snccwhitedetail {
    max-width: 90vw;
    margin: auto;
}
body .content .snccwhitedetail .titlebox {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    height: 200px;
    position: relative;
    text-align: center;
}
body .content .snccwhitedetail .titlebox .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
    white-space: nowrap;
}
body .content .snccwhitedetail .titlebox .fronttitle {
    color: #F57A3D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
}
.snccwhitedetail .services-container {
    display: grid;
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(30vw, 4fr));
    max-width: 50%;
}
body .content .aboutwhitedetail .services-container .service {
    display: flex;
    flex-direction: column;
    margin: 5%;
    max-width: 40vw;
}
body .content .aboutwhitedetail .services-container .service .service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 100px 70px 100px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
}
.services-container .sncc-service {
    display: flex;
    flex-direction: column;
    margin: 5%;
}
.services-container .sncc-service .service-title {
    margin: 5% 0 5% 0;
    font-size: 24px;
    font-weight: 500;
}
.services-container .sncc-service .service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 100px 70px 100px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
}
.sncc-expand-details-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.expand-details .expand-details-img.service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 150px 70px 150px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
}
.sncc-expand-details-img {
    position: relative;
    max-width: 33.333%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(33.333%);
}
.sncc-expand-details-item {
    position: relative;
    max-width: 66.666%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(66.666%);
}
.expand-details .expand-details-content .content-title {
    font-weight: 500;
    color: #393939;
    text-transform: none;
    letter-spacing: 0;
    font-size: 36px;
}
.expand-details .expand-details-content .content-body {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
}
/* sms request service */
body .content .smsbanner { 
    background-image: url(../images/banner/service_bg.png);
    background-size: cover;
    width: 100%;
    height: 200px;
}
body .content .smsbanner ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
}
body .content .smsbanner ul li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
}
body .content .smswhitedetail {
    max-width: 90vw;
    margin: auto;
}
body .content .smswhitedetail .titlebox {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    height: 200px;
    position: relative;
    text-align: center;
}
body .content .smswhitedetail .titlebox .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
    white-space: nowrap;
}
body .content .smswhitedetail .titlebox .fronttitle {
    color: #F57A3D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
}
.smsserviceradiobox1 {
  width: 100%;
  float: left;
}
.smsserviceradiobox2 {
  width: 100%;
  float: left;
}
.smsserviceradiobox3 {
  width: 100%;
  float: left;
}
@media (min-width: 576px) {
    .app-item-img {
      display: block;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      display: flex;
      flex-direction: column;
      flex: 0 1 calc(50%);
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .list-table thead {
      font-size: 18px;
    }

    .list-table tbody {
      font-size: 18px;
    }
    .app-box {
      flex: 0 1 calc(50%);
    }
    .app-container-title {
      flex: 0 1 calc(50%);
    }

    .app-description {
      flex: 0 1 calc(50%);
    }
    body .content .contactwhitedetail .titlebox {
        border-bottom: 1px solid #C4C4C4;
        padding: 20px;
        height: 200px;
        position: relative;
        text-align: center;
    }
    body .content .contactbanner {
        height: 200px;
    }

    .smsserviceradiobox1 {
      width: 49%;
      margin-right: 1%;
      float: left;
    }
    .smsserviceradiobox2 {
      width: 49%;
      margin-right: 1%;
      float: left;
    }
    .smsserviceradiobox3 {
      width: 100%;
      float: left;
    }
}

@media only screen and (max-width: 850px) {
    body .content .cpcbanner {
        background-image: url(../images/banner/service_bg.png);
        background-size: cover;
        width: 100%;
        height: 70px;
    }
    body .content .cpcwhitedetail .titlebox {
        border-bottom: 1px solid #C4C4C4;
        padding: 20px;
        height: auto;
        position: relative;
        text-align: center;
    }
    body .content .cpcwhitedetail .titlebox .fronttitle {
        color: #F57A3D;
        margin: 20px 0px;
        z-index: 99;
        font-weight: bold;
    }.cpccontent-mobile-1
    {
        margin-top: -35px;
    }
    body .content .smsbanner {
        background-image: url("../images/banner/whatwedo.png");
        background-size: cover;
        width: 100%;
        height: 70px ;
      }
      body .content .smsbanner ul {
        margin: 7% 0px 0% 0px;
        list-style: none;
        padding-inline-start: 0px;
      }
      body .content .smsbanner ul li {
        display: inline-block;
        margin: 5px 10px 5px 0px;
      }
      body .content .smswhitedetail .titlebox {
        border-bottom: 1px solid #C4C4C4;
        padding: 20px;
        height: auto;
        position: relative;
        text-align: center;
    }
    body .content .officebanner {
        background-image: url(../images/banner/whatwedo.png);
        background-size: cover;
        width: 100%;
        height: 70px;
    }
    body .content .officewhitedetail .titlebox
    {
        height: auto;
    }
}
