.heading-font {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

.body-font {
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

.alt-font {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    color: #fdcc52;
}

a:hover,
a:focus {
    color: #fcbd20;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    color: #fdcc52;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #fcbd20;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #222222;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: #222222;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #ffbc5c;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #ff9734 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

footer a {
    color: #999;
    border-bottom: 1px dotted;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #aaa;
    text-decoration: none;
}

header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: white;
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.1);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #222222;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #fdcc52;
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #222222;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #ffbc5c;
    }
}

.doctor h3 span {
    opacity: 0.6;
    font-size: 150%;
    margin-left: 24px;
    font-weight: 900;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background-size: cover;
    color: white;
}

header .header-content {
    text-align: center;
    padding: 180px 0 50px;
    position: relative;
}

header .header-content .header-content-inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
}

header .header-content .header-content-inner .list-badges {
    margin-bottom: 25px;
}

header .header-content .header-content-inner .list-badges img {
    height: 50px;
    margin-bottom: 25px;
}

header .device-container {
    max-width: 300px;
    margin: 0 auto 100px;
}

header .device-container .screen img {
    border-radius: 3px;
}

.special-offer {
    background: #4fb059;
    background: -webkit-linear-gradient(left, #73bb7b, #4fb059);
    background: -webkit-linear-gradient(left, #ff8e2a, #ff6600);
    background: linear-gradient(to right, #ff8e2a, #ff6600);
    padding: 6px 24px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    border: 4px dashed;
}

.special-offer h3 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -1px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

.special-offer p {
    font-size: 20px;
}

.special-offer:before {
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: url("../img/spec-offer-bg.png") no-repeat 100% 100%;
    background-size: 25%;
    opacity: 0.2;
    z-index: -1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.special-offer:hover:before {
    background-size: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

footer .list-social {
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mainNav.affix img.logo {
    max-height: 36px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#mainNav img.logo {
    max-height: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#mainNav.affix .navbar-header > a.navbar-brand {
    background: #333;
    padding-top: 6px;
}

footer {
    position: relative;
}

footer .list-social i {
    font-size: 24px;
}

footer .list-social .site i {
    font-size: initial;
}

footer .list-social a {
    color: rgba(255, 255, 255, .5);
    border-bottom: none;
}

footer .list-social a:hover {
    color: rgba(255, 255, 255, .8);
}

.special-offer p strong {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 24px;
    text-shadow: 0 0 16px rgba(0, 0, 0, .5);
    color: #ffffff;
}

.feature-item svg {
    max-width: 150px;
    fill: url(#MyGradient);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.feature-item:hover svg {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -webkit-transition: all .65s ease;
    transition: all .65s ease;
}

section.features .feature-item h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #e4e4e4;
    width: 40%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#reviews blockquote:before {
    content: '"';
    position: absolute;
    left: -10px;
    top: -32px;
    font-size: 20vw;
    line-height: 1;
    z-index: -1;
    opacity: 0.15;
}

.features .col-md-4 {
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #eee;
}

img.doctor {
    max-width: 165px;
    float: right;
    margin-left: 24px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        text-align: left;
        padding: 0;
        height: 100vh;
    }
    header .header-content .header-content-inner {
        max-width: none;
        margin: 0;
        position: absolute;
        top: 64%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .header-content .header-content-inner h1 {
        font-size: 35px;
    }
    header .device-container {
        max-width: none;
        max-height: calc(0vh);
        margin: 100px auto 0;
    }
}

@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
}

section {
    padding: 100px 0;
}

section h2 {
    font-size: 50px;
}

section.download {
    padding: 150px 0;
    position: relative;
}

section.download h2 {
    margin-top: 0;
    font-size: 50px;
}

section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.download .badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.download h2 {
        font-size: 50px;
    }
}

section.features .section-heading {
    margin-bottom: 100px;
}

section.features .section-heading h2 {
    margin-top: 0;
}

section.features .section-heading p {
    margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
    max-width: 300px;
    margin: 0 auto;
}

section.features .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }
}

section.features .feature-item {
    text-align: center;
}

section.features .feature-item h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 24px;
}

section.features .feature-item i {
    font-size: 80px;
    background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: -webkit-linear-gradient(right, #7b4397, #dc2430);
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) {
    section.features .device-container,
    section.features .feature-item {
        max-width: none;
    }
}

section.cta {
    position: relative;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    padding: 250px 0;
}

section.cta .cta-content {
    position: relative;
    z-index: 1;
}

section.cta .cta-content h2 {
    margin-top: 0;
    margin-bottom: 25px;
    color: white;
    max-width: 550px;
    font-size: 50px;
}

@media (min-width: 768px) {
    section.cta .cta-content h2 {
        font-size: 80px;
    }
}

section.cta .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

section.contact {
    text-align: center;
    background: -webkit-linear-gradient(#1e78c1, #448ec6);
    background: linear-gradient(#1e78c1, #448ec6);
}

#reviews blockquote {
    color: #fff;
    background: #2167a1;
    border-left: 6px solid #efefef;
    padding: 20px 18px 12px 24px;
    position: relative;
    z-index: 1;
}

#reviews blockquote cite {
    display: block;
    text-align: right;
    font-size: 80%;
}

section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
}

section.contact h2 i {
    color: #dd4b39;
    font-size: 65%;
    font-weight: bold;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 100%;
    color: white;
}

section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925;
}

