.hide-sharing {
    display: none;
}




.cm-header {
    padding: 18px 0px;
}


/* .cm-header_menu ul li.hs-menu-depth-1:nth-child(1) span {
    background-color: #f3776e;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    margin-right: 4px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    width: 106px;
    left: -114px;
    top: 2px;
    text-transform: uppercase;
}
 */

.cm-header_menu ul li.hs-menu-depth-1:nth-child(1) span {
    background-color: #f3776e;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    margin-right: 4px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
    max-width: initial;
    margin-bottom: 10px;
    width: 114px;
}


.cm-header_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.cm-header_menu ul li.hs-menu-depth-1 {
    margin-right: 40px;
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(4) {
    margin-right: 30px;
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(1) {
/*     display: none; */
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(1)>a,
.cm-header_menu ul li.hs-menu-depth-1:nth-child(2)>a,
.cm-header_menu ul li.hs-menu-depth-1:nth-child(3)>a
{
    color: #051f40;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
}

.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item.active a {
    color: #000000;
    font-weight: 500;
}

.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item {
    margin-bottom: 10px;
}

.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item a {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    color: #07203F;
    font-weight: 300;
    display: block;
    white-space: break-spaces;
}

.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item a:hover {
    color: #000000;
    font-weight: 500;
}


/* .cm-header_menu ul li.hs-menu-depth-1>a+.child-trigger+.hs-menu-children-wrapper:before  */


.cm-header_menu .hs-menu-children-wrapper:after {
    content: "" !important;
    width: 100%;
    height: 21px;
    position: absolute;
    top: -21px;
    left: 0;
  
/*     content: "" !important;
    width: 100%;
    height: 21px;
    position: absolute;
    top: -21px;
    left: 0; */
}


.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item:last-child {
    margin-bottom: 0;
}


/* .cm-header_menu ul li.hs-menu-depth-1:nth-child(2)>a {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    color: #051F40;
    font-weight: 500;
    background-color: #E6E9EC;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    transition: all .3s ease-in-out;
}
.cm-header_menu ul li.hs-menu-depth-1:nth-child(2)>a:hover {
    background-color: #00F0B4;
} */


.cm-header_logo a {
    display: inline-block;
}

.menu-btn {
    background-color: #e6e9ec;
    border-radius: 100px;
    color: #051f40;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.menu-btn:hover {
    background-color: #00f0b4;
}

.cm-header_logo a img {
    vertical-align: middle;
    width: 100% !important;
    max-width: 150px !important;
}

.cm-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 10%);
transition: transform 0.3s ease-in-out;
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(4)>a .menu-btn {
    background-color: #00f0b4;
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(4)>a .menu-btn:hover {
    background-color: #e6e9ec;
}


.cm-body.cm-body-fixed {
    overflow: hidden;
}




/****** Talk to us Starts ********/

.cm-popup-tu_body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
      z-index: 9999;
}
.cm-popup-tu_body_show {
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
    overflow: scroll;
}
.cm-popup-tu_back {
    background: rgb(5 31 64 / 75%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.cm-popup-tu_contain {
    background: #fff;
    border-radius: 5px;
    margin: 100px auto 10px;
    max-width: 1080px;
    min-height: auto;
    padding: 45px;
    position: relative;
    z-index: 99;
}
.cm-popup-tu_close {
    background: #1fc79d;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 16px;
    cursor: pointer;
}

.cm-popup-tu_title h4 {
    font-size: 16px;
}
/****** Talk to us Ends ********/

/****** Join the waitlist Starts ********/
.cm-popup-jw_body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
      z-index: 9999;
}
.cm-popup-jw_body_show {
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
    overflow: scroll;
}
.cm-popup-jw_back {
    background: rgba(5,31,64,.75);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cm-popup-jw_contain {
    background: #fff;
    border-radius: 5px;
    margin: 100px auto 10px;
    max-width: 1080px;
    min-height: auto;
    padding: 45px;
    position: relative;
      z-index: 99;
}
.cm-popup-jw_close {
    background: #1fc79d;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 16px;
    cursor: pointer;
}

.cm-popup-jw_title h4 {
    font-size: 16px;
}
/****** Join the waitlist Ends ********/







/* ==========================================================================
   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:;
}
.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:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* 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:768px) {
      .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: 767px){


  /* 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: auto;
    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:;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -35px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid ;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: ; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: ; 
    border-color: #051f40;
  }

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


  /* 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: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #051f40; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .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: ; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    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:#000; /* 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{
       position: relative;
/*        padding-top: 10px; 
       margin: 10px 0 10px 0; */
   }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
        margin-top: 15px;
  }

  .cm-header_menu ul .hs-menu-depth-1 {
      margin-bottom: 14px !important;
  }

  .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{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .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 */
  }
}





.cm-popup-box_img {
    width: 30%;
}
.cm-popup-box_right {
    width: 65%;
}

/* .cm-popup-box_content h3 {
    color: #051F40;
    font-size: 36px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    margin: 0;
    padding-bottom: 30px;
}
 */

.cm-popup-box_content p {
/*     color: #051F40;
    font-size: 18px;
    font-family: Poppins,sans-serif;
    line-height: 28px; */
}


.cm-header_menu ul li.hs-menu-depth-1:last-child {
    margin-right: 0;
}

.cm-popup-box_form .submitted-message {
    color: #051F40;
    font-size: 18px;
    font-family: Poppins,sans-serif;
    line-height: 28px;
}

.cm-popup-box_content {
    padding-bottom: 20px;
}


.cm-header.scroll-up {
  transform: translateY(0);
}


.cm-header.scroll-down {
  transform: translateY(-100%);
}

/*********** Responsive code ***************/

/************** ipad ***************/

@media (max-width: 1200px) {

/* 
  .cm-header_menu li a, .menu-btn {
      padding: 12px 30px;
  } */

}


@media (max-width: 1080px) {
  .cm-popup-tu_contain {
      max-width: 90%;
      padding: 35px;
    margin: 50px auto 10px;
  }
  
  
  .cm-popup-jw_contain {
      max-width: 90%;
      padding: 35px;
    margin: 50px auto 10px;
  }

}

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


@media (min-width: 768px) { 
  
  .cm-header_menu ul li.hs-menu-depth-1:nth-child(2) ul.hs-menu-children-wrapper {
      width: 220px !important;
  }
  
  .cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
      background-color: #fff;
      padding: 20px 30px;
      border-radius: 5px;
      width: 330px;
  /*     margin-top: 18px; */
      box-shadow: 0px 0px 35px #00000029;
  }

  .cm-header_menu ul .hs-menu-depth-1.hs-item-has-children>a:after {
      content: "\f107";
      font: normal normal normal 14px/1 FontAwesome;
      margin-left: 8px;
      color: #000;
      position: absolute;
      top: 13px;
      transition: all .3s ease-in-out;
  }

  
  .cm-header_menu ul .hs-menu-depth-1.hs-item-has-children>a {
      position: relative;
      padding-right: 14px !important;
  }

  
  .cm-header_menu ul .hs-menu-depth-1.hs-item-has-children:hover>a:after {
      transform: rotate(180deg);
  }
  

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
      z-index: 10;
  } 
  

}

