@import url(https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,900);
.pd-0 {
  padding: 0;
}
body {
  overflow-x: hidden;
}
body p {
  margin: 20px 0;
}
section {
  overflow: hidden;
}
h2 {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 600;
  margin-top: 0;
  font-size: 45px;
  letter-spacing: 0;
}
li,
p {
  font-family: Muli, sans-serif;
  font-size: 22px;
}
p {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 30px;
}
.bannerSection {
  display: block;
  width: 100%;
  position: relative;
  background-image: -ms-linear-gradient(131deg, #d90083 0, #ff5526 85%);
  background-image: -moz-linear-gradient(131deg, #d90083 0, #ff5526 85%);
  background-image: -o-linear-gradient(131deg, #d90083 0, #ff5526 85%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0, #d90083),
    color-stop(100, #ff5526)
  );
  background-image: -webkit-linear-gradient(131deg, #d90083 0, #ff5526 85%);
  background-image: linear-gradient(131deg, #d90083 0, #ff5526 85%);
  overflow: hidden;
}
.bannerSection:before {
  z-index: 0;
  content: "";
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/bannerBg.png)
    no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: right top;
}
.bannerContent {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding-top: 70px;
}
.bannerContent h2 {
  font-family: Muli, sans-serif;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0;
}
.bannerContent p {
  font-size: 22px;
  padding-bottom: 0;
  color: #fff;
}
.bannerMobileScreen {
  position: relative;
  display: block;
  width: 900px;
  text-align: center;
  margin: 30px auto;
}
.bannerMobileScreen img {
  display: inline-block;
}
.bannerMiddleScreen {
  text-align: center;
  position: relative;
  z-index: 2;
  bottom: 0;
}
.bannerScreenLeft {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 1;
}
.bannerScreenRight {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 1;
}
.overviewSection {
  padding: 130px 0 110px;
  display: block;
  position: relative;
}
.overviewContent b {
  font-weight: 500;
}
.headingText {
  position: relative;
}
h2.frontText {
  font-size: 70px;
  background: -ms-linear-gradient(90deg, #ff5526 0, #d90083 100%);
  background: -moz-linear-gradient(90deg, #ff5526 0, #d90083 100%);
  background: -o-linear-gradient(90deg, #ff5526 0, #d90083 100%);
  background: -webkit-linear-gradient(90deg, #ff5526 0, #d90083 100%);
  background: linear-gradient(90deg, #ff5526 0, #d90083 100%);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
  position: relative;
  text-shadow: 0 16px 30px #ff62243f;
  width: auto;
  margin: 0;
  line-height: 80px;
}
h2.backText {
  font-size: 120px;
  color: rgba(227, 227, 227, 0.5);
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 18px;
}
.headingText h2.backText,
.headingText h2.frontText {
  text-align: center;
}
.headingText h2.frontText {
  margin: 0 auto;
}
.descriptionText {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}
.flurryWorkSteps {
  margin-top: 20px;
}
.flurryWorkSteps ul {
  padding-left: 0;
}
.flurryWorkSteps ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.flurryWorkSteps ul li span {
  display: inline-block;
  background: url(https://assets.tristatetechnology.com/flurry/spritImg.svg)
    no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}
.flurryWorkSteps ul li p {
  display: inline-block;
  width: calc(100% - 130px);
  vertical-align: middle;
}
.flurryWorkSteps ul li.job span {
  width: 55px;
  height: 55px;
  background-position: -30px -13px;
}
.flurryWorkSteps ul li.search span {
  width: 55px;
  height: 55px;
  background-position: -30px -84px;
}
.flurryWorkSteps ul li.invite span {
  width: 55px;
  height: 55px;
  background-position: -29px -170px;
}
.flurryWorkSteps ul li.chat span {
  width: 55px;
  height: 55px;
  background-position: -29px -251px;
}
.flurryWorkSteps ul li.person span {
  width: 55px;
  height: 55px;
  background-position: -29px -338px;
}
.featureSection {
  display: block;
  position: relative;
  padding: 100px 0 0;
}
.bgSection {
  background-color: rgba(238, 242, 245, 0.7);
}
.featureContent h2.frontText {
  text-align: center;
  margin: 0 auto;
}
.featureContent h2.backText {
  text-align: center;
}
.featureContent .descriptionText {
  text-align: center;
}
.whiteHeaderMain p {
  margin: 25px 0 0;
}
.registerationMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/registration_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.registerationMobile img {
  margin-left: -120px;
  margin-bottom: -150px;
  max-width: 78%;
}
.profileSection {
  position: relative;
  display: block;
  padding: 100px 0 30px;
}
.profileSection p {
  width: 68%;
  margin-bottom: 30px;
}
.profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/profile_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.profileMobile img {
  margin-left: -120px;
  max-width: 78%;
}
section.visibleSection {
  overflow: visible;
}
.jobSearchSection {
  position: relative;
  display: block;
  padding: 100px 0 30px;
}
.profileMobile {
  position: relative;
}
.windowPopup .jobWindowOne {
  position: absolute;
  top: 150px;
  left: 28px;
}
.windowPopup .jobWindowTwo {
  position: absolute;
  top: 334px;
  right: -6px;
}
.jobSearchSection p {
  width: 75%;
}
.jobSearchDetails {
  margin: 70px 0 0;
}
.jobSearchDetails .locationBox {
  display: inline-block;
  border-right: 1px solid#ccc;
  text-align: center;
  padding: 0 20px;
}
.jobSearchDetails .locationBox span {
  color: #aaa;
  margin-bottom: 10px;
  font-size: 20px;
  display: block;
}
.jobSearchDetails .locationBox h3 {
  color: #d27;
  margin: 0;
  font-size: 30px;
}
.jobSearchDetails .locationBox:last-of-type {
  border-right: none;
}
.messageOne {
  position: absolute;
  top: 190px;
  left: 163px;
}
.messageTwo {
  position: absolute;
  top: 340px;
  left: 163px;
}
.messageThree {
  position: absolute;
  top: 455px;
  right: 45px;
}
.messageSection {
  position: relative;
  display: block;
  padding: 100px 0 30px;
}
.messageSection p {
  width: 90%;
}
.jobSearchSection .profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/job_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.myJobSection .profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/my_job_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
  background-size: 99%;
}
.messageSection .profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/message_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.calenderSection .profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/registration_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.gradientBG .registerationMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/white_registration_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.gradientBG .profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/white_profile_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.gradientBG .jobSearchSection .profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/white_job_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.gradientBG .myJobSection .profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/white_my_job_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.gradientBG .messageSection .profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/white_message_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.gradientBG .calenderSection .profileMobile {
  display: block;
  background: url(https://assets.tristatetechnology.com/flurry/white_registration_shape.svg)
    no-repeat;
  background-position: center;
  text-align: center;
}
.gradientBG {
  background-image: -ms-linear-gradient(top left, #a0095e 0, #e36635 100%);
  background-image: -moz-linear-gradient(top left, #a0095e 0, #e36635 100%);
  background-image: -o-linear-gradient(top left, #a0095e 0, #e36635 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0, #a0095e),
    color-stop(100, #e36635)
  );
  background-image: -webkit-linear-gradient(top left, #a0095e 0, #e36635 100%);
  background-image: linear-gradient(131deg, #a0095e 0, #e36635 76%);
}
.gradientBG h2,
.gradientBG p {
  color: #fff;
}
.gradientBG p {
  font-weight: 400;
}
.gradientBG h2.frontText {
  background: 0 0;
  color: #fff;
  text-shadow: none;
  -webkit-text-fill-color: #fff;
  -ms-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  text-fill-color: #fff;
}
.gradientBG h2.backText {
  color: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
.EmployerFlowTxt {
  margin-bottom: 0;
  margin-top: 40px;
}
.gradientBG .EmployerFlowTxt h2.frontText {
  margin: 0 auto;
}
.jobSearchSection .windowPopup {
  position: absolute;
  bottom: 0;
}
.jobSearchSection b {
  font-weight: 500;
}
.searchEmployeeOne {
  position: absolute;
  bottom: -100px;
  left: -210px;
  opacity: 0.6;
  width: 150px;
}
.searchEmployeeTwo {
  position: absolute;
  bottom: -100px;
  left: 8px;
  opacity: 0.6;
  width: 150px;
}
.searchEmployeeThree {
  position: absolute;
  bottom: -10px;
  left: -110px;
  width: 160px;
}
.searchEmployeeFour {
  position: absolute;
  bottom: 160px;
  right: -50px;
  width: 140px;
}
.searchEmployeeFive {
  position: absolute;
  bottom: 0;
  right: -170px;
  width: 110px;
  opacity: 0.6;
}
.profileMobile.jobCreationScreen img {
  margin-left: 70px;
  position: relative;
  max-width: 78%;
}
.profileMobile.jobCreationScreen img.jobCreationScreenTwo {
  position: absolute;
  top: 70px;
  left: -140px;
  max-width: 61%;
}
.offerOne {
  position: absolute;
  top: 247px;
  right: 42px;
}
.offerTwo {
  position: absolute;
  top: 390px;
  left: 140px;
}
.reviewOne {
  position: absolute;
  top: 250px;
  right: 144px;
}
.reviewTwo {
  position: absolute;
  top: 425px;
  left: 120px;
}
.timeScreen1 {
  margin-left: 33px;
  max-width: 130%;
}
.timeScreen2 {
  margin-top: -248px;
  margin-left: -160px;
  max-width: 180%;
}
.gradientBG h2.frontText.centerText {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
p.centerText {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.timeSection {
  padding-bottom: 0;
}
.gradientBG .overviewSection {
  padding: 65px 0 50px;
}
.overviewSection b {
  font-weight: 500;
}
.gradientBG .featureSection,
.gradientBG .jobSearchSection,
.gradientBG .profileSection {
  padding: 0;
}
.gradientBG .featureSection {
  padding-top: 25px;
}
.gradientBG .registerationMobile img {
  margin-bottom: 0;
}
.label-first p {
  line-height: 1;
}
.backStoryTxt {
  text-align: center;
}
.visibleSection.testimonialPart {
  padding-bottom: 100px;
}
.testimonialSection {
  display: block;
  padding: 80px 0 0 0;
  position: relative;
}
.testimonialContent {
  background-color: #fff;
  display: block;
  position: relative;
  padding: 30px;
}
.testimonialContent:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  width: 90%;
  z-index: -1;
  box-shadow: 0 5px 120px #0000007f;
}
.testimonialImg {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: -100px;
  border: 3px solid #fff;
}
.testimonialImg img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testimonialVideo {
  width: 40px;
  height: 40px;
  border: 2px solid#fff;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-top: -22px;
  z-index: 4;
  position: relative;
  cursor: pointer;
  padding: 6px;
  background: #e43;
}
.testimonialSlider .clientTestimonial .clientImg img.testimonialVideoPlay {
  width: 80%;
  border-radius: 100%;
  margin-top: 2px;
}
p.clientTestimonial {
  color: #000;
  text-align: center;
  margin: 30px auto;
}
.clientInfo {
  margin: 40px auto 0;
  text-align: center;
  display: table;
}
.clientInfo p {
  margin-bottom: 0;
}
p.clientName {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
p.clientPosition {
  font-size: 20px;
  color: #000;
  opacity: 0.5;
  font-weight: 600;
}
p.clientAddress {
  font-size: 20px;
  font-weight: 600;
  color: #e36635;
}
.clientVideo {
  width: 100%;
  margin: 0;
  height: 400px;
}
.clientVideo iframe {
  width: 100%;
  height: 100%;
}
button.clientVideoClose {
  width: 30px;
  height: 30px;
  float: right;
  background: #000000ad;
  text-shadow: none;
  color: #fff;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: -34px;
  top: 0;
  padding-bottom: 5px;
}
button.clientVideoClose:hover {
  color: #fff;
}
.clientVideoPopup .centerModal {
  display: table;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 999999;
}
#clientVideoPopup .modal-dialog {
  height: 100%;
  margin: 0 auto;
}
.clientVideoPopup .modal-backdrop.fade {
  opacity: 0.7 !important;
}
.modal-content {
  padding: 0;
}
.downloadApp {
  display: table;
  width: 100%;
  margin: 0 auto 50px;
}
.downloadLink {
  text-align: center;
}
.downloadLink img {
  width: 170px;
  margin: 0 5px;
  display: inline-block;
}
@media (max-width: 1599px) {
  .searchEmployeeOne {
    position: absolute;
    bottom: -20px;
    left: 0;
    opacity: 0.6;
    width: 150px;
  }
  .searchEmployeeTwo {
    position: absolute;
    bottom: -20px;
    left: 220px;
    opacity: 0.6;
    width: 150px;
  }
  .searchEmployeeThree {
    position: absolute;
    bottom: -22px;
    left: 100px;
    width: 160px;
  }
  .searchEmployeeFour {
    position: absolute;
    bottom: 160px;
    right: auto;
    left: -20px;
    width: 140px;
  }
  .searchEmployeeFive {
    position: absolute;
    bottom: 170px;
    right: 0;
    width: 110px;
    opacity: 1;
  }
  .jobCreationContent {
    padding-left: 50px;
  }
}
@media (max-width: 1400px) {
  .howFlurryList img {
    margin-left: -100px;
  }
  h2.frontText {
    font-size: 62px;
  }
  h2.backText {
    font-size: 100px;
  }
  .jobSearchSection,
  .profileSection {
    padding: 80px 0 0;
  }
  .featureSection {
    padding: 80px 0 0;
  }
  .overviewSection {
    padding: 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .bannerContent h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .bannerContent p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
  }
  .bannerMobileScreen img {
    width: auto;
  }
  .bannerScreenLeft,
  .bannerScreenRight {
    bottom: 0;
  }
  .calenderSection .profileMobile,
  .gradientBG .calenderSection .profileMobile,
  .gradientBG .jobSearchSection .profileMobile,
  .gradientBG .messageSection .profileMobile,
  .gradientBG .myJobSection .profileMobile,
  .gradientBG .profileMobile,
  .gradientBG .registerationMobile,
  .jobSearchSection .profileMobile,
  .messageSection .profileMobile,
  .myJobSection .profileMobile,
  .profileMobile,
  .registerationMobile {
    background-size: 90%;
  }
  .windowPopup .jobWindowTwo {
    right: -45px;
  }
  .windowPopup .jobWindowOne {
    left: 48px;
  }
  .jobSearchDetails .locationBox {
    padding: 0 10px;
  }
  .jobSearchDetails .locationBox span {
    font-size: 16px;
    margin-bottom: 0;
  }
  .jobSearchDetails .locationBox h3 {
    font-size: 26px;
  }
  .messageOne,
  .messageTwo {
    left: 112px;
  }
  .messageThree {
    right: -7px;
  }
  .searchEmployeeTwo {
    right: -25px;
  }
  .bannerMobileScreen img.bannerMiddleScreen {
    width: 350px;
  }
  .bannerMobileScreen img.bannerScreenLeft,
  .bannerMobileScreen img.bannerScreenRight {
    width: 270px;
  }
  .profileMobile.jobCreationScreen img {
    margin-left: 120px;
  }
  .reviewOne,
  .reviewTwo {
    width: 70%;
  }
  .profileMobile.jobCreationScreen img {
    margin-left: 100px;
  }
  .profileSection .jobCreationContent p {
    width: 95%;
  }
  .bannerMobileScreen {
    width: 600px;
  }
  h2.backText {
    position: absolute;
    bottom: 28px;
    font-size: 100px;
  }
  .appLogo {
    max-width: 400px;
  }
  .bannerContent {
    height: auto !important;
  }
  .timeScreen1 {
    max-width: 100%;
  }
  .timeScreen2 {
    margin-top: -170px;
    margin-left: -110px;
    max-width: 130%;
  }
}
@media (max-width: 1024px) {
  .clientVideo {
    height: 250px;
  }
  .clientVideoPopup .modal-content {
    width: 75%;
  }
  .bannerSection {
    height: auto !important;
  }
}
@media (max-width: 1023px) {
  p {
    line-height: 25px;
  }
  .descriptionText,
  p {
    font-size: 16px;
  }
  h2.frontText {
    font-size: 55px;
  }
  h2.backText {
    font-size: 80px;
  }
  .howFlurryList img {
    margin-left: -260px;
    opacity: 0.8;
  }
  .wholeSection .middleContent,
  .wholeSection .middleSection {
    height: 610px;
  }
  .profileSection p {
    width: 95%;
  }
  .jobSearchDetails {
    margin-top: 40px;
  }
  .jobSearchDetails .locationBox {
    padding: 0 6px;
  }
  .jobSearchDetails .locationBox h3 {
    font-size: 20px;
  }
  .windowPopup .jobWindowOne {
    width: 310px;
    top: 120px;
  }
  .windowPopup .jobWindowTwo {
    width: 340px;
    top: 285px;
  }
  .messageOne {
    top: 120px;
    left: 96px;
    width: 345px;
  }
  .messageTwo {
    top: 230px;
    width: 200px;
    left: 95px;
  }
  .messageThree {
    width: 240px;
    top: 335px;
    right: -5px;
  }
  .howFlurryList img {
    margin: 50px auto;
  }
  .searchEmployeeOne,
  .searchEmployeeTwo {
    width: 80px;
  }
  .searchEmployeeThree {
    left: 87px;
    width: 120px;
  }
  .searchEmployeeFour {
    width: 100px;
  }
  .searchEmployeeFive {
    bottom: 30px;
    width: 80px;
  }
  .profileMobile.jobCreationScreen img.jobCreationScreenTwo {
    left: -120px;
  }
  .offerOne {
    width: 300px;
    top: 193px;
  }
  .offerTwo {
    width: 300px;
    top: 330px;
    left: 160px;
  }
  .reviewOne {
    top: 214px;
    right: 104px;
  }
  .reviewTwo {
    top: 345px;
  }
  .gradientBG .overviewSection {
    padding: 30px 0;
  }
  .appLogo {
    max-width: 350px;
  }
  .profileMobile.jobCreationScreen img {
    margin-left: 70px;
  }
  .timeScreen2 {
    margin-top: -140px;
    margin-left: -90px;
    max-width: 110%;
  }
}
@media (max-width: 767px) {
  .descriptionText,
  p {
    font-weight: 400;
  }
  .appLogo {
    max-width: 250px;
  }
  .bannerMobileScreen {
    width: 400px;
  }
  .bannerContent h2 {
    font-size: 25px;
    margin-bottom: 10px !important;
    line-height: 30px;
  }
  .bannerContent p {
    font-size: 16px;
  }
  .bannerMobileScreen img.bannerMiddleScreen {
    width: 260px;
  }
  .bannerMobileScreen img.bannerScreenLeft,
  .bannerMobileScreen img.bannerScreenRight {
    width: 160px;
  }
  .bannerMobileScreen img.bannerScreenRight {
    right: 80px;
  }
  .bannerMobileScreen img.bannerScreenLeft {
    left: 80px;
  }
  .jobSearchSection,
  .profileSection {
    padding: 40px 0;
  }
  .featureSection {
    padding: 40px 0;
  }
  .overviewSection {
    padding: 60px 0;
  }
  .howFlurryList img {
    width: 70%;
  }
  .registerationMobile img {
    margin-left: -70px;
    margin-bottom: 0;
  }
  .middleContent,
  .middleSection,
  .wholeSection .middleContent,
  .wholeSection .middleSection {
    height: auto;
    display: table;
    width: 100%;
  }
  .profileMobile img {
    margin-left: -70px;
  }
  .windowPopup .jobWindowOne,
  .windowPopup .jobWindowTwo {
    width: 70%;
  }
  .jobSearchSection p {
    width: 100%;
  }
  .jobSearchDetails .locationBox {
    width: 30%;
  }
  .messageOne {
    left: 126px;
    width: 265px;
  }
  .messageTwo {
    top: 200px;
    width: 160px;
    left: 121px;
  }
  .messageThree {
    width: 190px;
    top: 265px;
    right: 35px;
  }
  .searchEmployeeFive,
  .searchEmployeeFour,
  .searchEmployeeOne,
  .searchEmployeeThree,
  .searchEmployeeTwo {
    display: none;
  }
  .jobCreationContent {
    padding-left: 0;
  }
  .offerOne {
    width: 250px;
    top: 167px;
  }
  .offerTwo {
    width: 250px;
    top: 280px;
    left: 120px;
  }
  .reviewOne {
    top: 154px;
    right: 74px;
    width: 210px;
  }
  .reviewTwo {
    width: 210px;
    left: 90px;
    top: 275px;
  }
  .profileSection p {
    margin-bottom: 0;
  }
  .centerHeading h2 {
    text-align: center;
    margin: 0 auto;
  }
  .gradientBG .featureSection,
  .gradientBG .jobSearchSection,
  .gradientBG .profileSection {
    padding: 25px 0;
  }
  h2.frontText {
    font-size: 42px;
    line-height: 46px;
  }
  h2.backText {
    font-size: 65px;
    position: absolute;
    bottom: 0;
  }
  p.clientTestimonial {
    margin: 20px 0 0;
  }
  p.clientName {
    font-size: 20px;
  }
  p.clientAddress,
  p.clientPosition {
    font-size: 18px;
  }
  .visibleSection.testimonialPart {
    padding: 0;
    margin: 0;
  }
  .downloadApp {
    margin: 50px auto 10px;
  }
  .downloadLink img {
    width: 130px;
  }
  .gradientBG .overviewSection {
    padding: 0 0;
  }
  h2.backText {
    display: none;
  }
  .profileMobile,
  .registerationMobile {
    max-width: 400px;
    margin: 30px auto 0;
  }
  .messageSection p,
  .profileSection p {
    max-width: 100%;
    width: 100%;
  }
  .profileMobile.jobCreationScreen img.jobCreationScreenTwo {
    left: -50px;
  }
  .profileMobile.jobCreationScreen img {
    margin-left: 20px;
  }
  .timeScreen2 {
    margin-top: -24%;
    margin-left: 0;
    max-width: 100%;
  }
  .timeScreen1 {
    margin-top: 30px;
    margin-left: 0;
  }
  .clientVideoPopup .modal-content {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .bannerMobileScreen {
    width: 320px;
  }
}
