@font-face {
    font-family: 'SF-UI-Display-Light';
    src: url('./font/SF-UI-Display-Thin.otf');
}

@font-face {
    font-family: 'SF-UI-Display-Bold';
    src: url('./font/SF-UI-Display-Bold.otf');
}
@font-face {
    font-family: 'SF-UI-Display-Semi-Bold';
    src: url('./font/SF-UI-Display-Semibold.otf');
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}
.firstnav.navbar{
padding: 0;
}
.firstnav.navbar .nav-content img{
    width: 40px;
    height: 40px;
}
a:hover{
    text-decoration: none;
}
.firstnav.navbar .nav-logo img{
    width: 320px;
}
.firstnav.navbar .nav-content{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.firstnav.navbar .nav-content a{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.firstnav.navbar .nav-content a span{
    font-size: 23px;
    padding-left: 10px;
    font-weight: 100;
    font-family: 'SF-UI-Display-Semi-Bold';
    padding-top: 4px;

}

 .main-tab-container{
    background-color: #E4E4E4;
    padding: 0.5rem 0;
    width: 100%;
 }

 .main-tab-container .nav-pills .nav-link{
    font-family: 'SF-UI-Display-Light';
    font-size: 28px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
 }
 
 .main-tab-container .nav-pills .nav-link.active {
    font-family: 'SF-UI-Display-Bold';
    font-size: 32px;
    background-color: transparent;
    border: 0;
 }
 .main-tab-container .nav-pills .nav-item:first-child .nav-link {
    padding-left: 0;
 }
 .main-tab-container .nav-pills {
   border: 0;
    gap: 20px;
}
.header-text{
    font-family: 'SF-UI-Display-Bold';
    font-size: 50px;
    line-height: 81px;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
/* .tab-main-content{
    padding-top: 2rem;
} */
.tab-main-content small{
    color: #707070;
    font-size:calc(100% + 2px);

}

.tab-main-content p{
    font-family: 'Helvetica Neue';
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
  margin-bottom: 2rem;
}

.tab-main-content h4{
    font-family: Helvetica Neue;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top: 4rem;
}


.tab-main-content .header-content-text {
    margin-bottom: 5rem;
    padding-top: 5rem;
}
.main-contactus-content {
    margin-bottom: 3rem;
}
.main-contactus-content hr{
margin-top: 7rem;
margin-bottom: 4rem;
}

.main-contactus-content h4{
    font-family: 'SF-UI-Display-Bold';
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.main-contactus-content h3{
    font-family: 'SF-UI-Display-Light';
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 4rem;
}
.main-contactus-content .btn{
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 75px;
    padding: 5px;
    border-radius: 20px;
    font-size: 28px;
    font-family: 'SF-UI-Display-Light';
    margin: auto;

}
.fixed-one{
    position: sticky;
transform: translateY(0);
width: 100%;
background: #ffff;
top: 0;
left: 0;
}
.para-content-text p:last-child{
margin-bottom: 0;
}
b, strong {
    font-weight: bolder;
    font-size: 26px;
}
.tab-main-content li {
    margin-bottom: 1rem;
}
.tab-main-content li p {
    
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 1rem;
}


@media screen and (max-width:767px){
    .navbar{
        padding: 0;
    }
    .firstnav.navbar .nav-logo img {
        width: 200px;
    }
    .navbar .nav-content img {
        width: 30px;
        height: 30px;
    }
    
    .navbar .nav-content a span {
        font-size: 18px;
    }
    .header-text {
        font-family: 'SF-UI-Display-Bold';
        font-size: 40px;
        line-height: 48px;
    }
    .main-tab-container .nav-pills {
        border: 0;
        gap: 0px;
        /* flex-wrap: nowrap; */
        /* overflow-y: hidden; */
        /* overflow-x: scroll; */
        /* white-space: nowrap; */
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 10px;
    }
    .main-tab-container .nav-pills .nav-link {
        font-size: 20px;
    }
    .main-tab-container .nav-pills .nav-item:first-child .nav-link {
        padding-left: 20px;
    }
    .main-tab-container .nav-pills .nav-link.active {
        font-size: 20px;
    }
    .firstnav.navbar .nav-content a span {
        font-size: 18px;
        padding-left: 5px;
    }
    .firstnav.navbar .nav-content img {
        width: 29px;
        height: 29px;
    }
    .main-tab-container .nav-pills::-webkit-scrollbar {
        display: none;
      }
      .tab-main-content p {
        font-size: 20px;
        line-height: 33px;
      }
      .tab-main-content .header-content-text {
        margin-bottom: 3rem;
    }
    .tab-main-content h4 {
     
        font-size: 24px;
        margin-bottom: 1rem;
      
    }
    .para-content-text ul {
        margin-top: 0;
        padding-inline-start: 10px !important;
    }    
    .para-content-text a{
        font-size: 16px;
        line-height: 0px;
    }
    b, strong {
        font-size: 22px;
    }

}