i.fa.fa-fw.fa-chevron-right.float-right {
    display: none !important;
}

body {
	background: #2c2c2c !important;
}

body.gorgias-loaded {
    background: #2c2c2c !important;
}
html {
    background: #2c2c2c !important;
}
.container {
 
   

	padding: 0px;
	background:#2c2c2c !important;
	color:#fff;
}

h1, h2,h3, h4, h5, h6 {
	
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px !important;
	color:#fff !important;
}
p {
	
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px !important;
	color:#fff !important;
}
a {
	font-family: 'Raleway', sans-serif !important;
	font-size: 15px !important;
  
}
a:hover {
  color:#fff !important;
  font-family: 'Raleway', sans-serif !important;
	font-size: 15px !important;
}

h2 {
  font-size: 52px;
  line-height: 1.288;
  font-weight: 500;
  margin: 0 0 34px;
  color: #303447;
}

h3 {
  font-size: 13px;
  line-height: 1.16;
  font-weight: 500;
  margin: 0 0 33px;
  color: #303447;
}

b,
strong {
  font-weight: 500;
}

.btn {
  vertical-align: top;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 500;
  text-decoration: none !important;
  border-width: 1px;
  text-align: center;
  padding: 14px 20px 16px;
  font-size: 20px;
  line-height: 21px;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  background-color: #0099e0;
  border-color: #0099e0;
}

.tabs {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 15%;
  border-radius: 0px 0 0 0px;
  background: #2c2c2c;
  padding: 5px;
}

#vertical_tab_nav {
  display: block;
  width: 100%;
}
#vertical_tab_nav li a {
	font-family: 'Raleway', sans-serif !important;
	font-size: 15px !important;
  display: inline-block;
 
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
  background: #2c2c2c;

}
#vertical_tab_nav li a .fa-chevron-right {
  display: none;
}
#vertical_tab_nav li a.active {
	
    color: #fff;
    font-weight: 700 !important;
  
	
}
#vertical_tab_nav li a.active .fa-chevron-right {
  display: inline-block;
}
#vertical_tab_nav article {
  display: none;
  margin: 0px;
  color: #626262;
  padding: 10px 3% 3% 3%;
}
#vertical_tab_nav article p {
  font-size: 14px;
  margin: 0 0 28px;
}

.tab_container {
  display: block;
  background: #fff;
  width: 85%;
  min-height: 500px;
	    background: #2c2c2c;
}

.tabs {
  display: none;
}

.tab_heading {
  margin: 0;
  font-size: 20px;
  color: #858585;
  text-decoration: none;
  padding: 2%;
  border-top: 0px solid #d4d4d4;
}
.tab_heading .fa-chevron-down {
  display: none;
}
.tab_heading.active {
  
  color: #fff;
	    display: inline-flex;
 
}
.tab_heading.active .fa-chevron-right {
  display: none;
}
.tab_heading.active .fa-chevron-down {
  display: none;
}

/* Mobile Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
 
	.container {
		
		text-align: center;
	}
	
	h2 {
    font-size: 13px;
  }
	#vertical_tab_nav li a.active {
    color: #fff;
    font-weight: 700 !important;
}
.tab_heading.active {
  
  color: #fff;
	    display: inline-flex;
 
}
  h3 {
    font-size: 13px;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
/* Desktop styles */
@media screen and (min-device-width: 768px) and (max-device-width: 1990px) and (-webkit-min-device-pixel-ratio: 1) {
  .tab_container {
    float: left;
    padding: 10px 3% 3% 3%;
  
    width: 80%;
  }

  .tabs {
    display: block;
  }

  .tab_heading {
    display: none;
  }

  article {
    padding: 0;
  }
}

@media only screen and (max-width: 1920px) {
  body {
    background-color: #2c2c2c !important;
  }


}