body{
    background-color: rgb(244, 246, 247);
}

.header-container{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    margin-bottom: 40px;
}




.header-column{
    display: flex;
    flex-direction: column;
    width: 40%;    
    margin-top: 40px;
}

.header-heading h1{
    font-size: 30px;
    margin-left:10px;
    
   }
.services-cards-container{
    border-radius: 20px;
    border: 1px solid #cfd6da;
    width:100%;
    /* margin-left: 10px; */
    padding: 30px 50px 50px 50px;
    margin-top:20px;
}
/* .services-cards-container h3{
    margin:10px;
} */

.services-cards-grid-container{
    display:grid;
    grid-template-columns: auto auto auto;
   
    /* padding:5px; */
    
}


.services-card{
    width:auto;
    height: auto;
    /* border: 2px solid #6A6D78; */
    background-color: #e9f1f9;
    border-radius: 10px;
    padding: 10px;
    margin:5px;
    text-align: center;
}

.services-card img{
    width: 4.5vw;
}

.contact-no h2{
    font-size: 25px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.header-images{
    display:grid;
    grid-template-columns: auto auto auto auto;
    width:45%;
    color:#fff;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 40px;

}

.image-columns-1{
    width:97%;
    margin: 0px;
    overflow: hidden;
    z-index: -1;
}

.image-columns-2{
    width:100%;
    margin: 0px;
    overflow: hidden;
    z-index: -1;
}


.header-images .image-columns-1 img:first-child, .header-images .image-columns-2 img:nth-child(2){
    height: auto;
    width:100%;

}

.header-images .image-columns-2 img:first-child, .header-images .image-columns-1 img:nth-child(2){
    height: auto;
    width:100%;
}


.header-images .image-columns-1 img:nth-child(2){
    height: auto;
    width:100%;
}

.header-images .image-columns-1 img:first-child, .header-images .image-columns-2 img:first-child{
    padding-top: 0px;
}

.header-images .image-columns-1 img:nth-child(2), .header-images .image-columns-2 img:nth-child(2){
    padding-top: 2%;
    padding-bottom: 0px;
}

.container{
    box-sizing: border-box;
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #0a8fef;
    background-color: #ED4B1F;
    background-color: rgb(196, 207, 218);
    /* background-image: url("../images/One App Shape copy.2ced4cec69a7.png"); */
    background-repeat: no-repeat;
    background-size:cover;
}

.container-banner{
    display: flex;
    box-sizing: border-box;
    min-height:600px;
    width:90%;
    border-radius: 20px;
}

.banner-image{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    width:50%;
    height: 100%;
    justify-content: center;
}

.banner-image img{
    width:100%;
    height: auto;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 0px;
    
}

.banner-search{
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    box-sizing: border-box;
}

.drop-down-container{
    font-size: 1.6vw;
    box-sizing: border-box;
    width:70%;
    background-color: aliceblue;
    border-radius: 10px;
}

.drop-down{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    padding:25px;
    padding-bottom:25px;
    border-radius: 10px;
    cursor: pointer;
}

.drop-down-menu{
    width:100%;
    position: relative;
    padding-top:0px;
    display: none;
    transition: display 2s ease-in-out;
    z-index: 1000;
}

.drop-down-menu ul{
    padding-bottom:25px;
}

.drop-down-menu ul li{
    padding:10px;
    padding-left:25px;
}
.banner-search-link{
    background-color: rgb(255, 255, 255);
    color: rgb(8, 19, 115);
    padding: 10px;
    border-radius: 4px;
    border:0px;
}
.banner-search-link:hover{
    background-color: rgb(47, 54, 115);
    color: aliceblue;
}

.banner-text{
    display: flex;
    flex-direction: column;
    text-align: center;
    width:100%;
    height:100%;
    padding:40px;

}

.banner-text p{
    font-size:  1.953125vw;
    color: aliceblue;
    margin-top: 20px;
}

.banner-text h1{
    font-size: 3.2552083333333335vw;
    color: aliceblue;
    margin-top: 20px;
}


.banner-text h1 span::before { 
    color: aliceblue;
    content: ""; 
    animation: animate 5s infinite ease-in-out;
    padding-left: 10px; 
} 

@keyframes animate { 

    0% { 
        content: "Printer"; 
    } 

    25% { 
        content: "Home Theater"; 
    } 

    50% { 
        content: "TV"; 
    } 

    75% { 
        content: "Monitor"; 
    } 

    100%{
        content: "AC"; 
    }
} 

.mid-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    /* background-color: #b7fbff; */
    position: relative;
    z-index: -1;

}

.mid-bar div{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    
}


.icon-bar-1{
    width:40px;
    height: 40px;
}



