@import url('https://fonts.googleapis.com/css2?family=Freehand&display=swap');
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.d-block{
    display: block;
}
.stuck-is .tt-menu-stuck-outer{
    width: 100%;
}
.tt-header-bottom .col-menu {
    display: flex;
    justify-content: end;
}
.tt-footer-list.address a {
    padding-left: 22px;
    position: relative;
    display: flex;
}

.tt-footer-list.address a i {
    position: absolute;
    left: 0;
    top: 7px;
}

#tt-footer .tt-footer-list li a *{
    margin: 0;
}
.footer-social-links {
    display: flex;
    padding: 0;
}

.footer-social-links li {
    margin-right: 5px;
}
.footer-social-links li:last-child {
    margin-right: 0;
}

.footer-social-links img {
    width: 37px;
    height: 37px;
}
.tt-promo-table:hover {
    box-shadow: 0 0px 15px #2727278c;
}
.bg-red {
    background: #f52424!important;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}

.build-own h2 {
    margin: 0;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
}
.build-own h3 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    font-style: oblique;
}
.build-own .btn {
    font-size: 22px;
    font-weight: 400;
}
.build-own .row {
    text-align: center;
}

.build-own {
    margin-top: 75px;
    background: #565656;
    padding: 12px 25px 11px 0px!important;
}
.our-rates-items-wrap {
    display: flex;
    flex-wrap: wrap;
}
.our-rates-item-outer{
    margin-bottom: 30px;
}
.our-rates-item-inner {
    text-align: center;
    background-color: #FFCF00;
    padding: 30px 10px 30px;
    box-shadow: 4px 2px 13px 2px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our-rates-item-inner *:not(a *) {
    line-height: 1.5;
    color: #000;
}

.our-rates-item-inner h3 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
}

.our-training-rates {
    margin-top: 80px;
}

.our-rates-item-inner h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 27px;
    font-weight: 700;
}
.our-rates-item-inner .btn {
    padding: 0 15px;
}
.our-rates-title {
    padding: 3px 50px;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    background: #FFCF00;
    font-weight: 700;
}

.our-rates-title i {
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFCF00;
    font-size: 50px;
}
.our-rates-title-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}
.photo-gallery-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.photo-gallery-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 3px;
    background: #000;
}

.photo-gallery-title-wrap {
    margin-top: 50px;
}
.photo-gallery-items-wrap .slick-track img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.photo-gallery-items-wrap {
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
}
.our-program .tt-box-subjects .img img {
    height: 210px;
    width: 100%;
    /* transform: skew(-15deg); */
    border-radius: 10px;
}
.our-program .tt-box-subjects {
    margin: 0 5px;
    display: block;
}
.our-program .slick-dots,
.our-program .slick-arrow {
    display: none!important;
}
.photo-gallery-item {
    margin: 0 5px;
}
div .slick-arrow-02 .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    transform: rotate(100deg);
}

div .slick-arrow-02 .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    transform: rotate(100deg);
}

div .slick-arrow-02 .slick-arrow:before{
    font-size: 20px;
}
div .tt-testimonials-carousel .slick-arrow:before{
    color: #fff;
}
.why-chose .col-item .col-item-inner:hover {
    box-shadow: 0 0px 15px #2727278c !important;
}
.col-item-inner {
    box-shadow: 0px 7px 10px rgb(0 0 0 / 10%);
    padding: 10px 0 15px;
    height: 100%;
    border: 1px solid #dfdede;
}


.tt-box-layout-icon.why-chose .col-item {
    padding: 15px!important;
    margin-top: 0;
}
.testimonial-wrap {
    background: #1f1f1f;
    padding: 80px 0;
}
.testimonial-wrap * {
    color: #ffffff;
}
.testimonial-wrap .testimonials-box {
    border: 0;
    background: #ffffff;
    border-radius: 5px;
}

.testimonial-wrap .testimonials-box * {
    color: #000;
}
.testimonials-box .top-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e8ed;
    padding: 20px 20px 10px;
}

.testimonials-box .top-box .left {
    height: 55px;
    width: 55px;
}

.testimonials-box .top-box .right {
    width: calc(100% - 55px);
    text-align: left;
    padding-left: 15px;
}
.testimonials-box .top-box .name {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}

.testimonials-box .top-box .left img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.testimonials-box .top-box .right .rating {
    font-size: 18px;
    line-height: 1.5;
}

.testimonials-box .top-box .right .rating i {
    color: #FDC400;
}

.testimonials-box .bottom-content {
    padding: 10px 18px 20px;
    text-align: left;
    min-height: 150px;
}

