
/*Small size desktop or laptop*/
@media only screen and (max-width: 1400px) {
    .myVideo video {
        width: 100%;
        object-fit: cover;
        height: auto;
        margin-bottom: -7px;
      }
}

@media only screen and (max-width: 1260px) {

    .product_sec {
        flex-wrap: wrap;
    }

    .homeArea, .serviceArea, .galleryArea {
        width: 100%;
        margin: 0 auto;
    }

    .section-background.parallax2 .content p {
            font-size: 18px;
            padding-right: 35px;
    }
    .others .pays {
        margin-right: 0px;
        width: 100%;
        padding: 5px 0;
    }

    .others .pays input {
        padding-bottom: 5px;
    }

    .per {
        width: 100%;
        padding-bottom: 5px;
    }

    .per input {
        width: 100%;
        padding: 5px 0;
       
    }

    .supervisor {
        width: 100%;
        margin-right: 0px;
    }

    .Telephone2 {
        width: 100%;
    }
    .logo{ width: 60px;}
    header{ width: 100px; }

}
@media only screen and (max-width: 1025px) {
    .newsletter .content {
        max-width: 95%;
    }    
    header {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.78);
        position: -webkit-sticky;
        position: sticky;
        box-shadow: 0 0 50px #0000001a;
        animation-name: fadeInDown;
        top: 0;
        animation-duration: 1s;
        animation-fill-mode: both;
        z-index: 1000;
    }

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            -ms-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }
    }

    .logo {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

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

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

    .humbergar {
        position: absolute;
        top: 50%;
        right: 15px;
        left: auto;
        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-left: 15% !important; */
        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: 50px !important;
    }
   
    .serviceListImg a{ font-size: 14px; line-height: 16px;}
    

    /* css for carrer form */

    #applicationForm {
        margin-top: 65px;
    }

    .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;
    }



    
    /* .section-background{ height:60vh;} */
    main [class*="parallax"],
    main .contact{
        height: auto;
        padding: 50px 0;
    }
    .newsletter {
        padding: 30px 0 80px;
        background-color: #c6bdbd;
    }



    #applicationForm{ height:45vh; top:0;}


}

/* / 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;
    }

    .bolg_box{ width: 46%;}
    .title_btm{ flex-wrap: wrap;}
    .blog_right ul li a{ align-items: start; font-size: 13px; line-height: 15px;}
    #applicationForm{ margin: 30px 0 0;}
    
}

/* / Tablet Portrait / */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .parallax4 {

        height: calc(100vh + 100px);
    }
    .formBottom button {
        padding: 10px 45px !important;
        font-size: 15px !important;
        letter-spacing: 1px !important;
    }

    .content h2 {
        font-size: 26px !important;
        /* line-height: 44px; */
        padding-top: 20px;
        padding-bottom: 10px;
    }

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

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

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

    }

    .bolg_box{ width: 100%;}

}

@media only screen and (min-width: 768px) and (max-width: 884px) {
 

    .parallax4 {
        height: calc(100vh + 100px);
    }

  
}

@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 {
        padding-right: 30px;
    }
    .content h2 {
        font-size: 36px !important;
        line-height: 55px;
    }

    .newsletter .content {
        padding-left: 0% !important;
    }

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

    .formArea {
        padding-left: 0px;
    }
   
    .galleryImg img {
        width: 100%;
        display: block;
        height: 200px;
        object-fit: cover;
    }
}

/* / All Mobile Sizes / */
@media only screen and (max-width: 767px) {
    .serviceArea .serviceList{
        flex: 0 0 100%;
    }
.product_box {
    width: auto;
    flex: 0 0 30%;
}
.total_mdl {
    flex-wrap: wrap;
}
.total_mdl .fifty{
    flex-grow: 1;
    margin-bottom: 20px;
}
    .navList h3 a {
        font-size: 25px;
        padding: 8px !important;
    }

    .navInner {
        padding-bottom: 30px;
    }

    .newsletter .formArea input {
        max-width: 100%;
        width: 100%;
        /* margin-left: -36px; */
    }

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

    .homeBox {
        width: 50%;
        padding: 15px 15px;
    }

    .serviceArea .serviceList {
        width: 50%;
        padding: 15px 15px;
    }

    .parallax1 {
        height: calc(100vh + 50px);
    }

    .parallax3 {
        height: calc(100vh + 100px);
    }

    .parallax4 {
        height: calc(100% + 100px);
        padding: 50px 0;
    }

    .gallerybox {
        width: 50% !important;
    }

    .galleryImg img {
        object-fit: cover;
        height: 150px !important;
    }

    .bolg_box{ width: 100%;}
    .blog_left{ width: 100%;}
    .blog_right{ width: 100%;}
    .totalblog{ flex-wrap: wrap;}
    .request_frm ul{ flex-wrap: wrap; text-align: center;  justify-content: center;}


}