.icon-bar-2{
    width:50px;
    height: 50px;
}

.mid-bar div div{
    font-weight: bold;
    color: #0a8fef;   
    padding-left: 10px;
    font-size: 1.5vw;
}

.featured-services-container{
    padding: 10px;
}

.sevices-heading h4{
    box-sizing: border-box;
    text-align: center;
    font-size: 40px;
    padding-top: 10px;
}

.services-container{
    box-sizing: border-box;
    width:80%;
    height: auto;
    margin:auto;
    border-radius: 10px;
}

.services-slider{
    box-sizing: border-box;
    height: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: overlay;  
}

.sevices-card{
    /* background-color: #b7fbff; */
    padding: 10px;
    margin:20px;
    text-align: center;
    border-radius: 10px;

}

.sevices-card img{
    width:200px;
    height:auto;
    /* background-color: #b7fbff; */
    margin: 10px;
    text-align: center;
    border-radius: 10px;

}


.services-slide-image{
    width:150px;
    height: 93px;
}

.services-slider::-webkit-scrollbar {
    height: 10px;
    width:100%;
}
.services-slider::-webkit-scrollbar-thumb{

    border-radius: 16px;
    background: rgb(183, 198, 198);
}

/* .services-slider::-webkit-scrollbar-track{
    background-color: #ffffff;
} */

.membership-container, .partnership-container{
    display: flex;
    box-sizing: border-box;
    width:100%;
    min-height:300px;
    justify-content: center;
}

.membership-card, .partnership-card{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:80%;
    min-height: 130px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 5px rgb(232, 232, 233);
    background-color: #eff1f2;
    border-radius: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.membership-card img{
    width:11%;
    margin-left: 20px;    
    margin-right: 20px;
    margin-top: auto;    
    margin-bottom: auto;
}

.membership-card h4{
    font-size: 1.8vw;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;    
    margin-right: 20px;
}

.membership-card a{
    font-size: 1.5vw;
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px 30px;
    background-image: linear-gradient(to right top, #88cdff, #0a8fef);
    color:white;
    margin-left: 20px;    
    margin-right: 20px;
    box-shadow: 2px 5px 5px rgb(200, 197, 202);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.membership-card a:hover, .sevices-card img:hover{
    transform:scale(1.1);
}

.partnership-card{
    justify-content: space-between;
    flex-wrap: wrap;
   
}


.partnership-card p{
    margin-left:10px;
    color:#2a3a46;
    font-size: 2vw;
    font-weight: bold;


}

.partners-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:80%;
    padding-right: 10px;
    flex-wrap: wrap;
}

.partners-image{
    margin:10px 5px;
}


.great-services-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width:100%;
}

.great-services{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width:80%;
    margin-bottom: 40px;
    overflow: hidden;
}

.great-services-container-image{
    width: 50%;
    margin-top: 20px;
    
}

.great-services-container-text{
    display: flex;
    box-sizing:border-box;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
}

.great-services-container-image img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 5px rgb(232, 232, 233);
    margin-top: auto;
    margin-bottom: auto;
}

.great-services-container-text h4{
    width: 100%;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.great-services-container-text ul li {
    width: 100%;
    font-size: 1vw;
}

.great-services-bold{
    font-size: 30px;

}


.counter-services-and-ratings-container{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:100%;
    padding: 50px 0px;
    background-color:#eff1f2;
}

.counter-services-and-ratings{
    text-align: center;
}
.counter-services-and-ratings-container h4{
    font-size: 50px;

}

.thumbtack-logo{
    width:100%;
}

.star{
    color: #fac259;
}

.star0{
    color: #9c9b9a;
}

.buy-service-container{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width:100%;
    background-color: #b7fbff;
    height:100px;
}
.buy-service-container h3{
    margin-top: auto;
    margin-bottom: auto;
    color: #0a8fef;
    margin-right: 20px;
    font-size: 1.5vw;
}

.buy-service-container a{
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 2px;
    padding: 7px 5px;
    background-color: white;
    color: #0a8fef;
    font-weight: bold;
    font-size: 1.5vw;
    
}

.buy-service-container a:hover{
    color: white;
    background-color: #0a8fef;

}

.customer-reviews-container{
    box-sizing: border-box;
    margin: 5.98vw auto 0vw;
    padding: 2vw;

}

.customer-reviews-container h1{
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;

}
.customer-reviews{
    box-sizing: border-box;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    height:auto;
    overflow: overlay;
    height:400px;
    width:100%;
}

.technician-card-next, .technician-card-prev{
    position:absolute;
    top:50px;
}

.customer-review-card{
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:300px;
    padding: 20px;
    margin : 6px;
    box-shadow: 1px 1px 5px 5px rgb(241, 241, 248);
    border-radius: 5px;
    background-color: #fff;

}

.date-posted, .customer-name p{
    color: #81888f;
}

.verified, .verified i{
    color: #0c9aff;
}

.review-date-container, .customer-name-verified-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 260px

}

