.contentwidget_override_size h1,h2{
    font-size:22px;
    font-family: Value-sans;
}

.ah_panel_spacing_style{
    margin-left: 6.7%;
    margin-right:6.7%;
}
.ah_container_padding_style{
    padding-left:0px;
    padding-right:0px;
}
.ah_background_features{
    background: url('/resources/images/top-right-bg-circle.png') right top no-repeat , 
    url('/resources/images/bottom-left_bg-circle.png') left bottom no-repeat;
    background-color: #ebebeb;
}
.ah_panel_heading_style{
    font-family: Value-sans;
    font-size:22px;
    color:#3b3b3b;
    display: block;
    background-color:#f2f2f2;
    border: 1px solid #d9d9d9;
    padding: 20px 20px;
}

.ah_panel_body_background{
    background-color:#FFFFFF;
    padding: 20px 20px;
    border-left: 1px solid rgb(217, 217, 217);
    border-right: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
}

.ah_panel_para_style{
    font-family:GalanoGrotesqueAlt-Regular;
    font-size:13px;
    color:#3b3b3b;
    word-spacing: regular;
    padding-top: 10px;
    padding-bottom: 10px;
}
p.ah_panel_para_left{
    text-align: justify;
    padding-right: 10px;
    padding-top: 10px;
    
}
p.ah_panel_para_right{
    text-align: justify;
    padding-left: 10px;
    padding-top: 10px;
}
.abouthills-panel-image{
    max-height: 160px;
    /*max-width: 100%;
    width: auto; 
    height: 160px;*/
    height: auto;
    object-fit: cover;
    width: 100%;
}
.abouthills_style .row{
    margin:0px;
    overflow: hidden;
}
.ah_heading_bottom{
    margin-top:10px;
    margin-bottom:50px;
}
.ah_overview_topbottom{
    margin-top:40px;
    margin-bottom: 30px;
}
.news_paddingbottom{
padding-bottom: 20px;
}
.news_img_paddingbottom{
    padding-bottom:10px;
}
.news_title_style{
    font-size:16px;
    font-family:value-sans;
    color:#3b3b3b;
}
.news_panel_top_spacing{
    margin-bottom:30px;
}
.news-button{
    padding:20px 0px 10px 0px;
}
.news-button .hs-form-btn {
    width: 150px;
    height: 30px;
    font-family:'GalanoGrotesqueAlt-Regular';
    font-weight:normal;
    
}
.news-button .btn{
    padding: 6px 12px;
}
.news_panel_para_style{
    font-family:GalanoGrotesqueAlt-Regular;
    font-size:13px;
    color:#3b3b3b;
}
/* ------------------------Media Query-------------- */

/* Large desktop
@media (min-width: 1200px) {
    
}
@media (min-width: 992px){

}
 Landscape phone to portrait tablet 
@media (max-width: 767px) {
     
}

/*   tablet landscape and desktop 
@media (min-width: 768px) and (max-width: 1024px) {
   
}  */


/*  Landscape phones and portrait tablet */
@media (max-width: 1030px){
    .contentwidget_override_size h1,h2{
        font-size:18px;
    }
    .ah_container_padding_style{
        padding-left:11px;
        padding-right:11px;
    }
    .ah_panel_spacing_style{
        margin-left:20px;
        margin-right:20px;
      
    }
    .ah_background_features{
        background-size: 0px;
    }     
    .ah_heading_bottom{
        margin-top:10px;
        margin-bottom:30px;
    }
    .ah_overview_topbottom{
        margin-top:40px;
        margin-bottom: 30px;
    }
    .ah_overview_topbottom{
        margin-top:30px;
    
    }
    
}

/* Portrait phones */
@media (max-width: 767px){
    .contentwidget_override_size h1,h2{
        font-size:18px;
    }
    .ah_container_padding_style{
        padding-left:15px;
        padding-right:15px;
    }
    .ah_background_features{
        
        background: url('/resources/images/top-right-bg-circle.png') right top no-repeat , 
        url('/resources/images/bottom-left_bg-circle.png') left center no-repeat;
        background-size: 21%;
    }        
    .ah_panel_heading_style{
        font-size:18px;
        padding: 10px 10px;
    }    
    .ah_panel_body_background{
        padding: 10px 10px;
    }
    .ah_panel_spacing_style{
        margin-left: 15px;
        margin-right:15px;
    }
    p.ah_panel_para_left{
        padding-right: 0px;  
    }
    p.ah_panel_para_right{
        padding-left: 0px;  
    }
    .ah_heading_bottom{
        margin-top:10px;
        margin-bottom:30px;
    }
    .ah_overview_topbottom{
        margin-top:20px;
        margin-bottom: 20px;
    }
    
}

/* Portrait phones */
@media (max-width: 480px){
    .contentwidget_override_size h1,h2{
        font-size:18px;
    }
    .ah_container_padding_style{
        padding-left:14px;
        padding-right:14px;
    }
    .ah_background_features{
        
        background: url('/resources/images/top-right-bg-circle.png') right top no-repeat , 
        url('/resources/images/bottom-left_bg-circle.png') left center no-repeat;
        background-size: 21%;
    }        
    .ah_panel_heading_style{
        font-size:18px;
        padding: 10px 10px;
    }    
    .ah_panel_body_background{
        padding: 10px 10px;
    }
    .ah_panel_spacing_style{
        margin-left: 15px;
        margin-right:15px;
    }
    p.ah_panel_para_left{
        padding-right: 0px;  
    }
    p.ah_panel_para_right{
        padding-left: 0px;  
    }
    .ah_heading_bottom{
        margin-top:10px;
        margin-bottom:30px;
    }
    .ah_overview_topbottom{
        margin-top:20px;
        margin-bottom: 20px;
    }
}
