:root
{
    --secondary-colour: "Avenir", Arial, sans-serif;
}
@font-face {
    font-family: "Avenir";
    src: url("https://cdn.direct.firstam.com/default/assets/common/fonts/avenir/AvenirLTStd-Book.woff")
      format("woff");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Avenir";
    src: url("https://cdn.direct.firstam.com/default/assets/common/fonts/avenir/AvenirLTStd-Roman.woff")
      format("woff");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "Avenir";
    src: url("https://cdn.direct.firstam.com/default/assets/common/fonts/avenir/AvenirLTStd-Medium.woff")
      format("woff");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: "Inter";
    src: url("https://cdn.direct.firstam.com/default/assets/common/fonts/inter/Inter-Regular.woff")
      format("woff");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Inter";
    src: url("https://cdn.direct.firstam.com/default/assets/common/fonts/inter/Inter-Medium.woff")
      format("woff");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "Inter";
    src: url("https://cdn.direct.firstam.com/default/assets/common/fonts/inter/Inter-SemiBold.woff")
      format("woff");
    font-weight: 600;
    font-style: normal;
  }
  a {
    text-decoration: none;
  }
  img {
    max-width: 100%;
  }
  body {
    color: #323840;
    font: 400 14px/17px "Inter", Arial, sans-serif !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }
  h1,
  .h1 {
    font-family: "Avenir", Arial, sans-serif;
    font-size: 35px;
    letter-spacing: -0.55px;
    line-height: 39px;
  }
  h2,
  .h2 {
    font-family: "Avenir", Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-family: "Avenir", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
  }
  h4,
  .h4 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
  h5,
  .h5 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  p {
    margin: 0;
  }
  label {
    font-weight: 500;
  }
