

  /* fixed button */

  .call-fixed{    width: 100px;
    position: fixed;
    bottom: 60px;
    left: 10px;
    height: 50px;
    z-index: 11;}

    .right-call-fixed{   width: 90px;
      position: fixed;
      bottom: 50px;
      right: 10px;
      height: 50px;
      z-index: 11;}

  .fixed-img{width: 100%;}


/* fixed button */

.container{display: flex;
flex-direction: column;
}

.contact{display: flex;
    width: 100%;
    padding: 20px 0px 20px 0px;
    align-items: center;
    background-color: rgba(247, 247, 247, 1);}
    
    .first-c{width: 80%;}
    
    .first-c h1{    font-size: 28px;
        line-height: 25px;
        font-weight: 400;
        letter-spacing: 4px;
        color: #888888;
        margin-left: 7%;}
    
    .two-c{width: 20%;
    display: flex;}
    
    .two-c h3 a{text-decoration: none;
    color:#888888;
    font-size: 17px;
    font-weight: 400;
    font-family: 'poppins';
    }
    
    .two-c h3{color: #888888;
    font-size: 17px;
    font-weight: 400;
    font-family: 'poppins';
    }

    .content{width: 100%;
    background-color: #fff;
padding: 2% 5%;}

.h2-r{font-family: 'poppins';
font-size: 27px;
color: #267843;
}

.para{    font-size: 16px;
    font-family: 'poppins';
    line-height: 35px;}

.g-h2{    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 2px;
color: #267843;
font-family: 'poppins';}

    
    @media (max-width:800px){

        .call-fixed{width: 80px;
            bottom: 40px;}
        
            .right-call-fixed{width:70px;
            bottom: 30px;}

            .first-c{width: 70%;}
            .two-c{width: 30%;}


    
    }


@media (max-width:500px) {

    .first-c{width: 60%;}
    .two-c{width: 40%;}

    
    
}