body {
  color: #444444;
  font-family: "Tahoma" !important;
  font-size: 16px;
  font-weight: 400; }

  @font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
  font-family: 'Tahoma';
  src: url("../fonts/Tahoma.woff") format("woff"), url("Tahoma.ttf") format("truetype"), url("Tahoma.svg#Tahoma") format("svg");
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  margin-top: 0;
  color: inherit;
  font-weight: 400; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

h1 {
  font-size: 2.188em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.125em; }

p {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5; }

ul, ol {
  margin: 0; }

b, strong {
  font-weight: 700; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.alignright {
  display: inline;
  float: right;
  margin: 0 0 0 15px; }

.alignleft {
  display: inline;
  float: left;
  margin: 0 15px 0 0; }

.navbar-default {
  background: none;
  border: none;
  margin-bottom: 0; }
  .navbar-default .navbar-header .navbar-brand {
    height: auto; }
  .navbar-default .navbar-header .navbar-toggle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    border: none;
    border-radius: 0; }
    .navbar-default .navbar-header .navbar-toggle .icon-bar {
      background: #1d1d1d; }
    .navbar-default .navbar-header .navbar-toggle:hover, .navbar-default .navbar-header .navbar-toggle:focus {
      background: #ee6a00; }
      .navbar-default .navbar-header .navbar-toggle:hover .icon-bar, .navbar-default .navbar-header .navbar-toggle:focus .icon-bar {
        background: #fff; }
  .navbar-default .navbar-collapse {
    max-height: 360px; }
    .navbar-default .navbar-collapse .navbar-nav li:hover > .menu-caret, .navbar-default .navbar-collapse .navbar-nav li:focus > .menu-caret {
      color: #fff; }
    .navbar-default .navbar-collapse .navbar-nav li:hover > a, .navbar-default .navbar-collapse .navbar-nav li:focus > a {
      background: #1d1d1d;
      color: #fff; }
    .navbar-default .navbar-collapse .navbar-nav li a {
      color: #1d1d1d;
      font-family: "Barlow", sans-serif;
      text-transform: uppercase; }
      .navbar-default .navbar-collapse .navbar-nav li a:hover, .navbar-default .navbar-collapse .navbar-nav li a:focus {
        background: #fff09a;
        color: #ee6a00;
        text-decoration: none;
        outline: none; }
      .navbar-default .navbar-collapse .navbar-nav li a:hover {
        font-weight: 700; }
    .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu {
      background: #fff;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      min-width: inherit;
      padding: 0;
      border-radius: 0; }
      .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu a {
        padding: 10px 15px;
        color: #1d1d1d; }
        .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu a:hover, .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu a:focus {
          background: #1d1d1d;
          color: #fff;
          text-decoration: none;
          outline: none; }
      .navbar-default .navbar-collapse .navbar-nav li .dropdown-menu .has-sub {
        position: relative; }
    .navbar-default .navbar-collapse .navbar-nav li.active > a {
      background: #fff09a;
      color: #ee6a00;
      font-weight: 700; }
      .navbar-default .navbar-collapse .navbar-nav li.active > a:hover, .navbar-default .navbar-collapse .navbar-nav li.active > a:focus {
        background: #fff09a;
        color: #ee6a00;
        text-decoration: none;
        outline: none; }
    .navbar-default .navbar-collapse .navbar-nav li.active > .menu-caret {
      color: #fff; }
    .navbar-default .navbar-collapse .navbar-nav li.has-sub:hover > .menu-caret, .navbar-default .navbar-collapse .navbar-nav li.has-sub:focus > .menu-caret {
      color: #fff; }
    .navbar-default .navbar-collapse .navbar-nav li.has-sub:hover > a, .navbar-default .navbar-collapse .navbar-nav li.has-sub:focus > a {
      color: #fff; }
    .navbar-default .navbar-collapse .navbar-nav li.has-sub a {
      padding-right: 30px; }
      .navbar-default .navbar-collapse .navbar-nav li.has-sub a:focus ~ .menu-caret {
        color: #fff; }
    .navbar-default .navbar-collapse .navbar-nav li.has-sub.open > .menu-caret {
      color: #fff; }
    .navbar-default .navbar-collapse .navbar-nav li.has-sub.open > a {
      background: #1d1d1d;
      color: #fff; }
      .navbar-default .navbar-collapse .navbar-nav li.has-sub.open > a:hover, .navbar-default .navbar-collapse .navbar-nav li.has-sub.open > a:focus {
        background: #1d1d1d;
        color: #fff;
        text-decoration: none;
        outline: none; }
    .navbar-default .navbar-collapse .navbar-nav.navbar-right .dropdown-menu .has-sub > .dropdown-menu {
      right: 100%;
      left: auto; }

.menu-caret {
  color: #1d1d1d;
  cursor: pointer;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px; }

.navbar-toggle .icon-bar {
  -webkit-transition: .5s ease;
  transition: .5s ease; }

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0); }

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1; }

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0); }

.navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateY(4px) translateX(-5px);
  transform: rotate(-45deg) translateY(4px) translateX(-5px); }

.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0; }

.navbar-toggle .icon-bar:nth-child(4) {
  -webkit-transform: rotate(45deg) translateY(-4px) translateX(-4px);
  transform: rotate(45deg) translateY(-4px) translateX(-4px); }

/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.animated-icon1 span {
  background: #e65100; }

.animated-icon2 span {
  background: #a0a0a0; }

.animated-icon3 span {
  background: #f3e5f5; }

.animated-icon1 span:nth-child(1) {
  top: 0px; }

.animated-icon1 span:nth-child(2) {
  top: 10px; }

.animated-icon1 span:nth-child(3) {
  top: 20px; }

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px; }

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px; }

.animated-icon2 span:nth-child(4) {
  top: 20px; }

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

/* Custom Header CSS */
.navbar {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .navbar .container {
    display: block; }
    .navbar .container .navbar-brand {
      margin-top: 2rem; }
    .navbar .container .navbar-nav li {
      margin: 0px 14px; }
      .navbar .container .navbar-nav li a {
        font-size: 20px; }
      .navbar .container .navbar-nav li .btn-warning {
        background-color: #f7941e !important;
        text-transform: none;
        font-size: 20px;
        border-radius: 84px;
        padding: 12px 25px;
        position: relative;
        bottom: 5px; }

footer {
  background: #fff;
  color: #1d1d1d;
  padding: 21px 0;
  text-align: center;
  font-family: "Barlow", sans-serif; }

.banner {
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  *margin-top: 15rem; }
  .banner .banner-content {
    margin-top: 33rem;
    margin-bottom: 3rem; }
    .banner .banner-content h1 {
      font-size: 60px;
      color: #fff;
      font-weight: bold; }
    .banner .banner-content p {
      font-size: 25px;
      color: #fff; }
    .banner .banner-content .btn-warning {
      background-color: #f7941e !important;
      text-transform: none;
      font-size: 20px;
      border-radius: 84px;
      padding: 18px 54px;
      margin-top: 2rem; }

.sections {
  padding: 3rem 15px; }
  .sections h2 {
    font-size: 40px;
    color: #129567;
    font-weight: bold; }
  .sections h3 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 1.5rem; }
  .sections p {
    font-size: 18px;
    padding-bottom: 2rem; }

.gray-bg {
  background-color: #f2f2f2; }
  .gray-bg .text-center p {
    width: 90%;
    margin: 0 auto; }

.branches .branches-box {
  border: 1px solid #d9d9d9;
  margin-right: 0px;
  margin-top: 2rem; }
  .branches .branches-box .col-md-7 {
    padding-left: 0;
    padding-right: 0; }
  .branches .branches-box .branches-content {
    padding: 20px 0px; }
    .branches .branches-box .branches-content p b {
      color: #f7941e; }
    .branches .branches-box .branches-content h3 {
      padding-top: 5rem; }

.contact .contact-form textarea {
  height: 131px;
  padding-top: 14px;
  width: 100%;
  padding-left: 18px;
  border: 1px solid #c5c5c5; }

.contact .contact-form input {
  width: 100%;
  padding-left: 18px;
  height: 69px;
  border: 1px solid #c5c5c5; }

.contact .contact-form .input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  border-radius: .25rem;
  position: absolute;
  right: 16px;
  top: 20px;
  z-index: 99999;
  padding-left: 31rem; }
  .contact .contact-form .input-group-text i {
    visibility: hidden; }

.contact .contact-form .btn-warning {
  background-color: #f7941e !important;
  text-transform: none;
  font-size: 20px;
  border-radius: 84px;
  padding: 18px 54px;
  margin-top: 2rem; }

.contact .contact-form p {
  padding-bottom: 0; }

footer {
  background-color: #129568;
  text-align: left;
  padding: 21px 15px; }
  footer p {
    color: #fff;
    font-size: 24px; }
    footer p span {
      color: #f8f8f982; }

.copyright {
  background-color: #0a6848;
  padding: 14px 0px; }
  .copyright p small {
    color: rgba(209, 209, 209, 1);
    font-size: 12px; }

@media (max-width: 1024px) {
  .navbar .container .navbar-nav li a {
    font-size: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-caret {
    margin-top: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wrapper {
    margin-bottom: -94px;
    padding-bottom: 94px; } }

@media (max-width: 768px) {
  .banner {
    background-size: cover; }
  .banner .banner-content {
    margin-top: 3rem;
    margin-bottom: 1rem; }
  .banner .banner-content h1 {
    font-size: 35px;
    color: #fff;
    font-weight: bold; }
  .banner .banner-content p {
    font-size: 24px;
    color: #fff; } }

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px; }
  .menu-caret {
    margin-top: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wrapper {
    margin-bottom: -91px;
    padding-bottom: 91px; } }

    @media (max-width: 767px) {
      .banner {
        background-size: cover;
        *margin-top: 9rem; }
        .banner .banner-content {
          margin-top: 1rem;
          margin-bottom: 0rem; }
          .banner .banner-content h1 {
            font-size: 22px; }
          .banner .banner-content p {
            font-size: 13px; }
          .banner .banner-content .btn-warning {
              font-size: 15px;
              border-radius: 84px;
              padding: 9px 28px;
              margin-top: 1rem;
              margin-bottom: 15px;
           }
      .sections h2 {
        font-size: 25px;
        margin-top: 1rem; }
      .sections .col-md-4 h3 {
        padding-bottom: 1.5rem; }
      .branches .branches-box img {
        width: 100%; } 
    
        .navbar .container .navbar-brand img{
          width: 75%;
        }

        .navbar .container {
          display: flow-root !important;
        }
        .navbar-toggler{
          padding: 20px !important;
        }
      
      
      }

@media (max-width: 379px) {
  .navbar .navbar-brand {
    width: 69%; }
  .navbar .collapse .navbar-nav li a {
    font-size: 16px; }
  .banner .banner-content h1 {
    font-size: 15px; }
  .banner .banner-content p {
    font-size: 12px; }
  .banner .banner-content .btn-warning {
    font-size: 14px;
    border-radius: 84px;
    padding: 6px 19px;
    margin-top: 1rem; }
    
    footer p {
      color: #fff;
      font-size: 19px;
  }

  .navbar .container .navbar-brand img{
    width: 67%;
  }

  .banner .banner-content h1 {
    font-size: 18px;
  }
  
  }

@media (max-width: 320px) {
  .banner .banner-content h1 {
    font-size: 15px; }
  .banner .banner-content p {
    font-size: 12px; }
  .banner .banner-content .btn-warning {
    font-size: 12px;
    border-radius: 84px;
    padding: 6px 22px;
    margin-top: 0.5rem; } }


    /* 6/10/2019 */


@media screen and (max-width: 768px) {
  .branches .branches-box img {
    width: 100%;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  .copyright p small {
    color: #fff;
  }
}

@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */ 
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  
  .copyright p small {
    color: #fff;
  }

  @font-face {
    font-family: 'Tahoma';
    src: url("../fonts/Tahoma.woff") format("woff"), url("Tahoma.ttf") format("truetype"), url("Tahoma.svg#Tahoma") format("svg");
    font-weight: normal;
    font-style: normal; }
}


/* 404 poage */

.error-page .banner {
  height: 563px;
}

.error-page .banner .banner-content {
  margin-top: 9rem;
  margin-bottom: 3rem;
}

.error-page .banner .banner-content p {
  font-size: 20px;
}

.error-page .banner .banner-content h1 {
  font-size: 44px;
  color: #fff;
  font-weight: bold;
}

.contact .contact-form .input-group-text {
  padding-bottom: 29px;
}

.bootstrap-datetimepicker-widget table td span {
  color: #000;
}

.contact-form select {
  height: 69px;
  width: 100%;
  padding-left: 11px;
  color: #797878;
  border: 1px solid #c5c5c5;
}


/* 6/24/19 */


.navslide {
  animation-name: nav-slide;
  -webkit-animation-name: nav-slide;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  z-index: 99999;
  background-color: #fff !important;
}

@keyframes nav-slide {
0% {
  opacity: 0;
  transform: translateY(-70%);

} 
100% {
  opacity: 1;
  transform: translateY(0%);
  
}
}
@-webkit-keyframes nav-slide {
0% {
  opacity: 0;
  -webkit-transform: translateY(-70%);

} 
100% {
  opacity: 1;
  -webkit-transform: translateY(0%);
 
}
}

.navbar {
  box-shadow: 1px 1px 10px rgba(50, 50, 50, 0.5);
}

@media screen and (min-width: 1024px) {
  .f-left {
    float: left;
  }
  
  .m-top {
    margin-top: 2rem;
  }
  
  .link-font {
    font-size: 14px !important;
  }

  .img-width {
    width: 137px;
  }

/*   .cnt-link a {
    pointer-events: none;
  } */
}




/* 8/5/2019 */




.banner {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 1024px) {
  .banner .banner-content {
    margin-top: 17rem;
    margin-bottom: 3rem;
  }
}

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


  .banner .banner-content {
    margin-top: 9rem;
    margin-bottom: 4rem;
  }
}




/* 8/14/2019 */


.navbar-brand img {
  width: 172px;
}

.navbar .container .navbar-nav li a {
  font-size: 18px;
}

.navbar .container .navbar-nav li .btn-warning {
  font-size: 14px;
}

.navbar .container .navbar-brand {
  margin-top: 1rem;
}

.navbar {
  padding: 0 18px;
}

@media (max-width: 767px) {
  .navbar .container .navbar-brand img {
    width: 53%;
}
}


/* 1/16/2020 */


.less-wait {
  border-bottom: 1px solid #ddd;
}

.less-wait p {

  padding-bottom: 0;

}


.less-wait h2 {

  font-weight: 400;

}

.less-wait .less-info {
  padding-top: 3rem;
}

.less-wait h3 {

  padding-top: 0;
  font-weight: 400;
  font-size: 25px;

}

.less-wait img {

  max-width: 100%;
}




@media screen and (min-width: 1024px) {

  .banner .banner-content {
    margin-top: 21rem;
    margin-bottom: 3rem;
}

.banner .banner-content h1 {
  font-size: 50px;
}


}

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


.less-wait .less-info {
  padding-top: 3rem;
}

.less-wait h3 {
  font-size: 20px;
}



}




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


.less-wait h3 {
  font-size: 20px;
}

.branches .branches-box .branches-content h3 {
  padding-top: 0rem;
}

.sections {
  padding: 2rem 15px;
}

.branches .branches-box .branches-content h3 {
  padding-top: 0rem;
}

.less-wait .less-info {
  padding-top: 0rem;
}

}



span.contact_number {
  display: block;
  margin-bottom: 21px;
}


/* 1/17/2020 */

/* 6/2/2022 */

footer .col-lg-6 {
    text-align: center;
}

/* DECEMBER 2, 2022 */
@media screen and (min-width: 768px) and (max-width: 992px){
  .mobile-view{
      flex: 0 0 100% !important;
      max-width: 100% !important;
  }
 .branches .branches-box .branches-content {
    text-align: center !important;
}
	.branches .branches-box img {
    width: 100% !important;
}
}