.st-wrapper
{
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}
.st-logo-menu
{
    flex: 1;
    background-color: #b20839;
    min-height: 700px;
}
.st-logo-menu img
{
    max-width: 100%;
    width: 100%;
}
.st-middile-content
{
    flex: 6;
}
.st-middile-content .st-top-strip
{
    width: 100%;
    background-color: #000;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.st-top-strip ul
{
    margin: 0;
    padding: 0;
}
.st-top-strip ul li:not(.st-top-strip ul li ul li)
{
    display: inline;
    padding: 22px 25px;
}
.st-top-strip ul li a
{
    color: #FFF;
    text-decoration: none;
}
.st-top-strip .menu-section
{
    display: flex;
    background: #f9fafc;
    align-items: center;
    height: 60px;
    padding: 0px 20px;
}
.st-top-strip .menu-section ul li,
.st-top-strip .menu-section ul li.qeustion-icon a,
.st-top-strip .menu-section ul li.bell-icon a,
.st-top-strip .menu-section ul li.menudrop-section a
{
    position: relative;
}
.st-top-strip .menu-section ul li.qeustion-icon a,
.st-top-strip .menu-section ul li.bell-icon a
{
    width: 20px;
    height: 20px;
}
.st-top-strip .menu-section ul li.qeustion-icon a:after
{
    position: absolute;
    content: '';
    background: url(../images/new-dash/bell-icon.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}
.st-top-strip .menu-section ul li.bell-icon a:after
{
    position: absolute;
    content: '';
    background: url(../images/new-dash/question-icon.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}
.st-top-strip .menu-section ul li.menudrop-section a
{
    color: #0a688c;
    font-size: 18px;
}
.st-top-strip .menu-section ul li.menudrop-section a::after
{
    background: url(../images/new-dash/down-arrow-menu.svg);
    background-size: cover;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
}
.st-top-strip .menu-section ul li.menudrop-section ul li a::after
{
    display: none;
}
.st-top-strip .menu-section ul li.menudrop-section ul
{
    display: none;
    box-shadow: 0 11px 10px -10px #e4e7ea;
}
.st-top-strip .menu-section ul li.menudrop-section:hover ul
{
    display: block;
    position: absolute;
    top: 60px;
    width: 180px;
    background: #f9fafc;
    right: 0px;
    z-index: 9999;
}
.st-top-strip .menu-section ul li.menudrop-section ul li
{
    list-style: none;
    background: none;
    border-bottom: 1px solid #eceded;
}
.st-top-strip .menu-section ul li.menudrop-section ul li:hover
{
    background-color: #0a688c;
}
.st-top-strip .menu-section ul li.menudrop-section ul li:hover a
{
    color: #FFF;
}
.st-top-strip .menu-section ul li.menudrop-section ul li a
{
    padding: 9px 12px;
    width: 100%;
    display: flex;
    font-size: 14px;
}
.st-logo-menu ul
{
    padding: 20px 0px;
    margin: 0;
}
.st-logo-menu ul li
{
    list-style: none;
    border-bottom: 1px solid #bd3159;
    position:relative;
}
.st-logo-menu ul li.submenu-calc:after
{
    
    content: '';
    background: url(../images/arrow-down.svg);
    position: absolute;
    top: 7px;
    right: 15px;
    width: 25px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(68%) saturate(0%) hue-rotate(307deg) brightness(110%) contrast(100%);
    background-size: cover;
}
.st-logo-menu ul li ul
{
    display: none;
    padding: 0px;
}
.st-logo-menu ul li:hover ul
{
    display: block;
    background: #b20839;
}
.st-logo-menu ul li:hover{
    background-color: #000;
    transition: all 0.3s linear;
}
.st-logo-menu ul li:hover a{
    color: #FFF;
}
.st-logo-menu ul li a
{
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s linear;
    width: 100%;
    display: block;
    padding: 11px 9px;
}
.st-logo-menu ul li ul li
{
    padding-left: 30px;
}
.st-logo-menu ul li ul li a
{
    font-size: 14px;
    padding: 9px 6px;
}
.st-calculater-ad
{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   
}
.st-calculater-ad .st-calc-ftr{
    flex: 6;
}
.st-calculater-ad .st-add-container
{
    background-color: #e5e5e5;
    flex: 1.6;
    min-height: 700px;
   
}
.st-ftr-calc
{
    background-color: #e5e5e5;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.st-ftr-calc ul
{
    padding: 0;
    margin: 0;
}
.st-ftr-calc ul li
{
    list-style: none;
}
.st-ftr-calc .ftr-content-left ul
{
    margin-top: 15px;
}
.st-ftr-calc .ftr-content-left ul li
{
    display: inline;
    padding-right: 9px;
    position: relative;
    padding-left: 9px;
}
.st-ftr-calc .ftr-content-left ul li:first-child
{
    padding-left: 0px;
}
.st-ftr-calc .ftr-content-left ul li::after
{
    content: '|';
    right: 0px;
    position: absolute;
    top: 0px;
}
.st-ftr-calc .ftr-content-left ul li:last-child:after
{
    display: none;
}
.st-ftr-calc .ftr-content-left ul li a
{
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.st-ftr-calc .ftr-content-left ul li a:hover
{
    color: #b20839;
    text-decoration: underline;
}
.st-ftr-calc .ftr-content-left p
{
    margin: 0px;
    line-height: 28px;
}
.st-add-container .add-space
{
    width: 90%;
    margin: 0px auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.st-add-container .add-space .add-content
{
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.st-calc-ftr .st-calculater
{
   min-height: 600px;
   width: 100%;
}
.st-calc-ftr .st-calculater .content-middle-dash
{
    width: 100%;
}
.ftr-content-right ul li
{
    display: inline;
    margin-right: 7px;
}
.ftr-content-right ul li img
{
    width: 28px;
}
.ftr-content-right ul li img:hover
{
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(5971%) hue-rotate(337deg) brightness(70%) contrast(98%);
}
.profile-box
{
    background: #f5f5f5;
    padding: 12px;
    text-align: center;
    box-shadow: 0 10px 6px -6px #777;
    border: 2px solid #b20839;
    border-radius: 6px;
    margin-top: 20px;
}
.profile-btn
{
    display: flex;
}
.profile-box-pic img
{
    margin-bottom: 12px;
    
}
.profile-box-pic img.profilepicsw
{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.profile-box-con
{
    display: block;
    text-align: left;
}
.profile-box-con span.pb-de,
.profile-box-con span.pb-lo,
.profile-box-con span.pb-ph
{
    position: relative;
    padding-left: 25px;
}
.profile-box-con span.pb-de:before,
.profile-box-con span.pb-lo:before,
.profile-box-con span.pb-ph::before
{
    position: absolute;
    background: url(../images/icons/case-svgrepo-com.svg);
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(5971%) hue-rotate(337deg) brightness(70%) contrast(98%);
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-size: cover;
}
.profile-box-con span.pb-lo::before
{
    
    position: absolute;
    background: url(../images/icons/location-svgrepo-com.svg);
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(5971%) hue-rotate(337deg) brightness(70%) contrast(98%);
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-size: cover;
}
.profile-box-con span.pb-ph::before
{
    
    position: absolute;
    background: url(../images/icons/mobile-alt-2-svgrepo-com.svg);
    filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(5971%) hue-rotate(337deg) brightness(70%) contrast(98%);
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-size: cover;
}
.profile-box-con span
{
    width: 100%;
    display: block;
    margin-bottom: 6px;
}
.profile-box-con span.pb-nm
{
    font-size: 18px;
    color: #b20839;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}
.profile-btn
{
    display: flex;
    gap: 6px;
    margin-top: 15px;
}
.profile-btn a.viewprofile
{
    background-color: #b20839;
    background-image: url(../images/icons/arrow-up-right-from-square-svgrepo-com.svg);
    width: 100%;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    
}
.profile-btn a.sendmessage
{
    background-color: #b20839;
    background-image: url(../images/icons/message-square-svgrepo-com.svg);
    width: 100%;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
     
}
.profile-box-con span.pb-de
{
    font-size: 14px;
    color: #333;
}
.profile-box-con span.pb-lo
{
    font-size: 14px;
    color: #333;
}
.profile-box-con span.pbc-top
{
    margin-top: 15px;
}
.profile-box-con span.pb-ph
{
    font-size: 14px;
    color: #333;
}
.profile-box-con span.pb-link a
{
    color: #b20839;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.st-calculater .content-middle-dash .content-middle-text
{
    padding: 20px 20px;
}
.st-calculater .content-middle-dash h1
{
    color: #0a688c;
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 15px;
    font-family: var(--secondary-colour);
    
}
.st-calculater .content-middle-dash p
{
    font-size: 12px;
    margin: 0px;
    line-height: 15px;
    color: red;
}
.st-calculater .content-middle-dash .content-middle-text p
{
    color: #000;
    font-size: 16px;
    line-height: 28px;
    padding-left: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    padding-bottom: 5px;
}
/*stewart-landing-lg.jpg*/
.consec-section
{
  
    padding: 90px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.consec-section-new
{
    padding: 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consec-section-new .blue_box
{
    width: 100%;
}
.consec-section.login-section
{
    background: url(../images/new-dash/bg-login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.consec-section .heading-login-section h2
{
    text-shadow: -2px 2px 4px #b3b3b3;
    margin: 0px;
    padding: 0px;
    font-size: 42px;
    color: #FFF;
    font-family: var(--secondary-colour);
    text-transform: uppercase;
    line-height: 70px;
    font-weight: bold;
}
.login-frm .login-container
{
    background-color: rgb(178 8 57 / 60%);
    padding: 40px 30px;
    border-radius: 6px;
    width: 340px;
}
.login-frm .login-container h3
{
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: var(--secondary-colour);
    text-transform: uppercase;
}
.login-frm .field-lg-frm
{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.login-frm .field-lg-frm a
{
    text-align: left;
}
.login-frm .field-lg-frm input
{
    padding: 9px;
    border: 0px;
    font-size: 16px;
}
.login-frm .field-lg-frm a
{
    color: #FFF;
    font-size: 12px;
    width: 120px;
    margin-left: auto;
    text-align: right;
    text-decoration: underline;
}
.login-frm .field-lg-frm a:hover
{
    color: #FFF;
    text-decoration: underline; 
}
.login-frm .field-lg-frm control-messages
{
    position: relative;
}
.login-frm .field-lg-frm control-messages .error-entry
{
    position: absolute;
    top: 0;
    color: #FFF;
}
.login-frm .field-btn-frm
{
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.login-frm .field-btn-frm button
{
    padding: 0 20px;
    min-width: 112px;
    line-height: normal;
    height: 40px;
    font-weight: 400;
    border: none;
    padding: 0.3em 1.25em;
    font-size: 1.125em;
    border-radius: 20px;
    background: #0a688c;
    border: 1px solid #0a688c !important;
    transition: 0.2s ease-in;
    color: #fff;
}
.login-frm .field-btn-frm a,
.login-frm .field-btn-frm a:hover
{
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    text-decoration: underline;
}
.download-app
{
     background-color: #0a688c;
     padding: 20px;
     display: flex;
     justify-content: space-between;
     align-items: center;
}
.download-app .download-app-content p
{
    font-size: 18px;
    color: #FFF;
    font-family: var(--secondary-colour);
}
.download-app .download-app-img a img
{
 width: 140px;
}
.download-app-img
{
    display: flex;
    gap: 15px;
}
.login-frm .field-lg-frm control-messages .error-entry
{
  position: absolute;
  top: 0;
  color: #FFF;
  width: 100%;
  background: #b20839;
  padding: 0px 12px;
}
.section-mobile-only
{
    display: none;
}
.section-mobile-only .menustrip-mobile-only span
{
    background: url('../images/menu-responsiveness.svg');
    width: 35px;
    height: 35px;
    display: block;
    background-size: cover;
}
.section-mobile-only .menustrip-mobile-only
{
    padding: 10px;
}
.st-top-strip .menu-section.fordesktop-only
{
    display:flex;
}
.menu-not-logedin {
    display: flex;
    align-items: center;
}
.menu-not-logedin ul
{
    display: flex;
    justify-content: space-between;
    width: 120px;
}
.menu-not-logedin ul li
{
    padding: 0px !important;
    position: relative;
}
.menu-not-logedin ul li a
{
    font-size: 16px;
    font-weight: 600;
}
.menu-not-logedin ul li::after
{
    content: '/';
    color: #FFF;
    position: absolute;
    right: -12px;
}
.menu-not-logedin ul li:last-child:after
{
    display: none;
}
.menu-not-logedin ul li a
{
    font-size: 16px;
    font-weight: 600;
}
.section-mobile-only .menustrip-mobile-only {
    padding: 10px;
    display: flex;
}
.st-calculater
{
    display: flex;
}
.st-calculater .container-m-sec
{
    flex: 6;
}

@media (max-width:1024px)
{
    .st-logo-menu,
    .fordesktop-only
    {
        display: none !important;
    }
    
}
@media (max-width:1024px)
{
    .st-calculater .content-middle-dash .content-middle-text p
    {
        padding-left: 0px;
    }
    .section-mobile-only
    {
        display: block;
    }
    .fordesktop-only
    {
        display: none;
    }
    .section-mobile-only
    {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .section-mobile-only a img 
    {
        height: 55px;
    }
    .st-middile-content .st-top-strip
    {
        height: auto;
    }
    .consec-section,
    .consec-section-new
    {
        padding: 40px 20px;
    }
    .download-app .download-app-content p
    {
        line-height: 28px;
    }
    .consec-section.login-section,
    .st-ftr-calc,
    .download-app
    {
        flex-direction: column;
    }
    .consec-section.login-section .login-frm,
    .login-frm .login-container
    {
        width: 100%;
    }
    .consec-section.login-section .login-frm
    {
        margin: 30px 0px;
    }
    .consec-section .heading-login-section h2
    {
        font-size: 38px;
        line-height: 58px;
    }
    .download-app-content
    {
        margin-bottom: 15px;
    }
    .st-ftr-calc
    {
        align-items: start;
    }
    .st-ftr-calc .ftr-content-right
    {
        margin-top: 15px;
    }
}
@media (max-width:400px)
{
    .consec-section .heading-login-section h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .st-calculater .content-middle-dash h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .download-app .download-app-content p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    /* background-color: #b20839; */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top:0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 999;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: -3px;
    font-size: 32px;
    margin-left: 0px;
    color: #FFF;
    padding: 6px;
    z-index: 9999;
    background: #000;
    display: flex;
    align-items: baseline;
  }
  .sidenav ul li a
  {
    padding: 0px;
    text-decoration: none;
    font-size: 16px;
    color: #FFF;
    display: block;
    transition: 0.3s;
    text-transform:capitalize;
  }
  .sidenav ul li
  {
   
    border-top: 1px solid #ccc;
  }
  .sidenav ul li a
  {
    padding: 9px;
  }
  .sidenav ul li > ul
  {
    display: none;
    margin:0px;
  }
  .sidenav ul li > ul li a
  {
    font-size: 14px;
    padding-left: 25px;
  }
  .sidenav ul
  {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  .userprofile
  {
    display: flex;
    padding: 15px;
    position: absolute;
    top: 0px;
    width: 100%;
    gap: 15px;
    align-items: center;
    transition: 0.5s;
  }
  .userprofile .profile-img
  {
    width: 30%;
    text-align: center;
  }
  .userprofile .profile-img img
  {
    width: 75px;
  }
  .userprofile .profile-details
  {
    width: 80%; 
  }
  .userprofile .profile-details span
  {
    color: #FFF;
    font-size: 16px;
  }
  .userprofile .profile-details a
  {
    padding: 0px;
    font-size: 12px;
    color: #cdcdcd;
    text-decoration: underline;
    margin: 4px 0px;
  }
  .menu-top
  {
    position: fixed;
    bottom: 0px;
    width: 0;
    background: #0a688c;
    transition: 0.5s;
    overflow-x: hidden;
  }
  .menu-top ul
  {
    margin: 0px;
    display: flex;
  }
  .menu-top ul li
  {
    width: 50%;
    text-align: center;
    border-right: 1px solid #ccc;
  }
  .menu-top ul li:last-child
  {
    border-right:0px;
  }
  .menu-top ul li a
  {
    font-size: 14px;
  }
  .sidenav ul li.submenu-calc
  {
    background: url(../images/down-menu.svg);
    background-size: 22px;
    background-position: 190px 7px;
    background-repeat: no-repeat;
  }
  .stewart-logo-mobile-menu a
  {
    margin: 0px;
    padding: 0px;
  }
  .stewart-logo-mobile-menu a img 
  {
    width: 100%;
  }
  .menu-top ul li 
  {
    height: 30px;
  }
  .menu-top ul li a
  {
    position:relative;
  }
  
  .menu-top ul li.editprofile-mm a:after
  {
    background: url(../images/icons/edit-profile.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    right: 0;
    background-size: cover;
    margin: 0px auto;
    text-align: center;
    top: 3px;
  }
  .menu-top ul li.changepassword-mm a:after
  {
    background: url(../images/icons/change-password.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    right: 0;
    background-size: cover;
    margin: 0px auto;
    text-align: center;
    top: 3px;
  }
  .menu-top ul li.logout-mm a:after
  {
    background: url(../images/icons/logout-icon.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    right: 0;
    background-size: cover;
    margin: 0px auto;
    text-align: center;
    top: 3px;
  }
  .menu-top ul li.register-mm a:after
  {
    background: url(../images/icons/register-user.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    right: 0;
    background-size: cover;
    margin: 0px auto;
    text-align: center;
    top: 3px;
  }
  .menu-top ul li.login-mm a:after
  {
    background: url(../images/icons/login.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    right: 0;
    background-size: cover;
    margin: 0px auto;
    text-align: center;
    top: 6px;
  }
  .menu-left-sec-mm
  {
    width: 220px;
    height: 100%;
    background-color: #b20839;
    overflow: auto;
  }
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }