/*************header************/




@media only screen and (max-width: 991px) {

.input1::placeholder {
    color: #fff;
    font-size: 13px;
   }
   .input::placeholder {
    font-size: 13px;
   }
   a.hero_button{
    font-size: 14px;
   }
   .input, .input1{
    height: 40px;

   }
   .review_box h1{
    font-size: 30px;
    margin: 5px 0px;
   }
   .review_box i{
    font-size: 14px;
   }
   .review_box p{
    font-size: 14px;
    margin-top: 5px;
   }
   .box_content h3{
    font-size: 20px;
    margin: 0px;
   }
   .box_content p{
    margin-top: 10px;
   }
   .box_content{
    padding: 20px 15px;
    height: 270px;
   }
   .btn_hire.apply{
    margin-top: 5px;
   }
   .review_box.grown_column img {
    height: 40px;
}
.review_box.grown_column h1{
    font-size: 26px;
    margin: 0px;
}
.thought_right_box{
   /* justify-content: end;*/
    margin-right: -30px;
}
.review_box.grown_column span{
    font-size: 20px;
}
button.right_btn1{
    margin-left:70px;
}
button.right_btn1.btn_center{
    margin-left: 0px;
}
.hand_box img{
    margin-top:-20px;
}
}

@media only screen and (max-width: 767px) {
    .header{
        padding: 20px 15px;
    }
    .heading_hero {
        padding: 40px 0px 20px;
    }
    .heading_hero h1 {
      font-size: 30px;
    }
    .left_bar img {
    
        margin-top: 14px;
    }
    .review_box h1{
        font-size: 20px;
        margin: 0px!important;
    }
    .review_box i{
        font-size: 10px;
    }
    .review_box p {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .hero_container{
        padding-bottom: 0px;
    }
    .firt_container{
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .remote_heading h1{
        font-size: 30px;
    }
    .remote_heading p{
        padding: 10px 0px;
    }
    .img_col img {
        width: 100%;
        max-width: 150px;
        margin: 10px 0px;
    }
    .remote_heading1 h1{
        padding: 20px;
        font-size: 30px;
    }
    .box_content {
        padding: 20px 40px;
        height: 200px;
        margin: 10px 0px;
    }
    .review_box.grown_column h1{
        font-size: 20px;
    }
    .review_box.grown_column img{
        height: 30px;
    }
    .remote_heading1.partner h1{
        font-size: 30px;
        padding: 10px 0px;
    }
   .thought_right_box{
    margin: 0px;
    justify-content: center;
   }
   button.right_btn1{
    font-size: 16px;
    height:30px;
    width: 120px;
    line-height: 30px;
    margin-top: 15px;
   }
   .footer_list {
    margin-top: 5px;
}
   .footer_heading{
    font-size: 18px;
   }
   .footer_list ul li a{
    font-size: 16px;
   }
   .hand_box img{
    margin-top: -20px;
   }
   .footer_list.list2,.footer_list.list1{
    margin: 20px 0px;
   }
}

@media only screen and (max-width: 600px) {
    .right_box{
        gap: 0px!important;
    }
    a.btn {
        font-size: 13px;
        letter-spacing: 0.5px;
        padding: 5px 15px;
    }
    .left_bar{
        width: 150px;
    }
    .custom_slide_box{
        height: 100px;
        width: 100px;
    }
    .kan .owl-nav{
        position: relative;
        top: 0!important;
        right: 0;
    }
    .review_box.grown_column span{
        font-size: 18px;
    }
    .remote_heading h1 {
        font-size: 26px;
    }
    .remote_heading p{
        font-size: 16px;
    }
    .remote_heading1 h1{
        font-size: 26px;
    }
    .btn_hire,.btn_hire.apply,.btn_hire.apply.center_btn{
        font-size: 14px;
    }
    .btn_hire.drop {
        width: 200px;
        margin: 20px auto;
        font-size: 16px;
    }
    .grown,.partner_sec,.Thorough,.hire_remote{
        padding: 30px 0px;
    }
    .heading_hero h1{
        font-size: 26px;
    }
    .mobile_img{
        display: block!important;
        width: 120px;
    }
    .mobile_img img{
        width: 100%;
    }
    .img_col{
        display: none;
    }
}

@media only screen and (max-width: 525px) {
    button.right_btn1.btn_center{
        margin-left:20px;
    }
    button.right_btn1{
        margin-left:100px;
    }
    .hand_box img {
        margin-top: -15px;
        width: 120px;
    }
    .input1{
        padding-left:2px;
    }
    .five_column_row{
        gap: 0;
    }
    .review_box h1{
        font-size: 16px;
    }
    .review_box i{
        font-size: 8px;
    }
    .review_box p{
        font-size: 6px;
    }
    .box_content{
        height: 220px;
    }
}
@media only screen and (max-width: 400px){
    .box_content{
        height: 235px;
    }
    .hand_box img{
        width: 80px;
    }
    .left_bar img{
        max-width: 120px;
        margin-top: 18px;
    }
  
    .review_box.grown_column span{
        font-size: 17px;
    }
    .review_box p{
        font-size: 12px;
    }
    .five_column_row{
        justify-content: space-evenly;
        gap:10px;
    }
    .review_box h1 {
        font-size: 18px;
    }
}