/*Medium 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*/


/*Style For Card Grid Begins*/
.htemp_grid_card
{
    width: 100%;
}
/*Style For Card Grid Ends*/

/*Image Card Sections (Left and Right) Begin*/
.htemp_imgsec_container
{
    min-height: 800px;
}
/*Image Card Sections (Left and Right) End*/

/*Style for Professional Profile & Profile Submenu*/
.htemp_psm_main_container
{
    display: flex;
    width: 100%;
}

.htemp_psm_sec_container
{
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.htemp_psm_menu_item_container
{
    text-align: center;
    margin: 5px 20px;
}
/*Style for Professional Profile & Profile Submenu ENDS*/

/*Styles for Site Map Begin*/
.sm_group_container
{
    width: 50%;
}
/*Styles for Site Map End*/
/* Styles for Header Elements Begin */

.htemp_header_container
{
    margin-bottom: 0;
}

/* Styles for Header Elements End */

/* Styles for Sub Menu Begin */

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

.htemp_header_sub_menu
{
    position: absolute;
    width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Styles for Sub Menu End */

