/* Website font */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue.otf') format('truetype');
}
@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('fonts/BebasNeue-Bold.otf') format('truetype');
}
@font-face {
    font-family: 'DroidSans';
    src: url('fonts/DroidSans.ttf') format('truetype');
}
@font-face {
    font-family: 'DroidSans-Bold';
    src: url('fonts/DroidSans-Bold.ttf') format('truetype');
}

body {
    font-family: 'DroidSans';
}

h1 {
    font-family: 'BebasNeue-Bold';
    font-size: 104px;
    line-height: 90px;
    color: white;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
    position: relative;
}

h2, h3, h4, h5, h6, div, p {
    font-family: 'DroidSans';
}

/* General Markup */
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], input[type="submit"]:hover {
    transition: 0.35s;
    -webkit-transition: 0.35s;<div class="row">
}

/* Vertical align middle markup */
.table-container {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.restrain {
    width: auto;
}

.row-container {
    display: table-row;
}

.cell-container {
    display: table-cell;
    vertical-align: middle;
}
.cell-container img {
    margin: 0 auto;
    display: block;
}

img {
    width: 100%;
}

#logo {
    max-width: 240px;
}

#black-header {
    background: black;
    color: white;
    padding: 10px 0px;
}

#header-services li {
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

#header-services li:before {
    content: '\2022';
    padding: 0px 20px;
    font-size: 20px;
}

#header-services li:first-child:before {
    content: '';
}

#header-social {
    margin: 0;
}

#header-social li {
    display: inline-block;
}

#header-social li a {
    color: white;
    font-size: 20px;
    line-height: 20px;
}

#main-banner {
    background-image: url('/images/main-background.jpg');
    position: relative;
}

#blue-banner {
    background-color: #2680ff;
    margin-top: 25px;
}

#blue-banner h2 {
    font-family: 'BebasNeue-Bold';
    font-size: 120px;
    line-height: 120px;
    text-align: center;
    color: white;
}

#blue-banner h3 {
    font-family: 'BebasNeue-Bold';
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
}

#blue-banner h4 {
    color: white;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}

#submit-container {
    margin: 10px 0px;
}

#submit-container input[type="submit"] {
    display: block;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    border: 0;
    background-color: black;
    color: white;
    font-family: 'DroidSans-Bold';
    font-size: 25px;
    line-height: 25px;
    padding: 20px 0px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 3px solid transparent;
}

#submit-container {
    margin: 15px 0px 25px 0px;
}

input[type='text'], input[type='tel'], input[type='email'], #contact-form-rows select {
    color: #2680ff;
}

#contact-form-rows > * {
    padding: 5px 10px;
}

#contact-form-rows input[type="text"], #contact-form-rows input[type="tel"], #contact-form-rows input[type="email"], #contact-form-rows select {
    margin: 0;
    height: 50px;
    border: 0;
}

#contact-form-container {
    padding: 0px 10px;
}

#black-banner h2 {
    font-family: 'DroidSans-Bold';
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}

#black-banner img {
    max-width: 152px;
}

#black-banner {
    text-align: center;
    background: black;
    padding: 25px 0px;
    color: white;
}

#main-banner-left {
    padding-top: 80px;
    position: relative;
}

.testimonial {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 30px 20px;
    min-height: 250px;
    margin: 0px 5px;
}

.testimonial h3 {
    font-family: 'DroidSans-Bold';
    font-size: 20px;
    line-height: 20px;
}

.testimonial p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 40px;
}

.testimonial p:before {
    content: '“';
    display: block;
    font-size: 100px;
    line-height: 100px;
    font-family: 'BebasNeue-Bold';
    font-style: italic;
    margin-bottom: -60px;
    margin-left: -15px;
}

#testimonials h2 {
    font-family: 'BebasNeue-Bold';
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    padding: 40px 0px 20px 0px;
}

#footer-contact h2 {
    font-family: 'BebasNeue-Bold';
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    padding: 25px 0px;
}

#footer-contact h2 span {
    color: black;
}

#footer-contact {
    background-color: #276fd4;
}

#footer-aiims {
    background-color: black;
    color: white;
    padding: 5px 0px 40px 0px;
}

