body {
    font-family: 'Arial', sans-serif;
    color: #444444;
}



@media (max-width: 767px) {
    .body {
        /* Prevent horizontal overflow */
        /* overflow: hidden !important; */

    }

    .container {

        overflow-x: hidden !important;
        width: 88%;

    }

    .divs {
        overflow-x: hidden !important;

    }

    .card {
        width: 100%;
    }

    .img {
        width: 200px !important;
    }

    .products-img {
        width: 245px;
        border-radius: 27px;
    }

    .products {
        list-style: none;
        top: 0px !important;
        margin: 10px;
        width: 200px;
    }

    /* .new-nv {
        display: block !important;
        background-color: rgb(88, 88, 88);
        padding: 6px !important;
        margin-top: 11rem !important;
        border-radius: 10px;
    } */

    /* .nav{



        padding-top:20px !important;
    } */


}


/* .navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    border-width: 3px;
    background-color: #fff;
} */

/* .products-img {
    width: 400px;
} */


a {
    text-decoration: none;
    color: #0880e8;
}

a:hover {
    color: #2b99f8;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Arial', sans-serif;

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0880e8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #333;
    line-height: 0;
}

.back-to-top:hover {
    background: #2194f7;
    color: #333;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

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

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  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);
  }
} */
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    height: 60px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
    overflow: hidden;
    color: rgba(38, 38, 38, 0.8);
    z-index: 996;
}

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

#topbar .contact-info a {
    line-height: 0;
    color: rgba(43, 42, 42, 0.8);
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    text-decoration: underline;
}

#topbar .contact-info i {
    color: #ed2c23;
    line-height: 0;
    margin-right: 5px;
}

#topbar .contact-info .phone-icon {
    margin-left: 15px;
}

#topbar .cta {
    background: transparent;
}

#topbar .cta a {
    color: #fff;
    background: #ed2c23;
    padding: 6px 24px 8px 24px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
}

#topbar .cta a:hover {
    background: #f1a40a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 997;
    height: 70px;
    top: 60px;
    background: rgba(5, 87, 158, 0.9);

}

#header.header-scrolled {
    background: rgba(5, 87, 158, 0.9);
    top: 0;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

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

.header-inner-pages {
    background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
    background: rgba(6, 98, 178, 0.9) !important;
}

.ctaa {
    background: transparent;
}

.ctaa a {
    color: #fff;
    background: #ed2c23;
    padding: 6px 24px 8px 24px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
}




@media (max-width:767px) {



    .ctaa a {

        margin-bottom: 2rem;
    }
}

.ctaa a:hover {
    background: #f1a40a;
}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 75vh;
    position: relative;
    background: url("../img/IMG_2021.jpg") center center;
    /* background-color: #043c6d; */
    background-size: cover;
    margin-bottom: -90px;
    z-index: 99;
    transition: 0.3s;
    margin-top: 8rem;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .carousel-container {
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    text-align: left;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 2px 2px 5px #333;

}
#hero h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 2px 2px 5px #333;

}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    /* margin: 0 auto 30px auto; */
    color: #fff;
    text-shadow: 2px 2px 5px #333;

}

#hero ul li {
    width: 80%;
    color: #fff;
    text-shadow: 2px 2px 5px #333;

}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 768px),
(max-height: 700px) {
    #hero {
        height: 120vh;
        padding: 50px;
    }

    #hero h2 {
        font-size: 28px;
        width: 100% !important;

    }

    #hero p {
        width: 90% !important;
    }

    #carouselExampleIndicators {
        padding: 10px !important;
    }

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

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

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

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #054a85;
}

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

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
    /* padding-top: 0; */
    position: relative;
    z-index: 100;
}

.icon-boxes .icon-box {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;

}

.icon-boxes .icon {
    margin: 0 auto 20px auto;
    display: inline-block;
    text-align: center;
}

.icon-boxes .icon i {
    font-size: 36px;
    line-height: 1;
    color: #ed2c23;
}

.icon-boxes .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.icon-boxes .title a {
    color: #05579e;
}

