.header-wrap.sticky-class {
    position: fixed;
    top: 0px; 
    width: 100%;
    padding: 10px 0px; 
    transition: all .5s ease;
}

.header-wrap {
    position: relative;
    padding: 20px 0px; 
    z-index: 99999;
    width: 100%; 
    transition: all .5s ease; 
}
     
.header-otr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
 
.header-col1 {
    width: 20%;
}

.header-col2 {
    width: 60%;
}

.header-col3 {
    width: 20%;
}
  
.hdr-btn-otr {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
}
  
.hdr-btn:nth-child(2) {
    margin-left: 15px;
}

.header-menu {
    min-height: auto;
    position: relative;
    z-index: 999;
} 

.header-logo img {
    max-width: 222px !important;
}

.header-menu ul {
    margin: 0px !important;
    padding: 0px; 
    justify-content: center;
}

.header-menu ul li {
    margin: 0px 20px; 
}
   
.header-menu ul li a {
    padding: 25px 0px !important;
    max-width: 100% !important;
    white-space: normal !important;
    position: relative;
    font-weight: 600;
    font-size: 16px; 
    color: #04333d;
    text-transform: capitalize; 
}

.header-menu ul li a:hover { 
    color: #04333d; 
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-decoration-color: #04333d !important;
    text-underline-offset: 0.3rem !important;
}
 
.header-menu ul ul li a ,
.header-menu ul ul ul li a {  
    text-transform: capitalize;
}
   
.header-menu ul li.hs-menu-item.hs-menu-depth-1.active a {  
    color: #04333d; 
}

.header-menu ul li.hs-menu-item.hs-menu-depth-1.active ul li a {  
    color: #04333d;
}
   
.header-menu .hs-item-has-children.active > a:after ,
.header-menu .hs-item-has-children:hover > a:after ,
.header-menu .hs-item-has-children>a:hover:after { 
    color: #04333d; 
}

.header-menu ul.hs-menu-children-wrapper {
    background: #ffffff;
    text-align: left;
    padding: 10px 20px;
    min-width: 270px; 
    top: 40px !important;
    left: 0px !important;
    border-radius: 20px;  
}

.hs-menu-item.hs-menu-depth-2 {
  display: flex;
}

.hs-menu-children-wrapper img {
 max-width: 30px; !important
}
  
.header-menu ul ul li a {
    color: #04333d;
    padding: 4px 0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all .1s ease;
}

.header-menu ul ul li.hs-menu-item.hs-menu-depth-2.active.active-branch a ,
.header-menu ul ul li a:hover {
    color: #04333d;
    background-color: #fff; 
    background-size: 18px;
    transition: all .1s ease;
}

.header-menu ul ul li {
    margin: 0px;
    margin-bottom: 10px !important;
}

.header-menu .hs-item-has-children>a:after {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #04333d;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
 
.header-menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
     padding-right: 20px !important;  
}

.header-menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul a {
     padding-right: 0px !important;  
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children a:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}
      
.header-menu ul ul ul.hs-menu-children-wrapper {
    left: 250px !important;
    top: 0px !important;
}

.header-menu ul li li a span {
    display: block;
    font-size: 12px;
    font-style: italic;
    padding-top: .5em;
    white-space: normal;
    text-decoration: none;
}

.header-menu ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children a:hover span { 
    text-decoration: none !important;
    text-decoration-color: #ffffff !important;
}

.header-mobmenu {
    display: none;
}
  
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper { 
    display: none;
}
 
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper { 
    display: block;
}

.hdr-btn a {
    background-color: #02010100;
    font-size: 16px;
    font-weight: 600;
    color: #04333D;
    border: 2px solid #04333D26;
    border-radius: 10px;
    padding: 18px 21px 18px 21px;
}

.hdr-btn.btn-light2 a:hover ,
.hdr-btn.btn-light2 a:focus {
    border-color: #12A085;
}

.hdr-btn.btn-dark2 a {
    background-color: #EAF2FB; 
    font-size: 16px; 
    color: #04333D; 
    border-color:2px solid #EAF2FB;  
}

.hdr-btn.btn-dark2 a:hover, 
.hdr-btn.btn-dark2 a:focus {
    background-color: #A6C3E5;
    border-color: #A6C3E5;
}


.modal {
    background-color: rgb(0 21 20 / 70%);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding-top: 140px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    padding: 40px 20px;
    border-radius: 10px;
    width: 800px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
    color: 04333d;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
}

.close:hover,
.close:focus {
  transform: scale(1.25);
  text-decoration: none;
  cursor: pointer;
}

.modal-login-otr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal-col {
    width: 49%;
}
  
.modal-menu ul li {
    width: 100%;
    margin-bottom: 20px;
}
 
.modal-col-inr {
    padding: 10px;
}

.modal-menu ul li a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #12a085;
    text-underline-offset: 0.3rem;
    font-size: 16px;
    font-weight: 600;
    color: #04333d;
}





@media only screen and (min-width:1800px) and (max-width: 100000000px) {
   
 
  
} 