.testimonials-box .bottom-content p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.how-works-wrap {
    margin-top: 80px;
}

.how-works-title {
    position: relative;
}

.how-works-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 3px;
    background: #000;
}
.how-works-title-wrap h3 {
    text-align: center;
    font-family: "Freehand", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #4d4d4d;
    margin-top: 15px;
    margin-bottom: 10px;
}

.how-works-title-wrap h4 {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.working-item-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
    color: #000;
    width: 135px;
    height: 138px;
    font-size: 16px;
    font-weight: 800;
    flex-direction: column;
}

.working-item-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFCF00;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%) rotate(134.2deg);
    z-index: -1;
}

.working-items-wrapper {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.working-item-inner i {
    font-size: 35px;
    margin-bottom: 10px;
}

.working-item-outer {
    display: flex;
    justify-content: center;
}
.video-items-wrap .video-item-inner iframe {
    width: 100%;
}

.video-items-wrap {
    margin-top: 80px;
}
footer#tt-footer {
    padding-bottom: 0;
}
.tt-footer-copyright {
    background: #000;
    text-align: center;
    display: block;
    padding: 10px 0;
    margin-top: 50px!important;
}
.tt-footer-copyright a img {
    width: 147px;
}
.common-title {
    font-size: 33px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin: 0;
    line-height: 1.4;
}
.common-title:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
}
.about-left-wrap {
    text-align: center;
}
.about-us-wrap {
    padding-top: 60px;
}
.about-us-wrap .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.about-left-wrap img {
    max-width: 100%;
}
.about-right-wrap .textwidget p:first-child {
    margin-top: 0;
}
.tt-header-wrapper-bottom {
    border-bottom: 1px solid #cfcfcf;
    position: relative;
}
.tt-header-wrapper-bottom:after {
    content: "";
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    border-top: 5px solid #ebebeb;
    z-index: 1;
}
.homepage .tt-header-wrapper-bottom,
.homepage .tt-header-wrapper-bottom:after {
    border: 0;
}
.about-left-wrap .content {
    margin-top: 20px;
}

.about-left-wrap .content h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.4;
}

.about-left-wrap .content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 5px;
}

.about-left-wrap .content h3 i {
    color: #f52424;
}
.tt-title-lg.text-center.sm {
    font-size: 50px;
}
.m-auto{
    margin: 0 auto;
}

.rush-road-test-form {
    display: flex;
    justify-content: center;
}


.rush-road-test-form form {
    margin-top: 50px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2DFDF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
}

.rush-road-test-form p {
    margin-top: 15px;
}

.rush-road-test-form * {
    font-weight: 600;
    color: #000;
}

.rush-road-test-form .form-control-wrap {
    width: 100%;
    display: block;
}

.rush-road-test-form .form-control-wrap input:not([type="radio"],[type="checkbox"]), 
.rush-road-test-form .form-control-wrap select, 
.rush-road-test-form .form-control-wrap textarea {
    width: 100%;
    height: 35px;
    border: 1px solid #848383 !important;
    padding: 5px;
    font-size: 15px;
    line-height: 1.3;
}
.rush-road-test-form .form-control-wrap input:focus,
.rush-road-test-form .form-control-wrap select:focus,
.rush-road-test-form .form-control-wrap textarea:focus{
    outline: 0;
    box-shadow: 0;
}
.wpcf7-list-item-label {
    margin-left: 5px;
}
.multi-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.multi-wrap #one{
    width: 55%;
}
.multi-wrap #second{
    width: 20%;
}

.multi-wrap #third{
    width: 20%;
}
.form-control.wpcf7-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #4d4d4d;
    color: #ffffff;
    border: none;
    padding: 0 35px;
    height: 50px;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.form-control.wpcf7-submit:hover{
    background: #f52424;
    color: #fff;
}

.col-description .details *{
    margin-top: 10px;
    color: #000;
}
.col-description .details p a{
    color: #5a5a5a;
}
.col-description .details p a:hover{
    color: #f52424;
}
.col-description .details ul{
    list-style: disc;
}
.tt-box-1.bg-white {
    background: #ffffff;
}

