.side-panel{   
  background: #ffffff;
  background-color: rgb(255, 255, 255); 
  overflow-y: scroll;   
}  
.side-panel.right { 
  right: 0;
  top: 0;
}  
.side-panel.left { 
  top: 0;
}  

.side-panel.top { 
  top: 0;
  left:0;
}  

.side-panel.bottom { 
  bottom: 0;
  right:0;
}   
.side-panel-wrapper > .side-panel {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
  position: fixed;
  padding: 50px 20px;
  z-index: 9999999999;
  display: none;
  background-color: #f9f9f9;
} 
.sp-social-icons h4 {
  margin-bottom: 15px;
}
.side-panel ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-panel svg{
  width: 14px;
  height: 14px;
  vertical-align: middle;
  fill: #fcb100;
}

.sp-padding{
  padding: 20px 0;
}

.sp-logo img{
  max-width: 100%;
  height: auto;
}

.sp-address{
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}
.sp-address > ul {
  padding-bottom: 10px;
}
.sp-address > ul li:first-child {
  padding-right: 15px;
}
.sp-address > ul li,
.sp-address > ul li a{
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
}
.sp-address > ul li {
  display: table-cell;
  vertical-align: top;
}

.sp-social-icons{
  padding-top: 0;
}

.sp-social-icons li a {
  line-height: 0 !important;
}
.sp-social-icons li {
  display: inline-block;
  border: 1px solid #fcb100;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  line-height: 0;
  margin: 0 5px;
}
.side-form {
  background-color: #fff;
  padding: 15px 15px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.side-panel-close{
  display: table;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  width: 100%;
}
.side-panel-close i {
  position: absolute;
  right: 0;
  top: -20px;
  color: #666;
}
.side-panel-toggle svg { 
  z-index: 9999999;
  fill: #ffffff;
  width: 14px;
  height: 14px;
  cursor: pointer;
  width: auto;
  height: 32px;
  overflow: hidden;
  background: #fcb100;
  color: #ffffff !important;
  padding: 10px 10px 10px 10px;
  position: fixed;
  top: 150px;
  right: 0px;
  text-align: center;
  display: table;  
}
.side-panel-toggle.side-panel-type-2 .side-panel-toggle-btn p,
.side-panel-toggle.side-panel-type-2 svg {
  top: 0;  
}

.side-panel-toggle.side-panel-type-3 .side-panel-toggle-btn p,
.side-panel-toggle.side-panel-type-3 svg {
  left: -55px; 
  right: auto; 
}
.side-panel-toggle.side-panel-type-2 .side-panel-toggle-btn p {
  right: 0; 
  margin: 0;
  transform: rotate(0deg);
  height: auto;
  line-height: normal;
  padding: 5px 20px;
}

.side-panel-toggle.side-panel-type-4 .side-panel-toggle-btn p {
  left: 0; 
  margin: 0;
  top:0;
  transform: rotate(0deg);
  height: auto;
  line-height: normal;
  padding: 5px 20px;
  display: table;
}
.side-panel-toggle.side-panel-type-4 svg {
  left: 0; 
  margin: 0;
  top:0;
  transform: rotate(0deg);
  padding: 5px 20px;
  display: table; 
}
.side-panel-toggle p {
  cursor: pointer;
  border-radius: 5px;
  width: auto;
  overflow: hidden;
  background: #fcb100;
  color: #ffffff !important;
  padding: 5px 20px 5px 20px;
  position: fixed;
  top: 150px;
  right: -55px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 9999999;
  font-size: 14px;
  line-height: 24px;
}
.side-panel-toggle a {
  color: #ffffff; 
}
.side-panel-content p {
  margin-bottom: 15px !important; 
}

.side-form-background {
  border: 1px solid #dcdcdc;
  padding: 20px;
  background: rgba(255,255,255,0);
}
.side-form form .hs-input{
  background-color: transparent;
  border: 1px solid #dcdcdc; 
  height: 45px !important;
  border-radius: 0 !important;
  color: #333333;
  font-weight: 600;
}
input:focus-visible {
  outline: none;
} 
.side-form form .form-columns-1 .hs-input{
  width: 100% !important;
}
.side-form form .hs-fieldtype-textarea{
  margin-top: 10px;
}
.side-panel-toggle p,
.side-panel-toggle svg { 
  box-shadow: 0 5px 25px rgba(0,0,0,0.15), 0 6px 6px rgba(0,0,0,0.15);
}
.side-form a {
  display: table;
}
.sp-type-2 .sp-col-title {
  border-bottom: 1px solid #c3c3c3;
  font-size: 1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sp-type-2 .sp-col-title .main-border {
  border-bottom: 1px solid transparent;
  border-bottom-color: transparent;
  border-color: #fcb100 !important;
  display: inline-block;
  padding-bottom: 10px;
}
.sp-type-2 .header-social-icons {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.sp-type-2 .social-icons {
  border-radius: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  float: right;
  margin: 3px 0 5px 5px;
  overflow: visible;
  padding: 0;
  width: 30px;
  height: 30px;
}
.social-icons > span {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle; 
}
.contact-list-unstyled svg {
  margin-right: 10px;
}
.contact-list-unstyled li {
  margin-bottom: 10px;
}
.thumb-list > li {
  display: inline-block;
  padding-left: 2px;
}

@media (max-width: 767px) {
  .side-panel-content.row-fluid .span12 .span4 {
    margin-bottom: 30px;
  }
  .side-panel-content.row-fluid .span12 .span4:last-child {
    margin-bottom: 0;
  }
}

.side-panel .side-panel-class-manu ul li {
  padding: 10px 0;
}
.side-panel .side-panel-class-manu ul li a {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}


.side-panel-toggle.side-panel-type-2 .side-panel-toggle-btn p,
.side-panel-toggle.side-panel-type-2 svg {
  border-radius: 0;
  border-bottom-left-radius: 5px; ;
}
.side-panel-toggle.side-panel-type-4 .side-panel-toggle-btn p,
.side-panel-toggle.side-panel-type-4 svg {
  border-radius: 0;
  border-bottom-right-radius: 5px; ;
}
.side-panel-toggle.side-panel-type-1 svg,
.side-panel-toggle.side-panel-type-1 p {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; 
} 

{# Form button option #}
.side-form form .actions .hs-button {
  background-color: #fcb100;
  border: 1px solid #fcb100;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 10px;
  padding: 10px 20px;
} 
.side-form form .actions .hs-button:hover {
  background-color: #fff;
  color: #fcb100;
} 
.side-panel-logo img {
  max-width: 100%;
}