@media only screen and (min-width:1081px) and (max-width: 1450px) {
    
  .header-menu ul li {
      margin: 0px 12px;
  }


} 

/******** Mobile Styling *********/

@media (max-width: 1080px) {
  
  .header-col1 {
      width: 100%;
  }

  .header-col2 {
      width: 100%;
  }

  .header-col3 {
    display: none !important;
  }
   
  body.openpts-menu { overflow: hidden; }
  .header-pts { position: relative; z-index: 99; padding: 13px 0; }
  .header-pts .hs-menu-wrapper ul { display: block;}
  .pts-header-cta-area { float: left; width: 50%; text-align: right; }
  .pts-header-logo-aera { width: 50%; float: left; }
  .pts-headericon span:before, .pts-headericon span:after { position: absolute; content: ''; background-color: #33373d; height: 2px; width: 20px; top: -7px; transition: ease all .5s;}
  .pts-headericon span:after { top: 7px; } 
  .pts-headericon span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); background-color: #33373d; height: 2px; width: 20px; }
  .pts-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #ffffff;
      height: 100%;
      z-index: 9;
      padding: 40px 0px 0px;
      text-align: left;
      padding-top: 70px;
      transform: translateX(200%);
      -webkit-transform: translateX(200%);
      transition: ease all .5s;
      overflow: scroll; 
  }

  .openpts-menu .pts-headericon span:before ,
  .openpts-menu .pts-headericon span:after {  
      width: 20px; 
      background-color: transparent;
  }

  .pts-menu > span { width: 100%; }

  .pts-menu a {
    font-size: 16px;
    font-weight: 500;
    color: #04333D;
    padding: 5px 20px;
  }
  .pts-menu a:hover, .pts-menu ul li.active > a { color: #04333D; }   
  .pts-menu ul li { margin: 10px 0; }
  .openpts-menu .pts-menu { transform: translateX(-0%); -webkit-transform: translateX(-0%); }
  .openpts-menu .pts-headericon span:after { top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 
  .openpts-menu .pts-headericon span:before { top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); } 
  .openpts-menu .pts-headericon span { }
  .pts-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none !important; opacity: 0 !important; visibility: hidden !important; left: 0 !important;position: relative !important; top: auto !important; left: auto !important; }
  /* .pts-menu ul li.hs-item-has-children .hs-menu-children-wrapper { position: relative !important; top: auto !important; left: auto !important; display: none; } */
  .pts-menu ul li.hs-item-has-children .hs-menu-children-wrapper a { max-width: 90%; color:#04333D;}
  .openpts-menu .pts-header-logo-aera { z-index: 99; }
  .header-pts .childTrigger2:before { content: ""; border-left: 2px solid #04333D; border-bottom: 2px solid #04333D; position: absolute; width: 10px; height: 10px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: all ease-in-out .3s; }
  .header-pts .childTrigger2.child-open:before { transform: rotate(135deg); -webkit-transform: rotate(135deg); }
  .header-pts ul li .childTrigger2 { height: 30px; width: 30px; position: absolute; right: 20px; top: 0px; display: flex; justify-content: center; align-items: center; cursor:pointer;}
  .header-pts ul li .childTrigger2.child-open+.hs-menu-children-wrapper { display: block !important; opacity: 1 !important; visibility: visible !important; }
  .pts-menu ul li.hs-item-has-children .hs-menu-children-wrapper a { font-size: 16px; color: #04333D;  text-transform: capitalize; }
  .pts-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper { margin: 2px 0 2px 10px; padding: 2px 0px; }
  .pts-menu ul li.active-branch > a { color: #04333D; }

  .pts-headericon {
     position: absolute;
     top: 20px;
     right: 20px;
     width: 35px;
     height: 35px;
     cursor: pointer;
     z-index: 99;
     background-color: rgba(0, 0, 0, .05);
     border-radius: 3px;
  }
 
  .mob-menu {
      width: 100%;
  }

  .hdr-btn-otr { 
      justify-content: center; 
      width: 100%;
  }
    
  .hdr-btn {
     margin: 10px;
  }
  
  .hdr-btn-otr {
      padding: 50px 20px 20px;
  }
  
  .header-menu {
      display: none;
  }
  
  .header-mobmenu {
      display: block !important;
  }
  
  .header-col3 {
      display: none !important; 
  }
    
  .hdr-btn:nth-child(2) {
      margin-left: 0px;
  }

  .hdr-btn.btn-light a {
      color: #000000;
  }
    
  .hdr-btn a { 
      padding: 14px 20px 14px 20px !important;
  }
  
  .pts-menu ul ul li {
     margin: 4px 0;
  }
  
  .pts-menu ul li.hs-item-has-children .hs-menu-children-wrapper a span {
      font-size: 12px;
      text-wrap: initial;
  }

  
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
  
}  

@media (max-width: 767px) {
 
  .header-logo img {
      max-width: 170px !important;
  }
  
  .modal-content { 
      padding: 20px; 
      width: 100%;
  }
  
  .modal { 
      padding-top: 100px; 
  }
  
  
}

@media (max-width: 479px) {

  
}
