
/* alert css */

@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
h3{
    font-family:Quicksand;
} 
.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 */

.container{width: 100%;
display: flex;
justify-content: center;
background-color: #fff;
margin-top: 5px;
margin-bottom: 5px;
border-bottom: 1px solid green;


}

.content{width: 70%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;

}

h1{    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
    font-family: 'Poppins';
    text-align: center;
    color: #44a53c;
margin-top: 20px;}

form{width: 80%;
margin: 3% 0px 5% 0px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 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;
}

#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 }


/* testimonal@@@@@@ */

.feedback{width:80%;
margin-bottom: 50px;}

img {vertical-align: middle;}

.seven-copy{display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
background-color: #44a53c;
border-radius: 8px;
padding: 10px;
}

#text-area{height: 250px;}

.seven-para{margin-left: 2%;}

.img-testi{margin-left: 11px;
height: 75px;
width: auto;}

.testi-h4{    font-family: 'roboto';
    letter-spacing: 2px;
    color: #fff;
  margin-bottom: 0px;
margin-top: 2%;
font-size: 20px;}

.testi-p{    margin-top: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;}

  .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%;}

  .g-recaptcha{margin-bottom: 10px;}


  @media (max-width:880px){

    .call-fixed{width: 80px;
      bottom: 40px;}
  
      .right-call-fixed{width:70px;
      bottom: 30px;}
  

    .content{width: 100%;
    }

.feedback{width: 95%;}

form{width: 100%;
padding: 10px;}

.seven-copy{width: 100%;
flex-direction: column;}




  }




  /* On smaller screens, decrease text size */

/* testimonal@@@@@@ */