body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}
a {
    text-decoration: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn.active.focus, .btn.focus, .btn.focus:active {
    outline: none;
    outline-offset: 0px;
    border: none !important;
}
a:focus, a:hover {
    text-decoration: none !important;
    border: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 999;
}
.fixed-header {
    top: 0;
    z-index: 999;
}
/* .fixed-header .logo img {
    width: 110px;
} */
.top-bar {
    padding: 8px 0;
}
.logo img {
    width: 144px;
    transition: ease 0.5s all 0s;
}
.search-part input {
    border: 2px solid #064daf;
    display: inline-block;
    background: transparent;
    width: 280px;
    padding: 9px 10px;
    border-right: none;
}
.search-part input:focus {
    border: 2px solid #064daf;
    border-right: none;
    outline: none;
}
.search-part button {
    background: transparent;
    border: 2px solid #064daf;
    padding: 9px 10px;
    border-left: none;
    margin-left: -5px;
}
.address2{
    display: flex;
    align-items: center;
    justify-content: end;
}
.address2 span{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.address2 span a{
    color: #000;
}
.address2 span:last-child{
    margin-right: 0;
}
.address2 span img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(78%) saturate(5170%) hue-rotate(207deg) brightness(95%) contrast(101%);
    max-width: 18px;
}
.social {
    display: inline-block;
    vertical-align: middle;
}
.social img {
    width: 33px;
}
.social a {
    margin-left: 2px;
}
.book-btn {
    display: inline-block;
    vertical-align: middle;
    background: #004aad;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 4px;
    text-transform: uppercase;
    /* margin-left: 38px; */
    transition: ease 0.8s all 0s;
}
.book-btn:hover {
    box-shadow: inset 250px 0 0px #1e1e1e;
}
.menu-part {
    background: #004aad;
}
.menu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.menu ul {
    margin: 0;
    padding: 0;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 22px;
}
.menu ul li:last-child {
    margin-right: 0;
}
.menu ul li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    transition: ease 0.5s all 0s;
}
.menu ul li a:hover {
    color: #000;
}
/* Dropdown Styling */
.header_dropdown_container {
    display: none;
    position: absolute;
    top: 61px;
    left: 22%;
    width: 310px;
    z-index: 10;
    transition: all 0.5s ease;
}
.menu ul li:hover .header_dropdown_container {
    display: block;
}
.header_dropdown_container_inner {
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
}
.header_dropdown_container_inner ul li {
    display: block;
    margin-right: 0;
}
.header_dropdown_container_inner ul li a {
    color: #000;
    padding: 10px 15px;
    transition: ease 0.5s all 0s;
}
.header_dropdown_container_inner ul li a:hover {
    background: #004aad;
    color: #fff;
}
.login-icon {
    display: inline-block;
    vertical-align: middle;
}
.cart-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
}
/* humburger */
.humburger-icon {
    font-size: 34px;
    color: #004aad;
    line-height: 34px;
    display: inline-block;
    font-weight: 900;
}
.offcanvas {
    background: #0d003b;
    z-index: 9999 !important;
}
.offcanvas-header img{
    width: 110px;
}
.offcanvas-body ul {
    margin: 0;
    padding: 0;
    /* max-height: 420px; */
    overflow-y: scroll;
}
.offcanvas-body ul ul {
    margin-left: 20px;
    max-height: 150px;
    overflow-y: auto;
}
.offcanvas-body ul li {
    list-style: none;
    position: relative;
}
.offcanvas-body ul li a {
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
}
.offcanvas-body ul li li a{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 7px;
}
.menu_acc_btn {
    position: absolute;
    top: 7px;
    right: 0;
    background: none !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 0 7px;
    z-index: 99;
    border: none;
    line-height: 12px;
}
.btn-close {
    opacity: 1 !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(17deg) brightness(108%) contrast(103%);
}
.btn-close:focus {
    box-shadow: none !important;
    outline: none !important;
}
.banner {
    margin-top: 178px;
    position: relative;
}
#banner-slider .item{
    position: relative;
}
#banner-slider .item:before{
    width: 100%;
    height: 100%;
    background: #0003;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
