/*
Theme Name:     Divi child
Description:
Author:         dev@clickscount.co.za
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.graybtn{
	border: 1px solid #07575e;
	background: #07575e;
	 box-shadow: 5px 8px #afafaf;
    background-color: #07575e;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #33333;
    cursor: pointer;
    width: 90%;
    transition: all 1s ease;
}

.graybtn:hover{
  border: 1px solid #07575e;
  background: #FFFFFF;
  background-color: #FFFFFF;
	color: #07575e;
}
.graybtn:after{
 content: ' →';
}

.graybtn.noarrow::after{
 content: '';
}


.backbtn{
  border: 1px solid #07575e;
  background: #FFFFFF;
  background-color: #FFFFFF;
  box-shadow: 5px 8px #afafaf;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 16px;
  color: #07575e;
  cursor: pointer;
  width: 90%;
  transition: all 1s ease;
}
.backbtn:hover{
  border: 1px solid #07575e;
  background: #07575e;
  background-color: #07575e;
  color:  #FFFFFF;
}
.backbtn:before{
 content: '← ';
}

.firstselectedlabel{
 border: 1px solid #07575e;
 border-radius: 5px 5px 5px 5px;
 display: inline;
padding: 5px 5px 5px 5px;


}

.firstselectedlabelv2{
 border: 1px solid #07575e;
 border-radius: 5px 5px 5px 5px;
 display: inline;
padding: 5px 5px 5px 5px;



}

.secondselectedlabel{
  border: 1px solid #07575e;
  border-radius: 5px 5px 5px 5px;
  display: inline;
  padding: 5px 5px 5px 5px;
}

.thirdselectedlabel{
 border: 1px solid #07575e;
 border-radius: 5px 5px 5px 5px;
 display: inline;
padding: 5px 5px 5px 5px;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;z-index: 9;
}
#loading-animation {height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    background: #ffffffb8;
    top: 0;
    bottom: 0;
    z-index: 9;}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}
.subparts{margin-left: 25px;}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
.height400 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    height: 300px;
}
#main-footer .container{
      padding-top: 0;
}

.datacontainer{
  padding: 50px 0;
}
@media (max-width: 991px){
  .height400{width: 100%}
}

.resetbtn {
	position: relative;
	overflow: hidden;
	padding: 1.8px 8px 1.8px 8px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
	background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
    vertical-align: middle;
}

#hp  {
float: left;
 margin: 0 0 0 15px;
}

.kkclearfix {
  overflow: auto;
}
