html {
    scroll-behavior: smooth;
}
a:not(.link,.btn) {
    color: #0C356A;
    text-decoration: none;
}
a:hover {
    filter: brightness(0.5);
}
a.link {
    color: #0C356A;
    text-decoration: underline;
}
.btn {
    border-radius: 0;
}
.badge.bg-primary {
    background: rgb(18,21,43);
    background: linear-gradient(150deg, rgba(18,21,43,1) 0%, rgba(13,77,140,1) 100%);
}

.trustprop .modal-content  {
    border-radius: 0;
}

.trustprop .btn-primary.btn-trustprop {
    background-color: #FFC436 !important;
    color: #563D00 !important;
    border-color: #FFC436 !important;
}
.trustprop .btn-secondary.btn-trustprop {
    color: #fff !important;
    background: rgb(18,21,43);
    background: linear-gradient(150deg, rgba(18,21,43,1) 0%, rgba(13,77,140,1) 100%);
    border-color: rgba(13,77,140,1) !important;
}
.trustprop .btn-invert.btn-trustprop {
    color: #fff !important;
    background: transparent;
    border: 3px solid #fff !important;
    filter: none;
}
.trustprop .btn-invert.btn-trustprop:hover {
    color: rgba(18,21,43,1) !important;
    background: rgba(255,255,255,1);
}
.trustprop .navbar {
    border-bottom: 1px solid #ededed;
}
.trustprop .navbar .navbar-brand img{
    width: 162px;
}
.trustprop .banner.main-banner {
    height: 620px;
    overflow: hidden;
}
.trustprop .banner.main-banner .bx-wrapper {
    margin-bottom: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.trustprop .bx-wrapper .bx-controls-direction a {
    height: 59px;
    width: 30px;
}
.trustprop .bx-wrapper .bx-prev {
    left: 20px;
    background: url('../images/banner/left.png');
}
.trustprop .bx-wrapper .bx-prev:focus,.trustprop .bx-wrapper .bx-prev:hover {
    background: url('../images/banner/left-hover.png');
}
.trustprop .bx-wrapper .bx-next {
    right: 20px;
    background: url('../images/banner/right.png');
}
.trustprop .bx-wrapper .bx-next:focus,.trustprop  .bx-wrapper .bx-next:hover {
    background: url('../images/banner/right-hover.png');
}
.trustprop .bx-pager .bx-pager-item .bx-pager-link {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ededed;
}
.trustprop .bx-pager .bx-pager-item .bx-pager-link.active {
    background: rgb(18,21,43);
    background: linear-gradient(150deg, rgba(18,21,43,1) 0%, rgba(13,77,140,1) 100%);
}
.trustprop .banner.main-banner .bx-wrapper, .trustprop .banner.main-banner .bx-wrapper .bx-viewport, .trustprop .banner.main-banner .bx-wrapper .bx-viewport .banner-slider {
    height: 100% !important;
}
.trustprop .banner.main-banner .slide {
    position: relative;
    color: #fff;
    height: 100%;
}
.trustprop .banner.main-banner .slide .bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}

