﻿.Header_background {
    background-color: #231F20;
}

.tmblogowhite{
    display: none;
}

.tmblogo{
    display: inline;
}

/*.Menu_TopMenus {
    cursor: not-allowed;
}

.Menu_TopMenus a:not(:last-of-type), .Application_Title {
    pointer-events: none;
}

.Menu_TopMenus .Cell2 {
    display: none;
}*/

.MainContent {
    padding: 65px 0px 100px 0px;
    min-height: 100vh;
}

.content{
    max-width: 1020px;
    display: block;
    margin:auto;
}

.Columns3 > .Column {
    width: 28% !important;
}

.inquiry-form {
    background-color: #fff;
    max-height: 0px;
    margin: 20px 0px 0px 0px;
    overflow: hidden;
    padding: 0px;
    transition: all 0.5s ease-out;
}

.inquiry-form.opened {
    max-height: 3500px;
    padding-top: 40px;
}

.submit:hover {
    background-color: #4dbded !important;
    color: #fff !important;
}

/*responsive-start*/
@media screen and (max-width: 800px){
    
    .MainContent {
    padding: 70px 0px 20px 0px;
    }
    
    .banner {
        height: 170px !important;
    }
    
    .details {
        width: 90% !important;
    }
    
    .formCon {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .main-title {
        font-size: 1.5em !important;
    }
    
    .main-content {
        font-size: 1em !important;
    }
    
    .pandemic-detail {
        margin: 20px 0 !important;
    }
    
    .extraCon {
        margin-top: 20px !important;
    }
    
    .content{
    max-width: unset !important;
    display: block;
    margin:auto;
    }
    
    .travelessential{
    width: 100%;
    }
}

/*responsive-finish*/
