:root {
  --color-black: hsl(0, 0%, 10%);
  --color-white: hsl(0, 0%, 100%);
  --color-darken: hsl(0, 0%, 20%);
  --color-pink-100: hsl(336, 95%, 94%);
  --color-pink-200: hsl(338, 91%, 87%);
  --color-pink-300: hsl(339, 90%, 81%);
  --color-pink-400: hsl(339, 88%, 74%);
  --color-pink-500: hsl(339, 82%, 67%);
  --color-pink-600: hsl(339, 76%, 59%);
  --color-pink-700: hsl(339, 67%, 52%);
  --color-pink-800: hsl(339, 68%, 45%);
  --color-pink-900: hsl(339, 69%, 38%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  font-family: 'hurme_geometric_sans_1regular';
}


*, html, body {
  box-sizing: border-box;
  font-family: 'hurme_geometric_sans_1regular';
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
  background: var(--color-white);
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

a, a:link, a:hover {
    color: #1A0DAB;
		text-decoration: none;
}

a:focus {
   text-decoration: underline;
}

button:focus, details:focus-visible, input:focus-visible, iframe:focus-visible, select:focus-visible, textarea:focus-visible, div:focus-visible, p:focus-visible, button:focus, img:focus, img.svg:focus-visible, video:focus-visible, iframe:focus-visible, form:focus-visible, label:focus-visible, article:focus-visible, section:focus-visible, header:focus-visible, h1:focus-visible, h2:focus-visible, h3:focus-visible, h4:focus-visible, h5:focus-visible, h6:focus-visible {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3); 
    z-index:1;
    outline-color: rgba(201, 233, 246, 0.3) !important;
    outline-style: solid !important;
    outline-width: 2px !important;
}


img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

select, textarea, input[type=button], input[type=submit], input[type=reset] {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}



select {
  background: #fff;
  border-radius: 0;
  background :url('/wp-content/uploads/2022/07/down-arrow-select.svg') 97% no-repeat;
  background-color: #fff;
  background-size: 14px;
}

@media screen and (max-width: 801px) {
	select {
		background-position-x: 97%;
	}
}

.form-control:focus {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 1px solid #491276 !important;
  box-shadow: none !important;
}

.container {
  max-width: 75rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.container-fluid {
  width: 100%;
}

/*
.main { padding-bottom: 2rem; }
*/

.btn {
  border:initial;
}

.brand {
  /*margin: 35px 0px 0px 20px;*/
   margin: 15px 0px 0px 0px;
}

a.brand {
    display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
}
.header button.burger:focus{
	    outline: 2px dotted #cccccc !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	outline-offset: 10px;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  max-width: 100%;
  /*height: 4rem;*/
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px #00000029;
  -moz-box-shadow: 0px 3px 6px 0px #00000029;
  box-shadow: 0px 3px 6px 0px #00000029;
}

.header .menu > .menu-item {
  display: inline-block;
  /*padding: 0 0.75rem;
  min-width: 140px;
  position: relative;
  */
  background: #491276 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu .current-menu-ancestor {
    background: #00A8E2 !IMPORTANT;
}
.menu .current_page_item {
    background: #00A8E2 !IMPORTANT;
}

.menu .current_page_item a, .menu .current-menu-ancestor a {
    color: #000 !important;
}


.header .menu .current-menu-ancestor a .expand:before {
    background: url(/wp-content/uploads/2022/10/Down_icon_black.svg) no-repeat left top !important;
    width: 9px;
    height: 7px;	
}

.menu .current-menu-ancestor .expand:after {
    -webkit-transform: translate(-50%,-50%) rotate(0);
    transform: translate(-50%,-50%) rotate(0);
    background: url(/wp-content/uploads/2022/10/Down_icon_black.svg) no-repeat !important;
    width: 9px;
    height: 7px;
}

.header .menu > .menu-item > a:hover .expand:before, .header .menu > .menu-item > a:hover .expand:after {
    background: url(/wp-content/uploads/2022/10/Down_icon_black.svg) no-repeat left top !important;
    width: 9px;
    height: 7px;
}

.menu  .sub-menu li a:hover {
    text-decoration: underline !important;
    text-underline-offset: 6px;
}

.header .menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  color: var(--color-black);
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #fff;
}

.header .menu > .menu-item > a .expand {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.35rem;
  pointer-events: none;
  border: none;
  outline: none;
}
.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {
  position: absolute;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: transparent; 
  background: url(../images/Down_icon_primary.svg) no-repeat left top;
  width: 9px;
  height: 7px; 
}


.header .menu > .menu-item:hover > a {
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  background-color: #00A8E2;
}

.header .menu > .menu-item > a .expand::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);  
          background: url(../images/Down_icon_primary.svg) no-repeat;     
          width: 9px;
          height: 7px;     

}