@media only screen and (max-width: 629px) {
    .product_box {
        flex: 0 0 47%;
    }
    main [class*="parallax"] {
        padding: 30px 0;
    }
}   
@media only screen and (max-width: 529px) {
    .navContent {
        padding-top: 150px;
    }
    .product_box {
        flex: 0 0 100%;
    }
    .banner_btns ul {
        flex-wrap: wrap;
    }
    .banner_btns ul li{
        flex-basis: 100%;
    }
    .banner_btns ul li a{
        max-width: 100% !important;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 14px;
    }
}  
/* / 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;
        font-weight: 600;
    }
    .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%;
    }

    .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;
    }


    .homeArea, .serviceArea {
        justify-content: center;
    }

    .homeBox {
        width: 50%;
        padding: 15px 15px;
    }

    .serviceArea .serviceList {
        width: 50%;
        padding: 15px 15px;
    }

    .homeBox {
        width: 50%;
        padding: 10px;
    }
    .homeBox img{
        width: 100%;
    }
    .homeImg img {
        width: 100%;
        display: block;
        transition: all ease-in-out .4s;
        object-fit: cover;
        height: 150px;
    }

    .serviceArea .serviceList {
        width: 50%;
        padding: 10px;
    }

    .serviceListImg img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: 300px;
    }


    .galleryArea {

        justify-content: center;
    }

    .parallax4 {
        height: calc(100% + 100px);
        padding: 60px 0;
    }

    .gallerybox {
        width: 50% !important;
        padding: 10px;
    }

    .galleryImg img {
        object-fit: cover;
        height: 150px !important;
    }

    .top_header ul{ flex-wrap: wrap;}
    .top_header ul li a{ font-size: 13px;}
    .three_part ul li{ font-size: 14px; line-height: 16px;}


}
@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;
        font-weight: 600;
        padding: 0;
    }
    .serviceListImg a {
        font-size: 18px;
    }

    .viewbuild {
        font-size: 20px !important;
        margin-top: 27px;
        padding: 10px 30px;
    }

    .contact {
        height: 20vh;
        padding: 0 38px;
    }

    .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;
        text-align: left;
    }

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

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

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

    .homeBox {
        padding: 10px;
    }
    .homeBox img{
        width: 100%;
    }
    .homeImg img {
        width: 100%;
        display: block;
        transition: all ease-in-out .4s;
        object-fit: cover;
        height: 20vh;
    }

    .serviceArea .serviceList {
        width: 100%;
        padding: 10px;
    }

    .serviceListImg img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: 280px;
    }

    .blog_left{ width: 100%;}
    .blog_right{ width: 100%;}
    .totalblog{ flex-wrap: wrap;}
    .top_header ul{ flex-wrap: wrap;}
    .top_header ul li a{ font-size: 13px;}
    .three_part ul li{ font-size: 14px; line-height: 16px;}
    .medicare_advantage h2{ font-size: 25px; line-height: 27px;}
    .three_part{ flex-wrap: wrap;}
    .three_part ul{ width: 100%; margin: 15px 0 0;}
    #applicationForm{ padding: 30px 10px;}
    .medicare_advantage h2{ padding-bottom: 0;}


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

    .contactForm {
        width: 96%;
        height: 77vh;
    }

    .navList h3 a {
        font-size: 20px;
        padding: 10px;
    }

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

    .closeBtn i {
        font-size: 20px;

    }

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

    .info_input {
        width: 100% !important;
    }

    #applicationForm{ padding: 30px 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;
    }

    .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%;
    }

    .gallerybox {
        width: 100% !important;
    }

    .contactForm {
        width: 96%;
        padding: 40px 20px;
        overflow-y: auto;
        display: none;
    }



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

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