.panel-title > a {
  position: relative;
  display: block;
  padding-right: 25px;
}
.panel-title > a:before {
  font-family: "bootstrap-icons", sans-serif;
  content: "\f2ea";
  font-weight: 700 !important;
  position: absolute;
  right: 0px;
  font-size: 20px;
  display: block !important;
}
.panel-title > a.collapsed:before {
  content: "\f64d";
  position: absolute;
}

#progressbar li,
.client_heading ul,
.foot_nav ul li,
.foot_social ul li,
.inet_events ul,
.inet_footer ul,
.l_highlights ul,
.location_com .ss_body ul,
.location_heading ul,
.location_rooms ul,
.location_searchresult_neww ul,
.nbs-flexisel-ul,
.new_intranet li,
.services_chsub ul,
.services_heading ul,
.ss_main ul,
.who_weare_text .service_ch_newsub ul,
ul.intra_orderhover {
  list-style-type: none;
}

.inputfile + label,
.inputfile-6 + label span {
  text-overflow: ellipsis;
  white-space: nowrap;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}
a,
body {
  font-size: 14px;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
select {
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: #f6f6f6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontFamily);
}
.slide-text h1,
a,
input,
p,
select {
  font-family: var(--fontFamily);
}
a {
  letter-spacing: 1px;
}
input,
p,
select {
  font-weight: 400;
}
/* #navbar-main {
  &affixed-topbackground: #000;
}
&.affix {
  top: 0;
  left: 0;
  right: 0;
}
&.affix-bottom {
  background: #000000;
} */
.paddingtop {
  padding-top: 10px;
}
.notoppadding {
  padding-top: 0 !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0;
}
.location_btn {
  display: block;
  width: 250px;
  margin: auto auto 10px;
  background: 0 0;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 0;
}
.location_btn:active,
.location_btn:focus,
.location_btn:hover {
  background: #000000;
  color: #fff;
  transition: all 0.5s;
}
header {
  background: #f6f6f6;
  width: 100%;
  overflow: hidden;
}
header.header {
  border-bottom: 2px solid #949494;
}
header .navbar {
  border-width: 0;
  margin: 0;
  padding: 0;
}
header .navbar-brand {
  width: 250px;
  height: auto;
  padding: 0 15px;
  margin-left: 50px;
}
header .navbar-brand img {
  width: 100%;
}
.navbar-right .fa {
  font-size: 25px;
}
.navbar-right .fa-lock {
  font-size: 14px;
  position: relative;
  top: 1px;
  padding: 0 5px 0 0;
}
.navbar-default .navbar-nav.navbar-right > li > a {
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 7px 15px 14px;
}
.navbar-default .navbar-nav.navbar-right .login {
  border: 2px solid #777;
  margin: 34px 15px 0;
  font-size: 11px;
  font-weight: 600;
  padding: 0 5px;
  letter-spacing: 1px;
}
.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: 700;
}
.navbar-default .navbar-nav .dd_booknow {
  background: #000000;
  margin: 0 10px;
  padding: 5px 15px 3px 10px;
}
.navbar-default .navbar-nav .dd_booknow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding-bottom: 50%;
  width: 57.7%;
  z-index: 9;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg) skewX(30deg);
  -ms-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(-30deg) skewX(30deg);
}
.navbar-default .navbar-nav .dd_booknow .login-dp {
  margin-top: -1px;
  min-width: 400px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: #fff;
}
.navbar-default .navbar-nav .dd_booknow .login-dp h1 {
  text-align: center;
  margin: 10px 0 25px;
  padding: 0;
  color: #656363;
  font-size: 33px;
}
.navbar-default .navbar-nav .dd_booknow .login-dp h1 > .fa {
  font-size: 33px;
  padding: 0 10px;
}
.navbar-default .navbar-nav .dd_booknow .login-dp .form-group {
  margin-bottom: 20px;
}
.navbar-default .navbar-nav .dd_booknow .login-dp .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0 solid #ccc;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.toggleCaption,
.toggleHeading {
  -moz-transition: none !important;
  transition: none;
}
.navbar-default .navbar-nav.navbar-right .dd_booknow a {
  letter-spacing: 0;
  padding: 10px 10px 5px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  z-index: 99999;
}
.dd_booknow .caret {
  display: inherit;
  width: 100%;
  border: 0;
  height: 100%;
  line-height: 15px;
}
.main_navv22 .dropdown-menu:after,
.navbar-default .navbar-nav > li.dropdown:hover > a:after {
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
}
.dd_booknow .caret .fa {
  font-size: 15px;
}
.navbar-default .navbar-nav .dd_booknow.open > a,
.navbar-default .navbar-nav .dd_booknow.open > a:focus,
.navbar-default .navbar-nav .dd_booknow.open > a:hover {
  color: #555;
  background-color: #fff;
}
.main_navv22 .dropdown-toggle .caret {
  display: none;
}
.main_navv22 .dropdown-menu > li > a {
  padding: 0 0 0 5px;
}
header .navbar-default .navbar-toggle {
  border-color: #ddd;
  margin-top: 20px;
  background-color: #fff;
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #f6f6f6;
}
.main_navv22 .dropdown-menu {
  min-width: 300px;
  padding: 0 0 15px;
  overflow: hidden;
  margin-top: 6px;
  border: 0;
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 99999999;
}
.main_navv22 .dropdown-menu > li > a:focus,
.main_navv22 .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #fff;
}
.main_navv22 .dropdown-menu li {
  padding: 15px;
}
.main_navv22 .dropdown-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  width: 0;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ccc;
  border-width: 30px;
  margin-left: -30px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border: none;
  border-radius: 0;
}
.nav-list > li {
  padding: 20px 15px 15px;
}
.nav-list > li:last-child {
  border-right: 0 solid #eee;
}
.nav-list > li > a:hover {
  text-decoration: none;
}
.nav-list > li > a > span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.login-dp .btn-block {
  display: block;
  width: 40%;
  margin: auto;
  background: 0 0;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
}
.dropdown-menu {
  overflow: hidden;
  margin-top: 6px;
}
.login-dp .help-block {
  font-size: 12px;
}
.login-dp .bottom {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}
.login-dp .social-buttons {
  margin: 12px 0;
}
.login-dp .social-buttons a {
  width: 49%;
}
.login-dp .form-group {
  margin-bottom: 10px;
}
.btn-fb {
  color: #fff;
  background-color: #3b5998;
}
.btn-fb:hover {
  color: #fff;
  background-color: #496ebc;
}
.btn-tw {
  color: #fff;
  background-color: #55acee;
}
.btn-tw:hover {
  color: #fff;
  background-color: #59b5fa;
}

