Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
28 kB
2
Indexable
Never
* {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}



/* ========================= Top Header Css Start ============================== */
.header-top-info li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 38px;
}

.header-top-info li:last-child {
    margin-right: 0;
}

.header-top-info li i {
    color: var(--theme-color);
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

section.header-top {
    background-color: #EE2438;
    position: relative;
    padding: 10px 0;
}

.header-social li {
    display: inline-block;
    margin-right: 13px;
}

.header-social a {
    font-size: 16px;
}

.header-social li {
    display: inline-block;
    margin-right: 13px;
}

.head-top-links a {
    color: #fff;
    transition: .5s;
}

.head-top-links a:hover {
    color: #404b95;
}

/* ========================= Top Header Css End ============================== */



/* ========================= Navbar Css Start ============================== */

a.navbar-brand img {
    max-width: 220px;
}

.navbar-nav li.nav-item a.nav-link.active {
    color: #ee2438;
}

.navbar-nav li.nav-item a.nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.navbar-nav li.nav-item {
    margin: 0 5px;
}

.theme-btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 15px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 0;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #ee2438;
    box-shadow: 0 3px 24px rgb(0 0 0/12%);
    z-index: 1;
    text-decoration: none;
}

.theme-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid #ee2438;
    top: 5px;
    left: 5px;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.theme-btn i {
    margin-left: 5px;
}

.theme-btn:hover::before {
    left: 0;
    top: 0;
}

.login-btn a {
    color: #fff;
    border: 2px solid #404b95;
    background-color: #404b95;
    padding: 5px 12px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
}

a.btn-2 {
    background-color: transparent;
    border: 2px solid #fff;
    margin-left: 5px;
    transition: .5s;
}

.login-btn a:hover {
    background-color: transparent;
}

a.btn-2:hover {
    background-color: #fff;
    color: #000;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav li.nav-item a.nav-link:hover {
    color: #ee2438;
}


/* ========================= Navbar Css End ============================== */


/* ========================= Banner Area Css Start ============================== */

section.banner-area {
    position: relative;
    background-image: url(../images/bg/banner-bg.jpg);
    background-position: center;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner-content h4 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
    font-weight: 400;
}

.banner-content h1 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 60px;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
}

section.banner-area::after {
    content: '';
    background-image: url(../images/icons/curly-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 10%;
    width: 100px;
    height: 100px;
    left: 20%;
}


/* ========================= Banner Area Css End ============================== */



/* ========================= Appointment Form Area Css Start ============================== */

.appointment-form {
    background-color: #404B95;
    padding: 30px;
    border-radius: 5px;

}

.appointment-form h2 {
    text-align: center;
    color: #fff;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}

.appointment-form label.form-label {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-weight: 400;
}


.appointment-form input {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 5px 5px;
}

.appointment-form input::placeholder {
    color: #fff;
}

.form-control:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
}

.appointment-form select {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 5px 0;
}

div#additional_options_group {
    color: #fff;
}

.appointment-form select option {
    color: #000;
    font-weight: 500;
}

.appointment-form label {
    color: #fff;
}

.form-select {
    filter: brightness(0) invert(1);
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
}

.check-form-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tailgate-area .form-check input {
    border: 1px solid #fff;
    border-radius: 50% !important;
    box-shadow: none !important;
}

.damaged-area .form-check input {
    border: 1px solid #fff;
    border-radius: 50% !important;
    box-shadow: none !important;
}

.tailgate-area .form-check label {
    color: #fff;
    font-size: 14px;
}

.damaged-area .form-check label {
    color: #fff;
    font-size: 14px;
}

input[type="date"] {
    filter: brightness(0) invert(1);
}

.quote-btn .theme-btn {
    padding: 6px 15px;
}

section.appointment-area {
    position: relative;
    padding: 60px 0 0;
}




/* ========================= Appointment Form Area Css End ============================== */


/* ========================= About Area Css Start ============================== */

