body {
    font-family: 'roboto','proxima_nova_rgregular', 'Open Sans', sans-serif;
    /*font-family: 'Graphik';*/
    color: #686c73;
    font-weight: 400;
    padding-top: 30px;
}
.lead, .pricing-4 .plan-price p {
    font-weight: 400;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'roboto','roboto', 'Open Sans', sans-serif;
    color: #323d47;
    font-weight: 700;
}

h6, .h6 {
    font-family: 'roboto','proxima_nova_rgregular', 'Open Sans', sans-serif;
    color: #30363d;
    font-weight: 500;
}

a {
    color: #279af0;
}

.container {
    max-width: 1250px;
}

.navbar {
    top: 0px;
}

.navbar.stick .logo-dark {
    display: none;
}

.navbar.stick .logo-light {
    display: inline-block;
}

.navbar-dark .nav-navbar>.nav-link,
.navbar-light .nav-navbar>.nav-link,
.navbar-light .nav-navbar>.nav-link:hover {
    color: #2B5ADC;
}

.navbar-dark .nav-navbar>.nav-link:hover {
    color: #2B5ADC;
}

.navbar-light .nav-navbar>.nav-link:active,
.navbar-dark .nav-navbar>.nav-link:active {
    color: #2B5ADC;
}

.h-fullscreen {
    height: 95vh !important;
}

.dietitian-page .h-fullscreen {
    height: 90vh !important;
}

.dietitian-page .slick-dotted.slick-slider {
    background-color: #fafbfb;
}

.dietitian-page .slick-prev,
.dietitian-page .slick-next {
    background-color: rgba(255,255,255,0.2);
    height: 65px;
    width: 51px;
}

.section {
    padding-top: 3rem;
}

.header.h-fullscreen {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.independents-page .header.header-title {
    text-shadow: 2px 2px 4px #000000;
}

.enterprise-page .header.h-fullscreen {
    width: 100%;
    /*background-image: url(../../images/enterprise-back.png);*/
}

.dietitian-page .header.h-fullscreen {
    width: 100%;
    background-image: url(../../images/header-background-dietitian-old.jpg);
}

.index-page .header.h-fullscreen {
    background-image: url(../../images/icons/people-index.png);
}

.consumer-page .header.h-fullscreen {
    background-image: url(../../images/home-header-background.jpg);
}

.btn-green, .btn-green:hover {
    background-color: #0C9FDA;
    border-color: #0C9FDA;
}

.btn-navy, .btn-navy:hover {
    background-color: #2B5ADC;
    border-color: #2B5ADC;
}

.btn-outline-navy, .btn-outline-navy:hover {
    color: #2B5ADC;
    border-color: #2B5ADC;
    background-color: rgba(255,255,255, 0.5);
}

.btn-outline-green, .btn-outline-green:hover {
    color: #0C9FDA;
    border-color: #0C9FDA;
    background-color: rgba(255,255,255, 0.5);
}

.navbar-dark .navbar-toggler:hover,
.navbar-dark.stick .navbar-toggler:hover {
    color: #2B5ADC;
}

.navbar-dark.stick .navbar-toggler {
    color: rgba(117,117,117,0.8);
}

hr {
    border-top-color: rgba(117,117,117,0.2);
}

.feature-1 .feature-icon {
    width: 100px;
    height: 100px;
    border: 2px solid #dedede;
    border-radius: 100%;
    line-height: 85px;
}

.header-title {
    font-weight: bold;
    font-size: 4.5rem;
}

.header-title-black {
    font-weight: bold;
    font-size: 4.5rem;
}

.header-title-black, .black-text {
    color: #30363d !important;
}

.header-description-black {
    color: #30363d;
}

.header-title, .header-description {
    color: #fff;
}

/*pading helpers*/
.p-b-0{
    padding-bottom: 0px !important;
}

.p-t-0{
    padding-top: 0px !important;
}

.p-t-10{
    padding-top: 10px !important;
}

.p-t-15{
    padding-top: 15px !important;
}

.p-b-30{
    padding-bottom: 30px !important;
}

.p-t-30{
    padding-top: 30px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.p-b-15{
    padding-bottom: 15px !important;
}

.p-b-30{
    padding-bottom: 30px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}
.p-b-60{
    padding-bottom: 60px !important;
}

.p-b-75{
    padding-bottom: 75px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.split-column-right {
    padding-right: 7.5px;
}

.split-column-left {
    padding-left: 7.5px;
}
/*end pading helpers*/

/*margin helpers*/
.m-b-0{
    margin-bottom: 0px !important;
}

.m-b-15{
    margin-bottom: 15px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}
/*end margin helpers*/


#testimonials .card {
    min-height: 365px;
}

#benefits .card {
    min-height: 305px;
}

.specialities-wrapper ul {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
    width: 100%;
}

.specialities-wrapper ul li div {
    padding: 15px;
    margin-bottom: 10px;
    min-width: 100%;
    border-radius: 10px;
    background-color: #279AF0;
    border: 1px solid #279AF0;
    color: #fff;
    font-size: 17px;
}

.card-wrapper {
    padding-right: 25px;
}

#the-process li.feature-1 a p {
    background-position: center center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
}

