@font-face {
    font-family: 'Impact';
    src: url(assets/fonts/impact.ttf);
}


/*body {
    margin-bottom: 500px;
}*/

body, h1, h2, h3, h4, h5, h6, input, .raleway {
    font-family: 'Raleway', sans-serif;
}

p, .text-input, .opensans {
    font-family: 'Open Sans', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.impact {
    font-family: 'Impact';
}

a, input[type=submit], button {
    transition: 0.35s all ease;
    display: inline-block;
}


.header {
    background-image: url(img/header-background.jpg);
    background-repeat: no-repeat;
    color: #fff;
    padding: 2rem 0 4rem;
}

.header .logo img {
    min-width: 32rem;
}

.header .logo p {
    font-size: 1.5rem;
}

.header .medi-text {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 0.5em;
}

.header .call-up {
    text-align: right;
}

.header .call-text {
    font-size: 1.3rem;
    font-weight: 700;
    color: #68879a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.header .facebook {
    display: inline-block;
    vertical-align: middle;
}

.header .facebook a {
    background-color: #365d90;
    color: #fff;
    border-radius: 50%;
    padding: 0.4rem 0.7rem;
}

.header .facebook a:hover {
    background-color: #fff;
    color: #365c90;
}

.header .facebook-text {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    margin-left: 0.3rem;
}

.header .number a {
    font-size: 3.25rem;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px 20px rgba(255,255,255,1);
}

.header .number a:hover {
    color: #68879a;
    text-shadow: 1px 1px 20px rgba(104,135,154,1);
}

.header h1 {
    font-size: 3.8rem;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    text-shadow: 1px 1px 30px rgba(255,255,255,1);
    margin: 2rem 0 0;
}

.header .divider {
    margin-bottom: 1.5rem;
}

.header .divider-text {
    font-size: 2.1rem;
    font-weight: 700;
    font-style: italic;
}

.header .divider-text span {
    font-weight: 900;
    text-decoration: underline;
}

.header .left {
    font-style: italic;
}

.header h2 {
    font-size: 2.2rem;
    font-weight: 900;
    font-style: italic;
    background: -webkit-linear-gradient(#a7b7c5, #728fa1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header ul {
    list-style: none;
    margin: 0 0 0 2rem;
}

.header ul li {
    margin: 2rem 0;
    display: flex;
}


.header .fa-check-circle {
    font-size: 1.8rem;
    color: #6cbf5a;
    display: inline-block;
    vertical-align: middle;
}

.header .list-text {
    font-size: 1.7rem;
    font-weight: 800;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-left: 2rem;
}

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

.header .cta img {
    margin-right: -3.6rem;
    vertical-align: middle;
    position: relative;
}

.header .box {
    display: inline-block;
    background-color: #68869a;
    border: 4px solid #68869a;
    border-radius: 8px;
    vertical-align: middle;
    margin-bottom: 2rem;
}

@media screen and (max-width:576px){
	.header .box {
		width: 49%;
	}
}

.header .cta-text-1 {
    font-size: 1.9rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 1px 1px 20px rgba(255,255,255,1);
    margin: 0 1rem;
}

.header .cta-text-2 {
    font-size: 0.96rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px rgba(255,255,255,1);
    margin-bottom: 0.5rem;
}

.header .price {
    font-size: 4.6rem;
    font-style: initial;
    background-color: #111;
    border-radius: 8px;
    text-shadow: 1px 1px 30px rgba(255,255,255,1);
    line-height: 1.3;
}

.header .left-text {
    font-size: 1.3rem;
    font-weight: 800;
    text-align: center;
    margin-top: -1rem;
}

.header .right {
    text-align: center;
    max-width: 30rem;
    margin-right: 6rem;
}

.header .form-title {
    font-size: 1.8rem;
    font-weight: 900;
    font-style: italic;
    background-color: #349a99;
    border: 1px solid #999;
    padding: 1.5rem 0;
}

.header form {
    border: 1px solid #999;
}

.header .form-inputs {
    padding: 2rem 2.5rem;
}

.header .text-input {
    font-size: 0.9rem;
    text-transform: uppercase;
    background-color: transparent;
    min-height: 3.5rem;
    border-radius: 0;
    color: #fff;
    padding-left: 1rem;
}

.header .g-recaptcha {
    margin: 2rem 0 0;
}

.header .g-recaptcha>div {
    margin: auto;
}

.header .submit {
    font-size: 1.4rem;
    text-transform: uppercase;
    background: url(img/submit-background.jpg) #349a99;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 2rem 0;
    border-radius: 0;
    cursor: pointer;
}

.header .submit:hover {
    background: #fff;
    color: #349a99;
}

.header .form-text {
    font-size: 0.7rem;
    margin-top: 1rem;
}

.blue-bar {
    background-color: #b1bfcc;
    color: #0d0e10;
    text-transform: uppercase;
    padding: 2rem 0 3rem;
}

.blue-bar h2 {
    font-size: 1.9rem;
    font-weight: 900;
    text-align: center;
}

.blue-bar .subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #68879a;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.blue-bar .text {
    display: inline-block;
    max-width: 80%;
    vertical-align: top;
    margin-left: 1rem;
}

.blue-bar .box img {
    vertical-align: text-top;
}

.blue-bar h3 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1rem;
}