.subscription-container{
    background-color: rgb(248, 251, 251);
    padding: 2vw;
}


.subscription-heading h4{
    margin-bottom: 2.5vw;
    font-size: 40px;
    text-align: center;
}

.technician-heading{
    font-size: 40px;
    text-align: center;
}




.technician-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:10px;
}


.technician-wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
    margin: 70px 0px;

  }
  .technician-wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .technician-wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .technician-wrapper i:first-child{
    left: -22px;
  }
  .technician-wrapper i:last-child{
    right: -22px;
  }
  .technician-wrapper .technician-carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .technician-carousel::-webkit-scrollbar {
    display: none;
  }
  .technician-carousel.no-transition {
    scroll-behavior: auto;
  }
  .technician-carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .technician-carousel.dragging .technician-card {
    cursor: grab;
    user-select: none;
  }
  .technician-carousel :where(.technician-card, .technician-img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .technician-carousel .technician-card {
    scroll-snap-align: start;
    height: 342px;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
  }
  .technician-carousel .technician-card .technician-img {
    
    height: auto;
    width: 148px;
    border-radius: 50%;
  }
  .technician-card .technician-img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
  }
  .technician-carousel .technician-card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
  }
  .technician-carousel .technician-card span {
    color: #6A6D78;
    font-size: 1.31rem;
  }


  
  .product-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5vw;
    background-color: #cfd6da;
}

