@charset "UTF-8";

body {
  margin: 0px;
  padding: 0px;
  margin-top: 76px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #445;
  font-family: "Raleway", sans-serif;
}

p {
  font-family: "Raleway", sans-serif;
}

.fs-18 {
  font-size: 18px;
}

.screen-sm,
.small-screen {
  display: none;
}

.main-color {
  color: #0971ad;
}

.header-color {
  color: #37517e !important;
}

.text-color {
  color: #555;
}

.text-orange {
  color: rgb(255, 136, 1) !important;
}

.text-blue {
  color: #2c4ec9 !important;
}

.bg-main {
  background-color: #0971ad !important;
}

.bg-black-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-lt-blue {
  background-color: rgba(205, 230, 254, 0.5);
  background-color: rgba(52, 152, 219, 0.1);
}

.bg-lt-green {
  background-color: rgba(205, 254, 225, 0.5);
}

.bg-lt-yellow {
  background-color: rgba(251, 254, 205, 0.5);
}

.bg-blue-blend {
  background-image: linear-gradient(rgba(205, 230, 254, 0.5), rgba(205, 254, 225, 0.5));
}

.bg-green-blend {
  background-image: linear-gradient(rgba(205, 254, 225, 0.5), rgba(205, 230, 254, 0.5));
}

.bg-dark-blue {
  background-color: #0e1d34;
}

.bg-facebook {
  background: #3a5998;
}

.bg-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
}

.link-active {
  color: #0971ad !important;
}

a {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  padding: 50px 0px;
  padding: 40px 0;
  overflow: hidden;
}

.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50 {
  width: 100%;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.spacer-50 {
  height: 50px;
}

.spacer-100 {
  height: 100px;
}

.divider {
  width: 80%;
  margin: auto;
  height: 10px;
  background-color: rgba(100, 1, 1, 0.3);
  background-color: rgba(52, 152, 219, 0.3);
}

.bg-transparent {
  background-color: transparent;
}

.flash-box {
  position: absolute;
  top: 22px;
  width: 100%;
  left: 0;
  display: none;
}

.flash-box .flash-message-box {
  background-color: #0ab83e;
  max-width: 480px;
  margin: auto;
  padding: 4px;
  border-radius: 4px;
}

.flash-box .flash-message-box .flash-message {
  background-color: #0d6126;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.bam-btn,
.bam-btn:focus {
  background: transparent;
  height: 42px;
  margin-top: 16px;
  padding: 8px 20px;
  border-radius: 25px;
}

.last-cta-container .ready-moving img {
  height: 90px;
}

.last-cta-container h3 {
  color: #000;
}

.last-cta-container .cta-btn {
  margin-top: 0;
  background: #001f8d;
  color: #fff;
}

.last-cta-container .cta-btn,
.last-cta-container .cta-btn:focus {
  border: 1px solid #001f8d;
  color: #fff;
}

.last-cta-container .cta-btn:hover,
.last-cta-container .cta-btn:focus:hover {
  background: #0937e0;
  color: #fff;
}

.last-cta-container .accordion-body {
  font-family: "Raleway", sans-serif;
}

.col-input label.error {
  position: absolute;
  display: none;
  top: -22px;
  left: 0;
  padding-left: 20px;
  background-color: #eee;
  color: #fff;
  color: red;
  font-size: 14px;
  width: calc(100% - 25px);
  border-radius: 5px 5px 0 0;
}

#mainForm input.error {
  border-color: rgb(255, 51, 102);
}

#mainForm input.valid {
  border-color: #07c540;
}

::-webkit-datetime-edit-text {
  color: transparent;
}

.top-navbar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  height: 76px;
  border-bottom: 1px solid #ddd;
}

.page-wrapper {
  height: 2px;
  width: 100%;
}

.header-section {
  display: flex;
  justify-content: space-between;
}

.header-section .header-logo {
  padding-top: 5px;
}

