@import url(https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;782;800&display=swap);
.jodi body {
  font-family: "Dosis", sans-serif !important;
  overflow-x: hidden;
}
section {
  overflow: hidden;
}
h1 {
  font-size: 46px;
  line-height: 62px;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  padding: 20px 0 0;
}
h2 {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  margin-top: 0;
  font-size: 60px;
  color: #000;
  line-height: 66px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.jodi .pad-100 {
  padding: 100px 0;
}
.jodi p {
  font-size: 22px;
}
.jodi li {
  font-size: 18px;
  font-family: "Dosis", sans-serif !important;
}
.bannerSection {
  background: url(https://assets.tristatetechnology.com/tipclub/banner-bg.png)
    no-repeat;
  background-size: cover;
  background-position: center;
  padding: 145px 0;
}
.bannerSection h2 {
  color: #fff;
  text-align: center;
  position: relative;
  left: 22px;
}
.bannerFrame {
  position: relative;
  height: 500px;
}
.bannerCard img {
  display: inline-block;
  position: absolute;
}
.bannerCard img.maleJodi {
  left: 50px;
  z-index: 9;
}
.bannerCard img.femaleJodi {
  /* right: -50px;*/
  right: 27px;
  transition: 1s all ease-in-out;
  transform-origin: bottom;
  width: 37%;
  margin-top: 92px;
  z-index: 10;
}
.bannerCard.breakUp img.femaleJodi {
  transition: 1s all ease-in-out;
  transform: rotate(180deg);
  transform-origin: bottom;
}
.introductionSection {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding: 100px 0;
}
.introductionContent {
  position: relative;
  z-index: 1;
}
.introProject {
  margin-bottom: 40px;
}
.introductionSection h2 {
  color: #1769af;
  text-align: left;
  margin-bottom: 32px;
}
.introductionSection p {
  color: #333;
  text-align: left;
  margin-bottom: 22px;
  font-family: "Segoe UI";
  font-size: 24px;
  line-height: 36px;
}
.introProject p:last-of-type {
  margin-bottom: 0;
}
.challengesInfo {
  padding: 30px 0 0 0;
}
/*.challengesInfo h2 {
    color: #010101;
    text-align: left;
    margin-bottom: 15px
}*/
.challengesInfo ol {
  padding-left: 25px;
  list-style: none;
}
.technologyStact {
  background: url(https://assets.tristatetechnology.com/tipclub/Technology+Stack+bg.png)
    no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0;
}
.technologyHead h2 {
  color: #1769af;
}
.technologyBlock {
  padding: 40px 50px;
  background: #166db2;
  background: -moz-linear-gradient(left, #166db2 1%, #089add 100%);
  background: -webkit-linear-gradient(left, #166db2 1%, #089add 100%);
  background: linear-gradient(to right, #166db2 1%, #089add 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166db2', endColorstr='#089add',GradientType=1 );
  max-width: 930px;
  margin: 50px auto 0;
  width: 100%;
  border-radius: 12px;
}
.technologyBox h5 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: "Segoe UI";
  font-weight: normal;
  position: relative;
}
.technologyBox h4 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-family: "Segoe UI";
  padding: 14px 0 0 0;
}
.technologyBox h5:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  top: 12px;
  left: -24px;
}
.technologyBox {
  padding: 20px 12px 20px 12px;
}
.challengesInfo ol li {
  color: #343434;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5;
}
.decorationPart img {
  position: absolute;
}
.baloonsHeart {
  width: auto;
  bottom: 15%;
  left: 10px;
}
.heartOne {
  width: 92px;
  top: 90px;
  right: 36%;
  animation: heartScale 2s infinite linear;
  -webkit-animation: heartScale 2s infinite linear;
}
.heartTwo {
  width: auto;
  top: 52%;
  right: 14%;
  transform: rotate(-36deg);
  animation: heartScale 2s infinite linear;
  -webkit-animation: heartScale 2s infinite linear;
}
.heartThree {
  width: auto;
  top: 8%;
  right: 5%;
  animation: heartScale 2s infinite linear;
  -webkit-animation: heartScale 2s infinite linear;
}
.heartFour {
  width: auto;
  top: 60%;
  right: 60%;
  animation: heartScale 2s infinite linear;
  -webkit-animation: heartScale 2s infinite linear;
}
@keyframes heartScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.onBoardingSection {
  background: url(https://assets.tristatetechnology.com/tipclub/onboardin-bg.png)
    no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
}
/*.onBoardingSection::before {
    content: url(https://assets.tristatetechnology.com/jodi-app/heartBefore.png);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 1
}*/
/*.onBoardingSection::after {
    content: url(https://assets.tristatetechnology.com/jodi-app/heartAfter.png);
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1
}*/
.onBoardingSection .container-fluid {
  width: 95%;
  margin: 0 auto;
}
.flowInfo {
  color: #fff;
  text-align: center;
}
.flowInfo h2 {
  color: #fff;
}
.flowInfo p {
  width: 80%;
  margin: 15px auto 5px;
  font-size: 24px;
  line-height: 34px;
}
.flowCard img.cardImg {
  display: block;
  margin: 60px auto 40px;
  max-width: 100%;
}
.flowCard span.flowStep {
  display: block;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 500;
  color: #4533df;
  background-color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-height: 60px;
}
.flowCard span.flowClock {
  position: absolute;
  right: -70px;
  bottom: 15px;
}
.flowCard span.flowAntiClock {
  position: absolute;
  right: -70px;
  bottom: 15px;
}
.wireFrameSection {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
}
.wireFrameSection::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  /*background-color: rgba(0, 0, 0, .8);*/
  z-index: 1;
}
.wireFrameContent {
  position: relative;
  padding: 235px 0;
}
.wireFrameDesign {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.wireFrameDesign h2 {
  margin-bottom: 36px;
  color: #fff;
}
.wireFrameDesign p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
  font-family: "Segoe UI";
}
.colorSection {
  /*background-color: #f2f2f2;*/
  position: relative;
  padding: 100px 0;
}
.colorPart {
  margin-bottom: 70px;
}
.colorPart h2 {
  color: #1769af;
  text-align: left;
  margin: 0 0 32px 0;
}
.colorPart p.colorDesc {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
}
.colorIndicators {
  display: block;
  margin: 80px auto;
  text-align: center;
}
.colorIndicators .colorCircle h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 20px;
}
.colorIndicators .colorCircle p {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  color: #fff;
  margin: 0;
}
.colorIndicators .colorCircle {
  width: 130px;
  height: 130px;
  color: #fff;
  border-radius: 100%;
  padding: 15px;
  margin: 0 47px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circleUsed {
  position: relative;
  display: inline-block;
}
.colorIndicators .blueColor {
  background-color: #1769af;
}
.colorIndicators .circleUsed span.front {
  display: block;
  z-index: 0;
  position: absolute;
  top: -7px;
  left: 30px;
  animation: clock 12s linear infinite;
}
.colorIndicators .circleUsed span.back {
  display: block;
  z-index: 1;
  position: absolute;
  top: -17px;
  left: 30px;
  animation: anticlock 12s linear infinite;
}
.colorIndicators .greenColor {
  background-color: #069ee1;
}
.colorIndicators .redColor {
  background-color: #0e82c7;
}
.colorIndicators .grayColor {
  background-color: #656d78;
}
.colorIndicators .purpleColor {
  background-color: #333333;
}
@keyframes clock {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes anticlock {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
.headlineCard {
  display: inline-block;
  float: left;
  width: 98%;
}
.headlineCard h3 {
  font-size: 30px;
  color: #1769af;
  text-align: left;
  text-transform: uppercase;
  font-family: "Segoe UI";
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: normal;
}
.textBox {
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 25px 40px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
}
.textBox h2 {
  font-size: 38px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  line-height: 42px;
}
.textBox p {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 6px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}
.textBox p.capitalLetters {
  text-transform: uppercase;
}
.titleCard {
  display: inline-block;
  float: right;
  width: 98%;
}
.titleCard .textBox p {
  font-weight: bold;
}
.titleCard h3 {
  font-size: 30px;
  font-weight: normal;
  color: #1769af;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Segoe UI";
}
.titleCard .textBox {
  font-weight: 700;
}
.jodi .featureSection {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 100px 0 50px;
  background-color: #fff;
  position: relative;
}
.featureHeader {
  text-align: left;
}
.featureHeader p span {
  font-family: "Dosis", sans-serif;
  color: #273ed6;
  display: inline-block;
}
.likeSection {
  position: relative;
  padding-bottom: 80px;
}
.homeSection {
  position: relative;
  padding: 80px 0;
}
.featureImg {
  position: relative;
  text-align: center;
}
.featureImg img.mobileDevice {
  /*width: 410px;*/
  position: relative;
  z-index: 2;
}
.userImages {
  display: block;
}
.userImages img {
  position: absolute;
}
.matchSection .userImages img {
  border-radius: 100%;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}
.likeUserOne {
  top: 170px;
  left: -47px;
  z-index: 1;
}
.likeUserTwo {
  bottom: -30px;
  left: 30px;
  z-index: 3;
}
.likeUserThree {
  bottom: 50px;
  right: 30px;
  z-index: 3;
}
.likeUserFour {
  bottom: 180px;
  right: -30px;
  z-index: 3;
}
.likeUserFive {
  top: 200px;
  right: 0;
  z-index: 3;
}
.radar {
  position: absolute;
  left: 11%;
  top: 20%;
  z-index: 0;
}
.radar span {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 999px;
  animation: radar 5s infinite linear;
  -webkit-animation: radar 5s infinite linear;
  opacity: 0;
  background: #fff;
  z-index: 0;
  border: 2px solid #bebebe;
}
.radar span:nth-child(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  background: 0 0;
  -webkit-background: transparent;
}
.radar span:nth-child(2) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  background: 0 0;
  -webkit-background: transparent;
}
.radar span:nth-child(3) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  background: 0 0;
  -webkit-background: transparent;
}
@keyframes radar {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes radar {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.featureIconBox {
  width: 120px;
  height: 115px;
  position: relative;
  z-index: 0;
}
img.likeImg {
  width: 85px;
  top: 40%;
}
img.unlimeImg {
  width: 85px;
  top: 40%;
}
img.leftArrow {
  width: 92px;
  top: 336px;
  left: 180px;
}
img.rightArrow {
  width: 92px;
  top: 336px;
  left: 300px;
}
.featureIcon {
  background-color: #fff;
  /*box-shadow: 0 20px 40px rgba(178, 193, 205, .6);*/
  display: block;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 20px;
  box-shadow: 0px 0px 10px #0000001f;
}
.featureIcon img {
  width: 40px;
}
.circleDot {
  border-radius: 100%;
  background-color: #2b87dd;
  position: absolute;
  z-index: -1;
  animation: circleDot 2s infinite linear;
}
.dotOne {
  width: 11px;
  height: 11px;
  right: 45px;
  top: 66px;
}
.dotTwo {
  width: 7px;
  height: 7px;
  top: 30px;
  left: -30px;
}
.dotThree {
  width: 7px;
  height: 7px;
  top: 40px;
  left: -6px;
}
.dotFour {
  width: 6px;
  height: 6px;
  top: 30px;
  left: 90px;
}
.dotFive {
  width: 3px;
  height: 3px;
  top: -10px;
  left: 40px;
}
.dotSix {
  width: 3px;
  height: 3px;
  top: 10px;
  right: 30px;
}
.dotSeven {
  width: 3px;
  height: 3px;
  bottom: 10px;
  right: 80px;
}
.dotEight {
  width: 3px;
  height: 3px;
  top: 5px;
  left: 2px;
}
.dotNine {
  width: 3px;
  height: 3px;
  bottom: 25px;
  left: -4px;
}
@keyframes circleDot {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes circleDot {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.featureDesc {
  width: 100%;
  text-align: left;
}
.featureDesc h2 {
  color: #000;
  margin-bottom: 32px;
}
.featureDesc p {
  color: #474747;
  line-height: 1.5;
}
.bgGrey {
  background-color: #eee;
}
.profilePopup {
  top: 105px;
  right: 153px;
  z-index: 2;
  height: 288px;
}
@keyframes popup {
  0% {
    height: 0;
  }
  100% {
    height: 288px;
  }
}
@-webkit-keyframes popup {
  0% {
    height: 0;
  }
  100% {
    height: 288px;
  }
}
.clickAnimation {
  position: absolute;
  top: 75px;
  right: 254px;
  z-index: 2;
}
.clickAnimation span {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  animation: clickAnimation 5s infinite linear;
  -webkit-animation: clickAnimation 5s infinite linear;
  opacity: 0;
  background: 0 0;
  -webkit-background: transparent;
  z-index: 0;
  border: 1px solid #fff;
}
.clickAnimation span:nth-child(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  background: 0 0;
  -webkit-background: transparent;
}
.clickAnimation span:nth-child(2) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 1s;
  background: 0 0;
  -webkit-background: transparent;
}
@keyframes clickAnimation {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes clickAnimation {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
.matchSection {
  display: block;
  width: 100%;
  overflow: hidden;
  background: url(https://assets.tristatetechnology.com/tipclub/Swipe-Match-Chat-bg.png);
  position: relative;
  background-size: cover;
  padding: 80px 0;
}
.swipeChat .circleDot {
  background-color: rgba(255, 255, 255, 0.7);
}
.matchSection h2,
.matchSection p {
  color: #fff;
}
.matchSection p {
  font-weight: 400;
}
.chatUser1 {
  width: 80px;
  height: 80px;
  z-index: 2;
  top: 230px;
  left: 40px;
}
.chatUser2 {
  width: 100px;
  height: 100px;
  z-index: 2;
  top: 340px;
  left: -30px;
}
.chatUser3 {
  width: 125px;
  height: 125px;
  z-index: 2;
  top: 490px;
  left: -20px;
}
.chatUser4 {
  width: 84px;
  height: 84px;
  z-index: 2;
  top: 160px;
  right: 43px;
}
.chatUser5 {
  width: 108px;
  height: 108px;
  z-index: 2;
  top: 280px;
  right: -35px;
}
.chatUser6 {
  width: 68px;
  height: 68px;
  z-index: 2;
  top: 410px;
  right: 70px;
}
.chatUser7 {
  width: 127px;
  height: 127px;
  z-index: 2;
  top: 510px;
  right: 36px;
}
.pad-left-40 {
  padding-left: 40px;
}
.chat1 {
  z-index: 2;
  top: 170px;
  left: 80px;
  width: 240px;
}
.chat2 {
  z-index: 2;
  top: 260px;
  right: 80px;
  width: 340px;
}
.chat3 {
  z-index: 2;
  top: 420px;
  left: 80px;
  width: 340px;
}
.contactDetails {
  background-color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 120px;
  padding: 17px 35px;
  left: -150px;
  border-radius: 8px;
  animation: contactBox 2s linear infinite;
  z-index: 2;
}
.contactShadow {
  display: block;
  width: 140px;
  height: 12px;
  position: absolute;
  left: -90px;
  bottom: 70px;
  background: rgba(128, 128, 128, 0.3);
  border-radius: 100%;
  animation: contactShadow 2s linear infinite;
  filter: blur(2px);
}
.contactDetails span {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-top: -55px;
  display: block;
  position: relative;
}
.contactDetails span img {
  border-radius: 100%;
  position: relative;
  width: 80px;
  height: 80px;
}
.contactDetails h3 {
  font-weight: 500;
  font-size: 26px;
  color: #000;
  margin-bottom: 4px;
}
.contactDetails p {
  font-size: 20px;
  color: #000;
}
.contactDetails p:before {
  content: "";
  background: url(https://assets.tristatetechnology.com/jodi-app/call.png)
    no-repeat;
  display: inline-block;
  background-size: 17px;
  position: relative;
  height: 17px;
  width: 24px;
}
.contactDetails button {
  border: 1px solid #04c13a;
  color: #04c13a;
  font-size: 20px;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 8px;
}
.contactDetails button:before {
  content: "";
  display: inline-block;
  background: url(https://assets.tristatetechnology.com/jodi-app/addContact.png)
    no-repeat;
  background-size: 23px;
  position: relative;
  height: 16px;
  width: 31px;
}
@keyframes contactBox {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes contactBox {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes contactShadow {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.3);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes contactShadow {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.3);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes pulse {
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.contactDetails span::after,
.contactDetails span::before {
  animation: pulse 2s linear infinite;
  border: #bebebe solid 2px;
  border-radius: 9999px;
  box-sizing: border-box;
  content: " ";
  height: 120px;
  width: 120px;
  opacity: 0.6;
  position: absolute;
  transform: scale(0.714);
  z-index: 0;
  top: -20px;
  left: -20px;
}
.contactDetails span::after {
  animation-delay: 1s;
}
.contactDetails span:hover::after,
.contactDetails span:hover::before {
  animation: pulse 1s linear infinite;
}
.contactDetails span:hover::after {
  animation-delay: 0.5s;
}
.downloadLink {
  margin: 50px auto 0;
}
.bannerSection .downloadLink img {
  margin: 0 13px;
  display: inline-block;
}
@media (min-width: 1601px) {
  .onBoardingSection .container-fluid {
    width: 80%;
  }
  .flowCard span.flowAntiClock,
  .flowCard span.flowClock {
    right: -80px;
  }
}
@media (max-width: 1400px) {
  .baloonsHeart {
    width: 100px;
  }
  .heartOne {
    width: 70px;
  }
  .heartTwo {
    width: 70px;
  }
  .heartThree {
    width: 70px;
  }
  .heartFour {
    width: 70px;
  }
  .flowCard span.flowAntiClock,
  .flowCard span.flowClock {
    right: -60px;
  }
  .bannerFrame {
    height: 380px;
  }
  .bannerCard img {
    width: 300px;
  }
  .bannerCard img.femaleJodi {
    right: 50px;
  }
  .bannerSection .jodi_logo {
    width: 400px;
  }
  .baloonsHeart {
    top: 5px;
  }
  .jodi h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .jodi p {
    font-size: 20px;
  }
  .jodi li {
    font-size: 18px;
  }
  .headlineCard {
    display: inline-block;
    float: left;
  }
  .titleCard {
    display: inline-block;
    float: right;
  }
  .flowCard img.cardImg {
    width: 240px;
  }
  .textBox h2 {
    font-size: 30px;
  }
  .headlineCard h3,
  .textBox p,
  .titleCard h3 {
    font-size: 22px;
  }
  .likeSection .featureDetails {
    padding-left: 20px;
  }
  .matchSection .featureDetails {
    padding-left: 20px;
  }
  .invite_friend_wrap .featureDetails {
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .bannerCard img.maleJodi {
    left: 0;
  }
  .bannerCard img.femaleJodi {
    right: 30px;
  }
  .flowCard img.cardImg {
    width: 200px;
  }
  .flowCard span.flowStep {
    font-size: 28px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .colorIndicators .colorCircle {
    width: 110px;
    height: 110px;
    margin: 0 30px;
  }
  .colorIndicators .circleUsed span.back img,
  .colorIndicators .circleUsed span.front img {
    width: 120px;
  }
  .colorIndicators .circleUsed span.front {
    top: 0;
    left: 23px;
  }
  .colorIndicators .circleUsed span.back {
    top: -6px;
    left: 27px;
  }
  .textBox {
    padding: 15px 25px;
  }
  .textBox h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .headlineCard h3,
  .textBox p,
  .titleCard h3 {
    font-size: 20px;
  }
  .order-md-2 .featureImg {
    position: relative;
    right: 50px;
  }
  .featureImg img.mobileDevice {
    width: 330px;
  }
  .likeUserOne {
    width: 200px;
    top: 200px;
  }
  .likeUserTwo {
    width: 130px;
    bottom: 40px;
  }
  .likeUserThree {
    width: 140px;
  }
  .likeUserFour {
    width: 100px;
    bottom: 190px;
    right: -20px;
  }
  .likeUserFive {
    width: 160px;
  }
  .radar {
    left: 13%;
    top: 26%;
  }
  .radar span {
    width: 340px;
    height: 340px;
  }
  .profilePopup {
    top: 108px;
    right: 135px;
    height: 200px;
  }
  .clickAnimation {
    top: 130px;
    right: 212px;
  }
  .chat1 {
    width: 160px;
    left: 75px;
  }
  .chat2 {
    top: 230px;
    right: 70px;
    width: 250px;
  }
  .chat3 {
    top: 355px;
    left: 70px;
    width: 240px;
  }
  .chatUser1 {
    top: 160px;
    left: 40px;
  }
  .chatUser2 {
    top: 270px;
    left: -30px;
  }
  .chatUser3 {
    top: 420px;
    left: -20px;
  }
  .chatUser4 {
    top: 90px;
    right: 33px;
  }
  .chatUser5 {
    top: 210px;
    right: -25px;
  }
  .chatUser6 {
    top: 340px;
    right: 60px;
  }
  .chatUser7 {
    top: 440px;
    right: 26px;
  }
  .contactDetails span,
  .contactDetails span img {
    width: 60px;
    height: 60px;
  }
  .contactDetails span::after,
  .contactDetails span::before {
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px;
  }
  .contactDetails h3 {
    font-size: 20px;
    margin: 10px 0 3px;
    font-family: "Source Sans Pro", sans-serif;
  }
  .contactDetails p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .contactDetails p:before {
    background-size: 13px;
    width: 17px;
    height: 12px;
  }
  .contactDetails button {
    padding: 3px 6px;
    font-size: 15px;
  }
  .contactDetails button:before {
    background-size: 16px;
    width: 22px;
    height: 11px;
  }
  .contactDetails {
    padding: 14px 25px;
    left: -90px;
  }
  .contactShadow {
    width: 100px;
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .userImages {
    display: inline-block;
    position: relative;
    left: -168px;
    top: -30px;
  }
  img.rightArrow {
    width: 40px;
    top: 20px;
    left: 26px;
  }
  img.leftArrow {
    width: 40px;
    top: 15px;
    left: -80px;
  }
  img.unlimeImg {
    width: 50px;
    top: 40%;
    left: 80px;
  }
  img.likeImg {
    width: 50px;
    top: 40%;
    left: auto;
    right: 92px;
  }
  h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .bannerSection .downloadLink img {
    width: 190px;
    margin: 0 8px;
  }
  .jodi .container {
    max-width: 970px;
  }
  .textBox h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .featureInfo {
    padding-left: 20px;
  }
  .likeSection .order-md-2 {
    right: 40px;
  }
  .matchSection .order-md-2 {
    right: 40px;
  }
  .homeSection .order-md-2 {
    right: 40px;
  }
  .wireFrameSection {
    background-attachment: unset !important;
    background-position: center top !important;
  }
  .bannerSection .jodi_logo {
    width: 300px;
  }
  .wireFrameSection {
    padding: 0 !important;
  }
  .wireFrameContent {
    padding: 70px 15px;
  }
  .jodi .featureSection {
    padding: 0 !important;
  }
  .likeSection {
    padding-bottom: 40px;
  }
  .homeSection {
    padding: 40px 0;
  }
  .matchSection {
    padding: 40px 0;
  }
  .feature_wrap {
    padding-bottom: 0 !important;
  }
  .colorIndicators .colorCircle h3 {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .bannerCard img.femaleJodi {
    width: 136px;
    margin-top: 70px;
    right: 45px;
  }
  .bannerContent img {
    width: 300px;
  }
  .bannerFrame {
    height: 270px;
  }
  .bannerCard img {
    width: 230px;
  }
  .bannerCard img.maleJodi {
    left: -20px;
  }
  /*.bannerCard img.femaleJodi {
        right: 20px
    }*/
  .flowInfo p {
    width: 100%;
  }
  .baloonsHeart {
    width: 70px;
  }
  .heartOne {
    width: 50px;
    top: 40px;
  }
  /*    .heartTwo {
        width: 40px
    }
*/
  .flowCard img.cardImg {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .flowCard span.flowStep {
    font-size: 25px;
    width: 36px;
    height: 36px;
    line-height: 40px;
  }
  .flowCard span.flowAntiClock,
  .flowCard span.flowClock {
    right: -45px;
    bottom: 10px;
  }
  .flowCard span.flowAntiClock img,
  .flowCard span.flowClock img {
    width: 80px;
  }
  .colorIndicators .colorCircle {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  .colorIndicators .colorCircle h3 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0;
  }
  .featureDesc {
    width: 80%;
    text-align: left;
  }
  .colorIndicators .circleUsed span.back img,
  .colorIndicators .circleUsed span.front img {
    width: 90px;
  }
  .likeUserOne {
    width: 140px;
    top: 120px;
  }
  .likeUserTwo {
    width: 100px;
    bottom: 10px;
    left: 10px;
  }
  .likeUserThree {
    width: 110px;
    bottom: 40px;
    right: -10px;
  }
  .likeUserFour {
    width: 80px;
    bottom: 200px;
    right: -40px;
  }
  .likeUserFive {
    width: 140px;
    top: 100px;
    right: -50px;
  }
  .radar {
    left: 7%;
    top: 24%;
  }
  .radar span {
    width: 300px;
    height: 300px;
  }
  .featureIcon {
    width: 60px;
    height: 60px;
    padding: 16px 15px;
  }
  .featureIcon img {
    width: 30px;
  }
  .featureIconBox {
    padding-top: 20px;
  }
  .profilePopup {
    top: 85px;
    right: 81px;
    height: 200px;
  }
  .clickAnimation {
    top: 67px;
    right: 148px;
  }
  .clickAnimation span {
    width: 20px;
    height: 20px;
  }
  .chatUser1 {
    width: 60px;
    height: 60px;
    top: 180px;
    left: 0;
  }
  .chatUser2 {
    width: 80px;
    height: 80px;
    top: 260px;
    left: -60px;
  }
  .chatUser3 {
    width: 105px;
    height: 105px;
    top: 370px;
    left: -40px;
  }
  .chatUser4 {
    width: 64px;
    height: 64px;
    top: 100px;
    right: 0;
  }
  .chatUser5 {
    width: 88px;
    height: 88px;
    top: 190px;
    right: -35px;
  }
  .chatUser6 {
    width: 48px;
    height: 48px;
    top: 320px;
    right: 20px;
  }
  .chatUser7 {
    width: 107px;
    height: 107px;
    top: 400px;
    right: 0;
  }
  .chat1 {
    left: 17px;
    top: 130px;
    width: 150px;
  }
  .chat2 {
    right: 10px;
    top: 190px;
  }
  .chat3 {
    top: 325px;
    left: 17px;
    width: 220px;
  }
  .pad-left-40 {
    padding-left: 20px;
  }
  .contactShadow {
    left: 10px;
    bottom: -30px;
  }
  .contactDetails {
    left: -30px;
    bottom: 10px;
    z-index: 2;
  }
  .homeSection .featureInfo {
    padding-left: 0;
  }
  .matchSection .order-md-2 {
    right: 50px;
  }
  .homeSection .order-md-2 {
    right: 50px;
  }
  .homeSection .add_side_quick_wrap .featureInfo {
    padding-left: 0;
  }
  .order-md-2 .featureImg {
    position: relative;
    right: 0;
  }
  .colorCircle p {
    font-size: 13px !important;
  }
  .textBox p {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .featureDesc {
    width: 80%;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .technologyStact {
    background-position: left;
  }
  .technologyBox h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .technologyBox h5 {
    font-size: 20px;
    line-height: 24px;
  }
  h1 {
    font-size: 32px;
    line-height: 46px;
  }
  .bannerSection .downloadLink img {
    width: 152px;
  }
  .chat1 {
    left: 140px;
    top: 130px;
    width: 150px;
  }
  .chat2 {
    right: 135px;
    top: 190px;
  }
  .chat3 {
    top: 325px;
    left: 140px;
    width: 220px;
  }
}
@media (max-width: 812px) {
  .homeSection .featureInfo {
    padding-left: 20px;
  }
  .challengesInfo ol {
    padding-left: 0;
    list-style: none;
  }
}
@media (max-width: 767px) {
  .userImages {
    position: inherit;
    left: 0;
    top: 0;
  }
  .technologyBox h4 {
    padding: 4px 0 0 0;
  }
  .technologyBox h5 {
    display: inline-block;
  }
  .technologyBox h5:before {
    top: 9px;
    left: -20px;
  }
  img.rightArrow,
  img.leftArrow {
    display: none !important;
  }
  .heartTwo {
    width: 60px;
  }
  .heartThree {
    width: 50px;
  }
  .heartFour {
    top: 91%;
    left: 25px;
    width: 46px;
  }
  .challengesInfo {
    padding: 12px 0 0 0;
  }
  h1 {
    font-size: 26px;
    line-height: 40px;
  }
  .bannerSection .jodi_logo {
    width: 225px;
  }
  .bannerCard {
    display: none;
  }
  .bannerSection .downloadLink {
    left: 0;
  }
  .bannerSection h2 {
    left: 0;
    margin-bottom: 20px !important;
  }
  .bannerSection {
    padding: 90px 0 60px !important;
  }
  .bannerSection .downloadLink {
    margin: 30px auto 0;
  }
  .bannerSection .downloadLink img {
    width: 130px;
  }
  .jodi h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .flowAntiClock,
  .flowClock {
    display: none;
  }
  .circleUsed {
    margin-bottom: 66px;
  }
  .colorPart {
    margin-bottom: -40px;
  }
  .headlineCard,
  .titleCard {
    display: block;
    width: 100%;
    float: none;
    max-width: 345px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .titleCard {
    margin-bottom: 0;
  }
  .profilePopup {
    right: 215px;
  }
  .clickAnimation {
    right: 280px;
  }
  .radar {
    left: 5%;
  }
  .contactDetails {
    left: 80px;
  }
  .contactShadow {
    left: 120px;
    bottom: -20px;
  }
  .featureIconBox {
    margin: 0 auto;
    text-align: center;
    width: 60px;
  }
  .colorIndicators .colorCircle {
    width: 100px;
    height: 100px;
  }
  .colorIndicators .circleUsed span.back img,
  .colorIndicators .circleUsed span.front img {
    width: 110px;
  }
  .colorIndicators .colorCircle h3 {
    font-size: 20px;
    margin-top: 18px;
  }
  .colorIndicators .colorCircle p {
    font-size: 16px;
  }
  .wireFrameDesign p {
    text-align: justify;
  }
  .likeSection .order-md-2 {
    right: 0;
  }
  .featureInfo {
    padding-left: 0;
  }
  .matchSection .order-md-2 {
    right: 0;
  }
  .homeSection .featureInfo {
    padding-left: 0;
  }
  .homeSection .order-md-2 {
    right: 0;
  }
  .introProject h2 {
    text-align: center;
  }
  .challengesInfo h2 {
    text-align: center;
  }
  .challengesInfo ol {
    padding-left: 0;
    list-style: none;
  }
  .colorPart h2 {
    text-align: center;
  }
  .colorPart p.colorDesc {
    text-align: center;
  }
  .featureHeader {
    text-align: center;
  }
  .featureDesc {
    width: 98%;
    text-align: center;
    margin: 0 auto;
  }
  .challengesInfo ol li {
    text-align: center;
  }
  .introProject p {
    text-align: center;
  }
  .order-md-2 .featureImg {
    position: relative;
    right: 0;
    width: 85%;
    margin: 0 auto;
  }
  .radar {
    left: 23%;
  }
  .matchSection .featureDetails {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .heartOne {
    width: 40px;
    top: 20px;
  }
  .heartTwo {
    top: 53%;
  }
  .heartThree {
    top: 60%;
  }
}
@media (max-width: 479px) {
  .textBox h2 {
    font-size: 23px;
  }
  .textBox p {
    font-size: 14px;
    line-height: 18px;
  }
  .featureDesc p {
    line-height: 24px;
  }
  .headlineCard h3,
  .titleCard h3 {
    font-size: 16px;
  }
  .featureImg img.mobileDevice {
    width: 250px;
  }
  .radar {
    left: 17%;
  }
  .radar span {
    width: 230px;
    height: 230px;
  }
  .likeUserOne {
    width: 110px;
    top: 90px;
    left: -7px;
  }
  .likeUserTwo {
    width: 80px;
    bottom: 20px;
    left: 20px;
  }
  .likeUserFive {
    width: 80px;
    top: 80px;
    right: 20px;
  }
  .likeUserThree {
    width: 90px;
    bottom: 30px;
    right: 20px;
  }
  .likeUserFour {
    width: 70px;
    bottom: 170px;
    right: 0;
  }
  .profilePopup {
    height: 160px;
    top: 64px;
    right: 92px;
  }
  .clickAnimation {
    top: 48px;
    right: 149px;
  }
  .chatUser1 {
    width: 40px;
    height: 40px;
    top: 80px;
    left: 40px;
  }
  .chatUser2 {
    width: 60px;
    height: 60px;
    top: 140px;
    left: 0;
  }
  .chatUser3 {
    width: 75px;
    height: 75px;
    top: 240px;
    left: 0;
  }
  .chatUser4 {
    width: 50px;
    height: 50px;
    top: 70px;
    right: 33px;
  }
  .chatUser5 {
    width: 70px;
    height: 70px;
    top: 130px;
    right: -5px;
  }
  .chatUser6 {
    width: 40px;
    height: 40px;
    top: 240px;
    right: 20px;
  }
  .chatUser7 {
    width: 80px;
    height: 80px;
    top: 320px;
    right: 30px;
  }
  .chat1 {
    left: 48px;
    top: 90px;
    width: 120px;
  }
  .chat2 {
    right: 40px;
    top: 140px;
    width: 210px;
  }
  .chat3 {
    top: 245px;
    left: 48px;
    width: 170px;
  }
  .contactDetails span,
  .contactDetails span img {
    width: 40px;
    height: 40px;
  }
  .contactDetails span::after,
  .contactDetails span::before {
    width: 60px;
    height: 60px;
  }
  .contactDetails h3 {
    font-size: 16px;
  }
  .contactDetails p {
    font-size: 13px;
  }
  .contactDetails p:before {
    background-size: 10px;
    width: 13px;
    height: 10px;
  }
  .contactDetails button {
    font-size: 12px;
  }
  .contactDetails button:before {
    background-size: 13px;
    width: 17px;
    height: 9px;
  }
  .contactDetails {
    padding: 13px 15px;
    left: 93px;
  }
  .contactShadow {
    width: 60px;
    left: 133px;
  }
  .contactDetails span {
    margin-top: -35px;
  }
  .col-xs-6 {
    width: 100%;
    display: block;
  }
  .flowCard img.cardImg {
    width: 225px;
  }
  .featureDesc {
    width: 100%;
  }
  .col-sm-pull-6 .featureDetails {
    padding-left: 0;
  }
  .pad-left-40 {
    padding-left: 0;
  }
  .bannerContent .downloadLink img {
    width: 130px;
  }
  .bannerContent .downloadLink {
    margin-top: 30px;
  }
  .textBox p {
    font-size: 12px;
  }
  .featureImgMiddle {
    width: 300px;
  }
  .profilePopup {
    right: 78px;
  }
  .clickAnimation {
    right: 134px;
  }
  .chat1 {
    left: 34px;
  }
  .chat2 {
    right: 27px;
  }
  .chat3 {
    left: 34px;
  }
  .radar {
    left: 12%;
  }
  .contactDetails {
    left: 79px;
  }
  .contactShadow {
    left: 120px;
  }
  .heartTwo {
    top: auto;
    bottom: 0;
  }
  .heartFour {
    top: 96%;
  }
  .colorIndicators {
    display: flex;
    margin: 40px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .circleUsed {
    width: 100%;
    display: block;
    text-align: center;
  }
  .colorIndicators .circleUsed span.back,
  .colorIndicators .circleUsed span.front {
    left: 15%;
  }
  .jodi .textBox p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
