/* css style sheet */

/* mensu area */
.menu-right{
    height: 100px;
}
.menu-right nav{
    background-color: #fff!important;
    padding: 30px 20px;
}
.main-title{
    text-align: center;
}
.main-title h2{
    padding: 20px 0px;
}
.banner-ads-after-menu{
    margin-bottom: 20px;
}
.banner-ads-after-menu-bg{
    background-image: url(img/ads-970x250.jpg);
    background-position: center center;
    height: 250px;
    width: 100%;
}
.left-widget-ad{
    min-height: 250px;
}
.right-wight-ad{
    padding-bottom: 10px;
}
.link-ad-section{
    margin-bottom: 10px;
}
.link-ad-section a{
    width: 100%;
    height: 20px;
    text-align: center;
    background-image: url("img/link%20ads.jpg");
    
}
.link-ad-section img{
    text-align: center;
}
.output{
    padding: 2px;
    border: 1px solid;
}
.a-to-b-quick table{
    margin: 0 auto;
    text-align: center;
    width:100%;
}
.a-to-b-quick table td{
    border: 1px solid;
    padding: 2px;
}
.footer-area{
    color: #fff;
    background: #111111;
    min-height: 150px;
    margin-top:20px;
}
.footer-area h4{
    text-align: center;
    padding: 10px 5px;
}
.footer-area ul{
    padding-left: 10px;
}
.footer-area ul li{
    list-style: none;
}
.footer-area ul li a, .connect-area a{
    color: #ff7804;
}
.connect-area{}
.connect-area span{
    display: block;
}
.copyright-area{
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}