
.h1-headline{text-align:center;position:relative;z-index:1;overflow:hidden;padding:40px 0}.h1-headline--with-bg:after{content:'';height:33%;background:var(--bg-alt-2);position:absolute;top:0;left:0;width:100%;z-index:-1}.h1-headline__media{max-width:1030px;margin:0 auto 40px}.h1-headline__title{margin-bottom:30px}.h1-headline__title:last-child{margin-bottom:0}.h1-headline__text{max-width:820px;margin-left:auto;margin-right:auto}.h1-headline__content{max-width:750px;margin-left:auto;margin-right:auto;margin-bottom:28px}.h1-headline__content h5,.h1-headline__content h2{text-align:left;font:var(--h5-title-fonts);text-transform:var(--h5-font-text-transform)}.h1-headline__content ul{margin-top:20px}.h1-headline__content ul,.h1-headline__content ul+p{text-align:left}.h1-headline__content--extra{margin-top:30px}.h1-headline__smalltitle{text-transform:uppercase;margin-bottom:20px;font-weight:400}.h1-headline__smalltitle.title--tagline.title--tagline-center:after{content:none}@media(min-width:1400px){.h1-headline{padding:80px 0}}@media(max-width:767.98px){.h1-headline__title--noimage{margin:0}.h1-headline__action{margin-top:20px}.h1-headline:after{font-size:335px;top:-95px;left:0;transform:rotate(0)}.h1-headline{padding:40px 0}}@media(max-width:639.98px){.h1-headline{padding:20px 0 40px}.h1-headline--noimage{padding-bottom:20px}.h1-headline__media{margin-bottom:20px}.h1-headline__title{font-size:40px;line-height:1.2}}
/* Header Starts */ 

:root {
  --header-height: 115px;
}

body {
  padding-top: var(--header-height);
}

.header {
  position: fixed;
  z-index: 50;
  background: var(--bg-header);
  color: var(--header-font-color);
  padding: 15px 0;
  left: 0;
  top: 0;
  width: 100%;
  min-height: var(--header-height);
  /* border-bottom: 1px solid var(--border-color); */
  transition: all .4s ease-in-out;
}

.header.is-fixed:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(75deg, rgba(0, 52, 43, 0.38) 27.27%, rgba(9, 139, 118, 0.50) 60.44%, rgba(40, 185, 124, 0.50) 93.62%);
  z-index: -1;
}
.header.is-fixed{
  padding: 5px 0;
}
.header__grid {
  align-items: center;
  margin-left: -20px;
}

.header__grid > * {
  padding-left: 20px;
}

.ng-star-inserted .header {
  position: relative;
}


.header__col--center {
  text-align: right;
}

.header__logo {
  width: var(--logo-width);
  height: var(--logo-height);
  display: inline-block;
  align-items: center;
  color: var(--header-font-color);
}

.header.is-fixed .header__logo{
  width:91px; height:93px;
}

.header__logo-second {
  width: var(--second-logo-width);
  height: var(--second-logo-height);
}


.header__logo > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__logo:hover, .header__logo:focus {
  color: inherit;
  opacity: .6;
} 

body.is-module-avail .header {
  padding: 5px 0;
}

body.is-module-avail .header__logo {
  max-width: 91px;
  height: auto;
}

.header__phone {
  display: inline-flex;
  align-items: center;
  font: var(--header-fonts);
  color: var(--header-font-color);
  font-weight: 400;
  margin-left: 20px;
}

.header__phone > .template-icon {
  margin-right: 13px;
  font-size: 112.5%;
}

.header__phone-label {
  display: block;
  margin-right: 5px;
}

.header__phone-text > .template-icon {
  display: none;
}

.header__phone-text {
  display: block;
  color: var(--header-font-color);

  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.43px;
}

.header__phone-text:hover,
.header__phone-text:focus{
  color: var(--inverse-font-color);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-color: var(--highlight-color);
}

.navmenu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 30px;
}

.navmenu__list-item {
  position: relative;
}

.navmenu__list-item:last-child {
  margin-right: 0;
}

.navmenu__list-link {
  display: inline-flex;
  padding: 0;
  position: relative;
  font: var(--header-fonts);
  text-transform: var(--header-fonts-text-transform);
  color: var(--header-font-color);
  letter-spacing: 0.4px;

  display: inline-flex;
  padding: 5px 0px;
  text-align: left;
  letter-spacing: 1.43px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-family: var(--text-fonts);
  font-size: 13px;
  line-height: 1.75;
  align-items: center;
  position: relative;
  font-weight: 500;
  background: transparent;
}

.navmenu__list-link:hover,
.navmenu__list-link:focus-visible {
  color: var(--inverse-font-color);
}
.navmenu-dropmenu__link:hover,
.navmenu-dropmenu__link:focus-visible{
  color: var(--primary-color);
}
.navmenu-dropmenu__link:hover, 
.navmenu-dropmenu__link:focus-visible  {
  opacity:0.7;
  text-decoration: underline;
}