.ready-to-start-inner{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 80px;
    margin-bottom: 0px;
    padding: 70px 0px 100px 0px;
    background-color: #BABABA;
    text-align: center;
}
.ready-to-start .sub-title {
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
    color: #000000B5;
    width: 35%;
    margin: 0 auto;
}
.ready-to-start p {
    color: #000000BA;
}
.ready-to-start .main-content-wrap {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: -65px;
    padding: 35px 40px;
    background-color: #4A8CF4;
    display: flex;
    justify-content: space-between;
    width: 65%;
}
.main-content-wrap * {
    color: #fff;
}
.main-content-wrap .left h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
}
.main-content-wrap .right a .bg-white:hover {
    color: #FFFFFF;
    background-color: #565656;
}
.main-content-wrap .right a .bg-white {
    padding: 16px 14px;
    font-weight: 500;
    background: #ffffff;
    color: #000;
    font-size: 15px;
    height: 46px;
    border-radius: 5px;
}
.main-content-wrap .right{
    display: flex;
    align-items: center;
}
.get-done-with-wrap {
    background-color: #488AF3;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 85px 0px 85px 0px;
    text-align: center;
}
.get-done-with-wrap .heading h2 {
    font-weight: 600;
    font-size: 36px;
    margin: 0;
}

.get-done-with-wrap .heading p {
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
}
.get-done-item-inner {
    background: #fff;
    border-radius: 15px;
    padding: 40px 0;
}
.get-done-with-wrap .row {
    margin-top: 70px;
}
.get-done-item-inner .icon {
    height: 85px;
    width: 85px;
    margin: 0 auto;
    border-radius: 100%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-done-item-inner .icon i {
    color: #F52424;
    font-size: 32px;
}

.get-done-item-inner .content {
    margin-top: 25px;
}

.get-done-item-inner .content h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}

.get-done-item-inner .content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.get-done-with-wrap * {
    color: #fff;
}

.get-done-item-inner * {
    color: #000;
}

.get-done-item-inner .icon:hover i {
    color: #fff;
}

.get-done-item-inner .icon:hover {
    background: #F52424;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.links-wrap {
    display: flex;
    justify-content: center;
}

ul.links-inner a {
    color: #1428A0;
    font-size: 17px;
    font-weight: 600;
}

ul.links-inner li {
    margin: 4px 0;
    position: relative;
}

#page-main li:hover a,#page-main li:hover:before {
    color: #F52424;
}

ul.links-inner li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #1428a9;
    margin-right: 10px;
}

.links-inner {
    margin-top: 30px;
    padding: 0;
}
.faq-wrap .tt-accordion-box .item .tt-title {
    font-size: 24px;
    padding: 15px 20px;
    border-bottom: 1px solid #F3F2F2;
}

.tt-accordion-box .item {
    border: 1px solid #F3F2F2;
    border-bottom: none;
}

.faq-wrap .tt-accordion-box .item {
    margin-top: 0!important;
}

.faq-wrap .tt-accordion-box .item .tt-title:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: unset;
    margin-right: 5px;
}

.faq-wrap .tt-accordion-box .item .tt-content, 
.faq-wrap .tt-accordion-box .item .tt-content * {
    font-size: 18px;
    font-weight: 400;
    color: #f52424;
    margin-top: 0;
    padding-top: 0px;
}

.faq-wrap .tt-accordion-box .item .tt-content {
    padding: 15px 20px;
}
.faq-wrap .tt-accordion-box .item.visible .tt-title:before {
    content: "\f068";
}

.faq-wrap .tt-accordion-box .item.visible .tt-title {
    color: #f52424;
}
.terms-of-service-content-inner,
.terms-of-service-content-inner *{
    color: #000;
}

.terms-of-service-content-wrap {
    padding: 0 4%;
}

.terms-of-service-content-inner ul {
    padding-left: 15px;
    list-style: disc;
}
.tt-box-news .image img {
    height: 245px;
}
.list-icon.lb-0 li:before{
    border: 0;
}


.tt-block-aside .post-img img {
    max-width: 100%;
}


.list-icon ul li:before {
    border: 0;
}

.contact-map-wrap iframe{
    width: 100%;
}

.list-addess .item p span {
    color: #4949f8;
}

.tt-promo-table-carusel .item {
    padding: 0 10px !important;
}

.our-training-rates {
    margin-top: 64px;
}

.build-own .btn{
    height: 45px;
}

.build-own .btn-long{
    padding-right: 20px;
    padding-left: 20px;
}


.our-rates-item-inner .btn {
    height: 43px;
    font-size: 15px;
}

.ready-description ul {
    padding-left: 20px;
    margin-top: 30px;
}

.ready-button .btn, .our-program .btn{
    height: 45px;
    border-radius: 6px;
    font-size: 14px;
}



.ready-button .btn{
    padding-left: 38px;
    padding-right: 38px;
}

.our-program .btn{
    padding-left: 30px;
    padding-right: 30px;
}

.why-chose .col-item-inner p{
    font-weight: 400;
}

