#tt-header.tt-header-01 #tt-desctop-menu nav>ul>li ul {
    display: block;
}

body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-size: 14px;
}
.testimonial, .car-statistics {
    display: none;
}
.blue-btn {
    background-color: #00adef;
    color: #ffffff !important;
    border: none;
    border-radius: 0;
    padding: 10px 50px;
    cursor: pointer;
}
.blue-btn:hover {
    text-decoration: none;
}
.mb20 {
    margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
    .blue-btn {
        padding: 10px 40px;
    }
}
.mb-view {
    display: none !important;
}

@media (max-width:767px) {
    .mb-view {
        display: block !important;
    }
    .dk-view {
        display: none;
    }
}

/* Banner Deskotp */
.banner-desktop {
    position: relative;
}
.banner-slider{
    z-index: -1;
}
.banner-slider1{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../images/services/Banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 850px;
}
.banner-slider2{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../images/services/Banner-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 850px;
}
.banner-slider3{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../images/services/Banner-3.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 850px;
}
/* .banner-content{
    position: absolute;
    top: 0;
    width: 100%;
} */
.banner-desktop a {
    color: #ffffff;
}
.get-in-touch {
    position: fixed;
    top: auto;
    right: 0%;
    z-index: 100;
}
.request-brouchuer.get-in-touch {
    display: none !important;
}
@media screen and (max-width: 991px) {
    .banner-text {
        flex-direction: column;
        align-items: center;        
    }
    .get-in-touch {
        z-index: 100;
    }
    /* .get-in-touch a {
        width: 230px;
    } */
}
@media screen and (max-width: 767px){
    .banner-slider1{
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../images/services/mobile-banner.jpg');
        height: 600px;
    }
    .banner-slider2{
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../images/services/Mobile-Banner-2.jpg');
        height: 600px;
    }
    .banner-slider3{
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../images/services/Mobile-Banner-3.png');
        height: 600px;
    }
}

.banner-btn {
    position: absolute;
    bottom: 90%;
    right: 5%;
    text-align: center;
}
@media (max-width:767px) {
	
    .banner-btn {
        bottom: 200px;
        left: 50%;
        transform: translateX(-50%);
        right: 0%;
    }

}

.banner-btn .btn {
    background-color: unset;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    padding: .375rem 1.5rem;
    margin-bottom: 10px;
}

.banner-btn .btn .fas, .banner-btn .btn .fa,
.banner-btn .btn .fab {
    margin: 0px 5px;
}

.banner-btn .btn:hover {
    background-color: #00adef;
    border: 1px solid #00adef;
}


