/* thankyou page :start */
.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  
  .wrapper-2 {
    padding: 30px;
    text-align: center;
  }
  
  h1 {
    font-family: "Kaushan Script", cursive;
    font-size: 4em;
    letter-spacing: 3px;
    color: #95434d;
    margin: 0;
    margin-bottom: 20px;
  }
  
  .wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 1px;
  }
  
  .go-home {
    color: #fff;
    background: #95434d;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
  }
  
  .footer-like {
    margin-top: auto;
    background: #d7e6fe;
    padding: 6px;
    text-align: center;
  }
  
  .footer-like p {
    margin: 0;
    padding: 4px;
    color: #95434d;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 1px;
  }
  
  .footer-like p a {
    text-decoration: none;
    color: #95434d;
    font-weight: 600;
  }
  
  @media (min-width: 360px) {
    h1 {
      font-size: 4.5em;
    }
  
    .go-home {
      margin-bottom: 20px;
    }
  }
  
  @media (min-width: 600px) {
    .content {
      max-width: 1000px;
      margin: 0 auto;
    }
  
    .wrapper-1 {
      height: initial;
      max-width: 620px;
      margin: 0 auto;
      margin-top: 50px;
    }
  }
  
  /* thankyou page :end */

  
  
/* sliding contact form start */



.sidebar-contact {
    position: fixed;
    top: 65%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 10px 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 100001;
  }
  
  .sidebar-contact.active {
    right: 0;
  }
  
  .sidebar-contact input,
  .sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
  }
  
  .sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 30px;
  }
  
  .sidebar-contact textarea {
    height: 60px;
    resize: none;
  }
  
  .sidebar-contact input[type="submit"] {
    background: #2e7905;
    color: #fff;
    cursor: pointer;
    font-weight: bolder !important;
    border: none;
    font-size: 18px !important;
  }
  
  .rotate-text {
  
    /* Safari */
    -webkit-transform: rotate(-90deg);
  
    /* Firefox */
    -moz-transform: rotate(-90deg);
  
    /* IE */
    -ms-transform: rotate(-90deg);
  
    /* Opera */
    -o-transform: rotate(-90deg);
  
  
  
  }
  
  .toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #2e7905;
    top: 0;
    right: 350px;
    line-height: 48px;
  }
  
  .toggle-text {
    position: absolute;
    height: 47px;
    width: 200px;
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    background: #9cd008;
    top: 124px;
    right: 274px;
    font-weight: bold;
    font-size: 22px !important;
  }
  
  .toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
  }
  
  .toggle.active:before {
    content: '\f00d';
  }
  
  @media(max-width:768px) {
    .sidebar-contact {
      width: 100%;
      height: 100%;
      left: -100%;
    }
  
    .sidebar-contact .toggle {
      top: 50%;
      transform: translateY(-50%);
      transition: 0.5s;
    }
  
    .sidebar-contact.active .toggle {
      top: 0;
      right: 0;
      transform: translateY(0);
    }
  
    .scroll {
      width: 100%;
      height: 100%;
      overflow-y: auto;
    }
  
    .content {
      padding: 50px 50px;
    }
  }
  
  /* slider form end */
  
  /* footer bar section :start */
  .footer_bar {
    display: none;
  }
  
  #dwnpr {
    display: none;
  }
  
  #dwnbrch {
    background: #f2ae18;
    font-size: 20px;
    padding: 20px;
    border: 2px solid;
    border-radius: 15px;
  }
  
  #dwnbrchw {
    background: #f2ae18;
    /*margin-left: 200px;*/
    padding: 10px;
  }
  
  @media only screen and (max-width: 991px) {
  
    #dwnbrchw {
      background: #f2ae18 !important;
      margin-left: 5px;
      padding: 10px;
    }
  
  
    #dwnpr1 {
      display: block;
      text-align: right;
      font-size: 11px;
      background-color: #e5b256;
      padding: 5px;
    }
  
    #dwnpr {
      display: block;
      background-color: #f2ae18ab;
      color: #000;
      font-weight: 800;
      padding: 8px;
      margin-left: 50%;
      position: absolute;
      margin-top: 15px;
      z-index: 100000;
      height: 37px;
      font-size: 12px;
    }
  
    #bannerh1 {
      /*background: #0000008c;*/
      width: 280px;
    }
  
    #verticalTab {
      height: 300px;
      overflow: hidden;
      overflow-y: visible;
    }
  
    .bhk {
      font-size: 12px;
    }
  
    .footer_bar {
      display: block;
      position: fixed;
      bottom: 0px;
      z-index: 100005;
      width: 100%;
  
    }
  
  
    .footer_bar .col_right {
      width: 50%;
      float: left;
      background: #2e7905;
      padding: 10px;
      color: #fff;
      text-align: center;
    }
  
    .footer_bar .col_right a {
      text-decoration: none !important;
      color: #fff;
    }
  
  
    .footer_bar .col_left a {
      text-decoration: none !important;
      color: #fff;
    }
  
    .footer_bar .col_left {
      width: 50%;
      float: left;
      background: #9cd008;
      padding: 10px;
      color: #fff;
      text-align: center;
    }
  
  
    #phoneb {
      color: #fff;
      padding-left: 10px;
      text-decoration: none;
    }
  
    .call-now i {
      font-size: 14px !important;
      display: none;
    }
  
    .call-now a {
      font-size: 12px !important;
      display: none;
    }
  }
  
  /* footer bar section :end */

  .form-control {
    margin: 15px 0;
  }
  
  .iti {
    width: 100%;
    line-height: 20px;
  }