﻿.Sustan_bannerflanding .bannertxt {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    top: 50%;
    text-align: center;
    width: 100%;
}

    .Sustan_bannerflanding .bannertxt h1 {
        font-size: 50px;
        font-weight: 600;
        letter-spacing: 10px;
    }

.Sustan_bannerflanding img.Sustan_banner {
    display: block;
    object-position: center top;
    height: 85vh;
    filter: brightness(70%);
    object-fit: cover;
    /* object-position: top; */
}
.sustan_main2{
    display:inline-block;
    width:100%;
    padding:50px 0;
}

.Sustan_sameheadline {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}
.Sustan_toptext1 p {
    text-align: center;
    font-size:16px;
    line-height:22px;
}
.sustanmean_usbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sustanmean_usbox .sustanmeansus_left{
    width:50%;
    position:relative;
}
    .sustanmean_usbox .sustanmeansus_left::after {
        content: "";
        position: absolute;
        height: 120px;
        width: 2px;
        right: 12px;
        background: #009848;
        bottom: 15px;
    }
    .sustanmean_usbox .sustanmeansus_left::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 180px;
        right: 12px;
        background: #009848;
        bottom: 15px;
    }
    .sustanmean_usbox .sustanmeansus_right {
        width: 50%;
        padding: 20px 25px;
    }

        .sustanmean_usbox .sustanmeansus_right h4{
            font-weight:500;
            font-size:28px;
            letter-spacing:0;
            text-transform:capitalize;
            margin-bottom:15px;
            line-height:36px;
        }
            .sustanmean_usbox .sustanmeansus_right p{
                font-size:16px;
                line-height:22px;
            }


.sustan_mainpriniciple {
    background-image: url(/images/sustainabletravel_bgBanner.png);
    
    background-size: 100% 100%;
    padding: 50px 0;
}

.sustan_pribox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.sust_principleCard {
    background: #fff;
    box-shadow: 0 0 11px 0 #0000001a;
    width:32%;
    padding:30px 15px;
    position:relative;
    height:250px;
}
    .sust_principleCard::after {
        content: "";
        position: absolute;
        height: 150px;
        width: 4px;
        right:-3px;
        background: #009848;
        top: -3px;
    }

    .sust_principleCard::before {
        content: "";
        position: absolute;
        height: 4px;
        width: 150px;
        right: -3px;
        background: #009848;
        top: -3px;
    }
    .sust_principleCard h5 {
        color: #009848;
        font-size:16px;
        margin-bottom:15px;
    }
    .sust_principleCard p {
        font-size: 16px;
        line-height:22px;
    }

.sust_logoArea{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:60px
   
}
    .sust_logoArea li{
        margin:0 40px;
    }
        .sust_logoArea li img{
            width:auto;
        }

.treeimagesarea {
    text-align: center;
    margin: 40px 0;
}
    .treeimagesarea img{
        width:auto;
    }
.sustan_treebox p{
    margin-bottom:10px;
}
.sustan_mainpriniciple1 {
    background-image: url(/images/treeBG_images.jpg);
    background-size: 100% 100%;
    padding: 80px 0;
}
.TMM_chooseusMain {
    background: #fff;
    padding: 40px;
}

.TMM_chooseusBOX {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 40px auto 0;

}
.TMM_chooseusCard {
    display: flex;
    align-items: center;
    width: 49%;
    margin-bottom: 45px;
}
.TMM_chooseusCard img {
    width: auto;
    padding-right:20px;
}
.TMM_chooseusCard {
    font-size: 16px;
    line-height: 22px;
}

    @media only screen and (max-width: 3500px) and (min-width: 2701px) {
        .Sustan_bannerflanding img.Sustan_banner {
        height: 94vh;
    }
}

@media only screen and (max-width: 2700px) and (min-width: 1991px) {
    .Sustan_bannerflanding img.Sustan_banner {
        height: 92vh;
    }
}

@media only screen and (max-width: 1990px) and (min-width: 1400px) {
    .Sustan_bannerflanding img.Sustan_banner {
        height: 90vh;
    }
}


@media only screen and (max-width: 991px) {
    .Sustan_bannerflanding .bannertxt h1 {
        font-size: 35px;
    }
    .sustanmean_usbox {
        flex-direction: column;
    }
    .sust_principleCard {
        height: 280px;
    }
       
}

@media only screen and (max-width: 768px) {
    .sustanmean_usbox .sustanmeansus_left {
        width: 100%;
    }

    .sustanmean_usbox .sustanmeansus_right {
        width: 100%;
    }
    .sust_principleCard{
        height:360px;
    }
}