.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  font-weight: 500;
}

.header .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}
[aria-expanded=true] + .sub-menu {
 opacity: 1 !important;
 visibility: visible !important;
}
.menu .sub-menu li a:focus {
    text-decoration: underline !important;
    text-underline-offset: 6px;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  padding: 0.5rem 1.25rem;
  color: #000000 !important;
  /*text-transform: capitalize;*/
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: normal;
  text-decoration: none;
}

.header .burger {
  position: relative;
  cursor: pointer;
  display: none;
  width: 1.75rem;
  height: 1rem;
  margin-top: -0.25rem;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header .burger-line {
  position: absolute;
  display: block;
  width: 100%;
  /*height: 2px;*/
  height: 3px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: var(--color-black);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .burger-line:nth-child(1) {
  top: 0;
}

.header .burger-line:nth-child(2), .header .burger-line:nth-child(3) {
  top: 0.5rem;
}

.header .burger-line:nth-child(4) {
  top: 1rem;
}

.header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.breadcrumb a:link {
  color: #1A0DAB; /* unvisited link */
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #1A0DAB; /* mouse over link */
}

.breadcrumb a:active {
  color: 000000; /* selected link */
}

.breadcrumb {
  background-color: transparent !important;
  border-bottom: 1px solid #EBD5FE;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

span.bseprator {
  padding: 0px;
  color: #491276;
}

.reset-margin {
  margin: 0px !important;
}

.reset-pad-mg {
  margin: 0px !important;
  padding: 0px !important;
}

.reset-pad {
  padding: 0px !important;
}

.ptpb { 
	padding-top: 25px; 
	padding-bottom: 35px;
}
	
.pad-top { 
	padding-top: 30px; 
}	

.titlebar-wrapper {
  margin-bottom: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  background-color: rgba(0, 0, 0, 0.3);
}

.titlebar-wrapper > img {
  width: 100%;
}

.titlebar-title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 9%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0px;
  opacity: 1;
  text-shadow: 0px 2px 8px #000000;
}

a.page-numbers {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

a.page-numbers.current, a.page-numbers.current:hover, a.prev.page-numbers, a.prev.page-numbers:hover {
      color: #007bff !important;
}

a.prev.page-numbers, a.prev.page-numbers:hover, a.next.page-numbers, a.next.page-numbers.page-numbers:hover  {
  color: #007bff !important;
  text-decoration: underline !important;
}

li.page-item.first-page > a:hover, li.page-item.last-page > a:hover {
  color: #007bff !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}


@media only screen and (min-width: 1280px) {
    /*
  .header .menu > .menu-item > .sub-menu {
	   left: 49.4% !important;
	   min-width: 130.5% !important;
   }*/

	.header .menu > .menu-item > .sub-menu.column-count-4 ul li a {
		line-height: 38px !important;
		padding: 0.5rem 0;
	}  
}


@media screen and (max-width: 1145px) and (min-width: 1023px) {
    .header .menu > .menu-item > a {
      padding: 1rem 1rem !important;
    }

    .header .menu > .menu-item > .sub-menu {
       left: 49.4%;
    }

    .header .menu > .menu-item > .sub-menu {
         min-width: 130.5% !important;
    }

}


@media screen and (max-width: 1180px) and (min-width: 1000px) {
	.header .menu>.menu-item>a {
		padding: 1rem 1rem !important;
	}
}


@media only screen and (min-width: 993px) {
    .header .navbar .close-btn { display: none; }
    ul.nav_order { margin-bottom: 0px; }
	
    .header .menu > .menu-item > .sub-menu {
        position: absolute;
        top: 100% !important;
        width: 100% !important;
        height: auto;
        padding: 0.75rem 0;
        border: none;
        outline: none;
        opacity: 0;
        visibility: hidden;
        background: #00A8E2;
        -webkit-box-shadow: var(--shadow-medium);
        box-shadow: var(--shadow-medium);
        transition: all 0s ease;
        column-count: 3;
        column-count: 3;
        -webkit-transform: translateX(-61.2%);
        transform: translateX(-61.2.2%) !important;
        column-rule: 1px solid rgba(255, 255, 255, .37);
        top: 0;
        right: 0;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(0%);
        column-count: 3;
        column-gap: 6%;
        column-rule: 1px solid rgba(0, 0, 0, .2);
    }

	.header .menu>.menu-item>.sub-menu>.menu-item:nth-child(3n+0) {
		border-right: none !important;
	}	
	
    .header .menu > .menu-item > .sub-menu.column-count-4 {
      column-count:initial !important;
      display: flex !important;
    }

    .header .menu > .menu-item > .sub-menu.column-count-4 .col-sm-3 {
      border-right: 1px solid rgba(255, 255, 255, .37);
      padding-left: 25px;
    }

    .header .menu > .menu-item-child:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    /*
    -webkit-transform: translateX(-61.2%);
    transform: translateX(-61.2.2%) !important;*/
    }

    .header .menu > .menu-item-child:hover > a .expand::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) !important;
    transform: translate(-50%, -50%) rotate(0deg) !important;
    }

    .header .menu > .menu-item > a {
     padding: 1rem 1.91rem;
    }

    .header .menu > .menu-item:hover > a .expand {
      transform: translateX(0px) rotate(-180deg);
    }

    nav#navbar {
    width: 100%;
    justify-content: flex-end;
    }

    .header .navbar ul.menu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
	background: #491276;
    }

    .top-nav { padding-bottom: 15px; }
    .top-nav ul li div.dropdown button.btn {
    line-height: 29px;
    }

    .brand_wrapper { padding-left: 20px; }

    .breadcrumb {
      margin-bottom: 0px !important;
    }
	
	.ptpb { 
		padding-left:0px;
	}	

}



