
  @import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #42464a;
  font-family: "Karla";
}

a{
  text-decoration: none;
}

.pt-5 {
  padding-top: 5rem !important;
}


.pb-5 {
  padding-bottom: 5rem !important;
}

.fa-check-circle {
  font-weight: 100;
}

.bg-gray {
  border: 0px solid gray !important;
  background-color: #f1f1f1;
  border: 2px solid red;
}
.bg-gray:focus {
  border: none;
  background-color: #f1f1f1;
  border-color: #f1f1f1 !important;
}
.bg-gray:focus-visible {
  border: 0px;
  border-color: transparent;
}

.wrapper {
  padding: 0;
  margin: 0;
}
.wrapper .header {
  width: 100%;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 767px) {
  .wrapper .header .container {
    max-width: 95%;
  }
  
  


}
.wrapper .header .primary-header {
  background-color: #eaedf0;
  color: #2c3740;
}
@media screen and (max-device-width: 768px) {
  .wrapper .header .primary-header .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .header .primary-header .row {
    display: flex;
    justify-content: end;
  }
  #mylastdisable
  {
    display: none!important;
  }
}
.wrapper .header .primary-header span {
  margin-left: 9px;
}
.wrapper .header .primary-header .req-btn {
  background-color: #077A91;
  color: white;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.wrapper .header .primary-header .req-btn:hover {
  background-color: #255058;
}
.wrapper .header .primary-header .req-btn:hover::after {
  border-left: 26px solid #255058;
}
.wrapper .header .primary-header .req-btn a:hover {
  color: white !important;
}
.wrapper .header .primary-header .req-btn::after {
  content: "";
  display: block;
  padding: 0px !important;
  margin-left: 0px;
  border-bottom: 51px solid transparent;
  border-left: 26px solid #50b9ce;
  position: absolute;
  top: 0;
  right: -26px;
  height: 100%;
  transition: all 1s ease;
}
@media screen and (max-width: 768px) {
  .wrapper .header .primary-header .req-btn::after {
    display: none;
  }
    .copyright-section {
        margin-top: 0px;
    margin-bottom: 40px;
  }
}
.wrapper .header .primary-header .header-div1 {
  padding: 0px 0px 0px 35px;
}
.wrapper .header .primary-header .header-div1 a {
  text-decoration: none;
  color: #2c3740;
}
.wrapper .header .primary-header .header-div1 a:hover {
  color: #a10e0e;
}
.wrapper .header .primary-header .header-div2 a {
  text-decoration: none;
  text-transform: capitalize;
  color: #ffffff;
}
.wrapper .header .primary-header .header-div2 a:hover {
  color: #a10e0e;
}
.wrapper .header .primary-header ul {
  margin-bottom: 0px;
  float: right;
}
.wrapper .header .primary-header ul .fab {
  color: #8e9ba7;
}
.wrapper .header .primary-header ul li {
  list-style-type: none;
  border-left: 1px solid #cdd4da;
  color: white;
  padding: 14px 20px;
  transition: background-color 1s ease;
}
.wrapper .header .primary-header ul li:hover {
  background-color: #50b9ce;
  cursor: pointer;
}
.wrapper .header .primary-header ul li:hover .fab {
  color: white !important;
}
@media screen and (max-width: 340px) {
  .wrapper .header .primary-header ul li {
    padding: 14px 15px;
  }
}
@media screen and (max-width: 450px) {
  .wrapper .header .primary-header ul li {
    padding: 7px 11px;
  }
  .wrapper .header .call-header {
    float: left!important;
  }
  .wrapper .header .call-header ul{
   padding:0px!important;
  }
  .primary-header
  {
    display: none!important;
  }
}
.wrapper .header .call-header {
  float: right;
}
@media screen and (max-width: 768px) {
  .wrapper .header .call-header {
    display: none;
  }
}
.wrapper .header .call-header ul {
  text-decoration: none;
  list-style-type: none;
  display: flex;
  margin: 22px 0px;
}
.wrapper .header .call-header ul .mobile-icon {
  font-size: 34px;
  padding: 0px 9px;
}
.wrapper .header .call-header ul .mobile-icon .fas {
  color: #9f9f9f;
}
/* .wrapper .header .call-header ul .call-line {
  content: "";
  background: #a4a6a9;
  display: block;
  top: 0;
  margin: 2px 11px;
  width: 1px;
  height: 30px;
} */
.wrapper .header .call-header ul li {
  line-height: 17px;
  font-size: 14px;
  font-weight: bold;
}
.wrapper .header .call-header ul li a {
  text-decoration: none;
  color: #2c3740;
  font-size: 18px;
}
.wrapper .header .call-header ul li .transport {
  display: block;
}
.wrapper .header .call-header ul .mobile-no {
  margin: 8px 0px;
}
.wrapper .header .me_sticky {
  position: static;
  width: 100%;
  background: white;
  z-index: 10;
}
.wrapper .header .fixed_header {
  position: fixed !important;
  box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.788);
  top: 0;
}
.wrapper .header .main-header .phone-number a {
  text-decoration: none;
  font-size: 17px;
  color: #077A91;
}

