@font-face {
    font-family: Roboto;
    src: url('fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: Roboto-Medium;
    src: url('fonts/roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: Roboto-Light;
    src: url('fonts/roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: Montserrat;
    src: url('fonts/montserrat/Montserrat-Regular.ttf');
}
@font-face {
    font-family: Montserrat-Light;
    src: url('fonts/montserrat/Montserrat-Light.ttf');
}
@font-face {
    font-family: Montserrat-Semi-Bold;
    src: url('fonts/montserrat/Montserrat-SemiBold.ttf');
}
@font-face {
    font-family: Montserrat-Medium;
    src: url('fonts/montserrat/Montserrat-Medium.ttf');
}
@font-face {
    font-family: Gibson-Semi-Bold;
    src: url('fonts/gibson/Gibson-SemiBold.otf');
}
@font-face {
    font-family: Gibson-Regular;
    src: url('fonts/gibson/Gibson-Regular.ttf');
}

.scroll-top {
    position: fixed;
    z-index: 2;
    right: 20px; bottom: 24px;
    -webkit-transition: all .45s;
    transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    opacity: .45;
    display: none;
}
.scroll-top:hover {
    opacity: 1;
}
#smooth-scrolling {
    width: 44px;
    height: 42px;
    background-color: rgb(47, 47, 54);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -.5px;
    bottom: -9px;
    z-index: 1000000;
    border-radius: 0;
    -webkit-transition: all .45s;
    transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    opacity: 2.45;
}
#smooth-scrolling:hover {
    cursor: pointer;
}

/* Basic CSS */
html, body {
    width: 100%;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6,
p, span, a, button {
    font-family: Roboto-Light;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 16px;
}
a:hover {
    cursor: pointer;
}
button:focus,
button:active,
button:visited,
button:focus-within {
    outline: none;
}
section {
    max-width: 100%;
    overflow: hidden;
}

/* Modal Dialog */
.modal-open {
    width: 101%;
}
.modal-dialog {
    max-width: 100%;
}
.modal-content {
    margin: 0 auto;
    width: 80%;
    background-color: #fff0;
    border: 0px;
}
.modal-header {
    /*background-image: linear-gradient(37deg, #f7952d 0%, #fae434 100%);
    color: #fff;
    */
    color: #fff0;
    font-family: Roboto-Light;
    padding: 0px;
    border: 0px;
}

.horizontal-center {
    margin: auto;
}

.text-center {
    text-align: center;
}

#youtube-video, #youtube-video2 {
    border-radius: 16px;
}

.modal-body {
    padding: 0px;
    border-radius: 16px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.60);
}

.modal ul li.active {
    background: none;
    border: none;
    font-weight: 600;
    color: #f79a2d;
}
.modal ul li span {
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.modal ul li span:hover {
    cursor: pointer;
    color: #f79a2d;
}
.video-frame {
    width: 100%;
    margin: 0px auto;
}
.videoLinks {
    font-family: Roboto-Light;
    font-size: 16px;
}
.lightcolor {
    color: rgb(171, 171, 171);
}

/* Header - navbar */
.homePage.header {
    height: 93px;
    display: flex;
    justify-content: center;
    position: absolute;
    background-color: #6a6aaa;
    margin: 0 auto;
    top: -120px;
    justify-content: center;
    -webkit-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}
.hidden-header.sticky,
.homePage.header.sticky {
    position: fixed;
    width: 100%;
    height: 77px;
    background-color: #5b5a9c;
    top: 0;
    -webkit-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}
.hidden-header.waves.sticky:not(.into-header),
.homePage.waves.sticky:not(.into-header) {
    display: none;
}
.into-header.waves.sticky,
.homePage.into-header.waves.sticky {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 54px;
}
.hidden-header {
    margin: 0 auto;
    width: 100%;
    display: flex;
    position: fixed;
    top: -120px;
    justify-content: center;
    -webkit-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}
.hidden-header.sticky {
    height: 77px;
    position: fixed;
    z-index: 3;
    justify-content: center;
    top: 0;
    -webkit-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}
.hidden-header.sticky .logo {
    top: 0;
}
.hidden-header.sticky .navbar-nav {
    position: relative;
    top: -7px;
}
.hidden-header.sticky .navbar-nav img {
    padding-top: 15px;
}
.hidden-header.sticky li a {
    padding-top: 10px !important;
}
.hidden-header.sticky .navbar-nav:last-of-type {
    top: -20px;
}

.header {
    height: 93px;
    margin: 0 auto;
    justify-content: center;
    background-color: #6a6aaa;
}
.header.sticky {
    width: 100%;
    height: 77px;
    position: fixed;
    z-index: 3;
    top: 0;
    justify-content: center;
    background-color: #6a6aaa;
}
.header.sticky .logo {
    top: 0;
}
.header.sticky .navbar-nav {
    position: relative;
    top: -7px;
}
.header.sticky .navbar-nav img {
    padding-top: 15px;
}
.header.sticky li a {
    padding-top: 10px !important;
}
.header.sticky .navbar-nav:last-of-type {
    top: -20px;
}

/* Waves */
.waves {
    width: 100%;
    max-height: 50px;
    overflow-y: hidden;
}
.waves-default #wavesvg1,
.waves-default .wavesvg1 {
    background-color: #6a6aaa !important;
}
#wavesvg2,
.waves #wavesvg2 {
    background-color: #6a6aaa;
}

.page-content {
    margin-top: 40px;
    margin-bottom: 40px;
    /*min-height: 700px;*/
    justify-content: center;
    padding: 0 20px 0 20px;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-weight: 600;
    color: #66668d;
    margin-bottom: 20px;
}
.page-content ul,
.page-content ul li,
.page-content address,
.page-content p {
    font-family: 'Roboto-Light';
    font-size: 17px;
    color: #66668d;
}