#footer-aiims-right {
    text-align: right;
}

#footer-aiims-right a {
    color: white;
}

#footer-aiims-right a:first-child:after {
    content: '|';
    padding-left: 10px;
}

#footer-aiims-right a:hover {
    color: #276fd5;
}

#footer-aiims-right a:first-child:hover:after {
    color: white;
}

#footer-aiims-left p {
    margin: 0;
}

#aiims-logo {
    display: block;
    margin: 0 auto;
    max-width: 198px;
    padding-top: 15px;
}

#testimonials {
    padding-bottom: 45px;
}

#ctas {
    padding: 40px 0px;
}

.discount img {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}

#red-guarantee {
    max-width: 253px;
    display: block;
}

#guarantees-list {
    column-count: 3;
    list-style-type: none;
}

#guarantees-list li {
    line-height: 20px;
    font-size: 20px;
    background-image: url('/images/red-tick.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding: 20px 0px 20px 45px;
}

#guarantees {
    padding: 40px 0px;
}

#services {
    background-color: #2680ff;
    padding: 30px 0px;
}

#services h2 {
    font-family: 'BebasNeue-Bold';
    color: white;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
}

#bottom-submit-container input[type="submit"] {
    background: transparent;
    border: 3px solid black;
    display: block;
    padding: 20px;
    text-transform: uppercase;
    font-family: 'DroidSans-Bold';
    font-size: 23px;
    line-height: 23px;
    margin: 0 auto;
}

#bottom-submit-container {
    padding: 10px 0px;
}

#bottom-form-rows .input-container {
    padding: 0px 5px;
}

#bottom-form-rows input[type="text"], #bottom-form-rows input[type="email"], #bottom-form-rows input[type="tel"], #bottom-form-rows select {
    height: 55px;
    padding-left: 20px;
}

#bottom-submit-container input[type="submit"]:hover {
    background: black;
    color: white;
}

#submit-container input[type="submit"]:hover {
    background: transparent;
    border: 3px solid black;
    color: black;
}

#bottom-form-rows input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'DroidSans-Bold';
  font-size: 22px;
  line-height: 22px;
}

#bottom-form-rows input::-moz-placeholder { /* Firefox 19+ */
  font-family: 'DroidSans-Bold';
  font-size: 22px;
  line-height: 22px;
}

#bottom-form-rows input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'DroidSans-Bold';
  font-size: 22px;
  line-height: 22px;
}

#bottom-form-rows input:-moz-placeholder { /* Firefox 18- */
  font-family: 'DroidSans-Bold';
  font-size: 22px;
  line-height: 22px;
}

#bottom-form-container select {
    color: #276fd4;
    font-family: 'DroidSans-Bold';
    font-size: 22px;
    line-height: 22px;
}

#services img {
    margin-bottom: 30px;
    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.30);
}

#relative-white-arrow {
    max-width: 134px;
    position: absolute;
    top: 20%;
    transform: translateX(50%);
    right: 0;
}

#relative-van {
    position: absolute;
    max-width: 684px;
    left: 10%;
    bottom: -30px;
}

#top-banner {
    background-image: url('/images/top-banner-background.jpg');
    background-repeat: no-repeat;
    padding: 8px 0px;
    background-size: cover;
    padding-left: 20px;
    background-position: 60%;
}

#top-banner-left img {
    max-width: 34px;
}

#top-banner-left h3:before {
    content: '';
    width: 3px;
    height: 3px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right:10px solid #002b7f;
    margin: 0px 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#top-banner-left h3 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 31px;
}

#top-banner-left h2 {
    font-size: 15px;
    line-height: 15px;
    font-family: 'DroidSans-Bold';
    margin-bottom: 0px;
    padding-left: 20px;
}

#top-banner-left {
    max-width: 70%;
    float: left;
}

#top-banner-right {
    float: right;
}

#top-banner-right a {
    color: white;
    font-size: 24px;
    line-height: 28px;
}

#top-banner-right a span {
    color: black;
    font-family: 'DroidSans-Bold';
    font-size: 28px;
    line-height: 28px;
}

#top-banner-right i {
    padding-right: 5px;
}