.header-section .header-logo img {
  height: 68px;
  width: auto;
  padding: 5px;
}

.header-section .navbar .nav-link {
  font-size: 1.2rem;
}

.header-section .get-a-quote,
.header-section .get-a-quote:focus {
  border: 1px solid #001f8d;
  color: #001f8d;
}

.header-section .get-a-quote:hover,
.header-section .get-a-quote:focus:hover {
  background: #001f8d;
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

#locationMenu {
  position: relative;
}

#locationMenu .card {
  max-height: 400px;
  overflow-y: scroll;
}

#locationMenu .card hr {
  margin: 5px 0;
}

#locationMenu .card .cities-row .col {
  min-width: 170px;
  padding: 5px 10px;
}

#locationMenu .card .cities-row .col span {
  color: #001668;
}

#locationMenu .back-to-top {
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 996;
  background-color: #fa002a;
  padding: 12px 11px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

#locationMenu .back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.book-btn {
  text-align: center;
  padding-top: 30px;
}

.book-btn .lets-talk,
.book-btn .lets-talk:focus {
  border: 1px solid #ff7b00;
  color: #fff;
  text-shadow: 1px 1px 1px #404d5e;
  background-color: #ff8801;
  font-size: 20px;
  padding: 10px 30px;
}

.book-btn .lets-talk i,
.book-btn .lets-talk:focus i {
  margin-right: 15px;
}

.book-btn .lets-talk:hover,
.book-btn .lets-talk:focus:hover {
  background: green;
  border-color: rgb(1, 110, 1);
  color: #fff;
}

.main-hero-section {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto, cover;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url("/images/bg.jpeg");
}

.main-hero-section .hero-container {
  height: 90%;
}

.main-hero-section .hero-container .brand {
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 100px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5411764706);
}

.main-hero-section .hero-container .brand .best {
  color: #ff8801;
}

.main-hero-section .hero-container .brand .american {
  color: #e31e24;
}

.main-hero-section .hero-container .brand .movers {
  color: #393185;
}

.main-hero-section .hero-container h1,
.main-hero-section .hero-container h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #404d5e;
}

.main-hero-section .hero-container .book-btn {
  text-align: center;
  padding-top: 30px;
}

.main-hero-section .hero-container .book-btn .lets-talk,
.main-hero-section .hero-container .book-btn .lets-talk:focus {
  border: 1px solid #ff7b00;
  color: #fff;
  text-shadow: 1px 1px 1px #404d5e;
  background-color: #ff8801;
  font-size: 20px;
  padding: 10px 30px;
}

.main-hero-section .hero-container .book-btn .lets-talk i,
.main-hero-section .hero-container .book-btn .lets-talk:focus i {
  margin-right: 15px;
}

.main-hero-section .hero-container .book-btn .lets-talk:hover,
.main-hero-section .hero-container .book-btn .lets-talk:focus:hover {
  background: green;
  border-color: rgb(1, 110, 1);
  color: #fff;
}

.hero-container {
  /* services hero addition */
  /* quote-hero addition */
}

.hero-container h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  margin-bottom: 0px;
}

.hero-container h2 {
  color: #484848;
  font-size: 24px;
  padding-top: 30px;
}

.hero-container .hero-img .hero-brand {
  font-size: 22px;
  color: #001f8d;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
}

.hero-container .hero-img img {
  width: 95%;
}

.hero-container .services-row .services-text {
  color: #484848;
  padding-bottom: 10px;
}

.hero-container .services-row .services-block {
  padding-left: 20px;
}

.hero-container .services-row .services-block .text-block .list-text {
  margin-bottom: 10px;
}

.hero-container .services-row .services-block .text-block .list-text i {
  color: #198754;
  margin-right: 10px;
}

.hero-container .services-row .services-block .text-block .list-text span {
  color: #445;
}

.hero-container .locations-row h2,
.hero-container .pricing-row h2 {
  padding-bottom: 10px;
}

