@media (min-width:1199px) and (max-width:1400px) {
    .pg-progress {
        max-width: 930px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .pg-progress {
        max-width:800px;
    }
}

@media (max-width: 1199px) {
}

@media only screen and (min-width: 1201px) {
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu-inner {
        /* max-height: 0; */
        /* overflow: hidden; */
        position: absolute;
        flex-wrap: wrap;
        transition: all 200ms;
        display: none;
        z-index: 1001;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu-inner {
        display:block;
    }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        white-space: unset;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {

}

@media (min-width:1201px) {
    .header-nav ul {
        list-style: none;
        display: flex;
        margin-bottom: 0;
        padding-left:0;
        flex-direction: row;
        justify-content: center;
    }
}


@media only screen and (max-width: 1200px) {
    .quicklinks-box:hover 
    .quicklinks-link {
        bottom: 20px;
    }
    .quicklinks-box:hover 
    .quicklinks-tag {
        right:0;
    }
    .mobile-header-cta {
        display: block !important;
        margin: 0 40px;
    }
    .quicklinks-description {
        opacity: 0;
    }
    .fix .innerBurger span {
        background-color: #262b5b !important;
    }
    #home-hero:before {
        content: '';
        height: 30%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        position: absolute;
        top: 0;
        z-index: 4;
        opacity: 0.5;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
    .header-right {
        display:none;
    }
    #home-hero {
        padding: 150px 0 300px;
    }
    header .nav {
        background: #fff;
        left: 0;
        position: absolute;
        right: 0;
        text-align: left;
        top: 0;
        transform: scaleY(0);
        transform-origin: top center;
        transition: all .25s ease;
        z-index: 1199;
        height: 100vh;
        width: 100%;
        overflow: hidden;
    }
    header .nav.navActive {
        box-shadow: 51px 0px 117px rgba(0, 0, 0, 0.2);
        left: 0%;
        transition: all 300ms;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        transform: scaleY(1);
    }
    .header-menu-list a {
        padding: 11px 20px !important;
        border-top: 1px solid #ddd;
    }
    .header-menu-list li:last-child a {
        border-bottom: 1px solid #ddd;
    }
    .header-nav li {
        margin-right: 0;
    }
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .nav>ul {
        margin-top: 80px;
        box-sizing: border-box;
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    header .nav>ul li {
        position: relative;
    }
    header .nav>ul li a {
        font-weight: 700;
        display: block;
        padding-left: 10px;
        width: 100%;
    }
    .menu-item-has-children::after {
        position: absolute;
        right: 0;
        top:10px;
    }
    #burgerNav {
        position: absolute;
        top: 40px;
        left: 15px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #burgerNav .innerBurger {
        position: relative;
        height: 20px;
        width: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #burgerNav .innerBurger span {
        width: 19px;
        height: 2px;
        border-radius: 25px;
        background-color: #0a0a0a;
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
    }
    
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
    }
    
    #burgerNav .innerBurger span:nth-child(1) {
        top: 0%;
        width: 19px !important;
    }
    
    #burgerNav .innerBurger span:nth-child(2) {
        top: 25%;
    }
    
    #burgerNav .innerBurger span:nth-child(3) {
        top: 50%;
    }
    
    #burgerNav.change .innerBurger span:nth-child(1) {
        top: 22%;
        transform: rotate(-45deg);
    }
    
    #burgerNav.change .innerBurger span:nth-child(2) {
        opacity: 0;
    }
    
    #burgerNav.change .innerBurger span:nth-child(3) {
        top: 22%;
        transform: rotate(45deg);
    } 
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active .sub-menu {
        max-height: 900px;
    }
    nav.nav .sub-menu {
        display: flex;
        flex-direction: column;
    }
    .header-nav .sub-menu li {
        margin-right:0;
    }



/* position the chevron button */
.menu-item-has-children {
    position: relative;
  }
  .submenu-toggle {
    background: none;
    border: none;
    padding: 0;
    margin-left: 0.5em;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    width: 40px;
    height: 40px;
}
  
/* hide all sub-menus initially */
.nav .sub-menu,
.menu-item-has-children > .sub-menu {
  display: none;
}

/* then when you add your “open” class via JS… */
.menu-item-has-children.open > .sub-menu {
  max-height: 1000px;
  display: flex;
  flex-direction: column;
}
    
.menu-item-has-children::after {
    display:none;
}
}


@media (max-width:1200px) {
    li.goBack button {
        border: 0;
        padding: 10px 20px;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        display: flex
    ;
        line-height: 2;
    }
    .nav li.menu-item-has-children > .sub-menu 
    {
        -webkit-overflow-scrolling: touch;
        background-color: #fff!important;
        height: 100vh;
        left: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        position: fixed;
        top: 80px;
        transition: all .5s ease;
        width: 100%;
        z-index: 5;
        max-height:100vh;
    }
    .nav li.menu-item-has-children.open > .sub-menu
    {
        left: 0;
        transition: all .5s ease;
    }
    
    
  }

@media (max-width: 991px)and (min-width:768px) {
    .aboutmaincontent {
        column-gap: 50px;
    }
    .pg-progress {
        max-width: 620px;
    }
    .pg-progress span:first-child {
        margin-left: 70px;
    }
}
@media (max-width: 991px) {
    .drt-slide-inner h3 {font-size: 22px; margin-top:15px;}
}

@media (max-width: 767px) {
    #homehero h1 {
        font-size: 45px;
    }
    .aboutbox p {
        margin-bottom:0;
    }
    .aboutbox:first-child {
        padding-top:0;
    }
    .aboutbox {
        text-align: center;
        background-color:#F9F9F9;
        padding:20px 0 10px;
    }
    .abouticon {
        margin: 0 auto 20px;
    }
    .aboutmaincontent {
        row-gap: 40px;
    }
    .pg-progress span {
        display:none;
    }
    .pg-progress.position-relative.z-1 {
        height: 795px;
        width: 1px;
        position: absolute !important;
        left: 50%;
    }
}

@media (max-width: 575px) {
	.modal-text {
		background: #fff;
		padding: 30px;
	}
    #homehero h1 {
        font-size: 39px;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -2px;
    }
    .homeheroleft-content {
        padding: 25px;
    }
    a.image-boxes {
        width: 350px;
        margin: 0 auto;
    }
    .pagetitle-desc {
        font-size: 17px;
        line-height: 25px;
    }
    h1.thepagetitle {
        font-size: 35px;
    }
    .breadcrumbs {
        font-size: 13px;
    }
    .breadcrumbs {
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;         
      }
      /* allow each link/span to shrink and hide overflow */
      .breadcrumbs a,
      .breadcrumbs span {
        flex: 1 1 auto;          /* grow/shrink as needed */
        min-width: 0;            /* allow to get very small */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
      .hhr-title {
        width:100%;
      }
      .quicklinks-link {
        bottom: 11px !important;
        font-size: 17px;
    }
    .quicklinks-description {
        top: 120%;
    }
    .quicklinks-link {
        bottom: 11px;
        font-size: 15px;
        padding: 0 11px;
    }
    .quicklinks-tag {
        font-size: 12px;
        padding: 3px 6px 3px 10px;
    }
}

@media (max-width:400px) {
}