.navmenu-dropmenu__link.navON {
  text-decoration: underline;
}

/*.navmenu-dropmenu__link.navON:not(.is-page-active) {
text-decoration: none;
}*/

.navmenu__list-link:after {
  content: '';
  height: 3px;
  background: var(--highlight-color);
  opacity: 1;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .4s ease;
}
.navmenu__list-link:hover:after, .navmenu__list-link:focus-visible:after, .navmenu__list-link[aria-expanded="true"]:after, .navmenu__list-link.navON:after {
  opacity: 1;
}


.navmenu-dropmenu {
  padding: 20px 20px 15px 20px;
  margin: 0;
  min-width: 230px;
  background: var(--bg-alt-1);
  overflow: auto;
  max-height: 70vh;
  --uk-position-offset: 0;
  text-align: left;
  list-style: none;
  text-align:center;
  display:none;
}
.navmenu-dropmenu__link {
  display: block;
  padding: 0 0 20px;
  text-transform: var(--header-fonts-text-transform);
  font: var(--header-fonts);
  color: var(--primary-color);
  font-weight: 500;
}

.navmenu-dropmenu__link.uk-disabled {
  opacity: .2;
}


/*========new css=========*/
.header__second-logo {
  margin-left: 40px;
  padding-left: 40px;
}

.header__second-logo:before {
  content: "";
  height: 57px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header__address {
  font: var(--header-fonts);
  font-size: 14px;
  font-weight: normal;
  color: inherit;
}
.header__top--row a:hover, .header__top--row a:focus {
  text-decoration: underline;
  color: inherit;
}
.header__top--row {
  margin-bottom: 0;
}
.header__booknow-button {
  margin-left: 20px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  position: relative;
}
.header__booknow-button:before {
  content: "";
  border-left: 3px solid var(--secondary-color);
  display: block;
  position: absolute;
  width: auto;
  height: 40px;
}
.onscroll-booking, .header.is-fixed .before-scroll-booking{
  display:none;
}
.header.is-fixed .onscroll-booking{
  display:block;
}
.header.is-fixed .onscroll-booking.uk-button-primary{
  background-color: var(--primary-color);
  color: var(--inverse-font-color);
  border: 1px solid var(--primary-color);
}
.header.is-fixed .onscroll-booking.uk-button-primary:hover{
  background-color: var(--primary-cta-color);
  color: var(--primary-cta-font-color);
  border: 1px solid var(--primary-cta-color);
}
@media(min-width: 768px) {
  .header__toggler,
  .navmenu__list-item--onlymob,
  .navmenu__list-link--btn, .insideNav__header, .sub-menulist, .insideNav_booknow_button {
    display:none!important
  }

  .header {
    display: flex;
    align-items: center;
  }
  .header__container {
    flex-grow: 1;
  }

}

@media(min-width: 768px) and (max-width: 959.98px) {
  .navmenu__list-item:last-child ul.uk-dropdown {
    left: auto !important;
    right: 0;
  }
  .header__booknow-button:before{
    background:none; border-left:0;
  }
}

@media (max-width: 1399.98px) {
  .header__booknow-button {
    margin-left: 20px;
  }

}

@media (max-width: 1199.98px) {

  .header__logo {
    width: var(--mob-logo-width);
    height: var(--mob-logo-height); 
  }
  .header__logo-second {
    width: var(--mob-second-logo-width);
    height: var(--mob-second-logo-height);
  }

  .header__address {line-height:normal;}
  .header__bookstay {
    font-size: 12px;
    padding: 10px 15px;
  }
  .navmenu__list {
    column-gap: 20px;
  }

}

@media (max-width: 1023.98px) {

  .header__second-logo {
    margin-left: 15px;
    padding-left: 15px;
  }
  .header__top--row {
    margin-bottom: 5px;
  }
  .header__phone,
  .navmenu__list-link,
  .navmenu-dropmenu__link, .header__address {
    font-size: 12px;
  }
}

@media (max-width: 959.98px) {
  .header .onscroll-booking.uk-button-primary{
    display:block;     display: block;
    background-color: var(--primary-color);
  }
  .header .before-scroll-booking,
  .header.is-fixed .onscroll-booking .header__phone-text{
    display:none;
  }
  .header__booknow-button {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header__booknow-button:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    /*  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 77.45%); */
    height: 116px;
    pointer-events: none;
  }
  .header__bookstay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: var(--secondary-cta-font-color);
    color: var(--inverse-font-color);
    font: var(--primary-cta-fonts);
    border-color: var(--inverse-font-color);
    z-index: 1;
  }
}

