/************************************ 
*********** CASE STUDY *************
*************************************/
section#caseStudyHero {
  padding: 0!important;
}
#caseStudyHero .container {
  max-width: 100%;
  padding: 0!important;
}
#caseStudyHero .row {
  align-items: stretch;
  margin: 0 !important;
}
#caseStudyHero div.col-sm-9 {
  background-color: #141C52;
  background-image: url("/img/new-update/casestudy_banner_background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10% 5%;
  flex: 0 0 65%;
  max-width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#caseStudyHero div.col-sm-9 h4 {
  color: #28D5CB;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  width: max-content;
  margin-bottom: 45px;
}
#caseStudyHero div.col-sm-9 h4:after {
  content: "";
  width: 100%;
  height: 2.5px;
  background: #F3F183;
  position: absolute;
  left: 0;
  bottom: -3.5px;
}
#caseStudyHero div.col-sm-9 h3 {
  color: #FFF;
  font-size: 45px;
  font-weight: 600;
  max-width: 600px;
  line-height: 1.15em;
  margin-bottom: 50px;
}
#caseStudyHero div.col-sm-9 P {
  color: #F3F183;
  font-size: 20px;
  line-height: 30px;
  max-width: 600px;
  font-weight: 500;
}
#caseStudyHero div.col-sm-3 {
  background: #F3F183;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35%;
  max-width: 35%;
  padding: 10% 5%;
  text-align: center; 
}
#caseStudyHero div.col-sm-3 img {
  margin: auto;
  max-width: 200px;
  display: block;
}
#caseStudyHero div.col-sm-3 .btn-blue {
  background: #141c52;
  color: #fff;
  min-width: 200px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 30px;
}
#caseStudyHero div.col-sm-3 .btn-blue:hover {
  background:#fff ;
  color: #141c52;
}

section#caseStudy-Popup {
  padding: 0!important;
}
#caseStudy-Popup .container {
  max-width: 100%;
  padding: 0!important;
  background-color: #9AAAEB;
  /* background-image: url("/img/new-update/casestudy_img-new.png");
  background-position: center right;
  background-size: contain; */
  background-repeat: no-repeat;
}
#caseStudy-Popup .container .col-sm-9 {
  position: initial;
}
#caseStudy-Popup .container img {
  position: absolute;
  opacity: 0.75;
  width: 21.5%;
  height: auto;
  right: 10%;
}
@media only screen and (max-width: 767px) {
  #caseStudy-Popup .container img {
    position: initial;
    width: 50%;
    height: auto;
    margin-bottom: 30px;
  }
}

#caseStudy-Popup .row {
  align-items: stretch;
  margin: 0 !important;
}
#caseStudy-Popup div.col-sm-9 {
  padding: 7.5% 5%;
  flex: 0 0 65%;
  max-width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#caseStudy-Popup div.col-sm-9 h3 {
  color: #141C52;
  font-size: 45px;
  font-weight: 600;
  max-width: 600px;
  line-height: 1.15em;
  margin-bottom: 30px;
}
#caseStudy-Popup div.col-sm-9 P {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  max-width: 600px;
  font-weight: 500;
}
#caseStudy-Popup div.col-sm-9 .btn-blue {
  background: #141c52;
  color: #fff;
  min-width: 200px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 45px;
}
#caseStudy-Popup div.col-sm-9 .btn-blue:hover {
  background:#fff ;
  color: #141c52;
}

section#caseStudyCTA {
  background: #141C52;
}
section#caseStudyCTA h2 {
  color: #FFF;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.15em;
  position: relative;
  max-width: max-content;
  margin: auto;
  margin-bottom: 30px;
}
section#caseStudyCTA h2:after {
  content: "";
  width: 90%;
  height: 2.5px;
  background: #F3F183;
  position: absolute;
  left: 5%;
  bottom: -7.5px;
  margin: auto;
}
section#caseStudyCTA p {
  color: #FFF;
  font-size: 22.5px;
  font-weight: bold;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25em;
}

@media only screen and (max-width: 999px) {
  #caseStudyHero div.col-sm-9 h3 {
    font-size: 30px;
  }
  #caseStudy-Popup div.col-sm-9 h3 {
    font-size: 30px;
  }
  #caseStudyHero div.col-sm-3 .btn-blue {
    font-size: 15px;
    margin-top: 20px;
  }
  #caseStudy-Popup div.col-sm-9 .btn-blue {
    font-size: 15px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #caseStudyHero div.col-sm-9, #caseStudyHero div.col-sm-3, #caseStudy-Popup div.col-sm-9 {
    flex: none;
    max-width: 100%;
    display: block;
    padding: 15% 7.5%;
  }
  section#caseStudyCTA h2 {
    font-size: 30px;
  }
  section#caseStudyCTA p {
    font-size: 18.5px;
  }
}

/************************************ 
  *********** WHITE PAPER *************
  *************************************/
#whitePaperHero {
  padding: 7% 0;
  background: url(../img/hero_images/white-paper-hero.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white);
}
#whitePaperHero h1,
#whitePaperHero p {
  margin-bottom: 5%;
}

/************************************ 
*********** MEDIA QUERIES*************
*************************************/
/* Large Laptop */
@media (max-width: 1440px) {
}

/* Laptop */
@media (max-width: 1024px) {
  #vetOperators .col-lg-6:last-child {
    height: 500px;
  }
}

/* Tablet */
@media (max-width: 768px) {
}

/* Large Phone */
@media (max-width: 425px) {
  /* #caseStudyBody h1 {
    font-size: 2rem;
  } */
  #caseStudyBody h3 {
    font-size: 1.85rem !important;
  }
  #caseStudyBody h4 {
    font-size: 1.85rem !important;
  }
}

/* Medium Phone */
@media (max-width: 375px) {
}

/* Small Phone */
@media (max-width: 320px) {
}
