* {
    margin: 0%;
    padding: 0%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: capitalize;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0%;
    padding: 0%;
}
.top-bar {
    width: 100%;
    height: auto;
    display: flex;
    /* align-items: center; */
}

.top-bar .tp-info {
    width: 38%;
    background-color: #292929;
    padding: 1.20vh 0;
    text-align: right;
    padding-right: 6vh;
}

.top-bar .tp-info i {
    color: #fff;
    margin-right: .40vw;
    font-size: 19spx;

}

.top-bar .tp-info a {
    color: #fff;
    margin-right: 1vw;
    font-size: 17px;
    text-decoration: none;
}

.top-bar .tp-icon {
    padding-right: 6vw;
}

.top-bar .tp-icon i {
    align-self: center;
    font-size: 18px;
    margin-top: .10vh;
    margin-right: 2vw;
}


.navbar {
    background-color: #0C6C44;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* position: fixed; */
    width: 100%;
    z-index: 10;
}

.container-fluid img {
    width: 40px;
}

.navbar-brand {
    margin: 0%;
    padding: 0%;
}

.nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 999999999;
    font-family: Arial, Helvetica, sans-serif;
}

.nav-link:hover {
    color: #bafcaa;
}

.navbar-nav {
    display: flex;
    text-align: center;
    align-items: center;
}

.navbar .search {
    width: 100%;
    margin-left: 1vw;
    
}
.navbar .cart{
    font-size: 1.60vw;
    /* background-color: #0abe73; */
    padding-left: 2vw;
    padding-top: .50vh;
}

.swiper {
    width: 100%;
    z-index: 2;
    height: 100%;
}

.banner-slide img {
    width: 100%;
    max-width: 100%;
    height: 65vh;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgb(114, 114, 114);
}

.banner-form {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 51%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* background-color: #EE99B6; */
    width: 60%;
    text-align: center;
    /* display: flex; */
    border-radius: 1vw;
    padding: 3vh 0;
}

