@media screen and (max-width: 1200px) {
  /*====================form placeholder font==============*/

  ::-webkit-input-placeholder {
    font-size: 12px;
  }

  ::-moz-placeholder {
    font-size: 12px;
  }

  :-ms-input-placeholder {
    font-size: 12px;
  }

  :-moz-placeholder {
    font-size: 12px;
  }

  /*_____ Navigation _____*/
  .toggle {
    display: flex;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-flow: wrap;
    float: none;
    display: none;
    height: auto;
    background: rgb(255 255 255 / 90%);
    padding: 20px 50px 15px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: saturate(180%) blur(20px);
    overflow: auto;
    z-index: 2;
  }

  nav.active {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  #nav {
    align-items: center;
    flex-flow: wrap;
  }
  #nav > li {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    padding: 15px;
  }
  nav > ul > li > a {
    font-size: 20px;
  }
  #nav > li > .sub {
    position: static;
    display: none;
    width: 100%;
    max-height: none;
    background: transparent;
    visibility: visible;
    opacity: 1;
    text-align: center;
    margin: 0 auto !important;
    border: 0;
    border-radius: 0;
    transition: none;
    box-shadow: none;
  }
  #nav > li > .sub > li {
    display: flex;
    justify-content: center;
  }
  #nav > li > .sub > li > a {
    background: transparent;
    border-top: 0;
    border-bottom: 0;
  }
  nav #cta {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  /*  */

  #banner .text {
    width: 100%;
  }

  #banner {
    position: relative;
  }

  #banner:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff88;
    left: 0;
    right: 0;
    /* z-index: 1; */
    transition: all 0.5s ease;
    opacity: 0.7;
  }

  #whoweare .col {
    padding-right: 0px;
  }

  #interior_servcie .col .outer {
    padding: 40px 20px;
  }

  #interior_servcie .col {
    padding: 0;
  }

  #interior_servcie .col::after {
    height: 85%;
  }

  .mt {
    margin-top: 30px;
  }

  #kitchen_Ser .col {
    padding: 10px;
  }

  #kitchn_service .col {
    width: calc(100% / 2);
  }

  #basment_service .col {
    width: calc(100% / 2);
  }

  #process1 {
    margin-top: 0px;
  }

  #disocver .contain::before {
    display: none;
  }

  #disocver .outer .text {
    width: 100%;
  }

  section#disocver {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  /* -------------------footer-------------------- */
  footer .flexRow > .col {
    width: 100%;
  }

  #ser .colr {
    padding-left: 0px;
    padding-right: 0;
  }

  #projects .item .image {
    height: 443px;
  }

  #ser .col {
    width: 100%;
    padding-right: 0px;
    align-self: center;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  #ser .colr {
    width: 100%;
  }

  .ser2 .flx {
    flex-flow: wrap;
  }

  #whoweare .col {
    width: 100%;
  }

  #whoweare .colr {
    width: 100%;
    padding-left: 0px;
    align-self: center;
    padding-top: 30px;
  }

  #choose .outer .col {
    width: calc(100% / 2);
  }

  #service .col {
    width: calc(100% / 2);
  }

  #process .col {
    width: calc(100% / 2);
  }

  #warranty .text {
    width: 50%;
  }

  #offer .col {
    width: calc(100% / 2);
  }

  #servcieareas .colr {
    width: 100%;
    padding-right: 0px;
    align-self: center;
    padding-bottom: 30px;
  }

  #servcieareas .col {
    width: 100%;
    padding-left: 0px;
  }

  #interior_servcie .main_text {
    width: 50%;
  }

  #elevate .colr {
    width: 100%;
    padding-right: 0px;
    align-self: center;
    padding-bottom: 30px;
  }

  #elevate .col {
    width: 100%;
    padding-left: 0px;
  }

  #kitchen_Ser .col {
    width: calc(100% / 1);
  }

  #feat_proj .head {
    display: block;
  }

  #feat_proj .head .text {
    width: 100%;
  }

  #feat_proj .head .text h2 {
    margin-bottom: 20px;
  }

  #feat_proj .col {
    width: 50%;
  }

  #feat_proj .col:first-child,
  #feat_proj .col:last-child {
    width: 50%;
  }

  #process1 .col {
    width: calc(100% / 2);
  }

  #process1 .col:not(:last-child) .inner {
    border-right: unset;
  }

  #doors .outer .col {
    width: 100%;
    align-self: center;
  }

  #doors .outer .colr {
    width: 100%;
  }

  .flw {
    flex-wrap: wrap-reverse;
  }

  #tupes .col {
    width: calc(100% / 1);
    padding: 30px 30px;
  }

  #sol .col {
    width: 100%;
    padding-right: 0px;
  }

  #sol .colr {
    width: 100%;
    padding-left: 0px;
    align-self: center;
    padding-top: 30px;
  }

  .contact-form .col1 {
    padding-right: 0px;
    align-self: center;
    padding-bottom: 30px;
  }

  .contact-form .col {
    flex: unset;
    width: calc(100% / 1);
  }
}

