/*==========Font Family================*/


@font-face {
  font-family: Montserrat;
  src: url(//4298296.fs1.hubspotusercontent-na1.net/hubfs/4298296/WAProduction_May2018/Fonts/montserrat-regular-webfont.eot) format("embedded-opentype"),
    url(//4298296.fs1.hubspotusercontent-na1.net/hubfs/4298296/WAProduction_May2018/Fonts/montserrat-regular-webfont.woff2) format("woff2"),
    url(//4298296.fs1.hubspotusercontent-na1.net/hubfs/4298296/WAProduction_May2018/Fonts/montserrat-regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "Bebas Neue W03";
  src: url("//4298296.fs1.hubspotusercontent-na1.net/hubfs/4298296/WAProduction_May2018/Fonts/bebas-neue-w03.eot") format("embedded-opentype"),
    url("//4298296.fs1.hubspotusercontent-na1.net/hubfs/4298296/WAProduction_May2018/Fonts/bebas-neue-w03.woff2") format("woff2"), 
    url("//4298296.fs1.hubspotusercontent-na1.net/hubfs/4298296/WAProduction_May2018/Fonts/bebas-neue-w03.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas-Neue-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("//4298296.fs1.hubspotusercontent-na1.net/hubfs/4298296/WAProduction_May2018/Fonts/Bebas-Neue-Regular.ttf.woff") format("woff"), 
    url("//4298296.fs1.hubspotusercontent-na1.net/hubfs/4298296/WAProduction_May2018/Fonts/Bebas-Neue-Regular.ttf.eot") format("embedded-opentype");
}



/*========Mega Menu Styling===========*/

/* html {
font-size: .5vw;
} */
.header-container-wrapper{
  transition: min-height 0.35s;
}
.move_header .header-container-wrapper{
  min-height: 160px;
}
.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index:9999;
  transition: top 0.35s;
}
.move_header .custom-header-bg.top-fixed {
  top: 45px;
}
.custom-header-bg .main-header{
  transition: top 0.35s;
}
.move_header .custom-header-bg .main-header{
  top:115px;
}
body .custom-header-bg .main-header .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  display:inline-block;
}

body .container-fluid .row-fluid .mega-menu-popout-container{
  min-height:0;
}

body .row-fluid .mega-menu-popout{
  display: block !important;
  visibility: hidden;
  opacity:1;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.header-container-wrapper .pth-header .child-grp {
  /*display: block !important;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s all ease-in-out;
  transition: .3s all ease-in-out;
  position: absolute;
  /*   box-shadow: 0px 2px 5px rgba(0,0,0,0.25); */
  z-index: 10;
  background: #fff;
  margin: 0 auto!important;
  top: 115px;
  padding: 15px 10px;
  background: #272727;
}
.move_header .header-container-wrapper .pth-header .child-grp{
  top: 160px;
}

.header-container-wrapper .menu-group.pth-header{
  //position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  background: #fff;
  top: 50px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
}



.header-container-wrapper .pth-header .mega-menu-popout.visible .child-grp {
  visibility: visible;
  opacity: 1;
  padding: 15px 10px;
  background: #272727;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
}

.mega-menu-popout-container .mega-menu-popout-container-inner{
  padding: 50px 0px;
}


.mega-menu-popout-container-inner .col-one,
.mega-menu-popout-container-inner .col-two,
.mega-menu-popout-container-inner .col-three{
  padding: 20px;
}


.mega-menu-popout-container-inner h4{
  color: #434a4f;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

.mega-menu-popout-container-inner p{
  color: #6d6e71;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}

.mega-menu-popout-container-inner p a{
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}

.mega-menu-popout-container-inner .col-one a{
  letter-spacing: 2px;
  background: #003594;
  border: 1px solid #003594;
  font-size: 13px;
  text-transform: uppercase;
  padding: 4% 8% 4% 8%;
  color: #fff;
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.mega-menu-popout-container-inner h5{
  font-family: 'Roboto', sans-serif;
  color: #6d6e71;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}

.mega-menu-popout-container-inner h5 a{
  color: #6d6e71;
}

.mega-menu-popout-container-inner h6{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.mega-menu-popout-container .mega-menu-popout-container-inner {}

.mega-menu-popout-container-inner ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.mega-menu-popout-container-inner ul li{
  margin-bottom: 0px;
  //border-bottom: 1px solid #d9f0f4;
  padding-bottom: 2px;
}



.mega-menu-popout-container-inner ul li:first-child{
  padding-top: 0px;
}

.mega-menu-popout-container-inner ul li:last-child{
  border: 0px;
}

.mega-menu-popout-container-inner ul li p{
  color: #7a7a7a;
  font-size: 15px;
  margin: 0px;
}

.mega-menu-popout-container-inner .col-three ul li{
  border-color: rgba(122,122,122,0.23);
  position: relative;
  padding-left: 50px;
}

.mega-menu-popout-container-inner .col-three ul li i{
  position: absolute;
  left: 0;
  top: 27px;
  font-size: 25px;
}

.mega-menu-popout-container-inner .col-three ul li:first-child i{
  top: 7px;
}

body .row-fluid .mega-menu-popout-container-inner .col-three.no-icon ul li{
  padding-left: 0px;
}

.mega-menu-popout-container-inner .bottom-module{
  margin-top: 15px;
}

.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper:before {
  position: absolute;
  content: '';
  top: -30px;
  left: 0;
  height: 40px;
  background: #ff000000;
  right: 0;
}
.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.activated a:after{
  top: 20px;
  right: 5px;
  transform: rotate(180deg);
}

body .header-container-wrapper .pth-header .child-grp h5>a:hover{
  color: #3aa8d0;
}

/*=========Global Styling Start===========*/


body .custom-header-bg .main-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-size: 19px;
  font-family: BebasNeuePro;
}



.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  position: relative;
  border-right: 1px solid #808080;
  padding-right: 20px;
  margin-right: 18px;
}
.span12.widget-span.widget-type-cell.mega-menu-popout-container {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  float:none;
  display:block !important;
}

.mega-menu-popout-container-inner ul li img {
  max-width: 38px;
  padding:5px;
}

.mega-menu-popout-container-inner .first-col ul li:hover {
  background-color:#f23082;
}

body .mega-menu-popout-container-inner .first-col ul li a:hover {
  background-color:#f23082;
}

.child-grp.mega-menu-popout-container-inner h4 {
  color: #f23082;
  font-family: BebasNeuePro;
  font-size: 2.5rem;
  margin: 0 0 8px 0;
  letter-spacing: 0px;
}

.child-grp.mega-menu-popout-container-inner ul li a {
  color:#ffffff;
  font-weight:400;
  padding:3px;
  font-size: 2rem;
  font-family: BebasNeuePro;
  line-height:1.15;
  display: inline-block;
}

.child-grp.mega-menu-popout-container-inner ul li a:hover {
  background-color:#5dc439
}

.mega-menu-popout-container-inner ul li span {
  color:#ffffff;
  padding-left: 12px;
  font-weight:600;
}

.mega-menu-popout-container-inner .first-col ul li a {
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flexbox;
  display:-o-flex;
  align-items:center;
  -webkit-align-items:center;
  -moz-align-items:center;
  padding-bottom:5px;
  padding-top:5px;
  white-space:normal;
}

.mega-menu-popout-container-inner .first-col ul li {
  border-bottom:1px solid #151515;
}

.first-col {
  max-width: 210px;
  padding-right: 20px;
}

.mega-menu-popout-container-inner .border-right {
  /*   border-right:1px solid #151515; */
  position:relative;
}

.mega-menu-popout-container-inner .border-right:after {
  /*   border-right:1px solid #151515; */
  content:'';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  height:100%;
  width:1px;
  background-color:#151515;
}

.mega-menu-popout-container-inner .disappear {
  width: 100%;
}



/*=========Global Styling End ===========*/



/*================Responsive Styling Start Here====================*/

@media (max-width:1280px) {

  .mega-menu-popout-container-inner .disappear {
    display: none;
  }
}

@media (max-width: 1500px) {

  body .custom-menu-primary .hs-menu-wrapper>ul {
    padding-left: 0px;
  } 

}

@media (max-width: 980px) {
  .move_header .header-container-wrapper{
    min-height: 130px;
  }
  body .child-trigger {
    z-index:-1;
  }

  body .mobile-trigger {
    right: 20px;
    top:18px;
  }

  body .mobile-trigger:hover {
    background-color: transparent; 
    border-color: transparent;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent; 
    border-color: transparent;
    outline:none;
  }

  .custom-header-bg .main-header .page-center {
    padding: 0px 0px;
  }

  .custom-header-bg {
    //position:fixed;
    top:0;
    left:0;
    right:0;
  }

  .ds-header .menu-items.main-nav {
    top: 0;
    background-color: #191919;
  }

  body.mobile-open {
    overflow:hidden;
  }

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
  }

  body.horizontal-bar .row-fluid .sub-nav-categories {
    top: 72px;
  }
  body.horizontal-bar.move_header .row-fluid .sub-nav-categories {
    top:116px;
  }
  body .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display:none;
  }

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    border-right:1px solid transparent;
  }
}

@media (min-width:981px) and (max-width:1280px) {

  .header-container-wrapper .pth-header .child-grp {
    max-width: 242px;
    white-space: normal;
    left: 60px;
    padding:0px 11px;
    top:115px;
  }
  .move_header .header-container-wrapper .pth-header .child-grp{
    top: 160px;
  }
  body .child-grp.for-1-child.mega-menu-popout-container-inner {
    max-width: 242px;
    white-space: normal;
  }

  body .first-col {
    max-width: 100%;
    padding-right: 0;
  }

  body .row-fluid-wrapper .row-fluid .border-right {
    width: 100%;
  }

  body .mega-menu-popout-container-inner .border-right:after {
    width:0px;
  }

  body .child-grp.for-6-child.mega-menu-popout-container-inner {
    left: 477px;
  }
  body .child-grp.for-8-child.mega-menu-popout-container-inner {
    left: 671px;
  }
  body .custom-header-bg {
    background-color: transparent;
  }

  body  .page-center.equal-height-container.top-header {
    background-color: #000;
  }

  .custom-header-bg .top-header.page-center {
    padding-left: 30px;
  }

  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0;
    padding-left: 60px;
  }

  .child-grp.for-2-child.mega-menu-popout-container-inner {
    left: 124px;
  }

  .child-grp.for-3-child.mega-menu-popout-container-inner {
    left: 206px;
  }

  .child-grp.for-4-child.mega-menu-popout-container-inner {
    left: 288px;
  }

  .child-grp.for-5-child.mega-menu-popout-container-inner {
    left: 390px;
  }


}

/*================Responsive Styling End Here====================*/

/*=====First Child Style========*/

/* .child-grp.for-2-child {
position: absolute;
left: 0;
top: -50px;
} */

.child-grp.for-1-child.mega-menu-popout-container-inner {
  max-width: 94%;
}

body .row-fluid .first-sub-child {
  max-width: 38%;
}

.header-container-wrapper .pth-header .child-grp.for-1-child h5>a{
  color: #003594;
}

.header-container-wrapper .pth-header .child-grp.for-1-child .col-one a{
  background: #003594;
  border-color: #003594;
}

.mega-menu-popout-container-inner .col-three ul li i{
  color: rgba(0,0,0,0.18)
}

.mega-menu-popout-container-inner .col-three ul li i:hover{
  color: #3aa8d0;
}


/*=====Two Child Style========*/

.header-container-wrapper .pth-header .child-grp.for-2-child h5>a{
  color: #fc6928;
}

.header-container-wrapper .pth-header .child-grp.for-2-child .col-one a{
  background: #fc6928;
  border-color: #fc6928;
}

.for-2-child.mega-menu-popout-container-inner {
  max-width: 79%;
}


/*=====Three Child Style========*/

.header-container-wrapper .pth-header .child-grp.for-3-child h5>a{
  color: #003594;
}

.header-container-wrapper .pth-header .child-grp.for-3-child .col-one a{
  background: #003594;
  border-color: #003594;
}

.child-grp.for-3-child.mega-menu-popout-container-inner {
  width: 99%;
}


/*=====Four Child Style========*/

.header-container-wrapper .pth-header .child-grp.for-4-child h5>a{
  color: #3aa8d0;
}


.header-container-wrapper .pth-header .child-grp.for-4-child .col-one a{
  background: #3aa8d0;
  border-color: #3aa8d0;
}

.child-grp.for-4-child.mega-menu-popout-container-inner {
  width: 90%;
}
/*==========Six Child Styling Start Here=============*/

.for-6-child.mega-menu-popout-container-inner {
  max-width: 247px;
  left:438px;
}
.for-8-child.mega-menu-popout-container-inner {
  max-width: 247px;
  left:610px;
}

/* .child-grp.for-5-child .five-child {
max-width: 200px;
float: left;
} */

.child-grp.for-5-child.mega-menu-popout-container-inner {
  width: 72%;
}
/*==========Six Child Styling End Here=============*/













@media (max-width:1024px){


  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover a:after{
    top: 15px;
    right: 5px;
    transform: rotate(180deg);
  }
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover>a {
    //color: #4a90e2;
  }
}


@media(max-width: 1024px){

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2{
    display: inline-block;
    width: 100%;
    //  margin: 0px 10px 10px; /* Fixed it - Margin too much and causing tablet view to crash */
  }
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
    width: auto;      /* Fixed it -  it was a fixed width being 306px too much and causing tablet view to crash */
  }
  .section-header-menu .section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper{
    left:-100px;

  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children> a:after{
    display: none;
  } 

  body .row-fluid .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    width: 100%;
    background: rgba(234,238,238,0.52);
    margin-bottom: 20px;
  }


  /*=====New Style=======*/

  .ds-header .cmpy-logo img{
    max-width: 150px;
  }





  /*=========Mega Menu==========*/


  .mega-menu-popout-container .mega-menu-popout-container-inner p{
    font-size: 12px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner h5{
    font-size: 14px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner ul li p{
    font-size: 12px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li:first-child i{
    font-size: 20px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li{
    padding-left: 30px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li i{
    top: 23px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li:first-child i{
    top: 5px;
  }

  .mega-menu-popout-container .mega-menu-popout-container-inner .col-one a{
    //font-size: 9px;
  }



  .ds-header{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
    padding-bottom: 20px;
  }

  /*   .ds-header .menu-items.main-nav{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0px;
} */

  /*   .header-container-wrapper .pth-header .child-grp{
  position: relative;
  visibility: visible;
  opacity: 1;
  top: 0px;
  padding: 0px;
} */



  body .row-fluid .mega-menu-popout-container-inner ul li {
    // margin-bottom: 5px;
    // border-bottom: 1px solid #d9f0f4;
    //padding-bottom: 20px;
    padding-top: 2px;
  }
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 h5 a{
    color: #6d6e71;
    padding: 0px;
    text-align: left;
    letter-spacing: 0px;
    /* float: left; */
    display: block;
    text-indent: 0px;
  }

  body .row-fluid .mega-menu-popout-container-inner p{
    line-height: 1.5;
    font-size: 14px;
  }

  body .row-fluid .mega-menu-popout-container-inner .col-three ul li {
    border-color: rgba(122,122,122,0.23);
    position: relative;
    padding-left: 50px;
  }

  .mega-menu-popout-container-inner .col-three ul li i{
    left: -50px;
  }  

  body .row-fluid .mega-menu-popout-container-inner ul li:last-child{
    border: 0px;
  }

  body .row-fluid .mega-menu-popout-container-inner ul li:first-child{
    padding-top: 0px;
  }

  .mega-menu-popout-container-inner .col-one, 
  .mega-menu-popout-container-inner .col-two,
  .mega-menu-popout-container-inner .col-three{
    margin-bottom: 20px;
  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown> a:after{
    display: none;
  }

  /* .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-last-child(2) .child-trigger,*/
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child .child-trigger{
    display: none!important;
  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a{
    text-align: center;
  }


  body .header-container-wrapper .pth-header .child-grp h5>a:hover{
    color: #3aa8d0!important;
  }

  .container-fluid .row-fluid .page-center {
    position:relative;
  }

  /*=====First Child Style========*/

  .header-container-wrapper .pth-header .child-grp.for-1-child h5>a{
    color: #003594!important;
  }

  .header-container-wrapper .pth-header .child-grp.for-1-child .col-one a{
    background: #003594!important;
    border-color: #003594!important;
  }

  .header-container-wrapper .pth-header .child-grp .col-three ul li i{
    color: rgba(0,0,0,0.18)!important;
  }

  .header-container-wrapper .pth-header .child-grp .col-three ul li i:hover{
    color: #3aa8d0!important;
  }


  /*=====Two Child Style========*/

  body .header-container-wrapper .pth-header .child-grp.for-2-child h5>a{
    color: #fc6928!important;
  }

  body .header-container-wrapper .pth-header .child-grp.for-2-child .col-one a{
    background: #fc6928!important;
    border-color: #fc6928!important;
  }



  /*=====Three Child Style========*/

  body .header-container-wrapper .pth-header .child-grp.for-3-child h5>a{
    color: #003594!important;
  }

  body .header-container-wrapper .pth-header .child-grp.for-3-child .col-one a{
    background: #003594!important;
    border-color: #003594!important;
  }



  /*=====Four Child Style========*/

  body .header-container-wrapper .pth-header .child-grp.for-4-child h5>a{
    color: #3aa8d0!important;
  }


  body .header-container-wrapper .pth-header .child-grp.for-4-child .col-one a{
    background: #3aa8d0!important;
    border-color: #3aa8d0!important;
  }


  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
    //padding: 15px 15px 15px 0px;
  }  

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown{
    padding-right: 0px;
  }

  .child-grp.mega-menu-popout-container-inner .col-one a{
    text-align: center;
    color: #fff!important;
  }


  body .row-fluid .mega-menu-popout-container-inner .col-three ul li i{
    top: 7px;
  }

}














@media(max-width: 1024px) and (min-width: 768px){

  body .body-container-wrapper {
    //margin-top: 180px;
  }

  body .row-fluid .main-navigation {
    padding: 15px 0px 3px;
  }
  body .row-fluid .main-navigation .span2.widget-span.widget-type-cell.cmpy-logo{

  } 

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1> a:after{
    top: 10px;
    right: 0; 	
  } 

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover a:after {
    top: 15px;
    right: -6px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    //font-size:10px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a,
  .main-navigation .patient-blog p,
  .main-navigation .patient-blog h5,
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    //font-size:11px;
  }


  body .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children.activated > ul.hs-menu-children-wrapper,
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper{
    top: 48px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children.activated:last-child > ul.hs-menu-children-wrapper{
    left: -120px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a{
    padding: 6px 11px;  
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
    padding-right:12px;
  }

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1{
    padding-right:8px;
  }



}


@media(max-width: 900px) and (min-width: 768px){

  body .header-container-wrapper.scroll-header .section-header-menu .section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
    //font-size: 13px;
  }

  body .header-container-wrapper.scroll-header .section-header-menu .head-text{
    top: 20px;
  }

  body .header-container-wrapper.scroll-header .section-header-menu .head-text h4{
    //font-size: 13px;
  }
}



@media(max-width: 767px){
  .move_header .header-container-wrapper{
    min-height: 180px;
  }
  .move_header .custom-header-bg.top-fixed {
    top:105px;
  }
  .move_header .custom-header-bg .main-header{
    top:173px;
  }
  body.horizontal-bar.move_header .row-fluid .sub-nav-categories {
    top:175px;
  }
  .header-container-wrapper .menu-group.pth-header{
    top: 0px;
  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown{
    padding-right: 0px;
  }

}

/*==============Default Chlild Item Hide Css Start Here==========================*/

body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  display:none !important;
}

.custom-header-bg .main-header .custom-menu-primary .hs-menu-wrapper>ul ul {
  display:none !important;
}

/*==============Default Chlild Item Hide Css End Here==========================*/