

.main-menu-two__right{
    max-width: 550px !important;
    width: 100%;
}

.main-slider-two .swiper-slide {
    position: relative;
    background-color: #161313c9 !important;
}
.services-one__img:before{
    background-color: #161313c9 !important;
}
.thm-btn{
    background-color: var(--fixnix-base) !important;
    color: white;
}
.thm-btn:before{
    background-color: var(--fixnix-black) !important;
}

.why-choose-one__single:hover {
    border: 1px solid black !important;
    /* border: 1px solid var(--fixnix-base); */
    transform: translateY(-10px) translateX(10px);
  }

  .counter-one {
    background-color: #000000cf !important;
  }

  /* custom css */

.thm-btn-2 {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: var(--fixnix-white);
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .page-header{
    background-color: #000000ab !important;
  }

  .contact-two__details li {
    width: fit-content !important;
  }
  
  
  /* .swiper-wrapper{
    max-height: 900px;
  } */
  

  
  .contact-two__inner{
    padding: 100px;
  }

  .container > h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    /* font-family: Arial, sans-serif; */
    /* text-transform: uppercase; */
}

.container > p {
    font-size: 17px;
    line-height: 1.8;
    color: #201f1f;
    text-align: justify;
    margin-bottom: 30px;
    /* font-family: 'Times New Roman', serif; */
}

@media (max-width:1200px) {
    .main-menu-two__right{
        max-width: 0px !important;
        width: 100%;
    }
    .section-title__text {
        padding: 20px 0px 0px !important;
    }
}
@media (min-width:1200px) {
    .section-title__text {
        padding: 20px 90px 0px !important;
    }
    .rd-btns {
        margin-top: 10px;
        display: flex !important;
        justify-content: space-around !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .why-choose-one__single{
        display: grid;
        text-align: center;
        padding: 24px 10px 24px;
    }
    .rd-btns {
        display: grid !important;
        justify-content: flex-start !important;
    }
}

@media (max-width: 993px){
    .contact-two__inner{
        padding: 50px 0px;
    }
    .main-div{
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    .contact-two__details li{
        display: grid;
        width: 100% !important;
        max-width: 300px;
        text-align: center;
    }
   
}
@media (min-width: 768px) and (max-width: 992px) {
    .contact-two__details li{
        display: grid;
        width: fit-content !important;
        max-width: fit-content;
        text-align: center;
    }
}

@media (min-width:769px) and (max-width:992px){
    .rd-btns {
        justify-content: space-around !important;
    }
}

@media (max-width: 768px){
    .why-choose-one__single{
        display: grid;
        text-align: center;
    }
    .contact-two__details li .content p {
        font-size: 15px;
        line-height: 18px;
    }
    .site-footer__bottom .container{
        display: grid !important;
        text-align: center;
        justify-content: center !important;
        align-items: center;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .rd-btns {
        justify-content: space-around !important;
    }
    
}
@media (max-width: 576px){
    .rd-btns {
        display: grid !important;
        justify-content: flex-start;
    }
}
@media (max-width: 368px){

}

@media (max-width: 650px) {
    #callnowbutton {
        display: block !important; /* Ensure it's displayed */
    }
}

@media (min-width: 651px) {
    #callnowbutton {
        display: none !important; /* Hide for larger screens */
    }
}

.page-header__inner-2 {
    position: relative;
    display: block;
    text-align: left !important;
    z-index: 15;
}

.page-head{
    padding: 127px 0 127px;
}