.blue-bar .box p {
    font-size: 0.9rem;
    text-transform: initial;
    line-height: 1.3;
    margin: 0;
}

.about-bar {
    background-image: url(img/about-bar-background.jpg);
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
}

.about-bar .content {
    margin-left: -3rem;
}

.about-bar .left {
    border: 1px solid #555;
}

.about-bar .title {
    font-size: 2.2rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    background-color: #349a99;
    border-bottom: 1px solid #333;
    padding: 1rem 1.5rem;
}

.about-bar .subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    background-color: #b1bfcc;
    padding: 1rem 0;
}

.about-bar ul {
    list-style: none;
    margin: 0;
    background-color: #111;
}

.about-bar ul li {
    font-size: 1rem;
    border: 1px solid #888;
    border-top: none;
    line-height: 1.5;
    transition: 0.35s all ease;
    padding: 0.6rem 0.5rem;
}

.about-bar ul li:hover {
    background-color: #349a99;
}

.about-bar .box {
    background-color: #000;
    padding: 1rem 0;
}

.about-bar .caption {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #b1bfcc;
    letter-spacing: 5px;
    line-height: 1;
}

.about-bar .caption span {
    font-size: 5.1rem;
    font-weight: 800;
    color: #fff;
}

.about-bar .bottom {
    font-size: 0.8rem;
    font-weight: 600;
}

.about-bar .right {
    padding: 0 1rem;
}

.about-bar h2 {
    font-size: 5.4rem;
    font-weight: 900;
    font-style: italic;
    text-shadow: 1px 1px 26px rgba(255,255,255,1);
    margin: 0;
}

.about-bar .divider {
    margin-bottom: 3rem;
}

.about-bar .para-title {
    font-size: 1.7rem;
    font-weight: 800;
    background: -webkit-linear-gradient(#a7b7c5, #728fa1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4rem;
}

.about-bar p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 2rem;
}

.about-bar h3 {
    font-size: 2.8rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#a7b7c5, #728fa1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.about-bar .book-text {
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.about-bar .book {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #349a99;
    line-height: 1;
    padding: 1.5rem 2rem;
}

.about-bar .book:hover {
    border-color: #fff;
    color: #349a99;
}

.about-bar .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #349a99;
    vertical-align: bottom;
    transition: 0.35s all ease;
    margin-right: 1rem;
}

.about-bar .book:hover .triangle {
    border-left: 10px solid #fff;
}

.image-bar {
    background-image: url(img/image-bar-background.jpg);
    background-repeat: no-repeat;
    color: #fff;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 7rem 0 5rem;
}

.image-bar h2 {
    font-size: 2.6rem;
    font-weight: 900;
    font-style: italic;
    text-shadow: 1px 1px 20px rgba(255,255,255,1);
    margin-bottom: 2rem;
    margin-left: 19rem;
}

.image-bar p {
    font-size: 0.9rem;
    margin-bottom: 2rem;
    margin-right: -3rem;
    margin-left: 18rem;
}

.image-bar p span {
    display: block;
}

.image-bar .bottom {
    font-size: 1.1rem;
    font-weight: 700;
    font-style: italic;
    color: #b1bfcc;
}

.image-bar .slop {
    margin-left: 7rem;
}

.bottom-bar {
    background-image: url(img/bottom-bar-background.jpg);
    background-repeat: no-repeat;
    border-bottom: 3px solid;
    color: #fff;
    text-transform: uppercase;
    padding: 2.3rem 0;
}

.bottom-bar .text {
    font-size: 1.9rem;
    font-weight: 900;
    font-style: italic;
}

.bottom-bar .link a {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    border:  2px solid;
    padding: 1rem 5rem;
    margin-left: 5rem;
}

.bottom-bar .link a:hover {
    color: #111;
}

.footer {
    background-color: #111;
    padding: 2rem 0;
    text-align: center;
}

.footer .text {
    color: #68879a;
    margin-bottom: 2rem;
}

.footer .text a {
    font-size: 0.9rem;
    color: #fff;
    pointer-events: none;
}

.footer .aiims {
    margin-left: 2rem;
}


