@media (max-width:1440px) {
    .auth-right-sec img {
        width: 100%;
    }

    .auth-left-sec h1 {
        font-size: 36px;
    }

    .have-account {
        margin-top: 55px;
    }
}
@media (max-width:1399px) {
    .search-input input {
        width: 575px !important;
    }
}
@media (max-width:1199px) {
    .search-input input{
        width: 380px !important;
    }
    .page-heading{
        padding: 50px 0 10px; 
        font-size: 20px;
    }
    .search-input input {
        width: 395px !important;
    }
}


@media (max-width:991px) {
    .auth-right-sec {
        display: none;
    }

    .auth-right-sec-dektop {
        display: block;
    }

    .auth-sec {
        height: 100%;
    }

    .auth-right-sec-dektop img {
        width: 100%;
    }

    .auth-left-sec {
        max-width: 100%;
        margin: auto;
    }
    .toggle-search-sec{
        border-radius: 20px;
        flex-wrap: wrap;
    }
    .search-sec, .country_dropdown{
        position: unset;
        margin-bottom: 18px;
    }
    .toggle-search-sec {
        height: auto;
        display: block;
    }
    .import-export-toggle{
        margin-bottom: 18px;
    }
    .import-export-toggle .nav-tabs{
        margin: auto;
    }
    .custom-dropdown-toggle{
        width: 100% !important;
    }  
    .tab-heading{
        font-size: 20px;
    }
    .tab-list li{
        font-size: 16px;
    }
    
}

@media (max-width:767px) {
    .cha-list-tab .col-lg-3 {
        margin-bottom: 10px;
    }
    .cha-list-content a{
        font-size: 16px;
    }
    .certificate-table thead th{
        padding: 16px 7px;
    }
    .certificate-table td{
        font-size: 14px;
    }
    .certificate-table-img img {
        margin-right: 10px;
    }
    .tab-heading {
        font-size: 18px;
        margin: 20px 0;
    }
    .pb-50 {
        padding-bottom: 20px;
    }
    
    .header-top {
        height: 80px;
    }
    .user-sec h6 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .page-heading {
        padding: 20px 0 10px;
    }
    .table-pagination {
        justify-content: center !important;
        margin: auto;
        flex-wrap: wrap;
    }
    .table-pagination nav{
        margin-top: 10px;
    }
    .search-sec, .country_dropdown, .import-export-toggle {       
        margin-bottom: 12px;
    }
    .toggle-search-sec{
        margin-bottom: 20px;
    }
    .header-top .header-logo-sec img {
        height: 60px;
    }
    .btn-search{
        margin-left: 6px;
        height: 40px !important;
        width: 40px;
    }
    .btn-search img{
        width: 17px;
    }
    .search-input input {
        width: 100% !important;
    }

    .left-txt-logo p,
    .auth-left-sec img {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .left-txt-logo img {
        width: 100px;
    }

    .auth-left-sec h1 {
        font-size: 26px;
    }

    .forgot-txt {
        font-size: 14px;
    }

    .btn-primary {
        height: 48px;
        font-size: 16px;
    }
    .have-account {
        margin-top: 20px;
    }
    .form-input input{
        height: 48px !important;
    }
    p{
        font-size: 14px;
    }
}