
@media (min-width: 1024px){
    #companiesPage1 section#header-section {
        height: 600px !important;
    }
    
    .left_first_img{
        position: absolute;
        z-index: -10 !important;
        margin-top: 70px;
        height: 65px !important;
        width: 60%;
        overflow: hidden;
        margin-left: -100px;
    }
    
    .left_second_img{
        position: absolute;
        z-index: -10 !important;
        margin-top: 130px;
        height: 60px !important;
        overflow: hidden;
        margin-left: -10px;
    }
    }
    
    .heading__one_hire_developer{
        font-size: 38px;
        font-weight: 400;
    }
    
    @media (max-width: 575.98px){
        #companiesPage1 section#header-section {
            height: 350px !important;
            padding-left: 60px;
        }
    
        .heading__one_hire_developer{
            font-size: 30px !important;
            font-weight: 400;
        }
    }
    
    @media (max-width: 768px){
        .left_first_img,.left_second_img{
            display: none;
        }
    }
    
    @media  screen and (min-width: 1366px) {
        .left_first_img{
            margin-top:140px !important;
            height: 70px !important;
        }
        .left_second_img{
            margin-top: 200px !important;
            height: 70px !important;
            margin-left: -10px;
        }
    }
    @media (min-width: 1440px){
        .left_first_img{
            margin-top: 140px !important;
            height: 80px !important;
        }
        .left_second_img{
            margin-top: 200px !important;
            height: 80px !important;
            margin-left: -10px;
        }
    }
    
    #hireDeveloper .header__img::after {
        /* background-image: url('/websiteNew/assets/img/website/hiredeveloper/Rectangle 912.svg') !important; */
        background-image:unset !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 171%;
        position: absolute;
        /* right: 0%; */
        top: 210px !important;
        z-index: -2;
        height: 60px;
    }
    
    #header-right-side .back_img{
        z-index: -1;
    }
    #header-right-side .back_img img{
        position: absolute;
        width: 310px;
        z-index: -1 !important;
        right: -100px;
        margin-top: 20px;
    }
    
    .hiring_partners{
        background-color: #7421e8;
        padding: 100px 60px;
    }
    .condition{
        color: white;
        font-weight: 500;
        font-size: 25px;
        margin-left: 10px;
        margin-bottom: 0px !important;
    }
    
    
    .para{
        font-size: 22px;
        color: #333333;
        font-family: 'Avenir Book';
    }
    
    .usp__description{
        /* font-family: 'Avenir Book' !important; */
    }
    
    .usp__img{
        width: 60px;
    }
    
    .process__step__title{
        font-weight: 700 !important;
    }
    
    .message_sc{
        font-size:25px;
        color: white;
        font-weight: 500;
    }
    
    .message_sc_btn{
        background-color: #FFFFFF !important;
        outline: none !important;
        border: none !important;
    }
    
    .message_sc_btn:hover {
        background-color: #FFFFFF !important;
        outline: none !important;
        border: none !important;
    }
    
    .message_sc_btn:focus {
        background-color: #FFFFFF !important;
        outline: none !important;
        border: none !important;
    }
    
    .message_sc_btn span {
        color: #7421e8;
        font-size: 15px;
        font-weight: 600;
    }
    
    
    /* get_in_touch_section */
    .get_in_touch_section{
        background-color: #C6A2F8;
        border-radius: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 60px;
    }
    @media(max-width:500px) {
        .get_in_touch_section{
            margin-top: 50px;
            padding-left: 20px;
        }
        .banner-section .heading__one{
            text-align: center !important;
            margin-left: -20px;
            margin-top: 30px;
        }
        .banner-section .text__one{
            text-align: center !important;
        }
    }
    .get_in_touch_text_one{
        font-size: 29px;
        color: #7421e8;
        font-weight: 900;
        margin-bottom: 5px;
    }
    .get_in_touch_text_two{
        color: #7421e8;
        font-size: 17px;
        font-weight: 500;
    }
    
    
    /* new css for hire developer 06/08/2021 */
    .heading-two-para{
        color: #7421e8;
        font-size: 43px;
        /* font-family: 'Avenir Book' !important; */
    }
    .top-section-front-img{
        margin-top: 50px;
    }
    @media(min-width:1439px) {
        .top-section-front-img{
            margin-top: 90px !important;
        }
        .topsection-back-img{
            top: 250px !important;
        }
    }
    .topsection-back-img{
        position: absolute;
        z-index: -1;
        right: 0;
        width: 48%;
        top: 200px;
    }
    @media(max-width:500px) {
        .heading,.heading-two-para{
            font-size: 35px !important;
        }
    }
    
    .developers-skill-section{
        display: flex;
        justify-content: space-around;
        width: 90%;
        padding: 20px 30px 20px 30px;
        flex-wrap: wrap;
        padding-top: 100px;
    }
    .developers-skill-section img{
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    @media(max-width:500px) {
        .developers-skill-section img{
            width: 33%;
            margin-bottom: 30px !important;
        } 
        .developers-skill-section .mid{
            width: 100%;
        }
    }
    
    .developers-designation-section{
        background-color: #7421e8;
        border-radius: 10px;
        width: 90%;
        padding: 40px 30px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .designation-box{
        padding-top: 10px;
        text-align: center;
        color: white;
        font-weight: 500;
    }
    
    .designation-box img{
        width: 30px !important;
        height: 30px !important;
    }
    @media(max-width:500px) {
        .designation-box{
            width: 50%;
        }
        .middle-box{
           width: 100%;
        }
        .designation-box{
            margin-bottom: 10px;
        }
    }
    @media screen and (max-width: 768px) and (min-width: 501px){
        .designation-box{
            width: 33%;
        }
        .designation-box{
            margin-bottom: 10px;
        }
    }
    
    .txt-img-section{
        padding-top: 90px;
        padding-bottom: 30px;
        
    }
    .txt-img-section .text-sec{
        padding: 30px;
    }
    .txt-img-section img{
        width: 90% !important;
        height: 90% !important;
    }
    
    @media(max-width:500px) {
        .txt-img-section .text-sec{
            padding: 0px;
        } 
    }
    
    .start-streening{
        padding: 0px 100px;
    }
    .start-streening .start-strem-head{
        color: white;
        font-family: 'Avenir';
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 5px !important;
    }
    .start-streening .start-strem-para{
        color: white;
        font-family: 'Avenir Book';
        font-size: 17px;
    }
    
    .btn-white{
        background-color: white;
        color: #7421e8 !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }
    
    #supercoder-faq-section {
        margin-bottom: 100px;
    }
    
    #supercoder-faq-section .highlighted__heading {
        font-family: 'Avenir Book';
        font-size: 30px;
        line-height: 55px;
    }
    
    #supercoder-faq-section .accordion-toggle:hover {
        text-decoration: none;
    }
    
    #supercoder-faq-section .card-title {
        position: relative;
        cursor: pointer;
        font-family: 'Avenir Book';
    }
    
    #supercoder-faq-section .card-header {
        font-family: 'Avenir Book';
        border-bottom: none;
    }
    
    #supercoder-faq-section .card-body {
        font-family: 'Avenir Book';
    }
    
    
    #supercoder-faq-section .card-title::after {
        content: '\f107';
        color: #a8a8a8;
        top: -2px;
        right: -10px;
        position: absolute;
        font-family: 'FontAwesome';
    }
    
    #supercoder-faq-section .card-title[aria-expanded='true'] {
          /* font-family: 'Avenir' !important; */
        font-weight: 500 !important;
    }
    
    #supercoder-faq-section .card-title[aria-expanded='true']::after {
        content: '\f106';
    }
    
    #how-it-works .top-head{
        font-size: 30px;
        line-height: 50px;
        font-weight: 500;
          /* font-family: 'Avenir' !important; */
        text-align: center!important;
    }
    .work-box img{
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }
    .work-box .head{
        font-size: 22px;
        font-weight: 500;
          /* font-family: 'Avenir' !important; */
        margin-bottom: 8px;
    }
    .work-box .work-para{
        /* font-family: 'Avenir Book' !important; */
    }
    
    @media(max-width:500px) {
       .dir-arrow{
        transform: rotate(90deg);
        margin: 30px 0px;
       }
       .start-streening{
           padding: 0px 30px !important;
       }
    }