.navbar-login {
  width: 305px;
  padding: 10px 10px 0;
}
.navbar-login-session {
  padding: 0 10px;
}
.icon-size {
  font-size: 87px;
}
.navbar-nav.main_navv22 {
  display: inline-block;
  text-align: center;
  float: none;
  margin-bottom: -10px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #00486c;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #334f6f;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #428bca;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  line-height: 20px;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 35px 7px 25px 14px;
}
.navbar-default .navbar-nav > li.dropdown:hover > a:after {
  bottom: 0;
  border: solid transparent;
  width: 0;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 20px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.172549) 0 6px 12px;
}
.nav-list > li {
  border-left: 0;
}
.nav-list {
  border-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #000;
  cursor: default;
  background-color: #fff;
  border: 1px solid #000;
}
.nav-justified > li > a {
  border-radius: 0;
}
.nav-pills > li[data-slide-to="0"].active a {
  background-color: #16a085;
}
.nav-pills > li[data-slide-to="1"].active a {
  background-color: #e67e22;
}
.nav-pills > li[data-slide-to="2"].active a {
  background-color: #2980b9;
}
.nav-pills > li[data-slide-to="3"].active a {
  background-color: #8e44ad;
}
.dropdown-menu > li.kopie > a {
  padding-left: 5px;
}
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover {
  text-decoration: underline;
}
.banner_bottom .bb_text a:focus,
.banner_bottom .bb_text a:hover,
.client_heading ul li a:focus,
.client_heading ul li a:hover,
.contactus_page .contact-us .login_forget a:focus,
.contactus_page .contact-us .login_forget a:hover,
.foot_nav ul li a:hover,
.l_address .panel-title > a:active,
.l_address .panel-title > a:focus,
.l_address .panel-title > a:hover,
.l_highlights ul li .flat_num22:focus,
.l_highlights ul li .flat_num22:hover,
.l_highlights ul li .flat_num:focus,
.l_highlights ul li .flat_num:hover,
.l_highlights ul li a:hover,
.loadmore a:focus,
.loadmore a:hover,
.location_com .ss_body ul li a:focus,
.location_com .ss_body ul li a:hover,
.location_heading ul li a:focus,
.location_heading ul li a:hover,
.location_rooms ul li a:focus,
.location_rooms ul li a:hover,
.location_searchresult_neww ul li a:hover,
.savesearch .form-group a:focus,
.savesearch .form-group a:hover,
.services_heading ul li a:focus,
.services_heading ul li a:hover,
.slide-text a.btn-primary,
.ss_main ul li a:focus,
.ss_main ul li a:hover {
  text-decoration: none;
}
.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 10px;
}
.slider_section .carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 9px;
}
.toggleHeading {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}
.toggleCaption {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
}
.item .slide_style_center,
.item .slide_style_left,
.item .slide_style_right {
  text-align: center;
}
.item .slide_text_second {
  margin-left: 0;
}
.item .slide_text_third {
  margin: auto;
  width: 55%;
}
.slide-text {
  left: 0;
  top: 20%;
  right: 0;
  width: 65%;
  margin: auto 0 auto auto;
  position: absolute;
  text-align: left;
  padding: 10px 200px;
}
.banner_text .slide_style_left,
.contactus_page h1,
.slide-text h1,
.slide-text h2,
.who_weare .slide_style_right p,
.who_weare_text,
.who_weare_text a.btn {
  text-align: center;
}
.slide-text h1,
.slide-text h2 {
  color: #f3f3f3;
  font-style: normal;
  display: inline-block;
}
.slide-text.slide-text2 {
  width: 55%;
}
.homepage_slider .slide-text {
  padding: 10px 50px;
}
.slide-text.slide-text2 h1 {
  margin: 5px 0 10px;
}
.slide-text h1 {
  padding: 0;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px;
  letter-spacing: 0;
  text-shadow: 0 0 0;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  font-weight: 300;
}
.slide-text h2 {
  padding: 0;
  font-size: 29px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 0;
  letter-spacing: 1px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide-text h2 span,
.who_weare_text h2 span {
  color: #000000;
}
.slide-text p {
  padding: 0;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
  text-shadow: 0 0 0;
  letter-spacing: 0;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  font-family: var(--fontFamily);
}
.slide-text a.btn-default,
.slide-text a.btn-primary {
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
}
.who_weare .slide-text p {
  letter-spacing: 1px;
}
.slide-text a.btn-default {
  color: #000;
  font-size: 25px;
  margin-right: 10px;
  padding: 18px 50px;
  letter-spacing: 1px;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text .slide_style_right a.btn-default {
  background: 0 0;
  border: 2px solid #000000;
  color: #000000;
}
.slide-text .slide_style_right a.btn-default:hover {
  background: #000000;
  border: 2px solid #000000;
  color: #fff;
}
.slide-text .slide_style_left a.btn-default {
  background: 0 0;
  border: 2px solid #000000;
  color: #000000;
}
.slide-text .slide_style_left a.btn-default:hover {
  background: #000000;
  border: 2px solid #000000;
  color: #fff;
}
.slide-text .slide_style_center a.btn-default {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}
.slide-text .slide_style_center a.btn-default:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #000000;
}
.slide-text a.btn-primary {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  margin-left: 10px;
  padding: 17px 30px;
  letter-spacing: 1px;
  background: #00bfff;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.banner_bottom {
  margin: 0;
  background: #fff;
}
.banner_bottom.footer_top {
  background: #f6f6f6;
  border-top: 2px solid #000000;
}
.banner_bottom .bb_boder {
  border-right: 2px solid #000000;
}
.banner_bottom .bb_boder:last-child {
  border: 0;
}
.banner_bottom .bb_text .fa {
  font-size: 70px;
  float: left;
  height: 82px;
  margin: 0 35px 0 0;
}
.banner_bottom .foot_top .bb_text .fa {
  width: 95px;
  margin: auto;
  padding-top: 10px;
  font-size: 50px;
}
.banner_bottom img {
  display: inline-block;
  margin-right: 50px;
}
.banner_bottom .bb_text h1 {
  font-family: var(--fontFamily);
  font-size: 1.25rem;
  color: #000000;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-weight: 700;
}
.banner_bottom .bb_text p,
.who_weare_text h1 {
  font-family: var(--fontFamily);
}
.banner_bottom .bb_text p {
  font-size: 1.08rem;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #000000;
  line-height: 1.5;
  font-family: var(--fontFamily);
  font-weight: 500;
}
.banner_bottom .bb_text a {
  color: #007bff;
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 1.08rem;
}
footer {
  background: #f6f6f6;
  padding: 80px 0 15px;
  border-top: 2px solid #ccc;
}
footer .foot_rgt img {
  margin-bottom: 20px;
}
.foot_nav h1 {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
  font-weight: 700;
}
.foot_nav ul {
  margin: 0;
  padding: 0;
}
.foot_nav ul li {
  padding: 6px 0;
}
.foot_nav ul li a {
  color: #666;
  font-size: 16px;
  letter-spacing: 1px;
}
.foot_social ul {
  margin: 30px 0;
  padding: 0;
}
.foot_social ul li {
  padding: 10px 20px 0 0;
  display: inline-block;
}
.foot_social ul li .fa {
  color: #000000;
  font-size: 35px;
}
.footer_bottom {
  border-top: 1px solid #555;
  padding: 30px 0 20px;
}
.footer_bottom p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666;
}
.contactus_page {
  width: 50%;
  margin: 150px auto;
}
.contactus_page .contact-us {
  margin-bottom: 70px;
}
.contactus_page h1 {
  margin: 60px 0;
  letter-spacing: 2px;
  color: #616161;
  font-size: 40px;
}
.contactus_page h1 .fa {
  padding: 0 25px 0 0;
  font-size: 45px;
}
.contactus_page .contact-us .form-control {
  border: 0;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  font-size: 20px;
  padding: 20px 10px 25px;
}
.contactus_page .contact-us .form-control::-webkit-input-placeholder {
  color: #b8b8b8;
}
.contactus_page .contact-us .form-control:-ms-input-placeholder {
  color: #b8b8b8;
}
.contactus_page .contact-us .form-control::-moz-placeholder {
  color: #b8b8b8;
}
.contactus_page .contact-us .form-control:-moz-placeholder {
  color: #b8b8b8;
}
.contactus_page .contact-us .button {
  background: 0 0;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
  padding: 10px 60px;
  font-size: 20px;
  margin-top: 20px;
}
.contactus_page .contact-us .button:hover {
  background: #000000;
  color: #fff;
  transition: all 0.5s;
}
.contactus_page .contact-us .login_forget {
  margin-top: 20px;
}
.contactus_page .contact-us .login_forget a {
  color: #757474;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
}
.banner_text .slide-text {
  top: 10%;
}
.banner_text .slide_text_second {
  margin-left: 0;
}
.slide-text h1 span {
  color: #000000;
}
.who_weare_text {
  padding: 90px 0;
  background: #fff;
}
.who_weare .slide-text.slide-text3 {
  top: 5%;
  width: 58%;
}
.who_weare_text h1 {
  letter-spacing: 0;
  font-size: 37px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 600;
  color: #000000;
}
.who_weare_text p {
  font-size: 21px;
  margin-bottom: 30px;
  color: #1f1e1e;
  font-family: var(--fontFamily);
}
.who_weare_text a.btn {
  font-weight: 400;
  font-size: 25px;
  line-height: 15px;
  margin-right: 10px;
  padding: 18px 50px;
  background: 0 0;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 0;
}
.who_weare_text a.btn:hover {
  background: #000000;
  border: 2px solid #000000;
  color: #fff;
  transition: all 0.5s;
}
.who_weare .nov_mod .slide_style_right p {
  font-size: 20px;
}
.who_weare .nov_mod .slide_style_right h1 {
  font-size: 38px;
}
.location_search {
  margin: 30px 0 25px;
}
.location_search h1 {
  font-size: 21px;
  letter-spacing: 0;
  color: #716f6f;
  font-weight: 400;
  margin: 15px 0;
  text-align: left;
}
.l_highlights,
.location_searchresult .l_address {
  text-align: center;
}
.location_search select {
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  height: 55px;
  background: url(https://s3-us-west-1.amazonaws.com/suiteam-website/Website-Images/SuiteAmerica-Expand-Button.png)
    right no-repeat #fff;
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background-position-x: 95%;
  border-radius: 0;
  font-family: var(--fontFamily);
}
.location_heading h1,
.location_heading h2 {
  font-size: 50px;
  letter-spacing: 2px;
  margin: 0;
}
.location_searchbottom {
  border-bottom: 1px solid #000000;
}
.location_heading {
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.location_heading h2 {
  line-height: 1.5;
}
.location_searchbottom h3 {
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
}
.location_searchresult {
  padding: 0;
}
.ls_images {
  width: 270px;
  margin: auto;
  position: relative;
}
.location_searchresult img {
  max-height: 200px;
  margin: auto;
  width: 100%;
  height: 200px;
}
.fa-heart-o {
  position: absolute;
  bottom: 20px;
  right: 15px;
  font-size: 30px !important;
  color: #fff;
}
.location_searchbottom .panel {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
.location_search select,
.refine-search-block select {
  border-bottom: 0 !important;
}
.l_address h1 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000000;
  font-family: var(--fontFamily);
}
.l_address p {
  margin: 0;
  font-size: 1.35rem;
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 500;
}
.l_address h2 {
  margin-top: 30px;
  font-size: 22px;
  color: #000000;
  letter-spacing: 1px;
}
.l_highlights ul {
  margin: 0;
  padding: 0;
}
.l_highlights ul li {
  display: inline;
  padding: 0 3px;
  position: relative;
  top: 50px;
}
.l_highlights ul li a {
  font-size: 16px;
  color: #000000;
}
.l_highlights ul li a:hover {
  color: #000000;
}
.l_highlights ul li a .fa {
  font-size: 40px;
  color: #000000;
}
.l_highlights ul li a .fa:hover {
  color: #000000;
}
.l_highlights ul li a .fa-wheelchair {
  font-size: 26px;
  color: #fff;
  padding: 0;
  width: 40%;
  opacity: 1;
  margin: auto;
  top: -6px;
  position: relative;
}
.l_highlights ul li:hover .flat_num {
  color: #000000;
  border: 3px solid #000000;
}
.l_highlights ul li:hover .flat_num:before {
  border-top: 8px solid #000000;
}
.l_highlights ul li:hover .flat_num:after {
  border-top: 7px solid #f5f5f5;
}
.l_highlights ul li .flat_num {
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  background: #f5f5f5;
  border: 3px solid #000000;
  border-radius: 7px;
  position: relative;
  margin: 0;
  padding: 5px;
  top: -3px;
}
.l_highlights ul li .flat_num:after,
.l_highlights ul li .flat_num:before {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -7px;
}
.l_highlights ul li .flat_num:before {
  border-top: 8px solid #000000;
  margin-top: 3px;
}
.l_highlights ul li .flat_num:after {
  border-top: 7px solid #f5f5f5;
  margin-top: 0;
  z-index: 1;
}
.l_highlights ul li .flat_num22 {
  font-size: 29px;
  border: 3px solid #000000;
  font-style: italic;
  padding: 0 12px;
  font-weight: 600;
  color: #000000;
}
.l_highlights ul li .flat_num22:focus,
.l_highlights ul li .flat_num22:hover {
  border: 3px solid #000000;
  color: #000000;
}
.l_address .panel-title > a:before {
  font-size: 35px;
  font-family: FontAwesome, sans-serif !important;
  font-weight: 400 !important;
  content: "\f106";
  position: static;
}
.l_address .panel-title > a.collapsed:before {
  font-size: 35px;
  content: "\f107";
}
.location_searchresult_neww {
  padding: 0 20px;
  background: #e5e5e5;
}
.location_searchresult_neww .panel-body {
  padding: 25px 15px;
}
.location_searchresult_neww h1 {
  margin: 0 0 15px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #000000;
  font-family: var(--fontFamily);
}
.location_searchresult_neww ul {
  margin: 0;
  padding: 0;
}
.location_searchresult_neww ul li a {
  color: #000000;
  font-size: 1.08rem;
  font-family: var(--fontFamily);
}
.location_searchresult_neww .carousel-inner > .item > a > img,
.location_searchresult_neww .carousel-inner > .item > img {
  line-height: 1;
  height: 300px;
  width: 100%;
}
.location_searchresult_neww .carousel-control.left,
.location_searchresult_neww .carousel-control.right {
  background-image: none;
}
.carousel-control .glyphicon,
.location_searchresult_neww .carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-size: 30px;
}
.location_searchresult_neww .carousel-control .glyphicon-menu-right {
  right: 50%;
  margin-right: -10px;
}
.location_searchresult_neww .carousel-control .glyphicon-menu-left {
  left: 50%;
  margin-left: -10px;
}
.loc_mapb ul {
  margin: 35px 0 0;
  text-align: right;
}
.loc_mapb ul li {
  display: inline-block;
  padding: 0 10px;
}
.loc_mapb ul li .fa {
  font-size: 35px;
}
.l_highlights h1 {
  font-size: 23px;
  font-weight: 400;
  color: #000000;
}
.l_highlights p {
  margin: 0;
  font-size: 19px;
  color: #000000;
}
.l_area h1 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-family: var(--fontFamily);
}
.l_area p {
  margin: 0;
  font-size: 1.35rem;
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 400;
}
.l_area .btn {
  background: 0 0;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
  padding: 10px;
  font-size: 20px;
  margin-top: 20px;
  width: 270px;
}
.field-commnuity .ls_refine input[type="text"] {
  background-image: none;
}
.ls_refine input[type="text"] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid rgb(0, 0, 0);
  border-radius: 0;
  font-size: 16px;
  height: 55px;
  background-color: #fff;
  background-image: url(/assets/newUI-images/SuiteAmerica-Search.png);
  background-position: 95% 55%;
  background-repeat: no-repeat;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.ls_refine::-webkit-input-placeholder {
  color: #b8b8b8;
  font-size: 14px;
}
.ls_refine:-ms-input-placeholder {
  color: #b8b8b8;
  font-size: 14px;
}
.ls_refine::-moz-placeholder {
  color: #b8b8b8;
  font-size: 14px;
}
.ls_refine:-moz-placeholder {
  color: #b8b8b8;
  font-size: 14px;
}