@media screen and (max-width: 480px) {
  /*_____ col-xx-? _____*/
  .col-xx-12,
  .col-xx-11,
  .col-xx-10,
  .col-xx-9,
  .col-xx-8,
  .col-xx-7,
  .col-xx-6,
  .col-xx-5,
  .col-xx-4,
  .col-xx-3,
  .col-xx-2,
  .col-xx-1 {
    width: 100% !important;
  }

  #process1 .col {
    width: calc(100% / 1);
  }
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  #banner .text h1 {
    font-size: 35px;
  }

  #banner .image {
    width: 340px;
  }

  #banner {
    height: auto;
  }

  #yellowbar .inner {
    display: block;
  }

  #yellowbar .inner p {
    margin-bottom: 20px;
  }

  #ser .colr .flex .col1 {
    width: calc(100% / 1);
  }

  #consultation .outer .inner {
    display: block;
  }

  #consultation .outer .inner .text {
    margin-bottom: 30px;
  }

  #smallbanner .text {
    width: 100%;
  }

  #choose .outer .col {
    width: calc(100% / 1);
  }

  #service .col {
    width: calc(100% / 1);
  }

  #process .col {
    width: calc(100% / 1);
  }

  #warranty .text {
    width: 100%;
  }

  #offer .col {
    width: calc(100% / 1);
  }

  #interior_servcie .main_text {
    width: 100%;
  }

  #interior_servcie .col::before {
    width: 100%;
  }

  #interior_servcie .col::after {
    display: none;
  }

  .mt {
    margin-top: 0;
  }

  section#interior_servcie {
    padding-bottom: 0;
  }

  footer .flexRow > .col {
    flex: unset;
  }

  #kitchen_Ser .col .inner {
    display: block;
  }

  #kitchen_Ser .col .inner .image {
    height: 229px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }

  #kitchen_Ser .col .inner .text {
    margin-left: 0px;
  }

  #kitchn_service .col {
    width: calc(100% / 1);
  }

  #feat_proj .col:first-child,
  #feat_proj .col:last-child,
  #feat_proj .col {
    width: 100%;
  }

  #basment_service .col {
    width: calc(100% / 1);
  }

  #process1 .outer {
    padding: 40px 20px;
  }

  #process1 .outer .head {
    display: block;
  }

  #process1 .outer .head h2 {
    margin-bottom: 20px;
  }

  footer .col .gap {
    gap: 30px;
  }

  #doors .outer .col .text {
    padding: 20px;
  }

  #tupes .col {
    width: calc(100% / 1);
    padding: 20px 10px;
  }

  #sol .col .outer {
    height: auto;
  }

  #disocver .outer .col {
    width: calc(100% / 1);
  }

  #contact_sec .flex .col {
    width: calc(100% / 1);
    padding: 15px;
  }

  .contact-form .inner {
    padding: 40px 20px;
  }

  .applyform .inner {
    padding: 40px 20px;
  }

  .btn-box.text-center {
    display: block;
  }

  .btn-box .blankBtn {
    margin-bottom: 20px;
  }
}