@media (max-width: 767.98px) {
  .has-transparent-header .hero-banner-with-slider:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background: linear-gradient(180deg, rgba(0, 118, 99, 1) 0%, rgba(102, 102, 102, 0) 63.73%); */
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 82, 67, 0) 0%, rgba(9, 139, 118, 0) 54.22%, #005243 100%);
  }
  .has-transparent-header .header:not(.is-fixed){
    background: transparent;
    border-bottom-color: transparent;
  }
  .header__booknow-button:before{
    border:0;
  }
  .header__phone-text{
    font-size: 20px;
    line-height: 30px;
  }
  .header__toggler{
    display: flex;
    column-gap: 15px;
  }
  .header__bookstay{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    line-height: 40px;
  }
  :root {
    /*--header-height: 64px;*/
    --header-height: 114px;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    min-height: var(--header-height);
    z-index: 101;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .header__container {
    width: 100%;
  }

  .header__second-logo:before {
    height: 36px;
  }

  .is-bookstay-active .header__bookstay {
    display: none;
  }
  .header__address {
    display: none;
  }

  .header__toggler-btn {
    background: transparent;
    border: 0;
    display: flex;
    padding: 3px 0;
    margin: 0;
    font-size: 17px;
    line-height: 1;
    color: var(--header-font-color);
    cursor: pointer;
    align-items: center;
    min-width: 24px;
    justify-content: flex-end;
  }

  .header__toggler-btn .is-togglemenu-active {
    display: none;
  }

  .header__toggler-btn .is-togglemenu-close {
    display: block;
  }

  .is-header-active {
    overflow: hidden
  }

  .is-header-active .header__toggler-btn .is-togglemenu-active {
    display: block;
    font-size: 24px;
    min-width: 40px;
  }

  .is-header-active .header__toggler-btn .is-togglemenu-close {
    display: none;
  }

  .header__top--row {
    margin: 0;
    display: flex;
    column-gap: 20px;
    align-items: center;
  }

  .header__phone-label {
    display: none;
  }

  .header__phone-text > .template-icon {
    display: block;
    font-size: 23px;
    font-weight: normal;
    margin: 0;
  }
  .header__top--row a:hover, .header__top--row a:focus {
    text-decoration: none;
  }
  .header__grid {
    margin-left: -30px;
  }

  .header__grid > * {
    padding-left: 30px;
  }

  .header-collapsible {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height:100vh;
    z-index:11;
    /* overflow: hidden;*/
    -webkit-overflow-scrolling: touch;
    background-color: var(--bg-alt-1);
    border-top: 1px solid var(--border-color);
    transition: left .4s ease;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .is-header-active .header-collapsible {
    left: 0;
  }

  .navmenu__list {
    display: block;
    position: relative;
    z-index: 10;
    padding:25px 0;
  }

  .navmenu__list-link {
    display: flex;
    padding: 15px 20px;
    font: var(--mob-header-fonts);
    text-transform: none;
    text-align: left;
    justify-content: flex-start;
    font-weight: 400;
    color: var(--body-font-color);
  }
  .navmenu__list-link:hover, .navmenu__list-link:focus-visible, .navmenu-dropmenu__link:hover, .navmenu-dropmenu__link:focus-visible {
    color: var(--primary-color);
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }

  .navmenu-dropmenu__link:hover{
    color: var(--primary-color);
  }

  .navmenu__list-link:after {
    width: 45px;
    left: 0;
    right: auto;
    bottom: 12px;
  }
  .navmenu-dropmenu {
    position: relative !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0 0 10px;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    max-width: 100% !important;
    list-style: none;
  }

  .navmenu-dropmenu__link {
    font: var(--body-text-fonts);
    padding: 7px 0;
    text-transform: capitalize;
    text-align: left;
    color: var(--primary-color);
  }

  .navmenu__list-link.navON,
  .navmenu__more-link.navON {
    color: var(--primary-color) !important;
  }

  .header__top-left,
  .header__top-right {
    width: 60px;
  }

  .header__top-center {
    width: calc(100% - 60px*2);
    width: -webkit-calc(100% - 60px*2);
    max-width: calc(100% - 60px*2);
    max-width: -webkit-calc(100% - 60px*2);
  }

  .navmenu__dropdown > a {
    padding-right: 0;
  }

  .navmenu__dropdown > a:before {
    content: "\e976";
    font-family: var(--icon-fonts);
    position: absolute;
    top: 22px;
    right: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-size: contain;
    transition: all .4s ease;
    font-size: 14px;
    color: inherit;
  }

  .navmenu__dropdown > a[aria-expanded="true"]:before {
    content: "\e977";
  }
  .is-header-active .header {
    background: var(--bg-header) !important;
  }

  .is-header-active .header__phone, 
  .is-header-active .header__phone-text, 
  .is-header-active .header__toggler-btn {
    color: var(--inverse-font-color) !important;
  }
  .navmenu__list-link:after{
    display:none;
  }


  .is-header-active .insideNav__header {
    position: relative;
    background: var(--bg-header);
    color: var(--header-font-color);
    padding: 12px 15px;
    left: 0;
    top: 0;
    width: 100%;
    min-height: var(--header-height);
    border-bottom: 1px solid var(--border-color);
  }


  .navmenu__list_parent {
    height: calc(100vh - 145px);
    overflow: auto;
  }


  .navmenu__list_parent {
    height: calc(100vh - 132px);
    overflow: auto;
  }

  ul.sub-menulist {
    list-style: none;
    padding: 60px 20px 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 50px;
    position: relative;
  }
  ul.sub-menulist:before{
    position: absolute;
    background-image: url(https://assets.milestoneinternet.com/quality-inn-marietta/no-index/bg-pattern.svg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 100%;
    bottom: 0;
    z-index: -2;
    opacity: 1;
    top: 0;
    left: 0;
  }
  .sub-menulist-item {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.1px;
  }
  .sub-menulist-item a{
    font-size: 10px;
    text-transform: uppercase;
    color: var(--body-font-color);
    font-family: var(--text-fonts);
    font-weight: 500;
    letter-spacing: 1.1px;
  }
  .sub-menulist-item .navON {
    text-decoration: underline;
  }


  .header__booknow-button.insideNav_booknow_button {
    bottom: 0;
    position: absolute;
  }
  .navmenu__list li.navmenu__list-item.submenulist .navmenu-dropmenu {
    list-style: disc;
    padding-left: 40px;
    color: var(--primary-color);
  }

  .navmenu__list li.navmenu__list-item.submenulist.active_menu .navmenu-dropmenu {
    display: block;        list-style: disc;
    padding-left: 40px;
    color: var(--primary-color);
  }
  .navmenu__dropdown.active_menu a{
    color: var(--primary-color);
  }
  .navmenu-dropmenu:before {
    content: '';
    width: 5px;
    background: var(--primary-color);
    left: 0;
    top: -35px;
    position: absolute;
    height: calc(100% + 15px);
  }
}

/* Header Ends */

/* Transparent Header Starts */

@media (min-width: 768px) {
  .has-transparent-header {
    padding-top: 0;
  }
  .has-transparent-header .header:not(.is-fixed) {
    background: transparent;
    border-bottom-color: transparent;
  }
  .has-transparent-header .header:not(.is-fixed) .navmenu__list-link:after, .has-transparent-header .header:not(.is-fixed)  .header__second-logo:before {
    background: var(--highlight-color);
  }
  .has-transparent-header .header:not(.is-fixed) .navmenu__list-link,
  .has-transparent-header .header:not(.is-fixed) .navmenu__dropdown > a:before,
  .has-transparent-header .header:not(.is-fixed) .header__phone,
  .has-transparent-header .header:not(.is-fixed) .header__phone-text,
  .has-transparent-header .header:not(.is-fixed) .header__logo, 
  .has-transparent-header .header:not(.is-fixed) .header__address {
    color: var(--inverse-font-color);
    filter: opacity(1);
  }

  .has-transparent-header .hero-banner-with-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: linear-gradient(180deg, rgba(0, 118, 99, 1) 0%, rgba(102, 102, 102, 0) 63.73%);*/
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 82, 67, 0) 0%, rgba(9, 139, 118, 0) 54.22%, #005243 100%);
  }
  .has-transparent-header .header:not(.is-fixed) * :focus-visible {
    outline-color: var(--inverse-font-color);
    outline: 1px solid var(--inverse-font-color);
    box-shadow: 0 0 2px var(--inverse-font-color) inset;
    -webkit-box-shadow: 0 0 2px var(--inverse-font-color) inset;
    -ms-box-shadow: 0 0 2px var(--inverse-font-color) inset;
    -moz-box-shadow: 0 0 2px var(--inverse-font-color) inset;
  }
}

