@media (min-width: 1281px) {
    .headerdetailsimg {
        width: 100%;
    }
    .header-logo {
        width: 30%;
    }
    .jobpostheading {
        text-align: center;
        color: #05a512;
        font-weight: 600;
    }
    .footerbox {
        background-color: #175200;
        padding: 15px;
        
    }
    .copyrightcolumn {
        color: #fff;
    }
    .footermenulink {
        color: #f5f00a;
    }
    .copyrightlink {
        color: #f5f00a;
    }
    .developercolumn {
        color: white;
    }
    .developerlink {
        color: #f5f00a;
    }
    .detail {
        font-size: 12px;
    }
    /*****css for popup********/
    .alertmessage {
        padding: 20px;
        background-color: #f44336;
        color: white;
        opacity: 1;
        transition: opacity 0.6s;
        margin-bottom: 15px;
    }

    .alert.success {background-color: #4CAF50;}
    .alert.info {background-color: #2196F3;}
    .alert.warning {background-color: #ff9800;}
    
    .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

    .closebtn:hover {
        color: black;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .headerdetailsimg {
        width: 100%;
    }
    .header-logo {
        width: 30%;
    }
    .jobpostheading {
        text-align: center;
        color: #05a512;
        font-weight: 600;
    }
    .footerbox {
        background-color: #175200;
        padding: 15px;
       
    }
    .copyrightcolumn {
        color: #fff;
    }
    .footermenulink {
        color: #f5f00a;
    }
    .copyrightlink {
        color: #f5f00a;
    }
    .developercolumn {
        color: white;
    }
    .developerlink {
        color: #f5f00a;
    }
    .detail {
        font-size: 12px;
    }
    /*****css for popup********/
    .alertmessage {
        padding: 20px;
        background-color: #f44336;
        color: white;
        opacity: 1;
        transition: opacity 0.6s;
        margin-bottom: 15px;
    }

    .alert.success {background-color: #4CAF50;}
    .alert.info {background-color: #2196F3;}
    .alert.warning {background-color: #ff9800;}
    
    .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

    .closebtn:hover {
        color: black;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .headerdetailsimg {
        width: 100%;
    }
    .header-logo {
        width: 30%;
    }
    .jobpostheading {
        text-align: center;
        color: #05a512;
        font-weight: 600;
    }
    .footerbox {
        background-color: #175200;
        padding: 15px;
        margin-top:40px;
    }
    .copyrightcolumn {
        color: #fff;
    }
    .footermenulink {
        color: #f5f00a;
    }
    .copyrightlink {
        color: #f5f00a;
    }
    .developercolumn {
        color: white;
    }
    .developerlink {
        color: #f5f00a;
    }
    .detail {
        font-size: 12px;
    }
    /*****css for popup********/
    .alertmessage {
        padding: 20px;
        background-color: #f44336;
        color: white;
        opacity: 1;
        transition: opacity 0.6s;
        margin-bottom: 15px;
    }

    .alert.success {background-color: #4CAF50;}
    .alert.info {background-color: #2196F3;}
    .alert.warning {background-color: #ff9800;}
    
    .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

    .closebtn:hover {
        color: black;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .headerdetailsimg {
        display: none;
    }
    .jobpostheading {
        font-size: 18px;
        color: #05a512;
        padding-top: 10px;
        text-align: center;
        margin-left: -50%;
        font-weight: bold;
    }
    .header-logo {
        width: 80%;
        padding-top: 10%;
        margin-left: -25px;
    }
    .footerbox {
        background-color: #175200;
        padding: 15px;
        margin-top:40px;
    }
    .footermenulink {
        color: #f5f00a;
    }
    .copyrightlink {
        color: #f5f00a;
    }
    .developerlink {
        color: #f5f00a;
    }
    #copyrightcolumn {
        text-align: center;
    }
    #developercolumn {
        text-align: center;
    }
    #footermenucolumn {
        text-align: center;
    }
    .logocolumn {
        width: 33.33%;
    }
    .titlecolumn {
        width: 66.33%;
    }
    .detailcolumn {
        width: 26.33%;
    }
    /*****css for popup********/
    .alertmessage {
        padding: 20px;
        background-color: #f44336;
        color: white;
        opacity: 1;
        transition: opacity 0.6s;
        margin-bottom: 15px;
    }

    .alert.success {background-color: #4CAF50;}
    .alert.info {background-color: #2196F3;}
    .alert.warning {background-color: #ff9800;}
    
    .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

    .closebtn:hover {
        color: black;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .headerdetailsimg {
        display: none;
    }
    .jobpostheading {
        font-size: 18px;
        color: #05a512;
        padding-top: 10px;
        text-align: center;
        margin-left: -50%;
        font-weight: bold;
    }
    .header-logo {
        width: 80%;
        padding-top: 10%;
        margin-left: -25px;
    }
    .footerbox {
        background-color: #175200;
        padding: 15px;
        margin-top:40px;
    }
    .footermenulink {
        color: #f5f00a;
    }
    .copyrightlink {
        color: #f5f00a;
    }
    .developerlink {
        color: #f5f00a;
    }
    #copyrightcolumn {
        text-align: center;
    }
    #developercolumn {
        text-align: center;
    }
    #footermenucolumn {
        text-align: center;
    }
    .logocolumn {
        width: 33.33%;
    }
    .titlecolumn {
        width: 66.33%;
    }
    .detailcolumn {
        width: 26.33%;
    }
    /*****css for popup********/
    .alertmessage {
        padding: 20px;
        background-color: #f44336;
        color: white;
        opacity: 1;
        transition: opacity 0.6s;
        margin-bottom: 15px;
    }

    .alert.success {background-color: #4CAF50;}
    .alert.info {background-color: #2196F3;}
    .alert.warning {background-color: #ff9800;}
    
    .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

    .closebtn:hover {
        color: black;
    }
}