body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
input::file-selector-button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 12px;
  border-radius: 4px;
  margin-top: 6px;
}
.footer-secondary {
  display: flex;
}
.carousel-testinomial div .panel-body {
  min-height: 468px;
}
.owl-carousel .owl-item img {
  width: auto !important;
}
.no-bg {
  background: none;
}
.responsive-panel {
  justify-content: center !important;
}

.hero-content-links a {
  margin-right: 8px;
  position: relative;
  display: inline-block;
}

.hero-content-links a::after,
.Specialise-content div a.learn-more::after,
.our-work-div span a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: hsla(0, 0%, 100%, 0.5);
  bottom: -5px;
  left: 0px;
  transition: all 0.5s;
}

.hero-content-links a:hover:after,
.Specialise-content div a.learn-more:hover::after,
.our-work-div span a:hover:after {
  width: 0%;
  left: 100%;
}

.hero-content-header {
  border-radius: 6px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  margin-top: 10px;
}

.Specialise-content div h3 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.Specialise-content div a {
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.5);
  display: block;
  font-weight: 100;
}

.Specialise-content div a.learn-more {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.our-work-div {
  margin-bottom: 30px;
}

.our-work-div span {
  float: right;
  position: relative;
}

.portfolio-button {
  text-align: center;
  margin-top: 20px;
}

.padding-right-flex {
  padding-right: 30px;
}

.icon-with-text {
  display: flex;
  padding-bottom: 25px;
}

.icon-with-text span {
  margin-right: 18px;
  display: inline-block;
}

.icon-with-text div h4 span {
  font-size: 16px;
  margin-right: 2px;
}

@media screen and (max-width: 990px) {
  .icon-with-text {
    display: block;
  }

  .button-wide.bg-gradient-7 {
    height: 42px !important;
    padding: 8px 8px;
    font-weight: 200 !important;
    font-size: 14px;
    margin: auto;
  }
}

.slide-arrow {
  position: absolute;
  top: 110%;
}
.prev-arrow {
  background: url(../images/icons/arrow_slider_left_black.svg);
  background-position: center;
  background-size: cover;
  height: 20px;
  width: 30px;
  margin-right: 60px;
  right: 0px;
}
.next-arrow {
  background: url(../images/icons/arrow_slider_right_black.svg);
  background-position: center;
  background-size: cover;
  height: 20px;
  width: 30px;
  margin-right: 20px;
  right: 0px;
}
.myBtn-left {
  width: 250px !important;
  margin-top: 20px;
}

/*Cost Estimator*/

.preparation-div div {
  text-align: center;
}
.preparation-div div p {
  margin-bottom: 0px;
  margin-top: 10px;
}
.preparation-div div .icon {
  width: 140px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab {
  float: left;
  width: 30%;
  text-align: center;
}

.tab .tablinks {
  display: inline-block;
  background-color: inherit;
  color: #fff;
  padding: 22px 16px;
  width: 80%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding-left: 30px;
}

.tab .tablinks span {
  padding-right: 15px;
}

.tab .tablinks span svg {
  width: 36px;
  fill: #fff;
}

.tab .tablinks.active {
  background: linear-gradient(to bottom right, #fe7531, #b508cd);
}

.tabcontent {
  float: left;
  width: 70%;
  border-left: none;
}

.h-tab {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.h-tab::after {
  content: "";
  position: absolute;
  height: 1px;
  background: linear-gradient(to right, #fe7531, #b508cd);
  width: 100%;
  bottom: 0;
  left: 0;
}
.h-tab button {
  width: 23%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: none;
}

.h-tab button.active {
  background: linear-gradient(to bottom right, #fe7531, #b508cd);
}

.h-tab button span {
  display: block;
  color: #fff !important;
}

.h-tab button span svg {
  height: 36px;
  fill: #fff;
  margin-bottom: 10px;
}

.h-tabcontent {
  display: none;
  padding-top: 40px;
}

.h-tab-container {
  display: flex;
}

.h-tabcontent-right {
  width: 23%;
}

.h-tabcontent-left {
  width: 77%;
}
.h-tabcontent-left ul li strong {
  color: #fff;
  font-weight: 200 !important;
}

.tabcontent h3,
.h-tabcontent-right h3 {
  background: -webkit-linear-gradient(#b508cd, #fe7531);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tabcontent h5,
.h-tabcontent-right h5 {
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.5);
  margin-bottom: 0px;
}
ul {
  list-style-type: "-  ";
}

.custom-list-accordion div {
  background: none !important;
}
.custom-list-accordion div div div {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
@media screen and (max-width: 998px) {
  .tab {
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .tab .tablinks {
    width: 20%;
    padding: 14px 4px;
    display: flex;
    justify-content: center;
  }
  .tab .tablinks span {
    padding-right: 0px;
  }
  .icon-text {
    display: none !important;
  }
  .tabcontent {
    width: 100%;
  }

  .h-tab button span svg {
    margin-bottom: 0px !important;
  }
  .h-tab-container {
    display: block;
  }

  .h-tabcontent-right {
    width: 100%;
  }

  .h-tabcontent-left {
    width: 100%;
  }

  .reverse-grid-column div:nth-child(1) {
    order: 2;
  }
}
/*overlay-div*/
.preparation-div {
  cursor: pointer;
}
.overlay-div {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
}

.overlay-div-content {
  position: relative;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}
.overlay-div-content div:first-child {
  width: 50%;
  padding: 0px 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overlay-div-content div:nth-child(2) {
  width: 50%;
  display: flex;
  justify-content: center;
}
.overlay-div-content div svg {
  height: 70vh;
}
.overlay-overflow-show {
  height: 30vh;
  overflow: auto;
}

.overlay-overflow-show::-webkit-scrollbar {
  width: 10px;
}

.overlay-overflow-show::-webkit-scrollbar-track {
  background-color: rgb(92, 92, 92);
}

.overlay-overflow-show::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ff715b, #da3ea1);
}

.overlay-div .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
  font-weight: 100;
}

@media screen and (max-width: 998px) {
  .overlay-div-content {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .overlay-div-content div:first-child {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .overlay-div-content div:nth-child(2) {
    width: 100%;
  }
  .overlay-div-content div svg {
    height: 30vh;
  }
  .overlay-overflow-show {
    height: 20vh;
    overflow: auto;
  }

  .overlay-div .closebtn {
    font-size: 40px;
    top: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 992px)  {
  .d-none-number {
    display: none;
  }
}

#btn_contact_header,
#landline-number {
  padding-left: 23px !important;
  padding-right: 23px !important;
}
#landline-number,
#landline-number.button-wide:hover {
  margin-right: 5px;
  background: none;
  box-shadow: inset 0 0 0px 0px rgb(0 0 0 / 10%) !important;
}
#landline-number > div {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}
@media screen and (max-width: 991px) {
  #landline-number {
    display: none;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
