body {
  margin: 0 !important;
  background: #4229ad;
  border: none;
  overflow: hidden;
}

.r_side_cont {
    position: absolute;
    width: 50%;
    left: 7vh;
    top: 7vh;
    z-index: 1;
}

.l_side_cont img {
    width: 100%;
    height: 100%;
}

.top_section img {
    width: 100%;
}

.l_side_cont {
    position: absolute;
    bottom: -5px;
    right: 0;
}

.bot_section img {
    width: 100%;
    float: left;
}

.social_1 {
  width: auto !important;
}

.bot_section p {
    margin: 0;
}

.bot_section {
    margin-top: 5vh;
}

.social {
    float: left;
    display: flex;
}

.social a img {
    width: 38px;
    height: 35px;
}

.social a:hover img {
    opacity: 0.5;
}

@media only screen and (min-width: 1024px)  {
  .mobile_ver {
    display: none;
  }
}


@media only screen and (max-width: 1024px)  {
  .web_ver {
    display: none;
  }
  .mobile_ver {
    display: block;
  }

  .r_side_cont {
      position: relative !important;
      margin: 0 auto;
      left: 0;
      width: 70%;
  }

  .social {
      display: block !important;
      text-align: center;
      justify-content: center;
      float: unset;
  }

  .bot_section img {
      float: unset;
  }

  .bot_section {
      margin-top: 25px;
  }

  .l_side_cont {
      position: relative;
      bottom: 0;
  }
  body {
    overflow:unset;
  }

}



@media only screen and (max-width: 450px)  {
  .l_side_cont img {
      position: absolute;
      width: 100%;
      right: 0;
      height: auto;
      bottom: 0;
  }

  .l_side_cont {
      height: 560px;
  }
}