.hero-container .locations-row .locations-block,
.hero-container .pricing-row .locations-block {
  padding-left: 20px;
}

.hero-container .locations-row .locations-block .text-block .list-text,
.hero-container .pricing-row .locations-block .text-block .list-text {
  margin-bottom: 10px;
}

.hero-container .locations-row .locations-block .text-block .list-text .fa-check-double,
.hero-container .pricing-row .locations-block .text-block .list-text .fa-check-double {
  color: #47b2e4;
  margin-right: 10px;
  padding-top: 8px;
}

.hero-container .locations-row .locations-block .text-block .list-text .state-name,
.hero-container .pricing-row .locations-block .text-block .list-text .state-name {
  width: 160px;
}

.hero-container .locations-row .locations-block .text-block .list-text a,
.hero-container .pricing-row .locations-block .text-block .list-text a {
  color: #47b2e4;
}

.hero-container .locations-row .locations-block .text-block .list-text .bam-pricing,
.hero-container .pricing-row .locations-block .text-block .list-text .bam-pricing {
  color: orange;
}

.hero-container .locations-row .locations-block .text-block .list-text span,
.hero-container .pricing-row .locations-block .text-block .list-text span {
  color: #484848;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
}

.hero-container .main-quote-form {
  margin-top: 40px;
}

.hero-container .main-quote-form .main-form {
  padding: 40px 20px;
  border-radius: 10px;
  background-color: #eee;
  max-width: 520px;
  font-family: "Raleway", sans-serif;
}

.hero-container .main-quote-form .main-form .input-label {
  font-size: 14px;
  padding-left: 20px;
}

.hero-container .main-quote-form .main-form .input-group .input-group-text {
  background-color: #dfe4e7;
}

.hero-container .main-quote-form .main-form .input-group .input-group-text i {
  font-size: 20px;
}

.hero-container .main-quote-form .main-form .input-group:hover .fa-location-dot,
.hero-container .main-quote-form .main-form .input-group:focus .fa-location-dot {
  color: red;
}

.hero-container .main-quote-form .main-form .input-group:hover .fa-calendar-days,
.hero-container .main-quote-form .main-form .input-group:focus .fa-calendar-days {
  color: #2c4ec9;
}

.hero-container .main-quote-form .main-form .input-group:hover .fa-house,
.hero-container .main-quote-form .main-form .input-group:focus .fa-house {
  color: orange;
}

.hero-container .main-quote-form .main-form .input-group:hover .fa-user,
.hero-container .main-quote-form .main-form .input-group:focus .fa-user {
  color: blue;
}

.hero-container .main-quote-form .main-form .input-group:hover .fa-envelope-open-text,
.hero-container .main-quote-form .main-form .input-group:focus .fa-envelope-open-text {
  color: red;
}

.hero-container .main-quote-form .main-form .input-group:hover .fa-mobile-screen,
.hero-container .main-quote-form .main-form .input-group:focus .fa-mobile-screen {
  color: green;
}

.hero-container .main-quote-form .main-form #call-address {
  display: none;
}

.hero-container .main-quote-form .main-form input,
.hero-container .main-quote-form .main-form select {
  background-color: #dfe4e7;
}

.hero-container .main-quote-form .main-form input:focus,
.hero-container .main-quote-form .main-form input:focus-visible,
.hero-container .main-quote-form .main-form select:focus,
.hero-container .main-quote-form .main-form select:focus-visible {
  box-shadow: none;
  border-color: transparent;
}