.panel-group .location_search.panel {
  margin-bottom: 0;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  box-shadow: 0 0 0;
}
.location_rooms h2 {
  color: #000000;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 5px 0;
  text-align: center;
  font-weight: 600;
}
.location_rooms ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}
.location_rooms ul li {
  display: inline;
}
.location_rooms ul li a {
  color: #000000;
  padding: 10px 10px 10px 15px;
  float: left;
  border: 1px solid #ccc;
  margin-left: -2px;
  background: #fff;
  font-size: 17px;
}
.location_rooms li:first-child a {
  margin-left: 0;
}
.location_rooms ul li .active,
.location_rooms ul li a:focus,
.location_rooms ul li a:hover {
  background: #bbd9ea;
  color: #fff;
}
.location_rooms ul li input {
  width: 40%;
  padding: 12px 5px;
  border: 1px solid #ccc;
}
.location_rooms ul li::-webkit-input-placeholder {
  color: #b8b8b8;
}
.location_rooms ul li:-ms-input-placeholder {
  color: #b8b8b8;
}
.location_rooms ul li::-moz-placeholder {
  color: #b8b8b8;
}
.location_rooms ul li:-moz-placeholder {
  color: #b8b8b8;
}
.location_rooms .pet_allowed ul {
  margin-top: 31px;
}
.location_rooms .pet_allowed ul li span {
  color: #000000;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 5px 0;
  text-align: center;
}
.location_rooms .pet_allowed ul li input {
  width: 23%;
  padding: 12px 5px;
}
.location_rooms .lockeywords ul li input {
  width: 70%;
  padding: 12px 5px;
}
.location_rooms .lockeywords ul li button {
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #fff;
  color: #8c8c8c;
}
.location_rooms .amenities {
  margin: 40px 0 30px;
}
.location_rooms .amenities h2 {
  margin-bottom: 15px;
}
.location_rooms .amenities ul li a {
  padding: 13px 15px;
  margin: 10px -1px 0 0;
}
.location_rooms .amenities ul li a:hover ,
.location_rooms .amenities ul li a.active{
  background-color: #000000 !important;
  color: #ffffff;
}
.amenities ul li a:hover img,
.amenities ul li a.active img {
  filter: invert(1);
  transition: 0.3s;
}
.location_heading ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.lc_headings,
.lc_mapview h1,
.loadmore,
.location_com .save_search,
.recently_viewedheading,
.savesearch .modal-body {
  text-align: center;
}
.location_heading ul li {
  display: inline-block;
  border: 1px solid rgb(0, 0, 0);
  margin-left: -4px;
}
.location_heading ul li a {
  color: #000000;
  font-size: 1.5rem;
  font-family: var(--fontFamily);
  display: block;
  padding: 12px;
}
.location_heading ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}
.location_heading ul li a:focus,
.location_heading ul li a:hover {
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0;
}
.location_heading ul li .fa {
  padding-right: 15px;
}
.loadmore {
  background: #fff;
  padding: 80px 0;
}
.loadmore a {
  color: #000000;
  font-size: 1.75rem;
  font-family: var(--fontFamily);
}
.loadmore a .fa {
  color: #000000;
  font-size: 1.4rem;
  padding-left: 10px;
}
.recently_viewed .media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px;
  margin-top: 30px;
}
.recently_viewed .media-carousel .carousel-control > .fa {
  color: #6b6969;
  font-size: 50px;
}
.recently_viewed .media-carousel .carousel-control {
  top: 15%;
}
.recently_viewed .media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  border: 0 solid #fff;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  text-shadow: 0 0 0;
  opacity: 1;
}
.recently_viewed .media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  border: 0 solid #fff;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  text-shadow: 0 0 0;
  opacity: 1;
}
.recently_viewed .media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0;
  margin-right: -19px;
}
.recently_viewed .media-carousel .carousel-indicators li {
  background: silver;
}
.recently_viewed .media-carousel .carousel-indicators .active {
  background: #333;
}
.recently_viewed .media-carousel img {
  width: 300px;
  height: 220px;
  opacity: 0.7;
}
.recently_viewed .thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 0 solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.recently_viewed {
  background: #fff;
}
.recently_viewedslider h1 {
  font-size: 25px;
  margin: 0;
  border-bottom: 1px solid #696868;
  padding: 20px 0;
  color: #868686;
}
.recently_viewedslider .ls_images {
  width: 100%;
  margin: auto;
  position: relative;
}
.recently_viewedheading h2 {
  font-size: 18px;
  font-family: var(--fontFamily);
}
.recently_viewedheading p {
  margin-bottom: 0;
  font-size: 17px;
  color: #6d6d6d;
  font-family: var(--fontFamily);
  font-weight: 600;
  letter-spacing: 1px;
}
.savesearch .modal-header {
  padding: 15px;
  border-bottom: 0 solid #e5e5e5;
}
.savesearch .modal-content {
  background: #f5f5f5;
  z-index: 9999999;
  border-radius: 15px !important;
}
.savesearch .modal-body {
  width: 70%;
  margin: auto;
}
.savesearch.bookingmodel .modal-body {
  width: 100%;
}
.savesearch h1 {
  font-size: 40px;
  margin-bottom: 35px;
  letter-spacing: 0;
}
.savesearch .form-control {
  height: 50px;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  font-family: var(--fontFamily);
}
.savesearch textarea.form-control {
  height: 120px;
}
.savesearch .form-group a {
  color: #6d6d6d;
  font-size: 17px;
}
.save_search {
  background: #fff;
}
.save_search .ss_heading {
  border-bottom: 7px solid #d6d5d5;
  padding-top: 0px;
}
.ss_heading .nav-tabs > li {
  float: none;
  display: inline-block;
  margin-bottom: -7px;
}
.ss_heading .nav li a {
  font-size: 20px;
  border: 0;
  border-bottom: 7px solid #d6d5d5;
  font-weight: 100;
  letter-spacing: 1px;
  color: #737070;
}
.ss_heading .nav li a:active,
.ss_heading .nav li a:focus,
.ss_heading .nav li a:hover,
.ss_heading .nav li.active a {
  font-size: 20px;
  border: 0;
  border-bottom: 7px solid #000000;
  color: #737070;
  background-color: transparent;
}
.save_search .ss_body {
  padding-top: 50px;
}
.ss_main {
  border-top: 2px solid #ababab;
  margin-top: 25px;
}
.ss_main ul li a,
.ss_main2 .ss_tail {
  border: 1px solid #ccc;
  text-align: center;
}
.ss_main h2 {
  margin: 0;
  font-size: 25px;
  padding: 10px 5px;
}
.ss_main ul {
  margin: 0;
  padding: 40px 5px;
}
.ss_main ul li {
  display: inline-block;
  margin: 5px 10px;
}
.ss_main ul li a {
  color: #585858;
  padding: 20px 10px;
  font-size: 20px;
  display: block;
  width: 200px;
}
.ss_main2 img {
  height: 250px;
  opacity: 0.7;
}
.ss_main2 {
  padding-bottom: 300px;
}
.ss_main2 .ss_tail {
  width: 300px;
  height: 400px;
  margin: 10px auto;
  background: #fff;
  padding: 15px;
  position: relative;
  box-shadow: 3px 6px 11px #c7c7c7;
}
.ss_main2 .ss_tail h1 {
  font-size: 18px;
}
.ss_main2 .ss_tail p {
  margin-bottom: 5px;
}
.ss_main2 button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  position: absolute;
  top: 20px;
  right: 25px;
  color: #fff;
  opacity: 1;
}
.single_banner,
.tech_thumb {
  position: relative;
}
.nbs-flexisel-nav-left.disabled,
.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}
.lc_map {
  height: 700px;
}
.loc_maptop .lc_map {
  height: 200px;
}
.single_banner img {
  width: 100%;
}
.single_banner .fa-heart-o {
  font-size: 40px;
}
.lc_headings h1 {
  margin-top: 70px;
  color: #717171;
  font-size: 45px;
  margin-bottom: 20px;
}
.lc_headings p {
  font-size: 25px;
  color: #757575;
  line-height: 1;
  margin-bottom: 5px;
}
.location_com .save_search .ss_heading {
  background: #f5f5f5;
}
.location_com .ss_body ul {
  margin: 0 0 30px;
  padding: 0;
}
.location_com .ss_body ul li {
  padding: 3px 0;
}
.location_com .ss_body ul li a {
  font-size: 18px;
  color: #7d7d7d;
}
.lc_viewphoto {
  background: #fff;
  padding: 30px 0;
}
.lc_viewphoto .location_btn {
  width: auto;
  padding: 10px 30px;
}
.lc_mapview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
.lc_mapview h1 {
  font-size: 50px;
  color: #6d6d6d;
  letter-spacing: 2px;
  margin: 30px 0;
}
.lc_mapview p {
  font-size: 22px;
  color: #6b6b6b;
  margin-bottom: 25px;
}
.lc_mapview input {
  display: block;
  height: 60px;
  border: 1px solid #fbfbfb;
  width: 100%;
  font-size: 23px;
  margin-bottom: 30px;
  padding: 10px;
}
.lc_mapview::-webkit-input-placeholder {
  color: #b8b8b8;
}
.lc_mapview:-ms-input-placeholder {
  color: #b8b8b8;
}
.lc_mapview::-moz-placeholder {
  color: #b8b8b8;
}
.lc_mapview:-moz-placeholder {
  color: #b8b8b8;
}
.lc_mapview .location_btn {
  display: inline;
  padding: 12px 0;
  width: 100%;
}
.lc_mapview_sm {
  border-bottom: 1px solid #ccc;
  width: 90%;
}
.technology .banner_text .slide-text {
  top: 25%;
  margin-left: auto;
}
.technology .banner_text .slide-text.slide_text_second {
  margin-left: 0;
}
.technology .banner_text .slide-text.slide_text_third {
  margin: auto;
}
.technology .slide-text h1 {
  font-weight: 300;
  font-size: 40px;
}
.technology .slide-text .slide_style_new h1 {
  color: #757575;
  text-align: left;
}
.technology .slide-text.slide_text_first .slide_style_new h1,
.technology .slide-text.slide_text_first .slide_style_new p {
  color: #fff;
}
.technology .slide-text .slide_style_new p {
  color: #6b6b6b;
}
.technology .slide_text_second .slide_style_new {
  text-align: right;
}
.technology .slide_text_third .slide_style_new h1,
.technology .slide_text_third .slide_style_new p {
  color: #fff;
}
.tech_gallery .row {
  margin: 0;
}
.tech_gallery .tech_thumb {
  padding: 0;
}
.tech_thumb {
  overflow: hidden;
  float: left;
}
.tech_thumb .techcaption {
  height: 100%;
  width: 101%;
  cursor: pointer;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.tech_thumb:hover .techcaption {
  transform: scaleY(1);
}
.tech_thumb .techcaption-text h1 {
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 2px;
  margin: auto;
}
.tech_thumb .techcaption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.tech_thumb img {
  margin: 0;
  padding: 0;
  float: left;
  z-index: 4;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tech_thumb .techblur {
  background-color: rgba(0, 0, 0, 0.55);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: auto;
}
.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  background: 0 0;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  line-height: 0;
}
.nbs-flexisel-item img {
  max-width: 260px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  padding: 5px 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  font-size: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.service_timesecond,
.services_ch,
.who_weare {
  position: relative;
}
.services_heading p,
.services_heading ul li a {
  font-size: 18px;
  color: #8a8a8a;
  letter-spacing: 1px;
}
.nbs-flexisel-nav-left {
  left: 10px;
}
.nbs-flexisel-nav-left:before {
  content: "<";
}
.nbs-flexisel-nav-right {
  right: 5px;
}
.nbs-flexisel-nav-right:before {
  content: ">";
}
#flexiselDemo3 .nbs-flexisel-item img {
  width: 100%;
  height: 220px;
  opacity: 1;
  margin: auto;
}
.lc_slider {
  background: #fff;
}
.services_heading {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
  z-index: 999;
}
.services_heading ul {
  margin: 0;
  padding: 0;
}
.services_heading ul li {
  display: inline-block;
  padding: 0 10px;
}
.services_heading ul li a {
  line-height: 40px;
}
.services_ch {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.timeline-block {
  width: -webkit-calc(51% + 13px);
  width: -moz-calc(51% + 13px);
  width: calc(51% + 13px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}
.timeline-block-right {
  float: right;
}
.timeline-block-left {
  float: left;
  direction: rtl;
}
.marker {
  margin-top: 10px;
  z-index: 9999;
}
.marker img {
  width: 50px;
  z-index: 9999;
}
.service_timefirst:after,
.service_timefirst:before {
  content: "";
  width: 1px;
  height: 42%;
  background-color: #565656;
}
.marker img:after {
  content: "";
}
.timeline-content h3 {
  margin-bottom: 5px;
  font-size: 45px;
  color: #fff;
  font-weight: 100;
  text-shadow: 0 0 0;
  letter-spacing: 1px;
}
.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}
.timeline-content p {
  font-size: 18px;
  line-height: 1.5em;
  word-spacing: 0;
  text-shadow: 0 0 0;
}
.services_ch .who_weare .carousel-caption {
  top: 44%;
}
.service_timefirst {
  position: relative;
  padding: 250px 0;
}
.service_timefirst:before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99999;
}
.service_timefirst:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 99999;
}
.service_timesecond:after,
.service_timesecond:before {
  content: "";
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  z-index: 99999;
}
.service_timesecond:before {
  height: 45%;
  top: 0;
}
.service_timesecond:after {
  height: 44%;
  bottom: 0;
}
.service_timesecond .timeline-content {
  text-align: right;
}
.service_timesecond .timeline-block-right .timeline-content {
  text-align: left;
  padding: 0 0 0 25px;
}
.service_timesecond .timeline-block-left .timeline-content {
  padding: 0 25px 0 0;
}
.timeline-content h1 {
  font-size: 18px;
  color: #2f2f2f;
  margin: 0;
}
.timeline-content h2 {
  font-size: 45px;
  color: #2f2f2f;
  margin: 0;
  letter-spacing: 2px;
}
.technology.services_ds .banner_text .slide-text {
  top: 10%;
}
.services_ds .banner_text .slide_text_second {
  margin: auto 0 auto auto;
  text-align: center;
}
.services_ds .banner_text .slide-text h1 {
  font-weight: 300;
}
.services_ds .slide-text p {
  font-size: 24px;
}
.services_ds .banner_text .carousel-caption_new {
  top: 0;
}
.services_ds .carousel-caption_new .slide_text_third {
  margin-left: 0;
  text-align: center;
}
.customizzz .banner_text .carousel-caption {
  top: 65%;
}
.services_ds2 .who_weare_text22 {
  width: 100%;
}
.services_ds2 .slide_text_first {
  top: 65%;
  text-align: center;
}
.services_ds2 .who_weare_text22 h5 {
  font-size: 60px;
  color: #808285;
  font-family: var(--fontFamily);
  font-style: italic;
}
.services_ds2 .who_weare_text22 h6 span {
  font-size: 16em;
  color: #808285;
  font-family: var(--fontFamily);
  font-style: oblique;
}
.who_weare_text.services_ds.services_ds2 {
  text-align: center;
  padding: 80px 0 100px;
  background: #fff;
}
.client_heading {
  background: #727375;
  padding: 15px 0;
}
.client_heading ul {
  margin: 0;
  padding: 0;
}
.client_heading ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.client_heading ul li a {
  color: #fff;
}
.client_heading ul li .fa {
  font-size: 45px;
}
.client_heading ul li img {
  width: 45px;
}
.client_portal {
  background: #fff;
  padding: 60px 0;
}
.client_portal h1 {
  font-size: 45px;
  color: #000000;
  letter-spacing: 2px;
}
.client_portal select {
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  height: 55px;
  background: url(https://s3-us-west-1.amazonaws.com/suiteam-website/Website-Images/SuiteAmerica-Caret-Down-1.png)
    right no-repeat #fff;
  -webkit-appearance: none;
  background-position-x: 95%;
  border: 2px solid #000000;
  border-radius: 0;
}
.client_portal label {
  line-height: 3;
  font-size: 18px;
  color: #757575;
  font-weight: 100;
  text-align: right;
}
.client_portal .table {
  border: 1px solid #ccc;
  margin-top: 30px;
}
.client_portal .table > tbody > tr > td,
.client_portal .table > thead > tr > th {
  border: 0;
  font-size: 16px;
  padding: 10px 15px;
  color: #000000;
  vertical-align: middle;
}
.client_portal .table > thead {
  background: #f5f5f5;
  color: #000000;
}
.client_portal .table > thead > tr > th {
  font-weight: 100;
}
.client_portal .table > tbody > tr > td span {
  display: block;
  text-decoration: underline;
}
table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
  cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  padding-left: 20px;
}
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  font: 16px fontawesome;
  color: #999;
  transition: all 0.3s ease;
}
table.fold-table > tbody > tr.view:hover {
  background: #727375 !important;
  color: #fff;
}
table.fold-table > tbody > tr.view:hover td {
  color: #fff;
}
table.fold-table > tbody > tr.view.open {
  background: #727375 !important;
  color: #fff;
}
table.fold-table > tbody > tr.view.open td {
  color: #fff;
}
table.fold-table > tbody > tr.view.open td:first-child:before,
table.fold-table > tbody > tr.view.open th:first-child:before {
  transform: rotate(-180deg);
  color: #333;
}
table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
  background: #f5f5f5;
}
table.fold-table > tbody > tr.fold:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 28px solid #727375;
  left: 50%;
  margin-left: -9px;
}
.fold-content {
  padding: 0.5em;
}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  border: 0 solid #ccc;
  width: 100%;
}
.inet_leftbody,
.inet_rightbody {
  border-top: 1px solid #8c8c8c;
}
.fold-content > table > tbody tr:nth-child(even) {
  background: #eee;
}
.fold-content h1 {
  color: #000000;
  font-size: 21px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.fold-content label {
  text-align: left;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
.fold-content .td_foldaddress a,
.fold-content label a {
  text-decoration: underline;
  color: #757575;
}
.fold-content .form-group {
  margin-bottom: 15px;
  overflow: hidden;
}
.client_portal .fold-content select {
  width: 250px;
  font-size: 18px;
  margin: 10px 0 30px;
  background: url(https://s3-us-west-1.amazonaws.com/suiteam-website/Website-Images/SuiteAmerica-Caret-Down-1.png)
    right no-repeat #f5f5f5;
  background-position-x: 95%;
}
.new_intranet {
  margin: 0;
  padding: 0;
  text-align: right;
}
.new_intranet li {
  display: inline-block;
  padding: 30px 10px 0;
}
.new_intranet li a {
  color: #777;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 35px 7px 25px 14px;
}
.new_intranet li a:focus,
.new_intranet li a:hover {
  text-decoration: none;
}
.intranet_homemain {
  background: #fff;
}
.intra_header {
  padding: 50px 0 30px;
}
.inet_head {
  background: #f5f5f5;
  margin: 0 -10px 10px;
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  height: 97px;
  vertical-align: middle;
  overflow: hidden;
}
.inet_head .fa {
  font-size: 20px;
  display: block;
}
.inet_head img {
  display: block;
  margin: 0 auto 5px;
  height: 35px;
}
.inet_leftbody h1,
.inet_rightbody h1 {
  font-size: 18px;
  color: #757272;
  margin-left: 35px;
  letter-spacing: 1px;
}
.inet_leftbody h5 {
  font-size: 16px;
  margin: 12px 0;
}
.inet_leftbody h5 span {
  width: 35px;
  height: 35px;
  /* display: -webkit-box; */
  float: left;
  margin-right: 10px;
}
.inet_leftbody .payday1 h5 span {
  background: #122333;
}
.inet_leftbody .payday2 h5 span {
  background: red;
}
.inet_leftbody .payday3 h5 span {
  background: #b6d8ec;
}
.inet_leftbody .payday4 h5 span {
  background: #901a1d;
}
.inet_events h2 {
  font-size: 20px;
  background: #f5f5f5;
  padding: 15px 0;
  margin: 0;
  text-align: center;
}
.inet_events ul {
  margin: 0;
  padding: 0;
}
.inet_events ul li {
  margin: 10px 0 10px 15px;
  color: #515151;
  padding: 5px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  border-bottom: 2px solid #ccc;
  align-items: center;
}
.inet_events ul li:before {
  content: "";
  position: absolute;
  height: 70%;
  left: -15px;
  width: 3px;
  background-color: #f5f5f5;
}
.inet_events ul li.active:before {
  background-color: #000000;
}
.inet_events ul li p {
  line-height: 1.2;
  margin: 7px 0;
  padding: 0;
  width: 100%;
}
.inet_events ul li p ~ span {
  text-align: right;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
}
#msform,
.btn-circle,
.inet_custom,
.inet_footer ul,
.inet_footer_bottom,
.stepwizard-step {
  text-align: center;
}
.inet_events ul li p ~ span > b {
  font-weight: 500;
  color: #9a9a9a;
}
.inet_events a {
  font-size: 20px;
  color: #000000;
  line-height: 3;
}
.inet_events a > .fa {
  font-size: 35px;
  top: 5px;
  position: relative;
  margin: 0 10px;
}
.inet_news {
  padding: 0 0 0 50px;
}
.intranet_homemain hr {
  border-top: 2px solid #949494;
  margin-bottom: 40px;
  margin-top: 40px;
}
.inet_news h1 {
  font-size: 20px;
}
.inet_news h2 {
  margin: 40px 0 15px;
  font-size: 25px;
}
.inet_news a,
.inet_news p {
  font-size: 18px;
}
.inet_news a {
  text-decoration: underline;
  color: #1b1a1a;
}
.guest_loginform a:focus,
.guest_sitenew .techcaption-text a:focus,
.guest_sitenew .techcaption-text a:hover,
.inet_footer ul li a:hover {
  text-decoration: none;
}
.inet_news a.morenews {
  font-size: 20px;
  color: #000000;
  line-height: 3;
  text-decoration: none;
}
.inet_news a.morenews > .fa {
  font-size: 35px;
  top: 5px;
  position: relative;
  margin: 0 10px;
}
.inet_footer {
  background: #f5f5f5;
  padding: 50px 0;
  border-bottom: 1px solid #1d1d1d;
}
.inet_footer ul {
  margin: 15px 0;
  padding: 0;
}
.inet_footer ul li {
  display: inline-block;
  padding: 5px 15px;
}
.inet_footer ul li a {
  color: #535353;
  font-size: 22px;
}
.inet_footer ul li a > .fa {
  color: #000000;
  font-size: 35px;
}
.inet_footer_bottom p {
  font-size: 18px;
  color: #757474;
  margin: 15px 0;
}
.inet_footer .bottom_list li {
  border-right: 1px solid #909090;
  padding: 0 20px;
  line-height: 1;
}
.inet_footer .bottom_list li:last-child {
  border-right: 0 solid #ccc;
}
.inet_footer .bottom_list li a {
  font-size: 17px;
}
.inet_custom {
  background: #fff;
  padding: 80px 0;
}
.inet_custom h1 {
  font-size: 47px;
  color: #757575;
  margin-bottom: 50px;
}
.inet_custom_form {
  width: 80%;
  margin: auto;
  background: #f5f5f5;
  padding: 50px 0;
}
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.stepwizard-step {
  display: table-cell;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.stepwizard-step .active {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
#msform {
  position: relative;
  margin-top: 30px;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
  color: #a9a9aa;
  text-transform: uppercase;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
  letter-spacing: 1px;
  z-index: 55;
}
#progressbar:after {
  content: "";
  width: 75%;
  height: 2px;
  background: #a9a9aa;
  position: absolute;
  left: 12%;
  top: 25px;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 21px;
  color: #fff;
  background: #a9a9aa;
  border-radius: 25px;
  margin: 0 auto 10px;
  z-index: 99;
  font-weight: 600;
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li.active:after,
#progressbar li.active:before {
  background: #b6d8ec;
  color: #fff;
}
.inet_custom2 {
  width: 83%;
  margin: auto;
  text-align: left;
}
.inet_custom2 .form-group {
  margin-bottom: 30px;
}
.inet_custom2 p {
  border-bottom: 1px solid #6f6d6d;
  font-size: 21px;
  padding: 0 0 10px;
  letter-spacing: 1px;
  color: #6f6f6f;
}
.inet_custom2 .form-control,
.inet_custom2 textarea {
  display: block;
  width: 100%;
  border: 0;
  font-size: 23px;
  color: #5d5d5d;
  font-weight: 500;
}
.inet_custom2 .form-control {
  height: 60px;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.inet_custom2 textarea {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  resize: none;
  padding: 10px 12px;
}
.inet_button {
  background: #b6d8ec;
  color: #fff;
  border: 0;
  width: 200px;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 100;
  margin: 10px;
}
.inputfile-6 + label,
.inputfile-6 + label:hover strong,
.inputfile-6.has-focus + label strong,
.inputfile-6:focus + label strong {
  background-color: #fff;
}
.inet_button .fa {
  color: #fff;
  font-size: 28px;
  position: relative;
  top: 3px;
  padding: 0 10px;
}
.inet_custom2::-webkit-input-placeholder {
  color: #b8b8b8;
  font-size: 19px;
  letter-spacing: 1px;
}
.inet_custom2:-ms-input-placeholder {
  color: #b8b8b8;
  font-size: 19px;
  letter-spacing: 1px;
}
.inet_custom2::-moz-placeholder {
  color: #b8b8b8;
  font-size: 19px;
  letter-spacing: 1px;
}
.inet_custom2:-moz-placeholder {
  color: #b8b8b8;
  font-size: 19px;
  letter-spacing: 1px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
.no-js .inputfile + label {
  display: none;
}
.inputfile.has-focus + label,
.inputfile:focus + label {
  outline: #000 dotted 0;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile-6 + label {
  color: #ccc;
  font-size: 20px;
  border-bottom: 1px solid #c1c1c1;
  padding: 0;
  height: 60px;
  line-height: 2;
}
.inputfile-6 + label:hover,
.inputfile-6.has-focus + label,
.inputfile-6:focus + label {
  border-color: #c1c1c1;
}
.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 0.625rem 1.25rem;
}
.inputfile-6 + label span {
  width: 90%;
  min-height: 2em;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  color: #636262;
  font-weight: 500;
}
.inputfile-6 + label strong {
  padding: 0;
  margin-left: -10px;
}
.intra_uploadfile {
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 30px;
  display: table;
  width: 100%;
  padding: 20px 10px;
}
.intra_uploadfile ul {
  margin: 0;
  padding: 0;
  display: table-row;
}
.intra_uploadfile ul li {
  display: table-cell;
  width: 70%;
  font-size: 17px;
}
.intra_uploadfile ul li:last-child {
  text-align: center;
}
.intra_uploadfile ul li > span {
  color: #5a5a5a;
  font-weight: 600;
}
.inet_custom2 .intra_uploadfile h2 {
  font-size: 20px;
}
.inet_custom2 .intra_uploadfile p {
  border: 0;
  font-size: 18px;
}
.inet_custom2 .intra_uploadfile .fa {
  border: 0;
  font-size: 30px;
  color: #b6d8ec;
}
.intra_switch2,
.intra_switch3 {
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: center;
  padding: 20px;
}
.intra_switch {
  margin-bottom: 30px;
  overflow: hidden;
}
.intra_switch h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #636363;
}
.intra_switch2 {
  margin-left: -15px;
}
.intra_switch3 {
  margin-right: -15px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.intra_switch2 .slider:before,
.slider:before {
  -webkit-transition: 0.4s;
  position: absolute;
  content: "";
  transition: 0.4s;
}
.slider:before {
  height: 30px;
  width: 30px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
}
input:checked + .slider {
  background-color: #b6d8ec;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
  border: 1px solid #999;
}
.slider.round:before {
  border-radius: 50%;
}
.inet_custom2 .intra_switch2 p,
.inet_custom2 .intra_switch3 p {
  border: 0;
  font-size: 21px;
  font-weight: 600;
  margin-top: 10px;
}
.intra_switch2 .slider,
.intra_switch2 .slider:before,
.intra_switch3 .slider,
.intra_switch3 .slider:before {
  background-color: #fff;
  border: 1px solid #ccc;
}
.intra_switch2 .fa,
.intra_switch3 .fa {
  font-size: 100px;
  color: #c3c2c2;
}
.intra_switch3 .slider:before {
  position: absolute;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.inet_custom2 .input-group-addon {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.inet_custom2 .input-group-addon .glyphicon-calendar {
  color: #b6d8ec;
  font-size: 30px;
}
.inet_custom2 .input-group .form-control {
  box-shadow: 0 0 0;
}
.inet_custom2 .form-grouplist {
  display: table;
  width: 100%;
  padding: 10px 0 20px;
}
.inet_custom2 .form-grouplist ul {
  margin: 0;
  padding: 0;
  display: table-row;
  text-align: right;
}
.inet_custom2 .form-grouplist ul li {
  display: inline-block;
  display: table-cell;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #696969;
}
.inet_custom2 .form-grouplist ul li > button {
  width: 180px;
  padding: 15px 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #ccc;
}
.intra_cont {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.intra_cont span {
  color: #585858;
  font-size: 21px;
  font-weight: 500;
}
.intra_cont a {
  float: right;
  font-size: 30px;
  color: #ccc;
  position: relative;
  top: -10px;
}
.sbmt {
  background: 0 0;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
  padding: 10px 60px;
  font-size: 20px;
  margin-top: 20px;
}
.sbmt:hover {
  background: #000000;
  color: #fff;
  transition: all 0.5s;
}
.inet_custom_last {
  background: #fff;
  padding: 250px 0;
  text-align: center;
}
.inet_custom_last h1 {
  font-size: 45px;
  border-bottom: 1px solid #000000;
  margin: 20px 0;
  padding: 20px 0;
  color: #000000;
  display: inline-block;
}
.inet_custom_last p {
  font-size: 25px;
  color: #000000;
}
.intra_staff .banner_text .slide-text {
  top: 40%;
  margin: auto;
}
.services_heading.intra_staff p {
  padding-top: 10px;
}
.services_heading.intra_staff ul {
  text-align: right;
}
.services_heading.intra_staff ul li {
  display: inline-block;
  padding: 0 0 0 45px;
}
.intra_staff .intra_sch input {
  font-size: 18px;
  height: 40px;
  border: 0;
  padding: 10px;
}
.intra_staff .intra_sch a {
  position: absolute;
  right: 30px;
}
.intra_staff2 {
  background: #fff;
  padding: 100px 0;
}
.intra_staff2 .panel-title > a:before {
  display: none;
}
.first_box,
.first_boxin {
  align-items: center;
}
.intra_staff2 .panel-heading .pull-right {
  float: right;
  background: #a9a9aa;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  line-height: 35px;
  cursor: pointer;
}
.first_box,
.staff_box {
  height: 370px;
  width: 100%;
}
.intra_staff2 .panel-default .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}
.intra_staff2 .panel-default .panel-body {
  padding: 0;
}
.intra_staff2 .panel-default > .panel-heading p {
  color: #000000;
  font-size: 20px;
  letter-spacing: 1px;
}
.intra_staff2 .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #948f8f;
  box-shadow: 0 0 0;
}
.first_boxin,
.second_box {
  box-shadow: 5px 7px 15px #e2dfdf;
}
.first_box {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
}
.first_boxin {
  padding: 0;
  background: #fff;
  border: 1px solid #b6d8ec;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.first_boxin h1 {
  margin: 0;
  font-size: 75px;
  color: #7b7b7b;
  letter-spacing: 0;
  text-align: center;
}
.first_boxin p {
  font-size: 17px;
  color: #737373;
  padding: 0 0 0 15px;
}
.second_box {
  background: #f5f5f5;
  text-align: center;
  margin-bottom: 30px;
}
.second_boxin {
  display: -ms-flex;
  display: flex;
  height: 100%;
  align-items: center;
  -ms-align-items: center;
  width: 100%;
  justify-content: center;
}
.second_centerbox,
.second_centerimage {
  background: #fff;
  height: 200px;
  width: 200px;
  padding: 0;
}
.second_centerbox {
  border: 1px solid #b6d8ec;
  border-radius: 50%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.second_centerimage {
  border: 1px solid #b6d8ec;
  border-radius: 50%;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.second_box h2,
.second_box p {
  line-height: 1.2;
  width: calc(100% - 30px);
  text-align: center;
  position: absolute;
}
.second_boxin h1 {
  font-size: 18px;
  letter-spacing: 0.31px;
  color: #737272;
}
.second_box p {
  font-size: 15px;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  top: 80%;
}
.second_box h2 {
  font-size: 18px;
  color: #797777;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  top: 75%;
  margin: 0;
}
.second_box p span {
  color: #fff;
  background: #8a8a8a;
  padding: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
}
.third_box {
  background: #636466;
  text-align: center;
  margin-bottom: 30px;
}
.third_box .second_boxin2 {
  width: 50%;
  float: left;
}
.second_boxin2 .third_boxin {
  text-align: left;
  padding: 0 20px 0 0;
}
.second_boxin2 .third_boxin h1 {
  font-size: 25px;
  color: #fff;
}
.second_boxin2 .third_boxin h2 {
  font-size: 20px;
  color: #f0f0f0;
  margin-top: 0;
  font-weight: 300;
  font-style: italic;
}
.second_boxin2 .third_boxin p {
  color: #fff;
  font-size: 17px;
  margin: 0;
  font-weight: 300;
}
.second_boxin2 .third_boxin p a,
.second_boxin2 .third_boxin p span {
  color: #b6d8ec;
}
.second_boxview {
  padding: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.team_dtls {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(200% - 30px);
  z-index: 200;
}
.team_view {
  position: relative;
}
.second_boxin2 a.team_dtls_hide i[class="fa fa-close"] {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 20px;
}
.team_view .second_centerimage {
  cursor: pointer;
}
.services_heading.intra_staff.intra_order ul li {
  padding: 0 0 0 25px;
}
.services_heading.intra_order ul li > span a {
  color: #000000;
}
.services_heading.intra_order .navbar-toggle {
  border: 1px solid #aaa;
}
.services_heading.intra_order .navbar-toggle .icon-bar {
  background-color: #666;
}
.services_heading.intra_order .nav.navbar-nav li a {
  padding: 0;
  font-size: 14px;
}
.services_heading.intra_order ul li > span a > .fa {
  font-size: 27px;
  position: relative;
  top: 5px;
  padding: 0 0 0 5px;
}
.intra_order h3 {
  text-align: left;
  color: #797878;
  padding: 15px 0 0 15px;
  margin: 0 0 10px;
  font-size: 16px;
}
.intra_order img {
  vertical-align: middle;
  width: 210px;
  height: 270px;
  margin: auto auto 15px;
  box-shadow: -5px 2px 4px #ada4a4;
}
.second_box.intra_order.clicked {
  box-shadow: 8px 4px 14px #ccc;
  border: 1px solid #b6d8ec;
}
ul.intra_orderhover {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 5px;
}
ul.intra_orderhover li {
  display: inline-block;
  padding: 0 5px;
}
ul.intra_orderhover li a {
  color: #7b7979;
  font-size: 25px;
}
ul.intra_orderhover li a .fa-check-circle-o {
  color: #000000;
}
.inet_custom2 .table-responsive {
  background: #fff;
  padding: 15px;
  margin: 10px 0 30px;
}
.inet_custom2 .table-responsive .fa {
  color: #b6d8ec;
  font-size: 30px;
  cursor: pointer;
}
.inet_custom2 .table td,
.inet_custom2 .table th {
  font-size: 20px;
  color: #525252;
  border: 0;
}
.inet_custom2 .table > tbody > tr > td:last-child,
.inet_custom2 .table > thead > tr > th:last-child {
  text-align: center;
}
.inet_custom2 .table > tbody > tr > td {
  padding: 15px 8px;
}
.inet_custom2 .table .book_count {
  border: 2px solid #cecece;
  padding: 10px 40px;
}
.inet_custom2 .form-grouplist ul li > button.low_button {
  background: #ff9279;
  color: #fff;
  border: 2px solid #ff9279;
}
.inet_custom2 .form-grouplist ul li > button.medium_button {
  background: #fff;
  border: 2px solid #f7684e;
  color: #e72419;
}
.inet_custom2 .form-grouplist ul li > button.medium_button:after {
  display: inline-block;
  color: #000000;
  font-size: 25px;
  padding: 0 0 0 10px;
  margin: -15px 0;
}
.inet_custom2 .form-grouplist ul li > button.high_button {
  background: #e72419;
  color: #fff;
  border: 2px solid #e72419;
}
.inet_custom2 .intra_info {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 0 0 20px;
}
.inet_custom2 .intra_info h1 {
  background: #7b7b7b;
  float: left;
  font-size: 25px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  margin: 0 30px 40px 0;
}
.inet_custom2 .intra_info h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #6f6f6f;
}
.guest_loginform a,
.guest_loginform h1,
.guest_loginform p {
  color: #000000;
  text-shadow: 0 0 0;
}
.inet_custom2 .intra_info p {
  font-size: 18px;
  border: 0;
}
.guest_login {
  background: #000;
}
.guest_login .img-responsive {
  opacity: 0.6;
}
.guest_login .carousel-caption {
  top: 25%;
}
.guest_loginform {
  background: #fff;
  width: 600px;
  margin: auto;
  padding: 40px;
  text-align: left;
}
.guest_loginform h1 {
  font-size: 20px;
  margin: 5px 0;
  letter-spacing: 1px;
}
.guest_loginform p {
  font-size: 18px;
  margin-bottom: 20px;
}
.guest_loginform a {
  font-size: 18px;
}
.guest_loginform .form-group {
  margin-bottom: 35px;
}
.guest_loginform .form-group input {
  border: 0;
  border-bottom: 1px solid #5d5b5b;
  width: 100%;
  height: 50px;
  padding: 10px;
  color: #1b1b1b;
  font-size: 18px;
}
.guest_loginform input[type="checkbox"] {
  top: 2px;
  margin: 0 0 0 5px;
  position: relative;
}
.guest_loginform .form-group input::-webkit-input-placeholder {
  color: #b8b8b8;
}
.guest_loginform .form-group input:-ms-input-placeholder {
  color: #b8b8b8;
}
.guest_loginform .form-group input::-moz-placeholder {
  color: #b8b8b8;
}
.guest_loginform .form-group input:-moz-placeholder {
  color: #b8b8b8;
}
.guest_loginform .location_btn {
  width: 100%;
}
.guest_site {
  background: #000;
}
.guest_site .carousel img {
  opacity: 0.8;
}
.guest_site .banner_text .slide-text_22 h1 {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
  font-style: italic;
  font-size: 110px;
  text-shadow: 0 0 0;
}
.guest_site .banner_text .slide-text_22 {
  top: 30%;
}
.guest_site .banner_text .slide-text {
  top: inherit;
  bottom: 5%;
  width: 45%;
  padding: 10px 100px;
}
.banner_bottom.guest_site .bb_text p {
  font-size: 20px;
  color: #6b6b6b;
}
.banner_bottom.guest_site .bb_text .fa {
  height: 65px;
}
.guest_sitenew .intra_staff2 {
  padding: 0;
}
.guest_sitenew .intra_staff2 h1 {
  color: #000000;
  margin: 35px 0;
}
.guest_sitenew .intra_staff2 .panel-default > .panel-heading p {
  font-size: 35px;
}
.guest_sitenew .tech_thumb img {
  width: 100%;
}
.guest_sitenew .tech_thumb .techcaption-text img {
  width: 70px;
  display: list-item;
  float: inherit;
  margin: auto auto 10px;
  text-align: center;
}
.guest_sitenew .techcaption-text .fa-home {
  display: block;
  font-size: 70px;
  margin-bottom: 20px;
}
.guest_sitenew .techcaption-text .fa-caret-right {
  font-size: 40px;
  position: relative;
  top: 5px;
  padding: 0 0 0 10px;
}
.guest_sitenew .techcaption-text a {
  border: 1px solid #fff;
  color: #ccc;
  font-size: 30px;
  padding: 5px 20px;
}
.guest_sitenew .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  padding: 35px 0;
}
.guest_sitenew
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body.panel-body_colors {
  background: #f5f5f5;
  padding: 35px 20px;
}
.panel-body_colors p {
  text-align: center;
}
.panel-body_colors p a {
  text-decoration: underline;
  color: #6f6f6f;
}
.guest_sitenew .panel-body .form-group textarea {
  resize: none;
  border: 0;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  box-shadow: 2px 2px 15px #ccc;
}
.guest_sitenew .panel-body .form-group .location_btn,
.services_ch .slide-text a.btn-default {
  border-radius: 0;
}
.guest_sitenew .panel-body .form-group {
  overflow: hidden;
}
.guest_sitenew .panel-body .form-group label {
  font-size: 18px;
  color: #ccc;
  font-weight: 100;
  word-break: break-all;
}
.guest_sitenew .panel-body .form-group img {
  margin-bottom: 25px;
}
.guest_sitenew .panel-body .form-group p {
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 100;
}
.guest_sitenew .panel-body .form-group .input_label {
  color: #6f6f6f;
}
.guest_sitenew .panel-body .form-group .input_label a {
  color: #6f6f6f;
  text-decoration: underline;
}
.profile-opener {
  display: inline;
}
.profile-opener p {
  text-decoration: underline;
  font-size: 1.25rem;
  color: #000000;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: left;
  display: inline;
}
.load-more,
.panel-title > a:active,
.panel-title > a:focus,
.panel-title > a:hover,
.services_chsub ul li a:focus,
.services_chsub ul li a:hover,
.slide-menu ul a:focus,
.slide-menu ul a:hover {
  text-decoration: none;
}
.profile-opener .fa {
  padding: 0 10px;
  font-size: 30px;
  position: relative;
  top: 5px;
  color: #000000;
}
.bodytrns320l {
  margin-left: -320px;
  transition: all 0.5s;
}
.slide-menu {
  position: fixed;
  width: 460px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform;
}
.slide-menu .slider33 {
  position: absolute;
  left: 0;
  width: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
}
.slide-menu ul {
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 25px;
}
.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
.slide-menu ul li {
  margin-bottom: 0;
  font-size: 16px;
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-family: var(--fontFamily);
  color: #5a5858;
  text-align: justify;
}
.slide-menu ul a {
  color: #000000;
  font-size: 16px;
  display: block;
}
.slide-menu.no-transition,
.slide-menu.no-transition * {
  transition: none !important;
}
.slide-menu {
  background: #f5f5f5;
  color: #000;
  z-index: 99999999;
}
.slide-menu .slider33 {
  top: 20px;
  margin: 5px 0;
}
.slide-menu a {
  color: #fff;
}
.slider33 .fa-angle-right {
  float: right;
  font-size: 20px;
  border-left: 1px solid #ccc;
  margin: -10px 0;
  padding: 10px 20px 13px 30px;
}
.slider33 .fa-angle-left {
  padding: 0 15px 0 0;
  font-size: 20px;
}
.slide-menu a:hover {
  background: 0 0;
}
.slide-menu .btn {
  display: block;
  color: #484545;
  background: 0 0;
  padding: 8px;
  text-align: left;
  font-size: 25px;
  border-bottom: 1px solid #ccc;
}
.slide-menu .btn + .btn {
  margin-right: 1px;
}
#test-menu-left {
  padding: 16px;
}
.table-style .today {
  background: #000000;
  color: #fff;
}
.table-style tr:first-child th {
  background-color: #f6f6f6;
  text-align: center;
  font-size: 15px;
}
.panel-body_colors .well {
  box-shadow: 0 0 0;
  padding: 0;
}
.panel-body_colors .well p {
  text-align: left;
  color: #6f6f6f;
  font-size: 18px;
}
.panel-body_colors .table {
  background: #fff;
  box-shadow: 2px 2px 15px #ccc;
}
.panel-body_colors .table-borde#000000 > tbody > tr > td {
  padding: 20px;
  text-align: center;
}
.who_weare_text.services_cs h1 {
  color: #231f20;
  font-size: 90px;
  margin: 0;
}
.who_weare_text.services_cs {
  text-align: center;
  padding: 100px 0;
  background: #fff;
}
.who_weare_text.services_cs h2 {
  margin: 0;
}
.who_weare_text.services_cs h2 span {
  color: #000000;
  font-style: italic;
  font-family: serif;
  font-size: 65px;
  letter-spacing: 1px;
}
.services_cs .who_weare_text22 {
  width: 100%;
}
.services_chsub {
  margin-top: 40px;
}
.services_chsub ul {
  margin: 0;
  padding: 0;
}
.services_chsub ul li {
  text-align: left;
  padding: 15px 0;
}
.services_chsub ul li a {
  font-size: 30px;
  font-weight: 300;
  color: #292829;
}
.services_chsub ul li a img {
  width: 50px;
  margin: 0 22px 0 0;
}
.who_weare_text.services_ds3 .who_weare_text22 h6 {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
  color: #0d1f2b;
}
.who_weare_text.services_ds3 .who_weare_text22 p > b {
  font-weight: 300;
  font-family: var(--fontFamily);
  font-size: 25px;
}
.who_weare.services_chsub {
  margin: 1px 0 0;
}
.who_weare.services_chsub .banner_text .slide-text {
  top: 55%;
}
.services_pts .slide-text {
  width: 60%;
}
.services_ch .banner_text .slide_style_left img {
  width: 65px;
  margin: auto;
  display: block;
}
.who_weare_text.service_ch_new {
  padding: 25px 0;
}
/* .who_weare_text.service_ch_new .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.who_weare_text.service_ch_new .row .col-md-6.col-sm-6 {
  width: 100%;
} */

.who_weare_text .service_ch_newsub {
  border: 1px solid #707070;
  padding: 20px 0;
}
.who_weare_text .service_ch_newsub2 {
  margin: 0 25px 0 0;
}
.who_weare_text .service_ch_newsub3 {
  margin: 0 0 0 25px;
}
.who_weare_text .service_ch_newsub p {
  font-family: var(--fontFamily);
  font-size: 25px;
  color: #0d0d0d;
}
.who_weare_text .service_ch_newsub li {
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 21px;
  color: #212121;
}
.team_dtls.team_dtls_last {
  right: 15px;
  left: auto;
}
.new_textwidth {
  margin: auto;
  width: 650px;
}
.location_alert22 {
  width: 81%;
  margin: auto 0 auto auto;
}
.petSeelct {
  margin: 0 0 25px;
}
.petSeelct select {
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  color: #bbb;
  line-height: 1;
  height: 45px;
  background: url(https://s3-us-west-1.amazonaws.com/suiteam-website/Website-Images/SuiteAmerica-Expand-Button.png)
    right no-repeat #fff;
  -webkit-appearance: none;
  background-position-x: 95%;
  border: 1px solid #ccc;
  border-radius: 0;
}
.petseelctBottom {
  border-bottom: 1px solid #aaa;
}
header.followMeBar {
  position: fixed;
  width: 100%;
}
.guest_sitenew .intra_staff2 .panel-default > .panel-heading h4 a {
  font-size: 35px;
  color: #000000;
  text-decoration: none;
}
.guest_sitenew .intra_staff2 .panel-default > .panel-heading h4 a:before {
  font-size: 35px;
}
.guest_sitenew
  .intra_staff2
  .panel-default
  > .panel-heading
  h4
  a.collapsed:before {
  font-size: 35px;
  display: block;
}
.guest_sitenew .panel #collapse2 .form-group img {
  height: 360px;
  margin: 0;
}
.guest_sitenew .panel #collapse2 .form-group .loc_maptop,
.guest_sitenew .panel #collapse2 .form-group .loc_maptop .lc_map {
  height: 360px;
}
.slidemenu_icons .fa-angle-right {
  display: none;
}
.slide-menu-control {
  text-transform: uppercase;
}
.location_rooms .pet_allowed ul li input {
  height: 42px;
  width: 50px;
}
.fold-table .panel-body_loader {
  width: 100%;
  margin: 15px auto auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.followMeBar .navbar-collapse.in {
  height: 350px;
}
.service_request .client_heading {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.service_request .who_weare .carousel img {
  height: auto;
  width: 100%;
}
.service_request .guest_site .banner_text .slide-text_22 h1 {
  font-family: var(--fontFamily);
  font-size: 80px;
  letter-spacing: 5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.service_request .guest_site .banner_text .slide-text_22 {
  top: 50%;
  transform: translatey(-50%);
  bottom: auto;
  z-index: 4;
}
.service_request .request_form .well {
  padding: 5px 0 0;
  border: 0;
  box-shadow: 0 0 0;
}
.service_request .request_form .well input.form-control {
  height: 50px;
  margin-bottom: 17px;
  border: 0;
  color: #000000;
  font-size: 1.2rem;
  padding: 6px 20px;
}
.service_request .request_form .well .form-group {
  overflow: hidden;
}
.service_request .request_form .well .form-group::-webkit-input-placeholder {
  color: #b8b8b8;
  font-size: 16px;
  padding: 8px;
}
.service_request .request_form .well .form-group:-ms-input-placeholder {
  color: #b8b8b8;
  font-size: 16px;
  padding: 8px;
}
.service_request .request_form .well .form-group::-moz-placeholder {
  color: #b8b8b8;
  font-size: 16px;
  padding: 8px;
}
.service_request .request_form {
  margin-top: 50px;
}
.service_request .request_form .well .form-group .form-control {
  border: 0;
  resize: none;
}
.service_request .request_form h1 {
  font-family: var(--fontFamily);
  margin-top: 0;
  color: #000000;
}
.service_request .request_form h1 span {
  font-size: 16px;
  font-style: italic;
  font-family: initial;
  font-weight: 600;
  color: #000000;
}
.service_request .request_form h2 {
  color: #000000;
  font-size: 17px;
  margin-bottom: 15px;
}
.service_request .request_form .well .intra_switch2 {
  height: 115px;
  margin: 0;
  border: 0;
}
.service_request .request_form .well .intra_switch2 p {
  font-size: 16px;
  text-align: left;
  color: #000000;
}
.request_form ol li,
.request_form ol li a {
  color: #000000;
  font-family: var(--fontFamily);
}
.service_request .request_form .well .intra_switch2 .one,
.service_request .request_form .well .intra_switch2 .two {
  width: 25%;
  float: left;
}
.request_form .well .intra_switch2 .switch {
  width: 55px;
  height: 28px;
  margin: 0;
}
.request_form .well .intra_switch2 .switch .slider:before {
  height: 25px;
  width: 25px;
}
.intra_switch2 sub {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 10px;
}
.service_request.moving_out .guest_site .banner_text .slide-text_22 {
  top: 35%;
}
.moving_out .guest_site .carousel img {
  opacity: 1;
}
.request_form ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
.request_form ol li {
  position: relative;
  list-style: none;
  font-size: 17px;
  margin-left: 40px;
  margin-bottom: 40px;
  text-align: justify;
}
.request_form ol li p {
  padding-top: 15px;
  font-family: var(--fontFamily);
  margin: 0;
}
.request_form ol li a {
  padding-top: 15px;
  font-size: 17px;
  text-decoration: underline;
}
.request_form ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -40px;
  top: 3px;
  background: #000000;
  font-size: 17px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}
.request_form ol li:after {
  position: absolute;
  left: -1em;
  top: 50%;
  margin-top: -0.5em;
  content: "";
  border: 0.5em solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service_request .request_form {
  padding: 50px 0;
  margin: 0;
}
.service_request .request_form h3 {
  color: #757575;
  font-size: 18px;
  margin-top: 40px;
}
.service_request .request_form p {
  text-align: justify;
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #000000;
}
.client_heading .navbar-collapse,
.moving_outbottom {
  text-align: center;
}
.service_request .request_form h4 {
  color: #292929;
  font-family: var(--fontFamily);
  font-size: 17px;
  margin: 0 0 5px;
}
.moving_outbottom {
  background: #000000;
  padding: 25vh 0;
  color: #fff;
}
.moving_outbottom h1 {
  color: #ffffff;
  font-size: 45px;
  letter-spacing: 1px;
  font-family: var(--fontFamily);
  margin-bottom: 20px;
}
.moving_outbottom p {
  font-style: italic;
  font-family: serif;
  font-size: 21px;
  letter-spacing: 0.5px;
  color: #d6d6d6;
}
.moving_outbottom .btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #000000;
  font-size: 20px;
  font-family: var(--fontFamily);
  margin-top: 25px;
  border-radius: 0;
  padding: 10px 20px;
}
.moving_outbottom .btn:hover{
  background: #ffffff;
  color: #000000;
}
.client_heading .main_ul {
  float: left;
}
.client_heading .navbar {
  border: 0;
  margin: 0 0 0 50px;
  background: 0 0;
}
.client_heading .navbar-default .navbar-nav > li {
  display: inline-block;
  padding: 0 40px 0 0;
}
.moving_inaccordion .panel-title > a:before,
.request_form .media-body .media-body ol li:before,
.request_form .troubleshoot ol li:before {
  display: none;
}
.client_heading .navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 0;
  line-height: 50px;
}
.moving_in .guest_site .banner_text .slide-text {
  padding-left: 0;
}
.moving_in .moving_outbottom {
  padding: 30px 0;
}
.moving_inaccordion .panel-default {
  position: relative;
  padding: 30px 20px;
  margin-bottom: 15px;
  border-radius: 0;
}
.moving_inaccordion .arrowDown,
.moving_inaccordion .arrowDown2,
.moving_inaccordion .arrowDown_new,
.moving_inaccordion .arrowDown_new2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0;
  position: absolute;
  transition: 0.25s all;
  opacity: 1;
  z-index: 8;
}
.moving_inaccordion .panel-default:nth-child(2n + 2),
.moving_inaccordion .panel-default:nth-child(2n + 2) .panel-heading {
  background-color: #f4f4f4;
}
.moving_inaccordion .panel-default:nth-child(2n + 2) .arrowDown_new2 {
  border-color: #f4f4f4 transparent #92595900;
}
.moving_inaccordion .arrowDown {
  border-color: #000000 transparent #92595900;
  bottom: -21px;
  right: 25px;
}
.moving_inaccordion .arrowDown2 {
  border-color: #fff transparent #92595900;
  bottom: -18px;
  right: 25px;
}
.moving_inaccordion .arrowDown_new {
  border-color: #000000 transparent #92595900;
  bottom: -21px;
}
.moving_inaccordion .arrowDown_new2 {
  border-color: #fff transparent #92595900;
  bottom: -18px;
}
.moving_inaccordion .panel-default > .panel-heading {
  background: #fff;
  border: 0;
  color: #000000;
  text-align: left;
  padding: 0;
  overflow: hidden;
}
.moving_inaccordion .panel-default .panel-title > a {
  font-family: var(--fontFamily);
  font-size: 22px;
  font-weight: 600;
}
.moving_inaccordion .panel-default .panel-title > a ~ p {
  padding-left: 45px;
  color: #555;
  font-family: var(--fontFamily);
  font-style: normal;
  font-size: 18px;
  padding-top: 10px;
}
.moving_inaccordion .panel-default .panel_bottm {
  font-family: var(--fontFamily);
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}
.moving_inaccordion .panel-default .panel_bottm h1 {
  color: #000000;
  font-size: 32px;
}
.moving_inaccordion .panel-default .panel_bottm h1 .fa {
  padding: 0 10px;
}
.moving_inaccordion .panel-default .panel_bottm p {
  color: #000000;
  font-family: var(--fontFamily);
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  word-wrap: break-word;
}
.moving_inaccordion .panel-default .panel_bottm p span {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  font-family: serif;
  font-style: italic;
}
.moving_inaccordion .panel-group .panel + .panel {
  margin-top: 0;
}
.moving_inaccordion .panel-default .panel-title .numberCircle {
  height: 30px;
  width: 30px;
  background: #000000;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.moving_inaccordion .panel-default .panel-body {
  color: #545454;
  font-family: var(--fontFamily);
  font-size: 20px;
  text-align: left;
  padding-left: 45px;
  border: 0 !important;
  padding-top: 0;
}
.movingin_bottom {
  background: #f5f5f5;
  padding: 70px;
}
.movingin_bottom .bottom_left h1,
.movingin_bottom .bottom_right h1,
.movingin_bottom .left h1,
.movingin_bottom .right h1 {
  color: #000000;
  font-size: 45px;
  font-family: var(--fontFamily);
  padding-top: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.movingin_bottom .left {
  background: url(https://s3-us-west-1.amazonaws.com/suiteam-website/Website-Images/SuiteAmerica-Guest-Portal-Moving-Two.png)
    0 no-repeat #fff;
  height: 500px;
  background-size: 55%;
  background-position-y: 0;
  background-position-x: 100%;
  margin-bottom: 30px;
}
.movingin_bottom .left h1 {
  margin-bottom: 20px;
  width: 50%;
  margin-top: 0;
}
.movingin_bottom .left img {
  width: 300px;
}
.movingin_bottom .bottom_left h1,
.movingin_bottom .bottom_right h1,
.movingin_bottom .right h1 {
  width: 50%;
}
.movingin_bottom .right {
  background: url(https://s3-us-west-1.amazonaws.com/suiteam-website/Website-Images/SuiteAmerica-Guest-Portal-Moving-Three.png)
    0 no-repeat #fff;
  height: 500px;
  background-size: 70%;
  background-position-y: 100%;
  background-position-x: 0;
  margin-bottom: 30px;
}
.movingin_bottom .right h1 {
  margin: 0 0 auto auto;
}
.movingin_bottom .bottom_left {
  background: url(https://s3-us-west-1.amazonaws.com/suiteam-website/Website-Images/SuiteAmerica-Guest-Portal-Moving-One.png)
    0 no-repeat #fff;
  height: 500px;
  background-size: 90%;
  background-position-y: 0;
  background-position-x: 100%;
  margin-bottom: 30px;
}
.movingin_bottom .bottom_left h1 {
  margin-bottom: 20px;
  margin-top: 0;
}
.movingin_bottom .bottom_right {
  background: url(https://s3-us-west-1.amazonaws.com/suiteam-website/Website-Images/SuiteAmerica-Guest-Portal-Moving-Four.png)
    0 no-repeat #fff;
  height: 500px;
  background-size: 70%;
  background-position-y: 100%;
  background-position-x: 0;
  margin-bottom: 30px;
}
.movingin_bottom .bottom_right h1 {
  margin: 0 0 auto auto;
}

.moving_in .guest_sitenew .intra_staff2 .panel-default > .panel-heading p {
  font-family: var(--fontFamily);
  font-size: 16px;
  padding-top: 10px;
}
#collapse2 p,
.media-body .media-body ol li,
.movingin_apps .list-content p,
.movingin_apps .list-content p a,
.service_request .request_form .media-body h3 {
  font-family: var(--fontFamily);
}
.service_request.moving_in .request_form {
  padding-top: 0;
}
.request_form .troubleshoot ol li {
  list-style-type: decimal;
}
.media-left .fa {
  color: #fff;
  background: #0b1f2c;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.media-left .fa img {
  width: 21px;
}
.service_request .request_form .media-body h2 {
  margin-top: 10px;
}
.media-body .media-left .fa {
  color: #000000;
  font-size: 30px;
  background: 0 0;
}
.media-body .media-body ol li {
  list-style-type: disc;
  text-align: justify;
  font-size: 17px;
  color: #000000;
  margin: 0 0 10px 20px;
}
.media-body .media-body {
  padding-bottom: 15px;
}
.service_request .request_form .media-body h3 {
  color: #0b1f2c;
  font-size: 19px;
  font-weight: 600;
  margin-top: 30px;
}
#collapse4 .request_form .troubleshoot ol li {
  margin: 0 0 10px 20px;
}
.moningin_thumb img {
  box-shadow: -5px 2px 4px #ada4a4;
}
.moningin_thumb p {
  text-align: center;
  padding-top: 15px;
  color: #000000;
  font-size: 22px;
}
.moningin_thumb p a {
  text-decoration: underline;
  color: #000000;
  font-size: 22px;
}
.moving_in .guest_sitenew .intra_staff2 {
  padding-top: 50px;
}
.moving_third .eqWrap {
  display: flex;
}
.moving_third .eq {
  padding: 10px;
}
.moving_third .equalHMWrap {
  justify-content: space-between;
}
.moving_third .equalHM {
  width: 100%;
}
.moving_third .equalHMV:nth-of-type(3n) {
  margin-right: 0;
}
.moving_third .equalHMV:nth-of-type(3n + 1) {
  margin-left: 0;
}
.moving_fourth .moningin_thumb img {
  box-shadow: 0 0 0;
}
.moving_third.moving_fourth .equalHM {
  width: 22%;
}
.moving_third.moving_fourth .equalHM .eqq2 {
  border: 1px solid #0b1f2c;
  background: #f5f5f5;
}
#collapse2 p {
  text-align: justify;
  font-size: 17px;
  color: #000000;
}
#collapse2 .p2,
#collapse2 .p3 {
  color: #0b1f2c;
  font-weight: 600;
}
#collapse2 .p2 {
  margin-bottom: 0;
}
#collapse2 .p3 {
  margin-bottom: 10px;
  margin-top: -10px;
}
.movingin_apps ul {
  list-style-type: none;
}
.movingin_apps ul li {
  display: inline-block;
  padding: 0 20px;
}
.movingin_apps ul li img {
  width: 100%;
  margin-bottom: 10px;
}
.movingin_apps ul li p {
  text-align: center;
}
.movingin_apps .list {
  display: flex;
  flex-wrap: wrap;
}
.movingin_apps .list-item {
  display: flex;
  padding: 0.5em;
  width: 12%;
}
.movingin_apps .list-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 100%;
}
.movingin_apps .list-content p {
  flex: 1 0 auto;
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.movingin_apps .list-content p a {
  text-decoration: underline;
  color: #000000;
}
.client_heading .navbar-default .navbar-collapse {
  background: 0 0;
}
.account_profile .guest_site .toggleHeading {
  font-family: sarif;
}
.profile_submenu {
  left: 0px;
  right: 0px;
  background: #fff;
  -webkit-box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 65px;
  z-index: 10;
  width: 100%;
  height: 60px;
}
.subHeaderHeight{
  height: 60px;
}
.codeconveyHeader + div > .subHeaderHeight{
  height: auto;
}
.codeconveyHeader + div + div .SAweb_updateUi .fixedNavSpace{
   height: auto;
}


.profile_submenu .navbar-inverse {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
}
.profile_submenu .navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-family: var(--fontFamily);
  font-size: 1.08rem;
  font-weight: 500;
}
.img-slide h2,
.slide-text h2.font300 {
  font-family: var(--fontFamily);
}
.img-on-text.company_bannertxt h1,
.img-on-text.company_bannertxt p {
  font-family: var(--fontFamily);
}
.modal-confirm {
  color: #434e65;
  width: 525px;
}
.modal-confirm .modal-content {
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
.modal-confirm .modal-header {
  background: #47c9a2;
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 35px;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}
.modal-confirm .close {
  position: absolute;
  top: 8px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
  font-size: 27px;
}
.modal-confirm .close:hover {
  opacity: 0.8;
}
.modal-confirm p {
  margin-top: 20px;
}
.modal-confirm .icon-box {
  color: #fff;
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
  border: 5px solid #fff;
  padding: 15px;
  text-align: center;
}
.modal-confirm .icon-box i {
  font-size: 64px;
  margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
}
.scrollbar {
  float: left;
  height: 120px;
  width: 100%;
  overflow-y: scroll;
}
.refine-search-wrap .panel-title {
  position: relative;
}
.refine-search-wrap .panel-title > a {
  position: absolute;
  right: 0px;
  top: 0px;
}
.refine-search-wrap .refine_h a{
  color: #000000;
}
.refine-search-wrap .panel-title > a.collapsed::before,
.refine-search-wrap .panel-title > a::before {
  float: inherit;
}
.corporate-h .cc_image_text {
  width: 30%;
}
.img-slide h2 {
  color: #fff;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}
.img-slide h2 + p {
  margin-bottom: 20px;
}
.caption_text.services_cs h1 {
  color: #231f20;
  font-size: 90px;
  margin: 0;
  font-weight: 400;
}
.caption_text.services_cs {
  text-align: center;
  padding: 100px 0;
  background: #fff;
}
.caption_text.services_cs h2 {
  margin: 0;
}
.caption_text.services_cs h2 span {
  color: #000000;
  font-style: italic;
  font-family: serif;
  font-size: 65px;
  letter-spacing: 1px;
  font-weight: 800;
}
.img-slide-btn {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 15px 60px;
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 98;
  font-weight: 500;
}
.img-slide-btn:hover{
  background: #ffffff;
  color: #000000;
}
.quote-section .quote-s,
.quote-section .quote-text {
  font-family: var(--fontFamily);
  font-style: oblique;
  color: #818385;
}
.quote-section .quote-s img{
  filter: brightness(0);
}
.quote-section {
  padding: 100px 0;
  text-align: center;
}
.quote-section .quote-s {
  font-size: 200px;
  line-height: 100px;
}
.quote-section .quote-text {
  font-size: 30px;
  line-height: 1.5em;
}
.tech_thumb .techcaption.new-d {
  transform: scaleY(1) !important;
}
.tech_thumb .techcaption.new-d .techblur {
  background-color: rgba(0, 0, 0, 0);
}
.owl-nav .center-left,
.owl-nav .center-right {
  position: absolute;
  top: calc(50% - 50px);
  cursor: pointer;
}
.owl-nav .center-left {
  left: 10%;
}
.owl-nav .center-right {
  right: 10%;
}
.corporate-housing-slider .owl-nav .center-left {
  left: 6%;
}
.corporate-housing-slider .owl-nav .center-right {
  right: 6%;
}
.owl-nav .center-left i,
.owl-nav .center-right i {
  font-size: 120px;
  color: #fff;
}
.corporate-housing-slider div img + .img-details {
  position: absolute;
  z-index: 15;
  top: 0;
  text-align: center;
  width: 100%;
  padding: 0 30%;
  color: #fff;
  height: 100%;
}
.corporate-housing-slider div img + .img-details h2 {
  font-weight: 300;
  font-family: var(--fontFamily);
  line-height: 1.3em;
  margin-bottom: 40px;
}
.banner_text .small_caption,
.modal-body h2 {
  font-family: var(--fontFamily);
}
.corporate-housing-slider div.img-details::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.corporate-housing-slider div.owl-item.active.center .img-details::after {
  background-color: rgba(0, 0, 0, 0);
}
.modal-body h2 {
  margin-bottom: 30px;
}
.bb_text img {
  width: 38px;
  position: relative;
  top: 5px;
}
.cc_image_text_main img {
  width: 100%;
}
.banner_text .small_caption {
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 16px;
  right: 15%;
  width: 40%;
  text-align: center;
}
.account-profile-sdr .owl-nav .center-left,
.account-profile-sdr .owl-nav .center-right {
  position: absolute;
  top: calc(50% - 50px);
  cursor: pointer;
}
.account-profile-sdr .owl-nav .center-left {
  left: 0;
}
.account-profile-sdr .owl-nav .center-right {
  right: 0;
}
.account-profile-sdr .owl-nav .center-left.disabled img,
.account-profile-sdr .owl-nav .center-right.disabled img {
  display: none;
}
.account-profile-sdr .owl-nav .center-left i,
.account-profile-sdr .owl-nav .center-right i {
  font-size: 120px;
  color: #454545;
}
.intra_staff2 .panel-group .panel:last-child {
  border-bottom: 1px solid #948f8f;
}
.gotquote {
  border-top: 1px solid #aaa;
}
.load-more {
  text-align: center;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.client_portal .table.fold-table > thead > tr > th {
  font-size: 17px;
  color: #000;
  font-weight: 500;

}
.cover-tophd-ht {
  height: 60px;
  height: auto;
  display: none;
}
.cover-tophd-ht-143 {
  height: 143px;
}
.view_images {
  width: 100%;
  margin: auto;
  position: relative;
  height: auto;
  overflow: hidden;
}
.view_images img {
  height: 400px;
  max-width: 100%;
}
.travel-booking-slider .owl-buttons .owl-next,
.travel-booking-slider .owl-buttons .owl-prev,
.view_more_img .owl-buttons .owl-next,
.view_more_img .owl-buttons .owl-prev {
  top: calc(50% - 10px);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding-top: 5px;
}
.travel-booking-slider .owl-buttons .owl-next,
.travel-booking-slider .owl-buttons .owl-prev {
  padding: 10px;
  top: calc(50% - 20px);
}
.travel-booking-slider .owl-buttons .owl-next img,
.travel-booking-slider .owl-buttons .owl-prev img {
  width: 20px;
}
.view_more_img .modal-header {
  padding: 15px;
  border-bottom: 0 solid #e5e5e5;
}
.view_more_img .modal-content {
  background: #f5f5f5;
  z-index: 9999999;
}
.view_more_img .modal-body {
  margin: auto;
  text-align: center;
}
.red_bdr_btn {
  display: block;
  width: 200px;
  margin: auto auto 10px;
  background: 0 0;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 0;
}
.red_bdr_btn:active,
.red_bdr_btn:focus,
.red_bdr_btn:hover {
  background: #000000;
  color: #fff;
  transition: all 0.5s;
}
.refine-search-wrap .panel-title span {
  margin-right: 10px;
  font-family: var(--fontFamily);
  font-size: 1.5rem;
  color: #000000;
}
.datepicker table tr td,
.datepicker table tr th {
  border: 1px solid #ddd !important;
}
.datepicker table tr td {
  padding: 15px;
}
.datepicker .table {
  background: #fff;
  box-shadow: 2px 2px 15px #ccc;
}
.datepicker .table-style tr:first-child th {
  background: 0 0 !important;
}
.datepicker thead tr {
  display: none;
}
.datepicker .day.active {
  background-color: #000000 !important;
}
.datepicker td,
.datepicker th {
  border-radius: 0 !important;
}
#serviceRequest h2 a,
h2 a.contact-us-mobile {
  font-family: var(--fontFamily);
  font-size: 2.75rem;
  font-weight: 500;
  color: #000000;
  display: inline-block;
}
.moving_inaccordion h1 a {
  color: #000000;
  font-size: 26px;
}
.pac-container {
  z-index: 9999999 !important;
}
.booknow-date-picker .react-datepicker__input-container input {
  background-color: #fff !important;
}
.booknow-date-picker .react-datepicker-wrapper {
  width: 100%;
}
.booknow-date-picker .react-datepicker__input-container {
  display: block;
}
.insepection_acco .panel {
  box-shadow: 0 0 0 transparent;
  border-top: 1px solid #999;
  border-bottom: 0 solid #999;
  border-right: 0;
  border-left: 0;
}
.insepection_acco .panel .panel-body {
  background-color: #f5f5f5;
}
.insepection_acco .panel .panel-body .radiosec label {
  color: #000;
}
.insepection_acco
  #accordion.company_acdn
  .panel-default
  > .panel-heading
  h4
  a.collapsed::before {
  content: "" !important;
  color: #888;
}
.insepection_acco
  #accordion.company_acdn
  .panel-default
  > .panel-heading
  h4
  a::before {
  content: "" !important;
  color: #888;
}
.insepection_acco #accordion.company_acdn .panel .panel-heading .panel-title a {
  font-size: 20px;
}
.insepection_acco #accordion.company_acdn .panel .panel-heading {
  padding-bottom: 15px;
}
.insepection_acco .custom_radio {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--fontFamily);
}
.inspection-cover-tophd-ht {
  height: 0;
}
.insepection_acco .panel-body {
  padding: 15px !important;
}

.client-cover-tophd-ht {
  height: 142px;
}

.flexgrow.flex div {
  flex-grow: 1;
}
.flexgrow.flex {
  flex-wrap: wrap;
}
.reserveflex select {
  color: #999;
}

.pdfdownload {
  display: flex;
  align-content: center;
  align-items: center;
  height: 100vh;
}
.pdfdownload .pdfbg {
  position: absolute;
}
.pdfdownload .pdfdownload_con {
  text-align: center;
  position: relative;
  z-index: 5;
  font-size: 18px;
}
.pdfdownload .pdfdownload_con img {
  width: 50px;
  /* margin-bottom: 30px; */
  margin-right: 15px;
}
.pdfdownload .btn {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  margin: 20px 0px;
  font-size: 15px;
  padding: 10px 20px;
}

.btn-pdf-download .btn {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  margin: 20px 0px;
  font-size: 15px;
  padding: 10px 20px;
}
.service_request .request_form .well .intra_switch2 sub {
  top: -8px;
}

ul.community_tabs.ameniteslistUl li {
  width: 33.333333%;
}

.auto-confirmpage .intra_header .jessalyne_proitem p {
  margin-top: 5px;
  font-weight: 500;
  font-family: var(--fontFamily);
  font-size: 15px;
}
.auto-confirmpage .intra_header .jessalyne_proitem p span {
  color: #0089ff;
}
.auto-confirmpage .intra_header .jessalyne_proitem p b {
  float: right;
  font-weight: 500;
}

.auto-confirmpage .intra_header .jessalyne_proitem p {
  margin-top: 5px;
  font-weight: 500;
  font-family: var(--fontFamily);
  font-size: 15px;
}
.auto-confirmpage .intra_header .jessalyne_proitem p span {
  color: #0089ff;
}
.auto-confirmpage .intra_header .jessalyne_proitem p b {
  float: right;
  font-weight: 500;
}
.auto-confirmpage .intra_header .jessalyne_proitem p span {
  color: #0089ff;
}
ul.community_tabs.ameniteslistUl li {
  width: 33.333333%;
}
.auto-confirmpage .intra_header .newpara-ptag {
  font-family: var(--fontFamily);
  min-height: 95px;
  margin: 15px 0px 0px 0px;
  font-size: 15px;
  font-weight: 500;
}



.service_ch_new.paraBoxEqual .boxItem{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-column-gap: 30px;
}

.rm_header .SAweb_updateUi .fixedNavSpace{
  height: auto !important;
}

@media screen and (min-width: 1600px) {
  .profile_submenu {
    top: 4.4rem;
  }
} /*1600px*/

@media screen and (min-width: 1660px) {
  /* .profile_submenu {
    height: 4.6rem;
  } */
} /*1660px*/
@media screen and (min-width: 2000px) {
  .profile_submenu {
    top: 4.1rem;
  }
} /*2000px*/

@media screen and (max-width: 991px) {
  .profile_submenu {
    top: 4.8rem;
  }
  .pdfdownload .pdfdownload_con img{
    margin-bottom: 25px;
  }
  .pdfdownload{
    justify-content: center;
  }
  .ss_heading .nav-tabs{
    padding-top: 8px;
  }
} /*991px*/

@media (max-width: 850px) {
  .l_highlights ul li a .fa-wheelchair {
    width: 80px;
  }
} /*850px*/

@media screen and (max-width: 767px) {
  .profile_submenu {
    top: 3.7rem;
  }
  .l_highlights ul li a .fa-wheelchair{
    width: 95px;
  }
 
  .who_weare_text.service_ch_new .row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }

  .login-dp {
    background-color: inherit;
    color: #fff;
  }
  .login-dp .bottom {
    background-color: inherit;
    border-top: 0 none;
  }
  .technology .banner_text .img-on-text {
    text-align: left;
  }
  .technology .banner_text .img-on-text h2 {
    font-size: 20px;
  }
  .technology .banner_text .img-on-text p {
    font-size: 16px;
  }
  .white-md {
    background-color: #fff;
  }
  .grey-bg {
    background-color: #e5e5e5;
  }
  .service_ch_new.paraBoxEqual .boxItem{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    max-width: 320px;
    margin: auto;
 }
} /*767px*/

@media screen and (max-width: 575px) {
  .auto-confirmpage .intra_header .jessalyne_proitem p {
    font-size: 12px;
  }
  .auto-confirmpage .jessalyne_proitem .img_div {
    height: auto;
  }
  .auto-confirmpage .jessalyne_proitem .img_div img {
    width: 100%;
  }
} /*575px*/
@media (max-width: 480px) {
  .reserveflex.flexgrow .form-group {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .auto-confirmpage .intra_header .jessalyne_proitem p b {
    display: block;
    float: inherit;
  }
}


.owl-carousel.corporate-housing-slider,
.owl-carousel.corporate-housing-slider .owl-item img{
  min-height: 350px;
}