section.contact ul.list-social li.social-youtube a {
    background-color: #b62c31;
}

section.contact ul.list-social li.social-youtube a:hover {
    background-color: #b31217;
}

footer {
    background-color: #222222;
    padding: 25px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

#contact h6 {
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    margin: 0;
    padding: 16px 0;
    font-size: 16px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    border-bottom: 1px solid #325e81;
}

#contact h6.active {
    background: rgba(255, 255, 255, 0.65);
    text-shadow: 0 2px 35px #3679af, 0 0 12px #3579af;
    -webkit-transition: all 1s ease;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.bg-primary {
    background: #52a3e0;
    background: -webkit-linear-gradient(#3b9ff1, #52a3e0);
    background: linear-gradient(#3b9ff1, #52a3e0);
}

.text-primary {
    color: #fdcc52;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border-color: #75ff84 !important;
    border: 1px solid;
    background: rgba(0, 0, 0, .5);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background: rgba(0, 0, 0, 0.8);
    border-color: #75ff84;
    color: #c7ffcd;
}

.btn {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    padding: 15px 45px;
    font-size: 13px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: "Before";
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: "After";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    border-radius: 1000px;
    background: #ff9a38;
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}

#contact .col-md-12.form1,
#contact .col-md-12.form2 {
    display: none;
    padding: 50px 0 0;
    margin-top: 0px;
    box-shadow: 0 -10px 32px rgba(0, 0, 0, .5) inset;
}

#contact .col-md-12.form1.active,
#contact .col-md-12.form2.active {
    display: block;
}

#reviews .col-md-4 {
    padding: inherit;
    border: none;
}

.before-after {
    margin: 24px auto;
    max-width: 400px;
    border-radius: 3px;
}

.col-md-12.form1,
.col-md-12.form2 {
    background: rgba(0, 0, 0, 0.2);
    width: 750px;
    margin: 0 auto;
    float: none;
    top: 53px;
}

#contact h6.form2 {
    border-radius: 8px 8px 0 0;
}

.doctor h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.doctor h2 span {
    font-style: italic;
    font-weight: 100;
    font-size: 150%;
    letter-spacing: -3px;
    margin-right: 12px;
}

.doctor p {
    font-size: 16px;
}

a.subdued-button {
    background: rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    border-radius: 100px;
    display: inline-block;
    padding: 12px 24px;
    z-index: 99;
    position: relative;
}

a.subdued-button:hover,
a.subdued-button:active {
    text-decoration: none;
    background: rgba(0, 0, 0, .5);
    color: rgb(255, 255, 255);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#contact h6:hover {
    background: rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#contact h6.active:hover {
    background: rgba(255, 255, 255, .65);
}

footer .list-social a.site {
    position: relative;
    top: -4px;
    margin-right: 16px;
}

.form1 p,
.form2 p {
    margin: 0;
    position: relative;
    top: -24px;
    font-size: 100%;
    opacity: .85;
}

a.phone {
    position: absolute;
    top: 32px;
    margin-left: 36px;
    color: #fff;
    font-size: 24px;
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

.affix a.phone {
    color: #333;
    top: 10px;
}

section.contact h2 a {
    color: #ff5a46;
    text-shadow: 0 0 32px rgb(18, 66, 105);
    display: inline-block;
}

#contact > div > h2 {
    font-size: 64px;
    top: -24px;
    position: relative;
}

a.phone i {
    font-size: 85%;
}

@media (max-width: 991px) {
    .doctor h2 {
        font-size: 30px !important;
    }
    .features .col-md-4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.download {
        padding: 80px 0;
        position: relative;
    }
    #reviews blockquote:before {
        font-size: 220px;
    }
    a.phone {
        top: 100px;
        margin-left: 0;
        left: 4%;
    }
    .affix a.phone {
        color: #333;
        top: 10px;
        left: 160px
    }
    footer .list-social {
        position: relative;
        margin-top: 16px;
        right: initial;
        top: initial;
        -webkit-transform: initial;
        transform: initial;
    }
}

@media (max-width: 767px) {
    #contact h6,
    #contact h6.form2 {
        border-radius: 6px;
        margin-bottom: 12px;
    }
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    header .header-content .header-content-inner {
        max-width: 100%;
    }
    .special-offer p strong {
        font-size: 20px;
    }
    .special-offer p {
        font-size: 16px;
    }
    header .device-container .screen img {
        display: none;
    }
    section {
        padding: 60px 0;
    }
    p {
        font-size: 14px;
    }
    section h2 {
        font-size: 38px;
    }
    section.features .feature-item h3 {
        font-size: 26px;
        padding-bottom: 14px;
    }
    .feature-item svg {
        max-width: 100px;
    }
    img.doctor {
        max-width: 150px;
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 12px;
    }
    section.features .section-heading {
        margin-bottom: 40px;
    }
    blockquote {
        font-size: 14px;
    }
    .col-md-12.form1,
    .col-md-12.form2 {
        width: 100%;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .navbar-default .navbar-header .navbar-toggle {
        display: none;
    }
    a.phone {
        top: 100px;
        margin-left: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .affix a.phone {
        color: #333;
        top: 10px;
        left: inherit;
        right: 4%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .navbar-default.affix {
        background-color: #fff;
        box-shadow: 0 0 32px rgba(0, 0, 0, .5)
    }
}