@media screen and (max-width: 500px) {
    .main-section-left .main_text_0 {
        font-size: 20px;
    }
    .main-section-left .main_text_1 {
        line-height: 32px;
        text-align: left;
    }
    #presentationSection .main_text_3 {
        margin-bottom: -1em;
        padding: 0px 1em;
        font-size: 26px;
        text-align: left;
    }
    #companiesPage1 #presentationSection .usp__title,
    #companiesPage1 #presentationSection .usp__description {
        text-align: left;
    }
    #companiesPage1 #presentationSection .usp__title br {
        display: none;
    }
    #presentationSection .text-center.px-5.my-5,
    #offerHelpSection .text-center.px-5.mt-5 {
        margin: 5em 0px 1em !important;
        padding: 0px !important;
    }
    #presentationSection .heading__six,
    #offerHelpSection .heading__six {
        font-size: 20px;
        text-align: left;
    }
    #offerHelpSection .text__two {
        font-size: 18px;
        line-height: 1.5em;
        text-align: left;
    }
    #offerHelpSection .img__placeholder__md {
        width: 80px;
        height: 80px;
    }
    #processDetailsSection {
        padding-top: 0em !important;
        padding-bottom: 0em !important;
    }
    #companiesPage1 #processDetailsSection .heading {
        font-size: 20px !important;
        line-height: 40px;
        text-align: left;
    }
    #companiesPage1 #processDetailsSection .subheading {
        font-size: 18px;
        text-align: left;
    }
    #companiesPage1 #messageSection .text-center {
        margin: 0px !important;
    }
    #companiesPage1 #messageSection .message {
        margin: 1rem !important;
        font-size: 20px;
    }
    #engagement-models {
        margin-top: 0px !important;
    }
    #engagement-models .heading {
        padding: 1.5rem;
        font-size: 20px !important;
        text-align: left;
    }
    #engagement-models .subheading {
        margin-top: -1.5rem;
        padding: 1.5rem !important;
        font-size: 18px;
        font-size: 18px !important;
        text-align: left;
    }
    #companiesPage1 #offerHelpSection .usp__heading {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 1.5em;
        font-weight: 600;
        text-align: left;
        text-wrap: wrap;
    }
    #companiesPage1 #offerHelpSection .usp__heading br {
        display: none;
    }
    #companiesPage1 #offerHelpSection .usp__description {
        margin: 0px !important;
        text-align: left;
        width: 100%;
    }
    .testimonials-container {
        padding: 0px !important;
    }
}