header.main_header {
    padding: 15px 0px;
    box-shadow: 0px 6px 10px 0px rgb(0 54 81 / 9%);
    position: fixed;
    height: 80px;
    width: 100%;
    background: #fff;
    z-index: 999;
}

header.signup_header {
    padding: 15px 0px;
    position: fixed;
    width: 100%;
    top: 0;

}

.signup_header.sticky {
    background: #fff;
    z-index: 99;
}

.div-input {
    position: relative;
    width: 300px;
}

.div-input svg {
    position: absolute;
    left: 13px;
    top: 10px;
}

.div-input input {
    border: 2px solid #77889a;
    border-radius: 21px;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #707070;
    font-family: "Open Sans";
    font-weight: 600;
    transition: linear .3s;
    background: transparent;
}

.div-input input svg text {
    fill: #707070 !important;
}

.div-input input:focus {
    color: #707070;
    border-color: #0D6DB1;
    box-shadow: 0 0 0 0rem rgba(13, 109, 177, 0.25);
    transition: linear .3s;
}

.top-right-menu {
    list-style: none;
    text-align: right;
    margin: 0px 0px 0px;
    padding: 0;
    float: right;
}

.top-right-menu li {
    display: inline-block;
    margin-left: 10px;
}

.notice {
    position: relative;
}

.per {
    display: inline-block;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    color: #737373;
    font-family: var(--roboto-family);
}

.preson-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    border: 5px solid var(--lightblue-color1);
}

.preson-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.top-right-menu .dropdown {
    cursor: pointer;
}

.top-right-menu .dropdown-item {
    height: 50px;
    line-height: 50px;
    color: #909090;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 500;
    padding: 0px 15px;
    border-radius: 10px;
    transition: linear .3s;
}

#dropdownMenuButton svg {
    fill: #1B1B1B;
    transition: linear .3s;
}

.top-right-menu .dropdown-item svg, .top-right-menu .dropdown-item rect {
    fill: #909090;
    margin-right: 10px;
    transition: linear .3s;
}

.top-right-menu .dropdown-item:focus, .top-right-menu .dropdown-item:hover {
    height: 50px;
    line-height: 50px;
    background: #29c0ce;
    color: #fff;
    transition: linear .3s;
}

.top-right-menu .dropdown-item:focus svg, .top-right-menu .dropdown-item:hover svg,
.top-right-menu .dropdown-item:hover rect, .top-right-menu .dropdown-item:focus rect {
    fill: #fff;
    transition: linear .3s;
}

.top-right-menu .dropdown-menu {
    padding: 0px;
    border: 0px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    transition: linear .3s;
}

.main {
    padding: 50px 0px 0px;
    background: #F8F9FF;
}

.main .items {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 10px 25px rgba(16, 160, 197, .11);
    border-radius: 10px;
    height: 130px;
    position: relative;
}

.items .txt {
    font-size: 15px;
    color: #909090;
    font-family: "Open Sans";
    line-height: 21px;
    font-weight: 500;
    width: 80%;
    display: inline-block;
    margin-bottom: 10px;
    height: 55px;
}


ul.top-left-menu {
    /* float: left; */
    margin: 0;
    padding: 0;
}

.top-left-menu li {
    display: inline-block;
    padding-right: 25px;
}

.top-left-menu li a {
    color: var(--nav-color);
    transition: .4s ease;
    font-size: 24px;
    font-family: var(--roboto-family);
    font-weight: 400;
}

.top-left-menu li a span {
    font-weight: 500;
}

.top-left-menu li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.main_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-icom {
    position: relative;
}

.notice a i {
    color: var(--icon-color);
    font-size: 20px;
}

.dropdown1 {
}

.dropdown1 i {
    color: var(--nav-color);
    padding-left: 4px;
}


.form-icom svg {
    width: 17px;
    height: 17px;
    position: absolute;
    fill: var(--icon-color);
    top: 14px;
    left: 21px;
}


.notice svg {
    width: 20px;
    fill: var(--icon-color);
    height: 20px;
}

.notice a {
    display: block;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: var(--lightblue-color1);
}

.form-control:focus {
    border-color: var(--lightblue-color1);
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.menu-right {
    display: flex;
}
