 
 *{box-sizing: border-box;
    }

 body{
     margin: 0px;
     padding: 0px;
     height: 100%;
     width: 100%;
     overflow-x: hidden;
 }

 
/* alert css */

@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
h3{
    font-family:'poppins'; 
}
.alert{
  width:100%;
  margin:20px auto;
  padding:30px;
  position:relative;
  border-radius:5px;
  box-shadow:0 0 15px 5px #ccc;
}
.close{
  position:absolute;
  width:30px;
  height:30px;
  opacity:0.5;
  border-width:1px;
  border-style:solid;
  border-radius:50%;
  right:15px;
  top:25px;
  text-align:center;
  font-size:1.6em;
  cursor:pointer;
}
@mixin alert($name,$bgColor){
  $accentColor:darken($bgColor,50);
  .#{$name}{
    background-color:#{$bgColor};
    border-left:5px solid $accentColor;
    .close{
      border-color:$accentColor;
      color:$accentColor;
    }
  }
}

#success-alert{color: green;}
#danger-alert{color: red;}


/* alert css */

.g-recaptcha{margin-bottom: 10px;}

 .container{display: flex;
width: 100%;
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%;
display: flex;
 justify-content: center;
 border:none;
 background-color: #fbfbfb;
}

.content-one{width: 45%;
border:none;}

.content-two{width: 45%;
border:none;}

.one-heading{    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'poppins';}

    .one-one{display: flex;
    margin-top: 56px;}

    .first .fa-location-dot{    border: 1px solid #ddd;
        border-radius: 100%;
        font-size: 60px;
        background-color: #fff;
        z-index: 2;
        padding: 27px 34px;
        cursor: pointer;
        color: #267843;}

        .first .fa-location-dot:hover{
            background-color: #267843;
            color: #fff;
        }

    .first .fa-phone{    border: 1px solid #ddd;
        border-radius: 100%;
        font-size: 60px;
        background-color: #fff;
        z-index: 2;
        padding: 26px 26px;
        cursor: pointer;
        color: #267843;}

        .first .fa-phone:hover{
            background-color: #267843;
            color: #fff;
        }

    .first .fa-envelope{    border: 1px solid #ddd;
        border-radius: 100%;
        font-size: 60px;
        background-color: #fff;
        z-index: 2;
        padding: 26px 26px;
        cursor: pointer;
        color: #267843;}

        .first .fa-envelope:hover{
            background-color: #267843;
            color: #fff;
        }

    .first .fa-facebook{    border: 1px solid #ddd;
        border-radius: 100%;
        font-size: 60px;
        background-color: #fff;
        z-index: 2;
        padding: 26px 26px;
        cursor: pointer;
        margin-bottom: 50px;
        color: #267843;}

        .first .fa-facebook:hover{
            background-color: #267843;
            color: #fff;
        }


    .first .fa-instagram{    border: 1px solid #ddd;
        border-radius: 100%;
        font-size: 60px;
        background-color: #fff;
        z-index: 2;
        padding: 26px 29px;
        margin-left: 20px;
        cursor: pointer;
        margin-bottom: 50px;
        color: #267843;}

        .first .fa-instagram:hover{
            background-color: #267843;
            color: #fff;
        }



        .two h4{    font-size: 24px;
            line-height: 28px;
            letter-spacing: 2px;
            font-family: 'poppins';
            font-weight: 400;
            margin:15px 10px;
            color: #267843;}

.two p{font-family: 'Trebuchet Ms';
margin: 10px;
font-size: 20px;
line-height: 35px;
font-family: 'poppins';}

form{    width: 100%;
    margin: 3% 0px 5% 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    padding: 50px;
    border-radius: 8px;
    font-family: 'Poppins';}

    .form-input{    width: 100%;
        box-sizing: border-box;
        height: 50px;
        font-size: 16px;
        line-height: 28px;
        padding: 8px 16px;
        width: 100%;
        min-height: 44px;
        border: unset;
        border-radius: 4px;
        outline-color: rgb(84 105 212 / 0.5);
        background-color: rgb(255, 255, 255);
        box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
        margin-bottom: 20px;
        margin-top: 10px;}

        #text-area{height: 255px;}

        #submit{    font-family: 'Poppins';
            background-color: #e72b34;
            padding: 9px 20px 9px 20px;
            color: #fff;
            font-size: 16px;
            border: 1px solid #ad1921;
            border-radius: 4px;
            cursor: pointer;}

            #submit:hover{    background-color: #c20c15;
                border: 1px solid #c20c15;}

                /* 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 */


@media (max-width:800px){

    .call-fixed{width: 80px;
        bottom: 40px;}
    
        .right-call-fixed{width:70px;
        bottom: 30px;}

    .content{padding-left: 1%;}

    .first-c{width: 70%;}

    .two-c{width: 30%;}

    .first-c h1{font-size: 24px;
    }

    .content{flex-direction: column;}

    .content-one{width: 100%;}

    .content-two{width: 100%;}

}

@media (max-width:550px){

    .first-c{width: 60%;}

    .two-c{width: 40%;}

    .one-heading{margin-left: 3%;
    line-height: 40px;
}

form{padding: 10px;
padding-bottom: 40px;}

}

@media (max-width:450px){

    .two p{font-size: 15px;}
}