body.widget-snippet .banner-area:after{
  display:none;
}
body.widget-snippet .content-area {
    z-index:unset;
}
.banner-area {
  width:100%;
  height: 100%;
  position: relative;
  background: #062a45 url(/template/4005896e/images/Snippet-img/banner.jpg) no-repeat;
  background-position: center center;
}
.banner-area:after{
  position:absolute;
  content:"";
  left: 50%;
  top:0;
  background: rgb(8,11,25);
  background: linear-gradient(86.14deg, #062A45 27.89%, rgba(6, 42, 69, 0) 65.58%);
  width:100%;
  height:100%;
  max-width: 1920px;
  transform: translateX(-50%);
}
.content-area {
  max-width:1400px;
  margin: 0 auto;
  display: block;
  padding: 100px 0 120px 0;
  position: relative;
  z-index:1;
}
.content-area h1 {
    font-family: 'Nunito Sans';
    font-size: 65px;
    font-weight: 800;
    color: #fff;
    max-width: 576px;
    line-height: 75px;
}
.content-area p {
    font-family: 'Nunito Sans';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    max-width: 660px;
    line-height: 30px;
    display: inline-block;
    margin: 20px 0 40px;
}
.content-area h1 div {
    display: inline-block;
    position: relative;
}


.content-area a {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
letter-spacing: 0.02em;
color: #FFFFFF;
padding: 13px 10px 14px 10px;
width: 100%;
display: block;
background: transparent;
text-align: center;
text-decoration: none;
max-width: 230px;
margin: 0 auto 0 0;
border: 1px solid #fff;
}
.content-area a:hover {
    color: #062a45;
    background: #fff;
      text-decoration: none;
}
@media screen and (max-width: 1500px){
.widget-snippet .banner-area .content-area {
  max-width: 1350px;
  padding: 100px 0;
}
.widget-snippet .banner-area .content-area h1 {
  font-size: 55px;
  line-height: 68px;
}
}
@media screen and (max-width: 1400px){
.widget-snippet .banner-area .content-area {
  max-width: 1280px;
}
}
@media screen and (max-width: 1300px){
.widget-snippet .banner-area .content-area {
  max-width: 1200px;
}
.widget-snippet .banner-area .content-area h1 {
  font-size: 50px;
  line-height: 62px;
}
}


@media screen and (max-width: 1200px){
.widget-snippet .banner-area .content-area {
    max-width: 100%;
    padding: 70px 30px;
}
.widget-snippet .banner-area .content-area h1 {
    font-size: 36px;
    line-height: 48px;
}
.widget-snippet .banner-area {
    background-position: center center;
    background-size:cover
}
.widget-snippet .content-area p {
    font-size: 17px;
    max-width: 490px;
    line-height: 28px;

}
.widget-snippet .content-area a {
    font-size: 17px;
    max-width: 200px;

}
}
@media screen and (max-width: 991px){
.widget-snippet .banner-area .content-area h1 {
    font-size: 32px;
line-height: 42px;
max-width: 500px;
}

.widget-snippet .content-area p {
    font-size: 16px;
    line-height: 26px;
  margin-bottom:20px

}
.widget-snippet .content-area a {
    font-size: 16px;
    max-width: 160px;

}
}
@media screen and (max-width: 767px){
  .widget-snippet .banner-area {
  background-position: -445px center;
}
.widget-snippet .banner-area .content-area {
    padding: 50px 15px;
}
  .widget-snippet .content-area p,  .widget-snippet .banner-area .content-area h1 {
    max-width: 100%;
    width: 100%;

}
  .widget-snippet .content-area p {
  font-size: 15px;
  line-height: 25px;
  }
.widget-snippet .banner-area .content-area h1 {
    font-size: 28px;

}
.widget-snippet .content-area a {
  font-size: 15px;
  line-height: 20px;
  max-width: 140px;
  padding: 12px;
}
.widget-snippet .banner-area:after {
    background: linear-gradient(69deg, #062A45 27.89%, rgb(6 42 69 / 57%) 65.58%);
}
}
@media screen and (max-width: 390px){
  .widget-snippet .banner-area {
  background-position:-655px center;
}
}