@media only screen and (max-width: 992px) {
    .header .overlay.active {
      display: block;
      opacity: 1;
      visibility: visible;
    }
    .header .navbar {
      position: fixed;
      top: 0;
      right: -100%;
      width: 75%;
      height: 100%;
      z-index: 999;
      opacity: 0;
      overflow-y: auto;
      visibility: hidden;
      background: var(--color-white);
      -webkit-box-shadow: var(--shadow-medium);
      box-shadow: var(--shadow-medium);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    .header .navbar.active {
      right: 0rem;
      opacity: 1;
      visibility: visible;
    }
    .header .menu {
      width: 100%;
      height: auto;
      margin: 1rem 0;
    }
    .header .menu > .menu-item {
      display: block;
      margin: 0;
    }
    .header .menu > .menu-item-child > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .header .menu > .menu-item > a {
      padding: 0.625rem 1.25rem;
      color: #ffffff;
    }

    .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
      background-color: transparent;
    }

    .header .menu > .menu-item-child.active > a .expand:after {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu > .menu-item > a .expand::after {
      -webkit-transform: translate(-50%, -50%) rotate(-90deg); 
      transform: translate(-50%, -50%) rotate(0deg);
      background: url(../images/Down_icon_primary.svg) no-repeat left top;
      width: 9px;
      height: 7px;
    }

    .header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a .expand::after {
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(0deg);
      background: url(../images/Down_icon_primary.svg) no-repeat left top;
      width: 9px;
      height: 7px;
    }

    .header .menu > .menu-item > .sub-menu {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
     /* max-height: 0;*/
      padding: 0px;
      border: none;
      outline: none;
      opacity: 1;
      overflow: hidden;
      visibility: visible;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }

    .header .menu > .menu-item > .sub-menu > .menu-item > a {
      padding: 0.25rem 2rem;
      color: var(--color-black);
    }

    .header .burger {
      display: block;
      opacity: 1;
      visibility: visible;
    }

}


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

* {
  box-sizing: border-box;
}

/* sub-menu column-count-4 starts */
.header .menu > .menu-item > .sub-menu.column-count-4 .menu-item-child a[href="#"] {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    justify-content: start;
	padding: 0px 0px 10px 0px;
}

.header .menu > .menu-item > .sub-menu.column-count-4 ul li a {
  color: #000000 !important;
  line-height: 35px;
  text-decoration: none;
} 

.header .menu > .menu-item > .sub-menu.column-count-4 .column-row {
  display: flex;
  width: 100%;
}

.header .menu > .menu-item > .sub-menu.column-count-4 .column-row ul:last-child {
  border-right: none;
}
/* sub-menu column-count-4 end */

.header .navbar { padding: 0px; }
.top-nav { 
  z-index: 1;
}
  
.top-nav ul { 
  display:flex; 
  justify-content: flex-end; 
  padding-right: 20px; 
}

.top-nav ul li {
  margin: 15px 2px 0 2px;
}

.top-nav ul li:empty { display: none; }

.top-nav ul li div.dropdown button.btn {
text-align: left;
letter-spacing: 0px;
color: #040404;
opacity: 1;
font-size: 14px;
padding-bottom: 23px;
font-weight: normal;
box-sizing: border-box;
height: 48px;
border: transparent !important;
}

.top-nav ul li div.dropdown button.btn strong {
  font-weight: 600;
}

.top-nav ul li div.dropdown div.dp-link a {
text-align: left;
font-size: 13px;
letter-spacing: 0px;
color: #000000;
opacity: 1;
padding: 0.375rem 0.75rem;
font-weight: 600;
}

.top-nav ul li div.dropdown div.dp-link {
  margin-top: -25px;
  margin-left: 28px;
}

.top-nav .hrs_Icon {
  background-image: url(../images/Hrs_Icon.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 8px 13px;
  box-sizing: border-box;
  border-bottom: 1px solid #88D9F5;
}

.top-nav .hrs_Icon:nth-last-of-type(1) {
    border-bottom: none;
}

.top-nav .hrs_Icon p:first-child {
  margin-top: 5px;
}

.top-nav .btn-primary {
  color: #000000;
  background-color: #00A8E2 !important;
}

.top-nav .btn-primary:hover {
  border-color: #00A8E2 !important;
}

.top-nav ul div.dropdown-menu {
  width: 100%;
}

.top-nav button.schedule {
  min-width: 281px;
  padding-left: 40px;
  box-sizing: border-box;
}

.top-nav .dropdown-menu.show {
  border-top: 1px solid #88D9F5 !important;
  padding: 0 !important;
}

.top-nav .dropdown-menu.show p {
  margin-bottom: 0px;
}

.top-nav .dropdown-menu {
  margin: 0 0;
  border: none !important;
}


.top-nav .dropdown-menu.ask_list_item.show p {
  padding: 12px 0px 12px 42px;
  border-bottom: 1px solid #88D9F5;
}

.top-nav button.ask-Us {
  min-width: 193px;
  box-sizing: border-box;
  background-image: url(../images/Ask_Icon.svg);
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: 12px center;
  box-sizing: border-box;  
  line-height: 34px !important;
}

.top-nav button.ask-Us.dropdown-toggle::after {
  margin-left: 5rem;
}

p.dropdown-item.library-hours {
  box-sizing: border-box;
  background-image: url(../images/Hrs_Icon.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 12px center;
}

p.dropdown-item.library-hours [href="javascript:void(0);"]:hover, p.dropdown-item.library-hours [href="javascript:void(0);"]:focus {
	text-decoration:none !important;
	cursor: default;
}

p.dropdown-item.tel-contact {
  box-sizing: border-box;
  background-image: url(../images/Phone_Icon_dp.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 12px center; 
}

p.dropdown-item.rap-calendar {
  box-sizing: border-box;
  background-image: url(../images/Calender_icon.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 12px center; 
}

p.dropdown-item.email-librarian {
  box-sizing: border-box;
  background-image: url(../images/Mail_icon.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 12px center;  
}

p.dropdown-item.message-lib {
  box-sizing: border-box;
  background-image: url(../images/Mass_Icon.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 12px center;   
}

p.dropdown-item:last-child  {
  box-sizing: border-box;
  padding-left: 35px; 
  background: #491276 url(../images/Chat_Icon.svg) no-repeat 12px center; 
  border-bottom: none !important;
  padding: 8px 42px !important;
  width: 160px;
  margin: 10px auto 10px auto !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  opacity: 1; 
  text-align: center;
}

p.dropdown-item:last-child:hover {
  background-color: #491276 !important;
}


p.dropdown-item:last-child a {
  color: #ffffff;
}

.top-nav .btn-primary:not(:disabled):not(.disabled).active, .top-nav .btn-primary:not(:disabled):not(.disabled):active, .top-nav .show>.btn-primary.dropdown-toggle {
  color: #000000 !important;
}

.top-nav .dropdown-item {
  text-align: left;
  letter-spacing: 0px;
  color: #040404 !important;
  font-size: 14px;
  margin-bottom: 0px;
}

.top-nav .dropdown-item a {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.top-nav .dropdown-item a:hover, .top-nav .dropdown-item a:focus {
  text-decoration: underline;
}


.top-nav .dropdown-menu.show {
  display: block;
  background-color: #00A8E2;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);	
}

.top-nav .btn-primary:focus {
  border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

.top-nav .btn-primary:focus {
  border-bottom-left-radius: 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b !important;
  background-color: #88D9F5 !important;
}

.dropdown-item.hrs_Icon:focus, .dropdown-item.hrs_Icon:hover {
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  }

  .top-nav .dropdown-menu.show .dropdown-item.hrs_Icon a {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 0.375rem 0rem;
    /* padding: 0.375rem 0.75rem; */
    font-weight: 600;
  }



.top-nav .btn.focus, .top-nav .btn:focus, .top-nav .btn-primary.focus, .top-nav .btn-primary:focus  {
  outline: 0 !important;
  box-shadow: none !important;
}

.container-fluid {
  width: 100%;
}

.banner_sm { 
    margin-bottom: 0px;
    margin-top: 0%;
    text-align: center;
    display: flex;
    justify-content: center;
 }
.banner_sm img {
    max-height: 470px;
    width: 100%;
}

/*footer starts */
.footer {
background: #491276 0% 0% no-repeat padding-box;
opacity: 1;
padding-top: 70px;
}

.ourclients {
  display: flex;
}

.footer ul li, .footer-menu-item, .footer-menu-item li, .footer-menu-item li a {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  font-family: 'hurme_geometric_sans_1regular';
  font-size: 14px;
  color:rgba(255,255,255,0.9)
}

.footer-menu-item li {
margin-bottom: 10px;
}

.footer-menu-item h5 {
  font-size: 13px;
  font-weight: 600;
  color:rgba(255,255,255,1.0)
}

.footer div.address {
    padding-right: 0px;
}

.footer div.address .btn-truman a {
  background-color: #85714D;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 600;
}

.footer div.address .btn-truman a:hover {
  background-color: #ad9871;
}

.footer div.address li.contact-us {
  margin-left: 3rem;
  padding: 20px 0px;
}

.footer div.address li.contact-us a {
  color:rgba(255,255,255,0.9);
  text-decoration: underline;
}

.footer div.address ul li {
  margin-bottom: 7px;
}

.footer div.address ul li.phonenk, .footer div.address ul li.phonenk a {
	color: #ffffff !important;
}

.footer div.social-media {
text-align: center;
padding-top: 15px;
}

.footer div.social-media ul {
  display: flex;
  justify-content: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
}

.footer div.social-media ul li {
  margin: 5px;
}

.social-media ul li:hover {
    background: #00A8E2;
    border-radius: 50%;
  }
  
.footer div.social-media p {
  color:rgba(255,255,255,0.9);
  text-align: center;
}

@media screen and (min-width: 800px) {
    .top-nav button.schedule {
         min-width: 300px;
    }

    .dropdown-toggle::after {
      margin-left: 1.255em;
   }
  .top-nav .hrs_Icon { padding-left: 40px; }
}


@media only screen and (max-width: 1145px) {
    .ourclients {
        flex-wrap: wrap;
    }
    .footer div.address li.contact-us {
      margin-left: 2rem;
    }

}


@media only screen and (max-width: 800px) {
    .footer div.address li.contact-us {
      margin-left: 1.5rem;
    }

    /* sub-menu column-count-4 starts */
    .sub-menu.column-count-4 {     
      background: #00A8E2 !important;
      }

      .header .menu > .menu-item > .sub-menu.column-count-4 .column-row {
        flex-direction: column;
    }   

    .header .menu > .menu-item > .sub-menu.column-count-4 .column-row ul.col-sm-3 {
      padding-left: 20px;
      padding-top: 15px;
      max-width: 100%;
    }

    .header .menu > .menu-item > .sub-menu.column-count-4 .column-row ul.col-sm-3 li {
      justify-content: start;
    }

    .header .menu > .menu-item > .sub-menu.column-count-4 .column-row ul:last-child {
      padding-bottom: 25px;
   }

    .header .menu > .menu-item > .sub-menu.column-count-4 .column-row ul.col-sm-3 li.menu-item a {
        line-height: 28px;
    }


  .sub-menu.column-count-4 li.menu-item-child {
       padding: 0.625rem 2rem;
  }
  .sub-menu.column-count-4 ul.sub-menu li {
      justify-content: flex-start !important;
  }
  .sub-menu.column-count-4 li.col-sm-3 {
      min-width: 100% !important;
  }

   /* sub-menu column-count-4 end */

}


@media only screen and (max-width: 668px) {
  .footer div.address .btn-truman a {
      padding: 12px 20px;
  }
  .ourclients {
      padding: 5px 0px 15px 0px;
  }

}

  /*footer end */
  

/* Responsive Media Queries */

@media screen and (max-width: 989px) and (min-width: 801px) {
	.top-nav ul {
		padding-right: 0px !important;
	}

	.top-nav ul li {
		margin: 0px 0px 8px 5px;
	}
}


@media screen and (max-width: 801px) and (min-width: 601px) {
	.top-nav ul {
		padding-right: 17px !important;
	}
	
	.top-nav ul li {
		margin: 0px 0px 8px 5px;
	}	
	
}


@media screen and (max-width: 900px) and (min-width: 600px) {

    .header .burger {
      right: 20px;
    }
	
	.footer div.address .btn-truman a {
		padding: 10px 10px !important;
	}
}


@media only screen and (max-width: 989px) {

    .header { position: sticky;  }

    .header .menu > .menu-item {
      flex-direction: column;
    } 

    .header .menu > .menu-item > a {
      padding: 0.625rem 1.25rem;
      color: hsl(0deg 0% 100%);
    }

    .header .menu > .menu-item > .sub-menu > .menu-item {
      display: block;
      background: #00A8E2 0% 0% no-repeat padding-box;
      opacity: 1;
      margin-left: 0px;
   }

    .header .menu > .menu-item:hover > a {
    letter-spacing: 0px;
    color: #000000;
    text-decoration: none;
    background-color: #00A8E2;
    font-weight: bold;
    }

    .navbar {
    justify-content: space-between;
    } 

    .navbar {
    display: initial !important;
    justify-content: flex-start !important;
    } 

    .header .navbar {
    background: #491276 0% 0% no-repeat padding-box;
    opacity: 1;
    }  

    .close-btn {
    justify-content: right;
    width: 100%;
    display: flex;
    padding: 20px 20px;
    }

    .header .nav_order li:nth-child(1) { order: 2; }
    .header .nav_order li:nth-child(2) { order: 1; }
    ul.nav_order {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 100%;
      height: auto;
      margin-bottom: 0px;
    }

    .header .nav_order li:nth-child(1), .header .nav_order li:nth-child(2) {
      width: 100%;
      display: flex;
      justify-content: flex-end;
    }

    .header .nav_order li:nth-child(1) {
      order: 2;
    }

    .header .nav_order li:nth-child(2) {
      order: 1;
    }

    .top-nav ul { 
    margin: 0px !important;
    display: flex;
    flex-flow: row-reverse !important;
    }

    .top-nav ul li {
    margin: 0;
    }

    .header .wrapper {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    gap: 0 !important;
    box-shadow: none !important;
    }

   .header {
     position: sticky;
     background-color: #fff;
     -webkit-box-shadow: 0px 3px 6px 0px #00000029;
     -moz-box-shadow: 0px 3px 6px 0px #00000029;
     box-shadow: 0px 3px 6px 0px #00000029;
   }
   
    .header .burger {
    right: 20px;
    position: absolute;
    top: 30%;
    } 

    .header .menu > .menu-item > a {
    width: 100%;
    }  

    .header .menu > .menu-item > .sub-menu > .menu-item {
    width: 100%;
    } 

    .col-container {
    min-width: auto;
    max-width: 45%;
    }

    .titlebar-title {
       padding-top: 0;
    }

}


@media screen and (max-width: 900px) and (min-width: 768px) {
    ul.nav_order {
    padding-right: 5px;
    }
}


@media screen and (max-width: 668px) and (min-width: 666px) { 
    .header .nav_order li:nth-child(1) div.dropdown button.btn, .header .nav_order li:nth-child(1) .dropdown-menu.show {
        min-width: max-content;
    }

}


@media screen and (max-width: 800px) and (min-width: 667px) {
    .top-nav {
      z-index: 1;
     /* margin-top: -3.5rem;*/
      margin-bottom: 12px;
      margin-right: -1.6rem;
    }

    .header .nav_order .top-nav ul li:nth-child(2) {
        order: 1;
        margin-left: 12px;
    }

}


@media screen and (max-width: 668px) and (min-width: 666px){
	/*
    .top-nav {
      margin-top: -2rem !important;
    }*/
    .brand_wrapper .custom-logo-link img.custom-logo {
      width: 80% !important;
    }
}

@media screen and (max-width: 737px) and (min-width: 667px) {
	.brand_wrapper {
		margin-left: -25px;
	}
}

@media only screen and (max-width: 736px) {
    .navbar {
      align-items: self-start;
    }

    .nav_tab_wrapper .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

    .container, .container-sm {
    max-width: 95% !important;
    }

    .top-nav ul { padding: 0px; }

}



@media only screen and (max-width: 600px) {
    .header .burger {
      right: 20px;
    }

    .breadcrumb { display: none !important; }

    .container, .container-sm {
      max-width: inherit !important;
  }

  .header {
      padding-bottom: 10px;
  }
	
	.elementor-widget-tabs .elementor-tabs-wrapper {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
	}
	
	div#elementor-tab-content-2131 {
		margin: 0 auto !important;
	}
	
	div#elementor-tab-content-2501 {
		padding-right: 0;
	}
	
	.elementor-tabs .elementor-tab-content, .elementor-tabs .elementor-tab-title {
		width: 100%;
	}
	
	.tablepress td, .tablepress th {
   		 padding: 8px !important;
     }

	#nf-field-44 .nf-field-element ul {
		display: block;
	}
    
}


@media screen and (max-width: 989px) and (min-width: 801px) {
	.header .nav_order li:nth-child(1) { margin-right: 12px !important; }
		ul.nav_order { margin-bottom: 15px;	}
}

@media screen and (max-width: 667px) and (min-width: 498px) {
	.top-nav button.schedule, .top-nav .hrs_Icon { padding-left: 27px !important;}
	.header .nav_order li:nth-child(1) { margin-right: 12px !important; }
	.top-nav button.schedule { padding-left: 24px !important; }
	.top-nav button.ask-Us.dropdown-toggle::after {
		margin-left: 2.5rem;
	}
	.top-nav button.ask-Us {
		min-width: 100%;
	}
	ul.nav_order {
		margin-bottom: 15px;
	}
	
	.top-nav .hrs_Icon {
		background-position: 8px 10px !important;
		background-size: 5% !important;
	}
	.top-nav button.ask-Us {
		background-size: 10% !important;
	}	
	
}


@media screen and (max-width: 497px) and (min-width: 482px) {
	.top-nav button.schedule, .top-nav .hrs_Icon { padding-left: 27px !important;}
	.header .nav_order li:nth-child(1) { margin-right: 12px !important; }
	.top-nav button.schedule { padding-left: 24px !important; }
	.top-nav button.ask-Us.dropdown-toggle::after {
		margin-left: 2.5rem;
	}
	.top-nav button.ask-Us {
		min-width: 90%;
	}
}



@media screen and (max-width: 469px) and (min-width: 416px) {
	.top-nav button.schedule, .top-nav .hrs_Icon { padding-left: 27px !important;}
	.header .nav_order li:nth-child(1) { margin-right: 12px !important; }
	.top-nav button.schedule { padding-left: 24px !important; }
	.top-nav button.ask-Us.dropdown-toggle::after {
		margin-left: 2.5rem;
	}
	.top-nav button.ask-Us {
		min-width: 90% !important;
	}
	
	.top-nav button.ask-Us.dropdown-toggle::after {
		margin-left: 1rem !important;
	}
	
}


@media only screen and (max-width: 600px) {
	.dropdown-toggle::after {
		right: 4%;
		position: absolute;
		top: 50%;
		font-size:1rem;
	}
	
	.top-nav button.ask-Us.dropdown-toggle::after {
		right: 7%;
		font-size:1rem;
	}	
}


@media screen and (max-width: 600px) and (min-width: 375px) {
	button.btn.btn-primary.dropdown-toggle.ask-Us {
		min-width: 130px;
	}	
	
	.top-nav ul li div.dropdown div.dp-link {
		margin-left: 17.5%;
	}
	
    .top-nav .hrs_Icon {
    background-position: 8px center;
    background-size: 7%;
    }	
	
	.top-nav ul li div.dropdown button.btn {
		padding-bottom: 20px;
	}	
}


@media only screen and (max-width: 481px) {
	
	.top-nav {
		width: 100%;
	}

	.top-nav button.ask-Us.dropdown-toggle::after {
		margin-left: 4rem;
	}
	
	.top-nav button.ask-Us {
		min-width: 100%;
	}
	
	/*
    .top-nav .hrs_Icon {
    background-position: 8px 12px;
    background-size: 6%;
    }*/

    .top-nav button.ask-Us {
    background-size: 10%;
    }

    .top-nav .dropdown-item {
    font-size: 13px;
    }

    .top-nav ul li div.dropdown button.btn {
    font-size: 13px;
    }

    .header .nav_order li:nth-child(1), .header .nav_order li:nth-child(2) {
    justify-content: space-around;
    }
    .top-nav button.schedule {
    min-width: 250px;
    }

    .header .nav_order li:nth-child(1) {
    /*margin-right: 10px;*/
		margin-right: 0px;
    }

    .top-nav button.schedule, .top-nav .hrs_Icon  {
    padding-left: 30px;
    }

    .top-nav ul li div.dropdown div.dp-link a {
    /*padding: 0.375rem 0.5rem;*/
	  padding:0px;
    }

    .nav_tab_wrapper {
    margin-top: 15%;
    }  
    .tab button {
      margin: 5px 5px;
    }

    form.search input[type=text] {
    width: 75%;
    }

    form.search button {
    width: 25%;
    }

    form.search button:hover {
      background: #88D9F5 !important;
  }

    .dropdown-item {
    white-space: initial !important;
    }

    .banner_sm {  margin-top: 31%;  }

    .brand img {
    padding: 10px 10px 0px 0px;
    }

    .brand { margin: 0px; padding: 0px; }   

    .breadcrumb a:link { display: flex; }
    .breadcrumb ul > li > a > i.fa-caret-right { margin-top: 5px; }
    .titlebar-title { font-size: 28px; }  

}




@media screen and (max-width: 416px) and (min-width: 410px) {
	.top-nav button.schedule, .top-nav .hrs_Icon { padding-left: 27px !important;}
	.header .nav_order li:nth-child(1) { margin-right: 4px !important; }
	.top-nav button.schedule { padding-left: 32px !important; }
	.header .nav_order li:nth-child(1) { margin-right: 4px !important; }
    .top-nav button.schedule {
    min-width: 220px;
    }	
	

	
}


@media only screen and (max-width: 415px) {
    .top-nav ul li div.dropdown button.btn {
    font-size: 11px;
    }

	/*
    .top-nav button.schedule {
    min-width: 200px;
    }
*/
    .top-nav ul li div.dropdown button.btn, .top-nav .dropdown-item {
    font-size: 11px;
    }

    .top-nav ul li div.dropdown div.dp-link a, .top-nav .dropdown-item a {
    font-size: 12px;
    }

}


@media only screen and (max-width: 390px) {
    .top-nav button.ask-Us.dropdown-toggle::after {
      margin-left: 1rem;
    }

	  .banner_sm {
	  margin-top: 40%;
	  }  

	/*
  .dropdown-menu.ask_list_item.show {
    position: absolute;
    transform: translate3d(-30px, 48px, 0px) !important;
  }
*/
    p.dropdown-item.chat-now {
      width: 90%;
    }

    .top-nav .hrs_Icon p:first-child strong {
      display: block;
    }

    .top-nav .dropdown-menu.show .dropdown-item.hrs_Icon a, .top-nav ul li div.dropdown div.dp-link a {
      text-align: left;
      padding-left: 0px !important;
    }

    .dropdown-menu { min-width: 8.9rem;}

    p.dropdown-item:last-child {
        width: 90%;
        padding: 8px 0px 8px 49px !important;
    }
    
	/*
    .top-nav ul li:nth-child(3) .dropdown-menu.show {
        transform: translate3d(-30px, 48px, 0px) !important;
    }
	*/
	
	.top-nav ul div.dropdown-menu {
		width: 90%;
	}

}


@media screen and (max-width: 374px) and (min-width: 320px) {
	.top-nav ul {
		flex-wrap: wrap-reverse !important;
	}
	
	.top-nav button.schedule {
		min-width: 100% !important;
		width:100%!important;
		max-width:100% !important;
	}
	
	.top-nav ul li div.dropdown {
		width: 100% !important;
	}	
	
	.top-nav ul div.dropdown-menu {
		width: 100%;
	}	
	
	.dropdown-toggle::after {
    /* margin-left: 25%;*/
	margin:0px;
    right: 5% !important;
    position: absolute !important;
    top: 50% !important;
	}
	
	.top-nav ul li {
		width: 100%;
		margin-top: 5px;
	}
	
	.top-nav button.ask-Us.dropdown-toggle::after {
		margin-left: 80%;
	}	
	
	.top-nav ul li:nth-child(3) .dropdown-menu.show {
		transform: translate3d(0px, 0px, 0px);
	}
	.top-nav button.ask-Us {
		background-size: 6%;
	}	
	
	.top-nav button.schedule, .top-nav .hrs_Icon {
		padding-left: 11%;
	}
	.top-nav ul li div.dropdown div.dp-link {
		margin-left: 11%;
	}	
		
}


@media screen and (max-width: 409px) and (min-width: 374px) {
		.top-nav button.schedule {
			min-width: 220px !important;
		}

		.top-nav button.ask-Us {
			width: 100% !important;
		}

		.top-nav button.ask-Us.dropdown-toggle::after {
			margin-left: 1.5rem !important;
		}

		.top-nav ul li div.dropdown button.btn {
			-ms-transform: rotate(0deg) scale(0.9);
			-webkit-transform: rotate(0deg) scale(0.9);
			transform: rotate(0deg) scale(0.9);
		}
	
	/*
	   .top-nav button.ask-Us {
		min-width: 140px;
	    } */
	
	.dropdown-item {
		width: 100% !important;
		padding: 0.25rem 1.5rem !important;
	}
	
	.top-nav ul li .dropdown { position:relative; }
	.top-nav ul li div.dropdown div.dp-link {
    position: absolute;
    top: 90%;
   }
	
	.dropdown-menu.ask_list_item.show .dropdown-item {
    padding: 0.5rem 0.5rem 0.5rem 2.5rem !important;
   }
	
	p.dropdown-item:last-child {
    width: 80% !important;
    margin-left: 7% !important;
   }

	
}




 /* CSS specific to iOS devices */ 
 @supports (-webkit-touch-callout: none) {
 
  @media only screen and (max-width: 390px) {
    .dropdown-menu { min-width: 8.9rem;}
  
    p.dropdown-item:last-child {
      width: 90%;
      padding: 8px 0px 8px 49px !important;
    }
  
    .top-nav ul li:nth-child(3) .dropdown-menu.show {
      transform: translate3d(-30px, 48px, 0px) !important;
    }
  }

}




/* CSS specific to iOS devices */ 
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	  
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {   

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {  

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}



@supports (-webkit-touch-callout: none) {

}

@supports not (-webkit-touch-callout: none) {

}


/* -------------------zoom ---------------------------------------- */
/*  @media only screen and (max-width: 989px) {
	ul.nav_order {
		margin-top: -5%;
		margin-bottom: 7px;
	}
	.header .nav_order li:nth-child(1) {
		margin-right: 10px;
	}
	
a.brand img {
	width: 80%;
	height: auto;
}	

.top-nav ul {
	padding-right: 0px;
}	


ul.nav_order {
	padding-right: 0px;
}	
	
	
}

*/

.search-results-wrapper ul.table-header li > a {
    display: flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    border: none;
    outline: none;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: #fff;
}
.close-btn img {
    cursor: pointer;
}
