/*
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: 0px solid #333333;

    background-color: #ffffff;
		color: #ffffff;
    padding: 10px;
     margin-bottom: 10px;

    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    width: 90%;
		position: relative;
    z-index: 1;
		background: #51898E;
		top: 0.4em;
    box-shadow: 5px 5px #808080;
    transition: all 0.3s ease;
		border-radius: 5px 5px 5px 5px;
}



.graybtn::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #07575e;
    top: 0;
    left: 0;
    border-radius: 5px 5px 5px 5px;
    z-index: -1;
    transition: all 0.5s ease-out;
}

.graybtn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 55%;
    right: 0;
    top: 0;
    background: #07575e;
    border-radius: 5px 5px 5px 5px;
    z-index: -1;
    transition: all 0.5s ease-out;
}


.graybtn:hover:before{
   width: 0;


}
.graybtn:hover:after{
   width: 0;

}

.graybtn:hover {
    cursor: pointer;
    color: rgb(0, 0, 0);
		background: #51898E;
		border: 0px;
	}

.graybtn:after{
	content: " ";
     position: absolute;
     height: 100%;
     width: 100%;
     right: 0;
     top: 0;
		 background: #07575e;
  background-color: #07575e;
     border-radius: 5px 5px 5px 5px;
     z-index: -1;
     transition: all 0.5s ease-out;
 }


 .backbtn{

   border: 0px solid #333333;

     background-color: #ffffff;
        color: #ffffff;
     padding: 10px;
      margin-bottom: 10px;
      margin-top: 8px;
     font-size: 16px;
     color: #FFFFFF;
     cursor: pointer;
     width: 90%;
        position: relative;
     z-index: 1;
        background: #07575e;
        top: 0.4em;
     box-shadow: 5px 5px #808080;
     transition: all 0.3s ease;
        border-radius: 5px 5px 5px 5px;
 }



 .backbtn::before {
     content: " ";
     position: absolute;
     height: 100%;
     width: 0%;
     background: #51898E;
     top: 0;
     left: 0;
     border-radius: 5px 5px 5px 5px;
     z-index: -1;
     transition: all 0.5s ease-out;
 }

 .backbtn::after {
     content: " ";
     position: absolute;
     height: 100%;
     width: 55%;
     right: 0;
     top: 0;
     background: #51898E;
     border-radius: 5px 5px 5px 5px;
     z-index: -1;
     transition: all 0.5s ease-out;
 }


 .backbtn:hover:before{
    width: 0;


 }
 .backbtn:hover:after{
    width: 0;

 }

 .backbtn:hover {
     cursor: pointer;
     color: rgb(0, 0, 0);
        background: #07575e;
        border: 0px;
    }

 .backbtn:after{
    content: " ";
      position: absolute;
      height: 100%;
      width: 100%;
      right: 0;
      top: 0;
         background: #51898E;
   background-color: #51898E;
      border-radius: 5px 5px 5px 5px;
      z-index: -1;
      transition: all 0.5s ease-out;
  }


.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: #FFFFFF;
    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;
}