#banner-slider .owl-prev, #banner-slider .owl-next {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-weight: normal;
}
#banner-slider .owl-prev {
    left: 25px;
}
#banner-slider .owl-next {
    right: 25px;
}
#banner-slider .owl-prev span, #banner-slider .owl-next span {
    font-size: 80px;
    line-height: 23px;
    width: 26px;
    height: 48px;
    display: block;
    padding: 8px 0;
    color: #fff;
    background: transparent;
}
#banner-slider .owl-dots {
    display: none;
}
#banner-slider .item img {
    width: 100% !important;
}
.banner-content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-part {
    background: #00000096;
    width: 500px;
    margin-left: auto;
    padding: 70px 70px 45px 30px;
    border-radius: 8px;
    position: relative;
}
.banner-title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
    padding-right: 16%;
}
.banner-text {
    font-size: 15px;
    color: #fff;
    margin-top: 8px;
}
.banner-btn a {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #004aad;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 22px 9px;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 20px 6px 0 0;
    transition: ease 0.7s all 0s;
}
.banner-btn a:hover {
    box-shadow: inset 250px 0 8px #000;
    color: #fff;
}
.banner-btn a:last-child {
    background: #004aad;
    color: #fff;
    padding: 10px 28px 9px;
}
.swing-img {
    position: absolute;
    top: 25px;
    right: 25px;
    animation: rotateImg 10s linear infinite;
}
.swing-img img {
    width: auto !important;
}
@keyframes rotateImg {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0);
    }
}
.repair-sec {
    padding: 50px 0;
}
.repair-title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    line-height: 34px;
}
.box1-top {
    margin-top: 30px;
}
.box1 {
    background: #0351b7;
    text-align: center;
    padding: 30px 10px;
    border-radius: 5px;
    min-height: 100%;
}
.box1-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2;
}
.box1-text {
    color: #fff;
    font-size: 13px;
}
.box1-img {
    width: 180px;
    margin: 20px auto 0;
}
.box1-img img {
    width: 100%;
}
.learn-btn {
    display: inline-block;
    background: url(../images/triangle.png) #fff no-repeat center right 10px;
    padding: 12px 65px 8px 15px;
    margin-top: 20px;
    color: #000;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: ease 0.5s all 0s;
}
.learn-btn:hover {
    background: url(../images/triangle2.png) #000 no-repeat center right 10px;
    color: #fff;
    letter-spacing: 1px;
}
.scroll-wrap {
    width: 100%;
    overflow: hidden;
}
.scroll-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scrollRTL 14s linear infinite;
    align-items: center;
}
@keyframes scrollRTL {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.scroll-item {
    display: flex;
    align-items: center;
}
.big-title {
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #0553bb52;
    color: transparent;
    white-space: nowrap;
}
.blink-star {
    padding: 0 22px;
}
.blink-star img {
    width: 32px;
    /* adjust if needed */
    height: auto;
    animation: starBlink 1.6s ease-in-out infinite;
}
/* Soft blink */
@keyframes starBlink {
    0%,
    100% {
        opacity: 0.2;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
}
.problem-fix-sec {
    padding: 50px 0 25px;
}
#service-slider {
    margin-top: 30px;
}
#service-slider .item {
    margin: 10px;
    padding: 22px 22px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #0858c3;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 8px 14px -5px #989898;
    min-height: 100%;
}
#service-slider .owl-stage {
    display: flex;
}
#service-slider .owl-stage-outer {
    padding-bottom: 30px;
}
#service-slider .owl-prev,
#service-slider .owl-next {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-weight: normal;
}
#service-slider .owl-prev {
    left: -40px;
}
#service-slider .owl-next {
    right: -40px;
}
#service-slider .owl-prev span, #service-slider .owl-next span {
    font-size: 80px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 7px 0;
    border-radius: 50%;
    color: #000;
}
#service-slider .owl-dots {
    display: none;
}
.prob-title {
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}
.repair-btn {
    display: inline-block;
    background: #0858c3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px 9px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 20px;
    transition: ease 0.5s all 0s;
}


