.subPage_contact{
    padding-top: 50px;
    padding-bottom: 30px;
    .contact_wrapper{
        position: relative;
        margin-top: 30px;
        .contect_info{
            padding: 59px 30px;
            h4{
                color: $primaryColor;
                font-size: 40px;
                font-weight:700;
                line-height: 45px;
                padding: 30px 0;
                text-align: center;
            }
             p{
                color: $text;
                font-size: 16px;
                font-weight:400;
                line-height: 25px;
                text-align: center;
                padding: 20px 250px;
            }
            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{
                            padding: 10px 10px;
                            background-color: $primaryColor;
                            border-radius: 50%;
                            color: $white;
                        }
                    }
                }
            }
            .form_wrapper{
                .massage{
                    height: 120px !important;
                }
              .form_control{
                  display: block;
                  margin-bottom: 20px;
                  width: 100%;
                  height: 40px;
                  padding:23px;
                  background-color:#ffffff;
                  background-clip: padding-box;
                  border: 1px solid #bdbdc0;
                  border-radius: 6px;
                  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;
                  -webkit-border-radius: 6px;
                  -moz-border-radius: 6px;
                  -ms-border-radius: 6px;
                  -o-border-radius: 6px;
                  &:focus{
                     outline: 0;
                 } 
                  &::placeholder{
                      font-size: 16px;
                      color: #aeacac;
                      font-weight: 400;
                  }
              } 
             }
             .contact_btn{
                a{
                    padding: 14px 35px;
                    background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%); 
                    color: $white;
                    font-size: 19px;
                    border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -o-border-radius: 5px;
                    &:hover{
                        background-color: $black;
                    }
}
             }
            .icons_linker{
                text-align: center;
                padding-top: 30px;
                ul{
                    li{
                        display: inline-block;
                        padding: 0 10px; 
                        a{
                            i{
                                font-size: 28px;
                                color: $primaryColor;
                                height: 45px;
                                width: 45px;
                                border: 1px solid $primaryColor;
                                border-radius: 10px;
                                -webkit-border-radius: 10px;
                                -moz-border-radius: 10px;
                                -ms-border-radius: 10px;
                                -o-border-radius: 10px;
                                text-align: center;
                                line-height: 45px;
                          &:hover{
                                    color: $black;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}