.testimonial-wrap .client-says-title{
    font-weight: 500;
    font-size: 18px;
}
.testimonials-box p{
    color: #4D4D4D;
}

.tt-promo-02 .moving-car-banner p{
    font-weight: 300;
}


.tt-promo-01 .col-info-description .description {
    font-weight: 100 !important;
    font-size: 30px !important;
}

.img--holder {
    height: 520px !important;
}


.package-title {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}
.news-post-title a {
    min-height: 60px;
}
.service-top .tt-title-lg, 
.rush-road-test .tt-title-lg,
.car-for-road .tt-title-lg,
.five-hours-class .tt-title-lg,
.usefull-links-page .tt-title-lg
{
    font-weight: 400;
}
div.five-hours-class .tt-title-md,
div.car-for-road .tt-title-md
{
    font-size: 34px;
}
.text-justify{
    text-align: justify;
}

.service-top p{
    color: #000;
    font-weight: 500;
}
.contact-pdding {
    padding-left: 37px;
}
.col-description .for-details{
    padding: 0 16px;
    height: 47px;
    font-size: 15px;
    font-weight: 500;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 7px;
}

.five-hours-class .five-hour-first .tt-title-md{
    font-weight: 400;
    font-size: 30px;
}

.car-for-road .col-description .tt-title-md{
    font-weight: 600;
}
#tt-footer .tt-footer-list li a{
    font-weight: 400;
    display: block;
}
.faq-wrap .ttt-title-wrap p{
    font-size: 18px;
    font-weight: 400;
}

.color-balck, 
.contact-us-page .form-control, 
.contact-us-page .item,
.contact-us-page .item p,
.contact-us-page .item a,
.five-hours-class .details p,
.service-single h1,
.service-single h2,
.service-single h3,
.service-single h4,
.service-single h5
{
    color: #000;
}

.five-hours-class .details p {
    font-weight: 500;
    text-align: justify;
}


.contact-us-page .form-control::placeholder {
    color: #000;
    opacity: 1;
}

.contact-us-page .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.contact-us-page .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color:#000;
}

.btn.single-service-btn{
    padding: 0 36px;
    height: 44px;
    font-size: 14px;
    border-radius: 6px;
}

.service-single .title-single > h1,
.service-single .title-single>h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2em;
}
.service-single p{
    text-align: justify;
}
.open-hour p {
    margin: 0;
    font-size: 15px;
}

.about-left-wrap a {
    font-weight: 700;
    color: #000;
}

.custom-save-money {
    font-size: 50px;
}

.our-rates-item-inner.rate-content-adjust .content {
    min-height: 160px;
}
.package-padding-less {
    padding: 10px;
}




@media (max-width: 1219px) {
    #tt-header .tt-header-bottom .col-logo {
        text-align: center;
    }

    #tt-header .tt-header-bottom .col-logo img {
        position: unset;
    }
    #tt-header .stuck-is .tt-header-bottom .col-logo {
        display: none;
    }

}
@media (max-width: 991px) {
    .our-rates-item-outer{
        width: 100%;
    }
    .working-items-wrapper{
        margin-top: 50px;
    }
    .working-item-outer {
        width: 50%;
        margin: 50px 0;
    }
    .video-items-wrap .video-item-inner iframe{
        height: 100%;
    }
    .testimonial-wrap{

    }
    .photo-gallery {
        padding-bottom: 50px;
    }
    .about-left-wrap {
        width: 100%;
        margin-bottom: 50px;
    }
    .multi-wrap .item {
        width: 100%!important;
    }
    .ready-to-start .main-content-wrap {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin-bottom: 50px;
    }
    .main-content-wrap .left h2 {
        line-height: 1.4;
        font-size: 23px;
        margin-bottom: 10px;
    }
    .ready-to-start .sub-title{
        width: 100%;
    }
    .car-for-road .row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .car-for-road .row:not(:last-child) {
        margin-bottom: 50px;
    }
    .five-hours-class .row:not(:last-child) {
        margin-bottom: 50px;
    }

    .five-hours-class .row:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .get-done-item-outer:not(:last-child){
        margin-bottom: 30px;
    }

    .contact-pdding {
        padding-left: 0;
    }
}
@media (max-width: 700px) {
    #tt-header .tt-header-bottom .col-logo{
        text-align: left;
    }
    #tt-header .stuck-is .tt-header-bottom .col-logo {
        display: block;
    }
}
@media (max-width: 550px){
    .testimonial-wrap .slick-arrow-02 .slick-dots {
        bottom: 20px;
    }
}