.wrapper .header .main-header .img-fluid {
  max-width: 85%;
  height: auto;
}
.wrapper .header .main-header .img-logo {
  margin-top: -17px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 540px) {
  .wrapper .header .main-header .img-logo {
    margin: 30px 0px!important;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .wrapper .header .main-header .img-logo {
    margin: px 0px;
    height: auto;
    width: 100%;
  }
}
.wrapper .header .main-header .menu-bar {
  display: none;
}
@media screen and (max-width: 768px) {
  .wrapper .header .main-header .menu-bar {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 24px 0px;
  }
}
.wrapper .header .main-header .menu-bar .fas {
  font-size: xx-large;
  color: #50b9ce;
  margin: 0px 7px;
}
.wrapper .header .main-header .menu-bar .fas:hover {
  color: #255058;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content {
  background-color: #394650;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .menu-close-btn {
  display: flex;
  justify-content: end;
  margin: 15px 16px 0px 0px;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .menu-close-btn button {
  font-size: 21px;
  margin: 6px 14px;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul {
  margin-top: 0;
  padding: 0px;
  margin-bottom: 1rem;
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul li {
  margin: 20px 0px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #dc3545;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul li .fas {
  color: #d0d3d5;
  font-size: 20px;
  margin-left: 10px;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul li a {
  color: white;
  text-decoration: none;
  font-family: "Karla";
  font-size: 24px;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul li .margin {
  margin-left: 15px;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul .call-us-now {
  border-bottom: 0px solid #ffffff;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul .call-us-now a {
  color: #fff;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul .accordion .accordion-item {
  background-color: #394650;
  border: none;
}
.wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul .accordion .accordion-item .accordion-body ul li {
  color: white;
}
@media screen and (max-width: 768px) {
  .wrapper .header .main-header nav {
    display: none;
  }
}
.wrapper .header .main-header nav ul {
  display: flex;
  text-decoration: none;
  list-style-type: none;
  float: right;
  padding: 0px;
  margin: 0px;
}
.wrapper .header .main-header nav ul .last-nav-li {
  position: relative;
}
.wrapper .header .main-header nav ul .nav-li a {
  padding: 16px 24px 14px 22px;
}
@media screen and (max-width: 992px) {
  .wrapper .header .main-header nav ul .nav-li a {
    padding: 0px 17px 0px 17px;
  }
}
.wrapper .header .main-header nav ul li {
  background-color: #314555;
  border-left: 1px solid #405667;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.wrapper .header .main-header nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.wrapper .header .main-header nav ul li:hover {
  background-color: #2a3b48;
}
.wrapper .header .main-header nav ul li:hover::before {
  border-bottom: 55px solid #2a3b48;
}
.wrapper .header .main-header nav ul .sub-menu {
  position: relative;
  padding: 16px 24px 14px 22px;
}
@media screen and (max-width: 992px) {
  .wrapper .header .main-header nav ul .sub-menu {
    padding: 16px 17px 14px 17px;
  }
}
.wrapper .header .main-header nav ul .sub-menu .sub-menu-dropdown {
  position: absolute;
  display: revert;
  margin: 450px 0px 0px -22px;
  visibility: hidden;
  z-index: 10;
  opacity: 0;
  max-height: 400px;
  overflow-y:scroll;
  transition: visibility 0s, opacity 0.2s linear;
}
.wrapper .header .main-header nav ul .sub-menu .sub-menu-dropdown li {
  border-bottom: 1px solid #8d8b8b;
}
.wrapper .header .main-header nav ul .sub-menu .sub-menu-dropdown li a {
  width: -moz-max-content;
  width: max-content;
  padding: 6px 19px 6px 19px;
  box-sizing: border-box;
}
.wrapper .header .main-header nav ul .sub-menu:hover .sub-menu-dropdown {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.wrapper .header .main-header nav ul .active-nav {
  position: relative;
}
.wrapper .header .main-header nav ul .active-nav::before {
  content: "";
  display: block;
  padding: 0px !important;
  margin-left: 0px;
  border-bottom: 55px solid #314555;
  left: -35px;
  margin-top: -1px;
  border-left: 35px solid transparent;
  position: absolute;
  top: -0.5px;
  height: 100%;
  transition: all 1s ease;
}

.index-header .container-fluid .row {
  background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  url(/assets/images/home-page-banner.jpg);
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .index-header .container-fluid .banner-row .bg-start-color {
    width: 70%;
  }
}
.index-header .container-fluid .banner-row .start-section {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
}

.index-header .container-fluid .banner-row .banner-text {
  color: #314555;
  font-size: 20px;
  font-family: "Karla";
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
  font-weight: 600;
  background: white;
}
.index-header .container-fluid .banner-row .head-banner-text {
  display: grid;
  font-size: 44px;
  color: white;
  font-family: "Karla";
  margin: 10px;
  font-weight: 600;
}

.index-header .container-fluid .banner-row .mid-bg-color {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .index-header .container-fluid .banner-row .mid-bg-color {
    display: none;
  }
}
.index-header .container-fluid .banner-row .mid-bg-color .get-discount {
  display: flex;
  align-items: end;
  height: 610px;
  color: #e6ecef;
  font-family: cursive;
  font-weight: 600;
  font-size: 17px;
  margin-right: -162px;
}
.index-header .container-fluid .banner-row .discount-text {
  transform: rotate(348deg);
  text-align: center;
}
.index-header .container-fluid .banner-row .dis-img {
  transform: rotate(292deg);
  margin: 25px 0px;
}
.index-header .container-fluid .banner-row .discount-img {
  height: 70px;
}



@media screen and (max-width: 992px) {
  .index-header .container-fluid .banner-row .hide-mobile {
    display: none !important;
  }
}



@media screen and (max-width:1199px) {
  .top-discount{
    display: none!important;
  }
}
.index-header .container-fluid .banner-row .bg-color {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-header .container-fluid .banner-row .bg-color .inner-banner-form {
  background-color: white;
  border: 0px solid #cfc9c9;
  border-radius: 6px 40px 6px 40px;
  box-shadow: 0px 0px 3px #f9f6f6;
}
.index-header .container-fluid .banner-row .bg-color .inner-banner-form form {
  width: 300px;
  height: 100%;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
  }
}
.form-wizard {
  color: #857070;
  padding: 25px;
  position: relative;
}
.form-wizard .get-free-quotes {
  text-align: center;
  font-size: 27px;
  color: #255058;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.form-wizard .close {
  position: absolute;
  margin: -4px 54px;
  cursor: pointer;
}

.form-wizard .avail-discount {
  background-color: #255058;
  /* margin: 7px; */
  width: 361px;
  padding: 8px 0px 8px 14px;
  color: white;
  position: relative;
  margin-left: -42px;
}
.form-wizard .avail-discount::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #255058 transparent;
  top: auto;
  transform: rotate(46deg);
  bottom: -10px;
  left: 0;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type=radio]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type=radio]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type=radio]:checked::after {
  content: "";
  display: inline-block;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type=radio] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn {
  background-color: #50b9ce;
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}
.form-wizard .form-wizard-next-btn:hover {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .form-wizard-next-btn:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #d65470;
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #fb1647;
}
.form-wizard .form-wizard-previous-btn:hover {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .form-wizard-previous-btn:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .form-wizard-submit {
  background-color: #d65470;
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
}
.form-wizard .form-wizard-submit:hover {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-control {
  font-weight: 300;
  height: auto !important;
  padding: 9px;
  color: #7D6969;
  background-color: #f1f1f1;
  border: none;
}
.form-wizard .form-group {
  position: relative;
  margin: 16px 0;
}
.form-wizard .textarea {
  border: 1px solid #ced4da;
  width: 100%;
  padding: 10px;
  height: 100px;
  border-radius: 6px;
}
.form-wizard .textarea:focus {
  border: 3px solid #86b7fe;
  outline-color: #86b7fe;
}
.form-wizard .last-li-form {
  width: 20%;
}
.form-wizard .form-wizard .form-wizard-steps li.last-li-form::after {
  left: 50%;
  width: 50%;
}
.form-wizard .form-select-lg {
  font-size: 1.25rem;
  border-radius: 0.3rem;
  font-size: 16px;
  padding: 6px;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 7px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 0px 0 15px 0px;
}
.form-wizard .form-wizard-steps li {
  width: 33%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 140%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 0% !important;
  left: 0;
}
.form-wizard .form-wizard-steps li.active span {
  background-color: #50b9ce;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after {
  background-color: #255058;
  left: 50%;
  width: 50%;
  border-color: #255058;
}
.form-wizard .form-wizard-steps li.activated span {
  background-color: #50b9ce;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.activated::after {
  background-color: #255058;
  left: 50%;
  width: 50%;
  border-color: #255058;
  width: 100%;
  border-color: #255058;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.carousel-item {
  position: static;
}

.carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
}
.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial-wrapper {
  padding: 0 10px;
}
.carousel .testimonial {
  color: #808080;
  position: relative;
  padding: 15px;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: 15px;
}
.carousel .testimonial::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: -8px;
  left: 46px;
  transform: rotateZ(-46deg);
}
.carousel .star-rating li {
  padding: 0 2px;
}
.carousel .star-rating i {
  font-size: 16px;
  color: #ffdc12;
}
.carousel .overview {
  padding: 3px 0 0 15px;
}
.carousel .overview .details {
  padding: 5px 0 8px;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #1abc9c;
}
.carousel .carousel-indicators {
  bottom: -70px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 2px;
  box-sizing: border-box;
  background: #e2e2e2;
  border: 4px solid #fff;
}
.carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 2px;
  box-sizing: border-box;
  color: #fff;
  background: #50b9ce;
  border: 5px double;
}

@media (max-width: 768px) {
  .header-div1 {
    display: none !important;
  }
}
.services {
  background: #f0f4f7;
}

.service-details .row .about-us h2 span {
  color: #077A91;
}

.service-details .row .service-detail-img {
  width: -webkit-fill-available;
  height: auto;
  width :100%;
}
.service-details .row div .bold {
  font-family: "Karla";
  font-size: 18px;
  margin-bottom: 16px;
}

.service-details .row div .lorem {
  font-family: "Karla";
  font-size: 17px;
}
.service-details .row div .lorem a {
  text-decoration: none;
  color: #50b9ce;
  font-weight: 600;
}
.service-details .row div .lorem a:hover {
  color: #346e7b;
}

.service-details .row div .service-tick {
  display: flex;
  margin-bottom: 12px!important;
}
.service-details .row div .service-tick ul {
  padding: 0px;
  margin: 0px;
}
.service-details .row div .service-tick ul li {
  list-style-type: none;
}
.service-details .row div .service-tick ul li .far {
  color: #50b9ce;
}

.service-details .row div .service-tick ul li span {
  font-family: revert;
  font-size: 18px;
}
.service-details .row div .service-tick ul li span a {
  text-decoration: none;
  color: #50b9ce;
  font-weight: 600;
}
.service-details .row div .service-tick ul li span a:hover {
  color: #346e7b;
}

.service-details .sticky-form {
  position: sticky;
  top: 120px;
  padding: 0px;
  box-shadow: 0px 0px 8px 2px #d0d0d0;
  width: 100%;
  background: var(--lightorange);
  border-top-left-radius: 0px;
  margin: 77px 0px 0px 29px;
  border-bottom-right-radius: 0px;
}

.service-details .sticky-form .form-wizard {
  padding: 10px;
}

.service-details .contact-us-form {
  box-shadow: 0px 0px 8px 2px #d0d0d0;
  width: 100%;
  background: var(--lightorange);
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: "Karla";
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 100%;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact-head ul li {
  display: flex;
}
.contact-head ul li div span {
  font-size: 20px;
}
.contact-head ul li div .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: coral;
  font-size: 32px;
}


.contact-follow-us .enq {
  padding: 10px;
  border: none;
  display: flex;
  box-shadow: 0px 0px 5px 0px #cfb9b9;
}
.contact-follow-us .enq .enq-icon {
  padding: 0px 10px 0px 0px;
}
.contact-follow-us .enq .enq-icon .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #50b9ce;
  font-size: 41px;
}


.contact-follow-us .enq .enq-detail .social-media {
  display: flex;
  list-style-type: none;
  font-size: 20px;
  padding: 0px;
}
.contact-follow-us .enq .enq-detail .social-media li {
  padding: 10px;
}
.contact-follow-us .enq .enq-detail .social-media li .fab {
  font-size: 40px;
  color: #314555;
}

.contact-follow-us .enq .enq-detail p {
  font-size: 19px;
  font-family: "Karla";
}

.contact-follow-us .enq .enq-detail p span {
  display: block;
}
.contact-follow-us .enq .enq-detail p span a {
  text-decoration: none;
  color: #314555;
}
.contact-follow-us .enq .enq-detail p span a:hover {
  color: #346e7b;
}

section .head-wrap {
  margin-bottom: 35px;
}
section .head-wrap ul {
  font-family: "Karla";
  font-size: 18px;
  margin-bottom: 16px;
  color: #42464a;
}

section .head-wrap .head {
  padding-bottom: 18px;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 25px;
  overflow: hidden;
  display: table;
}
section .head-wrap .head .question {
  background: #50b9ce !important;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
  position: relative;
  float: left;
  padding: 3px 11px;
  margin-right: 30px;
}
section .head-wrap .head h3.h5 {
  font-family: "karla", sans-serif !important;
  font-weight: 400;
  color: #2c3740;
  letter-spacing: 2px;
  vertical-align: middle;
  display: table-cell;
  text-transform: uppercase;
  width: 100%;
}

section .head-wrap p {
  font-family: "Karla";
  font-size: 18px;
  margin-bottom: 16px;
}
section .head-wrap p a {
  text-decoration: none;
  color: #50b9ce;
  font-weight: 600;
}
section .head-wrap p a:hover {
  color: #346e7b;
}

.suburb-list .row a {
  background-color: #50b9ce;
  padding: 7px 7px;
  font-family: "Karla";
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.suburb-list .row a:hover {
  background-color: #255058;
  color: white;
}
.suburb-list .row a h2 {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}

section .about-us {
  display: flex;
  justify-content: end;
  font-family: "Karla";
}
section .about-us .heading1 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 34px;
  width: 100%;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "Karla";
}


section .about-us .heading1::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #50b9ce;
  display: block;
  margin-top: 10px;
}
section .about-us a {
  color: #fbfbfb;
  background-color: #077A91;
  padding: 8px 10px;
  font-weight: 600;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
section .about-us a:hover {
  background-color: #255058;
  color: white;
}
section .about-p p {
  font-family: "Karla", sans-serif;
  font-size: 18px;
}

section .card {
  font-family: "Karla";
height: 100%;
}
section .card .card-hyperlink {
  color: #42464a;
  text-decoration: none;
}
section .card figure {
  overflow: hidden;
  margin: 0 0 0rem;
}
section .card img {
  transition: all 0.2s ease-in-out;
  /* width: -webkit-fill-available; */
  width: 100%;
  height: 30vh;
object-fit : cover;
}
section .card:hover img {
  transform: scale(1.2);
}
section .card .card-title {
  margin-bottom: 0.5rem;
  font-weight: bolder;
}
section .card .card-text {
  font-size: 15px;
  line-height: 1.6;
  color: #6b777f;
  letter-spacing: 0.1px;
  font-family: "Karla";
}
section .card .card-body:hover {
  background-color: #50b9ce;
}
section .card .card-body:hover .card-title {
  color: white;
}
section .card .card-body:hover .card-text {
  color: rgb(230, 221, 221);
}
section .card .card-body a {
  color: #42464a;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-family: "Karla";
  font-size: 14px;
}
section .card .card-body a:hover {
  color: #50b9ce;
  font-size: 15px;
}

.all-services-btn {
  display: flex;
  justify-content: center;
  font-family: "Karla";
}
.all-services-btn a {
  color: #fbfbfb;
  background-color: #077A91;
  padding: 8px 10px;
  font-weight: 600;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.all-services-btn a:hover {
  background-color: #255058;
  color: white;
}

.why-us .choose-us {
  display: flex;
  align-items: center;
}
.why-us .choose-us img {
  height: 60px;
  width: 60px;
}

.why-us .choose-us .choose-inside {
  border-left: 1px solid #50b9ce;
  padding: 0px 0px 0px 18px;
  margin: 0px 0px 0px 14px;
  box-sizing: border-box;
  font-family: "Karla";
}
.why-us .choose-us .choose-inside h5 {
  font-weight: 600;
}

.user-testimonial .carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
  transition: transform 0.2s ease-in-out;
}
.user-testimonial .carousel .media {
  position: relative;
  padding: 0 0 0 20px;
}
.user-testimonial .carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
}
.user-testimonial .carousel .testimonial-wrapper {
  padding: 0 10px;
}
.user-testimonial .carousel .testimonial {
  color: white;
  position: relative;
  padding: 15px;
  background: #077A91;
  border: 1px solid #efefef;
  border-radius: 3px;
  font-size: 15px;
  font-family: "Karla";
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
.user-testimonial .carousel .testimonial::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  font-family: "Karla";
  background: #50b9ce;
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: -8px;
  left: 46px;
  transform: rotateZ(-46deg);
}
.user-testimonial .carousel .star-rating li {
  padding: 0 2px;
}
.user-testimonial .carousel .star-rating i {
  font-size: 16px;
  color: #ffdc12;
}
.user-testimonial .carousel .overview {
  padding: 3px 0 0 15px;
}
.user-testimonial .carousel .overview .details {
  padding: 5px 0 8px;
}
.user-testimonial .carousel .overview b {
  text-transform: uppercase;
  color: #314555;
  font-size: large;
  font-family: "Karla";
  letter-spacing: 0.3px;
}
.user-testimonial .carousel .carousel-indicators {
  bottom: -40px;
}
.user-testimonial .carousel .carousel-indicators li,
.user-testimonial .carousel .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.user-testimonial .carousel .carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}
.user-testimonial .carousel .carousel-indicators li.active {
  color: #fff;
  background: #50b9ce;
  border: 5px double;
}

footer .footer-section {
  background: #314555;
  padding: 91px 91px;
}
@media screen and (max-width: 576px) {
  footer .footer-section {
    padding: 29px 10px;
  }
}
footer .footer-section h2 {
  color: white;
  font-size: 23px;
}
footer .footer-section h2::after {
  content: "";
  background: #fff;
  width: 41px;
  height: 1px;
  display: block;
  margin: 16px 1px;
  left: 0;
}
footer .footer-section .quick-list {
  width: 100%;
  float: left;
}
footer .footer-section .quick-list ul {
  color: white;
  padding: 0px 18px 0px 0px;
}
footer .footer-section .quick-list ul li {
  margin: 6px 0px;
  /* border-bottom: 1px solid #42505b; */
  list-style-type: none;
  padding: 0px 0px 2px 0px;
}
footer .footer-section .quick-list ul li a {
  padding: 10px 0px;
  text-decoration: none;
  color: #fff;
  font-family: "Karla";
  letter-spacing: 0.3px;
  font-size: 15px;
  text-transform: uppercase;
}
footer .footer-section .quick-list ul li a:hover {
  color: #d1dae0;
}
footer .footer-section .quick-list ul li:last-child {
  border-bottom: 0px solid gray;
}
footer .footer-section .contact-us {
  margin-top: 23px;
}
footer .footer-section .contact-us p {
  color: #fff;
  font-family: "Karla";
}
footer .footer-section .contact-us p span {
  color: white;
  font-size:20px;
}
footer .footer-section .contact-us p a {
  color: #fff;
  font-family: "Karla";
  text-decoration: none;
  font-size:19px;
}
footer .footer-section .contact-us p a:hover {
  color: #50b9ce;
}
footer .footer-section .contact-us ul {
  list-style-type: none;
  display: flex;
  padding: 0px;
}
footer .footer-section .contact-us ul li {
  margin: 0px 15px;
}
footer .footer-section .contact-us ul li .fab {
  color: white;
  font-size: xx-large;
}
footer .footer-section .contact-us ul li .fa-facebook-square:hover {
  color: #4267B2;
}
footer .footer-section .contact-us ul li .fa-instagram:hover {
  color: #8a3ab9;
}
footer .footer-section .contact-us ul li .fa-twitter-square:hover {
  color: #1DA1F2;
}
footer .footer-section .contact-us ul li .fa-youtube-square:hover {
  color: #FF0000;
}
footer .copyright-section p {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
footer .copyright-section p a {
  color: #077A91;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .how-work .how-work-img {
    display: none;
  }
}
.how-work .box-card {
  align-items: center;
  position: relative;
  background-color: ghostwhite;
  display: flex;
  border: 1px solid #d4dee5;
  margin-bottom: 0px;
  padding: 15px 0px 15px 15px;
  box-shadow: 0px 0 4px 1px rgba(212, 222, 229, 0.4);
  font-family: "Karla";
}
.how-work .box-card img {
  height: 32px;
  width: 32px;
}
.how-work .box-card p {
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 20px;
}
.how-work .box-card h5 {
  font-size: 1.25rem;
  font-weight: 600;
}
.how-work .box-card .work-details2 {
  padding: 0px 0px 0px 8px;
}
.how-work .box-card .work-details1 {
  padding: 0px 13px;
}
.how-work .box-card .fas {
  font-size: 40px;
}
.how-work .box-card .arrow-down img {
  position: absolute;
  bottom: -32px;
  right: 0px;
  z-index: 1;
}
.how-work .box-card .arrow-right img {
  position: absolute;
  bottom: -10px;
  right: -37px;
  height: 37px;
  z-index: 1;
  transform: rotate(270deg);
}
@media screen and (max-width: 768px) {
  .how-work .box-card .arrow-right img {
    position: absolute;
    bottom: -38px;
    right: 0px;
    z-index: 1;
    height: 37px;
    transform: rotate(360deg);
  }
}
.how-work .box-card .arrow-down2 img {
  position: absolute;
  bottom: -38px;
  right: 0px;
  z-index: 1;
  height: 37px;
}
.how-work .box-card .arrow-left img {
  position: absolute;
  bottom: -8px;
  right: -25px;
  height: 37px;
  transform: rotate(90deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .how-work .box-card .arrow-left img {
    position: absolute;
    bottom: -38px;
    right: 0px;
    z-index: 1;
    height: 37px;
    transform: rotate(360deg);
  }
}
.how-work .btn-primary {
  color: #fff;
  background-color: #077A91;
  border-color: #50b9ce;
  color: #fbfbfb;
  padding: 8px 10px;
  font-weight: 600;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: background-color 1s ease;
}
.how-work .btn-primary:hover {
  background-color: #255058;
  color: white;
}

.about-movers {
  font-family: "Karla";
}
.about-movers .about-us-btn a {
  color: #fbfbfb;
  background-color: #50b9ce;
  padding: 8px 10px;
  font-weight: 600;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: background-color 1s ease;
}
.about-movers .about-us-btn a:hover {
  background-color: #255058;
}

.achievement {
  background-size: 100%;
  height: inherit;
  color: rgb(255, 255, 255);
}
.achievement h2 {
  margin: 50px 0px 16px 0px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.achievement ul {
  display: flex;
}
.achievement ul li {
  text-align: center;
  list-style-type: none;
  margin: 8px 44px 0px 0px;
}
.achievement ul li .ach-head {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.achievement ul li h5 {
  font-size: 16px;
}

.offer-bg1 {
  background-color: #314555;
}

.offer-bg2 {
  background-color: #314555;
}

section .container-fluid .bread {
  background-color: #50b9ce;
}
section .container-fluid .bread ul {
  display: flex;
  justify-content: start;
  font-family: "Karla";
  /* margin-right: 61px; */
  padding: 6px;
  margin: -1px 14px;
}
section .container-fluid .bread ul .li-cls {
  margin-left: 10px;
}
section .container-fluid .bread ul li {
  list-style-type: none;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
section .container-fluid .bread ul li a {
  text-decoration: none;
  color: white;
}
section .container-fluid .bread ul li a:hover {
  color: #255058;
}
section .container-fluid .bread ul li .about-bread {
  text-decoration: none;
  color: #605858;
}

section .all-service .card .card-title {
  margin-bottom: 0px;
  font-size: 16px;
}
section .all-service .card figure {
  margin: 0 0 5px;
}
section .all-service .card figure img {
  height: 230px;
}
@media screen and (max-width: 768px) {
  section .all-service .card figure img {
    height: auto;
  }
}
section .all-service .card figure:hover .serv {
  background-color: #50b9ce;
}
section .serv {
  flex: 1 1 auto;
  padding: 8px;
  text-align: center;
  background-color: #314555;
  font-family: "Karla";
}
section .serv a {
  text-decoration: none;
  color: white;
}
section .serv a span {
  font-size: 15px;
  margin: 5px;
}
section .serv:hover {
  background-color: #50b9ce;
}
section .serv:hover span {
  margin: 12px;
  transition: all ease 1s;
}

div .banner {
  padding: 0px;
}
div .banner .banner-image {
  width: auto;
  height: 298px;
  background: url(/assets/images/movers-banner-truck.jpg);
  background-attachment: fixed;
  background-size: cover;
}

div .inner-banner {
  position: relative;
  background-image: linear-gradient(to right, rgba(5, 6, 6, 0.7294117647), rgba(20, 20, 16, 0.2509803922));
  background-color: rgba(245, 245, 220, 0);
  display: flex;
  height: 100%;
  align-items: center;
}
div .inner-banner nav {
  font-family: "Karla";
}
div .inner-banner nav .breadcrumb-item.active {
  color: #fff;
}
div .inner-banner nav li a {
  text-decoration: none;
  color: #50b9ce;
  font-weight: 600;
  font-family: "Karla";
}
div .inner-banner nav li a:hover {
  color: #fff;
}
div .inner-banner .inner-breadcrumbs .b-crumbs {
  font-size: 17px;
  font-weight: 500;
  margin: 17px 0px 0px 0px;
  color: #9fafbd;
}
div .inner-banner .inner-breadcrumbs .b-crumbs a {
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
}
div .inner-banner .inner-breadcrumbs .b-crumbs a:hover {
  color: #50b9ce;
}
div .inner-banner .inner-breadcrumbs .b-crumbs span {
  color: #4ca7c3;
}
div .inner-banner .inner-btn {
  display: flex;
  width: auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9294117647);
  transition: all 1s ease;
}
div .inner-banner .inner-btn:hover {
  background-color: #50b9ce;
}
div .inner-banner .inner-btn:hover p {
  color: white;
}
div .inner-banner .inner-btn:hover::after {
  border-bottom: 51px solid transparent;
  border-left: 21px solid #50b9ce;
}
div .inner-banner .inner-btn::after {
  content: "";
  display: block;
  padding: 0px !important;
  margin-left: 0px;
  border-bottom: 51px solid transparent;
  border-left: 21px solid rgba(255, 255, 255, 0.9294117647);
  position: absolute;
  top: 0;
  right: -21px;
  height: 100%;
  transition: all 1s ease;
}
@media screen and (max-width: 992px) {
  div .inner-banner .inner-btn::after {
    display: none;
  }
}
div .inner-banner .inner-btn p {
  color: #171b1f;
  text-decoration: none;
  padding: 11px 17px;
  font-family: "Karla";
  font-size: 19px;
  font-weight: 600;
  margin: 0px;
  transition: all 1s ease;
}

.whatsapp {
  display: inline-block;
  position: fixed;
  bottom: 38px;
  right: 15px;
  border-radius: 50%;
}
.whatsapp img {
  width: 53px;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
}

.call {
  position: fixed;
  bottom: 40px;
  left: 15px;
  display: block;
}

@media screen and (max-width: 768px) {
  .call {
    display: none;
  }
}
.theme-button {
  background: radial-gradient(circle, #077A91 0, #077A91 35%, #0f8aa9 100%);
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #50b9ce;
  font-weight: 600;
  font-size: 15px;
  transition: 0.4s;
  text-decoration: none;
  border-radius: 5px;
}
.theme-button:hover {
  background: radial-gradient(circle, #255058 0, #255058 35%, #255058 100%);
  color: #fff;
  border: 1px solid #255058;
}

.fbtn1 {
  display: none;
}

.fbtn2 {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .fbtn1 {
    display: inline-block;
  }
  .fbtn2 {
    display: none;
  }
}
.btn-primary {
  color: #fff;
  background-color: #077A91;
  border-color: #50b9ce;
}
.btn-primary:hover {
  background-color: #314555;
  color: white;
}

.free-quote .modal-dialog .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px 45px 5px 45px;
  outline: 0;
}
.free-quote .modal-dialog .modal-content .form-wizard {
  color: #888888;
  padding: 14px;
  position: relative;
}

.parallax-bg-img {
  background-color: #314555;
}
.parallax-bg-img .p-5 {
  padding: 3rem !important;
}

.parallax-bg-img div {
  background-color: #314555;
}
.parallax-bg-img div .para-head {
  padding: 30px;
  margin: 0px;
  text-align: center;
  color: white;
  text-transform: capitalize;
  font-size: calc(1.375rem + 1.5vw) !important;
}
.parallax-bg-img div .para-head span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

.parallax-bg-img div .btn2 {
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  color: white;
  font-size: 1rem;
  background-color: #077A91;
  border-radius: 0px;
  padding: 0.8rem 1.5rem;
  transition: background-color 200ms ease-in-out;
}
.parallax-bg-img div .btn2:hover {
  background-color: rgb(255, 255, 255);
  color: black;
}


.modal-backdrop {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.card .card-title{
  font-size: 23px!important;
}

.choose-us .choose-inside h3{
  font-size: 25px;
}

.box-card .work-details1 h3{
  font-size: 25px;
}
@media screen and (max-width: 765.98px) {
  .modal-backdrop {
    z-index: 0 !important;
  }
}


@media screen and (max-width: 991px) {
  .wrapper .header .main-header .container {
    max-width: 900px;
  }

  .index-header .container-fluid .banner-row .head-banner-text{
    font-size: 28px;
  }


  .index-header .container-fluid .banner-row .banner-text{
    font-size: 17px;
  }

  .heading1{
    font-size: 22px!important;
  }

  p{
    font-size: 16px!important;
  }

  .card .card-title{
    font-size: 18px;
  }

  .parallax-bg-img div .para-head{
    font-size: 26px!important;
  }

  .parallax-bg-img div .para-head span{
    font-size: 17px;
  }

  .box-card h3{
    font-size: 18px;
  }

  .choose-us h3{
    font-size: 18px;
  }

  .why-us .choose-us img{
    height: 41px;
    width: 41px;
  }

  .user-testimonial .carousel .media img{
    height: 65px;
    width: 65px;
  }

  .user-testimonial .carousel .overview b{
    font-size: 15px;
  }

  .wrapper .header .call-header ul li a{
    font-size: 17px;
  }

  footer .footer-section h2{
    font-size: 18px;
  }
  

  footer .footer-section .quick-list ul{
    margin-bottom: 34px;
  }

  footer .footer-section .contact-us ul li a i{
    font-size: 25px!important;
  }

  .how-work .box-card img{
    height: 28px;
    width: 28px;
  }

  .how-work .box-card .arrow-down img{
    bottom: -28px;
  }

  .whatsapp img{
    width: 52px;
    height: 52px;
  }

  .achievement h2{
    font-size: 22px!important;
  }

  .achievement .fs-1{
    font-size: 18px!important;
  }

  .achievement .fs-5{
    font-size: 17px!important;
  }

  .service-details .row div .service-tick ul li .far{
    font-size: 21px;
    margin-top: 6px;
  }

  .service-details .row div .service-tick ul li{
    align-items: unset!important;
  }

  .service-details .row div .service-tick ul li span{
    font-size: 16px;
  }

  section .head-wrap .head h3.h5{
    font-size: 16px;
  }

  .head-wrap .head .question{
    font-size: 17px!important;
  }

  .user-testimonial{
    padding-top: 50px!important;
  }

  .contact-follow-us .enq .enq-detail .h4{
    font-size: 19px;
   
  }

  .contact-follow-us .enq .enq-icon .fas{
    font-size: 22px;
  }

  .contact-follow-us .enq .enq-detail .social-media li .fab{
    font-size: 21px;
  }

  .form-wizard .get-free-quotes{
    font-size: 23px;
  }

  .index-header .banner-row{
    height: 400px!important;
  }

  .service-details .sticky-form {
    margin: 49px 0px 0px 0px;
  }

}

@media screen and (max-width:767px){
  .index-header .container-fluid .banner-row .head-banner-text{
    font-size: 21px;
  }

  .heading1{
    font-size: 18px!important;
  }

  p{
    font-size: 15px!important;
  }

  .about-us .btn{
    padding: 7px 10px;
    font-size: 14px;
  }

  .card .card-title{
    font-size: 16px;
  }

  .all-services-btn .btn{
    padding: 7px 10px;
    font-size: 14px;
  }

  .parallax-bg-img div .para-head{
    font-size: 20px!important;
  }

  .parallax-bg-img div .para-head span{
    font-size: 14px;
  }

  .parallax-bg-img div .btn2{
    font-size: 15px;
    padding: 7px 12px;
  }

  .box-card h3{
    font-size: 17px;
  }

  .how-work .box-card .arrow-down img{
    bottom: -23px;
    height: 23px;
  }

  .choose-us h3{
    font-size: 17px;
  }

  .why-us .choose-us img{
    height: 35px;
    width: 35px;
  }

  .user-testimonial .carousel .media img{
    width: 44px;
    height: 44px;
  }

  .user-testimonial .carousel .overview b{
    font-size: 14px;
  }

  footer .footer-section h2{
    font-size: 17px;
  }

  footer .footer-section .contact-us ul li a i{
    font-size: 21px!important;
  }

  footer .footer-section .contact-us ul li{
    margin: 0 12px;
  }

  .fbtn1{
    padding: 6px 18px;
  }

  .whatsapp img{
    width: 42px;
    height: 42px;
  }

  .wrapper .header .main-header .phone-number a{
    font-size: 15px;
    display: none;
  }

  .index-header .container-fluid .banner-row .banner-text{
    font-size: 16px;
  }

  .wrapper .header .primary-header .header-div2 a{
    font-size: 15px;
  }

  .wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul li a{
    font-size: 17px;
  }

  .achievement h2{
    font-size: 19px!important;
  }

  .achievement .fs-1{
    font-size: 18px!important;
  }

  .achievement .fs-5{
    font-size: 17px!important;
  }

  .service-details .row div .service-tick ul li .far{
    font-size: 20px;
    margin-top: 6px;
  }

  .service-details .row div .service-tick ul li{
    align-items: unset!important;
  }

  .service-details .row div .service-tick ul li span{
    font-size: 15px;
  }

  section .head-wrap .head h3.h5{
    font-size: 14px;
  }

  .head-wrap .head .question{
    font-size: 13px!important;
  }


  .contact-follow-us .enq .enq-detail .h4{
    font-size: 18px;
   
  }

  .contact-follow-us .enq .enq-icon .fas{
    font-size: 20px;
  }

  .contact-follow-us .enq .enq-detail .social-media li .fab{
    font-size: 19px;
  }

  .mobile-bottom-bar{
    display: block;
  }

  .fbtn1{
    display: none!important;
  }

  .whatsapp{
    display: none;
  }

  .form-wizard .get-free-quotes{
    font-size: 21px;
  }

  .wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul .call-us-now{
    border: 1px solid #fff;
    padding: 7px 10px;
    background-color: #fff;
    color: #077A91;
  }

  .wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul .call-us-now a{
    color: #077A91;
  }

  .wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul li{
    border-bottom: 1px solid #ffffff12;
    padding: 21px 0;
    width: 100%;
    margin: 0;
  }

  .mobile-dropdown .accordion-body ul{
    border: 1px solid #ffffff29;
    height: 300px;
    overflow: scroll;
    background-color: #fff;
    display: block!important;
  }


  .mobile-dropdown .accordion-body ul li{
    border-bottom: none!important;
    padding: 11px 0!important;
  }

  .mobile-dropdown .accordion-body ul li a{
    color: #077A91!important;
  }

  .modal-fullscreen .modal-content{
    height: fit-content;
  }


  .wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul li .fas{
    font-size: 14px;
  }

  .index-header .banner-row{
    height: 390px!important;
  }

  .wrapper .header .main-header .img-logo {
    margin: 0;
  }

  
}


@media screen and (min-width:767px) {
  .mobile-bottom-bar{
    display: none!important;
  }

}



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

  .pt-5 {
    padding-top: 2rem !important;
  }

  .pb-5 {
    padding-bottom: 2rem !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .modal-dialog.mt-5 {
    margin-top: 4rem !important;
  }

  .service-details .mt-4 {
    margin-top: 0rem !important;
  }

  section .about-us.mb-5 {
    margin-bottom: 0rem !important;
  }

  .parallax-bg-img .p-5 {
    padding: 0rem !important;
  }

  section .justify-content-start.about-us {
    justify-content: center !important;
  }

  .service-details .row .about-us.justify-content-start {
    justify-content: center !important;
  }

  .index-header .container-fluid .banner-row .head-banner-text{
    font-size: 17px;
  }

  .index-header .container-fluid .banner-row .banner-text{
    font-size: 13px;
  }

  .heading1{
    font-size: 17px!important;
  }

  p{
    font-size: 14px!important;
  }

  .about-us .btn{
    font-size: 13px;
  }

  .card .card-title{
    font-size: 16px;
  }

  .all-services-btn .btn{
    font-size: 13px;
  }

  .parallax-bg-img div .para-head{
    font-size: 18px!important;
    padding: 10px 20px 0px 20px;
  }

  .parallax-bg-img div .para-head span{
    font-size: 15px;
    margin-top: 6px;
  }

  .parallax-bg-img div .btn2{
    margin: 10px;
  }

  .box-card h3{
    font-size: 16px;
  }

  .how-work .box-card img{
    height: 23px!important;
    width: 23px!important;
   
  }

  .how-work .box-card .arrow-down img{
    height: 18px;
    bottom: -23px!important;

  }

  .choose-us h3{
    font-size: 16px;
  }

  .why-us .choose-us img{
    height: 29px;
    width: 29px;
  }

  .user-testimonial .carousel .media img{
    width: 36px;
    height: 36px;
  }

  .user-testimonial .carousel .overview b{
    font-size: 12px;
  }

  .form-label{
    font-size: 15px;
  }

  .form-wizard .textarea{
    font-size: 15px;
  }

  footer .footer-section h2{
    font-size: 16px;
  }

  footer .footer-section .quick-list ul li a{
    font-size: 14px;
  }

  footer .footer-section .contact-us ul li a i{
    font-size: 19px;
  }

  footer .copyright-section p{
    font-size: 13px!important;
  }

  .fbtn1{
    font-size: 14px;
    padding: 6px 15px;
  }

  .wrapper .header .main-header .menu-bar .modal .modal-dialog .modal-content .modal-body ul li a{
    font-size: 15px;
  }

  .achievement h2{
    font-size: 18px!important;
  }

  .achievement .fs-1{
    font-size: 16px!important;
  }

  .achievement .fs-5{
    font-size: 15px!important;
  }

  .breadcrumb .breadcrumb-item{
    font-size: 13px;
  }

  .breadcrumb-item.active{
    font-size: 13px;
  }

  .service-details .row div .service-tick ul li .far{
    font-size: 15px;
    margin-top: 6px;
  }

  .service-details .row div .service-tick ul li{
    align-items: unset!important;
  }

  .service-details .row div .service-tick ul li span{
    font-size: 14px;
  }

  section .head-wrap .head h3.h5{
    font-size: 14px;
  }

  .head-wrap .head .question{
    font-size: 11px!important;
  }

  .form-wizard .form-wizard-steps li span{
    width: 38px;
    height: 38px;
  }

  .form-wizard .wizard-form-text-label{
    font-size: 14px;
  }

  .form-wizard .form-wizard-next-btn{
    min-width: 102px;
    padding: 6px;
  }

  .contact-follow-us .enq .enq-detail .h4{
    font-size: 17px;
    padding: 0px;
    margin: 0px;
  }

  .contact-follow-us .enq .enq-icon .fas{
    font-size: 18px;
  }

  .contact-follow-us .enq .enq-detail .social-media li .fab{
    font-size: 18px;
  }

  .form-wizard .get-free-quotes{
    font-size: 19px;
  }

  .index-header .container-fluid .banner-row .start-section{
    margin: 0;
    width: 100%;
  }

  .index-header .banner-row{
    height: 277px!important;
  }

  .contact-follow-us{
    margin-top: 30px!important;
  }

  .contact-follow-us{
    margin-bottom: 0!important;
  }

  .contact-follow-us .enq .enq-detail p{
    padding: 0!important;
    margin: 0!important;
  }

  section .head-wrap ul{
    font-size: 14px;
  }

  .all-services-btn{
    justify-content: center!important;
  }

  footer .copyright-section p span{
    display: block;
  }
  .banner .banner-image{
    width : 100%;
   object-fit:cover;
    height: 260px!important;
  }


}

/* additional css */

.breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}

.how-work .animated-video{
  width: 100%;
}

.wizard-fieldset .animated-video{
  width: 100%;
}

.index-header .btn{
  background-color: #077A91;
  color: #fff;
}

.mobile-bottom-bar {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
bottom: 0;
width: 100%;
background: #077A91;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.mobile-bottom-bar li {
  flex-grow: 1;
  width: 100%;
}
.mobile-bottom-bar li button {
  background: transparent;
  border: none;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 600;
  color: #fff;
}
.mobile-bottom-bar li a {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}


.mobile-bottom-bar li a.phone-numb {
  border-left: 1px solid;
  border-right: 1px solid;
}

.mobile-bottom-bar li a.phone-numb i{
  color: #fff;
  font-size: 20px;
}

.mobile-bottom-bar li a img {
  width: 34px;
  height: 34px;
}

.mobile-bottom-bar li a,
.mobile-bottom-bar li button {
  font-size: 15px;
  color: #fff;
  padding: 5px 0px;
}


/*# sourceMappingURL=custom.css.map */


.mycontainer .col-12  ul li
{
  display: none;
}

/* .wrapper .header .call-header ul .call-line{
  width: 0px ;
} */

.mycontainer .mycolumn  .call-line {
  content: "";
  background: #a4a6a9;
  display: block;
  top: 0;
  margin: 2px 11px;
  width: 1px;
  height: 30px;
}


@media screen  and (max-width:500px){
  .mycontainer .col-12  ul li
{
  display: block;
}
.mycontainer .mycolumn   .call-header
{
  display:block;
} 
.mycontainer  .mycolumn1
{
  order:1;
}
.mycontainer  .mycolumn3
{
  order:3;
}
.mycontainer  .mycolumn
{
  order:2;
  margin:0px;
  padding:0px;
}

.mycontainer .mycolumn  .call-line {
 width:0px;
 display: none;
}

.mycontainer .mycolumn  .mobile-icon
{
  display: none;
}
.mycontainer  .mycolumn ul li a 
{
 font-size:15px!important;
}
}


.validation-message {
  color: red;
  margin-top: 10px;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  width:100px;
  z-index: 100000000;
}


.awardlist
{
 margin:auto;
 text-align:center;
}
.awardlist img
{
  width:164px;
  height: auto;
}




   .banner-image-top {
      position: relative;
      width: auto;
      height: 350px;
      /* background: url(/assets/images/house-movers-in-canada-test-img.jpg); */
      /* background-attachment: fixed; */
      /* background-size: cover;
      object-fit: cover; */
   }

   .banner-image-top img {
      position: absolute;
      height: 350px;
      width: 100%;
      object-fit: cover;
   }


@media (max-width: 480px) {
  .banner-image-top {
    height: 180px;
  }

  .banner-image-top img {
    height: 180px;
  }
}