.banner{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  position:relative;
}
.banner .left-section{
  width:51.5%;
  padding:145px 47px 95px 0;
  position:relative;
}
.banner .mod-head h1 {
  line-height: 73px;
  color: #312F30;
  margin-bottom:24px;
}
.banner .mod-head h1 span{
  background-color: #FFF000;
}
.banner .mod-content p {
  width: 80%;
  line-height: 28px;
  font-size: 22px;
  color: #fff;
  margin-bottom:27px;
}
.banner .video-button{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:36px;
}
.banner .popup-vdo {
  display: none;
}
.banner .video-text a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.banner .video-button img{
  width:40px;
  height:40px;
}
.watch-video {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
}
.banner .scroll-img{
  margin-top:120px;
  /*   width: 17px;
  height: 36px; */
}
.banner .svg-container {
  display: inline-block;
  cursor: pointer;
}
.banner .svg-container:hover .path1 {
  animation: fadeIn1 1s infinite;
}

.banner .svg-container:hover .path2 {
  animation: fadeIn2 1s infinite;
}

.banner .svg-container:hover .path3 {
  animation: fadeIn3 1s infinite;
}

@keyframes fadeIn1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes fadeIn3 {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
/* .scroll-img{
animation: scroll-img 2s ease infinite;
}
@keyframes scroll-img {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.scroll-img {
width: fit-content;
cursor: pointer;
} */
.banner .right-img{
  display:none;
}
.banner .right-img img{
  width:100%;
  height:auto;
}
.banner .svg-container {
  display: flex;
  height: 36px;
}
.banner svg {
  height: 36px;
}

{#
 .banner .left-section:before{
  position:absolute;
  content:"";
  background-image:url("https://693196.fs1.hubspotusercontent-na1.net/hubfs/693196/Group%2059.png");
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  bottom: 56px;
  content: "";
  height: 172px;
  right: -84px;
  position: absolute;
  width: 172px;
  z-index: 999;
  border-radius:50%;
}
#}


/* .banner:after{
position:absolute;
content:"";
background-image:url(https://693196.fs1.hubspotusercontent-na1.net/hubfs/693196/AdobeStock_345290747%201-1.png);
background-position:top center;
background-repeat:no-repeat;
background-size:cover;
top: 0;
content: "";
height: 100%;
right: 0;
position: absolute;
width: 48.5%;
z-index: 1;
}
*/

.form-scroll-banner{
    border-radius: 100px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
      color: #FFF000 !important;
    background-color: transparent !important;
    border: 1px solid #FFF000 !important;
    padding: 13px 38.37px 13px 37px !important;
      -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    vertical-align: middle;
}
.form-scroll-banner:hover{
  background-color: #FFF000 !important;
  color: #274060 !important;
  font-weight: 700;
  padding: 14px 38.37px 14px 37px !important;
  border: none !important;
}

@media only screen and (max-width: 479px) and (min-width: 220px){
  .banner .mod-head h1 {
    line-height: 76px;
    font-size: 55px; 
    
  }
  .banner .mod-head h1 br{
    display:none;
  }
  .request-cta a {
    width: 100% !important;
    display: block;
}
  .banner{
    display:flex;
    flex-direction: column-reverse;
  }
  .banner .right-img{
    display:flex;88
  }
  .banner .left-section{
    width:100%;
    padding:0 25px 48px 25px !important;
    background: #274060;
  }
  .banner .mod-content p {
    width: 90%;
    margin-bottom:48px;
  }
  .banner .mod-content p br{
    display:none;
  }
  .banner .video-text {
    margin-bottom: 37px;
  }
  .banner .video-button{
    display:block;
  }
  .banner .scroll-img {
    margin: 0 auto;
    padding-top: 45px;
  }
  .banner .scroll-img img {
    margin-top: 30px;
  }
  /*   .banner:after{
  display:none
} */
  /*   .banner .left-section:before{
  top: -80px;
  align-items: center;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
} */

  .banner .svg-container {
    justify-content: center;
    margin-top:30px;
    margin-left: 0;
  }
  .banner .request-cta {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px){
  .banner{
    display:flex;
    flex-direction: column-reverse;
  }
  .banner .right-img{
    display:flex;
  }
  .banner .left-section{
    width:100%;
    padding:118px 20px 48px 20px !important;
    background: #274060;
  }
  .banner .mod-content p {
    width: 100%;
    margin-bottom:53px;
  }
  .banner .video-text {
    margin-bottom: 30px;
  }
  .banner .video-button{
    display:block;
  }
  .banner .scroll-img {
    margin: 0 auto;
    padding-top: 45px;
  }
  .banner .scroll-img img {
    margin-top: 30px;
  }
  /*   .banner:after{
  display:none
} */
  /*   .banner .left-section:before{
  top: -80px;
  align-items: center;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
} */

  .banner .svg-container {
    justify-content: center;
    margin-top:30px;
    margin-left: 0;
  }
  .banner .mod-head h1 {
    line-height: 67px;
    font-size: 52px; 
  }
}
@media only screen and (max-width: 985px) and (min-width: 768px){
  .banner{
    display:flex;
    flex-direction: column-reverse;
  }
  .banner .right-img{
    display:flex;
  }
  .banner .left-section{
    width:100%;
    padding:123px 20px 48px 20px !important;
    background: #274060;
  }
  .banner .mod-content p {
    width: 100%;
    margin-bottom:53px;
  }
  .banner .video-text {
    margin-bottom: 30px;
  }
  .banner .video-button{
    display:block;
  }
  .scroll-img img {
    margin-top: 30px;
  }
  .banner .scroll-img {
    margin: 0 auto;
    padding-top: 45px;
  }
  /*   .banner:after{
  display:none
} */
  /*   .banner .left-section:before{
  top: -80px;
  align-items: center;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
} */

  .banner .svg-container {
    justify-content: center;
    margin-top:0;
  }

}
@media only screen and ( max-width: 1300px ) and (min-width: 986px){
  .banner .left-section {
    padding: 45px 0 45px 20px !important;
    width: 51.5%;
  }
}
@media only screen and ( max-width: 1439px ) and (min-width: 986px){
  .banner {
    align-items: center;
  }
  .banner .left-section {
    padding: 45px 0;
    width: 51.5%;
  }
  .banner .scroll-img img {
    margin-top: 30px;
  }
}

@media only screen and ( max-width: 985px ) and (min-width: 781px){
  .banner .right-img {
    display: block;
    width:100%;
  }
}