@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

* {
  box-sizing: border-box;
}

body  {
  width: 100%;
  height: 100vh;
  background-image: url(back.jpeg); 
  background-size: cover;
  background-attachment: fixed;  
}

.banner {
    
}

.content {
  padding: 50px 100px;
}

.content h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 30px;
}

.content p {
  font-size: 18px;
}

.sidebar-contact {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  left: -350px;
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0, .5);
  transition: 0.5s ease-in-out;
  z-index: 9999;
}

.sidebar-contact.active {
  left: 0;
}

.sidebar-contact input,
.sidebar-contact textarea{
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid rgba(0,0,0, .5);
  outline: none;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact button[type="button"] {
  background: #00bcd4;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
  
}
.sidebar-contact h2 {
  margin: 0 0  20px;
  padding: 0;
}
@media (min-width:1200px)
{
  .toggle {
    position: absolute;
    top: 68%;
    right: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: #f00;
  }
}
@media (max-width:1400px)
{
  .toggle {
    position: absolute;
    top: 68%;
    right: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: #f00;
  }
}
.call {
   
            top: 300px;
            z-index: 99;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: red;
            position: fixed;
            color: white;
          }
          .call2 {
   
            top: 245px;
            z-index: 99;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: red;
            position: revert;
            color: white;
          }
        
          .call3 {
   
            top: 100px;
            z-index: 99;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: red;
            position: fixed;
            color: white;
          }
        
@media (min-width:1401px)
{
  .toggle {
    position: absolute;
    top: 48%;
    right: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: #f00;
  }
}
@media (max-width:1199px)
{
  .toggle {
    position: absolute;
    top: 68%;
    right: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: #f00;
  }
  
}
.toggle::before {
  content: "\f003";
  font-family: fontAwesome;
  color: #fff;
  font-size: 18px;
}

.toggle.active::before {
  content: '\f00d';
}

.theme-btn {
    color: #FFF;
    background-color: #f4a654;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 0px;
    /* float: left; */
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
}