*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}


@media (min-width: 1199px) {
    .customehomefont {
        font-size: 13.625rem !important;
        line-height: 9.625rem !important;
    }
    
    }
    
    @media (max-width: 1199px) {
    .customehomefont {
        font-size: 12.5rem !important;
        line-height: 6.5rem !important;
    }
    
    }



@media (min-width: 768px) {
    h1 {
font-size: 40px;
line-height: 141%;
   }
}
@media(max-width:991px){
    header .navbar-brand .mobile-logo {
        visibility: visible !important;
        opacity: 1 !important;
        width: 113px !important;
    }
    
    header .btn.btn-switch-text.btn-medium > span {
        padding: 2px 9px !important;
    }
    .about_titlecustom{
        font-size: 29px;
    }
}

@media(max-width:768px){
    h1 {
        font-size: 32px;
        line-height: 130%;
    }
}

@media(max-width:360px){

    header .btn.btn-switch-text.btn-medium > span {
        padding: 5px 4px !important ;
    }
    .fs-14{
        font-size: 12px !important;
    }
    .fs-15 {
        font-size: 10px !important;
    }
}

/* accordian styles */
.faq-titile{
    padding-top: 20px;
    padding-bottom: 10px;
}
.accordian-box{
    padding-top: 15px;
    padding-bottom: 15px;
}

/* accordian styles */
.list{
    list-style-type: decimal;
}

.contact-tag{
    font-size: 18px;
}

.people-quote{
    font-family: Inter, sans-serif;
    color: #1c1d1f;

}
.w-70{
    width: 250px !important;
}

.title_case{
    text-transform: capitalize;
}
.about_section{
    display: flex;
    flex-direction: column;
}
.about_titlecustom{
    font-size: 75px;
    color: #beff01;
    font-family: Inter, sans-serif;
   
}
.designtext{
    position: relative;
}
.locateicon{
    position: absolute;
    display: inline-block;
    left: -3%;
    top: -33px;
    font-size: 40px;
    color: black;
    z-index: 5; 
}

.locatepic{
    position: absolute;
    display: inline-block;
    right: 0%;
    bottom: -16px;
    font-size: 40px;
    color: black;
    z-index: 5; 
}
/* @media(max-width:768px){
  
} */

