@charset "utf-8";
/* CSS Document */


* {
    box-sizing: border-box;
}


.box_border {
	
border-width: 1px;
    border-style: solid;
    border-color: #eee #eee #d5d5d5 #eee;	
	
}


.choose_box {
	background: #ffffff;
	padding: 30px 15px;
	margin-bottom: 30px;
}
.choose_box .media-body h4 {
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
}
.choose_box .media-body p {
	margin: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.choose_box .media-body h4 {
		font-size: 15px;
	}
	.panel-title {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#choose_us .image_cover {
		display: none;
	}
}







/* Create three columns of equal width */
.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
    font-size: 18px;
    background-image: url(../images/boxtop_bg.png);
	color:#FFF;
	background-repeat:repeat-x;
	background-position:center;
	height:50px;
}


.sideb {
	 background-image: url(../images/boxtop_bg.png);
	background-repeat:repeat-x;
	background-position:center;
	height:50px;
	font-size: 18px;
	color:#FFF;
	line-height: 1.1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}


/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
	 font-size: 14px;

}

/* Grey list item */
.price .grey {
    background-color: #ffffff;
   font-size: 14px;
}

/* The "Sign Up" button */
.button {
    background-color: #0A6D9B;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
   
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}




