.header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}
.header .navbar .logoset{
    width: 125px;
}
.header .navbar .navbar-toggler:focus {
    box-shadow: none;
}
.header .navbarset{
padding: 1% 8% 0% 8%;
background: #fff;
}
.header .navbar .menu{
    font-size: 20px;
    color: #323232;
}
.header .navbar .menu:hover{
    font-size: 20px;
    color: #4dbdec;
}
.header .navbar .active-menu{
    font-size: 20px;
    color: #323232;
    font-weight: 700;
    border-bottom: 6px solid #4dbdec;
    padding-bottom: 20px;
}
.header .navbar .nav-item{
    margin: 21px 28px 0px 28px;
}
.header .navbar .search-bar-set{
    background: #fff;
    border: 0.5px solid #9b9b9b;
    border-radius: 25px;
    font-size: 14px;
    color: #c6c6c6;
    padding: 12px 20px 12px 20px;
    width: 150%;
}
.header .navbar .fafa-postion-set{
    position: relative;
    left: 70px;
    top: 5px;
}
.header .navbar .fafa-postion-set .fa-search{
    color: #9E9E9E;
    font-size: 18px;
}
.header-bootom-stripped .h6set {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 7px;
    text-align: center;
    margin-bottom: 0px;
}
.header-bootom-stripped .h6span{
    color: #4dbdec !important;
}

.header .deskservice{
    display: block;
}
.header .mobservice{
    display: none;
}
.header .mobservice .accordion-button:focus{
    box-shadow:none;
}
.header .mobservice .accordion-button:not(.collapsed){
    background:#fff;
    font-size:14px;
    color:#000;
}
.header .mobservice .accordion-button{
    padding: 5px 0px;
    font-size:14px;
    color:#000;
}
.header .mobservice .first-acc-body{
    padding:0px 15px;
}
.header .mobservice .second-acc-body{
    padding:0px 15px;
    background: aliceblue;
}

.header .mobservice #accordionFlushExampleinner .nav-link{
    font-size:12px;
    color:#000;
}

.header .mobservice .accordion-button::after {
    background-size: 15px;
    width: 16px;
}

.header .mobservice .first-acc-body .accordion-button{
    border-bottom: 1px solid #ccc;
    border-radius: 0px !important;
}

.header .mobservice .first-acc-body .accordion-button:not(.collapsed) {
        box-shadow: none;
}

@media (min-width:275px) and (max-width:319px){
    .header .navbar .logoset {
        width: 55px;
    }
    .header .navbarset {
        padding: 1% 0% 0% 2%;
    }
    .header .navbar .active-menu {
        font-size: 15px;
        width: fit-content;
    }
    .header .navbar .menu {
        font-size: 15px;
        width: fit-content;
    }
    .header .navbar .search-bar-set {
        width: 115%;
    }
    .header .navbar .fafa-postion-set {
        left: 0px;
    }
    .header .navbar .nav-item {
        margin: 15px 0px 0px 5px;
    }
    .header-bootom-stripped .h6set {
        font-size: 10px;
    }
    .header-bootom-stripped .h6set {
        font-size: 12px;
    }
    .header .deskservice{
        display: none;
    }
    .header .mobservice{      
        display: block;
    }
}

