.menu-header-layout{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.menu-header-layout .logo{
    padding: 0 30px;
    /*float: left;*/
    border-right: 1px solid rgba(48, 51, 58, .15);
    z-index: 2;
}

.menu-header-layout .logo a{
    width: 44px;
    height: 44px;
    position: relative;
    display: block;
}

.menu-header-layout .logo img{
    width: 44px;
    height: 44px;
}

.menu-header-layout .user-avatar{
    padding-left: 22px;
    /*float: left;*/
    display: flex;
    align-items: center;
    z-index: 2;
}

.menu-header-layout .user-avatar>a{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(48, 51, 58, 0.2);
}

.btn-primary-mini{
    border: 1px solid #c72528;
    border-radius: 2px;
    background: transparent;
    padding: 8px 30px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    font-family: 'harmonia', Arial, Helvetica, sans-serif;
    cursor: pointer;
    color: #c72528;
}

.btn-primary-mini:hover{
    color: #c72528;
    opacity: .86;
    border: 1px solid rgba(199, 37, 40, .86);
}

.btn-primary-mini .zmdi{
    padding: 0 5px 2px 0;
    font-size: 18px;
}

.menu-header-layout .user-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 0;
}

.menu-header-layout .user-avatar h3{
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    /*color: #fff;*/
    padding-left: 10px;
}

.menu-header-layout .col-right-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    padding-right: 30px;
}

.menu-header-layout ul li{
    float: left;
    margin-right: 30px;
    height: 59px;
    line-height: 59px;
    font-size: 16px;
}

.menu-header-layout ul li:hover{
    border-bottom: 2px solid #c72528;
}

.menu-header-layout ul li.active{
    border-bottom: 2px solid #c72528;
}

.bg-gray{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.13));
}

/*Icon Menu Mobile*/
#nav-icon3{
    width: 25px;
    height: 22px;
    position: relative;
    margin-left: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    margin-right: 20px;
}

#nav-icon3 span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #30333a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.banner-mini-b #nav-icon3 span{
    background: #30333a;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

/*End Icon Menu*/