/* Appointment */
.appointment {
    position: relative;
    height: 350px;
    margin-bottom: 50px;
}
@media (min-width: 576px) {
.modal-dialog {
    max-width: 65%;
    margin: 1.75rem auto;
}
.dialog-pop{
    max-width:500px;
    margin: 1.75rem auto;
}
}
.modal-content {
    background-color: #fff;
    /* border: 1px solid #fff; */
}
.modal-header {
    /* border-bottom: 0; */
    text-align: center;
    color: #fff;
    /* display: block; */
    background-color: #00adef;
}
.modal-body .mauticform-selectbox, .modal-body .mauticform-input {
    background-color: #fff !important;
    color: #000;
    font-size: 17px;
}
/* .modal-header .close {
    display: none;
} */
.modal-body {
    text-align: center;
}
.modal-header {
    border-bottom: 0;
}
.modal-footer {
    border-top: 0;
}
.modal {
    background: #0000007a;
}
.modal-footer button {
    color: #000;
    border: none;
}
.modal-footer button:hover {
    color: #000;
}
.mauticform-button-wrapper .mauticform-button {
    font-size: 15px !important;
    background-color: #00adef !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 8px 50px !important;
    font-weight: normal !important;
    letter-spacing: 1px;
}
.mauticform-checkboxgrp-label {
    font-weight: normal;
    color: #fff;
    font-size: 10px;
}
.modal-body .mauticform-checkboxgrp-label {
    font-weight: normal;
    color: #000;
    font-size: 10px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
}
.appointment .appointment-data {
    background-color: #000000;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translate(-50%);
    padding: 50px 0px 30px;
    width: 65%;
}
.appointment select {
    background-color: #000000;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    /* width: 20%; */
    /* margin: 0px 15px; */
}
.appointment select option {
    background-color: #000000;
    color: #fff;
}
.appointment select option:hover, .appointment select option.active {
    background-color: #000000;
    color: #fff;
}
/* .appointment input {
    background-color: #00adef;
    border: none;
    padding: 8px 50px;
    color: #fff;
} */
.appoinment-wrapper{
    margin-bottom: 50px;
    z-index: 1000;
    margin-top: -200px;
}
.appoinment-content{
    background-color: #000000;
    padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
    .appointment {
        height: 690px;
    }
    .appointment .appointment-data {
        width: 85%;
    }
    .appointment select {
        width: 100%;
        margin: 0;
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .appointment {
        height: 690px;
    }
    .appointment .appointment-data {
        width: 85%;
    }
    .appointment select {
        width: 85%;
        margin: 0px auto;
        display: block;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
    .appointment .appointment-data {
        width: 85%;
    }
}



/* ---------------------------------- Servicing ---------------------------------- */
.services .service_header {
    position: absolute;
    left: -110px;
    top: 8px;
    background-color: #fff;
    padding: 3px 15px;
}
.services h4, p {
    margin-bottom: 0;
}
.services .service_num {
    text-align: right;
    font-size: 40px;
    padding-top: 20px;
}
@media screen and (max-width: 991px) {
    .services .service_header {
        position: relative;
        left: 0;
        top: 0;
        background-color: none;
        padding: 10px 0px;
    }
    .services .service_num {
        text-align: center;
        font-size: 40px;
        padding-top: 0;
    }
}

section.about {
    font-size: 16px;
}

section .service-header p {
    font-size: 16px;
}


/* ---------------------------------- car-statistics ---------------------------------- */
.car-statistics {
    height: 550px;
}
.car-image {
    height: 450px;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    background-color: #ffffff;
    overflow: hidden;
    /* -webkit-box-shadow: 0px 0px 25px 7px rgba(187,187,187,1);
    -moz-box-shadow: 0px 0px 25px 7px rgba(187,187,187,1);
    box-shadow: 0px 0px 25px 7px rgba(187,187,187,1); */
    -webkit-box-shadow: 0 8px 12px 0 rgba(24, 24, 24, 0.2);
    box-shadow: 0 8px 12px 0 rgba(24, 24, 24, 0.2);
}
.car-data {
    background-image: url(../images/services/Group-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 400px;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
}
.car-data .row:nth-child(1){
    padding: 100px 0px;
}
@media screen and (max-width: 767px) {
    .car-data .row:nth-child(1) {
        padding: 30px 0px;
    }
    .car-image h4 {
        font-size: 40px;
    }
    .car-image h4, .car-image p {
        font-weight: bold;
    }
}
@media screen and (max-width: 991px) {
    .car-statistics {
        height: 700px;
    }
    .car-image {
        width: 95%;
        height: 550px;
    }
}
/* Animmation */
.car-data::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    line-height: 400px;
    border: 3px solid rgba(24, 24, 24, 0.1);
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    -webkit-animation: pauseanimate 2s linear infinite;
    animation: pauseanimate 2s linear infinite;
}

.car-data::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20%;
    margin: auto;
    width: 550px;
    height: 550px;
    line-height: 550px;
    border: 3px solid rgba(24, 24, 24, 0.1);
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    -webkit-animation: pauseanimate 2s 1s linear infinite;
    animation: pauseanimate 2s 1s linear infinite;
}

.car-image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 700px;
    height: 700px;
    line-height: 700px;
    border: 3px solid rgba(24, 24, 24, 0.1);
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    -webkit-animation: pauseanimate 2s 2s linear infinite;
    animation: pauseanimate 2s 2s linear infinite;
}
@media only screen and (max-width: 767px) {
    .car-data {
        background-image: linear-gradient(to bottom,rgba(224, 229, 233, .6),rgba(224, 229, 233, .6)), url(../images/services/Group-2.png);
    }
    .car-image {
        background: linear-gradient(to bottom,rgba(224, 229, 233, .6),rgba(224, 229, 233, .6));
    }
    /* .car-image::after {
        position: absolute !important;
        content: "" !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        animation: inherit !important;
        background-color: rgba(224, 229, 233, .6) !important;
        z-index: 0 !important;
    } */
}
@-webkit-keyframes pauseanimate {
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pauseanimate {
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@media screen and (max-width: 575px) {
    .car-data::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 300px;
        height: 300px;
        line-height: 300px;
        border: 3px solid rgba(24, 24, 24, 0.1);
        border-radius: 50%;
        display: inline-block;
        z-index: -1;
        -webkit-animation: pauseanimate 2s linear infinite;
        animation: pauseanimate 2s linear infinite;
    }
    
    .car-data::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 10%;
        margin: auto;
        width: 300px;
        height: 300px;
        line-height: 300px;
        border: 3px solid rgba(24, 24, 24, 0.1);
        border-radius: 50%;
        display: inline-block;
        z-index: -1;
        -webkit-animation: pauseanimate 2s 1s linear infinite;
        animation: pauseanimate 2s 1s linear infinite;
    }
    
    .car-image::after {
        content: '';
        position: absolute;
        left: -2.5%;
        right: 0;
        top: -2%;
        bottom: -35%;
        margin: auto;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border: 3px solid rgba(24, 24, 24, 0.1);
        border-radius: 50%;
        display: inline-block;
        z-index: -1;
        -webkit-animation: pauseanimate 2s 2s linear infinite;
        animation: pauseanimate 2s 2s linear infinite;
    }
    @-webkit-keyframes pauseanimate {
        100% {
            -webkit-transform: scale(3);
            transform: scale(3);
            opacity: 0;
        }
    }
    
    @keyframes pauseanimate {
        100% {
            -webkit-transform: scale(3);
            transform: scale(3);
            opacity: 0;
        }
    }
}
/* ---------------------------------- Animmation End ---------------------------------- */