.hero-container .main-quote-form .main-form .btn-quote-form {
  width: 150px;
  background-color: #ddd;
  background-image: linear-gradient(#ddd, #ccc);
  color: #445;
  border: none;
}

.hero-container .main-quote-form .main-form .ready {
  background-color: green;
  color: white;
}

.contact-container .card {
  margin-bottom: 20px;
  border: none;
}

.contact-container .card .card-body {
  height: 100%;
}

.contact-container .info-box {
  padding: 40px 20px;
}

.contact-container .info-box .contact-header {
  margin-top: 20px;
  color: #001f8d;
  font-size: 24px;
}

.contact-container .info-box a {
  color: #335;
}

.contact-container .info-box .contact-text {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  padding-bottom: 5px;
}

.contact-container .message-box .message-form {
  padding: 40px 20px;
  border-radius: 10px;
  background-color: #eee;
  max-width: 520px;
  font-family: "Raleway", sans-serif;
}

.contact-container .message-box .message-form h4 {
  color: #001f8d;
}

.contact-container .message-box .message-form .input-group .input-group-text {
  background-color: #dfe4e7;
}

.contact-container .message-box .message-form .input-group .input-group-text i {
  font-size: 20px;
}

.contact-container .message-box .message-form #call-address {
  display: none;
}

.contact-container .message-box .message-form input,
.contact-container .message-box .message-form textarea {
  background-color: #dfe4e7;
}

.contact-container .message-box .message-form input:focus,
.contact-container .message-box .message-form input:focus-visible,
.contact-container .message-box .message-form textarea:focus,
.contact-container .message-box .message-form textarea:focus-visible {
  box-shadow: none;
  border-color: transparent;
}

.contact-container .message-box .message-form .btn-quote-form {
  width: 150px;
  background-color: #ddd;
  color: #445;
  border: none;
}

.order-container .card {
  background-color: #eee;
}

.order-container .card .details p {
  font-size: 18px;
  background-color: #dfe4e7;
  padding: 10px;
  border-radius: 8px;
  min-height: 47px;
}

.local-main-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url("/images/location-bg.jpg");
}

.fl-main-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url("/images/location-bg.jpg");
}

.local-main-section {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.local-main-section .container {
  height: 90%;
}

.local-main-section .block-col {
  position: relative;
  width: 200px;
  margin: auto;
}

.local-main-section .block-col .counter-text {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 72px;
  top: 5px;
  font-size: 24px;
  font-weight: 600;
}

.local-main-section .block-col .sub-text {
  color: #fff;
  text-align: center;
}

.local-main-section h1,
.local-main-section h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #404d5e;
}

.benefits-spacer {
  height: 50px;
}

.benefits-container .section-title {
  text-align: center;
  padding-bottom: 30px;
}

.benefits-container .section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.benefits-container .section-title h3 {
  font-size: 24px;
  padding-top: 20px;
}

.benefits-container .benefits-item .card {
  background-color: transparent;
  border: none;
}

.benefits-container .benefits-item .card .card-header {
  background-color: transparent;
  border: none;
}

.benefits-container .benefits-item .card .card-header .ring img {
  width: auto;
  height: 110px;
}

.benefits-container .benefits-item .card .card-body h4 {
  color: #001f8d;
  padding: 8px;
}

.purecounter-container {
  background-color: #0971ad !important;
  padding: 30px 0px 20px 0px;
}

.purecounter-container .stats-item {
  color: #fff;
}

.purecounter-container .stats-item span {
  font-size: 32px;
  font-weight: 600;
}

.purecounter-container p {
  font-size: 22;
  letter-spacing: 1px;
}

