body.widget-snippet .slider-content {
  width: 100%;
max-width: 820px;
margin: 20px 0;
  background: none;
  background-color: #161141;
  padding:30px;
    height: auto;
  -webkit-border-top-right-radius: 150px;
-webkit-border-bottom-right-radius: 150px;
-moz-border-radius-topright: 150px;
-moz-border-radius-bottomright: 150px;
border-top-right-radius: 150px;
border-bottom-right-radius: 150px;
}
body.widget-snippet .slider-content .slid-content {
  position: relative;
  transform: unset;
  left: 0;
  top: 0;
      display:block;
}
.slider-content {
  width: 52.4%;
  height: 647px;
  position: relative;
  position: relative;
  background: url("/template/01e742e8/images/slider-content-bg.png") no-repeat;
  background-position: center right;
  background-size: 100% 100%;
}
.slid-content {
      position: absolute;
      content: "";
      left: 50%;
      top: 50%;
      transform: translate(-38%, -50%);
      width: 100%;
      max-width: 650px;
}
  .slid-content .slide-title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
    color: #1F92D0;
    margin-bottom: 37px;
}
  .slid-content .slide-content h5{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 36px;
    color: #fff;
    margin:10px 0;
    display:block;
    text-transform: capitalize;
    opacity: 0.8;
}
  .slid-content .slide-content p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    text-transform: capitalize;
    opacity: 0.8;
}
.slid-content a{
    padding: 13px 32px;
    background: #fff;
    width: 205px;
    height: 51px;
    margin-top: 30px;
    display: block;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #161141;
      text-decoration: none;
}
.slid-content a:after{
  content: "";
  background: url("/template/01e742e8/images/slide-right-arrow.png") no-repeat;
  margin-left: 10px;
  display: inline-block;
  background-position-y: 2px;
  width: 16px;
  height: 12px;
}
.slid-content a:hover:after{
    background-position-y: -12px;
}
.slid-content a:hover{
      background: #1F92D0;
      text-decoration: none;
  color: #fff;
}
