.navbar-brand img {
    height: 65px;
    width: 65px;
    border-radius: 100%;
}

.menuicons {
    margin-right: 5px;
}

.nav-link {
    color: #484646;
    font-weight: 400;
    margin-left: 6px;
    font-size: 15px;
}

.bg-body-tertiary {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 50px;
    background-color: #fff;
}

.meniitessec-ss ul {
    display: flex;
    gap: 18px;
    padding: 0;
    margin-bottom: 0;
}

    .meniitessec-ss ul li {
        list-style: none;
    }

        .meniitessec-ss ul li a {
            color: #504c4c !important;
            font-size: 14px;
            font-weight: 400;
        }


.flexclaspam-ss a {
    color: #b01616 !important;
}

.sectionbrd-ss {
    margin-right: 0px;
    border-right: 1px dashed #ddd;
    padding-right: 27px;
}

.userimg-ss img {
    height: 30px;
}

.support-ss {
    display: flex;
    gap: 6px;
    align-items: center;
}

.rightsec-login a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.rightsec-login p {
    margin: 0;
    color: #4c4b4b;
    font-size: 13px;
    /* margin-right: -7px; */
    line-height: 1.1;
    margin-top: 8px;
}

.bg-body-tertiary {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 0px 13px;
    padding-bottom: 0;
}

.plusicons-ss {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 20px;
    color: #b01616;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffff;
    cursor: pointer;
}

.tempheader a {
    display: flex;
    align-items: center;
    color: #293359;
    flex-direction: column;
    text-decoration: none;
    font-size: 15px;
}

.rightsec-login {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    width: auto;
    text-align: right;
    margin-left: 32px;
}

.menubarsec-ss ul {
    display: flex;
    gap: 18px;
    margin: 0;
}

.meniitessec-ss {
    margin-left: auto;
}

.menubarsec-ss ul li {
    list-style: none;
}

.menubarsec-ss {
    display: flex;
    justify-content: end;
    width: auto;
    margin-left: auto;
}

    .menubarsec-ss ul li a {
        color: #5e5b5b;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
    }

.loginsign-btn a {
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
}

.logodivclass {
    border: 2px solid var(--primary-color);
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

    .logodivclass span {
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
    }

.flexsectiobn {
    display: flex;
    gap: 14px;
    align-items: center;
}

.travellogo p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #6c6969;
}

.travellogo h1 {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    margin: 0;
    color: var(--primary-color);
}


.sectionsec p {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 11px;
}

.balcse-ss p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}

.sectionsec a {
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    margin-right: 10px;
}

.sectionsec img {
    height: 13px;
}

.menusnavclas-ss li a img {
    height: 50px;
    border-radius: 40px;
}

.menusnavclas-ss li {
    list-style: none;
}

    .menusnavclas-ss li a {
        margin: 0 3px;
    }

.menusnavclas-ss {
    display: flex;
    background-color: var(--primary-color);
    max-width: 600px;
    padding: 6px;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: auto;
    margin-top: -30px;
    border: 3px solid #fff;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.menuicons img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

@media(max-width: 769px) {
    .nav-link {
        color: #484646;
        font-weight: 400;
        margin-left: 6px;
        font-size: 17px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 16px;
        margin-top: 8px;
    }

    .rightsec-login {
        display: block;
        align-items: center;
        gap: 20px;
        justify-content: end;
        width: 100%;
        text-align: center;
    }

    .loginsign-btn a {
        text-decoration: none;
        color: #000;
        background-color: #fff;
        padding: 7px 16px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 400;
        margin-left: 10px;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
        display: inline-block;
    }
}
