body {
    margin: 0;
    padding: 0;
    font-family: 'Outfit';
}
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: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-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;
    box-shadow: 0 0 4px #acacac;
    z-index: 999;
}
.fixed-header .logo img {
    width: 140px;
}
.fixed-header .top-bar {
    height: 0;
    padding-bottom: 0;
    border-bottom: none
}
.fixed-header .stellarnav ul li a {
    padding: 31px 0;
}
.logo img {
    width: 166px;
    transition: ease 0.5s all 0s;
}
.header-right {
    border-left: 1px solid #c3c3c3;
    padding-left: 0;
}
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
    padding-left: 20px;
    height: 50px;
    overflow: hidden;
    transition: ease 0.5s all 0s;
}
.top-text {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}
.search-btn {
    display: inline-flex;
    align-items: center;
}
.search-btn input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0 3px;
    color: #000;
    width: 180px;
}
.search-btn input:focus {
    outline: none;
}
.search-btn button {
    background: transparent;
    border: none;
    padding: 0;
}
.address-bar2 {
    display: inline-block;
    vertical-align: middle;
}
.address-bar2 ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
}
.address-bar2 ul li {
    display: inline-block;
    font-size: 16px;
    padding-right: 8px;
    color: #1c1c1c;
    border-right: 1px solid;
    margin-right: 5px;
}
.address-bar2 ul li a {
    color: #000;
}
.address-bar2 ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
.cart-icon {
    margin-left: 10px;
    margin-right: 13px;
    padding-left: 10px;
    position: relative;
}
.cart-icon:before {
    width: 1px;
    height: 23px;
    background: #918e8e;
    position: absolute;
    top: 0;
    left: -2px;
    content: "";
}
.cart-no {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e41a23;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: -10px;
    bottom: -3px;
    line-height: 18px;
}
.menu-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}
.menu {
    display: inline-block;
    vertical-align: middle;
}
.call-btn {
    display: inline-block;
    vertical-align: middle;
    background: #1d1d1d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 5px;
    transition: ease 0.5s all 0s;
}
.call-btn:hover {
    background: #0077b6;
}
.call-btn img {
    transform: translate(-8px, -1px);
}
.store-btn {
    display: inline-block;
    vertical-align: middle;
    background: #0077b6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 5px;
    margin-left: 5px;
    transition: ease 0.5s all 0s;
}
.store-btn:hover {
    background: #1d1d1d;
}
.banner {
    margin-top: 118px;
    position: relative;
    overflow: hidden;
}
#banner_slide .owl-prev,
#banner_slide .owl-next {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-weight: normal;
}
#banner_slide .owl-prev {
    left: 10px;
}
#banner_slide .owl-next {
    right: 10px;
}
#banner_slide .owl-prev span,
#banner_slide .owl-next span {
    font-size: 75px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 0 0;
    border-radius: 50%;
    color: #fff;
}
#banner_slide .owl-dots {
    display: none;
}
.banner-form {
    max-width: 485px;
    background: #0077b678;
    padding: 24px 22px;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.banner-frm-title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.banner-frm {
    margin-top: 5px;
}
.frm-title {
    color: #e3e3e3;
    font-size: 15px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 5px;
}
.frm-title a {
    color: #e3e3e3;
    text-decoration: underline !important;
}
.frm_fld .form-control {
    width: 100%;
    background: #fff;
    padding: 9px 12px;
    margin-top: 10px;
    border: none;
    border-radius: 3px;
}
.frm_fld .form-control:focus {
    box-shadow: none;
}
.banner-frm .frm_fld.search-f input {
    background: url(../images/search-icon.png) #fff no-repeat;
    background-position: center right 15px;
}
.frm_fld select.form-control {
    background: url(../images/dropdown.png) center right 10px no-repeat #fff;
}
.contact-form-btn {
    display: block;
    background: #000000;
    color: #fff;
    border-radius: 3px;
    margin: 15px auto 0;
    border: none;
    padding: 12px 22px;
    font-weight: 500;
}
.choose-us-sec {
    padding: 50px 0 30px;
}
.box1 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #040606;
    gap: 10px;
    background: #fff;
    box-shadow: 0 0 6px #c5c5c5;
    border-radius: 5px;
    padding: 15px 20px;
    line-height: 1.2;
}
.box1 img {
    background: #000000;
    border-radius: 50%;
}
.pricing-sec {
    padding: 30px 0 40px;
}
.priceing-left {
    padding-right: 10%;
}
.small-title {
    font-size: 14px;
    font-weight: bold;
    color: #1b1717;
}
.pricing-title {
    font-size: 34px;
    font-weight: bold;
    color: #1b1717;
    line-height: 38px;
    margin-top: 5px;
}
.pricing-text {
    font-weight: 500;
    color: #484848;
    margin-top: 10px;
}
.box2-top {
    margin-top: 20px;
}
.box2 {
    text-align: center;
    box-shadow: 0 0 11px -4px #c5c5c5;
    border-radius: 5px;
    padding: 32px 5px 15px;
    min-height: 100%;
    transition: ease 0.5s all 0s;
}
.box2:hover {
    box-shadow: 0 0 5px 2px #c0bfbf;
}
.pic {
    position: relative;
}
.pic:before {
    width: 88px;
    height: 75px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #ebf2f6;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: -1;
}
.box2-title {
    font-size: 16px;
    font-weight: 600;
    color: #1b1717;
    margin-top: 14px;
}
.box2 a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #0077b6;
    margin-top: 2px;
    transition: ease 0.3s all 0s;
}
.box2 a:hover {
    color: #000;
    transform: scale(1.1);
}
.box2 a img {
    margin-left: 4px;
    transition: ease 0.3s all 0s;
}
.box2 a:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(94%) saturate(7281%) hue-rotate(166deg) brightness(107%) contrast(100%);
}
.repair-sec {
    padding: 35px 0 40px;
    text-align: center;
}
.get-btn {
    display: inline-block;
    background: #1d1d1d;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 24px;
    border-radius: 3px;
    margin-top: 20px;
    transition: ease 0.5s all 0s;
}
.get-btn:hover {
    background: #0077b6;
}
.favourite-category-sec {
    background: #e6f6ff;
    padding: 40px 0 54px;
}
.box3-top {
    margin-top: 30px;
}
.box3 {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: ease 0.3s all 0s;
}
.box3 img {
    width: 100%;
}
.box3-button {
    position: absolute;
    bottom: 13px;
    width: 100%;
    transition: ease 0.3s all 0s;
}
.box3:hover .box3-button {
    bottom: 25px;
}
.box3-button a {
    display: block;
    background: #0077b6db;
    color: #fff;
    font-weight: 600;
    padding: 8px 15px;
    margin: 0 12%;
    border-radius: 3px;
    text-align: center;
    transition: ease 0.5s all 0s;
}
.box3:hover .box3-button a {
    background: #000000b5;
}
.box3-button a img {
    margin-left: 2px;
    width: auto !important;
}
.about-sec {}
.about-left {
    padding-left: 2%;
    padding-right: 9%;
    display: flex;
    align-items: center;
}
.read-btn {
    display: inline-block;
    background: #0077b6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 3px;
    margin-top: 20px;
    transition: ease 0.5s all 0s;
}
.read-btn:hover {
    background: #2c2c2c;
}
.about-right img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.service-sec {
    padding: 50px 0;
}
#service-slider {
    margin-top: 20px;
}
#service-slider .item {
    margin: 5px;
    padding: 14px 5px 5px;
    background: #e8ecef;
    border-radius: 5px;
    min-height: 100%;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 3px 6px -2px #b2b2b2;
}
.serv-img img {
    width: 85px;
}
.s-title {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
    line-height: 1.2;
    min-height: 38px;
}
.rep-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #3e4041;
    margin-top: 5px;
    transition: ease 0.5s all 0s;
}
.rep-btn:hover {
    color: #0077b6;
}
#service-slider .owl-stage {
    display: flex;
}
#service-slider .owl-stage-outer {
    padding-bottom: 20px;
}
#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;
}
.mother-board-sec {
    background: #141617;
}
.board-left {
    display: flex;
    align-items: center;
    padding-left: 9%;
}
.board-left .pricing-title {
    font-size: 30px;
}
.board-list {}
.board-list ul {
    margin: 0;
    padding: 0;
}
.board-list ul li {
    display: flex;
    align-items: start;
    color: #fff;
    font-size: 14px;
    gap: 15px;
    margin-top: 20px;
}
.board-list ul li strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}
.board-list ul li img {
    background: #0077b6;
    border-radius: 50%;
}
.book-btn {
    display: inline-block;
    background: #fff;
    color: #141617;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 24px;
    border-radius: 3px;
    margin-top: 24px;
    margin-left: 92px;
    transition: ease 0.5s all 0s;
}
.board-right {
    height: 100%;
}
.board-right img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.choose-us-sec {
    padding: 50px 0 30px;
}
.box4-top {
    margin-top: 30px;
}
.box4 {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.box4:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 37, 57, 0.83) 15%, rgba(0, 37, 57, 0.69) 37%, rgba(0, 37, 57, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.box4 img {
    width: 100%;
}
.box4-content {
    position: absolute;
    bottom: 24px;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    line-height: 1.3;
    z-index: 9;
}
.box4-content strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.brand-sec {
    padding: 20px 0 50px;
}
.brand ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.brand ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    border-right: 1px solid #a2a2a2;
}
.brand ul li:last-child {
    border-right: none;
}
.faq-sec {
    padding: 50px 0;
}
.faq-part {
    margin-top: 30px;
}
.faq-part .accordion-item {
    margin-top: 10px;
    border-radius: 0;
    border: none;
    background: transparent;
}
.faq-part .accordion-button {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 50px;
    display: flex;
    align-items: center;
    text-transform: none;
    transition: ease 0.5s all 0s;
    background: transparent !important;
    border-bottom: 1px solid #a9a9a9;
}
.faq-part .accordion-button strong {
    font-size: 30px;
    font-weight: 600;
    color: #010101;
    border-right: 1px solid #908e8e;
    margin-right: 12px;
    min-width: 46px;
}
.faq-part .accordion-button:not(.collapsed),
.faq-part .accordion-button:hover {
    color: #000 !important;
    background: transparent !important;
}
.accordion-button::after {
    width: 22px;
    height: 18px;
    background-size: 22px;
    transition: ease 0.5s all 0s;
}
.accordion-button:not(.collapsed)::after,
.accordion-button:hover:after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7485%) hue-rotate(28deg) brightness(93%) contrast(105%) !important;
}
.faq-part .accordion-body {
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #858181
}
.footer {
    background: #151515;
    padding: 40px 0 15px;
}
.foot_title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
}
.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 {
    color: #0faafc;
}
.foot1.second li {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    gap: 6px;
}
.foot1.second li img {
    width: 18px;
    margin-right: 4px;
}
.foot_left {
    padding-left: 20px;
}
.line1 {
    position: relative;
}
.line1::before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ffffff26;
    top: 0;
    right: 8px;
    content: "";
}
.copyright {
    text-align: center;
    padding: 15px 0 0;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #ffffff17;
    text-transform: uppercase;
    margin-top: 30px;
}
.copyright a {
    color: #0077b6;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 52px;
    right: -10%;
    color: #fff;
    background: #0077b6;
    text-align: center;
    opacity: 0;
    transition: ease 0.5s all 0s;
}
#back2Top.show {
    opacity: 1;
    right: 0;
}
.inner_page_banner {
    background: url(../images/inner-banner.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 90px 0;
    margin-top: 118px;
    margin-bottom: 50px;
    position: relative;
}
.inner_page_banner:before {
    width: 100%;
    height: 100%;
    background: #000000a3;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.inner_page_banner .container {
    position: relative;
    z-index: 9;
}
.inner_page_banner_heading {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    /* text-transform: capitalize; */
    margin-bottom: 5px;
}
.inner_page_container {
    padding: 0 0 50px;
}
.inner_page_banner .breadcrumb {
    font-size: 14px;
}
.inner_page_banner .breadcrumb-item.active,
.inner_page_banner .breadcrumb-item a,
.inner_page_banner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.inner_page_heading {
    color: #111;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
    position: relative;
    padding-bottom: 15px;
    font-weight: bold;
}
.inner_page_heading strong {
    color: #0077B6;
    font-weight: bold;
}
.inner_page_heading::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #0077B6;
}
.contact_page_info {
    position: relative;
    padding-left: 47px;
    color: #666;
    margin-top: 25px;
}
.contact_page_info a {
    color: #666;
}
.contact_page_info strong {
    color: #222;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px;
}
.contact_form .form-control {
    min-height: 46px;
    margin-top: 12px;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    resize: none;
}
.contact_form select.form-control {
    background: url(../images/dropdown.png) center right 10px no-repeat #fff;
}
.contact_form .contact_btn {
    background: #0077B6;
    border: none;
    color: #fff;
    font-weight: 500;
    margin-top: 16px;
    border-radius: 4px;
    padding: 8px 25px;
    display: inline-block;
}
.contact_form {
    margin-top: 15px;
}
/*********************************** REPAIR ***************/
.repair-form-sec {
    background: #0077b6;
    padding: 30px 25px;
    border-radius: 7px;
}
.repair-form-sec .contact_btn {
    background: #000;
    margin: 22px auto 0;
    display: block;
}
.repair-form-sec .contact_form .form-control {
    border: none;
}
.repair_page_fixed_section.two {
    margin-top: 119px;
}
.repair_page_container {
    background: #fff;
    padding: 50px 0 50px;
}
.repair_page_fixed_section .progress {
    height: 0px;
    margin-bottom: 0px;
    background-color: #0077B6;
    border-radius: 0;
    box-shadow: none;
}
.repair_page_fixed_section .progress-bar {
    background-color: #0077B6;
}
.repair_result_image {
    text-align: center;
}
.repair_model_div {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 35px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 19px 0px rgb(0 0 0 / 10%);
}
.repair_model_img {
    max-width: 65%;
    padding: 70px 0;
}
.repair_spec_border {
    border-right: 1px solid #0077B6;
}
.repair_spec_block_inner {
    border: 1px solid #c04055;
    background: #f8feff;
    padding: 25px 20px;
}
.repair_spec_block_inner_text1 {
    color: #0077B6;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
}
.repair_spec_block_inner_text2 {
    color: #0077B6;
    font-size: 16px;
    margin-top: 5px;
}
.repair_main_info_box {
    border: 2px solid #0077B6;
    border-radius: 10px;
    padding: 20px;
}
.repair_main_info_box_title {
    font-size: 20px;
    color: #000;
    position: relative;
    padding-right: 115px;
}
.repair_main_info_box_price {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
}
.repair_main_info_box_line {
    background: #000;
    height: 1px;
    width: 85%;
    margin: 20px auto;
}
.repair_main_info_box_model {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
}
.repair_details_offer {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}
.repair_main_info_box_title strong {
    color: #000;
}
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-top: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #000;
}
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox_container .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #000;
    border-radius: 50%;
}
.repair_main_info_box_price_bottom {
    background: #666;
    padding: 9px 10px;
    border-radius: 5px;
    margin-top: 25px;
    color: #fff;
    font-size: 24px;
}
.repair_page_main_heading {
    font-size: 26px;
    color: var(--lightBlack);
    text-transform: capitalize;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    line-height: 28px;
}
/* .repair_page_main_heading:before {
background: url("../images/line.png") no-repeat center;
position: absolute;
content: "";
width: 100%;
bottom: -8px;
left: 0;
height: 7px;
} */
.repair_device_block {
    margin-top: 15px;
    text-align: center;
}
.repair_page_topbar {
    background: #0077B6;
    overflow: hidden;
}
.repair_page_topbar_block {
    position: relative;
    padding: 10px 15px 10px 39px;
    min-height: 61px;
}
.repair_page_topbar_block1 {
    padding-left: 15px;
}
.repair_page_topbar_block1::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    right: 0px;
    background: var(--lightGray);
    /* -webkit-clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
clip-path: polygon(100% 50%, 0% 100%, 0% 0%); */
}
.repair_page_topbar_block2 {
    background: #0077B6;
}
.repair_page_topbar_block2::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 0;
    bottom: 0;
    right: 0px;
    width: 1px;
    background: var(--lightGray);
}
.repair_page_topbar_block3 {
    background: #0077B6;
}
.repair_page_topbar_block3::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 0;
    bottom: 0;
    right: 0px;
    width: 1px;
    background: var(--lightGray);
}
.repair_page_topbar_block4 {
    background: #0077B6;
}
.repair_page_topbar_block4::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 0;
    bottom: 0;
    right: -1200px;
    width: 1200px;
    background: #0077B6;
}
.repair_page_topbar_heading {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.repair_page_topbar_text {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.repair_btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #0077B6;
    color: #fff;
    padding: 10px 25px;
    overflow: hidden;
    border-radius: 4px;
    font-size: 20px;
    width: auto;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-align: center;
}
.repair_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.home_why_section_heading {
    color: #111;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}
.home_why_section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 0 35px;
}
.text-center {
    text-align: center !important;
}
.home_why_block {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 20px 25px;
}
.home_why_block:last-child {
    border-right: none;
}
.home_why_block img {
    width: 45px;
}
.home_why_block_heading {
    font-size: 15px;
    font-weight: bold;
    margin-top: 14px;
    color: #000;
}
.home_why_block_text {
    margin-top: 5px;
    color: #181717;
    font-size: 15px;
    line-height: 1.4;
}
.contact_page_heading {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.repaire_related_problem_img {
    width: 192px;
    height: 192px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
}
.repaire_related_problem_img img {
    padding: 35px 0;
    width: 130px;
}
.repair_page_related_txt {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-top: 18px;
}
.repair_page_related_container {
    background: url("../images/shape3.png") #08b5fd;
    padding: 50px 0;
}
.booknow_page_container {
    padding: 60px 0 30px;
    background: #fff;
}
.booking_page_inner .contact-form-btn {
    margin: 16px 0 0;
    padding: 8px 28px;
}
.book_now_page_item {
    margin-top: 15px;
    padding: 24px 10px 10px 122px;
    position: relative;
    min-height: 120px;
    border: 1px solid #666;
    background: #000;
}
.book_now_page_item img {
    position: absolute;
    width: 100px;
    top: 10px;
    left: 10px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}
.book_now_page_item_name {
    color: #000;
    font-weight: 400;
    font-size: 17px;
}
.book_now_page_item_text {
    color: #fff;
    font-size: 15px;
}
/*========== Service Start ============*/
.service_list_page_top_heading {
    color: #222;
    font-weight: 600;
    font-size: 22px;
}
.service_list_page_box {
    margin-top: 40px;
}
.service_list_page_box_inner {
    background: #fff;
    box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
    border-radius: 7px;
    text-align: center;
    min-height: 100%;
    padding: 0 0 25px;
}
.service_list_page_box_img img {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service_list_page_box_inner:hover .service_list_page_box_img img {
    transform: scale(1.1);
}
.service_list_page_box_heading {
    font-weight: 600;
    color: #222;
    font-size: 20px;
    padding: 20px 20px 0;
}
.service_list_page_box_text {
    color: #666;
    padding: 15px 20px 0;
}
.service_list_page_box_btn {
    display: inline-block;
    background: #0077b6;
    color: #fff !important;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service_list_page_box_btn:hover {
    background: #111;
}
.service_list_page_box_icon img {
    box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
    border-radius: 50%;
    width: 85px;
    margin-top: -43px;
    position: relative;
    z-index: 9;
    padding: 5px;
    background: #fff;
}
.service_details_top_section {
    padding: 70px 0;
}
.service_details_img img {
    border-radius: 10px;
}
.inner_page_text {
    color: #666;
    margin-top: 20px;
}
/*======= Product Page =======*/
.product_page_breadcrumb {
    padding: 10px 0 9px;
    border-bottom: 1px solid #ddd;
}
.listing_page_container,
.cart_page_container {
    padding: 0 0 40px;
}
.listing_left_heading {
    background: #0077B6;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px;
}
.listing_left_content {
    border: 1px solid #ddd;
    padding: 12px 5px;
    margin-bottom: 20px;
}
.listing_left_content .accordion-button {
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed),
.listing_left_content .accordion-button:hover {
    background: #1d1d1d !important;
    color: #fff !important;
}
.listing_left_content .accordion-item {
    border: none !important;
}
.listing_left_content .accordion-button:not(.collapsed)::after,
.listing_left_content .accordion-button:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7432%) hue-rotate(92deg) brightness(118%) contrast(99%) !important;
}
.listing_left_content .accordion-button::after {
    width: 16px !important;
    height: 16px !important;
    background-size: 15px !important;
}
.check_block {
    display: block;
    position: relative;
    padding-left: 24px;
    margin: 7px 0 0;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #191818;
}
.check_block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check_block .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #0077B6;
    border-radius: 3px;
}
.check_block:hover input~.checkmark {
    background-color: #eee;
}
.check_block input:checked~.checkmark {
    background-color: #0077B6;
}
.check_block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check_block input:checked~.checkmark:after {
    display: block;
}
.check_block .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.listing_block_inner {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    min-height: 100%;
    position: relative;
    padding: 10px 10px 20px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.listing_block_inner:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.related_slide .listing_block_inner {
    min-height: auto;
}
#owl-demo .owl-nav,
#owl-demo .owl-dot {
    display: none;
}
.sale_tag {
    width: 50px;
    height: 50px;
    background: #ff0909;
    position: absolute;
    top: 10px;
    right: 9px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50%;
    padding: 12px 0 0;
    text-align: center;
}
.listing_block {
    margin-top: 25px;
    text-align: center;
}
.listing_block_heading {
    color: #1d1d1d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 15px;
}
.listing_block_price {
    color: #0077b6;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}
.listing_block_price strike {
    color: #a2a2a2;
    margin-left: 5px;
}
.listing_block_btn {
    display: inline-block;
    margin-top: 15px;
    background: #0e98e1;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 5px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.listing_block_btn:hover {
    color: #fff !important;
    background: #0e98e1;
}
.view_cart1 {
    display: inline-block;
    margin-top: 9px;
    color: #090909;
    font-weight: 500;
    font-size: 17px;
    text-decoration: underline !important;
}
.listing_block_btn2 {
    background: #0077B6;
    display: inline-block;
    margin-top: 15px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.listing_block_btn2:hover {
    background: #0e8380;
}
.listing_result_heading {
    font-weight: 500;
    font-size: 18px;
    color: #414141;
    margin-top: 9px;
}
.sorting_form .form-control {
    background: url("../images/dropdown.png") no-repeat center right 10px;
    font-weight: 500;
    color: #414141;
    min-height: 45px;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.pagination_section {
    margin-top: 40px;
    text-align: center;
}
.price_range {
    padding: 10px 22px 25px;
}
.cat_btn {
    background: url("../images/arrow.png") no-repeat center right;
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
    color: #414141 !important;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding: 8px 0;
}
.cat_container {
    background: #eee;
    padding: 5px 10px 10px;
}
.product_details_heading {
    font-size: 25px;
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
    line-height: 32px;
}
.product_details_subheading {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
}
.product_details_spec_heading {
    font-size: 25px;
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
    line-height: 26px;
}
.radio_block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 4px 7px 3px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radio_block .checkmark {
    border: 1px solid #9b9b9b;
    color: #8c8c8c;
    font-size: 14px;
    padding: 4px 10px;
    display: block;
    border-radius: 4px;
}
.radio_block:hover input~.checkmark {
    background-color: #eee;
}
.radio_block input:checked~.checkmark {
    background-color: #202020;
    color: #fff;
    border-color: #202020;
}
.large-5 .owl-dots {
    display: none !important;
}
.large-5 .owl-prev,
.large-5 .owl-next {
    border: none;
    background: transparent;
    color: #0000009e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-weight: normal;
}
.large-5 .owl-prev {
    left: -40px;
}
.large-5 .owl-next {
    right: -40px;
}
.large-5 .owl-prev span,
.large-5 .owl-next span {
    font-size: 80px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 7px 0;
    border-radius: 50%;
    color: #3e3e3e;
}
.details_price {
    color: #0077B6;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin: 16px 15px 0;
}
.details_price strike {
    color: #a2a2a2;
}
.qty_text {
    font-size: 18px;
    color: #222222;
    display: inline-block;
    vertical-align: top;
    margin: 6px 5px 0 0;
}
.oty_section {
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
}
.oty_section .input-group {
    position: relative;
    display: inline-block;
    width: 65px;
    vertical-align: top;
    margin-top: 5px;
}
.oty_section .input-group .form-control {
    width: 45px;
    height: 32px;
    border: 1px solid #9b9b9b !important;
    border-radius: 0px;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    text-align: center;
    background: #fff;
    padding: 0;
}
.btn_number_plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 15px;
    background: #000;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    line-height: 6px;
}
.btn_number_minus {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17px;
    height: 15px;
    background: #000;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 0 0 3px;
    line-height: 6px;
}
.details_buy_btn {
    display: inline-block;
    vertical-align: top;
    background: #0077b6;
    text-transform: capitalize;
    border: none;
    margin: 15px 0 0;
    border-radius: 4px;
    color: #fff !important;
    padding: 9px 20px;
    font-size: 16px;
    font-weight: 600;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.details_buy_btn:hover {
    background: #0077B6;
}
.details_klarna {
    max-width: 100%;
    margin: 20px 0 0;
}
.details_review {
    margin-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
}
.details_review img {
    display: inline-block;
    vertical-align: top;
}
.details_review span {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.details_tab .nav-tabs {
    border-bottom-color: #eee;
    margin-top: 50px;
}
.details_tab .nav-tabs li {
    margin-right: 10px;
}
.details_tab .nav-tabs li a {
    font-size: 19px;
    color: #333;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    border: none;
    background: #eee;
}
.details_tab .nav-tabs li .active {
    background: #0077B6;
    color: #fff;
}
.details_tab .tab-content {
    margin-top: 30px;
    color: #333;
    font-size: 17px;
}
.review_form .form-control {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    border-radius: 0;
    margin-top: 15px;
    min-height: 45px;
    appearance: none;
    resize: none;
}
.review_form select {
    background: url("../images/arrow.png") no-repeat center right 10px;
}
.review_form .review_form_btn {
    background: #0077B6;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 22px;
    margin-top: 15px;
}
.related_heading {
    text-transform: capitalize;
    font-size: 24px;
    margin-top: 25px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}
.info_modal .modal-body {
    background: url("../images/banner_bg.jpg") #ecf4ff no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 20px;
}
.gift_modal_header {
    font-weight: bold;
    color: #0077B6;
    text-transform: uppercase;
    font-size: 32px;
}
.info_modal_text {
    color: #0e8380;
    font-size: 17px;
}
.info_model_button {
    display: inline-block;
    background: #0e8380;
    color: #fff !important;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
}
.info_modal .close {
    background: #0e8380 !important;
    opacity: 1 !important;
    text-shadow: none !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -13px;
}
.modal-backdrop {
    z-index: 99999;
}
.modal {
    z-index: 999999;
}
#slider-range {
    margin-top: 15px;
}
.price-range-input {
    position: relative;
    min-height: 20px;
}
.price-range-input .price-range-field {
    min-width: auto;
    background-color: transparent;
    border: none !important;
    border-radius: 0;
    height: auto;
    padding: 0;
    width: auto;
    outline: none !important;
}
.price-range-input #min_price {
    position: absolute;
    left: -10px;
    top: 0;
}
.price-range-input #max_price {
    position: absolute;
    right: -10px;
    top: 0;
    text-align: right;
}
.pagination {
    display: block;
    text-align: center;
    margin-top: 25px;
}
.pagination-container ul li {
    padding: 6px;
    border: solid 1px #ececec;
    margin-top: 14px;
}
.pagination li {
    display: inline-block;
    min-width: 35px;
}
.pagination li a {
    color: #222;
}
#moreImage .owl-stage-outer {
    height: auto !important;
}
.log_q {
    background: #0077b6;
    padding: 26px 20px 10px;
    border-radius: 6px;
}
.forgot_password_link {
    margin-top: 15px;
}
.forgot_password_link a {
    color: #fff;
}
.login_extra_text {
    color: #000;
    margin-top: 5px;
}
.login_extra_text a {
    color: #fff;
}
.log_q .form-control {
    border: none !important;
    box-shadow: none !important;
    min-height: 45px;
}
.cont-text.pp {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.sell_details_button {
    background: #0077B6;
    border: none;
    color: #fff;
    padding: 13px 36px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.sell_details_button.qq {
    background: #fff !important;
    color: #000;
    padding: 7px 40px;
    border-radius: 5px;
    text-transform: none;
}
.checkout_label.qq {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    margin: 12px 0 4px;
    text-transform: capitalize;
    color: #fff;
}
.checkbox_container input:checked~.checkmark {
    background: #0077b6;
}
.checkbox_container.checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart_table_image {
    box-shadow: 0 0px 8px 0px #9b9b9b;
    width: 90px;
    padding: 8px;
}
.sell-heading {
    font-size: 26px;
    font-weight: 600;
    color: #1b1717;
    line-height: 30px;
    margin-bottom: 18px;
}
.cart_table {
    border: 1px solid #ddd;
}
.cart_table thead {
    background: #000 !important;
    color: #fff;
    font-size: 15px;
}
.cart_table tr td {
    vertical-align: middle;
}
.cart_table_product_name {
    font-size: 15px;
}
.cart_table_product_name a {
    color: #000;
}
.cart_table_product_desc {
    font-size: 12px;
    margin-top: 5px;
}
.cart_table_price {
    color: #0077B6;
    font-size: 17px;
    font-weight: 600;
}
.cart_table_action i {
    color: #e00205;
}
.cart_summary_box {
    background: #0077B6;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
}
.cart_continue_btn {
    background: #0077B6;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.cart_continue_btn:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: '';
    transition: 0.6s
}
.cart_continue_btn:hover:before {
    background: #0077B6;
    height: 100%;
    z-index: -1;
    transition: 0.6s
}
.cart_continue_btn:hover {
    color: #fff;
}
.cart_summary_box_cont {
    padding: 0 15px 20px;
    border: 1px solid #dee2e6;
    border-top: none;
}
.cart_complete_btn {
    background: #0077B6;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.cart_complete_btn:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: '';
    transition: 0.6s
}
.cart_complete_btn:hover:before {
    background: #0077B6;
    height: 100%;
    z-index: -1;
    transition: 0.6s
}
.cart_complete_btn:hover {
    color: #fff;
}
.table_total_value {
    color: #14162c;
    font-size: 16px;
    font-weight: 500;
    padding: .75rem 0 !important;
}
.table_total_value_right {
    text-align: right;
}
.table_total_sale {
    color: #0077B6;
    font-size: 18px;
    font-weight: 700;
    padding: .75rem 0 !important;
}
.table_total_sale_right {
    text-align: right;
}
.checkout_main_label {
    background: #0077B6;
    color: #fff;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
}
.checkout_form_inner {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 10px 15px 25px;
}
.checkout_main_label_bottom {
    margin-top: 20px;
}
.pack_guide_table {
    font-size: 13px;
}
.pack_guide_table tr td {
    vertical-align: middle;
}
.checkout_label {
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    color: #000;
}
.checkout_bottom_label {
    color: #7d7d7d;
    font-size: 13px;
}
/* .checkout_form .form-control {
    box-shadow: none;
    margin-top: 4px;
    border-radius: 0px;
    min-height: 35px;
    resize: none;
} */
.checkout_form .form-control {
    box-shadow: none;
    margin-top: 4px;
    border-radius: 5px;
    min-height: 46px;
    resize: none;
    background: #f2f2f2;
    border: 1px solid #020202;
    color: #000;
}
.checkout_table_image {
    box-shadow: 0 0px 8px 0px #9b9b9b;
    width: 80px;
    padding: 8px;
}
.checkout_summary_table tr td {
    vertical-align: middle;
}
.checkout_summary_table_name {
    font-size: 16px;
    font-weight: 500;
}
.payment_method_heading {
    color: #14162c;
    font-size: 22px;
    font-weight: 500;
}
.signoutlabel {
    font-size: 15px;
    font-weight: 500;
}
.otherNetworkDiv {
    font-size: 12px;
    color: #14162c;
}
.checkout_payment {
    margin-top: 10px;
}
.payment_method_box {
    background: #eee;
    padding: 0 15px 15px;
    margin-top: 15px;
}
.checkout_form_btns {
    text-align: right;
}
.checkout_form_button {
    background: #0077B6;
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    cursor: pointer;
    overflow: hidden;
}
.checkout_form_button:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: '';
    transition: 0.6s
}
.checkout_form_button:hover:before {
    background: #0077B6;
    height: 100%;
    z-index: -1;
    transition: 0.6s
}
.checkout_form_button:hover {
    color: #fff;
}
.checkout_form_button_bottom {
    margin-top: 20px;
}
.checkout_address_details_heading {
    color: #0D0D0D;
    font-size: 20px;
    margin-top: 25px;
    border-bottom: 1px solid #0000008f;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 6px;
}
.checkout_address_details_text {
    color: #666;
    font-size: 15px;
    margin-top: 20px;
}
.garage_form {
    margin-top: 10px;
}
.quantity_group {
    position: relative;
    display: inline-block;
    padding-right: 27px;
    margin-right: 10px;
}
.quantity_group_input {
    border: 1px solid #ccc;
    width: 60px;
    height: 44px;
    text-align: center;
    color: #666;
    font-size: 15px;
}
.quantity-right-plus,
.quantity-left-minus {
    position: absolute;
    right: 0;
    width: 28px;
    height: 23px;
    border: 1px solid #ccc;
    background: none;
    line-height: 12px;
}
.quantity-right-plus {
    top: 0;
}
.quantity-left-minus {
    bottom: 0;
}
.login_page_container {
    display: flex;
    align-items: center;
    padding: 0 0 45px;
}
.new_profile_page_left_menu {
    background: #e1e1e1;
    border-top: 4px solid #000;
}
.new_profile_page_left_menu_list ul {
    padding: 0;
    margin: 0;
}
.new_profile_page_left_menu_list ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.new_profile_page_left_menu_list ul li:last-child {
    border-bottom: none;
}
.new_profile_page_left_menu_list ul li a {
    color: #000;
    display: block;
    padding: 10px 10px;
}
.new_profile_page_left_menu_list ul li.active a {
    color: #fff;
    background: #0077b6;
}
.new_profile_page_left_menu_list ul li a i {
    margin-right: 4px;
}
.profile_page_container {
    padding: 150px 0 50px;
}
.new_profile_page_right_content {
    border: 1px solid #ccc;
    padding: 20px;
}
.new_profile_page_left_menu_heading {
    font-weight: bold;
    color: #0077b6;
    font-size: 20px;
    margin: 0 0 20px;
}
.profile_page_info_section {
    background: #14162c;
    margin: 0 0 40px;
    padding: 20px;
}
.profile_page_info_top_left {
    position: relative;
    padding: 10px 0 0 125px;
    color: #fff;
    min-height: 100px;
}
.profile_page_info_top_left i {
    margin-right: 5px;
}
.profile_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
}
.profile_image img {
    width: 100px;
    height: 100px;
}
.profile_page_info_heading {
    font-weight: bold;
    color: #0077b6;
    font-size: 20px;
}
.profile_page_info_top_right {
    text-align: right;
    margin-top: 35px;
}
.profile_page_info_top_right_inner {
    position: relative;
    padding-left: 40px;
    color: #fff;
    display: inline-block;
}
.profile_page_info_top_right_inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}
.profile_edit_btn {
    display: inline-block;
    color: #fff !important;
    background: #0077b6;
    padding: 8px 25px;
    border: none;
    border-radius: 5px;
    margin-top: 5px;
}
.browse {
    background: #0d0d0d;
    color: #fff;
    border-color: #0d0d0d;
}
.related_all_btn a {
    display: inline-block;
    background: #0077b6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 5px;
}
/* User Login */
.sell_details_tab .nav-tabs {
    border-bottom: 4px solid #123963;
    margin-bottom: 0;
}
.sell_details_tab .nav-tabs li {
    margin-right: 5px;
}
.sell_details_tab .nav-tabs li a {
    text-transform: uppercase;
    font-size: 17px;
    color: #020202 !important;
    padding: 12px 27px 10px;
    display: inline-block;
    background: #eee;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    line-height: 17px;
}
.sell_details_tab .nav-tabs li .active {
    color: #fff !important;
    background: #123963;
}
.tab-content>.active {
    opacity: 1;
}
.sell_details_tab .tab-content {
    font-size: 16px;
    color: #666;
    background: rgb(0, 119, 182);
    padding: 10px 20px 15px;
}
.sell_details_tab .tab-content .form-control {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    min-height: 45px;
}
/* .sell_details_tab .checkout_label {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    margin: 12px 0 0;
    text-transform: capitalize;
} */
.abt-title {
    font-size: 26px;
    font-weight: bold;
    color: #0077b6;
    margin-bottom: 10px;
    line-height: 1.2;
}
.abt-title.dup{
    font-size: 22px;
    margin-top: 15px;
    color: #ff6a08;
}
.ab-inner-text {
    font-weight: 500;
    color: #000
}
.ab-inner ul {
    padding: 0px;
    margin: 15px 0 0;
}
.ab-inner ul li {
    background: url(../images/check3.png) no-repeat;
    background-position: top 2px left;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 6px;
    color: #000;
    font-weight: 500;
    background-size: 21px;
}
.ab-inner .two{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 25px 0 0;
}
.inner-sec {
    background: #e9e9e996;
    margin-top: 40px;
    padding: 50px 0;
}
.bottom-sec {
    padding: 40px 15px;
    margin-top: 40px;
    background: #046598;
    border-radius: 5px;
}
.bottom-sec .abt-title,
.bottom-sec .ab-inner-text {
    color: #fff;
}
.inr-box2-top {
    margin-top: 25px;
}
.inr-box2 {
    background: #fff;
    box-shadow: 0 0 5px #969696;
    min-height: 100%;
    padding: 25px 17px;
    border-radius: 10px;
}
.inr-box2 p {
    margin-bottom: 0;
}
.inr-box2 img {
    background: #0077b6;
    border-radius: 50%;
    width: 86px;
    border: 5px solid #fffefe;
    box-shadow: 0 0 3px #777;
    padding: 5px;
}
.inr-box2-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 18px;
    line-height: 1.2;
}
.inr-box2-text {
    font-size: 15px;
    margin-top: 10px;
    color: #000;
}
.inr-box2-text ul {
    margin: 10px 0 0;
    padding: 0;
    padding-left: 15px;
}
.inr-box2-text ul li {
    list-style: disclosure-closed;
    margin-top: 3px;
}
.inner-faq-part {
    border: 1px solid #d4d1d1;
    border-top: none;
    margin-top: 12px;
    border-radius: 5px;
    overflow: hidden;
}
.inner-faq-title {
    background: #ff6a08d6;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
}
.inner-faq-text {
    padding: 12px 20px;
    color: #000;
    line-height: 1.4;
}
.innr-btn{
    margin-top:30px;
    text-align: center;
}
.innr-btn a{
    display: inline-block;
    background: #0077b6;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 34px;
    border-radius: 3px;
    margin:0 3px;
    transition: ease 0.5s all 0s;
}
.innr-btn a:nth-child(2){
    background:#ff6a08;
    padding: 8px 24px;
}
.innr-btn a:hover{
    background: #1d1d1d;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #0077b6;
    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;
}
.humburger-icon {
    font-size: 32px;
    color: #045e8e;
    line-height: 32px;
    display: inline-block;
    font-weight: 900;
}
.offcanvas {
    background: #131313;
    z-index: 9999 !important;
}
.offcanvas-body ul {
    margin: 0;
    padding: 0;
    /* max-height: 420px; */
    overflow-y: scroll;
}
.offcanvas-body ul ul {
    margin-left: 20px;
    max-height: 208px;
    overflow-y: scroll;
}
.offcanvas-body ul li {
    list-style: none;
    position: relative;
}
.offcanvas-body ul li a {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
}
.menu_acc_btn {
    position: absolute;
    top: 10px;
    right: 0;
    background: none !important;
    color: #fafafa !important;
    font-size: 18px;
    font-weight: 500;
    padding: 0 7px;
    z-index: 99;
    border: none;
    line-height: 12px;
}
.btn-close {
    opacity: 1 !important;
    filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(0%) hue-rotate(217deg) brightness(113%) contrast(100%);
}
.btn-close:focus {
    box-shadow: none !important;
    outline: none !important;
}
.terms .abt-title.dup {
    font-size: 22px;
    margin-top: 12px;
    color: #2e2c2c;
}
/* Blog */
.blog_page_list {
    margin-bottom: 35px;
}
.blog_list_img img{
    width: 100%;
}
.blog_details {
    padding: 30px 20px;
}
.blog-title{
    font-size: 26px;
    font-weight: bold;
    color: #1b1717;
    line-height: 30px;
}
.blog_page_text{
    font-size: 17px;
    color: #000;
    margin-top: 10px;
}
.inner_page_heading2{
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 26px;
    position: relative;
    font-weight: bold;
}
.recent_post{
    margin-top: 0;
}
.recent_post ul{
    margin:0;
    padding: 0;
}
.recent_post ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 24px;
    border-top: 3px solid #0077b6;
    padding-top: 20px;
}
.recent_post ul li img{
    width: 110px;
    height: 70px;
}
.recent_post .small-title{
    font-size: 15px;
    line-height: 15px;
}
.blog_page_date {
    color: #0077b6;
    margin-top: 2px;
}
.blog-btn{
    display: inline-block;
    background: #0077b6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 5px;
    margin-top: 5px;
    transition: ease 0.5s all 0s;
}
.blog-btn:hover {
    background: #1d1d1d;
}
.sidebar_fixed_buttons {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 9999;
	transform: translate(0, -50%);
	width: 40px;
}
.sidebar_fixed_buttons a {
	margin: 5px 0;
}
.sidebar_btn1 {
	display: block;
	background: #0077b6;
	padding: 7px 8px;
	border-radius: 6px 0 0 6px;
}
.sidebar_btn2 {
	display: block;
	background: #1d1d1d;
	writing-mode: sideways-rl;
	color: #fff !important;
	padding: 15px 9px;
	border-radius: 6px 0 0 6px;
}
.sidebar_btn3 {
	display: block;
	background: #ff6a08;
	writing-mode: sideways-rl;
	color: #fff !important;
	padding: 15px 9px;
	border-radius: 6px 0 0 6px;
}
.loc_list_ul {
	padding: 0;
	margin: 0;
}
.loc_list_ul li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    display: inline-block;
    width: 33%;
    margin-top: 25px;
}
.loc_list_ul li:before {
	position: absolute;
    content: "";
    top: 1px;
    left: 0;
    background: url("../images/location_icon.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 24px;
}
.loc_list_ul li a {
	color: #333;
    transition: ease 0.5s all 0s;
}
.loc_list_ul li a:hover{
    color: #0077b6;
}

.error_page_container {
  background: #0077b6;
  display: flex;
  text-align: center;
  align-items: center;
  min-height: 100vh;
}
.error_page_heading {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  margin-top: 5px;
}
.error_page_text {
  color: #fff;
  font-size: 18px;
}
.error_page_btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 20px 10px;
  border-radius: 30px;
  overflow: hidden;
  background: #111;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.error_page_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.error_page_btn:hover, .error_page_btn:focus, .error_page_btn:active {
  color: #111;
}
.error_page_btn:hover:before, .error_page_btn:focus:before, .error_page_btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.footer_social {
  margin-top: 15px;
}
.footer_social a {
  margin-right: 8px;
}
.home_testimonial_section {
  padding: 50px 0;
  text-align: center;
}
.home_testimonial_section .item {
  margin: 0 10px;
}
.home_testimonial_box {
  background: url("../images/quote.png") #fff no-repeat;
  background-position: 100% 20px;
  position: relative;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 25px 25px;
  text-align: left;
  box-shadow: 2px 1px 16px rgba(0, 0, 0, 0.1);
  min-height: 275px;
}
.review_google_icon {
  width: 38px;
  margin-right: 10px;
}
.home_testimonial_text {
  font-size: 16px;
  color: #323232;
  margin-top: 20px;
  height: 192px;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 10px;
}
.home_testimonial_upper {
	min-height: 65px;
}
.home_testimonial_name {
  font-size: 18px;
  color: #323232;
  font-weight: 600;
  line-height: 1.1;
}
.home_testimonial_slide .owl-buttons {
  display: none;
}
.home_testimonial_slide .owl-pagination {
  text-align: center;
  margin-top: 30px;
}
.home_testimonial_slide {
  margin-top: 35px;
}
.home_testimonial_slide .owl-theme .owl-controls .owl-buttons div {
  opacity: 0.7;
}
.home_testimonial_slide .owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  background: #111111;
  margin: 5px 4px;
}
#tslider .owl-prev,
#tslider .owl-next {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-weight: normal;
}
#tslider .owl-prev {
    left: -40px;
}
#tslider .owl-next {
    right: -40px;
}
#tslider .owl-prev span,
#tslider .owl-next span {
    font-size: 80px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 7px 0;
    border-radius: 50%;
    color: #000;
}
#tslider .owl-dots {
    display: none;
}
.home_testimonial_slide .owl-theme .owl-controls .owl-page.active span, .home_testimonial_slide .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #176b91;
}
/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 991px) {
    .menu {
        display: none;
    }
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
    .header {
        padding: 5px 0;
    }
    .top-bar {
        border-bottom: none;
        padding-bottom: 0;
        padding-left: 0;
        height: 0;
    }
    .logo img,
    .fixed-header .logo img {
        width: 110px;
    }
    .top-text,
    .call-btn,
    .store-btn {
        display: none;
    }
    .address-bar2 {
        position: fixed;
        top: 24px;
        right: 105px;
    }
    .address-bar2 ul li {
        padding-right: 7px;
        margin-right: 4px;
        line-height: 16px;
    }
    .cart-icon {
        position: fixed;
        top: 22px;
        right: 64px;
        margin-right: 0;
        padding-left: 0;
    }
    .cart-icon::before {
        display: none;
    }
    .mobile-menu {
        position: fixed;
        top: 21px;
        right: 12px;
    }
    .offcanvas-header {
        padding: 10px 12px;
    }
    .offcanvas-header img {
        width: 138px;
    }
    .banner {
        margin-top: 76px;
    }
    .banner-form {
        max-width: 100%;
        padding: 24px 15px;
        background: #0077b6;
        position: relative;
        top: auto;
        transform: none
    }
    .banner-frm-title {
        font-size: 22px;
        line-height: 25px;
    }
    .contact-form-btn {
        margin: 10px auto 0;
        padding: 9px 24px;
    }
    .choose-us-sec {
        padding: 26px 0 15px;
    }
    .box1-top {
        margin-top: 15px;
    }
    .box1 {
        font-size: 16px;
        padding: 15px 10px;
    }
    .pricing-sec {
        padding: 22px 0 20px;
    }
    .priceing-left {
        padding-right: 0;
    }
    .pricing-title {
        font-size: 24px;
        line-height: 28px;
    }
    .pricing-text {
        margin-top: 7px;
    }
    .box2-top {
        width: 50%;
    }
    .priceing-right {
        margin-top: 25px;
    }
    .priceing-right img {
        width: 100%;
    }
    .repair-sec {
        padding: 15px 0 30px;
    }
    .favourite-category-sec {
        padding: 30px 0 38px;
    }
    .box3-top {
        margin-top: 15px;
    }
    .box3-button a {
        padding: 8px 6px;
        margin: 0 4%;
        font-size: 15px;
    }
    .about-sec {
        padding: 30px 0 0;
    }
    .about-left {
        padding: 0 3%;
    }
    .read-btn {
        font-size: 15px;
    }
    .about-right,
    .board-right {
        margin-top: 25px;
    }
    .about-right img,
    .board-right img {
        width: 100%;
    }
    .service-sec {
        padding: 30px 0;
    }
    #service-slider .owl-prev,
    #service-slider .owl-next {
        display: none;
    }
    .mother-board-sec {
        padding: 30px 0;
    }
    .board-left {
        padding-left: 3%;
    }
    .board-left .pricing-title {
        font-size: 24px;
    }
    .board-list ul li {
        gap: 12px;
    }
    .board-list ul li img {
        width: 60px;
    }
    .board-right img {
        min-height: auto;
    }
    .brand-sec {
        padding: 20px 0 15px;
    }
    .brand ul li {
        padding: 0 10px 10px;
    }
    .brand ul li img {
        max-width: 100px;
    }
    .faq-sec {
        padding: 20px 0 30px;
    }
    .faq-part {
        margin-top: 16px;
    }
    .faq-part .accordion-button strong {
        font-size: 25px;
        margin-right: 10px;
        min-width: 38px;
    }
    .faq-part .accordion-button {
        font-size: 15px;
    }
    .footer {
        padding: 20px 0 60px;
    }
    .foot_title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .line1::before {
        display: none;
    }
    .foot_left {
        padding-left: 12px;
    }
    .copyright {
        margin-top: 25px;
    }
    .inner_page_banner {
        padding: 35px 0;
        margin-top: 76px;
        margin-bottom: 30px;
    }
    .inner_page_banner_heading {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 2px;
    }
    .service_list_page_top_heading {
        font-size: 20px;
        line-height: 1.2;
    }
    .service_list_page_box {
        margin-top: 22px;
    }
    .service_list_page_box_text {
        padding: 5px 20px 0;
    }
    .repair-form-sec {
        padding: 26px 15px;
    }
    .repair_page_main_heading {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .repair_page_fixed_section.two {
        margin-top: 76px;
    }
    .repair_page_topbar_block {
        padding: 8px 12px 10px 12px;
    }
    .repair_page_container,
    .booknow_page_container {
        padding: 30px 0;
    }
    .repair_model_div {
        width: 300px;
        height: 300px;
    }
    .repair_model_img {
        max-width: 60%;
        padding: 59px 0;
    }
    .repair_spec_block {
        margin-bottom: 20px;
    }
    .repair_spec_border {
        border-right: none;
        margin-top: 15px;
    }
    .repair_main_info_box {
        padding: 20px 15px;
    }
    .repair_main_info_box_title {
        font-size: 18px;
    }
    .repair_details_offer {
        font-size: 18px;
    }
    .checkbox_container {
        font-size: 17px;
    }
    .repair_main_info_box_price_bottom {
        font-size: 20px;
    }
    .repair_btn {
        font-size: 19px;
        padding: 8px 25px;
    }
    .home_why_section {
        padding: 25px 0 20px;
    }
    .home_why_section_heading {
        font-size: 22px;
    }
    .home_why_block {
        padding: 22px 12px;
    }
    .tbr {
        margin-top: 25px;
    }
    .final_price_table.table td {
        font-size: 20px !important;
    }
    .inner_page_container {
        padding: 0 0 30px;
    }
    .checkout_form {
        margin-bottom: 25px;
    }
    .checkout_form_button {
        padding: 8px 22px;
        font-size: 14px;
    }
    .table_total_sale {
        font-size: 16px;
    }
    .inner_page_heading {
        font-size: 22px;
        line-height: 24px;
    }
    .contact_page_info {
        margin-top: 10px;
        padding-left: 40px;
    }
    .contact_page_info img {
        top: 9px;
        width: 28px;
    }
    .contact_right {
        margin-top: 25px;
    }
    .contact_form .contact_btn {
        font-size: 15px;
    }
    .listing_block {
        width: 50%;
    }
    .listing_block_inner img {
        max-width: 110px;
    }
    .listing_block_heading {
        font-size: 15px;
    }
    .listing_block_price {
        font-size: 17px;
    }
    .large-5 .owl-prev,
    .large-5 .owl-next {
        display: none;
    }
    .product_details_heading {
        font-size: 18px;
    }
    .large-5 {
        margin-bottom: 15px;
        overflow: hidden;
    }
    .product_details_subheading {
        font-size: 16px;
    }
    .details_price {
        margin: 24px 10px 0;
        font-size: 18px;
    }
    .details_buy_btn {
        padding: 8px 20px;
        font-size: 15px;
    }
    .details_tab .nav-tabs {
        margin-top: 25px;
    }
    .details_tab .nav-tabs li a {
        font-size: 17px;
        padding: 7px 22px;
    }
    .related_heading {
        font-size: 22px;
        margin-top: 15px;
    }
    .profile_page_container {
        padding: 105px 0 30px;
    }
    .new_profile_page_right_content {
        padding: 20px 10px;
        margin-top: 20px;
    }
    .new_profile_page_left_menu_heading {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .profile_table.first-part tr td {
        display: block;
    }
    .profile_table.first-part tr td:first-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .profile_order_table tr td {
        min-width: 112px;
    }
    #owl-demo {
        margin-top: 20px;
    }
    .related_all_btn a {
        font-size: 15px;
        padding: 7px 28px;
    }
    .terms .abt-title {
        font-size: 22px;
    }
    .terms .abt-title.dup {
        font-size: 20px;
    }
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
    .banner-form {
        max-width: 100% !important;
    }
    .box1-top,
    .box4-top,
    .repair_spec_block,
    .service_list_page_box {
        width: 50%;
    }
    .repair_model_div {
        width: 350px !important;
        height: 350px !important;
    }
    .repair_model_img {
        max-width: 64% !important;
        padding: 63px 0 !important;
    }
    .repair_spec_border {
        border-right: 1px solid #0077B6 !important;
        margin-top: 0;
    }
    .tbr,
    .contact_right {
        margin-top: 25px !important;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .banner-form {
        max-width: 464px;
        margin: 0 auto;
    }
    .repair_model_div {
        width: 268px;
        height: 268px;
    }
    .repair_model_img {
        max-width: 55%;
        padding: 60px 0;
    }
    .tbr {
        margin-top: 0;
    }
    .profile_table.first-part tr td {
        display: inline-block;
        vertical-align: middle;
    }
    .contact_right {
        margin-top: 0;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .store-btn {
        font-size: 15px;
        padding: 8px 18px;
        margin-left: 3px;
    }
    .call-btn {
        font-size: 15px;
        padding: 8px 18px;
    }
    .stellarnav ul li {
        margin-right: 20px !important;
    }
    .banner-form {
        max-width: 485px;
        padding: 3px 22px 7px;
        margin-left: 20px;
    }
    .box3-button a {
        padding: 8px 2px;
        font-size: 15px;
    }
    .about-left {
        padding-right: 4%;
    }
    .pricing-title {
        font-size: 32px;
        line-height: 34px;
    }
    .board-left {
        padding: 22px 1% 22px 3%;
    }
    .board-left .pricing-title {
        font-size: 28px;
        line-height: 30px;
    }
    .board-list ul li img {
        width: 68px;
    }
    .faq-part .accordion-button {
        font-size: 16px;
    }
    .foot_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
/* 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) {
    .banner-form {
        max-width: 464px;
        margin: 0 auto;
        padding: 24px 15px;
    }
    .pricing-title {
        font-size: 24px;
        line-height: 28px;
    }
    .faq-part .accordion-button {
        font-size: 15px;
    }
    .repair_model_div {
        width: 268px;
        height: 268px;
    }
    .repair_model_img {
        max-width: 55%;
        padding: 60px 0;
    }
    .tbr {
        margin-top: 0;
    }
    .profile_table.first-part tr td {
        display: inline-block;
        vertical-align: middle;
    }
    .contact_right {
        margin-top: 0;
    }
}
@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) {
    .store-btn {
        font-size: 15px;
        padding: 8px 18px;
        margin-left: 3px;
    }
    .call-btn {
        font-size: 15px;
        padding: 8px 18px;
    }
    .stellarnav ul li {
        margin-right: 20px !important;
    }
    .frm-title {
        font-size: 14px;
    }
    .box3-button a {
        padding: 8px 2px;
        font-size: 15px;
    }
    .about-left {
        padding-right: 4%;
    }
    .pricing-title {
        font-size: 32px;
        line-height: 34px;
    }
    .board-left {
        padding: 22px 1% 22px 3%;
    }
    .board-left .pricing-title {
        font-size: 28px;
        line-height: 30px;
    }
    .board-list ul li img {
        width: 68px;
    }
    .faq-part .accordion-button {
        font-size: 16px;
    }
    .foot_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .repair_model_div {
        width: 400px;
        height: 400px;
    }
    .repair_model_img {
        max-width: 60%;
        padding: 80px 0;
    }
}
/* 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) {
    .store-btn {
        font-size: 15px;
        padding: 8px 18px;
        margin-left: 3px;
    }
    .call-btn {
        font-size: 15px;
        padding: 8px 18px;
    }
    .stellarnav ul li {
        margin-right: 20px !important;
    }
    .banner-form {
        max-width: 485px;
        padding: 3px 22px 7px;
        margin-left: 20px;
    }
    .frm-title {
        font-size: 14px;
    }
    .box3-button a {
        padding: 8px 2px;
        font-size: 15px;
    }
    .about-left {
        padding-right: 4%;
    }
    .pricing-title {
        font-size: 32px;
        line-height: 34px;
    }
    .board-left {
        padding: 22px 1% 22px 3%;
    }
    .board-left .pricing-title {
        font-size: 28px;
        line-height: 30px;
    }
    .board-list ul li img {
        width: 68px;
    }
    .faq-part .accordion-button {
        font-size: 16px;
    }
    .foot_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .repair_model_div {
        width: 400px;
        height: 400px;
    }
    .repair_model_img {
        max-width: 60%;
        padding: 80px 0;
    }
}
@media screen and (min-width: 1424px) {
    .about-left {
        padding-right: 15%;
    }
    .board-left {
        padding-left: 5%;
        padding-right: 6%;
    }
}
@media screen and (min-width: 1624px) {
    .about-left {
        padding-right: 18%;
    }
    .board-left {
        padding-left: 10%;
        padding-right: 5%;
    }
}
@media screen and (min-width: 1920px) {
    .about-left {
        padding-right: 18%;
    }
    .board-left {
        padding-left: 17%;
        padding-right: 5%;
    }
}
@media screen and (min-width: 2048px) {
    .about-left {
        padding-right: 18%;
    }
    .board-left {
        padding-left: 19%;
        padding-right: 5%;
    }
}
@media screen and (min-width: 2550px) {
    .about-left {
        padding-right: 28%;
    }
    .board-left {
        padding-left: 25%;
        padding-right: 3%;
    }
}
