﻿
/*Custom tenant font*/
@font-face {
    font-family: 'WinnerSansMedium';
    src: url('../../static/fonts/WinnerSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IndustryTestBold';
    src: url('../../static/fonts/IndustryTest-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IndustryTestregular';
    src: url('../../static/fonts/IndustryTest-Black.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/*end*/
body {
    font-family: "Poppins", sans-serif;
}
.icn-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    padding-left: 30px;
    color: #fff
}

.foot-mbl {
    display: flex;
}

.white-bg-dropdown {
    background-color: #FFF;
}

.contact-txt {
    margin-bottom: 0;
    padding-left: 30px;
    font-size:16px;
}

.icn-text-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    padding-left: 30px
}

.display-flex {
    display: flex;
}

.grey-text {
    color: #111;
    font-family: Poppins,sans-serif;
}
.customHeader {
    min-height: 137px;
}
@media screen and (max-width:1200px){
    .customHeader {
        min-height: 92px;
    }
}
@media screen and (max-width:991px){
    .customHeader {
        min-height: 145px;
    }
}
@media screen and (max-width:768px){
    .customHeader {
        min-height: 125px;
    }
}
@media only screen and (max-width: 600px) {
    .d-mb-nne{
        display:none;
    }

    .icn-text {
        padding-top: 10px;
        padding-left:0;
    }

    .foot-mbl {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
        padding: 0 50px;
    }
    .contact-txt{
        padding-left:0;
    }
}