﻿body {
    margin: 0 0;
    padding: 0 0;
    overflow-x: hidden;
    font-family: 'Inter-Regular' !important;
}
/*Header CSS Start*/
.head-container {
   /* display: flex;*/
    padding: 0 40px;
    position: fixed;
    z-index: 10;
   /* height: 85px;*/
    width: 100%;
    top: 0;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
    background-color: #FFFFFF;
}

    .head-container .menucontrol {
        display: flex !important;
    }
a.dropdown-item img {
    margin-right: 10px;
}

a.myprofile {
    text-align: left !important;
    padding-left: 15px;
}

.accordion.my-profile {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

a.dropdown-item:hover {
    background-color: #f2f2f2!important;
    color:#000!important;
}
.my-profile a.myprofile {
text-align:left;
font-weight:400;
font-size:16px!important;
}
.head-container .logo {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.controls.header-controls {
    position: revert !important;
}

.head-container .menucontrol {
    display: flex !important;
}

.menucontrol {
    display: flex !important;
    align-items: center;
    justify-content: left;
    position: relative;
    padding-left: 0;
}

    .menucontrol ul {
        margin-bottom: 0;
        padding-left: 0;
        gap: 15px;
        display: flex;
        margin-left: -20px;
    }

        .menucontrol ul li {
            display: inline-flex;
            color: #000;
            font-size: 16px;
            font-weight: 500;
            /*padding: 0 15px;*/
        }

            .menucontrol ul li a {
                text-decoration: none;
                color: #000;
                font-weight: 400;
                font-size: 16px;
            }

.controls > ul {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    text-align: center;
    padding-left: 0;
    gap: 15px;
}
.whatsappIcon {
width:30px;
}
/*Control Menu accordion*/
input.acc {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordionblock:last-child {
    margin-bottom: 0;
}

.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    padding: 10px 16px 0px 16px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    align-items: center;
    margin-bottom:0px!important;
}

    .accordion-label img {
        margin-right: 10px;
        width:30px;
    }

   

    .accordion-label::after {
        content: "\276F";
        width: 16px;
        height: 16px;
        text-align: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        right: 15px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        color:#555555;
    }

.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: #000;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .accordion-content p {
        color: #000;
        margin: 0;
        font-size: 18px;
    }

input.acc:checked + .accordion-label {
    font-weight: 600;
    color: #000;
}
.d-center {
    align-items: center !important;
}
    input.acc:checked + .accordion-label::after {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        right:25px;
    }

input.acc:checked ~ .accordion-content {
    max-height: 300vh;
    padding: 0px 0px 0px 0px;
}
.search-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-search {
    position: absolute;
    width: 100%;
    margin-right: 5%;
}
.headsearchblock {
    position: relative;
    width: 100%;
}
    .headsearchblock .form-group {
        margin-bottom: 0;
        width: 100%;
    }
        .headsearchblock .form-group .form-control {
            width: 100%;
            font-size: 14px;
        }
        .headsearchblock input {
            border: 1px solid #424242;
            background: #FFF !important;
            height: 37px;
            border-radius: 40px!important;
        }
.headsearchbtn {
    background: #ffffff00;
    color: #e62e6f;
    width: 58px;
    height: 38px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: -3px;
}
    .headsearchbtn::before {
        content: '';
        background: url(/assets/images/home/section1/Search.png);
        position: absolute;
        align-items: center;
        justify-content: center;
        display: flex;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #F31175;
        border-radius: 0 30px 30px 0;
        width: 45px !important;
        height: 37px !important;
        cursor: pointer;
        bottom: 1px;
        right: 0;
    }
.controls ul li {
    list-style-type: none;
    cursor: pointer;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader {
    width: auto;
    position: absolute;
    right: 100px;
    top: 70px;
    display: none;
    width: 550px !important;
}

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader.active {
        display: block !important;
    }

#lilocationsMenuWrapper .location-closebtn {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 99;
    font-size: 20px !important;
    color: #f8049c !important;
    padding: 0 10px;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 {
    width: 150px;
    background: #fff;
    position: relative;
    min-height: 100vh;
    z-index: 2;
    padding-left: 0;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    list-style: none;
    width: 100%;
    margin-right: 13%;
}

a.activelocation.bactive {
    background: #fafafa;
    border-left: 3px solid #ef0073;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    display: block;
    color: #ef0073 !important;
}

ul.level1 > li > a {
    display: block;
    border-left: 3px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
    color: #666 !important;
    text-decoration: none;
    font-weight: 600;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 > li:hover .level2, .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 > li .level2.active {
    display: block;
    padding: 0px 0 100px 0px;
    float: left;
    height: 100%;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 {
    flex-direction: row;
    flex-wrap: wrap;
    display: none;
    position: absolute;
    left: 150px;
    background-color: #fff;
    top: 0px;
    width: 750px;
    height: 100vh;
    max-width: 410px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: -6px 0px 3px -6px #616161 !important;
    transition: all 0.5s ease-out;
    padding-left: 0;
}

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 .level2_title {
        font-weight: 600;
        width: 100%;
        margin-bottom: 0px;
        font-size: 14px;
        background: #fafafa00 !important;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e500;
        line-height: 40px;
        padding: 0px 10px;
        text-align: left;
    }

        .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 .level2_title a {
            color: #ef0073;
            text-decoration: none;
        }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 li {
        max-width: 160px;
        margin: 0px 10px;
        float: left;
        text-align: left;
    }

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader ul li {
    list-style: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.nav-item .level2 a {
    font-size: 14px !important;
    padding: 0.5rem 0px !important;
}

.nav-item .level1 a {
    font-size: 14px !important;
    text-align: left;
    text-decoration: none;
}

ul.level2 > li > a {
    color: #333 !important;
    font-weight: 600;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level3 {
    font-size: 12px;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 12px;
}

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level3 li {
        max-width: 160px;
        margin: 0px 0px !important;
        float: left;
    }

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 li {
    max-width: 160px;
    margin: 0px 10px;
    float: left;
    text-align: left;
}

.nav-item .level3 a {
    font-size: 12px !important;
}

ul.level3 > li > a {
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 400 !important;
    line-height: 2;
}

    ul.level3 > li > a:hover {
        color: #ef0073 !important;
        font-weight: 500 !important;
        text-decoration: none;
    }

ul.level2 > li > a:hover {
    color: #ef0073 !important;
    text-decoration: none;
}

.nav-item .level3 a {
    font-size: 12px !important;
}

ul .level1 > li > a:hover {
    background: #fafafa;
    border-left: 3px solid #ef0073;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    display: block;
    color: #ef0073 !important;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 li:last-child {
    margin-bottom: 5px !important;
}

body::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
    background: var(--scrollbarBG);
}

::-webkit-scrollbar {
    width: 6px;
    color: pink;
}

::-webkit-scrollbar-thumb {
    background: #ef0073;
}

.loginwrap .login-btn {
    background: #FFFFFF80;
    padding: 3px 0px 7px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.logo a.navbar-brand {
    width: 60px!important;
}

.loginwrap .login-btn a {
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.loginwrap .login-btn img {
    margin: 18px 0px 0 0;
}

.icon-one {
    cursor: pointer;
    z-index: 11111;
    height: 14px;
    margin-top: -4px;
    padding: 0 0px;
    text-align: left;
}

.hamburger {
    width: 25px !important;
    height: 3px;
    background: #000000;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
}

.hamburger-one:before, .hamburger-one:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    transition: 0.5s;
    border-radius: 2px;
}

.hamburger:before {
    width: 20px !important;
    top: 8px;
    background: #000000;
    right: 0;
}

.hamburger:after {
    width: 25px !important;
    top: 16px;
    background: #000000;
}

.sidebar {
    position: fixed;
    width: 340px;
    right: -350px;
    top: 0px;
    background-color: #ffffff !important;
    overflow-x: auto;
    z-index: 99;
    box-sizing: border-box;
    height: 103%;
}

    .sidebar.active {
        right: 0;
        transition: 0.3s;
    }

.sidemenu {
    position: relative;
    z-index: 99;
    background-color: #fff;
    box-shadow: #ccdbe8 1px 3px 6px 0 inset, rgb(255 255 255 / 50%) 1px -3px 6px 1px inset;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
}

.sidebar.active::after {
    background-color: #000000;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0;
    opacity: 0.4;
    transition: 0.3s;
}

.sidemenu h5 {
    padding: 25px 0 0 20px;
    color: #f8049c;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
}

ul.sidebarlist {
    padding-top: 6px;
    padding-left: 10px;
    margin-bottom: 40px;
}

.sidebar ul li {
    line-height: 0px;
    list-style: none !important;
    margin-left: 0;
    width: 100%;
    text-align: left;
}
    .sidebar ul li:hover {
    background-color:#f2f2f2;
    }
    .menulist {
        margin-top: 10px;
        box-shadow: 0 0 0px #bfb5b5 !important;
    }

.sidebar ul li a {
    position: relative;
    color: #000;
    display: block;
    padding: 15px 15px 15px 5px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    text-transform: capitalize;
    text-decoration: none;
    padding-left:17%!important;
}

.sidebar ul ul li a {
    color: black;
    font-weight: 400 !important;
    padding: 17px 0px 0px 10px;
    font-size: 12px;
    margin-left: 1%;
}

.icon-one.active-one {
    width: 20px;
    position: absolute;
    top: 25%;
    height: 19px;
    right: 15px;
}

    .icon-one.active-one .hamburger-one {
        width: 0px !important;
        position: relative;
        top: -11px;
        right: -25px;
    }

        .icon-one.active-one .hamburger-one:before {
            top: 20px;
            transform: rotate(45deg);
            width: 20px !important;
            z-index: 999;
            right: 5px;
            background-color: #FFF;
        }

        .icon-one.active-one .hamburger-one:after {
            top: 20px;
            transform: rotate(135deg);
            width: 20px !important;
            color: #000;
            z-index: 999;
            right: 5px;
            background-color: #FFF;
        }

.sidebar ul li a:hover {
    text-decoration: none;
    color: #000;
}

.sidebarlist ul {
    padding-left: 0;
}

.user-name p {
    display: none;
    color:#fff;
    font-weight:500;
}

.user-image {
    width: 60px!important;
    height: 60px!important;
    border-radius: 50%!important;
    overflow: hidden;
    background: #FFFFFF80;
    display: none;
}

#dropdownMenuLink::after {
    display: none;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader:after {
    background-color: #000000;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 70px;
    opacity: 0.4;
    z-index: 1;
}

.profile-show {
    transform: translate(-50%, 60%) !important;
}

    .profile-show a i {
        margin-right: 10px;
    }
.header.include {
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9;
    position: relative;
}

.user-info .dropdown-menu.show {
    top: 0px !important;
    left: -40px !important;
    display: block !important;
}

.user-info .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    margin: 0.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fefbfa;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    left: unset;
}

.user-info .dropdown-item {
    display: block;
    width: 100%;
    padding: 2px 10px 2px 5px;
    clear: both;
    font-weight: 600;
    color: #1f1b4e !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    cursor: pointer;
}

.user-info a.dropdown-item i {
    font-size: 15px;
    padding: 0 12px;
}
.dropdown-toggle .dropdown-userdetails::after {
    display:none;
}
.user-info .dropdown-menu.show {
    top: 30px !important;
    left: 40px !important;
    display: block !important;
}
.user-info .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    margin: 0.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fefbfa;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    left: unset;
}
.pay-btn {
    position: fixed;
    right: -42px;
   
    cursor: pointer;
    z-index: 9;
    display: block;
}

    .pay-btn a {
        cursor: pointer;
        border: 1px solid #F8049C;
        background-color: #F8049C;
        color: #fff;
        padding: 4px 20px;
        z-index: 99999;
        font-weight: 600;
    }
/*Control Menu*/
.sidebartop {
    background: #F2006C;
}

.login-user-detail h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.login-user-detail p {
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 5px;
}

    .login-user-detail p a {
        color: #fff;
    }

.loginwrap {
    padding: 20px;
    display: flex;
}

.login-user-detail {
    margin-left: 16px;
    text-align: left;
}

.accordion-control .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
    font-weight: 600;
}

.accordion-control .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-control .accordion-button {
    padding-bottom: 0 !important;
}

    .accordion-control .accordion-button span {
        padding-left: 10px;
    }

ul.controlmenulist {
   
}

.colive-apps p {
    text-align: left;
    margin-left: 9%;
    color: #fff;
}

.colive-apps div {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.colive-apps {
    background: linear-gradient(179.8deg, #F2006C 27.22%, #000000 419.08%);
    padding: 20px 0;
    margin: 20px;
    border-radius: 5px;
}

.controlmenu-social {
    text-align: left;
    margin-left: 10%;
    padding-bottom:5%;
}

.socialIcons {
    gap: 35px;
}

.controlmenu-social p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.profile-logout {
    padding-left: 18px;
    padding-top: 15px;
}

    .profile-logout p {
        padding-left: 10px;
       
    }

.dropdown-userdetails {
    display: flex;
    align-items: center;
}

.user-name {
    padding-left: 18px;
}

    .user-name p.name {
        font-size: 20px;
    }
.accordion-item {
    background-color: #fff;
    border: none!important;
}
.profile-logout img {
width:30px;
}
/*New location tab css*/
.controls ul li .locationsbtn {
    font-size: 16px;
    font-weight: 400;
    color: #040404;
    width: 160px;
    height: 40px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.controls ul li.locationsNewBtn .locationsbtn span {
    font-size: 11px;
    font-weight: 600;
    color: #FFFFFF;
    width: 40px;
    height: 23px;
    background-color: #F2006C;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    position: relative;
    overflow: hidden;
}

.header-search {
    right: 18%;
}

.controls ul li .locationsbtn:focus {
    box-shadow: none !important;
}

.controls ul li .locationsbtn .fre__innerwrap {
    width: 115%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: -2px;
    transform: skew(150deg);
    background: linear-gradient(to right, transparent 35%, #ffffff 5%, transparent 45%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    animation-name: fre__backplay;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

@keyframes fre__backplay {
    0% {
        background-position: 100% 100%
    }

    50% {
        background-position: 0 0
    }

    100% {
        background-position: 100% 100%
    }
}
/*New location tab css end*/
@media (max-width:1200px) {
    /*.menucontrol ul li {
        padding: 0 10px;
    }*/
    .menucontrol ul {
        gap: 24px;
    }

    .menucontrol, .header-controls {
        padding: 0;
    }

    .head-container .logo {
        padding-left: 0;
    }
}

@media (max-width:992px) {
    .menucontrol ul {
        gap: 16px;
    }

        .menucontrol ul li, .loginwrap .login-btn a {
            font-size: 13px;
        }

    .head-container .logo {
        padding: 0;
    }

    .controls > ul {
        gap: 8px;
        justify-content: space-evenly;
    }

    .head-container {
        padding: 0 30px;
    }

    .loginwrap .login-btn {
        padding: 2px 0px 5px 0px;
        width: 68px;
    }

        .loginwrap .login-btn img {
            margin: 6px 5px 0 0;
            width: 13px;
        }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader {
        right: 15%;
    }

    .phoneIcon img {
        width: 22px;
    }

    .whatsappIcon img {
        width: 30px;
    }

    .locationIcon img {
        width: 20px;
    }

    lilocationsMenuWrapper .location-closebtn {
        top: 10px;
    }
}

@media (max-width:767px) {
    /*control menu start*/
    .sidebar {
        width: 300px;
    }
    a.dropdown-item img {
    width:27px;
    }
    .user-name p.name {
        font-size: 16px;
    }
    .accordion-label img {
    width:26px;
    }
    .user-name p.mobile {
        font-size: 15px;
    }

    .accordion-control .accordion-button span {
        font-size: 14px;
    }

    .accordion-button img {
        width: 26px;
    }

    .profile-logout img {
        width: 24px;
    }

    .profile-logout p {
        font-size: 16px;
    }

    .profile-logout {
        padding-left: 18px;
        padding-top: 12px;
    }

    .colive-apps div {
        gap: 5px;
        margin-top: 10px;
    }

    .colive-apps p {
        margin-left: 3%;
    }

    .colive-apps {
        padding: 15px 0;
    }

    ul.controlmenulist {
        padding-left: 38px;
    }
    .profile-logout img {
        width: 26px;
    }
    /*control menu end*/
    .header.include {
    margin-bottom:25%;
    }
    .loginwrap .login-btn a span {
        display: none;
    }

    .loginwrap .login-btn {
        padding: 0px;
        width: 50px;
        border-radius: 50%;
        height: 50px;
    }

        .loginwrap .login-btn img {
            margin: 15px 0px 0 0;
        }

        .loginwrap .login-btn img {
            width: 13px;
        }

    .controls > ul {
        gap: 13px;
        justify-content: end;
        margin-right: 10px;
    }

    .icon-one {
        margin-top: -5px !important;
    }

    .head-container .logo a {
        margin-right: 0;
    }

    header .logo {
        padding: 0px 0 0px 0 !important;
        margin-left: 25px;
    }

    .head-container {
        padding: 0 0px;
    }
    .headsearchblock input {
        width: 100%!important;
    }
    .menucontrol {
        background-color: #F2006C;
        position: relative;
        margin-top: 10px;
        left: 0;
        /* width: 100vw; */
        overflow-x: scroll;
        white-space: nowrap;
        justify-content: start;
        padding: 10px 15px 10px 15px;
        border: 1px solid #E2E2E2;
        background: #FFF;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    }

        .menucontrol ul li a {
            font-size: 13px;
           /* color: #FFFFFF;*/
        }

        .menucontrol::-webkit-scrollbar {
            display: none;
        }

        .menucontrol ul {
            gap: 18px;
            padding-left: 35px;
        }

    ul.sidebarlist {
        padding-left: 10px;
    }

    .sidebar ul li a {
        padding: 18px 0 5px 10px !important;
        font-size: 15px !important;
    }

    .icon-one.active-one {
        right: 0px;
        top: 5%;
    }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader {
        right: 0 !important;
        top: 59px;
        max-width: 100%;
    }

        .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 {
            width: auto;
            max-width: 280px;
        }

        .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level2 {
            left: 155px !important;
            max-width: 150% !important;
        }

    .nav-item .level3 a {
        font-weight: 400 !important;
    }

    #lilocationsMenuWrapper .location-closebtn {
        top: 11px;
    }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader:after {
        top: 60px;
    }
    .header-search {
        position: relative;
        width: 85%;
        margin:0 auto;
        right:auto!important;
        margin-bottom:5px!important;
    }
    .headsearchbtn::before {
        border: 1px solid #F31175;
    }
    .headsearchblock {
        position: relative;
        width: 100%;
    }
    .head-container nav {
       background:#fff;
    }
    .logo a.navbar-brand {
        width: 40px !important;
    }
    .headsearchbtn {
        /*right: 0px;*/
    }
    .controls ul li .locationsbtn {
    width:140px;
    }
    /*New location tab css*/
    .controls > ul {
        position: relative;
    }

    .controls ul li.locationsNewBtn .locationsbtn {
        font-size: 14px;
        width: 135px;
        height: 33px;
        position: absolute;
        left: -20px;
        top: 10px;
        animation: shiny-btn1 3s ease-in-out;
    }

    .header-search {
        right: 0;
    }
    /*New location tab css end*/
}

@media (max-width:450px) {
    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader .level1 {
        width: auto;
        max-width: 200px;
    }
    .icon-one.active-one {
    top:20%;
    }


    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader {
        top: 55px;
    }
}
/*Header CSS End*/