.nav-menu-sm{
    text-align: left;
    position: fixed;
    height: 100%;
    width: 300px;
    right: -300px;
    padding-top: 4px;
    padding-bottom: 25px;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(.11, .97, .81, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(.11, .97, .81, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(.11, .97, .81, 1);
    transition: -webkit-transform 0.25s cubic-bezier(.11, .97, .81, 1),-moz-transform 0.25s cubic-bezier(.11, .97, .81, 1),-o-transform 0.25s cubic-bezier(.11, .97, .81, 1),transform 0.25s cubic-bezier(.11, .97, .81, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    top: 0;
}

.nav-menu-sm ul{
    padding: 0 20px;
}

.nav-menu-sm ul li{
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.nav-menu-sm ul li a{
    display: block;
    padding:14px 0 14px;
}

.nav-menu-sm .actionIcon-close{
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    /*background: #000;*/
    color: #000;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    margin: 10px 15px 0 0;

}

.nav-menu-sm .actionIcon-close .zmdi{
    padding-right: 0;
    font-size: 24px;
}

.nav-menu-sm.active{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(-300px);
    right: -300px
}

.black-background {visibility: hidden;opacity: 0;position: fixed;top: 0;background-color: rgba(0,0,0,0.5);;height: 100%;width: 100%;-webkit-transition: opacity 0.25s linear, visibility 0.25s linear;-moz-transition: opacity 0.25s linear, visibility 0.25s linear;-o-transition: opacity 0.25s linear, visibility 0.25s linear;transition: opacity 0.25s linear, visibility 0.25s linear; z-index:700}
.black-background-visible {visibility: visible;opacity: 1;background-color: rgba(0,0,0,0.5);z-index:110}

#nav-icon3{
    display: none;
}

@media (max-width: 1140px){
    #nav-icon3{
        display: block;
    }

    .menu-header-layout .col-right-menu{
        display: none;
    }

    .nav-menu-sm .btn-primary-mini{
        margin-left: 20px;
        margin-top: 10px;
    }
    .menu-header-layout .logo{
        padding: 0 18px;
    }
    .menu-header-layout .user-avatar{
        padding-left: 18px;
    }
    #nav-icon3{
        display: block;
        margin-right: 18px;
    }
}

.bg-transparent{
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    position: relative;
}

.btn-white{
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.bg-transparent .user-avatar h3,
.bg-transparent ul li a{
    color: #fff !important;
}

.bg-transparent .user-avatar h3 a{
    color: #fff !important;
}

.bg-transparent .logo{
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.bg-transparent ul li:hover {
    border-bottom: 2px solid #fff;
}

.bg-transparent #nav-icon3 span{
    background: #fff;
}

/*Menu sticky*/
.menu-fixed .menu-header .user-avatar h3{
    color: #30333a;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    padding-left: 10px;
}

.menu-fixed{
    position: relative;
    z-index: 99;
    display: none;
    width: 100%;
    z-index: 1;
}

/**/
.menu-fixed .menu-header{
    position: relative;
    height: 59px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.menu-fixed .menu-header ul li{
    float: left;
    margin-right: 30px;
    height: 59px;
    line-height: 59px;
}

/*.menu-fixed .menu-header ul li:last-child{
  margin-right: 0;
}*/

.menu-fixed .menu-header ul li.active{
    border-bottom: 2px solid #c72528;
}

.menu-fixed .menu-header ul li a{
    color: #000;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 400;
    height: 59px;
    display: flex;
    align-items: center;
}

.menu-fixed .menu-header ul li:hover{
    border-bottom: 2px solid #000;
}

.menu-fixed .menu-header ul li a:hover{
    color: #c72528;
}

.menu-fixed .menu-header button{
    /*margin-left: 150px;*/
}

.menu-fixed .menu-header .user-avatar {
    /*position: absolute;*/
    display: flex;
    width: 300px;
    padding-left: 30px;
    align-items: center;
    height: 100%;
    min-height: 60px;
    float: left;
    z-index: 2;
}

.menu-fixed .menu-header .user-avatar:hover .user-content {
    opacity: 1;
    visibility: visible;
}

.menu-fixed .menu-header .user-avatar>a {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.menu-fixed .menu-header .user-avatar>a img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}

.menu-fixed .menu-header .user-avatar .user-content {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
    background: #fff;
    border-radius: 2px;
    border: 1px solid rgba(131, 131, 131, 0.2);
    width: 210px;
    opacity: 0;
    transition: 0.1s ease all;
    visibility: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.menu-fixed .menu-header .user-avatar .user-content .user-heading {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    white-space: nowrap;
}

.menu-fixed .menu-header .user-avatar .user-content .user-heading a {
    display: initial;
}

.menu-fixed .menu-header .user-avatar .user-content li {
    display: block;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    border-bottom: none;
}

.menu-fixed .menu-header .user-avatar .user-content li:hover {
    background: #f3f4f7;
    width: 100%;
}

.menu-fixed .menu-header .user-avatar .user-content li a {
    display: block;
    font-size: 14px;
    color: #30333a;
    text-align: left;
    height: unset;
}

.menu-fixed .menu-header .user-avatar .user-content li:last-child a {
    color: #c72628;
}

.menu-fixed .menu-header .user-avatar .user-content .divide {
    border-top: 1px solid rgba(48, 51, 58, 0.1);
    margin: 0 25px !important;
    height: 0 !important;
}

.menu-fixed .menu-header .menu-1{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    padding-right: 30px;
}

.menu-fixed .contact-now{
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.menu-fixed .logo{
    padding: 0 30px;
    border-right: 1px solid rgba(48, 51, 58, .15);
    z-index: 2;
}

.menu-fixed .logo a {
    width: 44px;
    height: 44px;
    position: relative;
}

.menu-fixed .logo img {
    width: 44px;
    height: 44px;
}

#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    display: block;
}

@media (max-width: 1024px){
    .menu-fixed .menu-header .menu-1{
        display: none;
    }

    .menu-fixed #nav-icon3{
        display: block;
    }

    .menu-fixed .logo {
        padding: 0 18px;
    }

    .menu-fixed .menu-header .user-avatar {
        padding-left: 18px;
    }

    .nav-menu-sm .btn-primary-mini{
        margin-left: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 768px){
    .menu-fixed .menu-header .menu-1{
        padding-right: 0;
        justify-content: flex-end;
    }

    .menu-fixed .menu-header .user-avatar{
        width: unset;
    }

    .menu-header-layout .logo a,
    .menu-fixed .logo a{
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 640px){
    /*.menu-fixed .menu-header .user-avatar h3{
      display: none;
    }*/

    .menu-fixed .menu-header .user-avatar{
        min-width: unset;
        position: relative;
        padding-left: 20px;
    }
}

@media (max-width: 480px){
    .menu-fixed .menu-header{
        display: flex;
        height: 50px;
    }

    .menu-fixed .menu-header ul li{
        height: 50px;
        line-height: 50px;
    }

    .menu-fixed .menu-header ul li:last-child{
        margin-right: 0;
    }

    /*.menu-fixed .menu-header .menu-1{
      display: block;
      padding-right: 0;
      margin-right: 20px;
    }*/

    .menu-fixed .menu-header ul{
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        /*margin-right: 18px;*/
        padding-right: 0;
    }

    .menu-fixed .menu-header ul li a{
        font-size: 14px;
    }

    .menu-fixed .menu-header .user-avatar{
        /*margin-left: 18px;*/
        margin-right: 18px;
        padding-left: 20px;
    }

    .menu-header-layout .user-avatar{
        overflow: hidden;
        width: calc(100% - 110px);
    }

    .menu-header-layout .user-avatar h3{
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 50px);

    }
}

@media (max-width: 320px){
    .menu-header-layout .user-avatar{
        padding-left: 10px;
    }

    .menu-header-layout .user-avatar>a{
        width: 38px;
        height: 38px;
    }

    .menu-header-layout .user-avatar h3{
        padding-left: 5px;
    }

    #nav-icon3{
        margin-right: 10px;
    }
}
/*End menu sticky*/

/* MENU V1 */
.menu--main{
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 0 30px;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    top: 0;
}
.menu--main.menu--main__nofix{
    position: relative;
}
.menu--main .m-left{
    display: flex;
    align-items: center;
}
.menu--main .m-left .img-agent{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(48, 51, 58, 0.2);
    margin-right: 10px;
}
.menu--main .m-left .img-agent img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 50%;
}
.menu--main .m-left .name-agent{
    font-size: 16px;
    line-height: 24px;
    color: #30333a;
    font-weight: 500;
}
.menu--main .m-left .name-agent:hover{
    color: #30333a;
}
.menu--main .m-middle ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.menu--main .m-middle ul li{
    float: left;
    margin: 0 15px;
    list-style: none;
    height: 60px;
    line-height: 60px;
}
.menu--main .m-middle ul li:hover{
    border-bottom: 2px solid #c72528;
}

.menu--main .m-middle ul li.active{
    border-bottom: 2px solid #c72528;
}
.menu--main .m-middle ul li a{
    font-size: 14px;
    color: #30333a;
    letter-spacing: 1px;
    display: block;
}

.menu--main .m-middle .m-btn{
    background: #fff;
    border: #c72528 1px solid;
    color: #c72528;
    padding: 0 30px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.menu--main .m-middle .m-btn:hover{
    border-bottom: solid 1px;
    opacity: .86;
}
.menu--main .m-middle .m-btn a{
    font-size: 16px;
    font-weight: 600;
    color: #c72528;
}
.menu--main .m-right{
    display: flex;
    align-items: center;
}
.menu--main .m-right .m-service{
    color: #30333a;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}
.menu--main .m-right .m-service .zmdi{
    font-size: 40px;
    line-height: 50px;
}
.m-service-option{
    position: absolute;
    top: 60px;
    right: 80px;
    width: 900px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
    border: solid 1px rgba(131, 131, 131, 0.2);
    background: #ffffff;
    padding: 0 0 10px;
    display: none;
    z-index: 3;
}
.m-service-option:before {
    position: absolute;
    bottom: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: white;
    border-width: 8px;
    right: 31px;
    top: -15px;
    z-index: 2;
}


.m-service-option ul{
    width: 100%;
    border-top: 1px solid rgb(48, 51, 58, 0.1);
    padding: 20px 20px 0;
}
.m-service-option ul li{
    width: calc(33.333% - 10px);
    float: left;
    height: auto;
    line-height: normal;
    margin: 0 15px 20px 0;
}
.m-service-option ul li:nth-child(3n){
    margin-right: 0;
}
.m-service-option ul li .cover{
    max-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}
.m-service-option ul li .cover img{
    width: auto;
    height: 100%;
}
.m-service-option ul li:hover{
    border-bottom: 0;
}
.m-service-option ul li p{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #444c59;
}
.menu--main .m-right .m-logo{
    width: 44px;
    height: 44px;
    cursor: pointer;
}
.menu--main .m-right .m-logo:hover{
    opacity: .86;
}
.menu--main .m-right .m-logo img{
    width: 100%;
    height: 100%;
}
.menu--main .m-right-sm{
    display: none;
}
@media only screen and (max-width: 1200px){
    .menu--main{
        padding: 0 18px;
    }
    .menu--main .m-left{
        overflow: hidden;
        width: calc(100% - 135px);
    }
    .menu--main .m-left .name-agent{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 50px);
    }
    .menu--main .m-middle{
        display: none;
    }
    .menu--main .m-right{
        display: none;
    }
    .menu--main .m-right-sm{
        display: flex;
        align-items: center;
    }
    .m-btn{
        height: 32px;
        line-height: 32px;
        padding: 1px 20px 0;
        margin-right: 20px;
        background: #c72528;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
        min-width: fit-content;
        max-width: fit-content;
    }
    .m-btn:hover{
        color: #fff;
    }
    .menu--main .m-right-sm #nav-icon3{
        margin: 3px 0 0;
    }
}
.width-40{
    width: 40% !important;
}
.m-service-option .title{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 4px;
}