
.center-link {
    margin: 0 auto;
    margin-left: -12px;
}

.center-link li {
    margin-left: 5px!important;
}

.slide-box{
    margin-top:10px;
}

.slide-box button:hover{
    cursor: pointer;
}

.slide-box span{
    height: 120px;
    display: block;

}

/*.slide-box button{*/
/*	margin-bottom: 20px;*/
/*}*/

/*.owl-dots .owl.dot:first-child  .active  .slide-box{
	background: red;
}*/

.b1{
    border-top: 10px solid #0b7048;
    border-bottom: 10px solid #0b7048;
}

.b2{
    border-top: 10px solid #0b6c9c;
    border-bottom: 10px solid #0b6c9c;
}

.b3{
    border-top: 10px solid #9c750b;
    border-bottom: 10px solid #9c750b;
}

/*.b3{
border-top: 10px solid #0b2370;
border-bottom: 10px solid #0b2370;
}*/

.b4{
    border-top: 10px solid #39a2c0;
    border-bottom: 10px solid #39a2c0;
}

.b5{
    border-top: 10px solid #941a18;
    border-bottom: 10px solid #941a18;
}





/* The Modal (background) */
.modal {

    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 12px 16px;
    background-color: #03a9f4e0;
    color: white;
}

.modal-body {

    padding: 2px 16px;

    height: 395px;


}

.modal-footer {
    padding: 2px 16px;
    background-color: #03a9f4e0;
    color: white;
}

.modal-content button{

    background: #6ec2f3;
    border: none;
    padding: 10px 25px;
    color: white;
    font-size: 19px;
    cursor: pointer;
    border: 1px solid #9fa3a5;

}















@media only screen and (max-width: 600px) {

    .testimonial-box {
        height: auto;
    }

    .quotes {
        height: auto;
    }

    .cust img{
        margin-top:0px!important;
    }


    .test-box {
        height: 375px;
    }



    .video{
        padding-top:0px !important;
    }


    div.mbt{
        text-align: center;
    }


    .imagehome img{
        width:75%!important;
    }

    .slide-box span {
        height: 180px;
        display: block;
    }

    .content{
        display: none;
    }


    .popup{
        display: none;
    }


}