
.logocss {
    width: 320px;
    height: 80px;
}

@media (min-width: 1400px) {
    .containerlogo {
        max-width: 1500px !important;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .logocss {
        width: 220px;
        height: 60px;
    }
   

}

.logotext{
    width: 100px;
    height: auto;
}

.logores{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primary-header{
    color: #fff !important;
    background:  #ef6b96;
    width: 140px;
    height: 44px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary-header:hover{
    background-color: #000;
    color: #fff !important;
}

.btn-primary:hover{
  background-color: #000 !important;
}

.btn-header {
    padding: 0;
    font-size: 14px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .btn-primary-header {
        color: #fff;
        background: #ef6b96;
        width: 92px !important;
        height: 34px !important;
    }

}

@media only screen and (max-width: 992px) {
       .btn-primary {
        color: #fff;
        background: #ef6b96;
        width: 100px;
        height: 40px;
        z-index: 1;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btn-header {
        padding: 0;
        font-size: 11px;}
      .socialicon{
        display: none !important;
    }
    .social-head{
        display: flex;
        gap: 10px;
        justify-content: end;
    }
}

@media only screen and (max-width: 767px) {
    /* .single-feature {
        padding: 10px !important;
    } */
    /* .float {
        bottom: 46% !important;
        right: 40px;
    } */
    .logocss {
        width: 134px;
        height: 34px;
    }

    .btn-header {
        padding: 0;
        font-size: 10px;}

  
}










   



    .active {
        color: #ef6b96 !important; /* Highlight color */
        font-weight: bold;        /* Optional: make the text bold */
                   /* Optional: change text color */
    }
 
    .close-btn:hover{
        background-color: #000 !important;
        border: none;
    }

    .social-head{
        display: flex;
        gap: 10px;
        /* justify-content: end; */
    }
    

    .socialicon li a {
        width: 36px;
        height: 36px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    ;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        background-color: #000;
        border-radius: 5px;
    }

    .socialicon{
        display: flex;
        gap: 10px;
        /* margin-top: 12px; */
    }