/*X-Large Sized Style Sheet*/

/*Base Template Styles should begin here*/
.htemp_main_container
{
    min-width: 300px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 10px;
}
.htemp_sec_conatiner
{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.element_width_25
{
    width: 25%;
}
.element_width_50
{
    width: 50%;
}
.element_width_33
{
    width: 33.333333%;
}
.element_width_100
{
    width: 100%;
}

/*Base Template Styles should end here*/

/* Styles for Sub Menu Begin */

.htemp_header_sub_menu_container
{
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #d9d9d9;
}

/* Styles for Sub Menu End */