.has-transparent-header .header:not(.is-fixed) .header__bookstay,
.header:not(.is-fixed) .header__bookstay{
  filter: opacity(1);
}

@media (min-width: 960px) {
  .has-transparent-header .header:not(.is-fixed) .header__bookstay,
  .header:not(.is-fixed) .header__bookstay{
    background-color: transparent;
    color: var(--inverse-font-color);
    border: 0;
    border-left: 3px solid var(--highlight-color);
    padding-left: 20px;
    border-radius: 0;
    text-transform: none;
  }
  .has-transparent-header .header:not(.is-fixed) .header__bookstay:hover, .has-transparent-header .header:not(.is-fixed) .header__bookstay:focus-visible {
    border-color: transparent;
    background: transparent;
    color: var(--secondary-color);
    border-left: 3px solid var(--highlight-color);
  }
}

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

@media (max-width: 1023.98px) {
  .header {
    padding: 13px 0;
  }
}

@media (max-width: 959.98px) {
  .navmenu-dropmenu {
    min-width: 190px;
  }
}

@media (max-width: 767.98px) {

  /* .has-transparent-header .header:not(.is-fixed) .header__toggler-btn {
  color: var(--inverse-font-color);
  filter: opacity(1);
}*/

}

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

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


/* Transparent Header Ends */

