/*
Theme Name:     Aagan Child
Theme URI: 		http://aagan.dttheme.com
Author: 		the DesignThemes team
Description:    Child theme for the Aagan theme powered by DesignThemes
Template:       aagan
Version:        1.0
*/
.bkg-light-gray{ background-color: #f2f2f2 !important; }
.text-center{ text-align: center !important;}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame {
    display: flex;
}
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a {
    padding: 120px 24px 25px;
    min-width: 200px;
}
@media only screen and (max-width: 768px) {
    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame {
        display: block;
    }

}