.icon-boxes .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: #777777;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
    padding: 80px 0;
    background: url("../img/IMG_2021.jpg") center center no-repeat;
    background-size: cover;

    position: relative;
}

.about:before {
    content: "";
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.about .container {
    position: relative;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #0880e8;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #0880e8;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #0880e8;
}

.about .content .btn-learn-more:hover {
    background: #0880e8;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 992px) {
    .about {
        padding: 60px 0;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}

.clients .swiper-slide:hover img {
    opacity: 1;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0880e8;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0880e8;
}

.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.clients .owl-item img {
    width: 60%;
    opacity: 0.5;
    transition: 0.3s;
}

.clients .owl-item img:hover {
    opacity: 1;
}

/* .clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
} */

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.clients .owl-dot.active {
    background-color: #0880e8 !important;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    background: #f1f8ff;
    padding: 0;
}

.why-us .content {
    padding: 60px 100px 0 100px;
}

.why-us .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.why-us .content p {
    font-size: 15px;
    color: #848484;
}

.why-us .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
}

.why-us .accordion-list {
    padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none;
}

.why-us .accordion-list li+li {
    margin-top: 15px;
}

.why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}

.why-us .accordion-list span {
    color: #0880e8;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
    display: none;
}

.why-us .accordion-list a.collapsed {
    color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
    color: #0880e8;
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none;
}

.why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.why-us .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(8, 128, 232, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
    border-left: 15px solid #0880e8;
    transform: scale(20);
}

.why-us .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media (max-width: 1024px) {

    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    padding: 40px 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box i {
    /* float: left!important; */
    color: #ed2c23;
    font-size: 40px;
    line-height: 0;
}

.services .icon-box h4 {
    /* margin-left: 70px; */
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .icon-box h4 {
    color: #05579e;
    transition: 0.3s;
}

.services .icon-box:hover {
    box-shadow: 2px 2px 30px rgb(195, 195, 195);
}

.services .icon-box:hover h4 {
    color: #0880e8;
}

.services .icon-box p {
    /* margin-left: 70px; */
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .content ul {
    list-style: none;
    padding: 0;
}

.services .content ul li {
    padding-left: 28px;
    position: relative;
}

.services .content ul li+li {
    margin-top: 10px;
}

.services .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #0880e8;
    line-height: 1;
}

.underline {
    position: relative;
}

.underline::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #0074D9;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
    .underline:hover::before {
        left: 0;
        right: auto;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border-radius: 50px;
    border: 2px solid #ed2c23;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #f6b024;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.portfoio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 18px 10px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
}

.portfoio #portfolio-flters li:hover,
.portfoio #portfolio-flters li.filter-active {
    color: #fff;
    background: #0880e8;
}

.portfoio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfoio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfoio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfoio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #0880e8;
    padding: 15px 20px;
}

.portfoio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.portfoio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.portfoio .portfolio-item .portfolio-info .preview-link,
.portfoio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: white;
    transition: ease-in-out 0.3s;
}

.portfoio .portfolio-item .portfolio-info .preview-link:hover,
.portfoio .portfolio-item .portfolio-info .details-link:hover {
    color: #8ec8fb;
}

.portfoio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

.portfoio .portfolio-item:hover img {
    top: -30px;
}

.portfoio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0880e8;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0880e8;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(246, 176, 36, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}

.team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member:hover img {
    transform: scale(1.1);
}

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

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #05579e;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #bfe0fd;
    bottom: 0;
    left: 0;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

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

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #ecf6fe;
    color: #0665b7;
}

.team .member .social a i {
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #0880e8;
    color: #fff;
}

.team .member .social a+a {
    margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #05579e;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #0880e8;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: #0880e8;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #0880e8;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.pricing .btn-buy:hover {
    background: #2b99f8;
}

.pricing .featured h3 {
    color: #fff;
    background: #0880e8;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #0880e8;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #75bdfa;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #0880e8;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    background: url("https://hsstechservices.com/wp-content/uploads/2020/10/ABS-BG-FULL.png") left center no-repeat;
    position: relative;
    background-size: cover;
}

.contact:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.contact .container {
    position: relative;
}