/* Page Studio Editor + Header Starts */
.page-component-mi-block .header {
  /* position: static;*/
  background: var(--bg-header) !important;
  color: var(--header-font-color) !important;
  border-bottom: 0!important;
}

.page-component-mi-block .navmenu__list-link, 
.page-component-mi-block .navmenu__dropdown>a:before, 
.page-component-mi-block .header__phone, 
.page-component-mi-block .header__phone-text, 
.page-component-mi-block .header__bookstay, 
.page-component-mi-block .header__logo,
.page-component-mi-block .header__address {
  color: var(--header-font-color) !important;
}

.page-component-mi-block .header__bookstay {
  /*background-color: var(--primary-cta-color) !important;
  color: var(--primary-cta-font-color) !important;*/
  /*border-color:var(--primary-cta-color) !important;*/
}

.page-component-mi-block .header__bookstay:hover, .page-component-mi-block .header__bookstay:focus {
  background-color: var(--primary-cta-hover-color) !important;
  color: var(--primary-cta-font-hover-color) !important;
  border-color: var(--primary-cta-font-hover-color) !important;
}
.page-component-mi-block .navmenu__list-link::after {
  /*background: #000 !important;*/
}
.page-component-mi-block .header__second-logo:before { background: #000 !important;}
/* Page Studio Editor + Header Ends */

@media all and (min-width: 959.98px){
  .navmenu__list-item:nth-of-type(4)> ul {
    left: -70px !important;
  }
}
.footer-widget{
  background: var(--bg-footer); 
  color: var(--footer-color);
  padding: 60px 100px 80px;
  position: relative;
}
.footer-widget:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 190px;
  background-image: url(https://assets.milestoneinternet.com/quality-inn-northlake/no-index/footer-pattern.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;  
}

.footer-widget:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(75deg, rgba(0, 52, 43, 0.50) 27.39%, rgba(9, 139, 118, 0.50) 68.57%, rgba(40, 185, 124, 0.50) 109.75%);
  z-index: 1;
  pointer-events: none;
}
.footer-widget__container{
  position: relative;
  z-index: 3;
}
.footer__logo{
  margin-bottom: 64px; 
  text-align: center;
}
.footer-widget__col--logo {
  width: 264px; 
}
.footer__logo a{
  color: var(--footer-color); 
}
.footer__logo a:hover,
.footer__logo a:focus{
  color: var(--footer-color); 
}
.footer__logo a:focus,
.footer__logo a:focus-visible{
  outline: 1px solid var(--footer-color); 
}
.footer__title:focus,
.footer__title:focus-visible{
  outline: 1px solid var(--footer-color);
}
.footer-widget__contact{
  justify-content: center;
  align-items: center; 
  padding-bottom: 15px;
}
.footer-widget__sponsor-logo .footer__sponsor-logo{
  display: flex; 
  justify-content: flex-end;
}
.footer__sponsor-logo-item a:focus-visible,
.footer__choice-logo-item a:focus-visible,
.footer__phone:focus-visible,
.footer__fax:focus-visible,
.footer9__copyright:focus-visible,
.footer9__copyright:focus-visible, .footer__copyright:focus-visible {
  outline: 1px solid var(--footer-color);
}
.footer-widget__submenu-item a:hover,
.footer-widget__submenu-item a:focus, .footer-widget__submenu-item .navON {
  /*color: var(--secondary-color);*/
  text-decoration: underline;
}

.footer-widget__submenu-item .navON:hover,.footer-widget__submenu-item .navON:focus {text-decoration: none;}
.milestone .footer__copyright--home {
  display: block;
}
.footer9__copygrid {
  justify-content: center;
  text-align: center;
  column-gap: 5px;
}

.footer__copyright--home {
  display: none;
  margin-top: 0px !important;
  padding-left: 0px;
  font-size:12px;
}
.footer-widget__col--address{
  line-height: 31px; 
}
.center-footer__social-item {
  display: flex;
  justify-content: space-between;
  max-width: 159px;
  margin: 20px auto 0;
}
.center-footer__social-item a{
  color: var(--footer-color);
}


.center-footer__social-item a:hover, .center-footer__social-item a:focus {
  color: var(--secondary-color);
}
.center-footer__social-item a:focus {
  outline: 1px solid var(--secondary-color);
}