#the-process li.feature-1 a.meet-provider p {
    background-image: url(../../images/icons/meet-provider.svg);
}

#the-process li.feature-1 a.create-health-plan p {
    background-image: url(../../images/icons/health-plan.svg);
}

#the-process li.feature-1 a.track-progress p {
    background-image: url(../../images/icons/tracking-monitoring.svg);
}

#the-process li.feature-1 a.gain-insights p {
    background-image: url(../../images/icons/analytics.svg);
}

#the-process li.feature-1 a.active.meet-provider p,
#the-process li.feature-1 a.meet-provider:hover p {
    background-image: url(../../images/icons/meet-provider-b.svg);
}

#the-process li.feature-1 a.active.create-health-plan p,
#the-process li.feature-1 a.create-health-plan:hover p {
    background-image: url(../../images/icons/health-plan-b.svg);
}

#the-process li.feature-1 a.active.track-progress p,
#the-process li.feature-1 a.track-progress:hover p {
    background-image: url(../../images/icons/tracking-monitoring-b.svg);
}

#the-process li.feature-1 a.active.gain-insights p,
#the-process li.feature-1 a.gain-insights:hover p {
    background-image: url(../../images/icons/analytics-b.svg);
}

#the-process li.feature-1 a.active .feature-icon,
#the-process li.feature-1 a:hover .feature-icon {
    border-color: #279AF0;
}

#the-process li.feature-1 a.active h5,
#the-process li.feature-1 a:hover h5 {
    color: #279AF0;
}

footer {
    background-color: #191919;
}

footer h6 {
    color: #fff;
}

footer .nav-link {
    color: #999999;
}

footer small {
    color: #757575;
}

footer .download-column a {
    padding-left: 0px;
}

#why-kitchry-platform .feature-1:nth-of-type(odd),
#philosophy .feature-1:nth-of-type(odd){
    padding-right: 50px;
}

#why-kitchry-platform .feature-1:nth-of-type(even),
#philosophy .feature-1:nth-of-type(even){
    padding-left: 50px;
}

#why-kitchry-platform .feature-1:nth-of-type(1),
#why-kitchry-platform .feature-1:nth-of-type(2),
#philosophy .feature-1:nth-of-type(1),
#philosophy .feature-1:nth-of-type(2),
#philosophy .feature-1:nth-of-type(3),
#philosophy .feature-1:nth-of-type(4) {
    padding-bottom: 70px
}

.color-blue {
    color: #2B5ADC !important;
    border-color: #2B5ADC !important;
}

.bg-blue {
    background-color: #2B5ADC !important;
}

.color-yellow {
    color: #f0c946 !important;
    border-color: #f0c946 !important;
}

.bg-yellow {
    background-color: #f0c946 !important;
    color: white !important;
}

.bg-orange {
    background-color: orange !important;
    color: white !important;
}

.text-orange {
    color: orange !important;
}

.color-green {
    color: #3cd564 !important;
    border-color: #3cd564 !important;
}

.color-purple {
    color: #926dde !important;
    border-color: #926dde !important;
}

.color-red {
    color: #ff4954 !important;
    border-color: #ff4954 !important;
}

.bg-red {
    background-color: #ff4954 !important;
}

/*contact-page*/
.contact-wrapper {
    background-image: url(../../images/contact-background.jpg);
}

.contact-page footer {
    border-top: none;
}
/*----contact-page---*/

