/* Theme Name: Egovt Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of egovt
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: egovt
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  egovt-child
*/


#contactFormTerms input{
    height:auto;
    margin:20px 0px 10px 0px
}

#contactFormTerms .wpcf7-list-item {
    margin-left:0px
}

//archive page tab style

.custom-archive-tabs {
    display: flex;
    justify-content: center;
}

.custom-archive-tabs .ova_doc_wrap .ova_doc_content {
    width: 100%;
    padding: 0px;
}

.custom-archive-tabs .ova_doc_wrap.archive-doc .ova_doc_content {
    padding: 0px;
}
.tab-container {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0px;
}
.tab-titles {
    display: flex;
    margin: 0px;
	width: 100%;
}

.tab-container ul {
    padding: 0pc !important;
}

.tab-titles li {
    list-style-type: none;
}

.tab-titles a {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #004b8f;
	height: 100%;
}

.active {
    background: #d01e2f;
    color: #fff !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    background: white;
}

.custom-archive-tabs .ova_doc_wrap.archive-doc.two_column .ova_doc_content .doc-list-item .items-doc {
    /* width: 50%; */
    width: 625px;
}


.ova_doc_content .items-doc .item {
    min-height: 100%;
}

@media only screen and (max-width: 750px) {
    .tab-titles {
        display: block;
    }
    .tab-container ul {
        width: 100%;
    }

    .custom-archive-tabs .ova_doc_wrap.archive-doc.two_column .ova_doc_content .doc-list-item .items-doc {
        width: 100%;
    }
}