.product-type{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product-type h2{
    font-size: 40px;
    text-align: center;
    padding: 30px 0px;
}

.help-type{
    display:flex;
    flex-direction: column;
    justify-content: center;
  }


  .products-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .products-row a{
    width:80%;
    margin: 10px 50px;

  }

  .main-product{
    border: 3px solid rgb(0, 0, 0);
    height: 70px;
    border-radius: 5px;
    transition: transform 5px ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:100%;
    font-size: 20px;
  }

  .product-heading{
    text-align: center;
    justify-content: center;
    font-size: 30px;
    
  }

  .main-product .services-card{
    width:80px;
    height:80px;
  }

  .main-product:hover {
    transform: scale(1.03);
  }


.join-our-team-container{
    display: flex;
    flex-direction: row;
    background-color: gainsboro;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
}
.join-our-team-image-container, .join-our-team-content-container{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.join-our-team-image-container img{
    width: 60%;
    border-radius: 4px 4px;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.281);
}
.join-our-team-content{
    width: 100%;
    padding: 20px;
    margin-top: 30px;

}
.join-our-team-content h2{
    font-size: 40px;
}

.join-our-team-content p{
    font-size: 1vw;
    margin-top: 10px;
    margin-bottom: 10px;
    width:70%;
}

.join-our-team-content a{
    font-size: 1.2vw;
    color: rgb(11, 128, 206);
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1343px) {
    .header-column{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .header-images{
        display:grid;
        grid-template-columns: auto auto auto auto;
        width:100%;
        color:#fff;
        overflow: hidden;
        border-radius: 20px;
    }
}

@media screen and (min-width: 1344px) {
    .header-row{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
}

@media screen and (max-width: 900px) {
  .technician-wrapper .technician-carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (min-width: 955px) {

    .mid-bar{
        background-color: #b7fbff;
    }
}

@media screen and (max-width: 955px) {
    .mid-bar{
        flex-direction: column;
        
    }
    
    .mid-bar div{
        justify-content: start;
        margin:  8px 0;
        align-items: center;
        background-color: #b7fbff;
        padding: 5px 0px;
    }

    .mid-bar div{
        padding-left: 30px;
    }

    .partnership-card {
        flex-direction: column;
    }

    .partnership-card p{
        margin-top: 20px;
        margin-bottom: 10px;

    }

    .partners-container{
        margin-top: 10px;
        margin-bottom: 20px;
    }


    
    .membership-card a{
        font-size: 3.5vw;
    }

}

  @media screen and (max-width: 600px) {
    .technician-wrapper .technician-carousel {
      grid-auto-columns: 100%;
    }

    .header-heading h1{
        font-size: 20px;
    }

    .header-column h3{
        font-size: 15px;
        margin-left:10px;
    }

    .services-cards-container{
        /* margin: 10px; */
        padding: 10px 10px 10px 10px;
        /* margin-top:10px; */
    }
}
@media screen and (min-width:412px) and (max-width: 600px) {

    .great-services-container-text ul li{
        font-size: 3.5vw;
    }

  }


  @media only screen and (min-width: 769px){
    .great-services-container-text{    
        padding-right: 40px;
    }

}

@media only screen and (max-width: 768px){

    .banner-text p{
        font-size:  3.953125vw;
        color: aliceblue;
        margin-top: 20px;
    }
    
    .banner-text h1{
        font-size: 5.2552083333333335vw;
        color: aliceblue;
        margin-top: 20px;
    }

    
    .drop-down-container, .buy-service-container h3{
        font-size: 2.6vw;
    }

    .sevices-card {
        margin: 0px;
    }

    .membership-card img{
        width:150px;
        margin-bottom: auto;
        margin-top: auto;
    }

    .membership-card{
        display: flex;
        flex-direction: column;
        padding: 10px;
        height: 80%;
        margin:30px;
        box-sizing: border-box;
    }

    .membership-card {
    align-items: center;
    
    }
    .membership-card a{
        box-sizing: border-box;
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }

    .membership-card h4{
        font-size: 3vw;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    
    .banner-text{
        width: 100%;
    }

    .banner-image{
        display: none;
    }

    .product-container{
        padding: 0px;
    }
    .products-row{
            flex-direction: column;
            justify-content: left;
            align-items:start;
        }

    .products-row a {
        width: 100%;
        padding: 20px;
        margin: 0px;
    }
    .product-type h2{
        margin:6px 0px;
        font-size: 25px;
    }

    .product-heading{
        font-size: 25px;
      }
    
      .products-row{
          flex-direction: column;
          justify-content: left;
          align-items:start;
      }
    
        .main-product {
          width: 100%;
          height: 80px;
        }
        .products-row a {
          width: 100%;
          padding: 20px;
          margin: 0px;
      }
    .great-services-container-image{
        width: 100%;
        margin-top: 20px;
    }
    
    .great-services-container-text{
        width: 100%;
        overflow: hidden;
    }

    .services-container{
        margin-top: 0px;
    }

    .subscription-heading h4, .technician, .join-our-team-content h2, .technician-heading, .product-type h2, .customer-reviews-container h1, .great-services-container-text h4, .sevices-heading h4{
        font-size: 25px;
    }

    .technician-wrapper{
        margin: 50px 0px;
    }
    


    .services-card img{
        height:auto;
        width: 7.5vw;
    }
    .mid-bar div div{
        font-size: 2.5vw;
    }

    .contact-no h2{
        font-size: 18px;
    }

    .join-our-team-content a{
        font-size: 2.8vw;
    }

    .join-our-team-content p {
        width: 89%;
        font-size: 2vw;
    }

    .join-our-team-image-container, .join-our-team-content-container{
        width:100%;
    }

    .join-our-team-image-container img {
        width: 70%;
    }
    .thumbtack-logo{
        width: 40%;
    }
}




@media only screen and (max-width: 536px){


    .banner-text p{
        font-size:  5.9vw;
        color: aliceblue;
        margin-top: 20px;
    }
    
    .banner-text h1{
        font-size: 7.2552083333333335vw;
        color: aliceblue;
        margin-top: 20px;
    }

    
    .drop-down-container{
        font-size: 3.6vw;
    }
    .counter-services-and-ratings-container{
        height: 300px;
        flex-direction: column;
        justify-content: space-between;
    }

    
    .membership-card img{
        width:100px;
    }

    .membership-card h4{
        font-size: 4vw;

    }

}


@media only screen and (min-width: 769px) and (max-width: 1085px){

    .membership-card h4{
        font-size: 2.1vw;
    }
}


@media only screen and (min-width: 930px) and (max-width: 1238px){

    .great-services-container-text ul li{
        font-size: 1.5vw;
    }

}

@media screen and (min-width:601px) and (max-width: 929px) {
    .membership-card a{
        font-size: 2vw;
    }

}

@media only screen and (max-width: 380px){
    .services-cards-grid-container{
        display: flex;flex-direction: column;
    }

    .services-card img{
        height:auto;
        width: 10.5vw;
    }
}



@media screen and (max-width:425px) {

    .great-services-container-text ul li{
        font-size: 4.5vw;
    }

    .buy-service-container a , .buy-service-container h3{
        font-size: 3.5vw;
    }
    .great-services-container-text h4, .great-services-bold{
        font-size: 21px;
    }
    .mid-bar div div{
        font-size: 3.5vw;
    }

    .technician-wrapper i {
        height: 41px;
        width: 41px;
        line-height: 41px;
    }

  }
  
  @media screen and (min-width:1266px) {
    .product-heading{
        font-size: 20px;
      }
}