#benefits .card-sm {
    background-color: #fff;
}

/*input validation*/
.input-validation, .input-validation:focus, .input-validation:active {
    border-color: #fa3945 !important;
    color: #fa3945 !important;
}

footer .input-validation, footer .input-validation:focus, footer .input-validation:active {
    border: 1px solid #fa3945 !important;
}

.input-validation-msg {
    margin-bottom: -2px;
    color: #fa3945;
    padding: 5px 0px 0px 0px;
    font-size: 13px;
}

input.input-validation::-webkit-input-placeholder,
input.input-validation:-moz-placeholder,
input.input-validation::-moz-placeholder,
input.input-validation:-ms-input-placeholder {
    color: #fa3945;
}

/*LOADER*/
div.loader-wrapper {
    z-index: 12000;
    background:rgba(255,255,255, 0.95);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

div.loader-wrapper div.loader-msg {
    top: calc(50%);
    position: absolute;
    width: 100%;
    padding-top: 25px;
    font-size: 21px;
}

.spinner {
    width: 55px;
    height: 55px;
    top: calc(50% - 55px);
    position: absolute;
    left: calc(50% - 27px);
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #279AF0;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.journey input {
    max-width: 100px;
    font-size: 3.04688rem;
    text-align: center;
    color: #279AF0;
}

.journey .dropdown {
    width: auto;
    min-width: 100px;
    border-bottom: 1px solid #cccccc;
    color: #279AF0;
    text-align: right;
}

.journey .journey-dropdown {
    width: auto;
    max-width: 700px;
    min-width: 100px;
}

.journey .input-line .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#96c7ff), to(#cccccc)),-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eaeff4));
    background-image: -webkit-linear-gradient(#96c7ff, #96c7ff),-webkit-linear-gradient(#cccccc, #cccccc);
    background-image: linear-gradient(#96c7ff, #96c7ff),linear-gradient(#cccccc, #cccccc);
}

.journey .alert {
    font-size: 14px !important;
}

.journey .dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0px;
    text-align: right;
    font-size: 3.04688rem;
    font-weight: 300;
    text-transform: lowercase;
    color: #279AF0;
    vertical-align: top;
}

.separator-b {
    border-bottom: 1px solid grey;
    border-bottom-color: rgba(117,117,117,0.2)
}

.bg-dark-gray {
    background-image: -webkit-linear-gradient(#279af0, #279af0),-webkit-linear-gradient(#000000, #000000);
}

.dropdown-toggle::after {
    margin-top: -5px;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

h5 span {
    font-weight: bold;
}

.nav-tabs-outline .nav-link {
    border-color: #2B5ADC;
    color: #2B5ADC;
}

.nav-navbar .nav-link:hover,
.nav-navbar .nav-link.active {
    color: #2B5ADC;
}

.nav-tabs-outline .nav-link:hover,
.nav-tabs-outline .nav-link.active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle,
.btn-outline-dark:hover {
    background-color: #2B5ADC;
    border-color: #2B5ADC;
}

.btn-outline-dark {
    border-color: #279af0;
    color: #279af0;
}

.calendly-inline-widget {
    min-width:640px;
    height:480px;
}

.percentage-counter {
    color: #279af0;
}

.p-box {
    line-height: 1.9em;
    height: 5em;
}

.card-img-top.blue::before  {
    background: #279af0;
}

.card-img-top.orange::before  {
    background: #fb6c26;
}

.telehealth-card .card-body .lead-6 span span:first-of-type {
    text-decoration: line-through;
}

.pricing-3.popular {
    background-color: #fff;
}

.pricing-3 .price {
    font-size: 3rem;
}


/*Horizontal Sliding*/
.slidingHorizontal{
	display: inline;
	text-indent: 8px;
}
.slidingHorizontal span{
	animation: leftToRight 12.5s linear infinite 0s;
	-ms-animation: leftToRight 12.5s linear infinite 0s;
	-webkit-animation: leftToRight 12.5s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingHorizontal span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingHorizontal span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingHorizontal span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingHorizontal span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

.top-banner {
    background-color: #279af0;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    z-index: 100;
    -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
    transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, background-color .3s ease-out;
    transition: transform .3s ease-out, background-color .3s ease-out, -webkit-transform .3s ease-out;

}

.index-page .navbar.relativeNav {
    position: relative;
}

.top-banner .banner-msg {
    padding: 25px;
    display: block;
    color: #fff;
}

.top-banner .banner-msg span {
    text-decoration: underline;
}

.top-banner.sticky {
    position: fixed;
}

.welcome-wrapper .step {
    padding: 15px;
    background-color: #fff;
    border-radius: 0px 25px;
    position: relative;
}

.welcome-wrapper .step .number {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #279AF0;
    border-radius: 100%;
    top: -25px;
    left: 30px;
    border: 5px solid #fafafa;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}

.welcome-wrapper .step h4 {
    padding-top: 10px;
    font-size: 17px;
    font-weight: normal;
}

.list-horizontal {
    padding: 0px;
}

.list-horizontal li {
	display:inline-block;
}

.list-horizontal li:before {
	content: '\00a0\2022\00a0\00a0';
	color:#999;
	color:rgba(0,0,0,0.5);
	font-size:14px;
}

.ul-bullets {
    padding-left: 15px;
}

/*leftToRight Animation*/
@-moz-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateX(-50px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateX(-50px); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateX(-50px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.title-normal-big {
    font-size: 32px;
    font-weight: normal;
}

@media (max-width: 768px){

    #benefits .card,
    #benefits .card-sm,
    #testimonials .card {
        min-height: auto;
    }

    .specialities-wrapper ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }

    #why-kitchry-platform .feature-1:nth-of-type(n) {
        padding-bottom: 35px;
    }

    #why-kitchry-platform .feature-1:nth-of-type(odd),
    #why-kitchry-platform .feature-1:nth-of-type(even){
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn {
        padding: 10px;
        font-size: 12px;
    }

    .header-title {
        font-size: 2.4rem;
    }

    .header-title-black {
        font-size: 2.4rem;
    }

    .header-description {
        font-size: 1.1rem !important;
    }

    .header-description-black {
        font-size: 1.1rem !important;
    }

    .tab-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn-long {
        word-wrap: break-word;
        word-break: break-word;
        min-width: calc(100% - 16px) !important;
        white-space: normal;
    }

    #why-kitchry-platform .feature-1:nth-of-type(odd),
    #philosophy .feature-1:nth-of-type(odd){
        padding-right: 15px;
    }

    #why-kitchry-platform .feature-1:nth-of-type(even),
    #philosophy .feature-1:nth-of-type(even){
        padding-left: 15px;
    }

    .h-fullscreen {
        height: auto !important;
    }

    .header {
        padding-bottom: 0px;
    }

    .nav-navbar .nav-link {
        padding-left: 0px !important;
    }

    .navbar-mobile .btn {
        width: 100%;
        margin-left: 0px;
    }

    .navbar-mobile .d-block {
        width: 100%;
    }

    .split-column-right {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .split-column-left {
        padding-left: 15px;
    }

    .program-benefits-wrapper {
        padding-top: 25px;
    }

}

@media (max-width: 992px){

    .navbar {
        padding-left: 0px;
    }

    .navbar-toggler {
        padding-right: 0px;
    }

    #benefits .card,
    #benefits .card-sm {
        min-height: 100%;
    }

    .top-banner {
        font-size: 17px;
    }

    .top-banner .banner-msg {
        padding: 15px;
    }

}

@media (max-width: 1200px) {

    .nav-navbar .nav-link {
        padding-left: 3px;
        padding-right: 3px;
    }

}

@media (max-height: 640px and min-width: 992px) {

    .h-fullscreen {
        height: 82vh !important;
    }

    .dietitian-page .h-fullscreen {
        height: 70vh !important;
    }

}

@media (max-height: 450px and min-width: 992px) {

    .h-fullscreen {
        height: auto !important;
    }

}

.section-header {
    margin-bottom: 20px !important;
}

.why-healent {
    margin-bottom: 35px !important;
}

@media (max-width: 768px) {
    .section-header {
        margin-bottom: 20px !important;
    }
    .why-healent {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 992px) {
    .navbar-mobile .gap-xy-1 > * {
        display: block;
        text-align: center;
    }

    .navbar-mobile .gap-xy-1 > .btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

body > nav {
    background-color: white !important;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2) !important;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2) !important;
}

@media (min-width: 1265px) {
    button.slick-arrow {
        border-radius: 4px;
    }
}