@media screen and (max-width: 1000px) {
  .hero-content-wrap {
      min-height:450px!important;   
  }
  
  .homepage-boxes{
      padding:20px!important;
  }
}




@media screen and (max-width: 600px) {
  .hero-content-wrap {
      min-height:410px!important;   
  }
  
  .homepage-boxes{
      padding:10px!important;
  }
  .form-main {
  top: 15px; 
}
    
}
.form-main {
    position: fixed;
    right: 0;
    top: 73px;   
    transform: translateX(100%);    
    transition: all 0.8s ease 0s;
    z-index: 9999;
}
.form-main.open {    
					transform: translateX(0)!important;
							}

.form-inner {
    position: relative;
}
.form-clickOuter {
    left: 0;
    position: absolute;
    top: 30%;
    margin-top: -10px;
    margin-left: -96px;
   
    transform: rotate(270deg);
}
.form-click {
    position: relative;
    font-size: 22px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
   
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
    color: #fff;
}
.opacityprimary {
    background-color: #5688d1;
}
.form-block {
    max-width: 300px;
    min-width: 300px;
    font-size: 12px;
}
.black {
    color: #444;
}
.form-block-inner {
    background-color: #fff;
}
.form-heading {
    background-color: #5688d1;
    color: #fff;
    padding: 10px;
    margin: 0;
}
.text-center {
    text-align: center;
}
.dynamic_theme_block.panel {
    border-radius: 0;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
   
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dynamic_theme_block {
    border: 0px;
}
.dynamic_theme_block .panel-body {
    margin-top: 5px;
}
.dynamic_theme_block .panel-body {
    box-shadow: 0 0px 10px #a7a7a7;
    
    margin-top: 10px;
}
.panel-body {
    padding: 10px;
}
.dynamic_theme_block .tab-content {
    box-shadow: none;
    padding: 0;
    margin-top: 0px;
    line-height: 20px;
}
.tab-content {
  
    box-shadow: 0 0 10px #a7a7a7;
    padding: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.tab-content > .active {
    display: block;
}

.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
  
    transition: opacity .15s linear;
}
.dynamic_theme_block .tab-pane .form-group {
    margin-bottom: 10px;
}
.dynamic_theme_block .tab-pane .form-group {
    margin-bottom: 18px;
}

.form-control, .has-error .SumoSelect {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    color: black;
    margin: 10px 0px;
    border: 1px solid gray;
    padding: 8px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;   
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);   
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}