  	.spacer{
  		padding: 40px 0 !important;
  	}

  	.card{
  		position: relative;
  		margin-bottom: 20px !important;
  	}
  	.overlay{
      top: 0;
      right: 0;
      left: 0;
      bottom: 100%;
      position: absolute;
      background-color: #042177db;
      opacity: 1;
      overflow: hidden;
      transition: 0.5s ease;
      height: 0;
      border-radius: 7px;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; !important;
    }
    .overlay p{
      position: absolute;
      padding: 10px;
      text-align: center;
      color: white;
      /*
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);*/
    }
    .card:hover .overlay{
      bottom: 0;
      height: 100%;
    }
/* SEO Audit Report Form Start Here */ 

.background {
  background: linear-gradient(to right, #f7f7f769 0%, #ece2e6 100%);
  font-size: 12px;
  display: flex;
  min-height: 100vh;
}

.container {
  flex: 0 1 700px;
  margin: auto;
  padding: 10px;
}

.screen {
  position: relative;
  background: #3e3e3e;
  border-radius: 15px;
}

.screen:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
  z-index: -1;
}

.screen-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #4d4d4f;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.screen-header-left {
  margin-right: auto;
}

.screen-header-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;
  background: white;
}

.screen-header-button.close {
  background: #ed1c6f;
}

.screen-header-button.maximize {
  background: #e8e925;
}

.screen-header-button.minimize {
  background: #74c54f;
}

.screen-header-right {
  display: flex;
}

.screen-header-ellipsis {
  width: 3px;
  height: 3px;
  margin-left: 2px;
  border-radius: 8px;
  background: #999;
}

.screen-body {
  display: flex;
}

.screen-body-item {
  flex: 1;
  padding: 50px;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
}

.app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #ea1d6f;
  font-size: 26px;
}

.app-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 4px;
  background: #ea1d6f;
}

.app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;
}

.app-form-group {
  margin-bottom: 15px;
}

.app-form-group.message {
  margin-top: 40px;
}

.app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color .2s;
}

.app-form-control::placeholder {
  color: #666;
}

.app-form-control:focus {
  border-bottom-color: #ddd;
}

.app-form-button {
  background: none;
  border: none;
  color: #ea1d6f;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.app-form-button:hover {
  color: #b9134f;
}

.credits {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #ffa4bd;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.credits-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.dribbble {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

@media screen and (max-width: 520px) {
  .screen-body {
    flex-direction: column;
  }

  .screen-body-item.left {
    margin-bottom: 30px;
  }

  .app-title {
    flex-direction: row;
  }

  .app-title span {
    margin-right: 12px;
  }

  .app-title:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .screen-body {
    padding: 40px;
  }

  .screen-body-item {
    padding: 0;
  }
}
/* SEO Audit Report Form End Here */ 

/* SEO Tools container Start Here */
    .tools-top{
    border-bottom: 1px solid darkgrey !important;
    width: 90% !important;
    margin-bottom: 30px !important;
    padding-bottom: 10px !important;
  }
  .tools_card{
    border: none !important;
    background-color: #fff;
  }
  .tools_card{
      box-shadow: 
      inset 5px 5px 10px lightgrey, 
      inset -5px -5px 10px grey;
      margin: 0px 10px 30px 0px !important;
      height: 250px !important;
      border-radius: 12px;
  }
  .tools-head{
    text-align: center !important;
    padding: 7px 10px;
  }
  .tools-head h3{
    padding-top: 20px;
  }
    .div_in{
        width: 100%;
        transition: 0.5s;
    }
    
    .tools_card:hover .div_in{
        transform: scale(0.9);
    }
  /* SEO Tools container End Here */ 
  
  
 /* overlay container left start here */
    .overlay_container_left{
      max-width: 600px;
      position: relative;
      margin: auto;
    }
    .overlay_left{
      top: 0;
      bottom: 0;
      left: 0;
      right: 100%;
      position: absolute;
      overflow: hidden;
      width: 0;
      transition: 0.7s;
      background-color: darksalmon;
      color: white;
      border-radius: 10px !important;
      opacity: 0.8;
    }
    .overlay_left a{
      position: absolute;
      /*
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);    */
      color: white;
      font-size: 18px;
      padding: 10px;
      text-align: center;
      text-decoration: none;

    }
    .overlay_container_left:hover .overlay_left{
      width: 100%;
      right: 0;
    }
    .overlay_left a:hover{
        color: white !important;
    }
/* overlay container left end here */

   #testimonial:before {
       border-radius: 0px !important;
   }