.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 20px;
    background: #0880e8;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #043c6d;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    border: 0;
    padding: 10px 32px;
    color: #0880e8;
    transition: 0.4s;
    border-radius: 50px;
    border: 2px solid #0880e8;
    background: #fff;
}

.contact .php-email-form button[type=submit]:hover {
    background: #0880e8;
    color: #fff;
}

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #ecf6fe;
    margin-top: 130px;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 600;
    color: #043c6d;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #ed2c23;
    content: "/";
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #05579e;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #05579e;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}

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

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    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;
    margin: 3px;
    background: #f6b024;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #0880e8;
}

#footer .footer-top {
    background: #065fad;
    padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Arial', sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 16px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

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

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    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: #5db1f9;
    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: rgba(255, 255, 255, 0.75);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #fff;
}

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

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #f6b024;
}

/* About */
#abo {
    overflow: hidden;
    background: url("../img/cta-bg.jpg") center center;
    background-size: cover;
    position: relative;
    z-index: 99;
    transition: 0.3s;
}

/* Store */
#cart-about {
    overflow: hidden;
    /*background:  url("../img/biomedical-new-banner1.jpg") center center;*/
    background-size: cover;
    position: relative;
    z-index: 99;
    transition: 0.3s;
}

.products {
    list-style: none;
    top: 80px;
}

.products li {
    padding: 12px;
}

.pro-active {
    background-color: rgba(6, 91, 161, 0.8);
    color: #fff;
}

.products li:hover {
    background-color: rgba(6, 91, 161, 0.8);
    color: #fff;
    cursor: pointer;
}

