* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Briem+Hand:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('fonts/TimesNRCyrMT.woff2') format('woff2'),
        url('fonts/TimesNRCyrMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3 {
 font-family: 'Times New Roman Cyr';
}

.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
 font-family: 'Times New Roman Cyr';
}



p {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
  font-family: 'Times New Roman Cyr';
}

span {
  display: block;
 font-family: 'Times New Roman Cyr';
}

.head_email img {
  width: 25px;
}

.head_email a {
  color: #fff;
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}

.head_add {
  background: #fe0231;
  padding: 5px 0;
}

.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top {
  overflow-x: hidden;
  background-color: #e2432e;
}

header {
  position: relative;
  overflow: hidden;
}


#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.head_banner .slick-slide.slick-current.slick-active .head_small {
  animation: 1s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 1.5s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_main {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

.head_banner .slick-slide.slick-current.slick-active .all_btn {
  animation: 4s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-20%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 5%;
  z-index: 99;
  /*background: #00647d;*/
  padding: 10px;
  color: #fff;
  cursor: pointer;
      border: 1px solid;
}

nav#myHeader.sticky {
  margin-top: 0;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 5%;
  z-index: 99;
  /*background: #00647d;*/
  padding: 10px;
  color: #fff;
      border: 1px solid;
  cursor: pointer;
}

.head_item img {
  object-fit: cover;
  /*height: 650px;*/
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 120px;
  position: relative;
  z-index: 999;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.navigation li {
  padding: 17px 24px;
  position: relative;
}

.hrad_btn a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.navigation li a {
  color: #000;
  font-weight: 600;
  font-size: 21px;
}

.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.inner_header .inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  left: 5%;
  text-align: left;
  width: auto;
}
.inner_header .inner_text {
  top: 50%;
}

.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 500px;
  object-fit: cover;
}

.top_btn {
  border-radius: 5px;
  padding-right: 7px;

}

.top_btn a {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 8px;
}



.clk_btn {
  position: absolute;
  right: 0;
  top: 15px;
  color: #000;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
 padding: 6px 14px;
    display: block;
    color: #000;
    font-size: 15px;
}

