/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Inter", sans-serif;
    color: #2E2F33;
    background-color: #f1f7fd;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}

a {
    color: #1F343D;
    text-decoration: none;
}

a:hover {
    color: #0779C9;
    text-decoration: none;
}

button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: auto;
    }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1977cc;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #1977cc;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #1c84e3;
    color: #fff;
}

.datepicker-dropdown {
    padding: 20px !important;
}

#main {
    margin-top: 1.5rem !important;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #fff;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#header .contact-info {
    display: flex;
    flex-direction: column;
}

.contact-info svg {
    margin-bottom: 3px;
    margin-right: 3px;
}

#header .contact-info a {
    text-decoration: underline 1px rgba(31, 52, 61, 0.3);
    text-underline-position: under;
    text
}

#topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #1977cc;
}

#topbar .contact-info i {
    color: #1977cc;
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .social-links a {
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #1977cc;
}

#topbar .social-links a:first-child {
    border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
    top: 0;
}

#header .logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #2c4964;
}

#header .logo img {
    max-height: 100px;
}

@media (max-width: 992px) {
    #header {
        top: 0;
    }
    #header .logo {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    #header .logo {
        margin: 0 auto;
    }
}


/* Get Startet Button */

.appointment-btn {
    background: #0879C9;
    color: #fff;
    border-radius: 67px;
    padding: 20px 35px;
    white-space: nowrap;
    transition: 0.3s;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase;
}

.appointment-btn:hover {
    background: #025E9F;
    color: #fff;
}

.appointment-btn-white {
    background: transparent;
    color: #0879C9;
    border-radius: 67px;
    border: 2px solid #0879C9;
    padding: 20px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.appointment-btn-white:hover {
    background: #025E9F;
    border: 2px solid #025E9F;
    color: #fff;
}

.appointment-btn-gray {
    width: 173px;
    height: 40px;
    background: #445157;
    border-radius: 64px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: table-cell;
    vertical-align: middle;
    border: none;
    color: #FFFFFF;
    white-space: nowrap;
    border: 2px solid #445157;
    box-sizing: border-box;
    transition: 0.4s;
}

.appointment-btn-gray:hover {
    background: #FFF;
    border: 2px solid #445157;
    border-radius: 64px;
    color: #445157;
    transition: 0.4s;
}

#hero {
    width: 100%;
    height: 140vh;
    background: top center;
    background-color: #f1f7fd;
    background-size: cover;
    margin-bottom: -130vh;
}

@media (max-width: 576px) {
    .appointment-btn-white {
        padding: 20px 20px;
        font-size: 12px;
    }
    #hero {
        background: none;
    }
    .container {
        width: calc(100% - 20px);
    }
    .container.is-video {
        width: 100%;
    }
}

#hero .container {
    position: relative;
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #2c4964;
}

#hero h2 {
    color: #2c4964;
    margin: 10px 0 0 0;
    font-size: 24px;
}

#hero h3 {
    color: #2E2F33;
    font-size: 22px;
    font-weight: 700;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #1977cc;
}

#hero .btn-get-started:hover {
    background: #3291e6;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    #hero {
        margin-bottom: -98vh;
        height: 100vh;
    }
    #hero .container {
        padding-bottom: 63px;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-height: 600px) {
    #hero {
        height: 100vh;
    }
}

@media (max-height: 576px) and (orientation: landscape) {
    #hero {
        height: 100vh;
    }
}

@media only screen and (max-device-width: 930px) and (orientation: landscape) {
    .container {
        max-width: 96%;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f1f7fd;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}

.section-title h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1977cc;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

.user-info .pic {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.user-info .pic img {
    transition: ease-in-out 0.3s;
}

.user-info .member-info {
    padding-left: 30px;
}

.user-info h4 {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #2E2F33;
}

.user-info span {
    display: block;
    padding-bottom: 10px;
    position: relative;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #747882;
}

.user-info p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.user-info .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.user-info .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #a0bcd5;
}

.user-info .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
}

.user-info .social a:hover {
    background: #1977cc;
}

.user-info .social a+a {
    margin-left: 8px;
}

#footer {
    margin-top: 25px;
    color: #444444;
    font-size: 14px;
    background: #f1f7fd;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1c84e3;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #1977cc;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #1977cc;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #1c84e3;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1977cc;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #1c84e3;
    color: #fff;
    text-decoration: none;
}