.banner-form h1 {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 1vh;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.banner-form p {
    text-align: center;
    margin-bottom: 2vh;
    font-size: 1.20vw;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */

}
.banner-form .order {
    padding: 2vh 3vw;
    text-transform: capitalize;
    text-decoration: none;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    /* border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw; */
    background-color: #0C6C44;
    color: #fff;
    border: none;
}

.today{
    width: 100%;
    padding: 7vh 10vw;
    text-align: center;
}
.today h1{
    text-align: center;
    margin-top: 2vh;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #0C6C44;
}
.today p{
    text-align: center;
    margin-bottom: 2vh;
    font-size: 1.40vw;
    color: #363636;
}
.today .today-box{
    width: 100%;
    margin-top: 4vh;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}

.today .today-box .today-box-info{
    width: 32%;
    border: .1vw solid #0C6C44;
    margin-left: .70vw;
    border-radius: 2vw;
    /* padding: 0 .50vw; */
    padding-top: 1vh;
}
.today .today-box .today-box-info img{
    width: 100%;
    max-height: auto;
    padding: 0 .50vw;
    height: 40vh;
    border-radius: 2vw;
}
.today .today-box .today-box-info h4{
    margin-top: 2vh;
    text-align: center;
}
.today .today-box .today-box-info p{
    border: .1vh solid rgb(122, 122, 122);
    border-radius: 2vw;
    width: 30%;
    margin-left: 8.50vw;
    margin-top: 2vh;
}
.today .today-box .today-box-info .price{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: .1vw solid #0C6C44;
    background-color: #d9f0d3;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    padding: 2vh 0;
}
.today .today-box .today-box-info .price .left{
    font-weight: 600;
    margin-left: 2vw;
    font-size: 1.30vw;
}
.today .today-box .today-box-info .price .right .today-btn{
    padding: 1vh 2vw;
    margin-right: 2vw;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 2vw;
    background-color: #0C6C44;
    color: #fff;
    border: none;
}
.today .today-box .today-box-info .price .right .today-btn:hover{
    padding: 1vh 2vw;
    margin-right: 2vw;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 2vw;
    background-color: #06492c;
    color: #fff;
    border: none;
}
.today .view{
    padding: 2vh 4vw;
    margin-right: 2vw;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 2vw;
    background-color: #0C6C44;
    color: #fff;
    border: none;
    margin-top: 9vh;
}
.today .view:hover{
    padding: 2vh 4vw;
    margin-right: 2vw;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 2vw;
    background-color: #06492c;
    color: #fff;
    border: none;
    margin-top: 9vh;
}

.company{
    width: 100%;
    padding: 7vh 10vw;
    display: flex;
    justify-content: space-between;
    background-image: url(image/number.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.company .left{
    width: 50%;   
}
.company .left img{
    width:90%;   
}
.company .right{
    width: 50%;   
}
.company .right h2{
    margin-top: 2vh;
    color: #0C6C44;   
    font-weight: 700;
    padding-bottom: 1vh;
}
.company .right p{
    font-size: 1.10vw;
    color: #333333;
}
.company .right .company-work{
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 4vh;
    /* margin: 3vh 0; */
}
.company .right .company-work .cw-inf{
    background-color: #bafcaa;
    width: 39%;
    border-radius: 5%;
    padding-bottom: 1vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.company .right .company-work .cw-inf img{
    width: 20%;
}
.choose{
    width: 100%;
    padding: 7vh 10vw;
    text-align: center;
}
.choose h1{
    text-align: center;
    margin-top: 2vh;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #0C6C44;
}
.choose p{
    text-align: center;
    margin-bottom: 2vh;
    font-size: 1.40vw;
    color: #363636;
}
.choose .choose-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8vh;
    background-image: url(banner/choose\ banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0 5vw;
}
.choose .choose-box .cb-1{
    width: 32%;
    /* background: #06492c; */
}
.choose .choose-box .cb-1 img{
    width: 100%;
}
.choose .choose-box .cb-1 .cb-1-box{
    display: flex;
    margin: 6vh 0;
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-left{
    width: 30%;    
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-left img{
    width: 100%;    
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-right{
    width: 70%
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-right h4{
    text-align: left;  
    color: #0C6C44;
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-right p{
    font-size: 1vw;
    text-align: left;
    margin-top: 1vh;
    color: #000000;
}
.testi {
    padding: 4vh 10vw;
}

.testi .h1pic {
    text-align: center;
}

.testi .h1pic .title {
    color: #03183a;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonial {
    padding: 4vh 0;
}

.testimonial-slide {
    /* padding: 2vh 2vw; */
    border-radius: 2vw;
    margin: 1vh 0;
    width: 100%;
}

.testimonial-slide .info {
    display: flex;
    align-items: center;
}

.testimonial-slide img {
    width: 100%;
    height: 30vh;
}




.contact {
    padding: 1vh 10vw;
    padding-top: 8vh;
    background-color: #FDFDFD;
}

.contact h1 {
    text-align: center;
    text-transform: capitalize;
    color: #06492c;
    margin-bottom: 3vh;
}

.contact .contact-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact .contact-info .left {
    width: 48%;
    padding: 4vh 2vw;
    border-radius: 2vw;
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact .contact-info .left h3 {
    color: #06492c;
}

.contact .contact-info .left .cil-info {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 2vh 0;
    border-bottom: .1vw solid #c7c7c7;
    padding-bottom: 3vh;
}

.contact .contact-info .left .cil-info img {
    width: 14%;
    background-color: #06492c;
    border: .2vw solid #cecece;
    padding: 15px 15px;
    border-radius: 50%;
}

.contact .contact-info .left .cil-info p {
    margin-left: 1.20vw;
    color: #5e5e5e;
    line-height: 4vh;
    font-size: 1.10vw;
}

.contact .contact-info .left .cil-info p span {
    color: #000;
}

.contact .contact-info .left i {
    margin-top: 3vh;
    padding: 15px 15px;
    text-align: center;
    background-color: #f3f3f3;
    color: #06492c;
    border-radius: 50%;
    border: .1vw solid #06492c;
    margin-right: 2vh;
}

.contact .contact-info .left i:hover {
    background-color: #06492c;
    color: #ffffff;
    border: .1vw solid #06492c;
}

.contact .contact-info .right {
    width: 48%;
    padding: 4vh 2vw;
    border-radius: 2vw;
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact .contact-info .right h3 {
    color: #06492c;
}

.contact .contact-info .right input[type=text] {
    width: 100%;
    border-radius: 4vw;
    border: .1vw solid #c9c9c9;
    padding: 2vh 2vw;
    margin: 2vh 0;
}

.contact .contact-info .right input[type=number] {
    width: 100%;
    border-radius: 4vw;
    border: .1vw solid #c9c9c9;
    padding: 2vh 2vw;
    margin: 2vh 0;
}

.contact .contact-info .right .submit {
    width: 100%;
    border: .1vw solid #c9c9c9;
    padding: 2vh 2vw;
    margin: 2vh 0;
    background-color: #06492c;
    border-top-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    color: #fff;
}

.contact .contact-info .right .submit:hover {
    background-color: #EE822E;
}
.contact .contact-info .right p{
    color: #4b4b4b;
    margin-top: 2vh ;
}
.contact .contact-info .right a{
    color: red;
}
.finance {
    padding: 4vh 10vw;
    padding-top: 15vh;
    display: flex;
    justify-content: space-between;
}

.finance .left {
    width: 50%;
    position: relative;
}

.finance .left img {
    width: 70%;
    border-radius: 4vw;
}

.finance .left .years {
    border-radius: 3vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 150px;
    height: 20vh;
    text-align: center;
    padding: 2vh 1vw;
    position: absolute;
    top: 80%;
    left: 70%;
    transform: translate(-50%, -50%);
    background-color: #ffff;
}

.finance .left .years h5 {
    color: #06492c;
}

.finance .left .years h5 span {
    font-size: 55px;
    font-weight: 700;
}

.finance .right {
    width: 50%;
}

.finance .right span {
    color: #EE822E;
    font-size: 25px;
}

.finance .right h1 {
    color: #06492c;
    font-size: 4vw;
    margin-bottom: 2vh;
}

.finance .right p {
    font-size: 1.20vw;
    color: #696969;
}

.finance .right .now {
    padding: 2vh 4vw;
    border: none;
    font-size: 19px;
    text-transform: capitalize;
    border-top-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    background-color: #06492c;
    color: #fff;
    margin-top: 3vh;
}

.finance .right .now:hover {
    background-color: #EE822E;
}
.us{
    padding: 4vh 10vw;
    background-color: #EFF1F3;
}
.us .us-info{
    width: 100%;
    position: relative;
}
.us .us-info img{
    width: 60%;
    display: flex;
    margin-left: 30vw;
}
.us .us-info .us-details{
    background-color: #fff;
    text-align: center;
    width: 50%;
    padding: 2vh 3vw;
    position: absolute;
    top: 50%;
    left: 23.80%;
    transform: translate(-50%, -50%);
}
.us .us-info .us-details h2{
    color: #06492c;
}
.us .us-info .us-details p{
    color: #7e7e7e;
}
.us .us-info2{
    margin-top: 4vh;   
}
.us .us-info2 img{
    width: 60%;
    display: flex;
    margin-left: 0;
}
.us .us-info2 .us-details{
    background-color: #fff;
    text-align: center;
    width: 50%;
    padding: 2vh 3vw;
    position: absolute;
    top: 50%;
    left: 73.80%;
    transform: translate(-50%, -50%);
}













footer {
    padding: 4vh 6vw;
    background-color: #06492c;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    background-image: url(https://th.bing.com/th/id/R.d5cbda99bce01cb38e8f37226cc45a2f?rik=pa3pxjuQKhnleQ&riu=http%3a%2f%2fgetwallpapers.com%2fwallpaper%2ffull%2f7%2f2%2f1%2f1023790-dark-green-background-3200x2000-download-free.jpg&ehk=ZKHmdCLxM1%2flpHXgjjeqsIJ%2f%2f8VemfW8hFYbK7AiWVo%3d&risl=&pid=ImgRaw&r=0);
}

footer .foot-info1 {
    width: 300px;
}

footer .foot-info1 img {
    width: 100px;
}

footer .foot-info1 p {
    color: #ffffff;
    margin-top: 2vh;
}

footer .foot-info1 .foot-icon img {
    width: 30px;
    margin-right: .50vw;
    margin-bottom: 2vh;
}

footer .foot-info3 {
    width: 200px;
}
footer .foot-info3 img{
    width: 100%;
}

footer .foot-info3 h4 {
    color: #bafcaa;
    margin-bottom: 2vh;
}

footer .foot-info3 a {
    display: block;
    margin-bottom: 1vh;
    text-decoration: none;
    color: #ffffff;
}

footer .foot-info3 a:hover {
    display: block;
    margin-bottom: 1vh;
    text-decoration: none;
    color: #d9f0d3;
}
.copyright{
    text-align: center;
    background-color: #000000;
    color: #fff;
}










@media (max-width: 900px){
    .top-bar{
        display: none;
    }
    .navbar .cart{
        font-size: 8.60vw;
        /* background-color: #0abe73; */
        padding-left: 2vw;
        padding-top: .50vh;
    }
}
@media (max-width: 750px){
    
.swiper {
    width: 100%;
    z-index: 2;
    height: 100%;
}

.banner-slide img {
    width: 100%;
    max-width: 100%;
    height: 55vh;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgb(114, 114, 114);
}

.banner-form {
    position: absolute;
    margin: 0;
    top: 55%;
    left: 51%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* background-color: #EE99B6; */
    width: 60%;
    text-align: center;
    /* display: flex; */
    border-radius: 1vw;
    padding: 3vh 0;
}

.banner-form h1 {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 1vh;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.banner-form p {
    text-align: center;
    margin-bottom: 2vh;
    font-size: 2.20vw;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */

}
.banner-form .order {
    padding: 1vh 2vw;
    font-size: 2vh;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    /* border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw; */
    background-color: #0C6C44;
    color: #fff;
    border: none;
}
.today{
    width: 100%;
    padding: 7vh 3vw;
}
.today h1{
    text-align: center;
    margin-top: 2vh;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #0C6C44;
}
.today p{
    text-align: center;
    margin-bottom: 2vh;
    font-size: 4.40vw;
    color: #363636;
}
.today .today-box{
    width: 100%;
    margin-top: 4vh;
    display: block;
    justify-content: space-between;
    align-content: space-between;
}

.today .today-box .today-box-info{
    width: 100%;
    border: .1vw solid #0C6C44;
    margin-left: .70vw;
    margin-bottom: 5vw;
    border-radius: 5vw;
    /* padding: 0 .50vw; */
    padding-top: 1vh;
}
.today .today-box .today-box-info img{
    width: 100%;
    max-height: auto;
    padding: 0 2vw;
    height: 30vh;
    border-radius: 5vw;
}
.today .today-box .today-box-info h4{
    margin-top: 2vh;
    text-align: center;
}
.today .today-box .today-box-info p{
    border: .1vh solid rgb(122, 122, 122);
    border-radius: 2vw;
    width: 30%;
    margin-left: 30.50vw;
    margin-top: 2vh;
}
.today .today-box .today-box-info .price{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: .1vw solid #0C6C44;
    background-color: #d9f0d3;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
    padding: 2vh 0;
}
.today .today-box .today-box-info .price .left{
    font-weight: 600;
    margin-left: 4vw;
    font-size: 6.30vw;
}
.today .today-box .today-box-info .price .right .today-btn{
    padding: 1vh 10vw;
    margin-right: 7vw;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 2vw;
    background-color: #0C6C44;
    color: #fff;
    border: none;
}
.today .view {
    padding: 2vh 4vw;
    margin-right: 2vw;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 2vw;
    background-color: #0C6C44;
    color: #fff;
    border: none;
    margin-top: 2vh;
}
.company{
    width: 100%;
    padding: 7vh 5vw;
    display: block;
    justify-content: space-between;
    background-image: url(none);
    background-color: #ececec;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.company .left{
    width: 100%;   
}
.company .left img{
    width: 100%;   
}
.company .right{
    width: 100%;   
}
.company .right h2{
    margin-top: 2vh;
    color: #0C6C44;   
    font-weight: 700;
    padding-bottom: 1vh;
}
.company .right p{
    font-size: 4.10vw;
    color: #333333;
}
.company .right .company-work{
    display: flex;
    justify-content: space-around;
    /* text-align: center; */
    margin-top: 4vh;
    /* margin: 3vh 0; */
}
.company .right .company-work .cw-inf{
    background-color: #bafcaa;
    width: 45%;
    border-radius: 5%;
    padding-bottom: 1vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.company .right .company-work .cw-inf img{
    width: 40%;
}
.testi {
    padding: 4vh 2vw;
}
.choose{
    width: 100%;
    padding: 7vh 5vw;
    text-align: center;
}
.choose h1{
    text-align: center;
    margin-top: 2vh;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #0C6C44;
}
.choose p{
    text-align: center;
    margin-bottom: 2vh;
    font-size: 4.40vw;
    color: #363636;
}
.choose .choose-box{
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-top: 3vh;
    background-image: url(none);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0 5vw;
}
.choose .choose-box .cb-1{
    width: 100%;
    /* background: #06492c; */
}
.choose .choose-box .cb-1 img{
    width: 100%;
}
.choose .choose-box .cb-1 .cb-1-box{
    display: flex;
    margin: 6vh 0;
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-left{
    width: 30%;    
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-left img{
    width: 100%;    
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-right{
    width: 70%
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-right h4{
    text-align: left;  
    color: #0C6C44;
}
.choose .choose-box .cb-1 .cb-1-box .cb-1-right p{
    font-size: 4vw;
    text-align: left;
    margin-top: 1vh;
    color: #000000;
}
.contact {
    padding: 4vh 3vw;
    padding-top: 4vh;
    background-color: #FDFDFD;
}

.contact h1 {
    text-align: center;
    text-transform: capitalize;
    color: #06492c;
    margin-bottom: 4vh;
}

.contact .contact-info {
    display: block;
    justify-content: space-between;
    width: 100%;
}

.contact .contact-info .left {
    width: 100%;
    padding: 4vh 2vw;
    border-radius: 2vw;
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact .contact-info .left h3 {
    color: #06492c;
}

.contact .contact-info .left .cil-info {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 2vh 0;
    border-bottom: .1vw solid #c7c7c7;
    padding-bottom: 3vh;
}

.contact .contact-info .left .cil-info img {
    width: 17%;
    background-color: #06492c;
    border: .2vw solid #EE822E;
    padding: 10px 10px;
    border-radius: 50%;
}

.contact .contact-info .left .cil-info p {
    margin-left: 1.20vw;
    color: #5e5e5e;
    line-height: 4vh;
    font-size: 4.10vw;
}

.contact .contact-info .left .cil-info p span {
    color: #000;
}

.contact .contact-info .left i {
    margin-top: 3vh;
    padding: 10px 10px;
    text-align: center;
    background-color: #f3f3f3;
    color: #06492c;
    border-radius: 50%;
    border: .1vw solid #06492c;
    margin-right: 1vh;
}

.contact .contact-info .left i:hover {
    background-color: #06492c;
    color: #ffffff;
    border: .1vw solid #06492c;
}

.contact .contact-info .right {
    width: 100%;
    padding: 4vh 2vw;
    border-radius: 2vw;
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact .contact-info .right h3 {
    color: #06492c;
}

.contact .contact-info .right input[type=text] {
    width: 100%;
    border-radius: 4vw;
    border: .1vw solid #c9c9c9;
    padding: 2vh 2vw;
    margin: 2vh 0;
}

.contact .contact-info .right input[type=number] {
    width: 100%;
    border-radius: 4vw;
    border: .1vw solid #c9c9c9;
    padding: 2vh 2vw;
    margin: 2vh 0;
}

.contact .contact-info .right .submit {
    width: 100%;
    border: .1vw solid #c9c9c9;
    padding: 2vh 2vw;
    margin: 2vh 0;
    background-color: #06492c;
    border-top-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
    color: #fff;
}

.contact .contact-info .right .submit:hover {
    background-color: #EE822E;
}
.finance {
    padding: 4vh 3vw;
    text-align: center;
    padding-top: 6vh;
    display: block;
    justify-content: space-between;
}

.finance .left {
    width: 100%;
    position: relative;
}

.finance .left img {
    width: 80%;
    border-radius: 4vw;
}

.finance .left .years {
    border-radius: 3vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 150px;
    height: 15vh;
    text-align: center;
    padding: 2vh 1vw;
    position: absolute;
    top: 80%;
    left: 70%;
    transform: translate(-50%, -50%);
    background-color: #ffff;
}

.finance .left .years h5 {
    color: #06492c;
}

.finance .left .years h5 span {
    font-size: 35px;
    font-weight: 700;
}

.finance .right {
    width: 100%;
    /* text-align: left; */
    margin-top: 4vh;
}

.finance .right span {
    color: #EE822E;
    font-size: 25px;
}

.finance .right h1 {
    color: #06492c;
    font-size: 4vw;
    margin-bottom: 2vh;
}

.finance .right p {
    font-size: 4.20vw;
    color: #696969;
}

.finance .right .now {
    padding: 2vh 4vw;
    border: none;
    font-size: 19px;
    text-transform: capitalize;
    border-top-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    background-color: #06492c;
    color: #fff;
    margin-top: 3vh;
}
.us{
    padding: 2vh 3vw;
    background-color: #EFF1F3;
}
.us .us-info{
    width: 100%;
    display: block;

}
.us .us-info img{
    width: 100%;
    margin-left: 0;
}
.us .us-info .us-details{
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 2vh 3vw;
    position: unset;
    margin-left: 47.40vw;
    margin-top: 22vh;
    top: 50%;
    left: 13.80%;
    transform: translate(-50%, -50%);
}
.us .us-info .us-details h2{
    color: #06492c;
}
.us .us-info .us-details p{
    color: #7e7e7e;
}
.us .us-info2{
    margin-top: -19vh;   
}
.us .us-info2 img{
    width: 100%;
    display: flex;
    margin-left: 0;
}
.us .us-info2 .us-details{
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 2vh 3vw;
    position: unset;
    margin-left: 47.40vw;
    margin-top: 22vh;
    top: 50%;
    left: 13.80%;
    transform: translate(-50%, -50%);
}




}