.trustprop .banner.main-banner .slide .bg .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.trustprop .banner.main-banner .slide img {
    width: 100%;
}
.trustprop .banner.main-banner .slide .slide-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.trustprop .banner.main-banner .slide .slide-content .slide-content-inner {
    padding: 0 10%;
}
.trustprop .banner.main-banner .slide .slide-content .text1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(0, 0, 10px, 1);
}
.trustprop .banner.main-banner .slide .slide-content .text2 {
    font-size: 1.75rem;
}
.trustprop .banner .banner-inner {
    min-height: 420px;
    background: url('../images/trustprop-mainbanner.png') no-repeat center bottom;
}
.trustprop .banner-articles .banner-inner {
    min-height: 420px;
    background: url('../images/articles-banner.png') no-repeat center bottom;
    background-size: cover;
}
.trustprop .banner .banner-inner.banner-inner-dynamic {
    background-image: var(--background);
    background-size: cover;
    background-position: center;
}
.trustprop .banner-articles.property {
    position: relative;
}
.trustprop .banner-articles.property .gallery-link {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    width: 140px;
    height: 100px;
    cursor: pointer;
}
.trustprop .banner-articles.property .gallery-link a:hover {
    filter: brightness(1);
}
.trustprop .banner-articles.property .gallery-link .gallery {
    position: absolute;
    width: 140px;
    height: 100px;
    transition: all 0.5s;
    background-size: cover;
    border: 4px solid #fff;
}
.trustprop .banner-articles.property .gallery-link .gallery.gallery1 {
    background-image: url('../images/gallery-link1.jpg');
}
.trustprop .banner-articles.property .gallery-link .gallery.gallery2 {
    background-image: url('../images/gallery-link2.jpg');
}
.trustprop .banner-articles.property .gallery-link:hover .gallery, .trustprop .banner-articles.property .gallery-link:focus .gallery {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transform: scale(1.2) translate(-20px, -20px);
}
.trustprop .banner-articles.property .gallery-link:hover .gallery.gallery1, .trustprop .banner-articles.property .gallery-link:focus .gallery.gallery1 {
    transform: scale(1.2) translate(-20px, -20px) rotate(-5deg);
}
.trustprop .banner-articles.property .gallery-link:hover .gallery.gallery2, .trustprop .banner-articles.property .gallery-link:focus .gallery.gallery2 {
    transform: scale(1.2) translate(-20px, -20px) rotate(5deg);
}
.trustprop .banner.video-banner {
    position: relative;
    height: 540px;
    overflow: hidden;
}
.trustprop .banner.video-banner .main-banner-overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.trustprop .banner .banner-inner.video-banner-inner {
    position: absolute;
    background: none;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.trustprop .banner .banner-inner.video-banner-inner h1 {
    color: #fff;
    text-wrap: nowrap;
    text-shadow: 0 0 30px #000;
}
.trustprop .banner .bd-highlight.light {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.trustprop .banner .banner-inner h1 {
    font-size: 3.5em;
    text-align: center;
    font-weight: 600;
    line-height: 1.25em;
}
.trustprop .banner .banner-inner h1 span {
    font-size: 1.75rem;
    display: block;
    font-weight: 400;
    letter-spacing: 4px;
}
.trustprop .section {
    text-align: center;
}
.trustprop .section h3 {
    font-size: 3rem;
    font-weight: bold;
}
.trustprop .section h3 span {
    font-size: 1.5rem;
    display: block;
    letter-spacing: 4px;
    line-height: 2rem;
    font-weight: 400;
}
.trustprop .section.return {
    background-color: #0c356a;
    background-image: url('../images/return-pattern.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    color: #fff;
    font-weight: bold;
}
.trustprop .section.return .return-descrption {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.trustprop .section.return .return-txt {
    font-size: 8.5rem;
    line-height: 10rem;
}
.trustprop .section.return .since {
    font-size: 1.1rem;
}

.text-white {
    color: #ffffff !important;
}
.trustprop .insight .insight-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.trustprop .insight .insight-block .insight-item {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trustprop .insight .insight-block .insight-item .label {
    font-size: 1.2rem;
    width: 70%;
    text-align: center;
    font-weight: bold;
}
.trustprop .insight .insight-block .insight-item .pi-container {
    position: relative;
}
.trustprop .insight .insight-block .insight-item .pi-container .number {
    position: absolute;
    width: 100%;
    top: 36%;
    font-weight: bold;
    font-size: 2.2rem;
}
.trustprop .insight .insight-block .insight-item .pi {
    margin: 10px 0 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%; /*1*/
    border: 18px solid transparent; /*2*/
    background: linear-gradient(-50deg,rgba(18, 21, 43, 1),rgba(13, 77, 140, 1)) border-box; /*3*/
    -webkit-mask: /*4*/
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; /*5'*/
            mask-composite: exclude; /*5*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
}
.trustprop .gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto auto;
}
.trustprop .gallery .gallery-item img {
    width: 100%;
}
.trustprop .investment {
    text-align: center;
}
.trustprop .investment .investment-block {
    width: 65%;
    display: flex;
}
.trustprop .investment .investment-block.right {
    
}
.trustprop .investment .investment-block .content {
    text-align: left;
    flex: 1;
}
.trustprop .investment .investment-block .investment-box .img img {
    width: 140px;
    margin: 30px 0;
}
.trustprop .investment .investment-block .img-container {
    flex: 1;
}
.trustprop .investment .investment-block .img-container img {
    width: 100%;
}
.trustprop .investment .investment-block .investment-box .title {
    font-weight: bold;
    font-weight: 1.5rem;
}
.trustprop .coffee-connect .coffee-connect-list {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/* .trustprop .coffee-connect .coffee-connect-list .coffee-connect-item {
    display: flex;
    margin-bottom: 30px;
} */
.trustprop .coffee-connect .coffee-connect-list .coffee-connect-item .date {
    border: 1px solid #ededed;
    padding: 40px;
    background-color: #ededed;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
    margin: 15px;
    cursor: pointer;
    transition: all 0.75s;
}
.trustprop .coffee-connect .coffee-connect-list .coffee-connect-item .date:hover {
    background: rgb(18,21,43);
    background: linear-gradient(150deg, rgba(18,21,43,1) 0%, rgba(13,77,140,1) 100%);
    color: #fff;
}

.trustprop .coffee-connect .coffee-connect-list .coffee-connect-item .date .weekday {
    font-size: 1.75rem;
    line-height: 0.25rem;
    font-weight: 600;
}
.trustprop .coffee-connect .coffee-connect-list .coffee-connect-item .date .day {
    font-size: 4rem;
    font-weight: 700;
}
.trustprop .coffee-connect .coffee-connect-list .coffee-connect-item .date .month {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 1.5rem;
}

.trustprop .deals-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.trustprop .deals-container .deal {
    width: 260px;
    padding: 20px;
    background-color: #ededed;
    margin: 20px 15px;
    border: 1px solid #ccc;
    text-align: left;
}
.trustprop .deals-container .deal .title {
    font-size: 1.5rem;
}
.trustprop .deals-container .deal .attrs {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.trustprop .deals-container .deal .separator {
    width: 100%;
    height: 2px;
    background-color: #ccc;
}
.trustprop .deals-container .deal .attrs .attr {
    width: 50%;
    margin-bottom: 20px;
}
.trustprop .deals-container .deal .attrs .attr .label {
    font-weight: bold;
}
.trustprop .deals-container .deal .attrs .attr .desc {
    font-size: 12px;
}
.trustprop .deals-container .deal .comment {
    margin: 10px 0;
    font-size: 14px;
}
.trustprop .deals-container .deal .author {
    font-size: 14px;
    font-weight: bold;
}
.trustprop .trustprop-nav {
    flex-wrap: nowrap;
    border-bottom: 2px solid #ededed;
}
.trustprop .trustprop-nav .nav-link {
    position: relative;
    bottom: -2px;
}
.trustprop .trustprop-nav .nav-link.active {
    border: 2px solid #ededed;
    border-bottom: 2px solid #ffffff;
}
.trustprop .trustprop-nav .nav-link.active .title {
    font-weight: bold;
} 
.trustprop .tab-content {
    text-align: left;
}
.trustprop .tab-content .map-home {
    display: flex;
}
.trustprop .tab-content .map-home .map-left {
    flex: 1;
}
.trustprop .tab-content .map-home .map-left img {
    width: 100%;
}
.trustprop .tab-content .map-home .map-right {
    flex: 1;
}
.trustprop .project-item {
    box-sizing: border-box;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}
.trustprop .project-item .head img {
    width: 100%;
} 

.trustprop .footer {
    background-color: #F6F6F6;
}
.trustprop .footer h5 {
    font-size: 1em;
    font-weight: bold;
}
.trustprop .footer ul {
    padding: 0;
}
.trustprop .footer ul li {
    list-style: none;
}
.trustprop .footer ul.inline li {
    display: inline-block;
    margin-right: 1.125em;
}
.trustprop .article-list {
    padding: 70px 0;
}
.trustprop .article-list article {
    margin-bottom: 60px;
    display: flex;
}
.trustprop .article-list article .content {
    margin-left: 20px;
    flex: 1;
}
.trustprop .article-list article .figure {
    height: 200px;
    width: 250px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.trustprop .article-list article .figure img {
    width: 100%;
    height: 100%;
}
.trustprop .article-list article .content .stamp {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #ababab;
}
.trustprop .article-details .figure, .trustprop .article-details .figure img {
    width: 100%;
}

.trustprop .property-banner {
    max-height: 650px;
    display: grid;
    row-gap: 8px;
    column-gap: 8px;
    grid-template-columns: auto auto auto auto auto auto;
}
.trustprop .property-banner .propery-banner-img {
    overflow: hidden;
}
.trustprop .property-banner .propery-banner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.trustprop .property-banner .propery-banner-img.item1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}

.trustprop .article-list h4 {
    font-weight: 700;
}
.trustprop .property-details {
    display: flex;
}
.trustprop .property-details .property-details-left {
    flex: 1;
    padding-right: 30px;
}
.trustprop .property-details .property-details-left .heading {
    display: flex;
}
.trustprop .property-details .property-details-left .heading .badge {
    position: relative;
    top: 15px;
    margin-left: 10px;
}
.trustprop .property-details .property-details-left .others {
    display: flex;
    margin-top: 16px;
    padding-right: 200px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.trustprop .property-details .property-details-left .others .block {
    padding: 10px 0;
    display: flex;
}
.trustprop .property-details .property-details-left .others .block .icon {
    margin-right: 20px;
}
.trustprop .property-details .property-details-left .others .block .value {
    font-weight: bold;
}
.trustprop .property-details .property-details-left .content .chart img {
    width: 100%;
}
.trustprop .property-details .property-details-left .content .docs {
    display: flex;
    flex-wrap: wrap;
}
.trustprop .property-details .property-details-left .content .docs .doc {
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}
.trustprop .property-details .property-details-left .content .docs .doc .lock {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.trustprop .property-details .property-details-right {
    width: 350px;
    text-align: center;
}
.trustprop .property-details .property-details-right > div {
    border: 1px solid #ededed;
}
.trustprop .property-details .property-details-right .book-plot .title, .trustprop .property-details .property-details-right .call-now .title {
    font-weight: bold;
}
.trustprop .property-details .property-details-right .call-now .call-now-text {
    font-size: 2.5rem;
    font-weight: bold;
}
.trustprop .property-details .property-details-right .call-now .call-now-text a {
    color: #000;
}
.trustprop .property-details .property-details-right .query {
    text-align: left;
}
.trustprop .property-inline-query {
    display: flex;
    margin: 30px 0;
    display: none;
}
.trustprop .property-inline-query > div {
    width: 50%;
    border: 1px solid #ededed;
    text-align: center;
}
.trustprop .property-inline-query > div .title {
    font-size: 16px;
    font-weight: bold;
}
.trustprop .property-inline-query > div .call-now-text {
    font-size: 2.5rem;
    font-weight: bold;
}
.trustprop .invest {
    text-align: left;
}
.trustprop .trustprop-nav .nav-item {
    padding: 0;
}

.trustprop .nav-box figure img {
    width: 100%;
}
.team {
    display: flex;
    margin-bottom: 30px;
}
.team .figure {
    width: 250px;
}
.team .figure img{
    width: 100%;
} 
.team .content {
    padding-left: 30px;
    flex: 1;
}
.trustprop .process {
    width: 80%;
    padding: 10px;
    position: relative;
}
.trustprop .charts-home h5 {
    text-align: left !important;
}
.trustprop .process .process-tree {
    position: relative;
    padding: 0;
}
.trustprop .process .process-tree li {
    min-height: 150px;
    list-style: none;
    display: flex;
}
.trustprop .process .process-tree li div.icon {
    z-index: 1;
    position: relative;
}
.trustprop .process .process-tree li div.icon::after {
    width: 5px;
    height: 78px;
    content: '';
    background: rgb(18,21,43);
    background: linear-gradient(150deg, rgba(18,21,43,1) 0%, rgba(13,77,140,1) 100%);
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: -1;
}
.trustprop .process .process-tree li:last-child div::after {
    width: 0;
    height: 0;
}
.trustprop .process .process-tree li img {
    width: 100px;
}
.trustprop .process .process-tree li .content, .trustprop .process .process-tree li .empty {
    padding: 10px 20px;
    width: calc(50% - 100px);
}
.trustprop .process .process-tree li.left .content {
    text-align: right;
}
.trustprop .process .process-tree li.right .content {
    text-align: left;
}
.trustprop .process .process-tree li .empty, .trustprop .process .process-tree li .content {
    flex: 1;
}

.trustprop .hightlights {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.trustprop .hightlights li {
    list-style: none;
    width: 50%;
    margin-bottom: 5px;
    display: flex;
}
.trustprop .hightlights li span {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 3px;
}
.trustprop .hightlights li span img {
    width: 18px;
}

.trustprop .scroll-to-top {
    cursor: pointer;
    display: none;
    width: 48px;
    height: 48px;
    background: url('../images/scroll-to-top.png');
    position: fixed;
    right: 30px;
    bottom: 40px;
    -webkit-animation-name: bounce; 
    -webkit-animation-duration: 1.2s; 
    -webkit-animation-direction: alternate; 
    -webkit-animation-timing-function: cubic-bezier( .5, 1, 0.2, .5); 
    -webkit-animation-iteration-count: infinite; 
}
.trustprop .scroll-to-top a {

}
@-webkit-keyframes bounce { 
    from { 
        -webkit-transform: translate3d(0, 0, 0); 
        transform: translate3d(0, 0, 0); 
    } 
    to { 
        -webkit-transform: translate3d(0, 20px, 0); 
        transform: translate3d(0, 20px, 0); 
    } 
} 
/* @media (min-width: 1500px) {
    .container {
        width: calc(100% - 80px);
    }
} */
@media (min-width: 1400px) {
    .container {
        max-width: calc(100% - 200px);
    }
}
@media only screen and (max-width: 1200px) {
    .trustprop .section h3 {
        font-size: 2.5rem;
    }
    .trustprop .trustprop-nav .nav-item {
        width: 33%;
    }
    .trustprop .trustprop-nav .nav-link {
        margin: 0 10px;
        border-width: 6px;
    }
    .trustprop .banner.main-banner {
        height: 540px;
    }
    .trustprop .investment .investment-block {
        width: 85%;
    }
    .trustprop .investment .investment-block .img-container img {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .trustprop .banner-articles.property .gallery-link, .trustprop .banner-articles.property .gallery-link .gallery {
        width: 120px;
        height: 90px;
    }
    .trustprop .section h3 {
        font-size: 2.25rem;
    }
    .trustprop .trustprop-nav .nav-link {
        margin: 0 5px;
        border-width: 3px;
    }
    
    .trustprop .banner.video-banner {
        height: 440px;
    }
    .trustprop .banner .banner-inner h1 {
        font-size: 2.5rem;
    }
    .trustprop .banner .banner-inner h1 span {
        font-size: 1.25rem;
        line-height: 3rem;
    }
    .trustprop .property-details {
        flex-direction: column;
    }
    .trustprop .property-details .property-details-left {
        padding-right: 0;
    }
    .trustprop .property-details .property-details-right {
        width: 100%;
    }
    .trustprop .process {
        width: 100%;
    }
    .trustprop .investment .investment-block {
        flex-direction: column;
    }
    .trustprop .property-inline-query {
        display: flex;
    }
    .trustprop .property-details .property-details-left .others {
        padding-right: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .trustprop .coffee-connect .coffee-connect-list {
        flex-direction: column;
    }
    .trustprop .banner-articles.property .gallery-link, .trustprop .banner-articles.property .gallery-link .gallery {
        width: 100px;
        height: 80px;
    }
    .trustprop .property-inline-query {
        flex-direction: column;
    }
    .trustprop .property-inline-query > div {
        width: 100%;
    }
    .trustprop .property-inline-query > div .call-now-text a {
        font-size: 1.75rem;
    }
    .trustprop .banner.main-banner .slide .bg .overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .trustprop .section h3 {
        font-size: 2rem;
    }
    .trustprop .banner .banner-inner h1 {
        font-size: 2.25em;
    }
    .trustprop .banner .banner-inner h1 span {
        font-size: 1.25rem;
    }
    .trustprop .tab-content .map-home {
        flex-direction: column;
    }
    .trustprop .webinar .webinar-list .webinar-item .date {
        width: 100%;
        cursor: pointer;
    }
    .trustprop .webinar .webinar-list .webinar-item {
        flex-direction: column;
    }
    .trustprop .banner.video-banner {
        height: 380px;
    }
    .trustprop .banner .banner-inner h1 {
        font-size: 2.25rem;
    }
    .trustprop .banner.video-banner video {
        width: 130%;
    }
    .trustprop .banner-articles .banner-inner {
        min-height: 380px;
    }
    .trustprop .article-list article {
        flex-direction: column;
    }
    .trustprop .article-list article .figure {
        width: 100%;
    }
    .trustprop .article-list article .content {
        margin-left: 0;
        margin-top: 20px;
    }
    .team {
        flex-direction: column;
        align-items: center;
    }
    .team .figure {
        text-align: center;
    }
    .team .content {
        padding-left: 0;
        margin-top: 20px;
    }
    .trustprop .process .process-tree li.left {
        flex-direction: row-reverse;
    }
    .trustprop .process .process-tree li.left .content {
        text-align: left;
    }
    .trustprop .process .process-tree li .empty {
        display: none;
    }
    .trustprop .banner.main-banner .slide .slide-content {
        text-align: center;
        justify-content: center;
    }
    .trustprop .banner.main-banner .slide .slide-content .slide-content-inner {
        padding: 0;
    }
    .trustprop .banner.main-banner {
        height: 480px;
    }
    .trustprop .hightlights li {
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {

    .trustprop .section h3 {
        font-size: 1.9rem;
    }
    .trustprop .trustprop-nav .nav-link .title {
        left: 8px;
        bottom: 10px;
        font-weight: 600;
        font-size: 1.2rem;
    }
    .trustprop .banner.video-banner video {
        width: 160%;
    }
    .trustprop .banner .banner-inner h1 {
        font-size: 2rem;
    }
    .trustprop .banner .banner-inner h1 span {
        font-size: 1rem;
    }
    .trustprop .banner.main-banner .slide .slide-content .text1 {
        font-size: 2rem;
    }
    .trustprop .banner.main-banner .slide .slide-content .text2 {
        font-size: 1.25rem;
    }
    .trustprop .banner.main-banner {
        height: 420px;
    }
}