
/*Small size desktop or laptop*/
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1025px) {
    header {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
    }

    /*.logo {
        position: absolute;
        left: 50px;
    }

    .logo a {
        top: 0px;
        font-size: 30px;
    }

    .humbergar { 
        width: 40px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
       
    }

    .humbergar {
        position: absolute;
        top: 62%;
        left: 90%;
        transform: translateY(-50%);
        z-index: 4;
    }*/

    .navContent {
        flex-wrap: wrap;
    }

    .navList {
        width: 100%;
    }

    .contactForm h4 {
        padding-top: 20px;
    }

    .closeBtn {
        top: 45px;
        right: 36px;

    }

    .socialIcons ul li {
        width: 30px;
        height: 30px;
    }

    .socialIcons ul li a i {
        font-size: 17px;
    }

    .content {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }

    
    .content h2 {
        max-width: 950px;
        font-size: 30px !important;
        line-height: 44px;
    }

    .newsletter .join h4 {
        font-size: 22px;
    }

    .formArea {
        padding-left: 0px;
    }

    .newsletter .content {
        width: 100%;
        margin: 0 auto;
        padding-left: 73px !important;
    }

    /* css for carrer form */

    .info_input {
        width: 50%;
    }

    .applicationArea .application_textArea textarea {
        height: 70px;
    }

    .emp_nameAddress {
        width: 50%;
    }

    .em_date {
        width: 100%;
        padding: 15px 0px;
    }

    .em_others {
        width: 100%;
    }

    .edu_items {
        width: 50%;
    }

    .skills_items {
        padding: 25px 15px 15px;
    }

    .ref_items.name, .ref_items.address {
        width: 50%;
        padding-bottom: 10px;
    }

    .ref_items.teleph, .ref_items.Occupation, .ref_items.Years {
        width: 33.33%;
        
    }

    .emp_nameAddress textarea {
        width: 100%;
        height: 75px;
    }


}

@media (max-width:991px)  {
    .navContent {
        width: 100%;
        padding-left: 5%;
    }
    .navList h3 a {
        font-size: 30px;
        padding: 20px 20px;
    }
    .section-background {
        height: auto;
        padding: 50px 0;
    }
    .section-background-ones {
        height: 400px !important;
        padding: 0 !important;
    }
    .homeBox {
        width: 50%;
        padding: 15px;
    }
    .homeArea, .serviceArea, .galleryArea {
        width: 100%;
    }
    .serviceArea .serviceList {
        width: 50%;
    }
    .gallerybox  {
        width: 50%;
        height: auto;
    }
    .viewbuild {
        margin-top: 15px;
        font-size: 22px;
        padding: 5px 0px;
    }
    .socialIcons ul li a {
        color: #FFFFFF;
        background: #0000008f;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .socialIcons ul li:not(:last-child)  {
        margin-bottom: 6px;
    }
    .contactForm  {
        width: 90%;
    }
}

@media (max-width:767px)  {
    .section-background {
        height: auto !important;
    }
    .section-background-ones {
        height: 210px !important;
        padding: 0 !important;
    }
    .homeBox {
        width: 100%;
        padding: 15px;
    }
    .serviceArea .serviceList {
        width: 100%;
    }
    .gallerybox  {
        width: 100%;
        height: auto;
    }
    .navList h3 a {
        font-size: 24px;
        padding: 15px 15px;
    }
    .contactForm  {
        width: 96%;
    }
}

/* / Tab  Portrait and Mobile  / */
@media only screen and (max-width: 959px) {
    .content h2 {
        max-width: 600px !important;
        font-size: 28px !important;
        line-height: 48px;
    }

    .contactForm p {
        font-size: 15px;
    }
    .formItems {
        width: 100%;
        padding: 10px 20px;
    }

    .newsletter {
        padding: 60px 0;
    }
}

/* / Tablet Portrait / */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .formBottom button {
        padding: 10px 45px !important;
        font-size: 15px !important;
        letter-spacing: 1px !important;
    }

    .content h2 {
        font-size: 26px !important;
        line-height: 44px;
    }

    .navList h3 a {
        font-size: 26px !important;
    }

    .contact h3 {
        font-size: 29px !important;
    }

    .newsletterText {
        width: 100%;
        text-align: center;
    }
    .formArea {
        padding-left: 0px;
        padding-top: 20px;
        width: 100%;
    }
    .navList .items ul li a {
        font-size: 18px;

    }


}


@media only screen and (min-width: 768px) and (max-width: 855px) {
    .contact h3 {
        font-size: 30px !important;

    }
    
}


/* / Tablet landscape / */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .content h2 {
        font-size: 36px !important;
        line-height: 55px;
    }

    .newsletter .content {
        padding-left: 9% !important;
    }
    .newsletter .join h4 {
        font-size: 27px;
    }

    .formArea {
        padding-left: 0px;
    }
   
}

/* / All Mobile Sizes / */
@media only screen and (max-width: 767px) {
    .content {
        padding-left:  15px !important;
    }
    .newsletterText  {
        text-align: center;
    }
    .newsletterText p  {
        text-align: center;
    }
}

@media (max-width:479px)  {
    .section-background-ones {
        height: 194px !important;
    }
}