@media (min-width:320px) and (max-width:484px){
    .header .navbarset {
        padding: 1% 0% 0% 2%;
    }
    .header .navbar .logoset {
        width: 55px;
    }
    .header .navbar .active-menu {
        font-size: 15px;
        width: fit-content;
    }
    .header .navbar .menu {
        font-size: 15px;
        width: fit-content;
    }
    .header .navbar .search-bar-set {
        width: 115%;
    }
    .header .navbar .fafa-postion-set {
        left: 0px;
    }
    .header-bootom-stripped .h6set {
        font-size: 12px;
    }
    .header .deskservice{
        display: none;
    }
    .header .mobservice{      
        display: block;
    }
}
@media (min-width:485px) and (max-width:574px){
    .header #accordionExample {
        display: none !important;
      }
    .header .navbarset {
        padding: 1% 0% 0% 2%;
    }
    .header .navbar .logoset {
        width: 55px;
    }
    .header .navbar .active-menu {
        font-size: 17px;
        width: fit-content;
    }
    .header .navbar .menu {
        font-size: 17px;
        width: fit-content;
    }
    .header-bootom-stripped .h6set {
        font-size: 14px;
    }
    .header .deskservice{
        display: none;
    }
    .header .mobservice{      
        display: block;
    }
}
@media (min-width:575px) and (max-width:767px){
   .header #accordionExample {
        display: none !important;
      }
    .header .navbarset {
        padding: 1% 0% 0% 2%;
    }
    .header .navbar .logoset {
        width: 60px;
    }
    .header .navbar .active-menu {
        font-size: 17px;
        width: fit-content;
    }
    .header .navbar .menu {
        font-size: 17px;
        width: fit-content;
    }
}
@media (min-width:768px) and (max-width:991px){
    .header .navbarset {
        padding: 1% 0% 0% 2%;
    }
    .header .navbar .logoset {
        width: 60px;
    }
    .header .navbar .active-menu {
        font-size: 17px;
        width: fit-content;
    }
    .header .navbar .menu {
        font-size: 17px;
        width: fit-content;
    }
}
@media (min-width:992px) and (max-width:1023px){
    .header .navbar .logoset {
        width: 70px;
    }
    .header .navbar .nav-item {
        margin: 12px 10px 0px 10px;
    }
    .header .navbar .active-menu {
        padding-bottom: 27px;
    }
    .header .navbar .active-menu {
        font-size: 15px;
        margin-top: 7px;
    }
    .header .navbar .menu {
        font-size: 15px;
        margin-top: 7px;
    }
    .header .navbarset {
        padding: 1% 2% 0% 2%;
    }
    .header .navbar .search-bar-set {
        width: 120%;
    }
    .header .navbar .fafa-postion-set {
        left: 0px;
    }
}
@media (min-width:1024px) and (max-width:1199px){
    .header .navbar .logoset {
        width: 70px;
    }
    .header .navbar .nav-item {
        margin: 12px 10px 0px 10px;
    }
    .header .navbar .active-menu {
        padding-bottom: 27px;
    }
    .header .navbar .active-menu {
        font-size: 15px;
        margin-top: 7px;
    }
    .header .navbar .menu {
        font-size: 15px;
        margin-top: 7px;
    }
    .header .navbarset {
        padding: 1% 3% 0% 3%;
    }
    .header .navbar .search-bar-set {
        width: 120%;
    }
    .header .navbar .fafa-postion-set {
        left: 0px;
    }
}
@media (min-width:1200px) and (max-width:1399px){
    .header .navbar .logoset {
        width: 100px;
    }
    .header .navbar .nav-item {
        margin: 12px 15px 0px 15px;
    }
    .header .navbar .active-menu {
        padding-bottom: 27px;
    }
    .header .navbar .active-menu {
        font-size: 15px;
        margin-top: 7px;
    }
    .header .navbar .menu {
        font-size: 15px;
        margin-top: 7px;
    }
    .header .navbarset {
        padding: 1% 5% 0% 5%;
    }
    .header .navbar .search-bar-set {
        width: 125%;
    }
    .header .navbar .fafa-postion-set {
        left: 15px;
    }
}
@media (min-width:1400px) and (max-width:1700px){
    .header .navbar .logoset {
        width: 125px;
    }
    .header .navbar .nav-item {
        margin: 15px 20px 0px 20px;
    }
    .header .navbar .active-menu {
        padding-bottom: 27px;
    }
    .header .navbarset {
        padding: 1% 5% 0% 5%;
    }
}


/* edit */
/* @media (max-width: 575px) {
    
  } */