.brand-sec {
    padding: 10px 0 50px;
    overflow: hidden;
}
.brand-list {
    overflow: hidden;
    position: relative;
}
.brand-track {
    display: flex;
    width: max-content;
    animation: slide 20s linear infinite;
    padding: 0;
    margin: 0;
}
.brand-track li {
    list-style: none;
    flex-shrink: 0;
    margin: 6px 8px;
    box-shadow: 0 2px 7px -2px #a5a5a5;
}
.brand-track img {
    max-height: 65px;
    display: block;
}
/* Animation */
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.brand-list:hover .brand-track {
    animation-play-state: paused;
}
.booking-sec {
    background: #095ac5;
}
.left-part {
    padding: 50px 3% 50px 3%;
}
.choose-list {
    margin-top: 40px;
}
.choose-list ul {
    margin: 0;
    padding: 0;
}
.choose-list ul li {
    list-style: none;
    display: flex;
    align-items: start;
    gap: 15px;
    color: #fff;
    margin-top: 25px;
    font-size: 14px;
}
.choose-list ul li strong {
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.choose-list ul li img {
    min-width: 75px;
}
.right-part {
    background: #e0edff;
    min-height: 100%;
    padding: 50px 9% 50px 0;
    position: relative;
}
.right-part:before {
    width: 2000px;
    height: 100%;
    background: #e0edff;
    position: absolute;
    top: 0;
    left: -2000px;
    content: "";
}
.f-text {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    line-height: 1.4;
}
.booking-form-part {
    margin-top: 14px;
}
.booking-form-part .form-control {
    border: 2px solid #004aad !important;
    border-radius: 5px;
    box-shadow: none;
    margin-top: 12px;
    padding: 10px 12px;
    color: #000;
    font-size: 16px;
}
.booking-form-part .form-control.message {
    min-height: 95px;
    resize: none;
}
.submit-btn {
    display: inline-block;
    background: #0b0b0b;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 25px;
    margin-top: 20px;
}
.review-sec {
    padding: 50px 0 20px;
}
.review-part {
    margin-top: 24px;
}
#testimonialSlider .item {
    margin: 10px 12px 15px !important;
    box-shadow: 0 2px 10px #bab7b7;
    background: #f8f8f8;
    text-align: center;
    padding: 25px 8px 18px;
    border-radius: 7px;
    overflow: hidden;
}
.home_reviews_box_img {
    margin-top: 15px;
}
.home_reviews_box_img, .home_reviews_box_rating {
    text-align: center;
}
.home_reviews_box_img img, .home_reviews_box_rating img, .home_google_img img {
    width: auto !important;
    display: inline-block !important;
}
.home_reviews_box_img img {
    border-radius: 50%;
}
.home_reviews_box_rating img {
    width: 90px !important;
}
.home_reviews_box_text {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 7px;
    color: #000;
    line-height: 1.4;
    max-height: 59px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #a3a3a3 #cecece;
}
.home_google_img {
    margin-top: 14px;
}
.home_reviews_box_name {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}
#testimonialSlider .owl-dots {
    text-align: center !important;
    margin-top: 25px !important;
}
#testimonialSlider .owl-dot span {
    background: #949191 !important;
    margin: 4px !important;
}
#testimonialSlider .owl-dot.active span, #testimonialSlider .owl-dot:hover span {
    background: #095ac5 !important;
}
.affordable-sec {
    padding: 20px 0 0;
}
.affordable-sec .repair-title {
    font-size: 35px;
    line-height: 38px;
    text-transform: none;
}
.aff-btn {
    text-align: center;
}
.aff-btn a {
    display: inline-block;
    vertical-align: middle;
    background: #004aad;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 30px 3px 0;
    transition: ease 0.7s all 0s;
}
.aff-btn a:hover {
    box-shadow: inset 250px 0 0px #000;
}
.aff-btn .no img {
    transform: translate(-3px, -1px);
}
.affordable-bg {
    text-align: center;
    margin-top: 50px;
}
.affordable-bg img {
    width: 100%;
}
.footer {
    background: #0d003b;
    padding: 50px 0 15px;
}
.foot_text {
    color: #fff;
    font-size: 14px;
}
.foot_social a {
    margin-left: 6px;
}
.foot_social img {
    transition: ease 0.5s all 0s;
}
.foot_social img:hover {
    transform: rotate(360deg);
}
.footer_bottom {
    border-top: 1px solid #ffffff21;
    margin-top: 30px;
    padding-top: 35px;
}
.google-review {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #f3f3f3;
}
.google-review strong {
    display: flex;
    font-weight: 600;
    color: #fb8e28;
    align-items: center;
    gap: 10px;
}
.foot_address {
    margin-top: 40px;
}
.foot_address ul {
    margin: 0;
    padding: 0;
}
.foot_address ul li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    gap: 12px;
}
.foot_address ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.foot_address ul li strong a {
    color: #fff;
    transition: ease 0.5s all 0s;
}
.foot_address ul li strong a:hover {
    color: #2974d8;
}
.foot_title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}
.foot1 {
    margin: 0;
    padding: 0;
}
.foot1 li {
    color: #fff;
    list-style: none;
    margin-bottom: 5px;
    font-size: 15px;
}
.foot1 li a {
    color: #fff;
    transition: ease 0.5s all 0s;
}
.foot1 li a:hover, .contact-info span a:hover {
    color: #2974d8;
}
.line1 {
    position: relative;
}
.line1::before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e0edff26;
    top: 0;
    right: 8px;
    content: "";
}
.contact-info {
    margin-top: 18px;
}
.contact-info span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}
.contact-info span a {
    color: #fff;
    transition: ease 0.5s all 0s;
}
.foot_left {
    padding-left: 18px;
}
.copyright {
    border-top: 1px solid #ffffff21;
    margin-top: 30px;
    padding-top: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.copyright a {
    color: #fff;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    z-index: 999;
    padding-top: 7px;
    cursor: pointer;
    position: fixed;
    bottom: 52px;
    right: -10%;
    color: #fff;
    background: #004aad;
    text-align: center;
    opacity: 0;
    transition: ease 0.5s all 0s;
}
#back2Top.show {
    opacity: 1;
    right: 0;
}
.inner_bannerinfo {
    background: url(../images/inner-banner.jpg) #004aad no-repeat center bottom;
    background-size: cover;
    padding: 140px 0;
    margin-top: 178px;
    position: relative;
}
.inner_bannerinfo:before {
    width: 100%;
    height: 100%;
    background: #0000007a;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.inner_bannerinfo .container {
    position: relative;
    z-index: 9;
}
.inner_bannertext {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: center;
}
.inner_bannerinfo .breadcrumb {
    font-size: 15px;
    font-weight: 500;
}
.inner_bannerinfo .breadcrumb-item.active, .inner_bannerinfo .breadcrumb-item a, .inner_bannerinfo .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.abt-title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.2;
}
.abt-title strong{
    font-weight: bold;
    color: #004aad;
}
.abt-title.dup{
    font-size: 22px;
    margin-top: 15px;
    color: #0d003b;
}
.ab-inner-text {
    color: #000
}
.ab-inner ul {
    padding: 0px;
    margin: 15px 0 0;
}
.ab-inner ul li {
    background: url(../images/tick.png) no-repeat;
    background-position: top 2px left;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 6px;
    color: #000;
    background-size: 21px;
}
.inr-sec {
    background: #e9e9e996;
    margin-top: 40px;
    padding: 50px 0;
}
.bottom-sec {
    padding: 40px 15px;
    margin-top: 40px;
    background: #004aad;
    border-radius: 5px;
}
.bottom-sec .abt-title, .bottom-sec .ab-inner-text {
    color: #fff;
}
.inr-box1-top{
    margin-top:20px;
}
.inr-box1{
    box-shadow: 0 2px 7px -2px #9c9898;
    padding: 30px 28px 5px;
    min-height: 100%;
}
.inr-box1-content{
    padding: 20px 0;
}
.inr-box1-img img{
    border-radius: 50%;
    width: 110px;
    padding: 5px;
    border: 5px solid #040404b2;
}
.inr-box1-title{
    font-size: 22px;
    font-weight: bold;
    color: #004aad;
    line-height: 1.2;
    margin-bottom: 8px;
}
.inr-box1-text {
    font-size: 16px;
    color: #000;
    max-height: 194px;
    overflow-y: auto;
    padding-right: 9px;
    scrollbar-width: thin;
    scrollbar-color: #3c3c3c #e5e5e5;
}
.repair_btn {
    background: #07090b;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    border-radius:5px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    border: none;
}
/* .repair_btn:hover {
    box-shadow: inset 0 80px #646464;
    color: #fff;
} */
.repair_page_box {
    /*background: url(../images/repair-bg.jpg) no-repeat center top;
  background-image: linear-gradient(26deg, #1f9743 0%, #a7cf2f 100%);*/
    padding: 30px 30px;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #B8B8B8;
    border-top: 5px solid #000;
}
/* .repair_page_box:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
} */
.repair_page_box .about-title2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-title5 {
    font-size: 28px;
    color: #004aad;
    font-weight: bold;
    line-height:36px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-title4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin: 10px 0;
}
.repair_submit_btn {
    background: #07090b;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px;
    margin-top: 18px;
    display: inline-block;
    width: 235px;
    text-align: center;
}
.repair_submit_btn span {
    font-size: 14px;
    color: #060606;
}
.inner_pg_info {
    margin: 50px 0;
}
.inner_text_hd {
    font-size: 28px;
    color: #004aad;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}
.inner_text_para {
    margin-bottom: 10px;
}
.inner_pg_list ul li {
    background: url(../images/check_mark.png) no-repeat left 4px;
    font-size: 14px;
    color: #004AAD;
    padding: 0px 0 8px 29px;
    line-height: 25px;
    font-weight: 500;
    list-style: none;
    background-size: 20px;
}
.breadcrumb-item.active, .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.in-faq .accordion-item{
    margin-bottom: 10px;
    border: none;
}
#faqpage .accordion-button:not(.collapsed) {
    background: #004AAD !important;
    color: #fff !important;
}
#faqpage .accordion-button {
    background: #0e0e0e;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#faqpage .accordion-button::after{
    filter: brightness(0) saturate(100%) invert(99%) sepia(75%) saturate(0%) hue-rotate(176deg) brightness(119%) contrast(100%);
}
.in-faq .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.in-faq .accordion-body {
    border: 1px solid #004AAD;
    border-top: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.about-title2 {
    font-size: 25px;
    color: #004aad;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.contact_btn {
    display: inline-block;
    background: #0b0b0b;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 35px;
}
.infobox {
    border: 1px solid #B8B8B8;
    padding: 25px 25px;
    border-radius: 5px;
}
.contact_page_info{
    position: relative;
    padding-left: 52px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 24px;
    line-height: 1.3;
}
.contact_page_info span{
    font-size: 18px;
    font-weight: bold;
    color: #0d003b;
    text-transform: uppercase;
}
.contact_page_info img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 38px;
}
.contact_page_info a {
    color: #595959;
}
.map iframe {
    margin-bottom: 0;
    height: 254px;
}
.icon {
    text-align: center;
}
.mat-mdc-form-field input:focus{
    outline: none !important;
    box-shadow: none !important;
}
.mat-mdc-form-field-infix textarea:focus, .mat-mdc-form-field-infix .mat-mdc-select:focus{
    outline: none !important;
    box-shadow: none !important;
}
.repair_page_box .form-part{
    margin-top: 15px;
}
.thankyou_page_subheading span {
    color: #06a202;
    font-size: 20px;
}
.thankyou_page_subheading {
    color: #000;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #0351b7;
    color: #fff !important;
    width: 50%;
    float: left;
    padding: 10px 0;
    font-weight: 600;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding: 9px 8px;
}
.footer_btn3 {
    background: #262525;
    color: #fff !important;
    width: 50%;
    float: left;
    padding: 10px 0;
    font-weight: 600;
}
.alert-danger {
  font-size: 12px;
  padding: 5px 10px;
  color: #fe0201;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
    #banner-slider .item img{
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (min-width : 320px) and (max-width : 1023px) { 
    .address2{
        display: none;
    }
    .fixed-header {
        box-shadow: 0 0 3px #807a7a;
    }    
    .logo img, .fixed-header .logo img {
        width: 100px;
    } 
    .mobile-menu {
        position: fixed;
        top: 27px;
        right: 12px;
    }
    .menu{
        display: none;
    }
    .social{
        display: none;
    }
    .book-btn{
        position: fixed;
        top: 25px;
        right: 57px;
        padding: 9px 18px 8px;
    }
    .banner {
        margin-top: 86px;
    }
    .banner-part {
        width: 100%;
        padding: 24px 25px;
    }
    .banner-title {
        font-size: 25px;
        line-height: 29px;
        padding-right: 0;
    }
    .banner-text {
        margin-top: 5px;
    }
    .banner-btn a {
        margin: 10px 6px 0 0;
        padding: 8px 16px 6px;
    }
    .banner-btn a:last-child{
        padding: 8px 16px 6px;
    }
    #banner-slider .owl-prev {
        left: 0;
    }
    #banner-slider .owl-next {
        right: 0;
    }
    #banner-slider .owl-prev img, #banner-slider .owl-next img{
        width: 26px;
    }
    .swing-img{
        display: none;
    }
    .repair-sec {
        padding: 30px 0 22px;
    }
    .repair-title {
        font-size: 24px;
        line-height: 25px;
    }
    .box1-top {
        margin-top: 15px;
    }
    .repair-sec .repair-title{
        margin-bottom: 10px;
    }
    .box1-text {
        font-size: 15px;
    }
    .box1-img {
        width: 170px;
    }
    .big-title {
        font-size: 38px;
        line-height:38px;
    }
    .blink-star {
        padding: 0 10px;
    }
    .problem-fix-sec {
        padding: 20px 0 10px;
    }
    #service-slider {
        margin-top: 20px;
    }
    #service-slider .item {
        padding: 22px 22px 10px;
    }
    .repair-btn {
        padding: 9px 18px 8px;
        margin-top: 15px;
    }
    .brand-sec {
        padding: 10px 0 25px;
    }
    .brand-list ul li {
        margin: 0 6px 12px;
    }
    .left-part {
        padding: 35px 0;
    }
    .choose-list {
        margin-top: 26px;
    }
    .choose-list ul li {
        gap: 10px;
        margin-top: 15px;
    }
    .choose-list ul li strong {
        font-size: 16px;
    }
    .choose-list ul li img {
        min-width: 60px;
    }
    .tbr{
        padding-right: 0;
    }
    .right-part {
        padding: 30px 12px 30px 0;
    }
    .submit-btn {
        padding: 10px 25px 8px;
    }
    .review-sec {
        padding: 35px 0 15px;
    }
    .review-part {
        margin-top: 20px;
    }
    #testimonialSlider .owl-dots {
        margin-top: 15px !important;
    }
    .home_reviews_box_text{
        max-height: 80px;
    }
    .affordable-sec .repair-title {
        font-size: 25px;
        line-height: 30px;
    }
    .aff-btn a {
        font-size: 15px;
        padding: 10px 18px 8px;
        margin: 15px 3px 0;
    }
    .footer {
        padding: 30px 0 60px;
    }
    .foot_logo img{
        width: 115px;
    }
    .foot_text {
        margin-top: 10px;
    }
    .foot_social{
        margin-top: 10px;
    }
    .footer_bottom {
        margin-top: 20px;
        padding-top: 25px;
    }
    .google-review {
        gap: 10px;
        font-size: 14px;
    }
    .foot_address {
        margin-top: 20px;
    }
    .foot_address ul li {
        gap: 10px;
    }
    .foot_address ul li strong {
        font-size: 16px;
    }
    .foot_address ul li img{
        width: 45px;
    }
    .line1::before{
        display: none;
    }
    .foot_left {
        padding-left: 12px;
    }
    .foot_title {
        margin-bottom: 8px;
        margin-top: 15px;
    }
    .copyright{
        margin-top: 20px;
    }
    .inner_bannerinfo {
        padding: 65px 0;
        margin-top: 86px;
    }
    .inner_bannertext {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 1px;
    }
    .inner_pg_info {
        margin: 30px 0 40px;
    }
    .repair_page_box{
        padding: 25px 20px;
    }
    .repair_page_box .about-title2{
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .about-title5{
        font-size: 24px;
        line-height: 26px;
    }
    .repair_btn{
        padding: 8px 25px;
    }
    .contact_btn {
        padding: 8px 32px;
    }
    .about-title4 {
        font-size: 30px;
        line-height: 32px;
        margin: 6px 0 8px;
    }
    .repair_page_box .repair_submit_btn{
        margin-top: 10px;
    }
    .abt-title {
        font-size: 21px;
    }
    .abt-title.dup {
        font-size: 18px;
    }
    .ab-iner-img{
        margin-top: 15px;
    }
    .ab-iner-img img{
        width: 100%;
    }
    .inr-sec {
        margin-top: 35px;
        padding: 35px 0;
    }
    .bottom-sec {
        padding: 32px 10px;
        margin-top: 35px;
    }
    #faqpage .accordion-button {
        font-size: 15px;
        padding: 12px 10px;
        line-height: 1.3;
    }
    .in-faq .accordion-body{
        padding: 12px 10px;
        font-size: 15px;
    }
    .about-title2 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .contact-right{
        margin-top: 25px;
    }
    .infobox {
        padding: 22px 15px;
    }
    .contact_page_info {
        padding-left: 46px;
        font-size: 16px;
        margin-top: 18px;
    }
    .contact_page_info img {
        width: 32px;
    }
    .contact_page_info span {
        font-size: 17px;
    }
    .inner_text_hd {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .learn-btn{
        padding: 10px 48px 8px 15px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
    .address2{
        display: none !important;
    }
    .mobile-menu {
        right: 12px !important;
    }
    .book-btn {
        right: 60px !important;
    }
    #banner-slider .item img{
        height: 300px !important;
        object-fit: cover !important;
    }
    .box1-top {
        width: 50%;
    }
    .box1-img {
        width: 145px !important;
    }
    .contact-right {
        margin-top: 25px !important;
    }

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .address2 {
        display: flex;
        position: fixed;
        top: 36px;
        right: 200px;
    }
    .address2 span{
        font-size: 12px;
    }
    .address2 span img{
        max-width: 16px;
    }
    .book-btn {
            right: 50px;
    }
    .banner-part {
        width: 470px;
        padding: 32px 25px 30px;
    }
    .box1-img {
        width: 180px;
    }
    .repair-sec{
        padding-bottom:26px;
    }
    .choose-list ul li img {
        min-width: 55px;
    }
    .contact-right {
        margin-top: 0;
    }

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .address2 span {
        gap: 5px;
        margin-right: 9px;
        font-size: 13px;
    }
    .address2 span img{
        max-width: 15px;
    }
    .box1-img {
        width: 160px;
    }
    .repair-title {
        font-size: 26px;
        line-height: 30px;
    }
    .learn-btn{
        padding: 10px 33px 8px 15px;
    }
    .right-part{
        padding-right: 6%;
    }
    .left-part {
        padding-left: 0;
        padding-right: 0;
    }
    .repair_page_box{
        padding: 30px 20px;
    }
    .repair_page_box .about-title2 {
        font-size: 25px;
        line-height: 30px;
    }
    .about-title5{
        font-size: 25px;
        line-height: 30px;
    }
    .about-title4 {
        font-size: 36px;
        line-height: 36px;
    }
    .foot_left {
        padding-left: 12px;
    }
    .foot_address ul li strong {
        font-size: 17px;
    }
    .foot1 li {
        font-size: 14px;
    }
    .contact-info span{
        font-size: 14px;
        gap: 8px;
    }
    .contact-info span img{
        width: 30px;
    }

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .address2 {
        display: flex;
        position: fixed;
        top: 35px;
        right: 228px;
    }
    .address2 span{
        font-size: 13px;
    }
    .address2 span img{
        max-width: 16px;
    }
    .mobile-menu {
        right: 35px;
    }
    .book-btn {
        right: 75px;
    }
    .banner-part {
        width: 470px;
        padding: 32px 25px 30px;
    }
    .box1-img {
        width: 180px;
    }
    .repair-sec{
        padding-bottom:26px;
    }
    .choose-list ul li img {
        min-width: 55px;
    }
    .contact-right {
        margin-top: 0;
    }
    .repair_page_box .about-title2, .about-title5 {
        font-size: 22px;
        line-height: 24px;
    }

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
    .address2 span {
        font-size: 13px;
    }
    .box1-img {
        width: 160px;
    }
    .repair-title {
        font-size: 26px;
        line-height: 30px;
    }
    .right-part{
        padding-right: 6%;
    }
    .left-part {
        padding-left: 0;
        padding-right: 0;
    }
    .choose-list ul li img {
        min-width: 65px;
    }
    .repair_page_box{
        padding: 30px 20px;
    }
    .repair_page_box .about-title2 {
        font-size: 25px;
        line-height: 30px;
    }
    .about-title5{
        font-size: 25px;
        line-height: 30px;
    }
    .about-title4 {
        font-size: 36px;
        line-height: 36px;
    }
    .foot_left {
        padding-left: 12px;
    }
    .foot_address ul li strong {
        font-size: 17px;
    }
    .foot1 li {
        font-size: 14px;
    }
    .contact-info span{
        font-size: 14px;
        gap: 8px;
    }
    .contact-info span img{
        width: 30px;
    }
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
     .address2 {
        position: relative;
        top: 0;
        right: 0;
    }
    .address2 span {
        font-size: 13px;
    }
    .box1-img {
        width: 160px;
    }
    .repair-title {
        font-size: 26px;
        line-height: 30px;
    }
    .right-part{
        padding-right: 6%;
    }
    .left-part {
        padding-left: 0;
        padding-right: 0;
    }
    .choose-list ul li img {
        min-width: 65px;
    }
    .repair_page_box{
        padding: 30px 20px;
    }
    .repair_page_box .about-title2 {
        font-size: 25px;
        line-height: 30px;
    }
    .about-title5{
        font-size: 25px;
        line-height: 30px;
    }
    .about-title4 {
        font-size: 36px;
        line-height: 36px;
    }
    .foot_left {
        padding-left: 12px;
    }
    .foot_address ul li strong {
        font-size: 17px;
    }
    .foot1 li {
        font-size: 14px;
    }
    .contact-info span{
        font-size: 14px;
        gap: 8px;
    }
    .contact-info span img{
        width: 30px;
    }

}

@media screen and (min-width: 1424px) {
    .inner_bannerinfo{
        padding: 155px 0;
    }
}

@media screen and (min-width: 1624px) {
    .left-part{
        padding-right: 6%;
    }
    .inner_bannerinfo{
        padding: 175px 0;
    }
}

@media screen and (min-width: 1920px) {
    .inner_bannerinfo{
        padding: 220px 0;
    }
}

@media screen and (min-width: 2048px) {
    .inner_bannerinfo{
        padding: 240px 0;
    }
}

@media screen and (min-width: 2550px) {
    .inner_bannerinfo{
        padding: 280px 0;
    }
}    
