
body{
    background-color: #eaead7;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
.banner{
    background-image: url(../images/zen-5214824_1280.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.banner1{
    background-image: url(../images/IMG_3365.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.banner2{
    background-image: url(../images/lotus-978659_1280.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.banner3{
    background-image: url(../images/IMG_3368.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.banner4{
    background-image: url(../images/IMG_3373.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.content{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
h1{
    font-size: 60px;
    color: white;
}
.content .nav1{
    font-size: 25px;
    padding-right: 30px;
}
.content .nav1 a{
    text-decoration: none;
    color: white;
    padding: 20px;
}
.content .nav1 a:hover{
    color:  rgb(66, 190, 138);
}
main{
    width: 80%;
    margin: 40px auto;
}
.column-left{
    width: 40%;
    float: left;
    line-height: 150%;
}
.column-right #img1{
    width: 40%;
    float: right;
}
.column-left1 #img2{
    width: 30%;
    height: auto;
    float: left;
    padding-top: 35px;
}
.column-right1{
    width: 40%;
    float: right;
    line-height: 150%;
    padding-top: 65px;
}
.column-left3{
    width: 40%;
    float: left;
    line-height: 150%;
    padding-top: 45px;
}
.column-right3 #img3{
    width: 40%;
    float: right;
    padding-top: 45px;
}
.column-left4 #img4{
    width: 40%;
    height: auto;
    float: left;
}
.column-right4{
    width: 40%;
    float: right;
    line-height: 150%;
}
.btn{
    text-decoration: none;
    font-weight: bold;
    border: 2px solid  rgb(66, 190, 138);
    padding: 15px;
    margin: 25px 0;
    transition: 0.5s;
    float: left;
    background-color: rgb(66, 190, 138);
    color: white;
    border-radius: 10px;
}
.btn:hover{
    background-color: #eaead7;
    color: rgb(66, 190, 138);
    font-weight: bold;
}
.clearfix{
    clear: both;
}
.container{
    display: inline-block;
    display: inline-flex;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}
.box-left{
    float: left;
    text-align: center;
    width: 25%;
    margin: 20px 20px;
    padding: 20px 20px;
}
.box-left a{
    text-decoration: none;
}
.box-left .img{
    width: 67%;
}
.box-middle{
    float: left;
    text-align: center;
    width: 50%;
    margin: 20px 20px;
    padding: 20px 20px;
    line-height: 150%;
}
.btn1{
    padding-left: 270px;
}


.box-right{
    float: right;
    text-align: center;
    width: 25%;
    margin: 20px 20px;
    padding: 20px 20px;
}
.box-right a{
    text-decoration: none;
}
.box-right .img2{
    width: 70%;
}
footer{
    background-image: url(../images/footer.png);
    width: 100%;
    height: 25vh;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px;
}
/* sales css */
.sales h1{
    color: rgb(66, 190, 138);
}
.container2{
    display: inline-block;
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 40px;
    width: 95%;
}
.box-left1{
    float: left;
    text-align: center;
    font-size: medium;
    box-shadow: 0.5px 0.5px 20px rgb(66, 190, 138, 0.5);
    width: 30%;
    margin: 20px 20px;
    padding: 20px 20px;
}

.box-left1 .img3{
    width: 100%;
}
.box-middle1{
    float: left;
    text-align: center;
    font-size: medium;
    box-shadow: 0.5px 0.5px 20px rgb(66, 190, 138, 0.5);
    width: 30%;
    margin: 20px 20px;
    padding: 20px 20px;
}
.box-middle1 .img4{
    width: 100%;
}

.box-right1{
    float: right;
    text-align: center;
    font-size: medium;
    box-shadow: 0.5px 0.5px 20px rgb(66, 190, 138, 0.5);
    width: 30%;
    margin: 20px 20px;
    padding: 20px 20px;

}
.box-right1 .img5{
    width: 100%;
}
.sales .top{
    text-decoration: none;
    font-size: large;

}
/* form css */
.foot{
    background-image: url(../images/footer.png);
    width: 100%;
    height: 28vh;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px;
}
form .check{
    font-size: medium;
    float: left;
    padding-left: 55px;
    color: grey;
    border-radius: grey;
}
form .yes{
    color: grey;
    float: left;
    padding-left: 55px;
}
form .no{
    color: grey;
    float: left;
    padding-left: 55px;
}
/* care css*/
.table1{
    padding-top: 35px;
}
table{
    border: 3px solid rgb(66, 190, 138);
    width: 100%;
    border-collapse: collapse;
}
table td{
    padding: 5px;
    border: solid 3px rgb(66, 190, 138);
    text-align: center;
}
table th{
    padding: 5px;
    font-size: large;
    border: solid 3px rgb(66, 190, 138);
}
.column-left5 #img1{
    width: 40%;
    float: left;
    line-height: 150%;
    padding-top: 95px;
}
.column-right5{
    width: 40%;
    float: right;
    padding-top: 55px;
}
.column-right5 h3:hover{
    color: rgb(66, 190, 138);
}
/* about css */
.link{
    text-align: center;
    padding-top: 65px;
    font-size: larger;
}
.container2{
    display: inline-block;
    display: inline-flex;
    margin-top: 40px;
    margin-bottom: 40px;
}
.box-left2{
    float: left;
    text-align: center;
    width: 40%;
    padding-left: 110px;
    padding-right: 40px;
}
.box-left2 a{
    text-decoration: none;
}
.box-left2 .img2{
    width: 40%;
}
.box-right2{
    float: right;
    text-align: center;
    width: 40%;
    padding-left: 40px;
}
.box-right2 a{
    text-decoration: none;
}
.box-right2 .img2{
    width: 40%;
}
