a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: 3px solid #ce71a6;
	    background: #fff;
		border-radius: 7px 7px 0 0;
}
.tab .nav-tabs li{
    margin: 0;
}
.tab .nav-tabs li a{
    font-size: 15px;
    color: #333;
    background: #fff;
    margin: 0;
    padding: 10px 22px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
    text-transform: capitalize;
    position: relative;
	    font-weight: 600;
}
.tab .nav-tabs li a:hover{
    border-top: none;
    border-bottom: none;
    border-right-color: #ddd;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    border: none;
    background: #428bca;
    border-right: 1px solid #ddd;
	    border-bottom: 2px solid #428bca;
}
.tab .nav-tabs li.active a:before{
    content: "";
    width: 58%;
    height: 4px;
    /*background: #fff;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tab .nav-tabs li.active a:after{
    content: "";
    border-top: 10px solid #428bca;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    /*bottom: -10px;*/
    right: 43%;
	top: 46px;
}
.tab .tab-content{
    font-size: 16px;
	font-weight:400;
    color: #333;
    line-height: 24px;
    background: #fff;
    padding: 20px;
    border: 3px solid #ce71a6;
    border-top: none;
	border-radius: 0 0 7px 7px;
}
.tab .tab-content h3{
    font-size: 24px;
    color: #0b4a9b;
    margin-top: 0;
}
@media only screen and (max-width: 480px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li.active a,
    .tab .nav-tabs li.active a:after,
    .tab .nav-tabs li.active a:hover{
        border: none;
    }
}
#services{
	min-height: 660px;
	background-image:url("../img/PBGIMG.jpg");
}


  .modal-dialog {
	  width:600px;
	  margin: 15% auto;
	  }
  
.thumbnail {margin-bottom:6px;}
@media (min-width: 1200px) {
	.modal-dialog {
	  width:600px;
	  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.modal-dialog {
	  width:600px;
	  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.modal-dialog{
	width: 348px;
}
}
@media (max-width: 767px) {
	
}
@media (max-width: 480px) {
	.modal-dialog{
	width: 348px;
}
}