section.about-area {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.about-img img {
    border-radius: 5px;
    width: 100%;
}

.about-content h4 {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #404b95;
    font-family: "Jost", sans-serif;
}

.about-content h3 {
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #EE2438;
    font-family: "Jost", sans-serif;
}

.about-content p {
    color: #666666;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.about-img {
    position: relative;
}

.experience-type {
    width: fit-content;
    position: absolute;
    top: 8%;
    right: 0;
    background-color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.experience-type span {
    color: #EE2438;
    font-size: 30px;
    font-weight: 600;
}


/* ========================= About Area Css End ============================== */



/* ========================= Why Choose Us Area Css Start ============================== */

section.why-choose-us-area {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.why-choose-us-imgs img {
    width: 100%;
    max-width: 500px;
}


.why-choose-us-content h4 {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #404b95;
    font-family: "Jost", sans-serif;
}

.why-choose-us-content h3 {
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #EE2438;
    font-family: "Jost", sans-serif;
}

.why-choose-us-content p {
    color: #666666;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.why-choose-us-list li {
    flex: 1 1 50%;
    color: #666666;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    padding: 5px 0;
}

.why-choose-us-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: circle;
    padding: 0;
    margin: 0;
}

.why-choose-us-list li {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 5px 0;
}


/* ========================= Why Choose Us Area Css End ============================== */


/* ========================= App Details Area Css Start ============================== */

section.app-details-area {
    position: relative;
    padding: 50px 0;
    background-color: #EFEFEF;
    overflow: hidden;
}

.app-content .logo img {
    max-width: 200px;
}


.app-content h3 {
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #EE2438;
    font-family: "Jost", sans-serif;
}

.app-content p {
    color: #666666;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.app-imgs img {
    width: 100%;
    max-width: 500px;
}

.app-imgs {
    text-align: center;
}

.app-content h3.border-title {
    color: transparent;
    -webkit-text-stroke: 1px #404B95;
    font-family: sans-serif;
    font-size: 45px;
}

.download-app-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.download-app-link a img {
    width: 100%;
    max-width: 160px;
    height: 50px;
}

/* ========================= App Details Area Css End ============================== */


/* ========================= Counter Section Area Css Start ============================== */

section.counter-area {
    padding: 40px 0;
    position: relative;
    background-color: #404B95;
}

.counter-box {
    padding: 20px;
    position: relative;
    text-align: center;
}

.counter-box h3 {
    color: #fff;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

.counter-box p {
    color: #fff;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}

.counter-box::after {
    content: '';
    background-color: #fff;
    width: 5px;
    height: 103px;
    position: absolute;
    border-radius: 5px;
    top: 0;
    right: 0;
}

.counter-box.no-border::after {
    display: none;
}

/* ========================= Counter Section Area Css End ============================== */


/* ========================= Testimonials Area Css Start ============================== */

.first-img img {
    width: 100%;
    border-radius: 70px 70px 5px 70px;
    margin-bottom: 20px;
    transition: .5s;
}

.testimonials-imgs .first-img {
    overflow: hidden;
}

.testimonials-imgs .second-img {
    overflow: hidden;
}

.testimonials-imgs .third-img {
    overflow: hidden;
}

.testimonials-imgs .fourth-img {
    overflow: hidden;
}

.second-img img {
    width: 100%;
    border-radius: 70px 70px 70px 5px;
    transition: .5s;
}

.third-img img {
    width: 100%;
    border-radius: 70px 5px 70px 70px;
    transition: .5s;
}

.fourth-img img {
    width: 100%;
    border-radius: 5px 70px 70px 70px;
    transition: .5s;
}

.first-img img:hover {
    transform: scale(1.1);
}

.second-img img:hover {
    transform: scale(1.1);
}

.fourth-img img:hover {
    transform: scale(1.1);
}

.third-img img:hover {
    transform: scale(1.1);
}

section.testimonials-area {
    position: relative;
    padding: 60px 0;
    background-color: #EE2438;
}

section.testimonials-area::before {
    content: '';
    background-image: url(../images/testimonails-imgs/bg-testimonials.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.testimonials-imgs {
    position: relative;
}

.testimonails-content {
    position: relative;
    height: 100%;
}

.testimonails-content h4 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.6px;
}

.testimonails-content h3 {
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #fff;
    font-family: "Jost", sans-serif;
}

.testimonails-content p {
    color: #fff;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 32px;
}

.testimonails-box p {
    color: #666;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.testimonails-box {
    background-color: #fff;
    padding: 30px;
    margin: 5px;
    border-radius: 5px;
}

.testimonails-box h3 {
    color: #404B95;
    font-size: 25px;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonails-box .rating {
    margin-bottom: 10px;
}

.testimonails-box .rating i {
    color: #FFA500;
    font-size: 25px;
}

.testi_slide {
    position: absolute !important;
    bottom: 20px;
    left: 0;
    padding: 0 !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    opacity: 1 !important;
    color: #000 !important;
}

.slick-prev {
    left: 405px !important;
    z-index: 1;
    top: 80% !important;
}

.slick-next {
    right: 75px !important;
    top: 80% !important;
}



/* ========================= Testimonials Area Css End ============================== */


/* ========================= Brand Area Css Start ============================== */

section.brand-area {
    position: relative;
    padding: 50px 0;
}

.heading-area {
    text-align: center;
    margin-bottom: 20px;
}

.heading-area h4 {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #404b95;
    font-family: "Jost", sans-serif;
}

.heading-area h3 {
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #EE2438;
    font-family: "Jost", sans-serif;
}

.brand-box img {
    max-width: 160px;
    margin: 0 auto;
}

.brand-box {
    border-radius: 5px;
    box-shadow: 0px 0px 6px #cfcfcf;
    padding: 10px;
    margin: 10px;
    text-align: center;
}



/* ========================= Brand Area Css End ============================== */


/* ========================= Footer Area Css Start ============================== */

.footer-area {
    background-color: #000018;
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid #fff;
}

.footer-logo a img {
    max-width: 200px;
}

.footer-box p {
    color: #fff;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.footer-box h3.border-title {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-family: sans-serif;
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.footer-box ul.import-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.footer-box h3 {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #fff;
    font-family: "Jost", sans-serif;
}

.footer-box ul.import-link li {
    padding: 0 10px;
}


.footer-box ul.import-link li a {
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 16px;
    font-weight: 400;
}

.footer-box ul.header-social {
    text-align: center;
}

.footer-box ul.header-social li a {
    color: #fff;
}

.copyright-area {
    background-color: #000018;
    padding: 20px 0;
    position: relative;
}

.copyright-content {
    text-align: center;
}

.copyright-content p {
    color: #fff;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}

.copyright-content p a {
    color: #EE2438;
    letter-spacing: 0.6px;
}

.footer-box {
    position: relative;
}

.movingX {
    -webkit-animation: movingX 15s linear infinite;
    animation: movingX 15s linear infinite;
}


.tp-footer__shape-1 {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    max-width: 50px;
}

@keyframes movingX {
    0% {
        left: 100%;
    }

    100% {
        left: -25%
    }
}

footer.tf_footer {
    overflow: hidden;
}


/* ========================= Footer Area Css End ============================== */


/* ========================= Signup Page Css Start ============================== */

section.signup-area {
    position: relative;
    padding: 50px 0;
}

.signup-img img {
    width: 100%;
    border-radius: 40px 0 0 40px;
    border: 5px solid #ee2438;
    height: 380px;
}

.signup-content h2 {
    color: #404B95;
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    margin-bottom: 0;
}


.signup-content p {
    color: #666666;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.signup-content .quote-btn .theme-btn {
    padding: 6px 15px;
    width: 100%;
}

.signup-content label.form-label {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0;
}

.signup-content input {
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    padding: 6px 0;
}

.signup-content .form-group {
    margin-bottom: 20px;
}

.signup-content .form-control:focus {
    color: #000;
    background-color: #fff !important;
    border-color: #666;
    outline: 0;
    box-shadow: none !important;
}

.signup-content .quote-btn {
    margin-bottom: 10px;
}

.form-text p {
    text-align: center;
    margin-bottom: 0;
}

.form-text p a {
    color: #ee2438;
    font-weight: 600;
}

.form-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-check input {
    border: 2px solid #868686 !important;
    border-radius: 3px !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-area {
    margin-bottom: 20px;
}

/* ========================= Signup Page Css End ============================== */


/* ========================= Breadcrumbs bg Css Start ============================== */

.page-header.parallaxie {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%), url(../images/bg/breadcrumbs-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    padding: 100px 0;
}

.page-header-box h2 {
    font-size: 65px;
    color: #fff;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 20px;
}

ol.breadcrumb {
    margin-bottom: 0;
    align-items: center;
}

.page-header-box .breadcrumb li {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-right: 30px;
}

.page-header-box .breadcrumb li a {
    color: #fff;
}

.page-header-box .breadcrumb li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 22px;
    color: #ee2438;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 5px;
    left: -20px;
}

.page-header-box .breadcrumb li:first-child:before {
    display: none;
}

/* ========================= Breadcrumbs bg Css End ============================== */


/* ========================= Why Choose About Page Css Start ============================== */

.why-choose-us-box.bg-pink {
    background-color: #EE2438;
}


.why-choose-us-box.bg-blue {
    background-color: #404B95;
}

.why-choose-us-box {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.why-choose-us-box .head-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-choose-us-box .head-area .icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.why-choose-us-box .head-area .icon img {
    width: 40px;

}

.why-choose-us-box .head-area .number h1 {
    font-size: 50px;
    -webkit-text-stroke: 2px #fff;
    font-weight: 600;
    letter-spacing: 2.4px;
    color: transparent;
    font-family: sans-serif;
}

.why-choose-us-box h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.6px;
}

.why-choose-us-box p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
}

.why-choose-us-img img {
    width: 100%;
    height: 568px;
}

/* ========================= Why Choose About Page Css End ============================== */


/* ========================= Contact Page Css Start ============================== */


section.contact-area {
    position: relative;
    padding: 50px 0;
}

.contact-content h4 {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #404b95;
}

.contact-content h3 {
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #EE2438;
}

.contact-content p {
    color: #666666;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
}

.contact-content ul li {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.6px;
    padding: 5px 0;
    font-weight: 500;
}

.contact-content ul li span.icon i {
    color: #ee2438;
}

.contact-content ul li a {
    color: #000;
}

.contact-page-form .form-group {
    margin-bottom: 10px;
}

.contact-page-form label.form-label {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0;
}

.contact-page-form input {
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    padding: 6px 0;
}

.contact-page-form textarea.form-control {
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    padding: 6px 0;
}

.contact-page-form .form-control:focus {
    color: #000;
}




/* ========================= Contact Page Css End ============================== */


/* ========================= Book Now Page Css Start ============================== */

section.book-now-area {
    position: relative;
    padding: 50px 0;
}

.book-form-area h4 {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #404b95;
}

.book-form-area h3 {
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #EE2438;
}

.book-truck-img {
    height: 100%;
}


.book-truck-img img {
    width: 100%;
}

/* ========================= Book Now Page Css End ============================== */


/* ========================= Services Page Css Start ============================== */

.services-box {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(199 199 199);
    overflow: hidden;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    transition: .3s;
}

.services-box:hover {
    transform: translateY(-10px) !important;
}

.card-number {
    position: absolute;
    top: 0;
    right: 0;
    background: #EE2438;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom-left-radius: 8px;
}

section.services-area {
    position: relative;
    padding: 50px 0;
}

.services-box .icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.services-box .icon img.card-icon {
    width: 100%;
    max-width: 40px;
}

.services-box .services-body h3 {
    font-size: 22px;
    font-weight: 600;
}

.services-box .services-body h3 a {
    color: #EE2438;
}


.services-body p {
    color: #666666;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

/* ========================= Services Page Css End ============================== */


/* ========================= Services Details Page Css Start ============================== */

.service-menu h4 {
    background: #EE2438 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}

.service-menu ul {
    border: 1px solid #ddd;
}

.service-menu>ul li {
    border-top: 1px dashed #ddd;
    display: block;
    margin-top: -1px;
}

.service-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: #5d6b82;
}

.service-menu ul li a i {
    float: right;
}

.service-menu ul li a:hover {
    color: #EE2438;
}

section.services-deatils {
    position: relative;
    padding: 50px 0;
}

.services-details-box img {
    width: 100%;
    margin-bottom: 20px;
    height: 400px;
}

.services-details-box h3 {
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #EE2438;
}

.services-details-box p {
    color: #666666;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
}



button.btn-close {
    box-shadow: none;
    opacity: 1;
    filter: brightness(0);
}

.modal-body.text-center h3 strong {
    color: #404B95;
}


/* ========================= Services Details Page Css End ============================== */



.left-area-form-box img {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 0px;
    text-align: center;
}

.left-area-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.left-area-form-box {
    box-shadow: 0px 0px 10px #dbdbdb;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border: 2px solid transparent;
    transition: 0.5s ease;
    border-radius: 5px;
}

.left-area-form-box h3 {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #EE2438;
    font-family: "Jost", sans-serif;
}

.appointment-form .form-group {
    margin-bottom: 20px;
}

.left-area-form-box h3 {
    text-align: center;
    margin: 0;
}

.left-area-form-box.selected {
    background-color: #ee2438;
}

.left-area-form-box.selected img {
    filter: brightness(0) invert(1);
}

.left-area-form-box.selected h3 {
    color: #fff;
}

.left-area-form-box:hover {
    background-color: #ee2438;
    transition: 0.5s ease;
}

.left-area-form-box:hover img {
    filter: brightness(0) invert(1);
}

.left-area-form-box:hover h3 {
    color: #fff;
}

span#modal_totalquote {
    color: #00b100;
    font-weight: 600;
}

.btn-danger {
    background-color: #ff4d4d;
    border-radius: 10px;
    font-weight: bold;
    border: none;
    transition: .3s;
}

.btn-danger:hover {
    background-color: #404B95;
}
Leave a Comment