.card-store {
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-store .img {
    height: 280px;
}

.card-store:hover .cart-store {
    display: inline;
    z-index: 9999;
    position: absolute;
    transition: display 2gs;
}

.widget-header {
    width: 300px;
}

.cart-store {
    display: none;
    margin-top: 280px;
}

.cart-store i {
    width: 49%;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.card-header {
    color: rgb(253, 250, 250);
    /* background-color: brown; */
    padding: 20px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-weight: bold;
}

.card-item {
    list-style-type: none;
    background-color: rgb(242, 237, 237);
    color: rgb(253, 250, 250);
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, background-color 0.3s;
}

.card-item a {
    display: block;
    padding: 10px;
    color: rgb(10, 9, 9);
    text-decoration: none;
    border-radius: 8px;
    transition: color 0.3s;
}

.card-item:hover {
    transform: scale(1.05);
    background-color: white;
}

.card-item a:hover {
    color: #0a3694;
}

.widget-img {

    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;

}

.image-wrapper {
    width: 220px;
    /* Define the width you want */
    height: 220px;
    /* Define the height you want */
    overflow: hidden;
    /* Hide the overflow to keep image inside the box */
}

.image-wrapper img {
    width: 100%;
    /* Make the image fill the wrapper */
    height: 100%;
    /* Make the image fill the wrapper */
    object-fit: cover;
    /* Maintain aspect ratio, cover the entire area */
    display: block;
    /* Remove extra space below the image */
}

.products {

    margin-left: 46px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;

}

@media (max-width:767px) {

    .products {

        margin-bottom: 20px;
        font-size: 18px;

    }

    .image-wrapper img {
        width: 82%;
        /* Make the image fill the wrapper */

    }
}

.card-item-list {
    list-style-type: none;
    background-color: rgb(242, 237, 237);
    color: rgb(16, 15, 15);
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, background-color 0.3s;
    margin-right: 80px;
}

.card-item-list a {
    display: block;
    padding: 10px;
    color: rgb(10, 9, 9);
    text-decoration: none;
    border-radius: 8px;
    transition: color 0.3s;
}

.card-item-list:hover {
    transform: scale(1.05);
    background-color: white;
}

.card-item-list a:hover {
    color: #0a3694;
}


.card-products {

    padding-bottom: 50px;

}

.page_heading {
    margin: 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.dropdown .btn {
    border-radius: 2px;
    width: 160px;
    background-color: #ececec;
    color: black;
}


.blog-button {
    padding: 3px;
    background-color: rgb(255, 1, 1);
    border-radius: 12px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 12px;
}

/* .blog-title {
    /* margin-left: 200px; */
/* padding: 20px; */
/* text-align: right; */

.blog-pic {
    /* padding: 20px; */
    border-radius: 10px !important;
}

@media (max-width:767px) {

    .blog-pic {
        width: 240px;
    }

}

.blog-description {
    padding-top: 20px;
    font-size: 18px;
    font-style: normal;
    text-align: justify;
    padding: 20px;
}

.animate__animated {

    text-align: left;

}

.pagination-left-bottom {
    display: flex;
    justify-content: flex-start;
    /* Aligns to the left */

    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    /* Optional: Adjust as needed */
}


.fixed-card {
    height: 350px;
    /* Set your desired fixed height */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.fixed-card-body {
    height: 100px;
    /* Adjust as needed */
    overflow: hidden;
}

.fixed-card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
}

.rental-new-para {

    line-height: 1.9rem;

}

@media (max-width:767px) {

    .rental-new-para {
        line-height: 1.4rem;
        margin-right: 1.7rem;
        text-align: justify;
    }

    .navi {

        background-color: #0a5292;
    }

    .img-container {
        /* width: 100px; */
    }

    .web-nav {

        margin-left: 0rem !important;
    }

    .navbar-toggler {
        float: right;
    }

    .swiper-slide img {
        max-width: 150px;
        /* Adjust the width as needed */
        height: auto;
        display: block;
        margin: 0 auto;
    }


}

.web-nav {

    margin-left: 28rem;
    margin-right: -14rem;

}

.navbar-light .navbar-nav .nav-link {

    color: #fff;
}

/* Custom styles for smaller images */
.swiper-slide img {
    max-width: 150px;
    /* Adjust the width as needed */
    height: auto;
    display: block;
    margin: 0 auto;
}

.btn-grey {
    background-color: #D8D8D8;
    color: #FFF;
}

.rating-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
}

.bold {
    font-weight: 700;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.review-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0;
}

.review-block-date {
    font-size: 12px;
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-block-description {
    font-size: 13px;
}

.review-card {

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 16px !important;
    font-family: 'Arial', sans-serif !important;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 25px;
}

.blue-circle {
    display: inline-block;
    width: 50px;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #1d7cd7;
    color: white;
    border-radius: 50%;
}

.dates {
    font-size: 12px;
    margin-top: 13px;
    margin-left: 2rem;
}

.review-para {


    text-align: justify;
}

.rating {
    color: gold;
    /* Star color */
    font-size: 1.5em;
    /* Adjust size as needed */
    margin-top: 10px;
    /* Adjust spacing as needed */
}

.review-btn {

    border-radius: 32px;
    color: #fff;
    font-size: 11px;
    width: 100px;
    background: linear-gradient(90deg, rgba(0, 133, 255, 0.71) 20.5%, rgba(254, 0, 0, 0.5041) 100%);
    border-color: black;
    border: 2px solid !important;
    border-color: #18d26e;
}

.form-control:focus {
    color: #0f0f0f;
    background-color: #fff;
    border-width: 2px;
    /* Adjust as needed */
    border-style: solid;
    /* Ensure the border is styled correctly */
    border-image: linear-gradient(90deg, rgba(0, 133, 255, 0.71) 20.5%, rgba(254, 0, 0, 0.5041) 100%) 1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(90deg, rgba(0, 133, 255, 0.71) 20.5%, rgba(254, 0, 0, 0.5041) 100%) !important;
    transition: width .6s ease;
}

.bars {

    width: 65px;
    line-height: 1;

}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rated:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.star-rating-complete {
    color: #c59b08;
}

.rating-container .form-control:hover,
.rating-container .form-control:focus {
    background: #fff;
    border: 1px solid #ced4da;
}

.rating-container textarea:focus,
.rating-container input:focus {
    color: #000;
}

.rated {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rated:not(:checked)>input {
    position: absolute;
    display: none;
}

.rated:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ffc700;
}

.rated:not(:checked)>label:before {
    content: '★ ';
}

.rated>input:checked~label {
    color: #ffc700;
}

.rated:not(:checked)>label:hover,
.rated:not(:checked)>label:hover~label {
    color: #deb217;
}

.rated>input:checked+label:hover,
.rated>input:checked+label:hover~label,
.rated>input:checked~label:hover,
.rated>input:checked~label:hover~label,
.rated>label:hover~input:checked~label {
    color: #c59b08;
}


.line {
    height: 160px;
    /* Adjust the height as needed */
    width: 2px;
    background-color: #000000;
    position: relative;
}

.line::before {
    content: "VS";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /* Background color to make the text more readable */
    padding: 10px;
    /* Adjust padding to make the circle larger or smaller */
    border-radius: 50%;
    /* Makes the background a circle */
    border: 2px solid #000;
    /* Optional: border around the circle */
    text-align: center;
    width: 40px;
    /* Circle width */
    height: 40px;
    /* Circle height */
    line-height: 20px;
    /* Adjust to vertically center the text */
    color: #0074D9;
}


.home-banner {

    text-align: left;
    text-shadow: 2px 2px 5px #333;
}


@media (max-width:767px) {

    .home-banner {

        text-align: left;
        text-shadow: 2px 2px 5px #333;
    }

}

.blog-btn {

    border-radius: 32px;
    color: #fff;
    font-size: 16px;
    width: 138px;
    height: 41px;
    margin-top: 2rem;
    background: linear-gradient(90deg, rgba(0, 133, 255, 0.71) 20.5%, rgba(254, 0, 0, 0.5041) 100%);
    border-color: black;
    border: 2px solid !important;
    border-color: #18d26e;
}

.reapir-page-para {

    font-size: 20px;
    text-align: justify;
    margin-right: 1rem;

}


.repair-page-fisrt-button-dallas {

    /* background-color: #05579e; */
    background: linear-gradient(90deg, rgb(69 59 76) 0%, rgb(45 91 163) 100%);
    border-radius: 20px;
    color: #fff !important;
    height: 58px;
    width: 470px;
    padding-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 9rem;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* Added transform transition for smooth sliding */

}

.repair-page-fisrt-button-dallas a {
    color: #fff !important;
    /* This changes the text color to white */
    text-decoration: none;
    /* Remove underline from link */
}

.repair-page-fisrt-button-dallas:hover {
    background-color: #47494a;
    /* Change background color on hover */
    cursor: pointer;
    /* Change cursor to pointer on hover */
    transform: translateX(16px);
    /* Move the button 10px to the right */
}

.repair-page-button-dallas {

    /* background-color: #05579e; */
    background: linear-gradient(90deg, rgb(69 59 76) 0%, rgb(45 91 163) 100%);
    border-radius: 20px;
    color: #fff !important;
    height: 58px;
    width: 430px;
    padding-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 17rem;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* Added transform transition for smooth sliding */

}


.repair-page-button-dallas a {
    color: #fff !important;
    /* This changes the text color to white */
    text-decoration: none;
    /* Remove underline from link */
}

.repair-page-button-dallas:hover {
    background-color: #47494a;
    /* Change background color on hover */
    cursor: pointer;
    /* Change cursor to pointer on hover */
    transform: translateX(16px);
    /* Move the button 10px to the right */
}

.repair-page-button {
    /* background-color: #05579e; */
    background: linear-gradient(90deg, rgb(69 59 76) 0%, rgb(45 91 163) 100%);
    border-radius: 20px;
    color: #fff !important;
    height: 58px;
    width: 430px;
    padding-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* Added transform transition for smooth sliding */
}

.repair-page-button a {
    color: #fff !important;
    /* This changes the text color to white */
    text-decoration: none;
    /* Remove underline from link */
}

.repair-page-button:hover {
    background-color: #47494a;
    /* Change background color on hover */
    cursor: pointer;
    /* Change cursor to pointer on hover */
    transform: translateX(16px);
    /* Move the button 10px to the right */
}


@media (max-width:767px) {


    .repair-page-button {
        height: 59px;
        width: 360px !important;
        margin-top: 3rem;
    }

    .repair-page-button2 {

        width: 358px !important;
        margin-left: 0rem !important;

    }
}

.second-repair-para {


    margin-left: 1rem;
    font-size: 20px;
    margin-bottom: 1rem;
    text-align: justify;
}

@media (max-width:767px) {


    .second-repair-para {


        margin-left: 0rem;
        font-size: 19px;
        margin-bottom: 1rem;
        text-align: justify;
    }

    .heading-2 {
        margin-left: 0rem !important;
        margin-top: 2rem;
    }
}


.third-repair-para {


    margin-left: 12rem;
    font-size: 20px;
    margin-bottom: 4rem;
    text-align: justify;
}

.repair-page-button2 {
    background: linear-gradient(90deg, rgb(69 59 76) 0%, rgb(45 91 163) 100%);
    border-radius: 20px;
    color: #fff !important;
    height: 58px;
    width: 464px;
    padding-top: 0.7rem;
    margin-left: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.repair-page-button2 a {
    color: #fff !important;
    /* This changes the text color to white */
    text-decoration: none;
    /* Remove underline from link */
}

.dallas-repair-page-button2 {
    background: linear-gradient(90deg, rgb(69 59 76) 0%, rgb(45 91 163) 100%);
    border-radius: 20px;
    color: #fff !important;
    height: 58px;
    width: 464px;
    padding-top: 0.7rem;
    margin-left: 6rem;
    margin-top: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dallas-repair-page-button2 a {
    color: #fff !important;
    /* This changes the text color to white */
    text-decoration: none;
    /* Remove underline from link */
}

.repair-page-button {
    /* background-color: #05579e; */
    background: linear-gradient(90deg, rgb(69 59 76) 0%, rgb(45 91 163) 100%);
    border-radius: 20px;
    color: #fff !important;
    height: 58px;
    width: 430px;
    padding-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* Added transform transition for smooth sliding */
}

.repair-page-button a {
    color: #fff !important;
    /* This changes the text color to white */
    text-decoration: none;
    /* Remove underline from link */
}

.repair-page-button2:hover {
    background-color: #47494a;
    /* Change background color on hover */
    cursor: pointer;
    /* Change cursor to pointer on hover */
    transform: translateX(18px);
    /* Move the button 10px to the right */
}

.dallas-repair-page-button2:hover {
    background-color: #47494a;
    /* Change background color on hover */
    cursor: pointer;
    /* Change cursor to pointer on hover */
    transform: translateX(18px);
    /* Move the button 10px to the right */
}


.repair-page-button3 {
    background-color: #05579e;
    border-radius: 20px;
    color: #fff !important;
    height: 58px;
    width: 464px;
    padding-top: 0.7rem;
    margin-left: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.repair-page-button3 a {
    color: #fff !important;
    /* This changes the text color to white */
    text-decoration: none;
    /* Remove underline from link */
}

.repair-page-button3:hover {
    background-color: #47494a;
    /* Change background color on hover */
    cursor: pointer;
    /* Change cursor to pointer on hover */
}



/* Testimonials */


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

@mixin mQ($rem) {
    @media screen and (min-width: $rem) {
        @content;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* display: grid;
  place-items: start;
  min-height: 100vh;
  min-height: 100svh;
  font-family: 'Arial', sans-serif;
  color: #26273e;
  padding-block: min(20vh, 3rem); */

    @include mQ(61.25rem) {
        place-items: center;
    }
}

section {
    /* display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: calc(min(90rem, 85%));
  margin: 0 auto;

  @include mQ(61.25rem) {
    column-gap: 5rem;
  } */

    h1 {
        grid-column: span 12;
        text-transform: capitalize;
        font-size: 2.4rem;
        margin-bottom: 2rem;
        font-weight: 700;

        @include mQ(61.25rem) {
            font-size: 4rem;
            margin-bottom: 4rem;
        }
    }

    .cards {
        grid-column: span 12;
        display: grid;
        gap: 2rem;

        @include mQ(61.25rem) {
            grid-column: span 5;
        }

        .card {
            cursor: pointer;
            padding: 2em;
            border-radius: 1rem;
            display: grid;
            grid-template-columns: auto 1fr;
            column-gap: 2.188rem;
            align-items: center;
            transition: 0.3s;
            position: relative;
            border: 0.094rem solid transparent;

            img {
                display: block;
                width: 3.35rem;
                height: 3.35rem;
                border-radius: 50%;
                filter: grayscale(1);
                transition: 0.5s;
            }

            >div {
                h3 {
                    text-transform: capitalize;
                    font-size: 1.025rem;
                }

                p {
                    text-transform: capitalize;
                    color: #767676;
                    font-size: 0.9rem;
                }
            }
        }

        .card.active {
            background: #fff;
            border: 0.094rem solid #0f172a14;

            .gradient {
                background-image: linear-gradient(to right,
                        #4755690a,
                        #9d0cb28a,
                        #4343c899,
                        #4755690a);
                width: 50%;
                height: 0.094rem;
                position: absolute;
                content: "";
                bottom: -0.063rem;
                left: 50%;
                transform: translateX(-50%);
                box-shadow: 0px 0.125rem 0.75rem #4343c84d;
            }
        }

        .card.active img {
            filter: grayscale(0);
        }
    }

    .content {
        grid-column: span 12;
        position: relative;
        width: 100%;
        overflow: inherit;
        margin-top: 2rem;

        @include mQ(61.25rem) {
            grid-column: span 7;
            margin-top: 0;
            height: auto;
        }

        .contentBox {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: start;

            @include mQ(61.25rem) {
                align-items: center;
            }

            .text {
                padding-bottom: 2rem;

                @include mQ(61.25rem) {
                    padding-bottom: 0;
                }
            }

            h2 {
                transition: 0.5s;
                opacity: 0;
            }

            p {
                transition: 0.5s;
                opacity: 0;
                margin-top: 1.25rem;
            }

            span {
                display: inline-block;
                transition: 0.5s;
                opacity: 0;
                margin-top: 0.625rem;

                svg {
                    width: 1.25rem;
                    color: #eca633;
                }
            }
        }

        .contentBox.active h2 {
            opacity: 1;
            transition-delay: 0.5s;
        }

        .contentBox.active span {
            opacity: 1;
            transition-delay: 0.7s;
        }

        .contentBox.active p {
            opacity: 1;
            transition-delay: 0.9s;
        }
    }

}

body::-webkit-scrollbar {
    width: 0.8em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #3f3f3f;
}

/* Dropdown */

/* Dropdown Menu Styles */
.dropdown-menu {
    background-color: #f8f9fa;
    /* Light grey background */
    border-radius: 5px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
    border: 1px solid #ddd;
    /* Light border */
}

.dropdown-item {
    color: #333;
    /* Dark text color */
    padding: 10px 20px;
    /* More padding for better spacing */
    transition: background-color 0.3s, color 0.3s;
    /* Smooth transition for hover effects */
}

.dropdown-item:hover {
    background-color: #e2e6ea;
    /* Slightly darker grey for hover effect */
    color: #000;
    /* Darker text color on hover */
}

.dropdown .btn {

    background-color: transparent;
    color: #fff;
    border-color: transparent;
    padding-right: 7rem;
}


.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -87px !important;
    margin-top: .125rem;
}


.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;

}


/*Service Request Modal in navbar*/

.btn-info {
    color: #fff;
    background: linear-gradient(90deg, rgba(218, 224, 230, 0.71) 20.5%, rgba(5, 13, 14, 0.504) 100%);
    /* border-color: #0dcaf0; */
}

.text-muted {
    --bs-text-opacity: 1;
    color: #ffffff !important;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    pointer-events: auto;
    padding: 40px;
    background: linear-gradient(90deg, rgba(0, 133, 255, 0.71) 20.5%, rgba(254, 0, 0, 0.5041) 100%);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}






.repair-div {
    background: linear-gradient(90deg, rgb(69 59 76) 0%, rgb(45 91 163) 100%);
    color: #fff;
    border-radius: 23px;
    width: 16rem;
    height: 22rem;
    padding: 15px;
    margin-right: 28px;
    text-align: center;
    font-size: 16px;
    transition: background 0.3s ease;
    /* Adding transition for smooth effect */
}

.repair-div:hover {
    background: #3872a9;
    /* Override gradient with solid color on hover */
}


.repair-icons {

    text-align: center;
    font-size: 40px;
}

.repair-btn {

    border-radius: 32px;
    color: #fff;
    font-size: 16px;
    width: 190px;
    height: 70px;
    margin-left: -1rem;
    transition: transform 0.3s ease;
    /* Smooth animation */
    background: linear-gradient(90deg, rgb(69 59 76) 0%, rgb(45 91 163) 100%);
    border: 2px solid !important;
}

.repair-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, rgb(51, 11, 80) 0%, rgb(45 91 163) 100%);


}

.repair-btn:hover {

    transform: scale(1.10);
    /* Zoom effect */

}

/* Main Heading Repair-page */
.main-heading {

    text-align: center;
    font-weight: 900;
    font-size: 52px;
    margin-bottom: 6rem;
    background: linear-gradient(90deg, rgb(146, 89, 187) 0%, rgb(32, 102, 214) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.second-heading {

    text-align: center;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 1rem;
    margin-top: 4rem;
    background: linear-gradient(90deg, rgb(146, 89, 187) 0%, rgb(32, 102, 214) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.second-heading-footer {

    text-align: center;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 1rem;
    margin-top: 0rem;
    background: linear-gradient(90deg, rgb(146, 89, 187) 0%, rgb(32, 102, 214) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


/* css */

.slidy-div {
    background: linear-gradient(90deg, rgb(69 59 76) 0%, rgb(45 91 163) 100%);
    color: #fff;
    border-radius: 23px;
    margin-right: 82px;
    margin-bottom: 20px;
    /* margin: 2rem; */
    padding: 3rem;
    transition: transform 0.3s ease;
}

.slidy-div:hover {
    transform: scale(1.10);
    /* Zoom effect */
    background: linear-gradient(90deg, rgb(34, 34, 103) 0%, rgb(65, 111, 183) 100%);
    /* Elegant color change */

}


/* animated images */


.animated-img {
    border-radius: 15px;
    animation: jump 2s infinite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);

}

@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.why-img {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.why-img:hover {
    transform: scale(1.10);
}

.why {

    margin-left: 6rem;
    margin-bottom: 2rem;

}

.testimonial-heading {

    /* text-align: center; */
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 1rem;
    /* margin-top: 4rem; */
    background: linear-gradient(90deg, rgb(146, 89, 187) 0%, rgb(32, 102, 214) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.omar {
    width: 520px;
    height: 665px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    /* Add shadow here */
}

.dallas-main-heading {
    text-align: center;
    font-weight: 900;
    margin-bottom: 3rem;
    font-size: 52px;
    background: linear-gradient(90deg, rgb(146, 89, 187) 0%, rgb(32, 102, 214) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.repair-page-cost-heading {

    margin-left: 95px;

}

@media (max-width: 767px) {

    .omar {
        width: 338px !important;
        height: 415px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .repair-page-fisrt-button-dallas {
        width: 100%;
        margin-top: 0;
    }

    .repair-page-cost-heading {

        margin-left: 0px;
    }

    .slidy-div {

        margin-bottom: 20px;
    }

    .repair-div {
        width: auto;
        margin-bottom: 20px;
    }

    .why {
        margin-left: 0rem;
        margin-bottom: 2rem;
    }

    .dallas-main-heading {
        text-align: center;
        font-weight: 900;
        margin-bottom: 1rem;
        font-size: 26px;
        background: linear-gradient(90deg, rgb(146, 89, 187) 0%, rgb(32, 102, 214) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .repair-page-button-dallas {
        width: 350px;
    }

    .dallas-repair-page-button2 {

        height: 58px;
        width: 350px;
        padding-top: 0.7rem;
        margin-left: 0rem;
        margin-top: 0rem;
    }

    .animated-img {
        border-radius: 15px;
        animation: jump 2s infinite;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 18%;
        margin-top: 2rem;
    }

    .second-heading-dallas {
        margin-top: 2rem;
    }

    .section {
        padding: 0px 0;
    }
}

.second-heading-dallas {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 1rem;
    margin-top: 2rem;
    background: linear-gradient(90deg, rgb(146, 89, 187) 0%, rgb(32, 102, 214) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
