body{
    color:#5C5F58;
    font-family: 'Oswald', sans-serif;
}

.section-bg{
    background-image: url(../images/Box.jpg);
    background-size: cover;
    background-position: center;
    position: relative;

}
.overlay {
	width: 100%;
    height: 100%;
    background: #000;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
}

.custom-link{
    background: #B73225;
    color: #fff;
    text-transform: capitalize;  
    margin-right: 3px;
}


.calHeader{
    background: #B73225;
    margin: 10px 0;
    height: 20px;
    text-align: right;
    /* position: relative; */
}

.calHeader img{
    position: absolute;
    top: -26px;
    right: -5px;
    z-index: 999;
    transform: rotate(-30deg);
}
.main-cal{
    background: #DCE1E3;
    padding:15px 25px 0 25px;
    font-size: 11pt;
    border-radius: 8px;
    /* box-sizing: border-box; */
    color:#B73225;
    
}
.customBtn{
    background: #DCE1E3;
    font-size: 20px;
    padding: 7px 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    float: right;
    color:#B73225;
    border:1px solid #B73225;
}
.customBtn:hover{
    background: #B73225;
    color: #DCE1E3;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.calFooter{    
    text-align: center;
    
    background: #B73225;
    margin: 10px 0 8px 0;   
}
#customFade{
    display: none;

}
.calFooter h4{
    color:#DCE1E3;
    font-size: 20px;
    padding: 5px 0;
    
}
.charge{
    background: #DCE1E3;
    margin: 10px 0 8px 0;
    
}
.charge1{
    margin: none;
    background: #eff1f3;
}

.charge h4{
    color:#B73225;
    font-size: 20px;
    padding: 5px 0;
}
.charge h4 span{
    text-align: right;
    float: right;
}
.customTable{
    background: #FCFCFC;
    color:#B73225;
}
.customTable tr{
    border-bottom: 1px solid #DCE1E3;;
}
.sectionpadding{
    padding-bottom: 50px;
}
#footer{
    background: #333333;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}