.center-footer__social-item span.template-icon-foursquare {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://assets.milestoneinternet.com/quality-inn-northlake/website-assets/icons/foursquare-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.center-footer__social-item a:hover span.template-icon-foursquare,
.center-footer__social-item a:focus span.template-icon-foursquare{
  background-image: url(https://assets.milestoneinternet.com/quality-inn-northlake/website-assets/icons/foursquare-icon-hovered.svg);
}

.center-footer__social-item a:hover {
  text-decoration: none !important;
}

.center-footer__social-item {
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 20px;
}

.footer-widget__col--address .footer__title{
  font: var(--footer-fonts);
  color: var(--footer-color);
  letter-spacing:  0;
}
.footer-widget__col--address a{
  color: var(--footer-color);
}
footer-widget__col--address a:focus-visible{
  outline: 1px solid var(--footer-color); 
}
.footer-widget__col--address a:hover,
.footer-widget__col--address a:focus{
  color: var(--secondary-color);
  text-decoration: underline;
}
.footer-widget__submenu{
  display: flex;
  align-items: center;
  column-gap: 36px;
  justify-content: center;
}
.footer-widget__submenu-item a{
  color: var(--footer-color); 
  font-size: 13px;
  /*text-transform: uppercase;
  letter-spacing: 0.4px;*/
  letter-spacing: 1.43px;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-widget__bottom {
  align-items: center; 
}
.footer__choice-logo a {
  display: block;
}
.footer__choice-logo img {
  width: auto; 
}
.footer__choice-logo {
  display: flex;
  align-items: center;
  column-gap: 60px;
  padding: 0;
  list-style: none;
}
.footer-widget__hr{
  margin: 33px 0; 
  border-top: 1px solid rgba(255, 255, 255, 20%);
}
.footer9__copyright{
  font-size: 12px;
  letter-spacing: 0.4px;
}

@media (max-width:  1200px) {
  .footer-widget{
    padding: 80px 50px; 
  }
  .footer-widget__col--logo{
    width:180px;  
  }
}

@media (max-width:  959.98px) {
  .footer-widget {
    padding: 80px 30px 100px 30px;
  }
  .footer-widget__contact{
    padding-bottom: 15px; 
  }
  .footer-widget__bottom,
  .footer-widget__submenu{
    justify-content: center; 
  }
  .footer-widget__bottom .uk-width-expand{
    flex-basis: 100%; 
  }
  .footer-widget.addBg:before{
    height: 24%;
  }
  .footer-widget__submenu{
    flex-wrap: wrap;
    row-gap: 36px;
  }
}
@media (max-width:  767px) {
  .footer-widget__bottom .footer__bottom-left-grid{
    order: 2;
    width: 50%;
  }
  .footer-widget__bottom .uk-width-expand{
    order:1;
  }
  .footer-widget__bottom .footer__bottom-right-grid{
    order: 3;
    width: 50%;
  }
  .footer-widget__submenu{
    row-gap: 8px;
  }
  .footer-widget__submenu-item {
    width: 100%;
    text-align: center;
  }
  .footer-widget:before{
    background-size: cover;
  }
  .footer-widget{
    padding: 60px 0 80px; 
  }
  .footer-widget.addBg:before{
    display: none;
  }
  .footer-widget__contact{
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .footer-widget__contact > div {
    width: 100%;
  }
  .footer__logo{
    margin-bottom: 40px;  
  }
  .footer-widget__col--logo {
    width: 159px;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .footer-widget__col--address{
    margin-top: 0 !important;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
  .footer-widget__sponsor-logo {
    margin-top: 40px;
    padding-left: 0;
  }
  .footer-widget__sponsor-logo .footer__sponsor-logo{
    justify-content: center;
  }
  .footer-widget__bottom 
  .footer-widget__sponsor-logo .footer__sponsor-logo {
    justify-content: center;
  }

  .footer-widget__bottom .uk-width-auto{
    margin-top: 50px; 
  }
}
.faq1-widget.inverse-content {
  background: var(--highlight-color);
}
.faq1-widget {
  padding: 112px 0;
}
.faq1-widget__title {
  text-align: center;
  margin-bottom: 40px;
}

.faq1-widget__container {
  max-width: 1070px;
  position: relative;
  z-index: 1;
}

.faq1-widget__accordion {
  border-top: 1px none;
  padding-bottom: 0px;
}

.faq1-widget__que {
  /*
  margin-bottom: 0;
  text-transform: inherit;
  text-decoration: none !important;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  */
}
.faq1-widget.inverse-content .faq1-widget__que:hover, .faq1-widget.inverse-content .faq1-widget__que:focus {
  color: var(--secondary-color);
}

.uk-accordion-content.text-editor {
  margin-bottom: 0;
}


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

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

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

@media (max-width: 959.98px) {
  .faq1-widget {
    padding: 60px 0;
  }
  .VComponent:has(.snippet-with-bg)+.VComponent:has(.inverse-content) .faq1-widget {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .faq1-widget__title {
    margin-bottom: 20px;
  }
  .faq1-widget__accordion {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}

@media (max-width: 639.98px) {
  .home-faq-right {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
}

/* Snippet Starts */
.snippet__title {
  margin-bottom: 30px;
}

.snippet__desc-readmore {
  margin-top: 10px;
}

.snippet__actions-call {
  margin-top: 10px;
  letter-spacing: 0.32px;
}

.snippet__actions-call>a {
  font-weight: 700;
}

.snippet__actions, .snippet__actions--grid {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.snippet__desc {
  margin-bottom: 30px;
}

.snippet__actions--block {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.snippet__actions--block .uk-button+.uk-button {
  margin: 25px 0 0;
}

.snippet__amenities {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  justify-self: flex-start;
  column-gap: 30px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
  flex-flow: wrap;
}

.snippet__amenities-item--grid {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.snippet__amenities-name {
  font: var(--h6-title-fonts);
  margin: 10px 0 0;
}

.snippet__amenities-item--grid .snippet__amenities-name {
  margin: 0; text-align: left;
}

.snippet__amenities-icon {
  display: block;
  color: var(--highlight-color);
  font-size: 20px;
}

.snippet__amenities-item--grid .snippet__amenities-icon {
  display: flex;
  font-size: 26px;
}

.snippet__amenities--stack {
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 15px;
}

.snippet__media {
  /*width: 610px;*/
  max-width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 66.5%;
}

.snippet__media:focus-within {
  outline: 1px solid var(--highlight-color);
  box-shadow: 0 0 2px var(--highlight-color) inset;
  -webkit-box-shadow: 0 0 2px var(--highlight-color) inset;
  -ms-box-shadow: 0 0 2px var(--highlight-color) inset;
  -moz-box-shadow: 0 0 2px var(--highlight-color) inset
}

.snippet__media>img {
  width: 100%;
}

.snippet__media--l {
  width: 750px;
}

.snippet__media--xl {
  width: 800px;
}

.snippet__media--vl {
  width: 700px;
  padding-bottom: 115%;
}

.snippet__media--square {
  padding-bottom: 100%;
}

.snippet__media.our-history-media {
  padding-bottom: 133%;
}

.snippet__media--map {
  height: 650px;
  padding: 0;
}

.snippet__media-mapholder {
  height: 100%;
}

.snippet__media-map,
.snippet__media-map>div {
  height: 100% !important;
}

.snippet__title .template-icon {
  display: inline;
  width: 25px;
  height: 25px;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  align-items: center;
  vertical-align: baseline;
  color: var(--highlight-color);
}

.snippet__zigzag:not(.is-hidden)+.snippet__zigzag:not(.is-hidden) {
  margin-top: 40px;
}

.snippet__zigzag.is-hidden+.snippet__zigzag {
  margin-top: 0;
  transition: margin .4s ease;
}

.snippet__accordion {
  margin-bottom: 30px;
}

.snippet__accordion-name {
  font: var(--h5-title-fonts);
}
.snippet__accoradian.uk-accordion>:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

.snippet__accoradian.uk-accordion>:last-child {
  padding-bottom: 20px;
}


.snippet__dotnav {
  position: absolute;
  left: 0;
  z-index: 11;
  bottom: 0;
  right: 0;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 35px;
}

.snippet__slider-dotnav {
  margin-top: 40px;
  width: 610px;
  max-width: 100%;
  justify-content: center;
}

.pricefilter-container {
  display: none;
}

@media (min-width: 1200px) {
  .snippet__zigzag:not(.is-hidden)+.snippet__zigzag:not(.is-hidden) {
    margin-top: 60px;
  }

  .snippet__container--small {
    max-width: 1070px
  }
}

@media (min-width: 960px) {
  .snippet__zigzag:nth-child(even) .snippet__col:first-child {
    order: 2;
  }

  .snippet__zigzag:nth-child(even) .snippet__col:last-child {
    order: 1;
  }

  .snippet__zigzag:nth-child(odd) .snippet__col:first-child {
    order: 1;
  }

  .snippet__zigzag:nth-child(odd) .snippet__col:last-child {
    order: 2;
  }

  .snippet__zigzag--revert:nth-child(odd) .snippet__col:first-child {
    order: 2;
  }

  .snippet__zigzag--revert:nth-child(odd) .snippet__col:last-child {
    order: 1;
  }

  .snippet__zigzag--revert:nth-child(even) .snippet__col:first-child {
    order: 1;
  }

  .snippet__zigzag--revert:nth-child(even) .snippet__col:last-child {
    order: 2;
  }
  .snippet__zigzag--padding-middle {
    align-items: flex-start
  }
  .snippet__zigzag--padding-middle .snippet__conent {
    padding-top: 50px;
  }
}

@media (max-width: 1399.98px) {
  .uk-container-small .snippet__media {
    width: 450px;
  }

  .snippet__media--xl,
  .snippet__media--l {
    width: 610px;
  }
}

@media (max-width: 1199.98px) {
  .snippet__media {
    width: 100% !important;
  }

  .snippet__slider-dotnav {
    margin-top: 20px;
    width: 50%;
  }
}

@media (max-width: 1023.98px) {

  /*  .snippet__title,*/
  .snippet__desc,
  .snippet__amenities {
    margin-bottom: 20px;
  }

  .snippet__actions .button-booknow {
    min-width: unset;
    padding: 10px 25px;
  }

  .snippet__actions--grid {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}

@media (max-width: 959.98px) {
  .snippet__media {
    width: 100%;
    max-width: 100%;

  }

  .snippet__media img {
    width: 100%;
  }

  .snippet__title svg {
    width: 15px;
    height: 15px;
  }

  .snippet__zigzag:not(.is-hidden)+.snippet__zigzag:not(.is-hidden) {
    margin-top: 50px;
  }

  .snippet__media--map {
    height: 600px;
  }

  .snippet__slider-dotnav {
    width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
  }

}

@media (max-width: 767.98px) {
  .snippet__actions--block .uk-button+.uk-button {
    margin: 15px 0 0;
  }

  .snippet__dotnav {
    position: static;
    width: auto;
    padding: 0;
    margin-left: -15px;
    margin-top: 30px;
  }

  .overview .snippet__actions {
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }



  .snippet__accoradian  .uk-accordion-title {
    font-size: 18px;
  }
}


@media (max-width: 639.98px) {

  .snippet__media--map {
    height: 400px;
  }

  .inner-padding--thirdlevel .snippet__title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .snippet__actions .button-booknow {
    padding: 10px 15px;
  }

  .snippet__amenities {
    column-gap: 20px;
  }

  /*.snippet__amenities-item--grid {
  width: calc(50% - 10px);
}*/
}



/* Snippet Ends */




/* GCP Slider Starts  */
.gcp-slider__nav {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--primary-cta-inverse-color);
  color: var(--inverse-font-color);
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.gcp-slider__nav-link {
  background: var(--primary-cta-inverse-color);
  color: var(--primary-cta-inverse-font-color);
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  min-height: 35px;
  padding: 5px 15px;
  transition: all .4s ease;
  line-height: 1;
  display: flex;
  align-items: center;
}

.gcp-slider__nav-link+.gcp-slider__nav-link {
  padding-left: 10px;
}

.gcp-slider__nav-link:first-child {
  padding-right: 10px;
}

.gcp-slider__nav-link.uk-invisible {
  visibility: visible !important;
  display: inline-flex !important;
  cursor: not-allowed;
  color: rgba(255, 255, 255, .36);
}

.gcp-slider__nav-link>.template-icon {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  transition: all .4s ease;
  margin-left: 15px;
}

.gcp-slider__nav-link>.template-icon:last-child {
  margin-left: 15px;
  margin-right: 0;
}

.gcp-slider__nav-link>.template-icon:first-child {
  margin-right: 15px;
  margin-left: 0;
  margin-top: unset;
}

.gcp-slider__nav-link-text {
  min-height: 14px;
  display: inline-flex;
  align-items: flex-end;
  margin-top: -2%;
}

.gcp-slider__nav-link:hover,
.gcp-slider__nav-link:focus,
.gcp-slider__nav-link:focus-visible {
  outline: 0;
  box-shadow: unset;
}

.gcp-slider__nav-link:hover>.template-icon,
.gcp-slider__nav-link:focus>.template-icon,
.gcp-slider__nav-link:focus-visible>.template-icon,
.gcp-slider__nav-link.uk-invisible>.template-icon {
  opacity: 0.5;
}

.gcp-slider__expand {
  font-size: 22px;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 190px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;
  transition: all .4s ease;
}

.gcp-slider__expand:hover,
.gcp-slider__expand:focus,
.gcp-slider__expand:focus-visible {
  color: var(--highlight-color);
}


.gcp-slider__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: inline-flex;
  width: 101px;
  height: 35px;
  background: var(--body-bg);
  color: var(--text-color);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.gcp-slider__actions--revert {
  left: auto;
  right: 0;
}

.gcp-slider__actions > .template-icon {
  margin-left: 5px;
  font-size: 16px;
}

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

/* GCP Slider Ends  */
/* Layout-182 Starts */
.lt182-widget {
  background: var(--primary-color);
}
.lt182-widget__media {
 /* height: 600px;*/
}
.lt182-widget__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
} 

@media (max-width: 767.98px) {  
  .lt182-widget__media {
    height: 220px;
  }
}

 

/* Layout-182 Ends */
/* Layout 1 Starts */
.lt223-widget--primary-bg  {
  background: var(--primary-color);
  color: var(--inverse-font-color);
}
.lt223-widget--primary-bg *{
  color: var(--inverse-font-color);
}
.lt223-widget--secondary-bg {
  background: var(--bg-alt-1);
}


/*======== capacity info ========*/
.capacity-detail-icons ul {
  gap: 25px;
}
.capacity-detail-icons li {
  padding-left: 35px;
}
.capacity-detail-icons .template-icon {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.event-spaces-text.uk-text-bold {
  font-weight: 500;
}
/*======== end capacity info ========*/

.pricefilter-container {
  display: none;
}

@media (max-width: 639.98px) {
  .capacity-detail-icons ul {
    flex-direction: column;
  }
}


/* Layout 1 Ends */