/* / Mobile Landscape (optional) / */
@media only screen and (min-width: 480px) and (max-width: 769px) {

    
    .content h2 {
        width: auto;
        font-size: 23px !important;
        line-height: 37px;
    }
    .formBottom button {
        padding: 5px 27px;
        font-size: 14px;
        color: #c8eaff;
        margin-top: 15px;
    }

    .newsletter .join h4 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .newsletterText {
        width: 100%;
        text-align: center;
    }

    .newsletterText p {
        font-size: 16px;
    }

    .formArea {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        margin-left: 0px;
        margin-top: 20px;
        padding-left: 0px;
    }

    .formArea button {
        height: 46px;
        margin-left: 0px;
        font-size: 17px;
        font-weight: 600;
        color: #292F35;
        margin-top: 15px;
    }

    .navList h3 a {
        font-size: 26px;;
    }

    .navList .items ul li a {
        font-size: 18px;

    }

    .section-background.contact .content {
        padding-left: 15px !important;
    }

    .applicationInner form h4.application_Hd {
        font-size: 22px;
    }
    .application_SubHd h5 {
        font-size: 19px;
    }
    .info_input {
        width: 50%;
    }

    .applicationArea .application_textArea textarea {
        height: 45px;
    }
    .basic_information {
        padding: 20px 0 30px;
    }

    .applicationArea .application_textArea {
        width: 100%;
        padding: 0 15px;
        margin: 0px;
    }

    .question_selectArea .questions > p {
        font-size: 16px;

    }
    .shiftsArrea p, .employmentHistory p {
        font-size: 16px;
        padding: 0 15px 20px;
    }

    .basic_information .info_input label, .application_textArea label {
        font-size: 16px;
    }
    .emp_nameAddress {
        width: 50%;
    }
    #applicationForm textarea {
        background: transparent;
        height: 50px;
    }

    .em_date {
        width: 100%;
    }

    .commonpoint {
        font-size: 17px;
    }

    .em_others {
        width: 100%;
    }
    .edu_items {
        width: 50%;
    }

    .skills_items {
        padding: 25px 15px 0px;
    }

    .ref_items.name, .ref_items.address {
        width: 50%;
    }
    .ref_items.teleph, .ref_items.Occupation, .ref_items.Years {
        width: 33.33%;
    }

    .reffercnce_form {
        margin-bottom: 30px ;
    }

    .applicantDetails p {
        font-size: 16px;
    }

    .emp_nameAddress {
        width: 100%;
        padding-bottom: 10px;
    }











}
@media only screen and (min-width:480px) and (max-width:599px) {
    .contact {
        height: 23vh;
        padding: 25px;
    }
}

/* / Mobile Portrait (optional) / */
@media only screen and (max-width: 479px) {

    .newsletter .content {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px !important;
    }

    .checkboxarea {
        width: 100%;
    }
    .checkboxarea ul li {
        display: flex;
    }
    .content h2 {
        font-size: 22px !important;
        line-height: 33px;
    }

    .viewbuild {
        font-size: 16px !important;
        margin-top: 10px;
        padding: 5px 0px;
    }

    .contact h3 {
        font-size: 24px !important;
    }

    .contactForm {
        padding: 40px 5px;
    }
    form {
        width: 97%;
        margin: 0 auto;
    }

    .formBottom button {
        padding: 5px 27px;
        font-size: 14px !important;
        color: #c8eaff;
        margin-top: 15px;
    }

    .newsletter .join h4 {
        font-size: 22px !important;
        padding-bottom: 10px;
    }

    .newsletterText {
        width: 100%;
    }

    .newsletterText p {
        font-size: 16px !important;
        text-align: center;
    }

    .newsletter .formArea input {
        height: 38px;
    }

    .formArea button {
        height: 38px;
    }

    .newsletter .join h4 {
        font-size: 20px !important;
        padding-bottom: 0px;
    }
    .newsletterText p {
        font-size: 16px !important;
    }

    .formArea {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        margin-left: 0px;
        margin-top: 20px;
    }

    .formArea button {
        height: 46px;
        margin-left: 0px;
        font-size: 17px !important;
        font-weight: 600;
        color: #292F35;
        margin-top: 15px;
    }

    .edu_commonhd h5 {
        font-size: 21px;
    }





}
@media only screen and (min-width:360px) and (max-width: 479px) {

    .newsletter .content {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px !important;
    }

    /*.humbergar {
        left: 84%;
    }*/
    .closeBtn {
        top: 36px;
        right: 18px;
    }

    .closeBtn i {
        font-size: 20px;

    }

    .viewbuild {
        font-size: 16px !important;
        margin-top: 10px;
        padding: 5px 0px;
    }

    .info_input {
        width: 100% !important;
    }

    #applicationForm {
        padding: 60px 10px;
    }

    .applicationInner form h4.application_Hd {
        font-size: 21px;
    }

    .application_SubHd h5 {
        font-size: 19px;
    }

    .shifts_time {
        width: 100%;
        padding-bottom: 10px;
    }

    .emp_nameAddress {
        width: 100%;
        padding: 0 15PX;
    }
    .emp_nameAddress textarea {
        height: 75px;
    }
    .em_others {
        width: 100%;
    }

    .em_others div {
        width: 100%;
    }

    .em_date {
        width: 100%;
    }

    .edu_items {
        width: 100%;
    }

    .skill_itemsTextArea textarea {
        height: 75px;
    }

    .ref_items.name, .ref_items.address {
        width: 100%;
    }

    .ref_items.teleph, .ref_items.Occupation, .ref_items.Years {
        width: 100%;
    }









}
@media only screen and (min-width:320px) and (max-width: 359px) {

    /* .viewbuild {
        font-size: 17px;
        margin-top: 27px;
        padding: 10px 25px;
    } */
}