/*=====================
------------------
Template Name: Building Estimator
Author: Coder Hand
Version: 1.00

------------------

----------------
Table of Content
----------------
index.html=>
1.
=======================*/

/* common CSS */
* {
  margin: 0px;
  padding: 0px;
}

a,
a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style-type: none;
  margin-bottom: 0;
}

a:focus,
img:focus,
button:focus {
  outline: 0px !important;
}

::-webkit-scrollbar {
  width: 0.5%;
  height: 2%;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-image: linear-gradient(#fff, #f2c02e);
  background-image: -webkit-linear-gradient(#fff, #f2c02e);
  background-image: -moz-linear-gradient(#fff, #f2c02e);
  background-image: -o-linear-gradient(#fff, #f2c02e);
  -webkit-box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
}

::-moz-scrollbar {
  width: 0.5%;
  height: 2%;
}

::-moz-scrollbar-thumb-proportional {
  border-radius: 4px;
  background-image: linear-gradient(#fff, #f2c02e);
  background-image: -webkit-linear-gradient(#fff, #f2c02e);
  background-image: -moz-linear-gradient(#fff, #f2c02e);
  background-image: -o-linear-gradient(#fff, #f2c02e);
  border: 1px solid #eaeaea;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
}

::-moz-scrollbar-track {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
}

::-ms-scrollbar {
  width: 0.5%;
  height: 2%;
}

::-ms-scrollbar-thumb {
  border-radius: 4px;
  background-image: linear-gradient(#fff, #f2c02e);
  background-image: -webkit-linear-gradient(#fff, #f2c02e);
  background-image: -moz-linear-gradient(#fff, #f2c02e);
  background-image: -o-linear-gradient(#fff, #f2c02e);
  -webkit-box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
}

::-ms-scrollbar-track {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
}

::-o-scrollbar {
  width: 0.5%;
  height: 2%;
}

::-o-scrollbar-thumb {
  border-radius: 4px;
  background-image: linear-gradient(#fff, #f2c02e);
  background-image: -webkit-linear-gradient(#fff, #f2c02e);
  background-image: -moz-linear-gradient(#fff, #f2c02e);
  background-image: -o-linear-gradient(#fff, #f2c02e);
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
}

::-o-scrollbar-track {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #1d1010;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-transform: none !important;
  transform: none !important;
}

p {
  margin-bottom: 0;
  color: #1d1010;
  font-family: "Montserrat", sans-serif;
}

.img-fluid {
  width: 100%;
}

.d-none {
  display: none;
}
/* Importing font family */

@font-face {
  font-family: Bebas_regular;
  src: url("../fonts/hk-nova-bold.ttf");
}
@font-face {
  font-family: Bebas_thin;
  src: url("../fonts/BebasNeue-Thin.ttf");
}
@font-face {
  font-family: Bebas_light;
  src: url("../fonts/HKNova-Medium.ttf");
}
@font-face {
  font-family: Bebas_book;
  src: url("../fonts/hk-nova-semibold.ttf");
}
@font-face {
  font-family: Bebas_bold;
  src: url("../fonts/BebasNeue-Bold.ttf");
}

/*---- Nav part css start ----*/
nav {
  width: 100%;
  padding: 15px 0px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.menufix {
  position: fixed;
  background-color: #fff;
  padding: 5px 0px 7px 0px;
  box-shadow: 0px 0px 18px rgba(204, 204, 204, 0.5);
}
.menufix .logo {
  width: 60%;
}
.sign_in_part {
  padding-top: 8px;
}
.menufix .sign_in_part {
  padding-top: 0px;
}

.sign_in_part .sign_btn .sign_btn_div {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-family: Bebas_light;
  border: 1px solid #f2c02e;
  color: #fff;
  padding: 8px 30px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
  box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.menufix .sign_in_part .sign_btn .sign_btn_div {
  font-size: 14px;
}
.sign_in_part .sign_btn .sign_btn_div span:nth-child(1) {
  width: 100%;
  height: 100%;
  background-color: #f2c02e;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.sign_in_part .sign_btn .sign_btn_div span:nth-child(2) {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(-102%);
  -webkit-transform: translateX(-102%);
  -moz-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.sign_in_part .sign_btn .sign_btn_div:hover span:nth-child(2) {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.sign_in_part .sign_btn .sign_btn_div:hover {
  border: 1px solid #f5f5f5;
  color: #1d1010;
  -webkit-box-shadow: 0px 10px 20px rgba(232, 232, 232, 0.2);
  box-shadow: 0px 10px 20px rgba(232, 232, 232, 0.2);
}
.sign_in_part .sign_btn {
  padding-top: 4px;
  display: inline-block;
}
.sign_in_part .ham_menu {
  padding-top: 12px;
}
.sign_in_part .ham_menu button {
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.sign_in_part .ham_menu button span:nth-child(1),
.sign_in_part .ham_menu button span:nth-child(2),
.sign_in_part .ham_menu button span:nth-child(3) {
  display: block;
  width: 38px;
  height: 3px;
  margin: 5px 0px;
  background-color: #1d1010;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}
.sign_in_part .ham_menu button span:nth-child(2) {
  width: 28px;
}
.sign_in_part .ham_menu button span:nth-child(3) {
  width: 34px;
}

.sign_in_part .ham_menu button:hover span:nth-child(1) {
  width: 28px;
}
.sign_in_part .ham_menu button:hover span:nth-child(2) {
  width: 34px;
}
.sign_in_part .ham_menu button:hover span:nth-child(3) {
  width: 38px;
}

/*---- Nav part css end ----*/

/*---- Header part css start ----*/
header {
  padding-top: 100px;
  padding-bottom: 50px;
  /* height: 600px; */
  position: relative;
  z-index: 2;
  background-position: left;
  background-repeat: repeat;
  background-size: contain;
}
header .overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(bottom, #f5f5f5, rgba(255, 255, 255, 0.9));
  background-image: -webkit-linear-gradient(
          bottom,
          #f5f5f5,
          rgba(255, 255, 255, 0.9)
  );
  background-image: -moz-linear-gradient(
          bottom,
          #f5f5f5,
          rgba(255, 255, 255, 0.9)
  );
  background-image: -o-linear-gradient(
          bottom,
          #f5f5f5,
          rgba(255, 255, 255, 0.9)
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

header .background_moving_img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

header .background_moving_img .background_img_inner {
  width: 100%;
  height: 100%;
  background-image: url("../images/banner-02.png");
  background-position: left;
  background-repeat: repeat;
  background-size: contain;
}

.header_content {
  padding-top: 120px;
}

.header_content_custom {
  padding-top: 150px;
}
.header_content h1 {
  font-size: 34px;
  font-family: Bebas_regular;
  color: #1d1010;
}
.header_content h1 span {
  color: #f2c02e;
}
.header_content p {
  font-family: "Montserrat", sans-serif;
  padding-top: 20px;
}
.index_header_content p {
  font-size: 18px;
  font-weight: 500;
}
.index_header_content h1{
  font-size: 42px;
}
.header_blog_slider {
  margin-top: 30px;
}
.header_blog_slider .slick-arrow {
  display: none !important;
}
.blog_title a {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
  color: #1d1010;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.btn_common a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-family: Bebas_light;
  font-weight: 500;
  color: #1d1010;
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid rgba(136, 136, 136, 0.15);
  -webkit-box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.btn_common a span:nth-child(1) {
  width: 100%;
  height: 100%;
  background-color: #f2c02e;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-102%);
  -webkit-transform: translateX(-102%);
  -moz-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  z-index: -1;
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.btn_common a span:nth-child(2) {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.btn_common a:hover span:nth-child(1) {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.btn_common a:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
  box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
}
.btn_common {
  display: inline-block;
  margin-top: 18px;
}
.header_content .btn_common_2 {
  margin-left: 15px;
}
.side_nav {
  width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f2c02e;
  z-index: 9;
  transform: translateX(-102%);
  -webkit-transform: translateX(-102%);
  -moz-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  overflow-y: scroll;
  padding: 25px 20px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.side_nav .logo {
  width: 35%;
  margin-bottom: 15px;
}
.search {
  margin-top: 5px;
}
.search form {
  background-color: #dcad25;
  border-radius: 30px;
}
.search form .form-group input {
  width: 80%;
  float: left;
  border: none;
  font-size: 16px;
  padding: 8px 20px;
  color: #1d1010;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
}

.search form .form-group input::placeholder {
  color: #1d1010;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.search form .form-group input:focus,
.search form .form-group button:focus,
.search form .form-group button:active {
  outline: none;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none;
}
.search form .form-group button {
  width: 20%;
  border: none;
  padding: 4px 12px;
  background-color: transparent;
}
.search form .form-group button img {
  width: 35%;
}
.side_nav ul li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1d1010;
  padding: 8px 18px;
  margin: 5px 0px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-family: Bebas_light;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}

.side_nav ul li a:hover {
  background-color: #000;
  color: #fff;
}
.side_nav ul .active_link a {
  /* background-image: linear-gradient(#f2c02e, #fff);
  background-image: -webkit-linear-gradient(#f2c02e, #fff);
  background-image: -moz-linear-gradient(#f2c02e, #fff);
  background-image: -o-linear-gradient(#f2c02e, #fff); */
  background-color: #000;
  color: #fff;
}
.overlay_side_nav {
  width: 100%;
  height: 100%;
  background-color: rgba(242, 192, 46, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.sign_in_open {
  width: 400px;
  height: 100%;
  overflow: scroll;
  background-color: #ffffff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  transform: translateX(102%);
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  -o-transform: translateX(102%);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sign_in_open .sign_btn_list ul li {
  text-align: center;
  width: 50%;
  margin: -2px;
  display: inline-block;
  padding: 12px 0px;
  font-weight: 500;
  border-bottom: 1px solid #f2c02e;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-family: Bebas_light;
}
.sign_in_open .sign_btn_list ul .sign_btn_active {
  background-color: #f2c02e;
  color: #fff;
}
.sign_in_side,
.register_side {
  padding: 20px 25px;
}
.sign_in_side ul,
.register_side ul {
  display: block;
}
.sign_in_side ul li,
.register_side ul li {
  width: 12%;
  display: inline-block;
  margin: 0px 5px;
  margin-bottom: 15px;
}

.sign_in_side ul li a,
.register_side ul li a {
  display: block;
  width: 100%;
}
.sign_in_side p,
.register_side p {
  font-size: 14px;
  display: block;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 15px;
}
.sign_in_side form .form-group input,
.register_side form .form-group input {
  font-size: 14px;
  font-weight: 500;
  color: #1d1010;
  padding: 8px 16px;
  font-family: "Montserrat", sans-serif;
  border-radius: 30px;
}
.sign_in_side form .form-group label,
.register_side form .form-group label,
.register_side form small {
  font-family: "Montserrat", sans-serif;
}
.register_side form small {
  font-size: 10px;
  letter-spacing: 0.3px;
  font-weight: 500;
  padding-left: 5px;
}
.sign_in_side form .form-group label,
.register_side form .form-group label {
  font-size: 14px;
  font-weight: 500;
}
.sign_in_side form button:active,
.sign_in_side form button:focus,
.sign_in_side form .form-group input:focus,
.register_side form button:active,
.register_side form button:focus,
.register_side form .form-group input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.sign_in_side form button,
.register_side form button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  background-color: #f2c02e;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 28px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
  box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
}
.sign_in_side {
  display: none;
}
/* Styling Checkbox Starts */
.checkbox-label {
  display: inline-block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  width: 7%;
  top: -17px;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #f2c02e;
}

.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #f2c02e;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #f2c02e;
}

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border-radius: 5px;
  border: 2px solid #f2c02e;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.sign_in_side .input-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #1d1010;
  font-weight: 500;
  margin-left: 5px;
  margin-bottom: 15px;
  display: inline-block;
}

.sign_in_side .input-title-2 {
  float: right;
}
.sign_in_side .input-title-2 a {
  color: #005ef9;
}

.sign_in_side .sign_in_title,
.register_side .sign_in_title {
  font-family: Bebas_book;
  font-size: 20px;
}

.index_header_content {
  /* padding-left: 30px; */
  padding-top: 70px;
}

.header_image {
  margin-top: 30px;
  position: relative;
}
/* .header_image img{
  border-radius: 20px;
} */

/* .texture_img img:nth-child(1) {
  width: 200px;
    position: absolute;
    left: -31%;
    top: -78px;
    transform: rotate(45deg);
    z-index: -1;
} */
.texture_img img:nth-child(1) {
  width: 300px;
  position: absolute;
  right: -30%;
  bottom: -72px;
  z-index: -1;
}
.blog_under_content {
  margin-top: 50px;
}
.blog_under_content img {
  width: 100px;
  display: inline-block;
}
.blog_under_content p {
  padding-left: 5px;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}
.blog_under_content p a:hover {
  text-decoration: underline;
}

.blog_slider {
  position: relative;
  padding-left: 40px;
}
#script_img {
  position: absolute;
  top: 80%;
  right: -40px;
  width: 150px;
}
.blog_slider::after {
  content: "";
  width: 25px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: -4px;
}
.blog_slider .header_blog_slider .blog_title a {
  font-size: 16px;
  font-family: Bebas_light;
}
.logo {
  width: 80%;
}

.header_banner_slider {
  margin: 0px;
}
.header_banner_slider .slick-arrow {
  display: none !important;
}
.header_banner_slider .slick-list {
  border-radius: 20px;
}
/*---- Header part css end ----*/

/*---- HomePage Blog part css start ----*/

.home_blog_part {
  padding: 25px 0px;
  box-shadow: 0px 80px 80px #f3f3f3;
  -webkit-box-shadow: 0px 80px 80px #f3f3f3;
}
.blog_tab_title h2 {
  font-size: 22px;
  color: #1d1010;
  font-family: Bebas_bold;
  letter-spacing: 0.5px;
}
.blog_tab_title {
  padding-left: 12px;
}
.blog_tab_title p {
  font-size: 14px;
}
.blog_tab_1,
.blog_tab_2,
.blog_tab_3,
.blog_tab_4 {
  position: relative;
  cursor: pointer;
}
.line_tab {
  width: 0%;
  height: 2px;
  background-color: #f2c02e;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.active_line {
  width: 90%;
}
.dotted_line {
  width: 2px;
  height: 75%;
  border-right: 2px dashed #fbe6ab;
  position: absolute;
  right: -12px;
  top: 10px;
}
.blog_card_part_1,
.blog_card_part_2,
.blog_card_part_3,
.blog_card_part_4 {
  padding: 35px 0px;
  box-shadow: inset 0px 80px 80px #d9f0f8, inset 0px 0px 0px #fff;
  -webkit-box-shadow: inset 0px 80px 80px #d9f0f8, inset 0px 0px 0px #fff;
}

.blog_card_part_2,
.blog_card_part_3,
.blog_card_part_4 {
  display: none;
}
.blog_card_1 {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 30px;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 0px 30px rgb(245, 245, 245);
  -webkit-box-shadow: 0px 0px 30px rgb(245, 245, 245);
}
.blog_card_1 .blog_card_h {
  display: block;
  color: #1d1010;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: Bebas_regular;
  margin-bottom: 8px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.blog_card_1 .blog_card_h:hover {
  color: #f2c02e;
}
.blog_card_1 p {
  font-size: 14px;
  margin-bottom: 8px;
}
.btn_blog {
  display: block;
  text-align: right;
}
.btn_blog a {
  font-size: 14px;
  color: #f2c02e;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.btn_blog img {
  width: 4%;
}
.blog_card_part_1 .blog_top_shadow {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
/*---- HomePage Blog part css end ----*/

/*---- About part css start ----*/
.about_part {
  position: relative;
  background-color: #000;
}
.about_overlay {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url("../images/building-06.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.about_content {
  padding: 80px 0px 80px 0px;
}
.about_content h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.about_content h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
  color: #fff;
  font-family: Bebas_book;
}

.about_content ul li {
  font-size: 18px;
  font-weight: 300;
  list-style-type: square;
  line-height: 30px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.about_content ul {
  padding-left: 20px;
}
.about_content {
  position: relative;
  z-index: 1;
}
.about_content img {
  width: 270px;
  position: absolute;
  top: 65%;
  right: 0px;
  z-index: -1;
}
/*---- About part css end ----*/

/*---- Call for request part css start ----*/
.call_for_req_part {
  /* height: 145px;
  background-color: #f5f5f5; */
  position: relative;
}

.img_1 img:nth-child(1) {
  width: 70px;
  position: absolute;
  right: 0;
  top: 2px;
}
.img_1 img:nth-child(2) {
  width: 135px;
  position: absolute;
  left: 0;
  top: 0;
}
.call_for_content {
  padding: 30px 0px;
}
.call_for_title h3 {
  font-size: 50px;
  margin-bottom: 5px;
  font-family: Bebas_regular;
}
.call_for_title p {
  font-size: 16px;
  padding: 15px 0px;
}
.call_for_content .btn_common {
  margin-top: 16px;
}
/*---- Call for request part css end ----*/

/*---- Tab part css start ----*/
.tab_part {
  padding: 0px 0px 50px 0px;
}

.tab_title h3 {
  font-size: 42px;
  color: #1d1010;
  font-family: Bebas_book;
  letter-spacing: 0.5px;
  margin-bottom: -35px;
}
.tab_content h3 a {
  font-size: 24px;
  color: #1d1010;
  font-family: Bebas_bold;
  letter-spacing: 0.5px;
  padding-bottom: 8px;
  display: inline-block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.tab_content h3 a:hover {
  color: #f2c02e;
}
.tab_content p {
  font-size: 14px;
}
.tab_content {
  margin-top: 100px;
  /* padding: 0px 30px; */
}
.features_tab {
  margin: 50px 0px;
}
/*---- Tab part css end ----*/

/*---- Subscription part css start ----*/
.subscription_part {
  padding: 100px 0px;
  background-color: #f5f5f5;
}

.subscription_content p {
  font-size: 30px;
  margin-bottom: 8px;
  font-family: Bebas_book;
}
.subscription_img_bottom {
  margin-top: 30px;
}
.subscription_content form input {
  font-size: 14px;
  font-weight: 500;
  color: #1d1010;
  margin: 8px 0px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 20px #f1f1f1;
  -webkit-box-shadow: 0px 0px 20px #f1f1f1;
  padding: 8px 16px;
  font-family: "Montserrat", sans-serif;
  border-radius: 30px;
}
.subscription_content form input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 20px #f1f1f1;
  -webkit-box-shadow: 0px 0px 20px #f1f1f1;
}
.subscription_content form input:active {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 20px #f1f1f1;
  -webkit-box-shadow: 0px 0px 20px #f1f1f1;
}
.subscription_content form input::placeholder {
  color: #1d1010;
}

.subscription_content h5 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1d1010;
  margin: 10px 0px;
}
.subscription_option_1,
.subscription_option_2,
.subscription_option_3 {
  cursor: pointer;
}
.subscription_option_1 .option_1_img,
.subscription_option_2 .option_1_img,
.subscription_option_3 .option_1_img {
  width: 50px;
  margin: auto;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: -25px;
  box-shadow: 0px 0px 20px #e6e6e6;
  position: relative;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.subscription_option_1 .option_1_img svg,
.subscription_option_2 .option_1_img svg,
.subscription_option_3 .option_1_img svg {
  width: 100%;
}
.subscription_option_1 .option_1_img svg path,
.subscription_option_1 .option_1_img svg circle,
.subscription_option_2 .option_1_img svg path,
.subscription_option_2 .option_1_img svg circle,
.subscription_option_3 .option_1_img svg path,
.subscription_option_3 .option_1_img svg circle {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.subscription_option_1 p,
.subscription_option_2 p,
.subscription_option_3 p {
  font-size: 14px;
  background-color: #fff;
  border-radius: 6px;
  padding: 35px 8px 10px 8px;
  box-shadow: 0px 0px 20px #f1f1f1;
  -webkit-box-shadow: 0px 0px 20px #f1f1f1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.subscription_active p,
.subscription_option_1:hover p,
.subscription_option_2:hover p,
.subscription_option_3:hover p {
  box-shadow: 0px 0px 20px #e2e2e2;
  -webkit-box-shadow: 0px 0px 20px #e2e2e2;
}

.subscription_active .option_1_img {
  background-color: #f2c02e;
}

.subscription_active .option_1_img svg path,
.subscription_active .option_1_img svg circle {
  fill: #fff !important;
}

/*---- Subscription part css end ----*/
/*---- Footer part css start ----*/
footer {
  padding: 55px 0px;
  background-color: #000;
}

footer .logo a img {
  width: 50%;
}
footer .logo p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 0px 10px 0px 0px;
}
.link_1 {
  margin: 12px 0px;
  display: inline-block;
}
.link_1 .link_1_img {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0px 8px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.link_1 .link_1_img img {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.link_1 .link_1_img:hover {
  background-color: #fff;
}

.link_1 .link_1_img:hover img {
  filter: invert(1);
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -mz-filter: invert(1);
}

.link_1 a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 8px;
  margin-top: -4px;
  border-radius: 50%;
  /* padding-left: 10px; */
}
.like_btn {
  width: 70px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 1px 0px 3px 0px;
  margin-left: 12px;
}
.like_btn a {
  padding-left: 0;
  display: block;
}
.like_btn a img {
  width: 15px;
}
.like_btn a p {
  font-size: 14px;
  font-weight: 500;
  color: #1d1010;
  display: inline;
}

.quick_links {
  margin-top: 10px;
}
/* .quick_links ul li {
  display: inline-block;
  padding: 5px 0px;
} */
.quick_links ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  position: relative;
  /* padding: 0px 12px; */
}

/* .quick_links ul li a::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
} */
.quick_links ul li a:hover {
  text-decoration: underline;
}
.quick_links ul li:last-child a::after {
  display: none;
}

.social_links h3,
.quick_links h3 {
  font-size: 20px;
  font-family: Bebas_book;
  color: #fff;
  padding-bottom: 8px;
}
.social_links {
  padding-top: 10px;
}
/*---- Footer part css end ----*/

/*---- Subscription part csss start ----*/
.overlay_subscription {
  width: 100%;
  height: 100%;
  background-color: rgba(242, 192, 46, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.subscription_card {
  display: block;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 20px;
  margin-top: -100px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.subscription_card .subscription_img {
  width: 100%;
}
.subscription_card .subscription_img img {
  width: 200px;
  margin: auto;
}
.subscription_card .subscription_img img:nth-child(1) {
  width: 28px;
  float: right;
  background-color: #f2c02e;
  border-radius: 15px;
  padding: 5px;
  cursor: pointer;
}
.subscription_card h3 {
  font-size: 30px;
  padding: 10px 0px 5px 0px;
  font-family: Bebas_regular;
  /* letter-spacing: 0.5px; */
}
.subscription_card p {
  font-size: 14px;
  padding: 5px 100px;
}
.subscription_card form {
  width: 50%;
  margin: auto;
  background-color: #f2c02e;
  padding: 2px 2px;
  border-radius: 30px;
  margin-top: 10px;
}
.subscription_card form button,
.subscription_card form input {
  display: inline;
}
.subscription_card form input {
  width: 63%;
  border: none;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 10px 22px;
}
.subscription_card form button:active,
.subscription_card form button:focus,
.subscription_card form input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
  background-color: transparent !important;
}
.subscription_card form input:focus {
  background-color: #fff !important;
}
.subscription_card form button:hover {
  background-color: transparent;
}
.subscription_card form button {
  width: 35%;
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 10px 22px;
}
/*---- Subscription part csss end ----*/

/*-----====== Automated building estimate page css =====----*/

/*---- Automated banner part css start ----*/
.automated_est_header {
  background-image: url("../images/scatch.png");
}

/*---- Automated banner part css end ----*/

/*---- Processing part css start ----*/
.processing_part {
  background-color: #fff;
  padding: 100px 0px;
}
.processing_title h2 {
  font-size: 30px;
  color: #1d1010;
  font-family: Bebas_book;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.processing_title p {
  font-size: 14px;
}
.step_point {
  position: relative;
  margin: 45px 0px;
}
.step_point .arrow_right {
  width: 40px;
  position: absolute;
  top: 45px;
  right: -30px;
}
.step_point_img {
  width: 20%;
  margin: auto;
}
.step_point h4 {
  font-size: 18px;
  padding: 10px 0px 5px 0px;
  font-family: Bebas_light;
}
.step_point p {
  font-size: 14px;
}
.step_started {
  padding: 50px 0px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.step_one_content h4 {
  font-size: 20px;
  font-family: Bebas_light;
  color: #1d1010;
}
.step_line_part ul {
  margin-top: 20px;
}
.step_line_part ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 10px 50px;
}
.step_line_part ul li p {
  overflow: hidden;
  display: block;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 7px solid #ececec;
  border-radius: 50%;
}
.step_line_part ul li p span:nth-child(1) {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgb(225, 224, 224);
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: -1;
}
.step_line_part ul li p span:nth-child(2) {
  opacity: 1;
  position: absolute;
  left: 13px;
  top: 4px;
  z-index: 2;
  width: 12px;
  height: 26px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  background-color: transparent;
  border-radius: 0;
  transform: rotate(45deg) scale(0);
  -webkit-transform: rotate(45deg) scale(0);
  -moz-transform: rotate(45deg) scale(0);
  -o-transform: rotate(45deg) scale(0);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.step_line_part ul li .after {
  width: 100px;
  height: 7px;
  background-color: rgb(225, 224, 224);
  position: absolute;
  top: 14px;
  left: 38px;
  z-index: -2;
}
.step_line_part ul li .before {
  width: 0px;
  height: 7px;
  background-color: #1d1010;
  position: absolute;
  top: 14px;
  left: 38px;
  z-index: -1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition-delay: 0.37s;
  -webkit-transition-delay: 0.37s;
  -moz-transition-delay: 0.37s;
  -o-transition-delay: 0.37s;
}

.backlight {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: -1;
}
.backlight span {
  width: 0%;
  height: 100%;
  background-color: rgb(29, 16, 16);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -3;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition-delay: 0.67s;
  -webkit-transition-delay: 0.67s;
  -moz-transition-delay: 0.67s;
  -o-transition-delay: 0.67s;
}
.backlight_2 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 1;
}
.backlight_2 span {
  width: 0%;
  height: 100%;
  background-color: rgb(29, 16, 16);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -3;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.step_line_part ul li:nth-child(1) .backlight span {
  width: 100%;
}
.step_line_part ul li:nth-child(1) .backlight {
  width: 52px;
  height: 52px;
}
.step_line_text ul li {
  width: 140px;
  color: #1d1010;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin: 10px 0px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
.step_three_part,
.step_one_form {
  margin-top: 30px;
}

.step_four_part .specification_tab label,
.step_three_part form .form-group label,
.step_one_form form .form-group label {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1d1010;
}
.step_four_part .specification_tab select,
.step_three_part form .form-group select,
.step_one_form form .form-group select {
  position: relative;
  width: 330px;
  height: auto !important;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 38px 10px 18px;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: none;
  box-shadow: 0px 0px 20px #f3f3f3;
  -webkit-box-shadow: 0px 0px 20px #f3f3f3;
  border-radius: 30px;
}
.step_four_part .form-group select:focus,
.step_three_part form .form-group select:focus,
.step_one_form form .form-group select:focus {
  outline: none;
  box-shadow: none;
}
.step_four_part .form-group,
.step_three_part form .form-group,
.step_one_form form .form-group {
  position: relative;
  z-index: 1;
}

.step_four_part .form-group .back_white,
.step_three_part form .form-group .back_white,
.step_one_form form .form-group .back_white {
  width: 330px;
  height: 39px;
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: -2;
}
.step_three_part form .form-group img,
.step_one_form form .form-group img {
  width: 16px;
  position: absolute;
  top: 46px;
  left: 294px;
  z-index: -1;
}
.step_four_part .form-group img {
  width: 16px;
  position: absolute;
  top: 46px;
  left: 294px;
}
.require_select_1,
.require_select_2,
.blockwork,
.blockwork_alert,
.tiling_works,
.painting_works,
.ceiling_works,
.screeding_works,
.plastering_works,
.plastering_works_2,
.roofing_works,
.carpentry_works,
.Reinforcement_works_alert,
.Reinforcement_works,
.damp_proofing,
.concrete_works_2,
.concrete_works,
.filling_works,
.excavation_shoring,
.excavation_disposal,
.excavation,
.setting_out,
.clearing_work {
  padding-left: 40px;
}

.blockwork,
.blockwork_alert,
.tiling_works,
.painting_works,
.ceiling_works,
.screeding_works,
.plastering_works,
.plastering_works_2,
.roofing_works,
.carpentry_works,
.Reinforcement_works_alert,
.Reinforcement_works,
.damp_proofing,
.concrete_works_2,
.concrete_works,
.filling_works,
.excavation_shoring,
.excavation_disposal,
.excavation,
.setting_out,
.clearing_work {
  display: none;
}

.require_select_1 img,
.require_select_1 .back_white,
.require_select_2 img,
.require_select_2 .back_white,
.blockwork img,
.blockwork .back_white,
.tiling_works img,
.tiling_works .back_white,
.painting_works img,
.painting_works .back_white,
.ceiling_works img,
.ceiling_works .back_white,
.screeding_works img,
.screeding_works .back_white,
.plastering_works img,
.plastering_works .back_white,
.plastering_works_2 img,
.plastering_works_2 .back_white,
.roofing_works img,
.roofing_works .back_white,
.carpentry_works img,
.carpentry_works .back_white,
.Reinforcement_works img,
.Reinforcement_works .back_white,
.damp_proofing img,
.damp_proofing .back_white,
.concrete_works img,
.concrete_works .back_white,
.concrete_works_2 img,
.concrete_works_2 .back_white,
.filling_works img,
.filling_works .back_white,
.excavation_shoring img,
.excavation_shoring .back_white,
.excavation_disposal img,
.excavation_disposal .back_white,
.excavation img,
.excavation .back_white,
.setting_out img,
.setting_out .back_white,
.clearing_work img,
.clearing_work .back_white {
  margin-left: 40px;
}
.screeding_wall,
.carpentry_ground_beam,
.carpentry_suspended_beam,
.carpentry_slab,
.carpentry_column,
.carpentry_staircase,
.carpentry_lintels,
.gloss_paint,
.text_coat_paint,
.emulsion_paint,
.satin_paint,
.gypsum_board,
.flooring_screeding,
.flooring_screeding_2,
.ground_beams,
.Re_columns,
.Re_slabs,
.Re_lintels,
.mechanical_work,
.manual_work,
.clearing_work_2 {
  padding-left: 80px;
}

.screeding_wall img,
.screeding_wall .back_white,
.carpentry_ground_beam img,
.carpentry_ground_beam .back_white,
.carpentry_suspended_beam img,
.carpentry_suspended_beam .back_white,
.carpentry_slab img,
.carpentry_slab .back_white,
.carpentry_column img,
.carpentry_column .back_white,
.carpentry_staircase img,
.carpentry_staircase .back_white,
.carpentry_lintels img,
.carpentry_lintels .back_white,
.gloss_paint img,
.gloss_paint .back_white,
.text_coat_paint img,
.text_coat_paint .back_white,
.emulsion_paint img,
.emulsion_paint .back_white,
.satin_paint img,
.satin_paint .back_white,
.gypsum_board img,
.gypsum_board .back_white,
.flooring_screeding img,
.flooring_screeding .back_white,
.flooring_screeding_2 img,
.flooring_screeding_2 .back_white,
.ground_beams img,
.ground_beams .back_white,
.Re_columns img,
.Re_columns .back_white,
.Re_slabs img,
.Re_slabs .back_white,
.Re_lintels img,
.Re_lintels .back_white,
.mechanical_work img,
.mechanical_work .back_white,
.manual_work img,
.manual_work .back_white {
  margin-left: 80px;
}

.Reinforcement_option {
  padding-left: 120px;
}

.Reinforcement_option img,
.Reinforcement_option .back_white {
  margin-left: 120px;
}
.carpentry_ground_beam,
.carpentry_suspended_beam,
.carpentry_slab,
.carpentry_column,
.carpentry_staircase,
.carpentry_lintels,
.gloss_paint,
.text_coat_paint,
.emulsion_paint,
.satin_paint,
.gypsum_board,
.screeding_wall,
.flooring_screeding,
.flooring_screeding_2,
.Reinforcement_works_2,
.ground_beams,
.Re_columns,
.Re_slabs,
.Re_lintels,
.Reinforcement_option,
.mechanical_work,
.manual_work,
.clearing_work_2 {
  display: none;
}
.plastering_works_2 .alert-info,
.Reinforcement_works_alert .alert-info,
.blockwork_alert .alert-info {
  font-size: 14px;
  color: #1d1010;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
}
.plastering_works_2 .alert-info {
  margin-top: 18px;
}
.blockwork_alert .checkbox-container .input-title,
.Reinforcement_works_alert .checkbox-container .input-title {
  display: inline;
  font-family: "Montserrat", sans-serif;
  margin-left: -8px;
  font-size: 14px;
}
.blockwork_alert .checkbox-container,
.Reinforcement_works_alert .checkbox-container {
  margin: 18px 0px;
}
.step_three_part form .about_form_2 .form-control:focus,
.step_four_part .specification_tab .form-control:focus,
.clearing_work_2 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.step_three_part form .about_form_2 .form-control,
.step_four_part .specification_tab .form-control,
.clearing_work_2 .form-control {
  border: none;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 10px 22px;
  box-shadow: 0px 0px 20px #f3f3f3;
  -webkit-box-shadow: 0px 0px 20px #f3f3f3;
}
.step_three_part form .about_form_2 .row {
  margin: 15px 0px;
}
.about_form {
  padding-left: 15px;
}

.about_form .back_white,
.about_form select {
  width: 315px !important;
}
.about_form img {
  left: 282px !important;
}
.about_form img,
.about_form .back_white {
  margin-left: 15px;
}
.step_four_part .specification_tab .or_br,
.clearing_work_2 .or_br {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
}
.step_three_part .btn_common_2,
.step_four_part .btn_common_2,
.step_one_form form .btn_common {
  float: right;
}
.step_three_part .btn_common .submit_4,
.step_three_part .btn_common .submit_5,
.step_four_part .btn_common .submit_2,
.step_four_part .btn_common .submit_3,
.step_one_form form .btn_common .submit_1 {
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1d1010;
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid rgba(136, 136, 136, 0.15);
  -webkit-box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.step_three_part .btn_common .submit_4 span:nth-child(1),
.step_three_part .btn_common .submit_5 span:nth-child(1),
.step_four_part .btn_common .submit_2 span:nth-child(1),
.step_four_part .btn_common .submit_3 span:nth-child(1),
.step_one_form form .btn_common .submit_1 span:nth-child(1) {
  width: 100%;
  height: 100%;
  background-color: #f2c02e;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-102%);
  -webkit-transform: translateX(-102%);
  -moz-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  z-index: -1;
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.step_three_part .btn_common .submit_4 span:nth-child(1),
.step_four_part .btn_common .submit_2 span:nth-child(1) {
  background-color: rgba(29, 16, 16, 0.8);
}

.step_three_part .btn_common .submit_4 span:nth-child(2),
.step_three_part .btn_common .submit_5 span:nth-child(2),
.step_four_part .btn_common .submit_2 span:nth-child(2),
.step_four_part .btn_common .submit_3 span:nth-child(2),
.step_one_form form .btn_common .submit_1 span:nth-child(2) {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.step_three_part .btn_common .submit_4:hover span:nth-child(1),
.step_three_part .btn_common .submit_5:hover span:nth-child(1),
.step_four_part .btn_common .submit_2:hover span:nth-child(1),
.step_four_part .btn_common .submit_3:hover span:nth-child(1),
.step_one_form form .btn_common .submit_1:hover span:nth-child(1) {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.step_three_part .btn_common .submit_4:hover,
.step_three_part .btn_common .submit_5:hover,
.step_four_part .btn_common .submit_2:hover,
.step_four_part .btn_common .submit_3:hover,
.step_one_form form .btn_common .submit_1:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
  box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
}

.step_four_part,
.step_three_part,
.step_two_part {
  display: none;
}

.specification_part h5 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-family: Bebas_light;
  color: #1d1010;
  padding: 12px 0px;
}
.specification_part p {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0px;
  font-family: "Montserrat", sans-serif;
}
.specification_part p a {
  text-decoration: underline;
}
.manual_sp,
.mechanical_sp,
.setting_out_sp,
.excavation_sp,
.filling_work_sp,
.concrete_work_sp,
.damp_proofing_sp,
.re_ground_beam_sp,
.re_suspended_beam_sp,
.re_column_sp,
.re_slabs_sp,
.re_lintel_reinforce_sp,
.re_angel_sp,
.form_ground_beam_sp,
.form_suspended_beam_sp,
.form_column_sp,
.form_slabs_sp,
.form_staircase_sp,
.form_lintals_precast_sp,
.form_lintals_in_situ_sp,
.blockwork_sp,
.blockwork_clayplot_sp,
.plastering_sp .screeding_wall_sp,
.screeding_floor_sp,
.painting_sp,
.tiling_sp,
.paving_stone_sp,
.ceiling_suspended_sp,
.ceiling_suspended_steel_sp,
.ceiling_suspended_cast_sp {
  display: none;
}

.step_four_part .specification_tab {
  display: block;
  padding-left: 0;
}
/*---- Processing part css end ----*/

/*-----====== Custom building estimate page css =====----*/

.processing_title_2 {
  margin-bottom: 20px;
}
.step_started_2 {
  padding: 30px 70px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 1px solid #ececec;
  margin-top: 20px;
}
.step_started_2 h2 {
  text-align: center;
  font-size: 20px;
  font-family: Bebas_light;
  color: #1d1010;
  margin-bottom: 15px;
}
.step_started_2 h4 {
  font-size: 16px;
  font-weight: 500;
  color: #1d1010;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
}

.step_started_2 .custom_require textarea,
.step_started_2 .custom_require .name_input input {
  color: #1d1010;
  border: none;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 10px 22px;
  box-shadow: 0px 0px 20px #f3f3f3;
  -webkit-box-shadow: 0px 0px 20px #f3f3f3;
}
.step_started_2 .custom_require textarea {
  border-radius: 10px;
}
.step_started_2 form textarea:focus,
.step_started_2 form input:focus {
  outline: none;
  box-shadow: none;
}
.cost_step_three_part .cost_item_select,
.step_started_2 .custom_require .require_select {
  margin-top: 12px;
}

.material_labour_process_form label,
.cost_step_three_part .cost_item_select label,
.step_started_2 .custom_require label {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1d1010;
}
.material_labour_process_form select,
.cost_step_three_part .cost_item_select select,
.step_started_2 .custom_require .form-group select {
  position: relative;
  width: 330px;
  height: auto !important;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 38px 10px 18px;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: none;
  box-shadow: 0px 0px 20px #f3f3f3;
  -webkit-box-shadow: 0px 0px 20px #f3f3f3;
  border-radius: 30px;
}

.material_labour_process_form select:focus,
.cost_step_three_part .cost_item_select select:focus,
.step_started_2 .custom_require .form-group select:focus {
  outline: none;
}

.material_labour_process_form select {
  border: 1px solid rgba(136, 136, 136, 0.15);
}
.material_labour_process_form select:focus {
  border: 1px solid rgba(136, 136, 136, 0.15);
  box-shadow: 0px 0px 20px #f3f3f3;
  -webkit-box-shadow: 0px 0px 20px #f3f3f3;
}
.material_labour_process_form,
.cost_step_three_part .cost_item_select,
.step_started_2 .custom_require .form-group {
  position: relative;
  z-index: 1;
}

.material_labour_process_form .back_white,
.cost_step_three_part .cost_item_select .back_white,
.step_started_2 .custom_require .form-group .back_white {
  width: 330px;
  height: 39px;
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: -2;
}
.material_labour_process_form img,
.cost_step_three_part .cost_item_select img,
.step_started_2 .custom_require .form-group img {
  width: 16px;
  position: absolute;
  top: 46px;
  left: 294px;
  z-index: -1;
}
.step_started_2 .custom_require .alert-info {
  margin-top: 10px;
  border-radius: 8px;
  color: #1d1010;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.file_upload input,
.file_upload_2 input,
.file_upload_3 input,
.file_upload_4 input {
  display: none;
}
.file_upload .alert-warning,
.file_upload_2 .alert-warning,
.file_upload_3 .alert-warning,
.file_upload_4 .alert-warning {
  display: none;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.file_upload label,
.file_upload_2 label,
.file_upload_3 label,
.file_upload_4 label {
  border-radius: 30px;
  background-color: #f2c02e;
  display: inline-block;
  padding: 11px 18px 11px 4px;
  color: #fff !important;
  cursor: pointer;
}
.file_upload label span,
.file_upload_2 label span,
.file_upload_3 label span,
.file_upload_4 label span {
  color: #1d1010;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  margin-right: 10px;
}

.step_started_2 .custom_require .input-title {
  display: inline;
  font-family: "Montserrat", sans-serif;
  margin-left: -16px;
  font-size: 14px;
  font-weight: 500;
}
.step_started_2 .custom_require .input-title a {
  text-decoration: underline;
}
.step_started_2 .custom_require .btn_common a {
  padding: 10px 25px;
  margin-top: 12px;
}

/*---- Cost tracker page css ----*/

.steps_in_cost_tracker img {
  width: 90%;
  margin: auto;
}
.steps_in_cost_tracker h2 {
  font-size: 20px;
  padding: 10px 0px 5px 0px;
  font-family: Bebas_light;
}
.steps_in_cost_tracker p {
  font-size: 14px;
}
.steps_in_cost_tracker {
  padding: 50px 0px;
}

.processing_title_3 h2 {
  font-size: 18px;
  font-family: Bebas_book;
}

.cost_tracker_btn_1 .btn_common button,
.cost_tracker_btn_2 .btn_common button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1d1010;
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid rgba(136, 136, 136, 0.15);
  -webkit-box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
}

.cost_tracker_btn_1 .btn_common button span:nth-child(1),
.cost_tracker_btn_2 .btn_common button span:nth-child(1) {
  width: 100%;
  height: 100%;
  background-color: #f2c02e;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-102%);
  -webkit-transform: translateX(-102%);
  -moz-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  z-index: -1;
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.cost_tracker_btn_1 .btn_common button span:nth-child(2),
.cost_tracker_btn_2 .btn_common button span:nth-child(2) {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.cost_tracker_btn_1 .btn_common button:hover span:nth-child(1),
.cost_tracker_btn_2 .btn_common button:hover span:nth-child(1) {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.cost_tracker_btn_1 .btn_common button:hover,
.cost_tracker_btn_2 .btn_common button:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
  box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
}

.cost_tracker_btn_1 h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1d1010;
}
.cost_step_three_part,
.cost_step_two_part {
  display: none;
}
.cost_step_three_part .form-group label {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1d1010;
}
.cost_step_three_part .form-group input {
  color: #1d1010;
  border: none;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 10px 22px;
  box-shadow: 0px 0px 20px #f3f3f3;
  -webkit-box-shadow: 0px 0px 20px #f3f3f3;
  border: 1px solid rgba(136, 136, 136, 0.15);
}
.cost_step_three_part .form-group input:focus {
  outline: none;
}

.cost_step_three_part .cost_item_select select {
  border: 1px solid rgba(136, 136, 136, 0.15);
}
.cost_step_three_part .cost_item_select select,
.cost_step_three_part .cost_item_select .back_white {
  width: 100%;
}

.cost_step_three_part .cost_item_select img {
  left: 92%;
}
.step_three_table h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1d1010;
  margin-bottom: 12px;
}
.step_three_table .table {
  background-color: #fff;
  border-collapse: separate;
  border-radius: 25px;
  border-spacing: 0px;
  box-shadow: 0px 0px 20px #f3f3f3;
  -webkit-box-shadow: 0px 0px 20px #f3f3f3;
  border-color: rgba(136, 136, 136, 0.15);
}
.step_three_table .table tr td {
  border-left: none;
  border-bottom: none;
  border-color: rgba(136, 136, 136, 0.15);
}
.step_three_table .table thead tr td:nth-child(1) {
  border-top: none;
}
.step_three_table .table thead tr td:nth-child(2) {
  border-top: none;
  border-right: none;
}
.step_three_table .table tr td:last-child {
  border-right: none;
}
.step_three_table .table thead tr td {
  font-size: 16px;
  padding: 10px 38px 10px 18px;
  font-family: "Montserrat", sans-serif;
  font-family: Bebas_light;
  background-color: transparent;
  border-color: rgba(136, 136, 136, 0.15);
}
.step_three_table .table thead tr td span {
  font-weight: 500;
}

.step_three_table .table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 38px 10px 18px;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
}
.step_three_table .table tbody tr:nth-child(3) td,
.step_three_table .table tbody tr:nth-child(4) td {
  padding: 0px;
  border-color: rgba(136, 136, 136, 0.15);
}
.step_three_table .table tbody tr td input {
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px;
  border: none;
}
.step_three_table .table tbody tr td input:focus {
  outline: none;
  box-shadow: none;
}

.material_labour_table .table thead tr td:nth-child(1) {
  border-top: none;
}
.material_labour_table .table thead tr td:nth-child(2) {
  border-top: none;
  border-right: 1px solid rgba(136, 136, 136, 0.15);
}
.material_labour_table .table thead tr td:nth-child(3) {
  border-top: none;
}
.material_labour_table .table thead tr td:nth-child(5),
.material_labour_table .table thead tr td:nth-child(6),
.material_labour_table .table thead tr td:nth-child(4) {
  border-top: none;
}
.blog_event_card .blog_event_card_img {
  width: 100%;
  height: 230px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid rgba(136, 136, 136, 0.15);
  border-bottom: none;
  background-position: center;
  background-size: cover;
}

.blog_event_card .blog_event_card_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog_event_card {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 100px;
}
.event_workshop_part {
  padding-top: 0;
}
.blog_event_card .blog_event_card_content {
  padding: 25px;
  border: 1px solid rgba(136, 136, 136, 0.15);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog_event_card .blog_event_card_content h3 a {
  font-size: 20px;
  color: #1d1010;
  font-family: Bebas_book;
  display: block;
  margin: 3px 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.blog_event_card .blog_event_card_content h3 a:hover {
  color: #f2c02e;
}
.blog_event_card .blog_event_card_content .btn_common a {
  padding: 10px 25px;
}
.blog_event_card .blog_event_card_content p {
  font-size: 14px;
  padding: 5px 0px;
}
.blog_event_card .blog_event_card_content .blog_date {
  font-size: 12px;
  font-weight: 600;
  padding: 0px;
}

.processing_title_labour p {
  font-size: 16px;
  padding-bottom: 50px;
}

.require_select_2 {
  display: none;
}

#myChart_4-license-text,
#myChart_3-license-text,
#myChart_2-license-text,
#myChart-license-text {
  display: none;
}

#myChart_4-text text tspan,
#myChart_3-text text tspan,
#myChart_2-text text tspan,
#myChart-text text tspan {
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
}

.dashboard_header {
  height: 0px;
  padding: 0px;
}
.dashboard_nav {
  position: fixed;
  width: 100%;
  padding: 5px 0px 7px 0px;
  background-color: #fff;
  top: 0px;
  box-shadow: 0px 0px 18px rgba(204, 204, 204, 0.5);
  -webkit-box-shadow: 0px 0px 18px rgba(204, 204, 204, 0.5);
}
.dashboard_nav .logo {
  width: 60%;
}
.dashboard_nav .sign_in_part .sign_btn .sign_btn_div {
  font-size: 14px;
}
.dashboard_nav .sign_in_part {
  padding-top: 0;
}
#side_nav_2 {
  transform: translate(0px);
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  width: 200px;
}
#side_nav_2 ul {
  margin-top: 20px;
}

.dashboard_title h2 {
  font-size: 34px;
}

#cost_tracker_btn_1 {
  padding: 6px 25px;
}

.register_search_option .btn_common button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1d1010;
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid rgba(136, 136, 136, 0.15);
  -webkit-box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
}

.register_search_option .btn_common button span:nth-child(1) {
  width: 100%;
  height: 100%;
  background-color: #f2c02e;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-102%);
  -webkit-transform: translateX(-102%);
  -moz-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  z-index: -1;
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.register_search_option .btn_common button span:nth-child(2) {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.register_search_option .btn_common button:hover span:nth-child(1) {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.register_search_option .btn_common button:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
  box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
}
.register_search_option .btn_common {
  display: inline-block;
  margin-top: 18px;
}
.register_search_option .btn_common_2 {
  margin-left: 15px;
}

.register_as_con,
.search_for_con {
  display: none;
}

.custom_step_two {
  padding-top: 10px;
}

.tooltip-inner {
  margin-top: 5px;
  font-size: 14px;
  border-radius: 8px;
  opacity: 1;
  padding: 10px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.tooltip .arrow {
  margin-top: 5px;
}

/* Custom Slider */
.pieces-slider {
  position: relative;
  text-align: center;
}

/* Make all slides absolutes and hide them */
.pieces-slider__slide {
  position: absolute;
  right: 100%;
  z-index: -1;
}

/* Define image dimensions and also hide them */
.pieces-slider__image {
  max-width: 600px;
  max-height: 800px;
}

.pieces-slider__image {
  visibility: hidden;
}

/* Hide the titles */
.pieces-slider__text {
  text-indent: -9999px;
}

/* Canvas with viewport width and height */
.pieces-slider__canvas {
  position: relative;
  width: 100%;
  height: 500px;
  transition: 0.2s opacity;
}

/* Class for when we resize */
.pieces-slider__canvas--hidden {
  opacity: 0;
  transition-duration: 0.3s;
}

/* Navigation buttons */
.pieces-slider__button {
  position: absolute;
  left: -120px;
  top: 100%;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  font-family: Bebas_light;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.3s background-color;
  -webkit-box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
}

#script_5 {
  width: 245px;
  position: absolute;
  left: -220px;
  top: 75%;
  z-index: -1;
}

.pieces-slider__button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #f7f7f7;
}

.pieces-slider__button--next {
  left: 0px;
}

.tab_content_slide h3 a {
  display: block;
  font-size: 36px;
  font-family: Bebas_regular;
  color: #1d1010;
  padding-bottom: 10px;
}

.tab_content_slide p {
  font-size: 14px;
  font-weight: 400;
}

.tab_content_slider {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 150px;
}
.tab_content_slider .tab_content_slide {
  position: absolute;
  top: 0;
  left: 0;
}

.tab_content_slider .tab_content_slide .btn_common,
.tab_content_slider .tab_content_slide p,
.tab_content_slider .tab_content_slide h3 a {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.tab_content_slider .active_item .btn_common,
.tab_content_slider .active_item p,
.tab_content_slider .active_item h3 a {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.tab_content_slider .active_item {
  z-index: 1;
}
.tab_content_slider .tab_content_slide h3 a {
  transition-delay: 0.3s;
}

.tab_content_slider .active_item p {
  transition-delay: 0.6s;
}

.tab_content_slider .active_item .btn_common {
  transition-delay: 0.9s;
}




.Residential_select_1_no,
.Residential_select_1_yes {
  padding-left: 120px;
}

.Residential_select_1_no img,
.Residential_select_1_no .back_white {
  margin-left: 120px;
}

#custom_submit_btn,
.others_custom_select,
.Residential_select_1_yes,
.Residential_select_1_no {
  display: none;
}
.others_custom_select p{
  font-family: Bebas_light;
}

.custom_step_four .btn_common .custom_submit_buttton,
.custom_step_three .btn_common .custom_submit_buttton,
.custom_step_two .btn_common .custom_submit_buttton,
.custom_step_one .btn_common .custom_submit_buttton {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-family: Bebas_light;
  font-weight: 500;
  color: #1d1010;
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid rgba(136, 136, 136, 0.15);
  -webkit-box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  box-shadow: 0px 10px 20px rgba(130, 130, 130, 0.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
}

.custom_step_four .btn_common .custom_submit_buttton span:nth-child(1),
.custom_step_three .btn_common .custom_submit_buttton span:nth-child(1),
.custom_step_two .btn_common .custom_submit_buttton span:nth-child(1),
.custom_step_one .btn_common .custom_submit_buttton span:nth-child(1) {
  width: 100%;
  height: 100%;
  background-color: #f2c02e;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-102%);
  -webkit-transform: translateX(-102%);
  -moz-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  z-index: -1;
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.custom_step_four .btn_common .custom_submit_buttton span:nth-child(2),
.custom_step_three .btn_common .custom_submit_buttton span:nth-child(2),
.custom_step_two .btn_common .custom_submit_buttton span:nth-child(2),
.custom_step_one .btn_common .custom_submit_buttton span:nth-child(2) {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.custom_step_four .btn_common .custom_submit_buttton:hover span:nth-child(1),
.custom_step_three .btn_common .custom_submit_buttton:hover span:nth-child(1),
.custom_step_two .btn_common .custom_submit_buttton:hover span:nth-child(1),
.custom_step_one .btn_common .custom_submit_buttton:hover span:nth-child(1) {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.custom_step_four .btn_common .custom_submit_buttton:hover,
.custom_step_three .btn_common .custom_submit_buttton:hover,
.custom_step_two .btn_common .custom_submit_buttton:hover,
.custom_step_one .btn_common .custom_submit_buttton:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
  box-shadow: 0px 10px 20px rgba(241, 216, 121, 0.4);
}
.custom_step_two .btn_common,
.custom_step_one .btn_common {
  display: inline-block;
  margin-top: 18px;
}
.step_one_content_custom {
  margin-bottom: 10px;
}
.custom_step_three_table_2,
.custom_step_three_table_1,
.custom_step_four,
.custom_step_three,
.custom_step_five,
.custom_step_two {
  display: none;
}
.name_input_2 {
  padding-top: 10px;
}
.step_two_button_custom .btn_common_2{
  float: right;
}
.custom_step_four #custom_btn_6 span:nth-child(1),
.custom_step_three #custom_btn_4 span:nth-child(1),
.custom_step_two #custom_btn_2 span:nth-child(1){
  background-color: rgba(29, 16, 16, 0.8);
}
.custom_step_two .step_two_button_custom {
  margin-top: 20px;
}
.custom_step_two .require_select {
  margin-bottom: 0px;
}

.custom_step_three .step_three_table .table tbody tr td{
  padding: 10px 15px;
}

.custom_describe h2{
  font-size: 20px;
  font-family: Bebas_light;
  line-height: 30px;
  text-align: center;
  padding: 25px 0px;
}
.date_update h3 {
  font-size: 18px;
  font-family: Bebas_light;
  margin-top: 8px;
}

.subscription_card_labour_price h3{
  font-size: 18px;
  padding: 8px 14px;
  font-family: Bebas_light;
}


/* Range slider css */
.rangeslider-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 30px #b7b7b7;
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #000;
  cursor: pointer;
  position: absolute;
  touch-action: pan-x;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: left;
}
.rangeslider-tooltip{
  display: block;
  position: absolute;
  font-size: 16px;
  padding: 4px 12px;
  top: -9px;
  left: 4px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  background: #fff;
  color: #000;
  border-radius: 100px;
  white-space: nowrap;
  text-align: center;
  font-family: Bebas_light;
}
.rangeslider-tooltip:before{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  border: 10px solid #fff;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}