.tab-content{float:left!important}
.image_left{border: 1px solid white!important;padding:0px 10px}
.fusectio3{margin-top:0!important;}
.page_title .title{text-transform:uppercase!important;padding:15px 0!important}

 h1 {
    font-size: 45px;
    line-height: 69px!important;
    margin-bottom: 22px;
    font-style: normal;
}   
@media only screen and (min-width:960px){
   h1 {
    font-size: 45px!important;
    line-height: 69px;
    margin-bottom: 22px!important;
    font-style: normal;
}     /* styles for browsers larger than 960px; */
    }
    @media only screen and (min-width:1440px){
        /* styles for browsers larger than 1440px; */
h1 {
    font-size: 45px!important;
    line-height: 69px!important;
    margin-bottom: 22px;
    font-style: normal;
}    }
    @media only screen and (min-width:2000px){
        /* for sumo sized (mac) screens */
    }
    @media only screen and (max-device-width:480px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
    }
    @media only screen and (device-width:768px){
    
h1 {
    font-size: 45px!important;
    line-height: 69px!important;
    margin-bottom: 22px;
    font-style: normal;
}   /* default iPad screens */
    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 720px) and (orientation:portrait) {
    h1 {
    font-size: 14px!important;
 line-height: 18px!important;
    margin-bottom: 22px;
    font-style: normal;
}
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 720px) and (orientation:landscape) {
     
h1 {
    font-size: 14px!important;
    line-height: 18px!important;
    margin-bottom: 22px;
    font-style: normal;
}
    }