.optionbtn{
	font-size:16px;
	line-height:14px
}

.mainbtn{
	line-height:80px;
}

.mainSection{
    /* height: 100vh; */
    width: 100%;
    position: relative;
}

.leftSection:hover:before,.rightSection:hover:before{
    transform: scale(1.05);
}
.leftSection:before{
    
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('/img/newhome/carLeftBg.jpg') ;
}
.rightSection:before{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('/img/newhome/greenRightBg.jpg');

}
.leftSection:before,.rightSection:before{
    content: ' ';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    transition: 0.3s transform ease-in-out;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.greenbtn:hover{
    text-decoration: none;
}
.greenbtn{
    background-color: #fff;
}
.brownbtn{
    color: #a48c53;
    border: 1px solid #a48c53;
}
.brownbtn:hover{
    color: #ffffff;
    border: 1px solid #a48c53;
    background-color: #a48c53;

}
.greenbtn_menu_outer{

}
.bgiCenter{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.leftSection, .rightSection{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
/* .leftSection:before, .rightSection:before{
    content: ' ';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.26);
} */
.logos{
    position:absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 26px;
}
#menu>li a.flagLink{
    display: none;
    opacity: 0;
    transition: 0.3s opacity ease-in-out;
    position: absolute;
    right:0;
}
#menu>li a.flagLink.open{
    display:block;
    opacity: 1;
}
#menu>li a.flagLink:first-of-type{
    opacity: 1;
    display: block;
    position: relative;
}
#menu{
    max-width: 945px;
    width:100%;
}

.home2btn.greenbtn{
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    max-width: none;
    line-height: 23px;
    height: auto;
    transition: 0.3s all ease-in-out;
}
.home2btn.greenbtn:hover{
    text-decoration: none;
    background-color: #fff;
}
.leftSection .home2btn.greenbtn:hover{
    color: #a48c53;
    border: 1px solid #a48c53;
}
.rightSection .home2btn.greenbtn:hover{
    border: 1px solid #81c341;
    color: #81c341;
    
}
.socials{
    list-style: none;
    display: flex;
    margin-bottom: 24px;
    padding-left: 0;
}
.w16{
    width: 218px!important;
}
.home2btn td{
    padding: 18px 0px;
}
.hometitle{
	font-weight:bold;
    margin-top: 58px;
    text-align: center;
    
}
.w16 a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 992px){
	
	.mainbtn{
		line-height:60px !important;
	}
	
	.optionbtn{
		height:40px !important;
	}
	
    .leftSection, .rightSection{
        height: 50vh;    
    }
    .logosRow{
        display: none;
    }

    .carspaLogoImg{
        height: 90px;
    }
    .hometitle {
        margin-top: 5px;
        font-size: 18px;
        line-height: 24px;
    }
    .greenbtn{
        margin-top: 0 !important;
        font-size: 12px;
        line-height: 26px;
    }
    .home2btn td {
        padding: 0;
        line-height: 17px;
    }
    .btnTransparent{
        margin-top: 0!important;
    }
    .rightSection .greenbtn:not(.home2btn){
        margin-top: 17px!important;
    }
}
@media only screen and (max-width: 768px){
    .hometitle{
        margin-top: 10px;
    }

}
@media only screen and (max-height:550px){
    .leftSection,.rightSection{
        height: auto;
        padding: 70px 0px;
    }
}
