/* marque started */
/*.main_top1 span {
    font-size: 15px;
    text-transform: none;
   
}*/
body #wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.marq a {
    display: inline-block;
}
@media only screen and (max-width: 768px) {

  .main_top1 .text-marq{

      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 450px;
  }
  .main_top1 span {
    font-size: 11px!important;

}
.main_top1 h6 {
 display: none !important;
}


.marq {
    float: left !important;
    /* width: 70%; */
    height: 40px;
}

}
.marq {
    float: left !important;
    width: auto!important;
    height: 40px;
}

.main_top1 h6 {
    color: #000;
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px!important;
}
/*.main_top1 span {
    font-size: 15px!important;
 
}*/
/* marque ended */
/* navbar menu collapse button started */

.animated-icon1 {
width: 30px;
height: 25px;
position: relative;
margin: 0px;
-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;
}

.animated-icon1 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
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;
}

.animated-icon1 span {
background: #fff;
}



.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* navbar menu collapse button ended */
/*nav menu css started*/

    .new_menu .dropdown-submenu .active_icon::after {
        transform: rotate(85deg);
        position: absolute;
        right: 6px;
        top: 1.1em;
    }

 @media only screen and (min-width: 768px) {

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/*.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
*/
/*.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}*/

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-nav li:hover>.dropdown-menu {
  display: block;
}

}
/*nav menu css ended*/
@media only screen and (min-device-width : 992px) and (max-device-width :1200px){
    
    .new_top_header  .show{
   height: 100%;
    }
}
/*@media screen and (max-width: 1200px) {
.new_menu {
    height: 100%;
overflow-y: scroll;
 }
  }*/