.contact{
    padding-bottom: 130px;
    .contact_wrapper{
        position: relative; 
        margin-top: 30px;
        .contect_info{
            padding: 59px 30px;
            box-shadow: 1px 1.332px 4px 2px #7c7c7c4d;
            .section_header{
                h2{
                    color: $black;
                    text-align: center;
                    padding-bottom: 40px;
                    span{
                        color: $primaryColor;
                    }
                }
           }
            ul{
                padding-left: 20px;
                li{
                    padding: 8px 0;
                    a{
                        font-size: 16px;
                        color: $black;
                        line-height: 26px;
                        font-weight: 400;
                    }
                    span{
                        padding-right: 10px;
                        i{
                            height: 55px;
                            width: 55px;
                            background-color: $white;
                            text-align: center;
                            line-height: 55px;
                            border-radius: 50%;
                            font-size: 25px;
                            box-shadow: 1px 1.332px 4px 2px #7c7c7c4d;
                            color: $primaryColor;
                        }
                    }
                }
            }
            .qrscanner{
                text-align: center;
                padding-top: 10px;
                img{
                    width: 180px;
                }
            }
            .form_wrapper{
                .massage{
                    height: 120px !important;
                }
              .form_control{
                  display: block; 
                  margin-bottom: 10px;
                  width: 100%;
                  height: 40px;
                  padding:23px;
                  background-color:#ffffff;
                  background-clip: padding-box;
                  border: 1px solid #dededf;
                  border-radius: 5px;
                  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                  -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                  -ms-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                  &:focus{
                     outline: 0;
                 } 
                  &::placeholder{
                      font-size: 16px;
                      color: #aeacac;
                      font-weight: 400;
                  }
              }
              label{
                  font-size: 17px;
                  color: $black;
                  font-weight: 500;
                  padding-bottom: 10px ;
              }
             }
             .contact_btn{
                 a{
                    padding: 15px 80px;
                    color: $white;
                    font-weight: 500;
                    border-radius: 7px;
                    background-color: $primaryColor;
                 }
             }
        }
    }
}