@font-face {
    font-family: 'Dax';
    src: local('Dax'), url(../font/dax/Dax.ttf) format('truetype');
}

@font-face {
    font-family: 'Dax_Black';
    src: local('Dax_Black'), url(../font/dax/Dax_Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Dax_Light';
    src: local('Dax_Light'), url(../font/dax/Dax_Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Dax_Medium';
    src: local('Dax_Medium'), url(../font/dax/Dax_Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'VAGRoundedBold';
    src: local('Dax'), url(../font/VAG/VAGRoundedBold.ttf) format('truetype');
}

body {
    font-family: Dax;
    background: #ffffff;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

.fold1 {
    background: url('../images/background-land.jpg');
    background-size: cover;
}

.header-cls {
    background-color: rgba(176, 203, 31, .5);
}

.banner-txt-cls a{
    text-align: center;
    width: 100% !important;
    display: block;
}

section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.timber-logo,
.timber-logo-clr-cls {
    height: 130px;
    width: auto;
}

.greenx-logo,
.greenx-logo-clr-cls {
    height: auto;
    width: 200px;
    margin: auto;
    display: table;
}

.list_disc {
    list-style: disc;
    padding-bottom: 10px;
    line-height: 30px;
}

span {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}



.VAGRBD_HEADING {
    font-size: 29px !important;
    font-family: VAGRoundedBold !important;
    color: #fecc00 !important;
    font-weight: 700 !important;
}

.plan-sbt-btn2 {
    /* background:green !important;
border: none !important; */
    color: white !important;
    margin-top: 1rem;
    border-radius: 0px !important;
    box-shadow: 0px 0px 5px 0px white;
    background: #00aa4f;
}

.plan-sbt-btn2-main {
    /* background: #afcb09 !important;
border: none !important; */
    color: white !important;
    margin-top: 1rem;
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px 0px white;
    background: #00aa4f;
    /* margin-left: 250px; */
}

.btn-primary.plan-sbt-btn2-main:hover {
    background: #00aa4f !important;
    background-color: #00aa4f !important;
}



.logo-clr-cls {
    height: 60px;
}

.__list__none li {
    list-style: none;
}

ul {
    margin-bottom: 1rem;
}

.__list__social__icon li img {
    width: 30px;
    height: 30px;
    margin: 50px 10px;
}

.__list__a {
    text-align: left !important;
}

.__list__a li img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.fold1 {
    padding-top: 0px !important;
    padding-bottom: 5rem !important;
}

h1 {
    color: white
}

.fold1 h1 {
    color: white !important;
}

.p-5rem {
    padding: 5rem;
}

.banner-h {
    font-size: 2.5rem !important;
}

/*  phone number added */
.tel-block {
    margin-right: 100px;
    justify-content: end;
    width: fit-content;
    box-shadow: 0px 0px 5px 0px white;
    background: #00aa4f;
    padding: 12px;
    border-radius: 10px;
}

.telephone {
    color: #ffff;
    justify-content: space-evenly;
    padding-right: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    column-gap: 0.8rem;
}

.telephone span {
    font-weight: 600;
    font-size: 24px;
}

.telephone i {
    font-size: 3rem;
}

.telephone img {
    height: 40px;
    width: 40px;
    margin-right: 20px;
    /* color: green; */
}

.telephone:hover span {
    color: #14ff14;
}



.ml-5 {
    margin-left: 5rem;
}

p {
    font-size: 20px;
}




.__list__a {
    margin-top: 1rem
}

.mb-5 {
    margin-bottom: 0rem !important;
}

.p-5rem {
    padding: 2rem;
}

.banner-h {
    font-size: 1.75rem !important;
}

.row {
    --bs-gutter-x: 0rem;
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.timber-logo,
.timber-logo-clr-cls {
    height: 100px;
    width: auto;
    margin: auto;
    display: table;
}

p {
    font-size: 18px;
}

.__header {
    padding-bottom: 1rem !important;
}


.mt-5 {
    margin-top: 1rem !important;
}

.pt-5 {
    padding-top: 3rem;
}

.logo-clr-cls {
    height: 50px;
}

footer ul {
    justify-content: center !important;
}

.__list__a {
    margin-top: 1rem
}

.logo-cls {
    height: 50px;
}


.__call__to__action__container{
    visibility: hidden;
    height: 0px !important;
    width: 0px !important;
}
.pl-60px{
    padding-left: 60px;
}
.__call__to__action__icon {
    height: 53px;
    width: 53px;
    margin-bottom: 12px;
}
.main-container{
    padding-top: 32px;
    height: 100%;
    margin: 0;
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-rows: 7fr 4.5fr;
    grid-template-columns: 12fr;
}