/* don't copy this*/
*{
	margin:0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	
}
body{
	margin:0;
	    background: #f1f1f1;
}
.bgGrey {
    background: rgb(251,250,250);
    background: -moz-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(251,250,250,1)),color-stop(100%,rgba(237,236,233,1)));
    background: -webkit-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: -o-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: -ms-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: linear-gradient(to bottom,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafa',endColorstr='#edece9',GradientType=0 );
}
/* don't copy this*/

/* you have to copy below section from here */



/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
	color: #000;
}

/* change border radius for the tab , apply corners on top*/

#exTab1 .nav-pills > li > a {
    border-radius: 0;
    font-size: 13px;
    color: #333;
    padding: 9px 20px;
    background: rgb(251,250,250);
    background: -moz-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(251,250,250,1)),color-stop(100%,rgba(237,236,233,1)));
    background: -webkit-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: -o-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: -ms-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: linear-gradient(to bottom,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafa',endColorstr='#edece9',GradientType=0 );
    margin-right: 3px;
    border: 1px solid #ccc;
    font-weight: 600;
    border-radius: 3px;
}

#exTab1 .white-style {
    box-shadow: 2px 2px 5px #656565;
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 15px;
	margin-bottom: 30px;
} 
 

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
        background: #004274 !important;
    box-shadow: 0 0 10px !important;
    color: #fff !important;
}

.nav-pills{
	    margin-bottom: 17px;
    text-align: center;
}

#exTab1 .nav-pills > li{
	float: none;
	display: inline-block;
}
.rates-head{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
    line-height: 26px;
	font-weight: 600;
	margin-bottom: 25px;
}
.rates-head span{
	color: #004274;
	font-weight: 600
}
.rate-box{
    text-align: center;
    padding-top: 0;
    border-radius: 4px;
    overflow: hidden;
  	margin-bottom: 30px;
      border:1px solid;
  
}
.rate-box h4{
	font-size: 16px;
    margin-top: 0;
    background: #004274;
    color: #fff;
    padding: 9px 0;
    height: 50px;
    line-height: 30px;
    /*box-shadow: 2px 20px 150px #000;*/
}
.rate-box .row img{
	display: inline-block;
	width: 30px;
}
.rate-box h5
{
	margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
	text-transform: uppercase;
}
.rate-box h2{
	margin-top: 5px;
	display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.rate-box p{
	padding: 5px 0;
	border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    margin-top: 7px;
    margin-bottom:0;
}
.green-box p , .green-box h5{
	color: #39bb1b;
	font-weight: 600;
}
.red-box p , .red-box h5
{
	color: #cc0c11;
	font-weight: 600;
}
.rate-box .all-p-00{
	padding: 0;
}

.rate-box .all-p-00 h6{
	margin-top: 20px;
	border-right: 1px solid #7d7878;
    margin-bottom:0;
    margin-bottom: 0;
    padding-top: 0px;
}
.rates-chart .white-style{
	box-shadow: 2px 2px 5px #656565;
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 15px;
	margin-bottom: 30px;
}
.rate-box .row i {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .tab-content{
        width:100%;
            }

}