﻿.tmblogowhite{
    display: none;
}

.tmblogo{
    display: inline;
    height: 30px !important;
}

.header {
    background-color: #231F20 !important;
    padding: 10px 0 !important;
}

.MainContent{
    min-height: 100vh;
    padding: 70px 0px 50px 0px;
    position: relative;
}

@font-face {    
    font-family: 'Quicksand';
    src: url('/InsuranceUI/Quicksand_Bold.otf');
    font-weight: bold;    
    font-style: normal;
}

.initialfont{
    font: normal "Quicksand",sans-serif !important;
}

.header-top{

    align-items: center;
}

.palceer{
    position: relative;
    vertical-align: middle !important;
    display: table-cell;
}
.textcontent{
    background: #19b5fe;
    padding: 15px;
    text-align: center;
    
}

.guidecover{
    width: 100%;
}

.guidelistmorewrap{
}

.guidelistmorewrap div img{
    width: 100%;
}
.guidetitle{
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 1em 0em;
    position: relative;
    text-align: center;
    cursor: pointer;
    
}

.guideimage {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    position: relative;
}

.guideimage:hover {
    -webkit-transform: scale(1.2);
}

.footer.content-bottom{
    background-color: #231f20 !important;
}

.hidden {
    
}