.therapyEnabled {
    padding-top: 0px !important;
}

.therapyEnabled .header-container-wrapper,
.therapyEnabled .body-container-wrapper {
  display: none;
}


.banner-block {
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.banner-block-logos {
    align-items: center;
    display: flex;
}

.company_logo {
    padding: 0 15px;
/*      width: 18%; */
}

.resmedLogo {
    border-right: 2px solid #434242ba;
    padding-right: 30px;
}

.banner-text {
  display: flex;
  flex: 0 60%;
  justify-content: space-around;
  padding-left: 15px;
}

.banner-text a {
    padding: 50px 20px;
    display: inline-block;
    color: #0D0A15;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.banner-text a:hover {
    background: #006DFF;
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 200ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: all 200ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: all 200ms cubic-bezier(0.25,0.1,0.25,1);
    transition: all 200ms cubic-bezier(0.25,0.1,0.25,1);
}

/* ----------Child-hubdb data------------ */

.hubd-child-data-main {
    padding-top: 50px;
}


/* -------------------- */

.therapy-plan-outer-wrapper {
    padding: 20px 0px 50px 0px;
}
.therapy-heading {
    text-align: center;
}
.therapy-heading h2 {
    font-size: 50px;
    line-height: 54px;
    font-weight: 300;
    color: #0D0A15;
    padding-bottom: 50px;
}
.therapy-repeat-sec {
    position: relative;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.plan-heading {
    position: relative;
}
.device-image {
    position: relative;
}
.gradient-color {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.82;
    top:0;
}
.plan-heading h2 {
    font-size: 50px;
    line-height: 54px;
    text-align: center;
    font-weight: 300;
      padding-bottom: 30px;
    color: #fff;
}
.plan-heading h2 span {
    font-weight: 600;
}
.therapy-repeat-inner-sec {
    width: 100%;
    text-align: center;
    padding-top: 60px;
}
.cta-reapeater {
    margin: 10px 0px;
    border-radius: 5px;
}
.cta-reapeater a {
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}
.cta-reapeater:hover {
    opacity: 0.95;
}
.therapy-plans-outer-wrp {
    flex: 0 48.5%;
    padding-bottom:20px;
}
.therapy-plans-outer-wrp-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
      padding-bottom: 40px;
}


/********************************** Responsive ************************/



/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {

.therapy-plans-outer-wrp-col {
    display: block;
  }

 .therapy-repeat-sec {
   padding: 50px 0px;
    min-height: auto;
}
  .plan-heading h2 {
    font-size: 35px;
    line-height: 30px;
    color: #fff !important;
  }
  .therapy-heading h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    color: #0D0A15;
    padding-bottom: 30px;
}
}

/************** iphone ***************/
@media (max-width: 479px) {}

/* ------------------------------------------- */

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "" %} /* Set link Color */
{% set aColorHover   = "" %} /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  background:;
  flex-wrap: nowrap;
    display: flex;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#333333;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#333333 !important;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
      .custom-menu-primary .hs-menu-wrapper {
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can
* use this for custom styling on any element when the menu is in the open position.                   
*/

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 1000px){


  /* Variables
     ========================================================================== */

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#ffffff" %} /* Set Link Hover Color */

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: 10px;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1; 
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#333333;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    box-sizing: border-box;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #006ab5;
    z-index: 9999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: transparent;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:;
    background-color: transparent;
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 26px; /* Icon line width */
    height: 3.5px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #b02543; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -7px; /* Position top line */
    height:3.4px !important;
  }
  .mobile-trigger i:after{
    top: 7px; /* Position bottom line */
    height:3.2px !important;
  }
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, 
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #006ab5; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
   // display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    //top: -22px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */ 
    padding: 0 !important;
    /*border-left: 1px dotted rgba(255, 255, 255, .20);*/
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

  
  /* Menu Styles on Mobile Devices
     ========================================================================== */ 
    
   .custom-menu-primary.js-enabled {
     position: absolute;
     padding-top: 0px;
     margin: 0px 0 0px 0;
     top: 100px;
     width: 100%;
     left: 0;
     min-height: 0;
    }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  } 

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 60px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 10px 0;
    z-index:99999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid rgb(0 0 0) !important;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .header-inner .row-fluid-wrapper .row-fluid {
    display: block;
  }
  .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 {
    padding: 10px 20px;
    text-align: left;
    display: block;
    border:none !important;
    box-sizing: border-box;
  }
  .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 a {
    font-size: 14px;
    color: #fff !important;
  }
  .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 ul li a {
    font-size: 12px;
    text-align: left;
  }
  .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 ul li {
    border:none !important;
    padding: 8px 0 5px;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper{
   padding:10px 0;
  }
  .mobile-open .mobile-trigger i:after{
    content:none !important;
  }
  .mobile-trigger i,.mobile-trigger i:before{
    transform: rotate(0deg);
    transition: .8s all;
  }
  .mobile-open .mobile-trigger i{
    transform: rotate(47deg);
    transition: .8s all;
    height: 3.4px
  }
  .mobile-open .mobile-trigger i:before{
    transform: rotate(-96deg);
    transition: .8s all;
    top: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}
  .custom-menu-primary .hs-menu-wrapper>ul {
   padding: 0 15px;
    padding-bottom: 15px !important;
    background-color: white;
}
button.hamburger.hamburger--spring {
    opacity: 0;
}
 
}
@media(max-width: 480px){
.mobile-trigger {
  top: 18px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 55px;
  }
}
@media(max-width: 390px){
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 51px;
}
}

.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #b02543;
}

@media(max-width: 1161px){

  .banner-text a {
    padding: 40px 8px;
    display: inline-block;
    color: #0D0A15;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .resmedLogo {
    border-right: 2px solid #434242ba;
    padding-right: 0px;
  }

  .banner-text {
/*     display: flex; */
    flex: 0 80%;
    justify-content: space-around;
    padding-left: 0px;
    flex-wrap: nowrap !important;
  }
}



@media(max-width: 886px){
  .banner-block-logos {
    align-items: center;
    display: flex;
    padding: 0 0px 0 10%;
  }
  
  .custom-menu-primary.js-enabled {
    top: 60px;
  }
}

@media(max-width: 885px){
  .page-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media(max-width: 456px){
  .banner-block-logos {
    align-items: center;
    display: flex;
    padding: 0 0px 24px 0%;
    flex: 0 70%;
  }

  .mobile-trigger {
    top: 0px;
    bottom: px;
  }
}