/************** iphone roatate***************/
@media (max-width: 767px) {
  
  .cm-header_menu ul li.hs-menu-depth-1:nth-child(1) span {
      width: 124px;
  }

  
  .cm-header_menu ul li.hs-menu-depth-1:nth-child(1) span {
      position: relative;
      left: unset;
      top: -11px;
      right: -3px;
  }
  
  .cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
      padding-top: 10px;
  }


  .cm-popup-box_img {
      width: 30%;
      display: none;
  }
  

  .cm-popup-box_right {
      width: 100%;
  }


  .cm-header_logo {
      width: 180px;
  }


/*   .cm-header_menu li a, .menu-btn {
      padding: 12px 25px;
  } */

    .cm-header_menu {
        width: 100%;
  }
  
  
  
  .cm-popup-tu_contain {
      padding: 25px;
  }
  
  
  .cm-popup-jw_contain {

      padding: 25px;
  }
  
  
  .cm-header_menu ul .hs-menu-depth-1:last-child {
      margin-bottom: 0 !important;
  }
  

  .cm-popup-box_content h3 {
      font-size: 32px;
      padding-bottom: 20px;
  }
  

  .cm-popup-box_content p {
      font-size: 16px;
      line-height: 24px;
  }

  
}

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


  .cm-header_logo {
      width: 160px;
  }

/* .cm-header_menu li a, .menu-btn {
      padding: 10px 20px;
  } */

  
  .cm-popup-tu_contain {
      padding: 20px;
  }

}