.droupdown li a:hover {
  background: #ff6633;
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 290px;
  display: none;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.droupdown .droupdown{
    left: 100%;
    top: 0;
    display:none !important;
}
.navigation li:hover .droupdown{
    display:block ;
}
.navigation li:hover>.droupdown{
      display:block !important;
}
.droupdown .clk_btn {
    position: absolute;
    right: 8px;
    top: 3px;
    color: #000;
    cursor: pointer;
}

nav {
  top: 10px;
  width: 100%;
  z-index: 99;
  /*position: absolute;*/
  background: #fff;
}


@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

button.slick-next.slick-arrow {
  display: none !important;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

.head_item {
  position: relative;
}

/*.head_item::after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  background: rgba(28, 12, 6, 0.45);*/
/*}*/


.head_right {
  position: relative;
}

.head_right img {
  height: 268px;
}

.right_line {
  font-weight: 600;
}

.right_line {
  position: absolute;
  top: 8%;
  left: 5%;
  color: #000;
  font-size: 25px;

}

.head_small {
  color: #fff;
  font-size: 30px;
}

.head_line {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
}

.head_main {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

.top_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_contact ul {
  display: flex;
  align-items: center;
}

.top_logo .logo {
  width: 20%;
}

.top_contact {
  width: 80%;
}

.top_contact li {
  width: 33%;
  display: flex;
  align-items: center;
}

.top_contact ul a {
  color: #fff;
}

.top_contact ul li {
  color: #fff;
  font-size: 18px;
}

.top_contact ul li i {
  font-size: 30px;
  margin-right: 10px;
  color: #fff;
}

.all_btn {
  background-color: #00647d;
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  display: inline-block;
  border-radius: 5px;
  transition: ease-in-out .2s;
}

.all_btn:hover {
  background-color: #f78634;
  color: #fff;
}

.kitchens {
  position: relative;
}

.kitchens .row {
  align-items: center;
}

.kitchens img {
  width: 60%;
}

.kit {
  text-align: center;
}

.kit_pogition {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.big_head {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.small_head {
  color: #f78634;
  font-size: 20px;
}

.margin {
  margin: 60px 0;
}

.why_box img {
  width: 160px;
  border-top: 5px solid #e2432e;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 35px;
  transition: ease-in-out .2s;
  border-bottom: 5px solid #ffffff;
}

.why_box:hover img {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #00647d;
}

.why_box {
  text-align: center;
  padding: 12px;
}

.why_head {
  font-size: 19px;
  font-weight: 600;
  margin: 15px;
}



@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

.hot_item span {
  font-size: 30px;
  color: #fff;
  text-align: left;
}

.hot_item img {
  width: 300px;
}

.hot_item {
  padding: 20px;
  text-align: right;
  height: 250px;
  background-position: center;
  background-size: cover;
}


.tabs__btn {
  background-color: #00647d;
  margin: 8px 0;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.tabs__btn.active {
  color: #fff;
  font-weight: 400;
  background-color: #f78634;
}

.tabs__btn:hover {
  color: #fff;
  background-color: #f78634;
}

.tabs__body {
  display: none;
  font-size: 18px;
}

.tabs__body.active {
  display: block;
}

.pro img {
  height: 300px;
  object-fit: cover;
}

.pro {
    position: relative;
  text-align: center;
  margin-top: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /*height: 280px;*/
  transition: ease-in-out .2s;
}

.pro span {
      font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000070;
    width: 100%;
}

.tabs__navigation {
  position: sticky;
  top: 110px;
}

.pro:hover {
  background-color: #f78634;
}

.pro:hover span {
  color: #fff;
}

.cent_layer {
  background-color: #000000b6;
  padding: 7% 0;
  text-align: center;
}

.cent_box {
  width: 50%;
  margin: auto;
}

.cent_box .big_head {
  color: #fff;
}

.cent_box p {
  color: #fff;
}

.ab_home .img img {
  height: 500px;
  object-fit: cover;
}

.ab_home .img {
  position: sticky;
  top: 100px;
}

.chose img {
  height: 300px;
  object-fit: cover;
}

.why_choose .row {
  align-items: center;
}

.repair_box img {
  width: 60px;
}

.repair_box span {
  font-size: 22px;
  font-weight: 600;
  color: #646363;
  margin: 15px 0;
}

.repair_box {
  margin-top: 30px;
  padding: 20px;
  border-right: 1px solid #aaaaaa;
}

.repair_box2 {
  border: none;
}

.testmonial {
  background-color: #F8F7F5;
  padding: 60px;
  text-align: center;
}

.test_item {
  background-color: #fff;
  padding: 30px;
  text-align: left;
  margin: 10px;
  border-radius: 8px;
  height:350px;
}

.test_item .coma {
  width: 50px;
  margin-bottom: 15px;
}

.test_item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;

}

.test_item .img img {
  width: 100px;

}

.cl_name {
  display: inline-block;
  vertical-align: middle;
}

.name {
  font-size: 23px;
  font-weight: 600;
  color: #f78634;
}

.con_detail .big_head {
  font-size: 30px;
}

.con_detail ul {
  margin-top: 30px;
}

.con_detail ul li a {
  color: #000;
}

.con_detail ul li i {
  margin-right: 10px;
  color: #f78634;
}

.con_detail ul li {
  margin: 15px 0;
  font-size: 18px;
}

.form_box input,
textarea,
select {
  width: 100%;
  border: none;
  outline: none;
  padding-left: 20px;
}

.form_box {
  display: flex;
  margin: 10px 0;
  border-bottom: 1px solid #757575;
  padding: 10px;
}

.form_box1 {
  margin-top: 20px;
}

.form_box1 button {
  border: none;
}

.con_detail {
  padding-right: 50px;
}

footer {
  background-color: #000;
  padding-top: 50px;
}

.foot_logo img {
  width: 150px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}

.foot_logo p {
  color: #fff;
}

.quick {
  color: #f78634;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.foot_nav ul li a {
  color: #fff;
}

.foot_nav ul li {
  margin: 10px 0;
}

.foot_nav ul {
  height: 250px;
  overflow: auto;
}

.copy_right {
  background-color: #292929;
  text-align: center;
  margin-top: 50px;
  padding: 12px 0;
}

.copy_right p {
  margin-bottom: 0;
  color: #fff;
}

.copy_right a {
  color: #fff;
  text-decoration: underline !important;
}

.top_item {
  margin: 10px;
}

.top_item span {
  font-size: 18px;
  color: #f78634;
  font-weight: 600;
}

.top_item img {
  height: 290px;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.slick-dots button {
  font-size: 0;
  padding: 6px;
  background-color: #f78634;
  border: none;
  margin: 5px;
}

.slick-active button {
  background-color: #00647d;
}

.client_item img {
  opacity: .5;
}

.client_item img:hover {
  opacity: 1;
}

.client_item {
  margin: 5px;
}


.head-socail {
  position: fixed;
  top: 37%;
  z-index: 99;
  right: 0%;
}

.head-socail a {
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 5px 12px 5px 10px;
  border-radius: 6px 0px 0px 5px;
  color: #e2432e;
  font-size: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.head-socail a:hover {
  background-color: #f78634;
  color: #fff;
}





.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 40px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.marcket-plase a {
  display: block;
  margin-bottom: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
}

.social-share button {
  border: none;
  background-color: #f78633;
  color: #fff;
  padding: 10px 15px;
  margin-right: 8px;
  font-size: 20px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 20px;
}

.share-btn {
  color: #000;
}

.call_uc{
  background: #ff0000;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  color:#fff;
}
.call_uc a{
    color:#fff;
}

@media only screen and (max-width: 1024px) {
  .navigation li {
    padding: 17px 15px;
  }

  .navigation li a {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .hot_item {
    margin-bottom: 35px;
  }

  .cent_box {
    width: 75%;
  }

  form {
    margin-top: 30px;
  }

  .ab_text {
    margin-top: 20px;
  }
  nav{
      position:relative;
      top:0;
  }
}




@media only screen and (max-width: 850px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
       position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 53px;
    line-height: 48px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }


}



@media only screen and (max-width: 767px) {
  .head_line {
    font-size: 40px;
  }

  .head_item img {
    object-fit: cover;
    /*height: 450px;*/
  }

  .big_head {
    font-size: 29px;
  }

  .testmonial {
    padding: 45px 0;
  }
  .top_sec{
      display:none;
  }
}


@media only screen and (max-width: 600px) {
  .top_item img {
    height: 220px;
  }

  .con_detail .big_head {
    font-size: 23px;
  }

  .big_head {
    font-size: 22px;
  }

  .margin {
    margin: 34px 0;
  }

  .repair_box {
    margin-top: 11px;
    background: #f78633;
  }

  .repair_box img {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
  }

  .repair_box span {
    color: #fff;
  }

  .repair_box a {
    color: #fff;
  }
  .inner_header img {
    height: 368px;
}
.inner_hrad{
  font-size: 30px;
}
.slick-nav.next-arrow.slick-arrow {
    display: none !important;
}
.slick-nav.prev-arrow.slick-arrow {
    display: none !important;
}
}

@media only screen and (max-width: 500px) {
    header{
        display:none;
    }
  .cent_box {
    width: 98%;
  }
  .head_small{
    font-size: 25px;
  }
  .head_line{
    font-size: 30px;
  }
  .head_btn{
    margin-top: 20px;
  }
  .head_btn .all_btn{
    padding: 9px 22px;
    font-size: 16px;
  }
  .inner_text{
    top: 35%;
  }
  .head_item img{
    /*height: 400px;*/
  }
}
@media only screen and (max-width: 400px) {
  .top_btn a{
    font-size: 16px;
    display:none;
  }
}












        .custom-model-main {
            text-align: center;
            overflow: hidden;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-overflow-scrolling: touch;
            outline: 0;
            opacity: 0;
            -webkit-transition: opacity 0.15s linear, z-index 0.15;
            -o-transition: opacity 0.15s linear, z-index 0.15;
            transition: opacity 0.15s linear, z-index 0.15;
            z-index: -1;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .model-open {
            z-index: 99999;
            opacity: 1;
            overflow: hidden;
        }

        .custom-model-inner {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
            -webkit-transition: -webkit-transform 0.3s ease-out;
            -o-transition: -o-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            -o-transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
            display: inline-block;
            vertical-align: middle;
            width: 300px;
            margin: 30px auto;
            max-width: 97%;
        }

        .custom-model-wrap {
            display: block;
            width: 100%;
            position: relative;
            background-color: #fff;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            background-clip: padding-box;
            outline: 0;
            text-align: left;
            padding: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            max-height: calc(100vh - 70px);
            overflow-y: auto;
        }

        .model-open .custom-model-inner {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            position: relative;
            z-index: 999;
        }

        .model-open .bg-overlay {
            background: rgba(0, 0, 0, 0.6);
            z-index: 99;
        }

        .bg-overlay {
            background: rgba(0, 0, 0, 0);
            height: 100vh;
            width: 100%;
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            -webkit-transition: background 0.15s linear;
            -o-transition: background 0.15s linear;
            transition: background 0.15s linear;
        }

        .close-btn {
            position: absolute;
            right: 0;
            top: -18px;
            cursor: pointer;
            z-index: 99;
            font-size: 23px;
            background: #000;
            color: #fff;
            padding: 0px 7px;
            height: 32px;
            border-radius: 55%;
            line-height: 27px;

        }

        @media screen and (min-width:800px) {
            .custom-model-main:before {
                content: "";
                display: inline-block;
                height: auto;
                vertical-align: middle;
                margin-right: -0px;
                height: 100%;
            }
        }

        @media screen and (max-width:799px) {
            .custom-model-inner {
                margin-top: 45px;
            }
        }
        
        
        .custom-model-wrap input{
            width: 100%;
            margin-bottom: 15px;
            padding: 5px 12px;
            background: #d2d2d2;
            border: none;
            outline: none;
        }
      span.get_head {
        font-size: 19px;
        margin-bottom: 17px;
    }