
body{
    font-size: 10px;
}
.body_wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}
*{
    font-family: "Roboto", sans-serif;
}
h3{
    margin: 0px;
    font-size: 3.6em;
}
.container-xxl{
    max-width: 1600px;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: 2px;
    min-height: 10px;
    background-color: #000;
}
.header_left p{
    font-size: 1.4em;
    font-weight: 600;
    color: #8D8D8D;
}
.hero_box{
    height: 320px;
    background: linear-gradient(90deg, rgba(249, 166, 28, 0.80) 33.47%, rgba(237, 28, 36, 0.80) 131.38%), url(../img/user_guides_banner.png) center / cover no-repeat;
    background-position: 100% 100%;
}
.hero-header h3{
    font-size: 3.6em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.hero-header h6{
    font-size: 2em;
}

.search{
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);    
    width: 55em;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0px 10px;
    height: 60px;
    border-radius: .25rem;
    }
    .search input{
     height: 60px;
     border: none;
    }
    .search input:focus{
     box-shadow: none;
     border: none;
    }
    .search .fa-search{
        font-size: 2em;
    }
    .search button{
        height: 40px;
        width: 100px;
        background: #000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search button:hover{
        color: #F9A61B; 
    }
    /* -------- */
    .search.header_search input{
        height: 40px;
        width: 20em;
    }
    .search.header_search .fa-search{
        font-size: 1.6em;
    }
    .search.header_search button{
        height: 28px;
        padding: 6px 20px;
    }
    .header_wrapper{
        background: #FFE2B2;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .header_search{
        height: 45px;
    }
    /* ---------- */
    .version_box{
        height: 40px;
        background-color: #222;
    }
    .version_text{
        font-size: 1.6em;
        color: #fff;
    }
    .version_box .dropdown-toggle::after{
        font-size: 1.6em;
        color: #fff;
    }
    .cursor-pointer{
        cursor: pointer;
    }
    .view_all_text{
        font-size: 1.6em;
    }
    .read_more .card-title{
        font-size: 1.8em;
    }
    .card-text{
        font-size: 1.6em;
    }
    .read_more_btn a{
        text-decoration: none;
        color: inherit;
    }
    .read_more_btn span{
        font-size: 1.6em;
    }
    footer p{
        font-size: 1.4em;
        color: var(#42526E, #42526E);
    }
    .footer_right p{
        text-align: right;
    }
    .ec_header h4{
        font-size: 1.8em;
        font-weight: 600;
    }
    .search_list{
        padding-top: 83px;
    }
    #latestthree .card{
        height: 100%;
    }
    #latestthree .card .card-body{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .load_manual_details{
        display: flex;
        align-items: center;
    }
    @media (max-width: 767px) {
        body{
            font-size: 8px;
        }
        .search input{
            height: 60px;
            width: 23em;
        }
        .mgs_icon img,.maxwell_logo img{
            width: 100px;
        }
        .vr {
            width: 1px;
        }
        .header_left p{
            font-size: 1em;
        }
        footer p{
            text-align: center !important;
        }
        .mob_header{
            flex-direction: column !important;
            row-gap: 10px;
        }
        .mob_hide{
            display: none;
        }
        .search{
            width: 40em;
        }
        .header_search button{
            width: 75px;
        }
        .read_more .card-title {
            height: auto;
        }
        h3{
            font-size: 2.6em;
        }
        .video-container iframe {
            height: 200px;
        }
    }