.video-container {
    position: relative;
    width: 100%;
    height: auto;
    /*padding-bottom: 56.25%;*/
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.white-block {
    background-color: #fff;
    padding: 30px;
    border-radius: 2px;
}

@media (max-width: 576px) {
    .white-block {
        padding: 15px;
    }
    .white-block.is-video {
        padding: 0;
    }
}

.white-block-map {
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
}

.ml-20 {
    margin-left: 20px;
}

.block-options {
    background: #EEF1F2;
    border: 1px solid #BDCAD2;
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    width: 230px;
    height: 75px;
    /*margin-right: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s;
    text-align: center;
}

@media (max-width: 576px) {
    .block-options {
        width: 100%;
        margin-bottom: 10px;
    }
    .hide-on-sm {
        display: none !important;
    }
}

.block-options:hover {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 0.4s;
}

.blue-btn-fill {
    background: #0879C9;
    border: 2px solid #0879C9;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 67px;
    cursor: pointer;
    transition: all 0.4s;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 12px 24px 12px 24px;
    margin-left: 12px;
    max-height: 40px;
}

.blue-btn-fill:hover {
    background: #fff;
}

.blue-btn-fill svg {
    margin-right: 7px;
}

.blue-btn-fill:hover svg path {
    stroke: #0879C9;
    transition: all 0.4s;
}

.blue-btn {
    border: 2px solid #0879C9;
    box-sizing: border-box;
    border-radius: 50px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2E2F33;
    padding: 11px 23px 11px 23px;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.4s;
}

.blue-btn svg {
    margin-right: 3px;
    transition: all 0.4s;
}

.blue-btn:hover {
    background: #0779C9;
    color: #fff;
    transition: all 0.4s;
}

.blue-btn:hover svg path {
    fill: #fff;
    transition: all 0.4s;
}

.success-form {
    background: rgba(27, 177, 24, 0.1);
    border: 1px solid #1BB118;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1BB118;
    width: 258px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 576px) {
    .success-form {
        width: 100%;
    }
}

.map-block {
    position: absolute;
    background: #fff;
    margin: 20px 0px 0px 20px;
    padding: 20px;
    border-radius: 2px;
    z-index: 1;
}

.g-map {
    width: 100%;
    height: 370px;
}

@media (max-width: 576px) {
    .map-block {
        margin: 10px 10px 0px 10px;
        width: calc(100% - 60px);
    }
    .g-map {
        height: 520px;
    }
}

.map-block span {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #2E2F33;
}

.notice {
    background: #EDF0F1;
    border-radius: 2px;
    border: 1px solid #BDCAD2;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EDF0F1;
    margin-top: 10px;
    position: absolute;
    margin-left: -20px;
}

.notice span {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    display: flex;
    color: #2E2F33;
    align-items: center;
    padding: 20px 24px 23px 50px;
}

.form-input {
    background: rgba(255, 255, 255, 0.18);
    width: calc(100% - 174px);
    color: rgba(46, 47, 51, 1);
    cursor: pointer;
    border-bottom: 1px solid #BDCAD2;
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-input:focus {
    outline: none;
}

.form-input::placeholder {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: rgba(46, 47, 51, 0.7);
}

@media (max-width: 576px) {
    .form-input {
        width: 100%;
    }
}

.blue-title {
    background: #0879C9;
    padding: 24px;
}

.blue-title span {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.mob-w-100 {
    width: 640px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .mob-w-100 {
        width: 100% !important;
    }
}

.c-pointer {
    cursor: pointer;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0879C9;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .centered {
        width: 100%;
    }
}

.cont {
    position: relative;
    text-align: center;
    color: white;
    /* -webkit-text-stroke: 2px #333; */
}

.cont img {
    /* filter: blur(1px);
  -webkit-filter: blur(1px); */
}

.carfax {
    width: 200px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

@media (max-width: 576px) {
    .carfax {
        width: 60%;
    }
}

.language {
    /* width: calc(55px * 2); */
    /* height: 30px; */
    font-size: 12px;
    line-height: 1;
    margin: 1em 0;
    cursor: pointer;
}

.language__container--left,
.language__container--right {
    position: relative;
    float: left;
    width: 55px;
    height: 30px;
    padding: 5px;
}

.language__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 30px;
    border: 1px solid #ccc;
    padding: 7px 8px 5px 0;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-size: 14px;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

.language__container--left .language__label {
    border-radius: 4px 0 0 4px;
}

.language__container--right .language__label {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.language__control:hover+.language__label,
.language__control:focus+.language__label {
    background-color: #eee;
}

.language__control:checked+.language__label {
    background-color: #ddd;
}

.language__control:focus+.language__label,
.language__control:checked:focus+.language__label {
    z-index: 2;
    outline: 2px solid #85bffd;
    box-shadow: 0 0 8px #85bffd;
}

.language__container--fr .language__label {
    background-image: url('https://russmaxdesign.github.io/language-switcher/assets/img/fr.svg');
}

.language__container--en .language__label {
    background-image: url('https://russmaxdesign.github.io/language-switcher/assets/img/gb.svg');
}

#videoplayer {
    z-index: 1;
}

.pip-video {
    width: 25%;
    height: auto;
    position: absolute;
    display: block;
    z-index: 2;
}

.LowerRightCorner {
          bottom:35px; right:5px;
        }
.UpperRightCorner {
          top:5px; right:5px;
        }
.UpperLeftCorner {
          top:5px; left:5px;
        }
.LowerLeftCorner {
          bottom:35px; left:5px;
        }
    .hide-pip {
        display:none!important;
    }