  header.smaller header header .menu1 ul {  padding-top: 10px; margin-top: 0px; } 

 @media only screen and (min-width: 1200px) {
  /*=== Append and Prepend ===*/
  .desk-hide {
    display: none;
  }
  /*=== Append and prepend ====*/
  /*==== Menu ====*/
  header .menu1 {
    
    float: right;
   margin-top: 15px;
  }
  header .menu1 > ul {
    margin: 0;
    padding: 0;
  }
  header .menu1 > div > ul > li {
    display: inline-block;
    position: relative;
    margin:0px 6px;
  }
  header .menu1 > div > ul > li:last-child {
    margin: 0;
  }
  header .menu1 > div > ul > li.submenu:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
   border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #282828;
    right: -5px;
    top: 11px;
    pointer-events: none;
  }
  header .menu1 > div > ul > li > a {
        display: block;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(40, 40, 40);
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px 10px;
    text-decoration: none;
  }
  header .menu1 > div > ul > li:hover > a {
 

  }
  header .menu1 > div > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  header .menu1 > div > ul > li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #7f1eb4;
    width: 250px;
    visibility: hidden;
    opacity: 0;
     font-size: 1.1rem;
    color: rgb(40, 40, 40);
    display: block !important;
  }
  header .menu1 > div > ul > li ul li {
    display: block;
    border-bottom: 1px dashed #fff;
    position: relative;
  }
  header .menu1 > div > ul > li ul li:last-child {
    border: 0;
  }
  header .menu1 > div > ul > li ul li a {
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
  }
  header .menu1 > div > ul > li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    right: 250px;
    top: 0;
  }
  header .menu1 > div > ul > li ul li:hover > a {
    background: #f52283;
  }
  header .menu1 > div > ul > li ul li.submenu::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 3px solid transparent;
    border-right: 6px solid #fff;
    border-top: 3px solid transparent;
    left: 5px;
    top: 13px;
    pointer-events: none;
  }
  .mob-menu {
    display: none;
  }
  /*==== Menu End ====*/
}

@media only screen and (max-width: 1199px) {
  /*==== Menu ====*/
  header .menu1 {
    position: fixed;
    width: 260px;
    top: 0;
    right: -260px;
    background: #333;
    height: 100%;
    -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s;
    z-index: 1005;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    overflow-y: auto;
  }
  header .menu1 ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  header .menu1 ul.mnav {
    margin-bottom: 30px;
  }
  header .menu1 ul li {
    display: block;
    border-bottom: 1px solid #656b74;
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
  }
  header .menu1 ul li span {
    display: none;
  }
  header .menu1 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 10px;
    padding-right: 40px;
  }
  header .menu1 ul li a:hover {

  }
  header .menu1 ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  header .menu1 ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 17px;
    top: 18px;
    z-index: 10;
  }
  header .menu1 ul ul {
    margin: 0;
    display: none;
  }
  header .menu1 ul ul li:last-child {
    border-bottom: 0;
  }
  header .menu1 ul ul li:first-child {
    border-top: 1px solid #282828;
  }
  header .menu1 ul ul li a {
    padding-left: 20px;
  }
  header .menu1 ul ul li ul a {
    padding-left: 30px;
  }
  .show-menu header .menu1 {
    right: 0;
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .mob-menu {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 15px;
    top: 47px;
  }
  header.smaller .mob-menu {   top: 50px!important;}
  .mob-menu span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #464646;
  }
  .mob-menu span + span {
    margin-top: 5px;
  }
  /*==== Menu End ====*/
  /*=== Append and Prepend ===*/
  .extra-link {
    display: none;
  }
  /*==== Append and Prepend End ====*/
}


header .menu1-wrp {

  margin-bottom: 0px;
}


.extra-link {
  padding: 20px 0;
}

.extra-link ul li {
  list-style: none;
  float: left;
  margin-right: 15px;
}

.extra-link ul li a {
  color: #000;
  text-decoration: none;
}

.extra-link ul li a:hover {
  color: #464646;
}

@media only screen and (max-width:767px) and (orientation:landscape){
.mob-menu {     top: 15px!important; }
header.smaller .mob-menu {     top: 45px!important; }
.vds {
    position: absolute;
    left: 15%;
    height: calc(100% - 50.6%);
    width: calc(100% - 31%);
    top: 9%;}
}


@media only screen and (max-width:767px){
header.smaller .mob-menu {   top: -30px!important;}
 .mob-menu {
  
    top: 60px;
  }
}