/* ---------------------------------- Testimonial Section ---------------------------------- */
.testimonial {
    margin: auto;
    background-color: #000000;
}
.testimonial .container {
    width: 100%;
}
.testimonial-inner.style-02 .testimonial-left {
    padding: 0;
    width: 300px;
    margin-right: 30px;
}
@media screen and (max-width: 768px) {
    .testimonial-inner.style-02 .testimonial-left {
        margin: 0 auto;
    }
}
.testimonial-inner.style-02 .testimonial-left::before {
    display: none;
}
.testimonial-inner.style-02 .testimonial-left .testimonial-images {
    /* width: 260px; */
    position: relative;
}
/* .testimonial-inner.style-02 .testimonial-left .testimonial-images::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid #00adef;
    border-left: 50px solid transparent;
} */

.testimonial-right {
    width: 75%;
    display: inherit;
    background-color: transparent;
    padding: 0;
    position: inherit;
    margin-left: 0;
}
.testimonial-right .testimonial-content-wrap {
    width: 85%;
}
.testimonial-right .testimonial-content-wrap .testimonial-content .slick-dots {
    display: block !important;
}
.testimonial-right .testimonial-content-wrap .testimonial-arrow-02 {
    color: #181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
}
.testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-next::after {
    right: -5px;
}
.testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-prev {
    margin-right: 20px;
    margin-left: 5px;
}
.testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-prev::after {
    left: -5px;
}
.testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-next, .testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-prev {
    cursor: pointer;
    font-size: 24px;
    position: relative;
}
.testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-next:hover::after, .testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-prev:hover::after {
    display: block;
}
.testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-next::after, .testimonial-right .testimonial-content-wrap .testimonial-arrow-02 .slick-prev::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #FB0937;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.testimonial-right .testimonial-content-wrap .testimonial-dots-02 {
    color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .testimonial-right .testimonial-content-wrap .testimonial-dots-02 {
        top: 95%;
        left: 40%
    }
    ul.slick-dots {
        display: inline !important;
    }
    ul.slick-dots li {
        display: inline;
        padding-right: 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-right .testimonial-content-wrap .testimonial-dots-02 {
        top: 95%;
        left: 50%
    }
}
.testimonial-right .testimonial-content-wrap .testimonial-dots-02 .slick-dots button {
    display: none !important;
}
.testimonial-right .testimonial-content-wrap .testimonial-dots-02 .slick-dots li::after {
    cursor: pointer;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.testimonial-right .testimonial-content-wrap .testimonial-dots-02 .slick-dots li.slick-active::after {
    background-color: #ffffff;
    border: none;
}
.testimonial-right .testimonial-content-wrap .honor-disignation {
    color: #181818;
}
.testimonial-right .testimonial-content-wrap p {
    color: #181818;
    padding: 0;
    margin: 0;
}

.testimonial-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.testimonial-inner .testimonial-left {
    width: 50%;
    position: relative;
    padding: 50px 0 0 50px;
}
.testimonial-inner .testimonial-left::before {
    content: " ";
    width: 80%;
    height: 350px;
    background-color: #F5F5F5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* .testimonial-inner .testimonial-left .testimonial-images, .testimonial-inner .testimonial-left .testimonial-images-02 {
    background-color: #DBE4EA;
} */
@media screen and (width: 300px) {
    /* .testimonial-inner .testimonial-left .testimonial-images, .testimonial-inner .testimonial-left .testimonial-images-02 {
        background: transparent !important;
    } */
    .testimonial-inner.style-02 .testimonial-left {
        width: 100%;
    }
    /* .testimonial-inner.style-02 .testimonial-left .testimonial-images::after {
        border-bottom: none !important;
        border-left: none !important;
    } */
}
@media screen and (min-width: 321px) and (max-width: 767px) {
    .testimonial-inner.style-02 .testimonial-left {
        width: 85%;
    }
    .slick-slide img {
        display: inline-block;
    }
}
.testimonial-inner .testimonial-left .items {
    vertical-align: middle; 
}
.testimonial-inner .testimonial-left .testimonial-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; 
}
.testimonial-inner .testimonial-left .testimonial-arrow .slick-arrow {
    font-size: 25px;
    cursor: pointer; 
}
.testimonial-inner .testimonial-left .testimonial-arrow .slick-next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 20px;
    position: relative; 
}
.testimonial-inner .testimonial-left .testimonial-arrow .slick-next::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--main-color-one);
    display: inline-block;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;
    display: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.testimonial-inner .testimonial-left .testimonial-arrow .slick-next:hover::after {
    display: block; 
}
.testimonial-inner .testimonial-left .testimonial-arrow .slick-prev {
    position: relative; 
}
.testimonial-inner .testimonial-left .testimonial-arrow .slick-prev::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--main-color-one);
    display: inline-block;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5px;
    display: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.testimonial-inner .testimonial-left .testimonial-arrow .slick-prev:hover::before {
    display: block; 
}
.testimonial-right {
    width: 100%;
    color: #ffffff;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px 20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: -10%;
    position: relative; 
}
.testimonial-right .quote-icon {
    position: absolute;
    bottom: -44px;
    right: 0;
    z-index: -1;
    font-size: 150px;
    color: rgba(251, 9, 55, 0.2); 
}
.testimonial-right .testimonial-content-wrap {
    width: 100%;
    padding-left: 40px;
    margin: 0 auto;
/*---Slider Animation---*/ 
}
.testimonial-right .testimonial-content-wrap .testimonial-content .slick-dots {
    display: none !important; 
}
.testimonial-right .testimonial-content-wrap .slick-slide.slick-active .items {
    padding-left: 40px;
}
.testimonial-right .testimonial-content-wrap .slick-slide.slick-active .items {
    -webkit-animation: fadeIn 2s 0s both;
    animation: fadeIn 2s 0s both; 
}
.testimonial-right .testimonial-content-wrap p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-family: var(--body-font);
    font-weight: 400; 
}
.testimonial-right .testimonial-content-wrap .honor-name {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--body-font);
    font-weight: 600;
    padding-top: 15px; 
}
.testimonial-right .testimonial-content-wrap .honor-disignation {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 400; 
}


@media screen and (max-width: 767px) {
    .testimonial .container {
        width: 100%;
    }
    .testimonial-right .testimonial-content-wrap {
        width: 100%;
        padding: 0px;
        text-align: justify;
    }
    .testimonial-right {
        padding: 40px 0px;
    }
    
}

/* Testimonial End */

/* FAQ */
.faq a {
    color: #000000 !important;
}
.faq .card {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    padding: 15px;
    font-size: 16px;
}
.faq .card.last {
    border-bottom: none;
}
.faq .card-header {
    background-color: #ffffff;
    border: none;
}
.faq .card i {
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #aaa;
    padding: 4px 7px;
    right: 0;
    position: absolute;
}
.faq i.fas.fa-chevron-down {
    padding: 5px 6px !important;
}
.faq .right-arrow {
    float: right;
}
.card.active > .card-header .right-arrow {
    transform: rotate(90deg);
}


/*Thank You*/

.thank-banner {
    background-image: url('../images/services/thank-you-desktop.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

@media (max-width:767px) {
    .thank-banner {
        background-image: url('../images/services/thank-you-mobile.jpg');
        background-position: top left;
        height: 600px;
    }
}

.thank-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thank-you {
    font-size: 80px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0px;
}

.expert {
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.thank-info .btn {
    background-color: unset;
    border: 1px solid #fff;
    color: #fff;
    padding: .375rem 1.5rem;
    width: 200px;
    margin: 5px;
}

.thank-info .btn .fas,
.thank-info .btn .fab {
    margin: 0px 5px;
}


/* .thank-info .btn:hover {
    background-color: #00adef;
    border: 1px solid #00adef;
} */