.navbar {
    width: 100%;
    position: absolute;
    max-width: 70%;
    top: 0px;
    z-index: 2;
}
.navbar-toggler {
    background-color: #f8b630;
}
.intro-container {
    position: relative;
    background-color: #5b5a9c;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    background-image: linear-gradient(179deg, #62619b 0%, #4d4c97 100%);
    overflow: hidden;
}
.navbar-nav li {
    width: 120px;
}
.navbar-nav li a {
    border-top: 3px solid transparent;
    /*padding-top: 30px !important;*/
    height: 18px;
    text-align: center;
    text-shadow: 0 4px 20px rgba(71, 70, 127, 0.14);
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.56px;
    opacity: .6;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.navbar-nav li a.active {
    opacity: 1;
}
.navbar-nav li a.active {
    border-top: 3px solid #dea719;    
}
.navbar-nav li a:hover {
    color: #ffffff;
    opacity: 1;
    border-top: 3px solid #f8c132;
}
.logo {
    position: relative;
    top: 0px;
}
.logo:hover {
    cursor: pointer;
}
.small-logo {
    display: none;
}
.ovals {
    position: absolute;
    height: 100%;
    z-index: 0;
}
.ovals span {
    position: absolute;
    background-image: linear-gradient(138deg, #ffffff 0%, #000059 100%);
    opacity: 0.1;
    filter: blur(6px);
    border-radius: 50%;
}
.oval-copy-intro-1 {
    top: 17%;
    right: 15%;
    width: 144px;
    height: 150px;
    animation: ovalanim-1 120s linear 0s infinite alternate;
    animation-timing-function: ease-in-out;
}
@keyframes ovalanim-1 {
   0% {top: 17%; right: 15%;}
   25% {top: 20%; right: 13%;}
   50% {top: 13%; right: 19%;}
   75% {top: 14%; right: 10%;}
   100% {top: 15%; right: 15%;}
}

@keyframes ovalanim-6 {
    0% {top: 6%; left: 3.5%; width: 95px; height: 85px;}
    25% {top: 2%; left: 7.7%; width: 85px; height: 95px;}
    50% {top: 8%; left: 2%; width: 95px; height: 85px;}
    100% {top: 6%; left: 3.5%; width: 90px; height: 90px;}
}

.oval-copy-intro-2 {
    bottom: 5%;
    left: 2%;
    width: 48px;
    height: 50px;
}
.oval-copy-intro-3 {
    bottom: 25%;
    right: 12.5%;
    width: 32px;
    height: 34px;
}
.oval-copy-intro-4 {
    width: 32px;
    height: 34px;
    top: 29.5%;
    left: 62%;
}
.oval-copy-intro-5 {
    width: 32px;
    height: 34px;
    top: 40%;
    left: 17.5%;
}
.oval-copy-intro-6 {
    width: 90px;
    height: 90px;
    top: 6%;
    left: 3.5%;
    animation: ovalanim-6 55s linear 0s infinite alternate;
    animation-timing-function: ease-in-out;
}

.intro-content {
    text-align: center;
    margin-top: 70px;
}
.intro-text {
    opacity: 0.6;
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.41px;
    line-height: 36px;
    margin-bottom: 25px;
}
.intro-text.small {
    font-size: 13px;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.title {
    position: relative;
    color: #ffffff;
    font-family: Roboto-Light;
    font-size: calc(2.9vw);
    letter-spacing: calc(0.01vw);
    line-height: calc(5vw);
    /* margin-bottom: 20px; */
    padding: 0 15px;
}
.gold-title {
    color: #f8c132;
    font-family: Montserrat;
}

.animtxt {
	width: calc(14vw); /* fixed */
	display: inline-block;
}

.animtxt2 {
	width: 330px; /* fixed */
	display: inline-block;
}


.subtitle {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 36px;
    margin-bottom: 30px;
    padding: 0 15px;
}
.gold-subtitle {
    color: #f8c132;
    font-size: 24px;
    font-weight: 700;
}
.intro-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;    
}
.intro-buttons button:hover {
    opacity: .7;
    left: 1px;
}

.btn-on-white {
    background-color: #eeeeee;
}

.btn-common {
    width: 220px;
    height: 54px;
    position: relative;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.30);
    border-radius: 12px;
    border: none;
    color: #41407c;
    font-family: "Roboto-Medium";
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.btn-common button:hover {
    opacity: .7;
    left: 1px;
}

.try-appycentric {
    background-image: linear-gradient(37deg, #f7952d 0%, #fae434 100%);
}

.how-it-works {
    background-color: #ffffff;
}

.how-it-works .triangle {
    color: #a47e1f;
    -webkit-animation: pulseBtn 1.5s infinite;
    animation: pulseBtn 1.5s infinite;
}

.btn-on-white .triangle {
    color: #f8c132;
    -webkit-animation: pulseBtn 1.5s infinite;
    animation: pulseBtn 1.5s infinite;
}

@-webkit-keyframes pulseBtn {
  0%, 25% {
    color: #f8c132;
  }
  50% {
    color: #ffef8f;
  }
  75%, 100% {
    color: #f8c132;
  }
}

@keyframes pulseBtn {
  0%, 25% {
    color: #f8c132;
  }
  50% {
    color: #ffef8f;
  }
  75%, 100% {
    color: #f8c132;
  }
}

.illustration svg,
.illustration svg image {
    margin-top: 0px;
    width: 470px;
    height: 400px;
}

/* Turnkey Part */
.turnkey {
    margin-top: 60px;
}
.turnkey-title {
    display: flex;
    justify-content: center;
}
.turnkey h2 {
    max-width: 100%;
    width: 100%;
    padding: 0 2% 0 2%;
    color: rgba(65, 64, 124, 0.6);
    /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
    margin-bottom: 80px;
}
.turnkey-bold {
    color: #141463;
    /*font-family: Montserrat;*/
}
.turnkey-img-container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.turnkey-img {
    float: right;
    width: 100%;
    height: fit-content;
    max-width: 300px; 
}
.turnkey-content-container {
    margin-top: 57px;
}
.gettings h4 {
    color: #e9ae15;
    font-family: Roboto-Light;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.88px;
    line-height: 26px;
    text-transform: uppercase;
}


.gettings {
    display: inline-flex;
}

.gettings p {
    /* max-width: 452px; why? */
    padding-right: 3%;
    color: #66668d;
    font-family: Roboto-Light;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.everyone-gets h4 {
    color: #50508b;
    font-family: Roboto-Light;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.61px;
    line-height: 26px;
    margin-bottom: 24px;
}
.everyone-gets p {
    max-width: 590px;
    padding-right: 3%;
    color: #66668d;
    font-family: Roboto-Light;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.everyone-gets h5 {
	padding-bottom: 10px;
}
.try-appycentric-container {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}
.try-appycentric-container button {
    background-image: linear-gradient(37deg, #f7952d 0%, #fae434 100%);
}
.try-appycentric-container button:hover {
    opacity: .6;
    left: 1px;
}

/* Features Part */
.features-title {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 54px;
    margin-top: 30px;
    text-align: left;
}
.features-text {
    max-width: 640px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-top: 30px;
}
.feature {
    margin-bottom: 50px;    
    -webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.feature-square {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background-color: #6d6da4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature .hovered svg,
.feature-square svg {
    -webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.feature-square:hover,
.hovered .feature-square {
    background-image: linear-gradient(45deg, #f7952d 0%, #fae434 100%);
}
.feature-square:hover svg,
.hovered .feature-square svg {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all 0.2s ease;
    transition: all .2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.feature .feature-square:hover {
    cursor: pointer;
}
.feature .feature-desc span:hover {
    cursor: pointer;
}
.feature-desc {
    width: calc(100% - 107px);
    font-size: 22px;
    font-family: Roboto;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 40px;
    letter-spacing: 1px;
}
.features-more {
    color: #ffffff;
    font-family: Montserrat-Semi-Bold;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.14px;
    line-height: 54px;
    text-align: center;
}
.features-try-appycentric-container {
    display: flex;
    justify-content: center;
    margin-top: 21px;
    margin-bottom: 119px;
}
.features-try-appycentric-container .try-appycentric {
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.features-try-appycentric-container .try-appycentric:hover {
    opacity: .7;
    left: 1px;
}

.dark-tooltip {
    z-index: 19;
    max-width: 400px !important;
    min-width: 200px;
    background-color: #ffffff !important;
}
.feature-title {
    display: inline-block;
	font-size: 17px;
    font-family: Roboto-Medium;
    padding: 0px;
    text-align: left;
}
.feature-image {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 5px;
	width: 10% !important;
}

.feature-subtitle {
    color: #000000;
    font-size: 15px;
    margin-top: 10px;
    padding: 0 10px;
    font-family: Montserrat-Semi-Bold;
}
.feature-info {
    color: #000000;
    font-size: 13.5px;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 7px;
    font-family: Roboto;
}

/* Demo Title */
.demos-title {
    margin-top: 60px;
    margin-bottom: 60px;
}
.demos-title h2 {
    color: rgba(20, 20, 99, 0.6);
    font-family: Roboto-Light;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 54px;
    padding: 0 17px;
}
.demos-title h2 span {
    color: #141463;
    font-family: Roboto-Light;
    font-weight: 700;
}
.demo-content {
    margin-bottom: 70px;
}
.move-left {
    padding-left: 35px;
}
.demo-image-container {
    width: 80px;
    float: left;
}
.demo-open-icon {
    width: 20px;
    position: relative;
    top: 0; left: 5px;
}
.demo-img {
    width: 80px;
}
.demo-img-big {
    width: 120px;
}
.demo-info-container {
    position: relative;
    top: -7px;
    float: right;
    width: calc(100% - 87px);
    padding-left: 54px;
    padding-right: 17px;

    .timing {
        font-size: small;
        font-weight: 600;

    }
}
.demo-img:hover,
.demo-info-container h3:hover
{
    cursor: pointer;
}
.demo-title {
    color: #47467f;
    font-family: Roboto-Light;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 38px;
}
.demo-title:hover {
    cursor: pointer;
}
.demo-info-container p {
    color: #7a8093;
    font-family: Roboto-Light;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    max-width: 427px;
}
.try-appycentric.try-demo {
    margin-bottom: 30px;
}
.try-appycentric.try-demo:hover {
    cursor: pointer;
    opacity: .7;
    left: 1px;
}
button:disabled {
    cursor: not-allowed;
}

/* Pre footer section */
.pre-footer {
    background-color: #2f2f36;
    padding-top: 30px;
}
.pre-footer h1 {
    color: #ffffff;
    font-family: Roboto-Light;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.89px;
    line-height: 54px;
}
.input-container input:not(.captcha-input) {
    width: 100%;
    height: 63px;
    /*box-shadow: 0 20px 40px rgba(36, 36, 36, 0.06);*/
    border-radius: 16px;
    color: #ffffff;
    border: 2px solid #696969;
    background-color: #434343;
    padding-left: 35px;
}
.input-wrapper {
    width: calc(100% - 110px);
}
.input-container input:focus,
.input-container input:visited,
.input-container input {
    outline: none;
}
.pre-footer button {
    font-size: 18px;
    font-family: Roboto;
    letter-spacing: 1px;
}
.pre-footer-container {
    margin-bottom: 90px;
}
.subscribe {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.input-container {
    display: flex;
    justify-content: center;
    padding-right: 0;
}

.captcha-wrapper {
    position: relative;
    display: inline-block;
    width: 100px;
    margin-left: 17px;
}
.captcha-parent {
    background-color: #e9e9e9;
    border: 1px solid #ccc;
    width: 100px;
    text-align: center;
    position: absolute;
    top: -2px;
    border-radius: 4px;
}
.captcha-input {
    position: relative;
    top: 35px;
    width: 100px;
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}
.contact-form-captcha-input.valid-captcha {
    background-color: #ddfcdd;
}
.captcha-input.valid-captcha {
    background-color: #afe0af;
}
.contact-form-captcha-input.invalid-captcha {
    background-color: #ffd5d5;
}
.captcha-input.invalid-captcha {
    background-color: #e47070;
}
.reload-captcha {
    position: absolute;
    top: -21px; left: 0;
    color: var(--label-font-color);
}
.reload-captcha i {
    font-size: 12px !important;
}
.reload-captcha:hover {
    cursor: pointer;
}
.captcha-error {
    position: absolute;
    font-size: 10px;
    bottom: -12px;
    color: var(--red);
}
.c-error {
    border: 1px solid var(--red) !important;
}

.subscribe-button {
    display: flex;
    justify-content: flex-start;
}
.subscribe-button button {
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.subscribe-button button:hover {
    opacity: .7;
}
.contact-form-error-msg {
    color: red !important;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding: 10px 0;
    font-size: 23px !important;
    margin-bottom: -30px;
}
.error-msg {
    color: red;
    font-weight: 500;
    position: absolute;
    top: calc(100% + 14px);
}
.contact-form-success-msg {
    text-align: center;
    color: green !important;
    font-weight: 600;
    position: relative;
    padding: 10px 0;
    font-size: 23px !important;
    margin-bottom: -30px;
}
.success-msg {
    color: green;
    font-weight: 600;
    position: absolute;
    top: calc(100% + 14px);
}


/* Footer */
.footer {
    background-color: #3e3e3e;
}
.footer .first-part {
    margin-top: 21px;
    margin-bottom: 11px;
}
.footer .first-list {
    display: flex;
    align-items: center;
}
.list-group-horizontal,
.list-group-horizontal a,
.list-group-horizontal li,
.list-group-horizontal li a {
    text-align: center;
    background: none;
    border: none;
    opacity: 0.5;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.56px;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.list-group-horizontal a:hover,
.list-group-horizontal li a:hover {
    text-decoration: none;
    opacity: 1;
}
.social-icons li {
    display: flex;
    justify-content: center;
}
.social-icons li a {
    width: 50px;
    height: 50px;
    background-color: #8b8b8b;
    font-size: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icons li a:hover {
    background-color: #f8c132;
    opacity: 1;
}
.last-part h3 {
    width: 100%;
    text-align: center;
    opacity: 0.4;
    color: rgba(255, 255, 255, 0.5);
    font-family: Gibson-Regular;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.44px;
    margin-top: 37px;
    margin-bottom: 37px;
}
.last-part h3 span {
    color: #ffffff;
    font-family: Gibson-Semi-Bold;
    font-weight: 600;
    letter-spacing: 0.41px;
}


/*====================================
    Contact Page 
======================================*/
.contact-container {
    margin-top: 20px;
}
.contact-title {
    color: #141463;
    font-family: Roboto-Light;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1.41px;
    line-height: 60px;
    text-align: center;
    padding: 0 20px 0 20px;
}
.contact-title span {
    color: #f7c135;
}
.contact-txt {
    margin-top: 10px;
    color: #66668d;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.53px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px 0 20px;
}
#contact-us-form {
    margin-top: 63px;
}
#contact-us-form input:not(.contact-form-captcha-input),
#contact-us-form textarea {
    height: 63px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fcfcff;
    color: #141463;
    font-family: Roboto-Light;
    font-size: 16px;
    font-weight: 500;
    padding-left: 27px;
}
#contact-us-form textarea {
    height: 200px;
    padding-top: 17px;
}
#contact-us-form input::placeholder,
#contact-us-form textarea::placeholder {
    opacity: 0.4;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
}
#contact-form-captcha-parent {
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100px;
    background: #fcfcff;
    float: left;
    margin-right: 5px;
    border-radius: 4px;
}
.contact-form-captcha-wrapper input {
    float: left;
    width: auto;
    font-size: 12px;
    display: block;
    height: 37px;
    font-weight: 600;
}
#contact-us-form button {
    width: 100%;
    height: 70px;
    border: none;
    margin-bottom: 20px;
    border-radius: 4px;
    background-image: linear-gradient(37deg, #f7952d 0%, #fae434 100%);
    margin-top: 15px;
    color: #404040;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#contact-us-form button:not(:disabled):hover {
    opacity: .7;
}
#contact-us-form button:disabled {
    opacity: .4;
    cursor: not-allowed;
}


/* Pricing */
.pricing-content {
    margin-bottom: 20px;
}
.pricing-table-container {
    text-align: center;
    margin-bottom: 20px;
}
.pricing-title {
    color: #141463;
    font-family: Montserrat;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 1.63px;
    line-height: 60px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 7px;
    padding: 0 20px 0 20px;
}
.pricing-details {
    color: #66668d;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.53px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 77px;
    padding: 0 20px 0 20px;
}
.pricing-table {
    max-width: calc(25% - 10px);
    min-width: 350px;
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: #ffffff;
    padding: 34px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pricing-table-title {
    color: #8988c6;
    font-family: Roboto-Medium;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.pricing-subtitle {
    color: #86939e;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-bottom: 23px;
}
.horizontal-pricing-line {
    height: 2px;
    background-color: #e1e8ee;
}
.price {
    color: #43484d;
    font-family: Roboto-Light;
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 58px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 12px;
}
.under-price {
    color: #86939e;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.pricing-description {
    color: #86939e;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-bottom: 40px;
}
.pricing-list {
    margin-top: 25px;
}
.pricing-list li {
    text-align: left;
    border: none;
    color: #5e6977;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 20px;
}
.pricing-list li span {
    margin-left: 20px;
}
.pricing-list .not-available {
    color: #bfc7ce;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.pricing-list .not-available img {
    visibility: hidden;
}
.get-started {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 2px solid #e1e8ee;
    color: #3d3c79;
    font-family: Roboto-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 64px;
}
.pricing-table:hover {
    border-radius: 0 6px 6px 1;
    background-image: linear-gradient(180deg, #8f8ecb 0%, #56559b 100%);
}
.pricing-table:hover .pricing-table-title,
.pricing-table:hover .pricing-table-title,
.pricing-table:hover .price,
.pricing-table:hover .pricing-list li {
    color: #ffffff;
}
.pricing-table:hover .pricing-subtitle,
.pricing-table:hover .under-price,
.pricing-table:hover .pricing-description {
    color: #ffffff;
    opacity: .6;
}
.pricing-table:hover .pricing-list li {
    background: transparent;
}
.pricing-table:hover .pricing-list .not-available {
    color: #bfc7ce;
}
.pricing-table:hover .get-started {
    background-image: linear-gradient(to right, #f9bc31 0%, #f9de33 100%);
    border: none;
}




/*=======================================
    Responsiveness
=========================================*/


.close {
    color: #ffffff9e;
    font-size: 2rem;
}

.close:hover {
    color: #ffffffff;
}

@media screen and (max-width: 320px) {
    
    
    /* Modal Dialog */
    .modal-content {
        width: 97%;
    }
    .modal-title {
        font-size: 17px;
        padding-left: 0;
    }
    .videoLinks {
        font-size: 12px;
    }

    /* Intro div - home page */
    .navbar {
        width: 100%;
        max-width: 100%;
        top: 7px;
        display: flex;
        justify-content: flex-end;
    }
    .logo {
        display: none;
    }
    .small-logo {
        display: block;
        position: absolute;
        left: 14px;
        top: 10px;
        width: 180px;
    }
    .oval-copy-intro-1 {
        top: 12%;
        right: 10%;
    }
    .oval-copy-intro-3 {
        bottom: 30%;
        right: 7%;
    }
    .oval-copy-intro-4 {
        top: 31%;
        right: 27%;
    }
    .oval-copy-intro-5 {
        top: 38%;
        right: 38.5%;
    }
    .navbar {
        width: 100%;
        max-width: 100%;
        top: 7px;
        display: flex;
        justify-content: flex-end;
    }
    .navbar-nav.mr-auto {
        display: none;
    }
    .navbar-nav {
        position: relative;
        background-image: linear-gradient(37deg, #f7952d 0%, #fae434 100%);;
        z-index: 2;
        padding-bottom: 14px;
        border-radius: 7px;
        margin-top: 7px;
    }
    .navbar-nav li {
        width: 100%;
        padding-left: 17px;
        margin-bottom: 14px;
    }
    .navbar-nav li a {
        text-align: left;
        font-size: 14px;
        color: #ffffff;
        padding-top: 10px !important;
    }
    .navbar-nav li a,
    .navbar-nav li a.active,
    .navbar-nav li a:hover {
        border-top: none;
    }
    .intro-content {
        top: -50px;
    }
    .intro-text {
        width: 320px;
        font-size: 11px;
        line-height: 17px;
    }
    .subtitle {
        line-height: 23px;
        font-size: 12px;
        margin-bottom: 70px;
    }
    .gold-subtitle {
        font-size: 13px !important;
    }
    .try-appycentric,
    .how-it-works {
        width: 127px;
        height: 34px;
        font-size: 10px;
        left: 0;
        right: 0;
    }
    .illustration svg,
    .illustration svg image {
        width: 70vw;
        height: 207px;
        margin-top: -17px;
        margin-bottom: -20px;
    }
    .intro-text.small {    
        max-width: 280px;
        font-size: 10px;
        line-height: 15px;
        margin-bottom: -54px;
    }

    /* Turn key section */
    .turnkey {
        margin-top: 40px;
    }
    .turnkey h2 {
        width: 100%;
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .turnkey-img-container {
        margin-top: 20px;
        left: 0;
    }
    /*
    .turnkey-img {
        width: 270px;
        height: 236px;
        position: relative;
        left: 0;
    }
    */
    .turnkey-content-container {
        margin-top: 20px;
    }
    .gettings {
        margin: 0 auto;
    }
    .gettings p {
        max-width: 100%;
        width: 100%;
        font-size: 13px;
    }
    .everyone-gets {
        padding-left: 15px;
    }
    .everyone-gets h4 {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .everyone-gets p {
        max-width: 100%;
        font-size: 13px;
    }
    .try-appycentric-container button {
        font-size: 13px;
        left: 0;
    }

    /* Features section */
    .features-title {
        font-size: 23px;
        margin-top: 27px;
        padding: 0 30px 0 30px;
    }
    .features-text {
        max-width: 100%;
        font-size: 12px;
        margin-top: 0;
        line-height: 21px;
        padding: 0 30px 0 30px;
    }
    .feature {
        padding: 0 30px 0 30px;
    }
    .feature-square {
        width: 75px;
        height: 75px;
    }
    .feature-desc {
        font-size: 12.5px;
        padding-left: 14px;
    }
    .features-more {
        font-size: 13px;
        line-height: 27px;
        padding: 0 20px 0 20px;
    }
    .features-try-appycentric-container {
        margin-bottom: 70px;
    }
    .popover-header {
        font-size: 11px;
        line-height: 18px;
    }
    .dark-tooltip {
        max-width: 340px !important;
        background-color: #ffffff !important;
        margin-left: 5px;
		margin-right: 5px;
    }
    .feature-title {
        font-size: 16px;
    }
    .feature-subtitle {
        font-size: 14px;
    }
    .feature-info {
        font-size: 12px;
    }

    /* Demos section */
    .demos-title {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .demos-title h2 {
        font-size: 17px;
        line-height: 27px;
    }
    .demo-content {
        margin-bottom: 30px;
        padding: 0 40px 0 40px;
    }
    .move-left {
        padding: 0 40px 0 40px;
    }
    .demo-image-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .demo-img {
        width: 60px;
    }
    .demo-info-container {
        padding-left: 7px;
        width: 100%;
        margin-top: 20px;
    }
    .demo-title {
        font-size: 18px;
        text-align: center;
    }
    .demo-info-container p {
        max-width: 100%;
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
    .try-appycentric.try-demo {
        margin-bottom: 70px;
    }
    /* Pre footer */
    .pre-footer h1 {
        width: 100%;
        text-align: center;
        font-size: 23px;
        line-height: 35px;
        position: relative;
        top: -36px;
    }
    .subscribe {
        margin-bottom: -25px;
    }
    .subscribe-button,
    .input-container {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .input-wrapper {
        width: 100%;
    }
    .captcha-wrapper {
        display: block;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .captcha-parent {
        position: relative;
        float: left;
        margin-right: 5px;
    }
    .captcha-input {
        position: relative;
        top: -2px;
        height: 33px;
        float: left;
        width: auto;
    }
    .subscribe-button {
        margin-top: 14px;
        padding-left: 5px;
    }
    .input-container input:not(.captcha-input) {
        height: 60px;
        font-size: 12px;
    }
    .pre-footer button {
        width: 40%;
        height: 50px;
        font-size: 15px;
    }


    /* Footer */
    .footer .first-list {
        justify-content: center;
    }
    .social-icons {
        float: none !important;
        justify-content: center;
    }
    .last-part h3 {
        padding: 0 20px 0 20px;
        line-height: 23px;
    }

    /*================================
        Contact page
    ==================================*/
    #contact-us-form {
        width: 90%;
        margin: 0 auto;
    }
    .contact-title {
        margin-top: 40px;
        font-size: 27px;
        line-height: 37px;
    }
    .contact-txt {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 14px !important;
        line-height: 23px;
    }
    .contact-form-success-msg,
    .contact-form-error-msg {
        margin-bottom: 0;
        font-size: 17px !important;
    }
    #contact-us-form input,
    #contact-us-form textarea {
        font-size: 14px;
    }
    #contact-us-form button {
        font-size: 16px;
    }

    /*===========================
        Pricing Tables
    =============================*/
    .pricing-title {
        font-size: 37px !important;
    }
    .pricing-details {
        margin-bottom: 57px;
        font-size: 17px;
        line-height: 27px;
    }
    .pricing-table {
        min-width: none;
        width: 300px;
        margin-right: 0;
    }
    .pricing-subtitle {
        font-size: 13px;
    }
    .price {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 47px;
        margin-bottom: 12px !important;
    }
    .pricing-description {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .pricing-list {
        margin-top: 20px;
    }
    .pricing-list li {
        margin-bottom: 14px;
        padding-left: 0;
    }
    .pricing-list li span {
        font-size: 12.5px;
        margin-left: 14px;
    }
}
@media screen and (min-width: 321px) and (max-width: 420px) {
    /* Modal Dialog */
    .modal-content {
        width: 97%;
    }
    .modal-title {
        font-size: 17px;
        padding-left: 0;
    }
    .videoLinks {
        font-size: 13px;
    }

    /* Intro div - home page */
    .navbar {
        width: 100%;
        max-width: 100%;
        top: 7px;
        display: flex;
        justify-content: flex-end;
    }
    .logo {
        display: none;
    }
    .small-logo {
        display: block;
        position: absolute;
        left: 14px;
        top: 10px;
        width: 180px;
    }
    .oval-copy-intro-1 {
        top: 12%;
        right: 10%;
    }
    .oval-copy-intro-3 {
        bottom: 30%;
        right: 7%;
    }
    .oval-copy-intro-4 {
        top: 31%;
        right: 27%;
    }
    .oval-copy-intro-5 {
        top: 38%;
        right: 38.5%;
    }
    .navbar {
        width: 100%;
        max-width: 100%;
        top: 7px;
        display: flex;
        justify-content: flex-end;
    }
    .navbar-nav.mr-auto {
        display: none;
    }
    .navbar-nav {
        position: relative;
        background-image: linear-gradient(37deg, #f7952d 0%, #fae434 100%);;
        z-index: 2;
        padding-bottom: 14px;
        border-radius: 7px;
        margin-top: 7px;
    }
    .navbar-nav li {
        width: 100%;
        padding-left: 17px;
        margin-bottom: 14px;
    }
    .navbar-nav li a {
        text-align: left;
        font-size: 14px;
        color: #ffffff;
        padding-top: 10px !important;
    }
    .navbar-nav li a,
    .navbar-nav li a.active,
    .navbar-nav li a:hover {
        border-top: none;
    }
    .intro-text {
        font-size: 11px;
        line-height: 17px;
    }
    .intro-text.small {
        font-size: 10px;
        margin-bottom: -10px;
    }
    .subtitle {
        line-height: 22px;
        font-size: 13px;
        margin-bottom: 70px;
    }
    .gold-subtitle {
        font-size: 14px !important;
    }
    .try-appycentric,
    .how-it-works {
        width: 145px;
        height: 37px;
        font-size: 11px;
        top: -20px;
    }
    .illustration svg,
    .illustration svg image {
        width: 300px;
        height: 207px;
        margin-top: -28px;
    }

    /* Turn key section */
    .turnkey {
        margin-top: 40px;
    }
    .turnkey h2 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .turnkey-img-container {
        left: 0;
    }
    /*
    .turnkey-img {
        width: 320px;
        height: 280px;
        position: relative;
        left: 0;
    }
    */
    .turnkey-content-container {
        margin-top: 40px;
    }
    .gettings {
        margin: 0 auto;
    }
    .gettings p {
        max-width: 100%;
        width: 100%;
        font-size: 14px;
    }
    .everyone-gets {
        padding-left: 15px;
    }
    .everyone-gets h4 {
        font-size: 17px;
        margin-bottom: 14px;
    }
    .everyone-gets p {
        max-width: 100%;
        font-size: 14px;
    }
    .try-appycentric-container button {
        font-size: 14px;
        left: 0;
    }

    /* Features section */
    .features-title {
        font-size: 24px;
        margin-top: 32px;
        padding: 0 30px 0 30px;
    }
    .features-text {
        max-width: 100%;
        font-size: 13px;
        line-height: 23px;
        margin-top: 0;
        padding: 0 30px 0 30px;
    }
    .feature {
        padding: 0 30px 0 30px;
    }
    .feature-desc {
        font-size: 14px;
        padding-left: 14px;
    }
    .features-more {
        font-size: 13px;
        line-height: 27px;
        padding: 0 20px 0 20px;
    }
    .features-try-appycentric-container {
        margin-bottom: 70px;
    }
    .popover-header {
        font-size: 12px;
        line-height: 20px;
    }
    .dark-tooltip {
        max-width: 400px !important;
        background-color: #ffffff !important;
        margin-left: 0px;
		margin-right: 5px;
    }
    .feature-title {
        font-size: 16px;
    }
    .feature-subtitle {
        font-size: 14px;
    }
    .feature-info {
        font-size: 12px;
    }

    /* Demos section */
    .demos-title {
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .demos-title h2 {
        font-size: 19px;
        line-height: 27px;
    }
    .demo-content {
        margin-bottom: 30px;
        padding: 0 40px 0 40px;
    }
    .move-left {
        padding: 0 40px 0 40px;
    }
    .demo-image-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .demo-img {
        width: 60px;
    }
    .demo-info-container {
        padding-left: 7px;
        width: 100%;
        margin-top: 20px;
    }
    .demo-title {
        font-size: 18px;
        text-align: center;
    }
    .demo-info-container p {
        max-width: 100%;
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
    .try-appycentric.try-demo {
        margin-bottom: 70px;
    }

    /* Pre footer */
    .pre-footer h1 {
        width: 100%;
        text-align: center;
        font-size: 23px;
        line-height: 35px;
        position: relative;
        top: -36px;
    }
    .subscribe {
        margin-bottom: -25px;
    }
    .subscribe-button,
    .input-container {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .input-wrapper {
        width: 100%;
    }
    .captcha-wrapper {
        display: block;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .captcha-parent {
        position: relative;
        float: left;
        margin-right: 5px;
    }
    .captcha-input {
        position: relative;
        top: -2px;
        height: 33px;
        float: left;
        width: auto;
    }
    .subscribe-button {
        margin-top: 14px;
        padding-left: 5px;
    }
    .input-container input:not(.captcha-input) {
        height: 60px;
        font-size: 12px;
    }
    .pre-footer button {
        width: 40%;
        height: 50px;
        font-size: 15px;
    }


    /* Footer */
    .footer .first-list {
        justify-content: center;
    }
    .social-icons {
        float: none !important;
        justify-content: center;
    }
    .last-part h3 {
        padding: 0 20px 0 20px;
        line-height: 23px;
    }

    /*================================
        Contact page
    ==================================*/
    #contact-us-form {
        width: 90%;
        margin: 0 auto;
    }
    .contact-title {
        margin-top: 40px;
        font-size: 27px;
        line-height: 37px;
    }
    .contact-txt {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 16px !important;
        line-height: 23px;
    }
    .contact-form-success-msg,
    .contact-form-error-msg {
        margin-bottom: 0;
        font-size: 17px !important;
    }
    #contact-us-form input,
    #contact-us-form textarea {
        font-size: 14px;
    }
    #contact-us-form button {
        font-size: 16px;
    }
    #contact-us-form input,
    #contact-us-form textarea {
        font-size: 14px;
    }

    /*===========================
        Pricing Tables
    =============================*/
    .pricing-title {
        font-size: 37px !important;
    }
    .pricing-details {
        margin-bottom: 57px;
        font-size: 17px;
        line-height: 27px;
    }
    .pricing-table {
        min-width: none;
        width: 300px;
        margin-right: 0;
    }
    .pricing-subtitle {
        font-size: 13px;
    }
    .price {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 47px;
        margin-bottom: 12px !important;
    }
    .pricing-description {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .pricing-list {
        margin-top: 20px;
    }
    .pricing-list li {
        margin-bottom: 14px;
        padding-left: 0;
    }
    .pricing-list li span {
        font-size: 12.5px;
        margin-left: 14px;
    }
}
@media screen and (min-width: 421px) and (max-width: 576px) {
    /* Modal Dialog */
    .modal-content {
        width: 95%;
    }
    .modal-title {
        font-size: 18px;
    }
    .videoLinks {
        font-size: 13px;
        padding-left: 0;
    }
    

    /* Intro div - home page */
    .logo {
        display: none;
    }
    .small-logo {
        display: block;
        position: absolute;
        left: 14px;
        top: 10px;
        width: 180px;
    }
    .oval-copy-intro-1 {
        top: 12%;
        right: 10%;
    }
    .oval-copy-intro-3 {
        bottom: 30%;
        right: 7%;
    }
    .oval-copy-intro-4 {
        top: 31%;
        right: 27%;
    }
    .oval-copy-intro-5 {
        top: 38%;
        right: 38.5%;
    }
    .navbar {
        width: 100%;
        max-width: 100%;
        top: 7px;
        display: flex;
        justify-content: flex-end;
    }
    .navbar-nav.mr-auto {
        display: none;
    }
    .navbar-nav {
        position: relative;
        background-image: linear-gradient(37deg, #f7952d 0%, #fae434 100%);;
        z-index: 2;
        padding-bottom: 14px;
        border-radius: 7px;
        margin-top: 7px;
    }
    .navbar-nav li {
        width: 100%;
        padding-left: 17px;
        margin-bottom: 14px;
    }
    .navbar-nav li a {
        text-align: left;
        font-size: 14px;
        color: #ffffff;
        padding-top: 10px !important;
    }
    .navbar-nav li a,
    .navbar-nav li a.active,
    .navbar-nav li a:hover {
        border-top: none;
    }
    .intro-text {
        font-size: 12px;
        margin-bottom: -12px;
    }
    .intro-text.small {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: -20px;
    }
    .subtitle {
        font-size: 10px;
        margin-bottom: 42px;
        line-height: 20px;
    }
    .gold-subtitle {
        font-size: 10px !important;
    }
    .try-appycentric,
    .how-it-works {
        width: 170px;
        height: 28px;
        border-radius: 7px;
        font-size: 10px;
    }
    .illustration svg,
    .illustration svg image {
        margin-top: -40px;
        width: 300px;
        height: 300px;
    }

    /* Turn key section */
    .turnkey {
        margin-top: 40px;
    }
    .turnkey h2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .turnkey-img-container {
        left: 0;
    }
    /*
    .turnkey-img {
        position: relative;
        width: 420px;
        height: 366px;
    }
    */
    .turnkey-content-container {
        margin-top: 40px;
    }
    .gettings {
        margin: 0 auto;
        display: block;
    }
    .gettings p {
        max-width: 100%;
        width: 100%;
        font-size: 15px;
    }
    .everyone-gets {
        padding-left: 15px;
    }
    .everyone-gets h4 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .everyone-gets p {
        max-width: 100%;
        font-size: 15px;
    }
    .try-appycentric-container button {
        font-size: 15px;
    }

    /* Features section */
    .features-title {
        font-size: 27px;
        margin-top: 32px;
        padding: 0 30px 0 30px;
    }
    .features-text {
        max-width: 100%;
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 0;
        padding: 0 30px 0 30px;
    }
    .feature {
        padding: 0 30px 0 30px;
    }
    .feature-desc {
        font-size: 14px;
        padding-left: 14px;
    }
    .features-more {
        font-size: 14px;
        line-height: 32px;
        padding: 0 20px 0 20px;
    }
    .features-try-appycentric-container {
        margin-bottom: 70px;
    }
    .popover-header {
        font-size: 12.5px;
        line-height: 21px;
    }
    .feature-title {
        font-size: 16px;
    }
    .feature-subtitle {
        font-size: 14px;
    }
    .feature-info {
        font-size: 12px;
    }


    /* Demos section */
    .demos-title {
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .demos-title h2 {
        font-size: 24px;
        line-height: 37px;
    }
    .demo-content {
        margin-bottom: 30px;
        padding: 0 40px 0 40px;
    }
    .move-left {
        padding: 0 40px 0 40px;
    }
    .demo-image-container,
    .demo-img {
        width: 60px;
    }
    .demo-info-container {
        padding-left: 17px;
        width: calc(100% - 65px);
    }
    .demo-title {
        font-size: 18px;
    }
    .demo-info-container p {
        max-width: 100%;
        font-size: 12.5px;
        line-height: 22px;
    }
    .try-appycentric.try-demo {
        margin-bottom: 70px;
    }

    /* Pre footer */
    .pre-footer h1 {
        width: 100%;
        text-align: center;
        font-size: 23px;
        line-height: 35px;
        position: relative;
        top: -36px;
    }
    .subscribe {
        margin-bottom: -25px;
    }
    .subscribe-button,
    .input-container {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .input-wrapper {
        width: 100%;
    }
    .captcha-wrapper {
        display: block;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .captcha-parent {
        position: relative;
        float: left;
        margin-right: 5px;
    }
    .captcha-input {
        position: relative;
        top: -2px;
        height: 33px;
        float: left;
        width: auto;
    }
    .subscribe-button {
        margin-top: 14px;
        padding-left: 5px;
    }
    .input-container input:not(.captcha-input) {
        height: 60px;
        font-size: 12px;
    }
    .pre-footer button {
        width: 40%;
        height: 50px;
        font-size: 15px;
    }

    /* Footer */
    .footer .first-list {
        justify-content: center !important;
    }
    .social-icons {
        float: none !important;
        justify-content: center;
    }
    .last-part h3 {
        padding: 0 20px 0 20px;
        line-height: 23px;
    }

    /*================================
        Contact page
    ==================================*/
    #contact-us-form {
        width: 90%;
        margin: 0 auto;
    }
    .contact-title {
        margin-top: 40px;
        font-size: 27px;
        line-height: 37px;
    }
    .contact-txt {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 17px !important;
        line-height: 23px;
    }
    .contact-form-success-msg,
    .contact-form-error-msg {
        margin-bottom: 0;
        font-size: 18px !important;
    }
    #contact-us-form input,
    #contact-us-form textarea {
        font-size: 14px;
    }

    /*===========================
        Pricing Tables
    =============================*/
    .pricing-title {
        font-size: 37px;
    }
    .pricing-details {
        font-size: 17px;
        margin-bottom: 57px;
    }
    .pricing-table {
        min-width: none;
        width: 370px;
        margin-right: 0;
    }
    .pricing-subtitle {
        font-size: 13px;
    }
    .price {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .pricing-description {
        font-size: 14.5px;
        margin-bottom: 20px;
    }
    .pricing-list {
        margin-top: 20px;
    }
    .pricing-list li span {
        font-size: 12.5px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    /* Modal Dialog */
    .modal-content {
        width: 90%;
    }
    .modal-title {
        font-size: 19px;
    }
    .videoLinks {
        font-size: 14px;
        padding-left: 0;
    }
    
    /* Intro div - home page */
    .navbar {
        width: 100%;
        max-width: 100%;
        top: 7px;
    }
    .logo {
        width: 127px;
        height: 22px;
        top: 14px;
    }
    .oval-copy-intro-1 {
        top: 12%;
        right: 10%;
    }
    .oval-copy-intro-3 {
        bottom: 30%;
        right: 7%;
    }
    .oval-copy-intro-4 {
        top: 31%;
        right: 27%;
    }
    .oval-copy-intro-5 {
        top: 38%;
        right: 38.5%;
    }
    .navbar-nav li {
        width: 90px;
    }
    .navbar-nav li a {
        padding-top: 20px !important;
        font-size: 11px;
    }
    .intro-text {
        font-size: 14px;
        margin-bottom: -12px;
    }
    .intro-text.small {
        line-height: 20px;
        font-size: 12px;
    }
    .subtitle {
        font-size: 12px;
        margin-bottom: 16px;
        line-height: 20px;
    }
    .gold-subtitle {
        font-size: 12px !important;
    }
    .try-appycentric,
    .how-it-works {
        width: 150px;
        height: 32px;
        font-size: 12px;
        margin-bottom: 20px;
        border-radius: 8px;
    }
    .illustration svg,
    .illustration svg image {
        width: 320px;
        height: 300px;
    }

    /* Turn key section */
    .turnkey {
        margin-top: 40px;
    }
    .turnkey h2 {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .turnkey-img-container {
        left: 0;
    }
    /*
    .turnkey-img {
        width: 440px;
        height: 384px;
    }
    */
    .turnkey-content-container {
        margin-top: 40px;
    }
    .gettings {
        margin: 0 auto;
        /*display: block;*/
    }
    .gettings p {
        max-width: 100%;
        width: 100%;
        font-size: 15px;
    }
    .everyone-gets {
        padding-left: 15px;
    }
    .everyone-gets h4 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .everyone-gets p {
        max-width: 100%;
        font-size: 16px;
    }
    .try-appycentric-container button {
        font-size: 16px;
    }

    /* Features section */
    .features-title {
        font-size: 27px;
        margin-top: 37px;
    }
    .features-text {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 16px;
    }
    .feature-desc {
        font-size: 16px;
        padding-left: 17px;
    }
    .features-more {
        font-size: 17px;
        line-height: 32px;
    }
    .features-try-appycentric-container {
        margin-bottom: 70px;
    }
    .popover-header {
        font-size: 13px;
        line-height: 24px;
    }

    /* Demos section */
    .demos-title {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .demos-title h2 {
        font-size: 27px;
    }
    .demo-content {
        margin-bottom: 30px;
    }
    .move-left {
        padding-left: 20px;
    }
    .demo-info-container {
        padding-left: 17px;
    }
    .demo-title {
        font-size: 18px;
    }
    .demo-info-container p {
        max-width: 100%;
        font-size: 12.5px;
    }
    .try-appycentric.try-demo {
        margin-bottom: 100px;
    }
    
    /* Pre footer */
    .pre-footer h1 {
        width: 100%;
        text-align: center;
        font-size: 28px;
        line-height: 35px;
        position: relative;
        top: -30px;
    }
    .input-container input:not(.captcha-input) {
        height: 60px;
        font-size: 15px;
    }
    .input-wrapper {
        margin-left: 10px;
    }
    .pre-footer button {
        width: 217px;
        height: 60px;
        font-size: 15.5px;
    }
    
    /* Footer */
    .footer .first-list {
        justify-content: center !important;
    }
    .social-icons {
        float: none !important;
        justify-content: center;
    }
    .last-part h3 {
        padding: 0 20px 0 20px;
        line-height: 23px;
    }

    /*================================
        Contact page
    ==================================*/
    #contact-us-form {
        width: 90%;
        margin: 0 auto;
    }
    .contact-title {
        margin-top: 40px;
        font-size: 30px;
        line-height: 37px;
    }
    .contact-txt {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 18px !important;
        line-height: 23px;
    }
    .contact-form-success-msg,
    .contact-form-error-msg {
        margin-bottom: 0;
        font-size: 20px !important;
    }
  
    #contact-us-form input,
    #contact-us-form textarea {
        font-size: 15px;
    }

    /*===========================
        Pricing Tables
    =============================*/
    .pricing-title {
        font-size: 37px;
    }
    .pricing-details {
        margin-bottom: 57px;
        font-size: 17px;
    }
    .pricing-table {
        min-width: 470px;
        margin-right: 0;
    }
    .pricing-subtitle {
        font-size: 13px;
    }
    .price {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .pricing-description {
        font-size: 14.5px;
        margin-bottom: 20px;
    }
    .pricing-list {
        margin-top: 20px;
    }
    .pricing-list li span {
        font-size: 12.5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    /* Modal Dialog */
    .modal-content {
        width: 90%;
    }
    .videoLinks {
        font-size: 14px;
    }
    
    /* Intro div - home page */
    .navbar {
        width: 100%;
        max-width: 100%;
    }
    .logo {
        left: 10px; top: 17px;
    }
    .oval-copy-intro-1 {
        top: 12%;
        right: 10%;
    }
    .oval-copy-intro-3 {
        bottom: 30%;
        right: 7%;
    }
    .oval-copy-intro-4 {
        top: 31%;
        right: 27%;
    }
    .oval-copy-intro-5 {
        top: 38%;
        right: 38.5%;
    }
    .navbar-nav li {
        width: 97px;
    }
    .navbar-nav li a {
        padding-top: 20px !important;
        font-size: 12px;
    }
    .intro-text {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .title {
        font-size: 27px;
        line-height: 32px;
        /*margin-bottom: 7px;*/
    }
	.animtxt {
	width: 140px; /* fixed */
	display: inline-block;
	}
    .subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .gold-subtitle {
        font-size: 17px;
    }
    .try-appycentric,
    .how-it-works {
        width: 155px;
        height: 33px;
        font-size: 12px;
        border-radius: 8px;
    }
    .illustration svg,
    .illustration svg image {
        width: 327px;
        height: 310px;
    }

    /* Turn key section */
    .turnkey {
        margin-top: 40px;
    }
    .turnkey h2 {
        font-size: 27px;
        margin-bottom: 40px;
    }
    .turnkey-img-container {
        left: 0;
    }
    /*
    .turnkey-img {
        width: 450px;
        height: 392px;
    }
    */
    .turnkey-content-container  {
        margin-top: 40px;
    }
    .gettings {
        margin: 0 auto;
    }
    .gettings p {
        max-width: 100%;
        width: 100%;
        font-size: 15px;
    }
    .everyone-gets {
        padding-left: 15px;
    }
    .everyone-gets h4 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .everyone-gets p {
        max-width: 100%;
        font-size: 16px;
    }
    .try-appycentric-container button {
        font-size: 17px;
    }

    /* Features section */
    .features-title {
        font-size: 27px;
        margin-top: 37px;
    }
    .features-text {
        max-width: 100%;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .feature-desc {
        font-size: 16px;
        padding-left: 17px;
    }
    .features-more {
        font-size: 17px;
        line-height: 32px;
    }
    .features-try-appycentric-container {
        margin-bottom: 70px;
    }

    /* Demos section */
    .demos-title {
        margin-top: 70px;
        margin-bottom: 80px;
    }
    .demos-title h2 {
        font-size: 30px;
    }
    .demo-content {
        margin-bottom: 50px;
    }
    .demo-info-container {
        padding-left: 17px;
    }
    .demo-title {
        font-size: 18px;
    }
    .demo-info-container p {
        font-size: 12.5px;
    }
    .try-appycentric.try-demo {
        margin-bottom: 100px;
    }

    /* Pre footer */
    .pre-footer h1 {
        width: 100%;
        text-align: center;
        font-size: 28px;
        line-height: 35px;
        position: relative;
        top: -36px;
    }
    .input-container input:not(.captcha-input) {
        height: 60px;
        font-size: 15px;
    }
    .input-wrapper {
        margin-left: 10px;
    }
    .pre-footer button {
        width: 217px;
        height: 60px;
        font-size: 15.5px;
    }

    /* Footer */
    .footer {
        padding: 0 20px 0 20px;
    }


    /*================================
        Contact page
    ==================================*/
    .contact-container {
        width: 80%
    }
    #contact-us-form {
        width: 90%;
        margin: 0 auto;
    }
    .contact-title {
        margin-top: 80px;
        font-size: 37px;
    }
    .contact-txt {
        margin-bottom: 40px;
    }
    .contact-form-success-msg,
    .contact-form-error-msg {
        margin-bottom: 0;
        font-size: 21px !important;
    }
    #contact-us-form input,
    #contact-us-form textarea {
        font-size: 15px;
    }
    
    /*===========================
        Pricing Tables
    =============================*/
    .pricing-subtitle {
        font-size: 14px;
    }
    .price {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .pricing-description {
        font-size: 14.5px;
        margin-bottom: 20px;
    }
    .pricing-list {
        margin-top: 20px;
    }
    .pricing-list li span {
        font-size: 12.5px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* Modal Dialog */
    .modal-content {
        margin: 0 auto;
        width: 80%;
    }

    /* Intro div - home page */
    .navbar {
        width: 100%;
        max-width: 100%;
    }
    .logo {
        left: 20px; top: 17px;
    }
    .oval-copy-intro-3 {
        bottom: 30%;
        right: 7%;
    }
    .oval-copy-intro-4 {
        top: 31%;
        right: 27%;
    }
    .oval-copy-intro-5 {
        top: 38%;
        right: 38.5%;
    }
    .navbar-nav li a {
        padding-top: 20px !important;
        font-size: 14px;
    }
    .intro-text {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .subtitle {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .gold-subtitle {
        font-size: 20px !important;
    }
    .try-appycentric,
    .how-it-works {
        width: 160px;
        height: 36px;
        font-size: 12px;
        border-radius: 10px;
    }
    .illustration svg,
    .illustration svg image {
        margin-top: -10px;
        width: 340px;
        height: 322px;
    }

    /* Turn key section */
    .turnkey {
        margin-top: 40px;
    }
    .turnkey h2 {
        margin-bottom: 40px;
    }
    .turnkey-img-container {
        left: 0;
    }
    .gettings p {
        font-size: 15px;
    }
    .everyone-gets h4 {
        font-size: 20px;
    }
    .everyone-gets p {
        font-size: 16px;
    }

    /* Features section */
    .features-title {
        font-size: 37px;
    }
    .features-text {
        font-size: 16px;
    }
    .feature-desc {
        font-size: 19px;
    }
    .features-more {
        font-size: 17px;
        line-height: 32px;
    }
    .features-try-appycentric-container {
        margin-bottom: 70px;
    }

    /* Demos section */
    .demos-title {
        margin-top: 70px;
        margin-bottom: 100px;
    }
    .demos-title h2 {
        font-size: 34px;
    }
    .demo-content {
        margin-bottom: 70px;
    }
    .demo-title {
        font-size: 20px;
    }
    .demo-info-container p {
        font-size: 14.5px;
    }
    .try-appycentric.try-demo {
        margin-bottom: 100px;
    }
    
    /* Pre footer */
    .pre-footer h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .input-container input:not(.captcha-input) {
        height: 60px;
        font-size: 13px;
        padding-left: 15px;
    }
    .input-wrapper {
        width: calc(100% - 45px);
    }
    .captcha-wrapper {
        width: 40px;
        margin-left: 5px;
    }
    .pre-footer button {
        margin-left: 50px;
        height: 60px;
        font-size: 15.5px;
    }

    /*================================
        Contact page
    ==================================*/
    .contact-container {
        top: 50px;
    }
    .contact-title {
        margin-top: 80px;
    }

    /*===========================
        Pricing Tables
    =============================*/
    .pricing-subtitle {
        font-size: 14px;
    }
    .price {
        margin-bottom: 20px;
    }
    .pricing-description {
        font-size: 14.5px;
    }

}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
    /* Intro Div */
    .title {
        width: 1200px;
    }
    /* Demos section */
    .demos-title {
        margin-top: 70px;
        margin-bottom: 100px;
    }
    .demos-title h2 {
        font-size: 34px;
    }
    .demo-content {
        margin-bottom: 70px;
    }
    .demo-title {
        font-size: 20px;
    }
    .demo-info-container {
        padding-left: 27px;
    }
    .demo-info-container p {
        font-size: 14.5px;
    }
    .try-appycentric.try-demo {
        margin-bottom: 100px;
    }

    /* Pre footer */
    .pre-footer h1 {
        font-size: 24px;
        line-height: 37px;
    }
    .input-container input:not(.captcha-input) {
        height: 60px;
        font-size: 13px;
        padding-left: 15px;
    }
    .input-wrapper {
        width: calc(100% - 45px);
    }
    .captcha-wrapper {
        width: 40px;
        margin-left: 5px;
    }
    .pre-footer button {
        margin-left: 50px;
        height: 60px;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1699px) {
    .input-container input:not(.captcha-input) {
        font-size: 14px;
        padding-left: 25px;
    }
}