.contact{
        padding: 10px 0 40px 0;
        position: relative;
        .shape-6{
            height: 700px;
            width: 80%;
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: -1;
            img{
                max-height: 100%;
                max-width: 100%;
            }
        }
    .contant_wrapper{
        .section_heading{
            text-align: center;
          h4{
              font-size: 28px;
              color:#cd5ce7 ;
              text-align: center;
              font-weight: 600;
              display: inline-block;
              position: relative;
    
              &::after{
                  position: absolute;
                  content: '';
                  bottom: -30px;
                  left: 50%;
                  height: 30px;
                  width: 100%;
                  transform: translateX(-50%);
                  background-image: url(../images/heading.png);
                  background-position: center;
                  background-size: contain;
                  background-repeat: no-repeat;
                  z-index: 6;
              }
            }
      }

          .info_right{
            padding-left: 20px;
             ul{
                li{
                    font-size: 17px;
                    color: $black;
                    line-height: 28px;
                    font-weight: 400;
                    padding-bottom: 15px;
                    font-family: $font-3;
                    span{
                        position: relative;
                        font-weight: 500;
                        font-size: 19px;
                        padding-right: 4px;
                        font-family: $font-1;
                    }
                }
             }
          }
    }
    .spacial_note{
        padding-top: 40px;
        h4{
            font-size: 28px;
            color:$primaryColor ;
            text-align: center;
            font-weight: 600;
            padding-bottom: 20px;
        }
        p{
            font-size: 15px;
            font-weight: 400;
            color: $black;
        }
    }
}

.copyright{
    background-color: $primaryColor;
    padding: 10px 0;
     h6{
        font-size: 16px;
        color: $white;
        font-weight: 500;
        text-align: center;
     }
}