.about-container h2 {
  padding-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.about-container h3 {
  color: #001f8d;
  font-size: 24px;
}

.about-container p {
  font-family: "Raleway", sans-serif;
}

.about-container img {
  border-radius: 0.5rem;
}

.about-details-container h1 {
  margin-bottom: 20px;
}

.about-details-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.about-details-container h3 {
  font-size: 24px;
}

.about-details-container p {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

.about-details-container .card {
  margin-bottom: 20px;
  border: none;
}

.about-details-container .card .card-body {
  height: 100%;
}

.about-details-container .card .card-body .card-title {
  color: #001f8d;
}

.about-details-container .card .card-body .card-text {
  padding: 30px 50px;
}

.services-container .section-title {
  padding-bottom: 30px;
}

.services-container .section-title h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.services-container .section-title h3 {
  text-align: center;
  color: #445;
  font-size: 24px;
  padding-top: 20px;
}

.services-container .card {
  margin-bottom: 20px;
}

.services-container .card .card-img {
  margin-bottom: 15px;
}

.services-container .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services-container .card a {
  color: #001f8d;
}

.services-container .card p {
  padding: 0 30px;
  color: #445;
  font-size: 15px;
  min-height: 180px;
}

.move-services-container .services-area .card {
  border: none;
  background-color: transparent;
}

.move-services-container .services-area .card .card-header {
  border: none;
  background-color: transparent;
}

.move-services-container .services-area .card .card-body h3 {
  font-size: 24px;
  color: #001f8d;
  padding-bottom: 20px;
}

.move-services-container .services-area img {
  width: 150px;
}

.pricing-container .section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.pricing-container .section-title .subtitle {
  font-size: 26px;
  font-weight: 600;
  padding: 26px;
  color: #001f8d;
}

.pricing-container .section-title h3 {
  font-size: 24px;
  color: #445;
  padding-bottom: 26px;
}

.pricing-container .pricing-tabs .nav-pills .nav-item {
  margin: 0 15px;
}

.pricing-container .pricing-tabs .nav-pills .nav-item .bam-btn {
  height: 42px;
  margin-top: 16px;
  padding: 8px 20px;
  border-radius: 25px;
}

.pricing-container .pricing-tabs .nav-pills .nav-item .btn-rates {
  border: 1px solid #001f8d;
  color: #001f8d;
}

.pricing-container .pricing-tabs .nav-pills .nav-item .active {
  background: #001f8d;
  color: #fff;
}

.pricing-container .tab-content .tab-pane .rate-box {
  max-width: 300px;
  border: 1px solid #cce;
  border-radius: 15px;
  min-height: 500px;
}

.pricing-container .tab-content .tab-pane .rate-box .box-header {
  text-align: center;
  padding: 6px 0 4px 0;
  border-radius: 0.5rem 0.5rem 0 0;
}

.pricing-container .tab-content .tab-pane .rate-box .box-header h3 {
  color: #fff;
  font-size: 20px;
}

.pricing-container .tab-content .tab-pane .rate-box .economy {
  background: linear-gradient(90deg, #092a17, #22a056, #092a17);
}

.pricing-container .tab-content .tab-pane .rate-box .standard {
  background: linear-gradient(90deg, #4d000e, #fa002a, #4d000e);
}

.pricing-container .tab-content .tab-pane .rate-box .premium {
  background: linear-gradient(90deg, #4d4100, #dbba00, #4d4100);
}

.pricing-container .tab-content .tab-pane .rate-box .white-glove {
  background: linear-gradient(90deg, #1a0c41, #421ea3, #1a0c41);
}

.pricing-container .tab-content .tab-pane .rate-box .bg-rate {
  background: linear-gradient(90deg, #01114c, #0233e6, #01114c);
}

.pricing-container .tab-content .tab-pane .rate-box .box-subheader {
  color: #556;
  padding-top: 16px;
}

.pricing-container .tab-content .tab-pane .rate-box .box-subheader p {
  margin: 5px;
}

.pricing-container .tab-content .tab-pane .rate-box .box-subheader p span {
  padding: 0px 5px;
  font-size: 32px;
  font-weight: 600;
  color: #001f8d;
}

.pricing-container .tab-content .tab-pane .rate-box .box-content {
  padding: 30px 10px 0px 10px;
}

.pricing-container .tab-content .tab-pane .rate-box .box-content p {
  margin: 3px;
}

.pricing-container .tab-content .tab-pane .rate-box .box-content p i {
  padding-right: 10px;
  color: #22a056;
}

.pricing-container .tab-content .tab-pane .rate-box .box-content p span {
  font-weight: 600;
}

.pricing-container .tab-content .tab-pane .rate-box .box-price {
  padding-top: 30px;
}

.pricing-container .tab-content .tab-pane .rate-box .box-price .dollar {
  margin-right: 5px;
  font-size: 22px;
}

.pricing-container .tab-content .tab-pane .rate-box .box-price .price {
  font-size: 42px;
  font-weight: 600;
  color: rgb(255, 136, 1);
}

.pricing-container .tab-content .tab-pane .rate-box .btn-wrap {
  padding-top: 50px;
}

.pricing-container .tab-content .tab-pane .rate-box .btn-wrap .btn-book {
  border: 1px solid #001f8d;
  color: #001f8d;
}

.pricing-container .tab-content .tab-pane .rate-box .btn-wrap .btn-book:hover {
  background: #001f8d;
  color: #fff;
}

.pricing-details-container h2 {
  font-size: 18px;
}

.pricing-details-container .rate-box {
  border: 1px solid #aab;
  border-radius: 10px;
  height: 400px;
  max-width: 350px;
  margin: auto;
}

.pricing-details-container .rate-box h4 {
  font-size: 18px;
}

.pricing-details-container .rate-box .box-header {
  text-align: center;
  padding: 15px 15px 0px 15px;
}

.pricing-details-container .rate-box .box-header h3 {
  font-size: 24px;
  font-weight: 600;
}

.pricing-details-container .rate-box .economy {
  color: #22a056;
}

.pricing-details-container .rate-box .economy h3 {
  color: #22a056;
}

.pricing-details-container .rate-box .standard {
  color: #fa002a;
}

.pricing-details-container .rate-box .standard h3 {
  color: #fa002a;
}

.pricing-details-container .rate-box .premium {
  color: #bda206;
}

.pricing-details-container .rate-box .premium h3 {
  color: #bda206;
}

.pricing-details-container .rate-box .white-glove {
  color: #421ea3;
}

.pricing-details-container .rate-box .white-glove h3 {
  color: #421ea3;
}

.pricing-details-container .rate-box .box-content {
  text-align: center;
  font-weight: 600;
  padding: 0px 20px;
  height: 200px;
}

.pricing-details-container .rate-box .box-price {
  font-size: 22px;
  font-weight: 600;
}

.pricing-details-container .rate-box .btn-wrap {
  margin-top: 24px;
}

.pricing-details-container .rate-box .btn-wrap .btn-book {
  border: 1px solid #001f8d;
  color: #001f8d;
}

.pricing-details-container .rate-details {
  padding: 20PX 30px;
}

.pricing-details-container .rate-details P i {
  margin-right: 10px;
  color: #22a056;
}

.pricing-details-container .local-card {
  margin-bottom: 15px;
  border-radius: 10px;
  border-color: #cce;
}

.pricing-details-container .rate-card {
  margin-bottom: 15px;
  border-radius: 10px;
  border-color: #cce;
}

.pricing-details-container .rate-card .card-body {
  height: 100%;
  min-height: 250px;
}

.pricing-details-container .rate-card .card-body .card-title {
  color: #001f8d;
  font-size: 24px;
}

.pricing-details-container .rate-card .card-body img {
  margin-top: 15px;
  height: 150px;
  width: auto;
}

.testimonials-container .section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.testimonials-container .review-content {
  padding: 30px 30px 0px 0px;
  font-size: 18px;
  color: #556;
}

.testimonials-container .review-content span {
  font-weight: 600;
}

.testimonials-container .carousel button i {
  font-size: 32px;
  color: #555;
}

.testimonials-container .carousel .carousel-inner .carousel-item {
  height: 400px;
  padding: 30px 30px;
}

.testimonials-container .carousel .carousel-inner .carousel-item .avatar {
  padding-left: 70px;
}

.testimonials-container .carousel .carousel-inner .carousel-item .avatar img {
  height: 100px;
  width: auto;
  border-radius: 50px;
}

.testimonials-container .carousel .carousel-inner .carousel-item .review-text {
  padding: 30px 70px;
  text-align: left;
  color: #556;
}

.testimonials-container .carousel .carousel-inner .carousel-item .review-name {
  padding-top: 20px;
}

.testimonials-container .carousel .carousel-inner .carousel-item .stars {
  padding-top: 20px;
  color: orange;
}

.testimonials-container .carousel .carousel-inner .carousel-item .review-place {
  padding-left: 70px;
  color: #556;
}

.qoute-details-container .quote-text {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

.qoute-details-container h4 {
  color: #001f8d;
}

.faq-container .section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.faq-container .accordion .accordion-item .accordion-button i {
  margin-right: 20px;
  color: #001f8d;
}

.faq-container .bam-btn {
  border: 1px solid #001f8d;
  color: #001f8d;
}

.faq-container .bam-btn:hover {
  background: #001f8d;
  color: #fff;
}

.locations-container h1 {
  margin-bottom: 20px;
}

.locations-container h2 {
  font-size: 27px;
  margin-bottom: 20px;
}

.locations-container .fs-18 {
  font-size: 18px;
}

.locations-container .card {
  margin-bottom: 20px;
  background-color: #0e1d34;
  border: none;
}

.locations-container .card .card-body {
  height: 100%;
}

.locations-container .card .card-body a {
  color: #47b2e4;
}

.locations-container .card .card-body .bam-btn {
  border: 1px solid #47b2e4;
}

.locations-container .card .card-body .bam-btn:hover {
  background-color: #47b2e4;
  border-color: #0e1d34;
  color: #0e1d34;
}

.locations-container .card .card-body .card-title {
  color: #eef;
}

.locations-container .card .card-body .card-text {
  padding: 20px 50px;
  color: #cce;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
}

.locations-container .card .card-body .link-text {
  padding-bottom: 10px;
  font-size: 18px;
}

.locations-container .card .card-body .link-text i {
  padding-left: 10px;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */

.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */

.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

/**
 * Make the holder and frame fullscreen.
 */

.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */

.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */

.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */

/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}

/**
 * The days on the calendar
 */

.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */

.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

/*
Footer
*/

.page-footer {
  padding: 60px 0 30px 0;
}

.footer-contact {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer-contact h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 2px 0 16px 0;
  line-height: 1;
  text-transform: uppercase;
  color: #4b70af;
}

.footer-contact h4 {
  font-size: 20px;
  color: #ccdfff;
}

.footer-contact a {
  color: #ccdfff;
}

.footer-contact a .contact-info {
  margin-top: 15px;
}

.footer-contact a .contact-info span {
  padding-left: 32px;
}

.footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer-links h4 {
  font-size: 16px;
  font-weight: bold;
  color: #4b70af;
  position: relative;
  padding-bottom: 12px;
}

.footer-links p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #ccdfff;
}

.footer-links .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  padding: 10px;
}

.footer-links ul li i {
  padding-right: 5px;
  color: #47b2e4;
  font-size: 12px;
  line-height: 1;
}

.footer-links ul li a {
  color: #ccdfff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer-copyright {
  background-color: #0b1728;
  font-family: Verdana;
  font-size: 16px;
  padding: 30px;
}

/*
Media
*/

@media (max-width: 1200px) {
  .hero-container h2 {
    padding-top: 15px;
  }

  .hero-container .book-btn {
    padding-top: 15px;
  }

  .services-container .card h3 {
    padding: 10px;
  }

  .services-container .card p {
    padding: 0 15px;
    min-height: 225px;
  }

  .pricing-details-container .rate-box {
    height: 450px;
  }

  .pricing-details-container .rate-box .box-content {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .quote-container .hero-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .screen-lg {
    display: none;
  }

  .screen-sm {
    display: block;
  }

  .main-hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url("/images/bg-sm.jpeg");
  }

  .hero-container h1 {
    text-align: center;
  }

  .hero-container h2 {
    padding-top: 30px;
    text-align: center;
  }

  .hero-container .book-btn {
    padding-top: 30px;
  }

  .hero-container .services-block,
  .hero-container .locations-block {
    display: flex;
    justify-content: center;
  }

  .hero-container .hero-img img {
    width: 80%;
  }

  .about-container .content h2 {
    text-align: center;
  }

  .services-container .card p {
    margin-bottom: 0;
    min-height: 214px;
    padding-bottom: 10px;
  }

  .pricing-container .tab-content .tab-pane .rate-box {
    min-height: 450px;
  }

  .about-details-container .card {
    margin-bottom: 0;
  }

  .about-details-container .card .card-body {
    padding-bottom: 0;
  }

  .about-details-container .card .card-body .card-text {
    padding: 20px;
  }

  .locations-container .card img {
    margin-bottom: 20px;
  }

  .locations-container .card .card-body .card-text {
    padding: 20px;
  }

  .testimonials-container .section-title {
    text-align: center;
  }

  .testimonials-container .review-content {
    font-size: 16px;
    padding: 30px;
  }

  .quote-container .main-quote-form {
    margin: auto;
    margin-top: 40px;
  }

  .last-cta-container h3 {
    padding-top: 20px;
  }

  .last-cta-container .cta-btn {
    margin: 20px 0px;
  }

  .pricing-details-container .rate-box {
    height: 400px;
  }

  .pricing-details-container .rate-box .box-content {
    height: 200px;
  }

  .pricing-details-container .rate-card .card-body {
    min-height: auto;
  }

  .footer-row {
    padding-left: 10%;
  }

  .footer-row .footer-contact,
  .footer-row .footer-links {
    justify-content: start;
  }

  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .spacer-50 {
    height: 25px;
  }

  .spacer-100 {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .large-screen {
    display: none;
  }

  .small-screen {
    display: block;
  }

  .header-section {
    padding-top: 15px;
  }

  .header-section .get-a-quote {
    margin-top: 0;
  }

  .screen-lg {
    display: none;
  }

  .navbar-light .navbar-toggler {
    color: #3498db;
  }

  .navbar-light .navbar-toggler:focus {
    box-shadow: none;
    border: 1px solid #3498db;
  }

  .hero-container h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-container h2 {
    font-size: 22px;
  }

  .about-container .content h2 {
    font-size: 32px;
  }

  .about-details-container h1,
  .about-details-container h2 {
    text-align: center;
  }

  .about-details-container .card .card-body .card-text {
    padding: 10px;
  }

  .services-container .card p {
    margin-bottom: 0;
    min-height: auto;
    padding-bottom: 10px;
  }

  .locations-container .card img {
    margin-bottom: 0;
  }

  .benefits-container .section-title h2,
  .services-container .section-title h2,
  .pricing-container .section-title h2,
  .testimonials-container .section-title h2,
  .faq-container .section-title h2 {
    font-size: 32px;
  }

  .local-main-section .container .counter {
    margin-top: 15px;
  }

  .local-main-section .container .counter .block-col {
    padding-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .main-hero-section .hero-container .brand {
    font-size: 28px;
  }

  .header-section .get-a-quote {
    margin-right: 10px;
  }

  .pricing-container .pricing-tabs .nav-pills .nav-item {
    margin: 0 5px;
  }

  .order-container .card .details .col-5 {
    padding: 0px 5px;
  }

  .order-container .card .details .col-7 {
    padding: 0px 5px;
  }

  .order-container .card .details p {
    font-size: 15px;
    padding: 10px 5px;
  }

  .testimonials-container .review-content {
    font-size: 14px;
  }

  .testimonials-container .carousel .carousel-inner .carousel-item {
    height: 500px;
  }

  .testimonials-container .carousel .carousel-inner .carousel-item .avatar {
    padding-left: 20px;
  }

  .testimonials-container .carousel .carousel-inner .carousel-item .review-text {
    padding: 30px 40px;
  }

  .last-cta-container h3 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

