﻿html {
height: 100%;
width: 100%;
}
body {
font-family: helvetica_mediumcondensed !important;
margin: 0 !important;
padding: 0 !important;
height: 100%;
width: 100%;
font-size: 16px !important;
}
@font-face {
    font-family: helvetica_mediumcondensed;
    src: url("fonts/Helvetica-Condensed.otf");
}  
@font-face {
    font-family: helvetica_lightcondensed;
    src: url("fonts/Helvetica-Condensed-Light.otf");
}
@font-face {
    font-family: helvetica_lightcondensed;
    src: url("fonts/Helvetica-Condensed-Black.otf");
}
@font-face {
    font-family: helvetica_lightcondensed;
    src: url("fonts/Helvetica-Condensed-Bold.otf");
}
@font-face {
    font-family: helvetica_lightcondensed;
    src: url("fonts/HelveticaNeue-BlackCond.ttf");
}
@media(min-width: 576px)
{
}
@media(min-width: 768px)
{
}
@media only screen and (max-width: 1366px), (min-width: 1030px)
{
}
@media only screen and (min-width: 1030px) and (max-width: 1366px)  
{
}  
@media only screen and (min-width: 1366px) and (max-width: 1920px)  
{
}  
/*mobile layout start */
@media only screen and (min-width: 319px) and (max-width: 812px){
.width20{
     width: inherit !important;
 }
.first_menu
{
    display: none !important;
}
.second_menu
{
    display: none !important;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    display: block !important;
    font-family: helvetica_mediumcondensed !important;
    background-image:url(/images/home/mobile_bg.jpg);
}
.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: left;
    display: block !important;
    font-family: helvetica_mediumcondensed !important;
    padding: 3em 4em;
    color: white;
    text-transform: uppercase;
}
.overlay a {
    padding: 5px;
    text-decoration: none;
    font-size: 2.2em;
    color: white;
    display: block;
    display: block !important;
    font-family: helvetica_mediumcondensed !important;
    }
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }
.overlay .closebtn {
    position: absolute;
    top: -4%;
    right: 3%;
    font-size: 4em;
    display: block !important;
    color: white;
}
.mobile_layout{
    font-size:30px !important;
    cursor:pointer !important;
    display: block !important;
    position: absolute;
    top: 10%;
    right: 2%;
    color: #00326D !important;
}
.mobile_layout {
display: block !important;
}
.mobile_logo
{
    background-image:url(/images/home/mobile_logo.png);
    width: 380px;
    height: 110px;
    position: relative;
    top: 40px;
}
.small_menu_m
{
    padding: 0em 0.3em;
    display: inline-table;
}
.career_m
{
    padding: 0em 0.5em;
    display: inline-table;
}
.contact_m 
{
    padding: 0em 0.5em;
    display: inline-table;
}
.small_menu_m a, .career_m a, .contact_m a
{
    font-size: 15px;
}
.m_bottom_menu
{
    min-width: 320px;
}
.border_m{
    border-right: 1px solid white;
}
.m_height20
{
    height: 20em;
}

.dropdown-menu
{
    position : relative !important;
    top: -20px !important;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    /*padding: 0em 0em;*/
    margin: 0em 0em;
    color: #212529;
    text-align: left;
    list-style: none;
    float: none !important;
    background-color: transparent !important;;
    background-clip: inherit !important;
    border:inherit !important;
    border-radius:inherit !important;
}
.dropdown-toggle
{
    font-size: 1.6em !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem 0.6rem 0em !important;
    clear: both;
    font-weight: 400;
    color: white !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent !important;
    border: 0;
    font-size: 1.2em !important;
}
.footer{
    line-height:inherit;
}
.footer_copyright, .footer_bg
{
    display: block !important;
    line-height: 0;
}
.footer_phone_icon
{
    margin: 0.5em 0em;
}
.mobile_copyright
{
    font-size: 0.6em;
    text-align: left;
    color:#C6DBF6 !important;
    padding: 15px 10px;
    letter-spacing: 0.96px;
    font-family: helvetica_mediumcondensed !important;
    opacity: 0.5;
    display: block;
}
.footer_right_bg
{
    background-color: #077A92 !important;
    margin-top: 40px !important;
}
.footer_address
{
    font-size: 0.9em;
}
.no_padding_m
{
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
}
.padding_m
{
     padding-right: 15px !important;
    padding-left: 15px !important;
}
.footer_phone {
    padding: 0em 2em 0em;
}
.footer_web, .footer_mail
{
    padding: 0em 2em 0em;
}
.footer_company_name
{
    font-size: 1.3em;
    text-transform: initial;
}
.card, .company_page .card, .factnova_card, .products_page .card,
.tech_page .card, .standard_page.card, .contact_page .card
 {
    padding: 0% 0% !important;
    width: 100% !important;
}
.tech_page h2
{
    padding: 0;
}
.tech_page p{
    font-size: 1.4em;
    top: 0px !important;
}
.eba_border
{
    display: none;
}
.mobile_card h5, .integration_card h5, .outsourcing_card h5,
.training_card h5, .consult_card h5, .portal_card h5, .eba_page h5
{
    width: 100%;
}
.contact_page h3
{
    font-size: 1em !important;
    text-transform: uppercase;
}
.contact_font {
    font-size: 0.9em !important;
}
.eba_page h6
{
    width: 100% !important;
}
.navbar {
    border: none;
}
.logo {
    background: url(/images/home/chennova_logo.svg) 0px 5px no-repeat;
    width: 248px;
    height: 76px;
}
.w_first_menu
{
    width: inherit !important;
}
.green_image_top
{
    margin-top: 35px;
}
.address_bg_color
{
    padding: 1em;
}
.map_icon
{
    top: 25px;
    left: 40px;
}
.footer_web_icon
{
    height: 40px !important;
}
.eai_image{
    left: -15px;
    position: relative;
}
.globe_image {
    left: -10px;
    position: relative;
    height: 50px;
}
.web_content {
    padding: 0em 2.5em !important;
}
}

/*landscape start*/
@media only screen and (min-device-width: 312px) and (max-device-width: 892px) and (orientation: landscape) 
{ 
 .l_maxwidth{
       max-width: 100% !important;
   }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)  
{
.l_maxwidth{
max-width: 100% !important;
   }
}
 /*mobile layout end*/

     
     