body{
    margin: 0;
    color: #111111;
    font-family: 'Roboto', 'Helvetica Neue';
    height: 100vh;
    position: relative;
    top: 0 !important;
}

a{
    text-decoration: none;
    font-family: 'Helvetica Neue';
}

.pt-pb{
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-100{
    padding-top: 100px;
}

.pb-100{
    padding-bottom: 100px;
}

.pt-80{
    padding-top: 80px;
}

.pb-80{
    padding-bottom: 80px;
}

.pt-70{
    padding-top: 70px;
}

.pb-70{
    padding-bottom: 70px;
}

.pt-50{
    padding-top: 50px;
}

.pb-50{
    padding-bottom: 50px;
}

ul{
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    color: #002676;
    font-family: 'Helvetica Neue';
}

.custom-container{
    max-width: 1240px
}

p{
    font-family: 'Roboto';
}

/*=====================Header Section======================*/

.logo{
    width: 100px;
}

.header-menu {
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0px 6px rgb(0 38 118 / 40%);
}

.header-menu .navbar-expand-lg .navbar-collapse {
    justify-content: space-between !important;
} 

.header-menu .nav-item{
    padding: 10px 0px;
    padding-left: 25px;
}

.header-menu .nav-item .nav-link{
    color: #002676;
    text-transform: uppercase;
    padding: 8px 0px;
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
}

.header-menu .nav-item .dropdown-item{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #002676;
    padding: 12px 16px;
    letter-spacing: 1px;
    border-bottom: 1px solid #D3D3D3;
}

.header-menu .navbar-nav .dropdown-menu {
    padding: 0;
}

.header-menu .nav-item .nav-link.active{
    border-bottom: 1px solid #fac307;
    color: #fac307;
}

.menu-right{
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.appointment-btn{
    text-transform: uppercase;
    color: #fff;
    padding: 12px 22px;
    border: 2px solid #fff;
    background: linear-gradient(45deg, #002676, rgb(0 38 118 / 70%));
    border-radius: 30px;
    letter-spacing: 1px;
    font-size: 14px;
}

.navbar-toggler {
    color: #002676;
    border: 1px solid #002676;
}

.header-menu .container-fluid{
    padding: 0;
}

/*=========================Main Css==========*/

.hero-section{
    margin-top: 108px;
}

.banner-bg{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 30px 0px 0px;
    position: relative;
}

.banner-details{
    position: relative;
}

.banner-details figure{
    margin: 0;
}

.banner-details img{
    width: 100%;
}

.banner-details-content{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 60%;
    font-size: 18px;
}

.type-container {
    font-size: 42px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    color: #fac307;
    text-transform: capitalize;
}

.cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: #fac307;
    margin-left: 5px;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.swift-up-text span{
  display: inline-block;
  overflow: hidden;
  line-height: 20px;
  animation: .4s swift-up ease-in-out forwards;	
}

.swift-up-text i{
  font-style: normal;
  position: relative;
  top: 55px;
  animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
        top: 0;
    }
}

.call-now-btn{
    margin-top: 30px;
}

.call-now-btn a{
    background: linear-gradient(45deg, #fac307, #111);
    color: #fff;
    padding: 12px 36px;
    display: inline-block;
    border-radius: 30px;
    transition: 0.4s ease-in-out;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.call-now-btn a:hover{
    background: linear-gradient(45deg, #111, #fac307);
}

.banner-form{
    background: #fff;
    padding: 40px 20px;
    position: relative;
}

.banner-form .form-control{
    padding: 10px;
    border: 1px solid #002676;
}

.banner-form .banner-btn{
    width: 100%;
    border: 1px solid #fac307;
    background: #fac307;
    padding: 10px 0px;
    border-radius: 5px;
}

.banner-content h2{
    margin-bottom: 25px;
}

.text-linear{
    background: linear-gradient(90deg, #fac307 0%, #1a2960 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
}

.what-looking-bg{
    box-shadow: 0px 0px 6px rgb(0 38 118 / 20%);
    border-radius: 5px;
    padding: 24px;
}

.banner-looking-box{
    box-shadow: 0px 0px 6px rgb(0 38 118 / 30%);
    border-radius: 5px;
    height: 100%;
}

.banner-looking-box img{
    width: 100%;
}

.banner-looking-box p{
    margin: 0;
    text-align: center;
    color: #002676;
    font-size: 15px;
    padding: 0px 8px;
    padding-bottom: 10px;
}

.banner-view{
    display: flex;
    column-gap: 20px;
    padding: 30px 0px;
    flex-wrap: wrap;
}

.banner-rating{
    display: flex;
    align-items: center;
    column-gap: 15px;
    background: rgb(0 38 118 / 3%);
    border-radius: 5px;
    padding: 15px 20px;
    box-shadow: 0px 2px 6px rgb(0 38 118 / 20%);
}

.banner-rating span i{
    font-family: fontawesome;
    font-style: normal;
    color: #002676;
    font-size: 22px;
}

.banner-rating-content h3{
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 600;
}

.banner-rating-content p{
    margin: 0;
    font-size: 15px;
}

.banner-pic figure{
    margin: 0;
}

.banner-pic img{
    width: 100%;
    border-radius: 5px;
}

.home-service-box{
    position: relative;
}

.home-service-pic{
    position: relative;
}

.home-service-pic::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
}

.home-service-pic figure{
    margin: 0;
}

.home-service-pic img{
    border-radius: 5px;
}

.home-service-text{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 50%;
    transform: translate(10px, -50%);
    color: #fff;
}

.home-service-text h4{
    color: #fff;
}

.service-btn a{
    color: #fff;
    box-shadow: 0px 0px 8px #000;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 30px;
}

.home-service-slider .owl-nav .owl-next, .home-service-slider .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    font-size: 35px !important;
    background: #002676 !important;
    width: 40px;
    height: 40px;
    line-height: 1px !important;
    color: #fff !important;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.home-service-slider .owl-nav .owl-next{
    right: -15px;
}

.home-service-slider .owl-nav .owl-prev{
    left: -15px;
}

.home-service-slider .owl-nav .owl-next span, .home-service-slider .owl-nav .owl-prev span{
    height: 40px;
    line-height: 37px;
    display: inline-block;
}

.appliance-repair-services{
    background: linear-gradient(180deg, #00000000 40%, #002676 40%);
}

.appliance-repair-content{
    padding: 0px 0px 0px 40px;
}

.appliance-repair-content h2{
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 25px;
}

.appliance-repair-content span{
    background: #002676;
    border: 2px solid #fff;
    padding: 10px 24px;
    border-radius: 8px;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    display: inline-block;
}

.contact-btn{
    margin-top: 35px;
}

.contact-btn a{
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
}

.appliance-repair-pic figure{
    margin: 0;
}

.appliance-repair-pic img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.commn-text-linear{
    background: linear-gradient(90deg, #fac307 0%, #1a2960 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}

.appliance-product-box{
    text-align: center;
    box-shadow: 0px 2px 8px rgb(0 38 118 / 50%);
    margin-bottom: 24px;
    border-radius: 5px;
    padding-bottom: 20px;
    transition: 0.4s ease-in-out;
    border: 1px solid transparent;
}

.appliance-product-box img{
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 15px;
    height: 150px;
    object-fit: cover;
}

.appliance-product-box p{
    margin: 0;
    color: #002676;
}

.appliance-product-box:hover{
    box-shadow: none;
    border-color: #002676;
}

.product-item{
    margin: 0px 10px;
}

.mobile-product .slick-prev, .mobile-product .slick-next {
    width: 40px;
    height: 40px;
    background: #002676;
}

.mobile-product .slick-prev {
    left: -25px;
    z-index: 1;
}

.mobile-product .slick-next {
    right: -25px;
}

.mobile-product .slick-prev:hover, 
.mobile-product .slick-prev:focus, 
.mobile-product .slick-next:hover, 
.mobile-product .slick-next:focus{
    background: #fac307;
}

.mobile-product{
    display: none;
}

.mobile-product .slick-dots{
    display: none !important;
}

.mobile-product .slick-dotted.slick-slider{
    margin-bottom: 0;
}


.home-care{
    background: linear-gradient(180deg, #00000000 40%, #fac307 40%);
}

.home-care .appliance-repair-content span{
    background: #fac307;
}

.location-box{
    box-shadow: 0px 0px 6px rgb(0 38 118 / 40%);
    padding: 15px 15px;
    border-radius: 5px;
    text-align: center;
}

.location-box img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 120px;
    object-fit: cover;
}

.location-box p{
    margin: 0;
    color: #002676;
}

.home-about-text{
    background: linear-gradient(45deg, #002676, #fac307);
    padding: 40px 40px;
    color: #fff;
    border-radius: 5px;
}

.home-about-text h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid rgb(255 255 255 / 40%);
    padding-bottom: 6px;
}

.read-more-btn a{
    border: 1px solid rgb(0 38 118 / 50%);
    padding: 8px 18px;
    display: inline-block;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 80%);
    border-radius: 30px;
    color: #fff;
}

.home-about-box{
    text-align: center;
    background: rgb(0 38 118 / 4%);
    border-radius: 5px;
    padding: 16px 0px;
    margin-bottom: 24px;
}

.home-about-box span img{
    margin-bottom: 15px;
    width: 46px;
}

.industry-expert h2{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.industry-expert h2 .text-linear{
    font-size: 48px;
}

.overall-rating{
    padding-top: 12px;
}

.overall-rating i{
    font-family: fontawesome;
    font-style: normal;
    color: #fac307;
}

.overall-rating span{
    font-size: 15px;
    display: inline-block;
    margin-left: 5px;
}

.client-box{
    box-shadow: 0px 2px 8px rgb(0 38 118 / 40%);
    padding: 30px 30px;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
    margin: 10px 12px;
}

.client-profile{
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.client-profile span{
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(45deg, #002676, #fac307);
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
}

.client-name h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.client-name p{
    margin: 0;
    font-size: 16px;
}

.views{
    padding: 15px 0px;
    display: inline-block;
}

.views i{
    font-family: fontawesome;
    font-style: normal;
    color: #fac307;
    font-size: 16px;
}

.client-reviews-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #002676;
}

.client-reviews-slider .slick-dots li button:before {
    font-size: 40px;
}

.client-reviews-slider .slick-prev, .client-reviews-slider .slick-next{
    display: none !important;
}

.overall-view-box{
    box-shadow: 0px 1px 6px rgb(0 38 117 / 40%);
    padding: 30px 0px;
    text-align: center;
    border-radius: 5px;
}

.views-box{
    border-right: 1px solid rgb(0 38 118 / 20%);
}

.overall-view-box .row .col:nth-child(5) .views-box{
    border-right: none;
}

.views-box span{
    display: inline-block;
    background: linear-gradient(45deg, #002676, #fac307);
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.views-box h4{
    font-weight: 600;
    font-size: 30px;
    margin: 8px 0px;
}

.views-box p{
    margin: 0;
}

.commn-heading{
    text-align: center;
    margin-bottom: 30px;
}

.commn-heading h2{
    font-size: 28px;
}

.commn-heading .text-linear{
    font-size: 28px;
}

.brands-box{
    box-shadow: 0px 2px 6px rgb(0 38 118 / 40%);
    border-radius: 5px;
    padding: 14px 12px;
    margin-bottom: 24px;
}

.brands-box figure{
    margin: 0;
}

.brands-box img{
    width: 100%;
}

.professional-services-box{
    box-shadow: 0px 2px 6px rgb(0 38 118 / 40%);
    border-radius: 5px;
    padding: 25px 20px;
    margin-bottom: 30px;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   margin-left: 2px;
   color: #002676;
   cursor: pointer;
}

.add-read-more .read-more::after{
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 20px;
    margin-left: 4px;
    vertical-align: middle;
}

.add-read-more .read-less::after{
    content: "\f0d8";
    font-family: fontawesome;
    font-size: 20px;
    margin-left: 4px;
    vertical-align: middle;
}

.add-read-more{
  width: 100%;
}

/*=========================INNER SERVICES CSS================*/

.inner-service-hero{
    margin-top: 108px;
}

.inner-service-bg{
    padding: 30px 0px;
    background-size: cover !important;
}

.inner-service-banner{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    right: 80px;
    width: 45%;
}

.inner-service-banner h1{
    color: #fff;
    text-transform: capitalize;
}

.inner-service-banner li{
    list-style-type: none;
    display: inline-block;
    padding: 0px 2px;
    color: #fac307;
    font-size: 18px;
}

.inner-service-banner li a{
    color: #fff;
}

.service-banner-form{
    background: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 38 118 / 40%);
}

.service-banner-form .form-control{
    border: 1px solid rgb(0 38 118 / 40%);
    margin-bottom: 6px;
    padding: 8px 10px;
}

.form-control::placeholder{
    font-size: 15px;
}

.form-control:focus{
    box-shadow: none;
    border-color: #002676;
}

.submit-btn{
    width: 100%;
    border: 1px solid #002676;
    border-radius: 5px;
    padding: 8px 0px;
    background: #002676;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.inner-service-faq{
    border-right: 1px solid rgb(0 38 118 / 15%);
    padding-right: 25px;
}

.inner-service-faq .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

.inner-service-faq .accordion-button:focus {
    box-shadow: none;
}

.inner-service-faq .accordion-button:not(.collapsed) {
    color: #002676;
    background-color: rgb(0 38 118 / 9%);
}

.customer-reviews-bg{
    background: rgb(0 38 118 / 4%);
    padding: 70px 0px;
}

.customer-reviews-bg .client-box{
    background: #fff;
    font-size: 16px;
}

.customer-reviews-slider .slick-dots li button:before {
    font-size: 40px;
}

.customer-reviews-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #002676;
}

.customer-reviews-slider .slick-prev, .customer-reviews-slider .slick-next{
    display: none !important;
}

.cleaner-pic figure{
    margin: 0;
}

.cleaner-pic img{
    width: 100%;
}

.cleaning-text{
    padding-right: 20px;
}

.cleaning-text li{
    padding-bottom: 8px;
}

.service-repair-pic figure{
    margin: 30px 0px 0px 30px;
    background: #002676;
}

.service-repair-pic img{
    width: 100%;
    margin: -30px 0px 30px -30px;
}

.about-service-repair li{
    padding: 8px 0px;
}

.looking-for-box{
    display: flex;
    column-gap: 15px;
    padding-right: 20px;
    margin-bottom: 24px;
}

.looking-icon span{
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(45deg, rgb(0 38 118 / 9%), rgb(250 195 7 / 9%));
    border-radius: 5px;
}

.looking-icon img{
    width: 50px;
}

.looking-content p{
    margin-bottom: 4px;
}

.geek-expert-bg{
    background: linear-gradient(45deg, #002676, #fac307);
    padding: 70px 0px;
}

.geek-expert-bg h2{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.geek-expert-bg .form-control{
    padding: 10px 10px;
}

.geek-expert-bg .submit-btn{
    padding: 10px 0px;
}

/*========================= About US Css=============*/

.inner-banner{
    margin-top: 108px;
    background: linear-gradient(45deg, rgb(0 38 118 / 40%), rgb(250 195 7 / 40%));
}

.inner-banner-text{
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.who-are-text{
    box-shadow: 0px 0px 8px rgb(0 38 118 / 40%);
    padding: 30px 28px;
    border-radius: 5px;
}

.who-are-text h2{
    font-size: 25px;
    margin-bottom: 16px;
}

.who-are-text p:nth-last-child(1){
    margin-bottom: 0;
}

/*========================= HandyMan Css==============*/

.inner-banner-hero .banner-looking-box{
    height: auto;
    margin-bottom: 24px;
}

/*======================== Contact Us Css ===============*/

.send-msg-form{
    box-shadow: 0px 0px 8px rgb(0 38 118 / 40%);
    padding: 40px 32px;
    border-radius: 5px;
}

.send-msg-form h4{
    margin-bottom: 25px;
    font-weight: 600;
}

.send-msg-form h4::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 30px;
    background: linear-gradient(45deg, #002676, #fac307);
    border-radius: 30px;
    margin-right: 8px;
    vertical-align: middle;
}

.contact-us .form-label{
    margin-bottom: 4px;
    font-size: 15px;
}

.contact-us .form-control{
    padding: 10px 10px;
    border: 2px solid rgb(0 38 118 / 15%);
}

.contact-us .form-control:focus{
    border-color: #002676;
}

.send-btn{
    border: 1px solid #002676;
    background: linear-gradient(45deg, #002676, rgb(0 38 118 / 70%));
    padding: 12px 24px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.contact-support-section{
    margin-top: -20px;
    position: relative;
}

.contact-support{
    display: flex;
    column-gap: 10px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 8px rgb(0 38 118 / 40%);
    border-radius: 5px;
    padding: 30px 20px;
    background: #fff;
}

.contact-icon span{
    display: inline-block;
    background: linear-gradient(45deg, #002676, #fac307);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
}

.contact-icon img{
    width: 32px;
    filter: invert(1);
}

.contact-text h4{
    font-size: 20px;
}

.contact-text a{
    color: #111111;
}

.contact-text p{
    margin: 0;
}

.contact-us-section .commn-heading h2, .contact-us-section .commn-heading .text-linear{
    font-size: 40px;
}

/*===================== Blog Css =====================*/

.blog-box{
    box-shadow: 0px 2px 6px rgb(0 38 118 / 40%);
    border-radius: 5px;
    margin-bottom: 24px;
}

.blog-pic{
    overflow: hidden;
}

.blog-pic img{
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    transition: 0.4s ease-in-out;
}

.blog-box:hover .blog-pic img{
    transform: scale(1.1);
    filter: grayscale(100%);
}

.blog-detail{
    padding: 15px 15px;
}

.blog-detail h4 a{
    font-size: 20px;
    color: #002676;
    font-weight: 600;
}

.blog-date{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(0 38 118 / 20%);
    padding-top: 10px;
    font-size: 15px;
}

.blog-date p{
    margin: 0;
}

.read-more{
    color: #002676;
    transition: 0.4s ease-in-out;
}

.read-more::after{
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
    vertical-align: middle;
}

.blog-detail a:hover{
    color: #fac307;
}


/*========================= Footer ===================*/

.footer{
    background: rgb(211 211 211 / 40%);
    padding: 70px 0px 0px 0px;
}

.footer h4{
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 18px;
    font-size: 20px;

}

.footer h4::before{
    content: "";
    display: inline-block;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #002676;
    border-radius: 30px;
}

.footer-about img{
    width: 100px;
    margin-bottom: 15px;
}

.footer-link li{
    list-style-type: none;
    padding: 4px 0px;
}

.footer-link li a{
    color: #111;
    position: relative;
}

.footer-link li a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #111;
    width: 0;
    transition: 0.4s ease-in-out;
}

.footer-link li a:hover::before{
    width: 100%;
}

.footer-add li{
    list-style-type: none;
    padding: 6px 0px;
    display: flex;
    color: #111;
    align-items: baseline;
}

.footer-add li a{
    color: #111;
    font-size: 17px;
}

.footer-add li span i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #002676;
    border-radius: 50%;
    color: #002676;
    margin-right: 10px;
}

.social-media a{
    display: inline-block;
}

.social-media a i{
    width: 40px;
    border: 1px solid transparent;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    border-radius: 50%;
    background: #fff;
    color: #002676;
    box-shadow: 2px 2px 6px rgb(0 38 118 / 50%);
    transition: 0.5s ease-in-out;
    font-size: 20px;
}

.social-media a:hover i{
    background: #002676;
    color: #fff;
    border-color: #002676;
}

.footer-bottom{
    padding: 12px 0px;
    margin-top: 30px;
    background: #002676;
    color: #fff;
}

.footer-bottom p{
    margin: 0;
    text-align: center;
}

.footer-bottom p a{
    color: #D3D3D3;
}

.footer-disclaimer{
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px !important;
    padding-top: 10px;
}



/*=============================Responsive Css==========================*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 1024px){
    .banner-looking-box {
        height: 155px;
    }
    .appliance-repair-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .industry-expert h2 {
        font-size: 40px;
    }
    .industry-expert h2 .text-linear {
        font-size: 40px;
    }
    .banner-details-content {
        padding-right: 0px;
        font-size: 16px;
    }
    .banner-details-content h1 {
        font-size: 40px;
    }
}

@media(max-width: 991px){
    .banner-looking-box {
        height: auto;
        margin-bottom: 24px;
    }
    .banner-looking-box p {
        font-size: 16px;
    }
    .home-service-slider .owl-nav .owl-next {
        right: 0px;
    }
    .home-service-slider .owl-nav .owl-prev {
        left: 0;
    }
    .appliance-repair-content {
        padding: 0px 0px 40px 40px;
    }
    .appliance-repair-pic img {
        height: 300px;
    }
    .location-box {
        margin-bottom: 24px;
    }
    .home-about-text {
        margin-bottom: 30px;
    }
    .home-about-box {
        padding: 16px 6px;
        height: 150px;
    }
    .views-box {
        margin-bottom: 24px;
        border-right: none;
        box-shadow: 0px 0px 6px rgb(0 38 118 / 40%);
        border-radius: 5px;
        padding: 20px 0px;
    }
    .overall-view-box{
        padding: 30px 20px;
        padding-bottom: 10px;
    }
    .brands-box {
        text-align: center;
    }
    .brands-box img {
        width: 70%;
    }
    .header-menu .nav-item {
        padding: 0px 0px;
        padding-left: 10px;
    }
    .industry-expert h2{
        font-size: 30px;
    }
    .industry-expert h2 .text-linear {
        font-size: 30px;
    }
    .text-linear{
        font-size: 30px;
    }
    .cleaner-pic{
        margin-bottom: 30px;
    }
    .geek-expert-bg .form-control {
        margin-bottom: 24px;
    }
    .banner-bg {
        padding-bottom: 60px;
    }
    .banner-details img {
        height: 500px;
        object-fit: cover;
        object-position: right;
    }
    .banner-form {
        margin-top: 30px;
    }
    .inner-service-banner{
        display: none;
    }
    .appliance-repair-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-details-content {
        width: 100%;
    }
}

@media(max-width: 820px){
    .appliance-repair-content {
        padding: 0px 0px 40px 14px;
    }
}

@media(max-width: 767px){
    .banner-looking-box p {
        font-size: 18px;
        font-weight: 600;
    }
    .appliance-repair-content {
        padding-bottom: 50px;
    }
    .home-about-box {
        height: auto;
    }
    .inner-service-banner {
        position: unset;
        text-align: center;
        width: 100%;
        margin-bottom: 35px;
        transform: unset;
        display: block;
    }
    .geek-expert-bg .form-control {
        margin-bottom: 12px;
    }
    .banner-details-content {
        padding-right: 0px;
        font-size: 16px;
        position: unset;
        width: 100%;
        transform: unset;
    }
    .inner-service-bg {
        background: linear-gradient(45deg, #002676, rgb(0 38 118 / 70%)) !important;
    }
    .appliance-repair-services {
        background: #002676;
        padding-top: 40px;
    }
    .appliance-repair-content h2 {
        color: #fff;
    }
    .contact-btn a {
        color: #ffffff;
        border: 2px solid #ffffff;
    }
    .home-care{
        background: #fac307;
        padding-top: 40px;
    }
    .mobile-product{
        display: block;
    }
    .desktop-product{
        display: none;
    }
    .mobile-product .slick-prev {
        left: 0px;
    }
    .mobile-product .slick-next {
        right: 0;
    }
    .appliance-product-box{
        margin-bottom: 0;
    }
    .location-box img {
        height: 200px;
    }
}
@media(max-width:539px){
    .home-service-text{
        left: 15px;
    }
    .appliance-repair-content{
        padding-left: 0;
        text-align: center;
        padding-bottom: 30px;
    }
    .appliance-repair-content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .appliance-repair-content span {
        font-size: 22px;
    }
    .text-linear {
        font-size: 24px;
    }
    .home-about-box {
        font-size: 14px;
    }
    .type-container {
        font-size: 30px;
    }
    .location-box img {
        height: auto;
    }
    .appliance-product-box img {
        height: 220px;
    }
}

@media(max-width:480px){
    .home-about-text {
        padding: 30px 20px;
    }
    .client-box{
        font-size: 16px;
    }
    .home-service-text{
        width: 60%;
    }
    .banner-details img {
        height: 400px;
    }
    .logo {
        width: 80px;
    }
    .hero-section {
        margin-top: 92px;
    }
    .product-item {
        margin: 6px 10px;
    }
}

@media(max-width:400px){
    .banner-details img {
        height: 350px;
    }
    .banner-details-content h1 {
        font-size: 30px;
    }
}

@media(max-width:320px){
    .banner-view{
        row-gap: 24px;
    }
    .banner-rating{
        width: 100%;
    }
    .home-service-text {
        width: 70%;
        padding: 0px 0px;
    }
    .home-service-text {
        left: 0px;
    }
    .appliance-repair-content h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .what-looking-bg {
        box-shadow: none;
        padding: 0;
    }
    .banner-looking-box p {
        font-size: 15px;
        font-weight: normal;
    }
    .contact-text h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .contact-icon span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .contact-icon img {
        width: 28px;
    }
    .banner-details img {
        height: 300px;
    }
    .home-service-pic img {
        height: 200px;
        object-fit: cover;
    }
    .home-service-slider .owl-nav .owl-prev {
        left: -10px;
    }
    .home-service-slider .owl-nav .owl-next {
        right: -10px;
    }
}