/* media CSS */
@media screen and  (max-width: 1399px) and (min-width: 1200px){
    .dhoond_header ul .dropdown_menu{
      left: -50px;
    }
    #inventory .sec_img{
      width: auto;
      height: auto;
    }
    #sec_two .content .phone_img {
      top: -180px;
      height: 570px;
    }
  }
@media screen and  (max-width: 1199px) and (min-width: 992px) {
  .sec_title h3{
    font-size: 35px;
  }
  #one_page .right_col ul.work_list li, #one_page .right_col .about_info ul li p{
    font-size: 16px !important;
  }
  #one_page .left_col ul.work_list li{
    width: 45% !important;
  }
    #about_sec .sec_title h2, #inventory .sec_heading .heading, #feature_sec .sec_title h2, #more_feature .sec_title .title,  #our_mission .headin{
      font-size: 50px;
      line-height: 55px;
    }
    #inventory .sec_img{
      width: 100%;
      height: auto;
    }
    .dhoond_header ul .dropdown_menu{
      left: -80px;
    }
    #careers_page .dhoond_gallery{
      grid-template-rows: repeat(2, 200px) !important;
    }
    .user_partner_faq .title h3{
      font-size: 25px !important;
    }
    #more_feature .feature_content p{
      line-height: 27px;
    }
    #more_feature .feature_content .title{
      font-size: 25px;
      line-height: 32px;
    }
    #more_feature .feature_img{
      width: 50%;
    }
    #more_feature .feature_row .way{
      width: 55%;
      height: auto;
    }
    #sec_one .content_col .content_body {
      padding: 20px 0px 0px 15%;
    }
    .header_nav_form ul.list{
      column-gap: 20px;
    }
    #sec_one .title_col .texts .text{
      font-size: 60px;
      line-height: 70px;
    }
    #sec_two .content{
      height: 400px;
    }
    #sec_two .content .phone_img{
      top: -140px;
      right: 15%;
      height: 500px;
    }
    .d-scroll__title h2{
      font-size: 80px;
    }
    #about_sec .sec_title h2{
      font-size: 55px;
    }
    #service_sec .item{
      height: 600px;
    }
    #feature_sec .heading h3{
      margin-top: 0px;
    }
    #feature_sec .feature_list li{
      margin-bottom: 5px;
    }
    #feature_sec .feature_video {
      padding-right: 5%;
    }
    #feature_sec .heading h3{
      margin-bottom: 15px;
    }
    #feature_sec .feature_content .content{
      margin-bottom: 20px;
    }
  }
  @media screen and  (min-width: 992px){
    .header_nav_form .close_btn{
      display: none;
    }
  }
  @media screen and  (max-width: 991px) {
    .inventory .col2 img{
      width: 100%;
      left: 0;
    }
    .inventory .col2 .inv_btn{
      margin: 20px auto 40px auto;
      position: unset;
    }
    .inventory .col1{
      order: 2;
    }
    .inventory .col2{
      order: 1;
      flex-wrap: wrap;
    }
    #inventory_sec .inventory{
      grid-row-gap: 40px;
      grid-template-columns: repeat(1, 1fr);
    }
    #our_mission .content{
      margin-top: 20px;
    }
    #mission_page .img_col{
      margin-bottom: 25px;
    }
    #mission_page .row_two .content_col,
    #our_mission .sec_row .content_col{
      order: 2;
    }
    #our_mission .sec_row .img_col,
    #mission_page .row_two .img_col{
      order: 1;
    }
    #feature_sec .content_col{
      margin-top: 30px;
    }
    #one_page .left_col{
      order: 2;
      margin-top: 40px;
    }
    #one_page .right_col{
      order: 1;
    }
    #inventory .sec_img{
      width: 100%;
      height: 100%;
    }
    .toggler i{
      font-size: 25px;
    }
    .header_nav_form ul ul li a::after{
      display: none;
    }
    #careers_page .content_row{
      row-gap: 25px;
    }
    #faq_sec .partner_col{
      margin-top: 25px;
    }
    #our_mission .content .text{
      margin-bottom: 20px;
    }
    #feature_sec {
      padding: 0px;
    }
    #feature_sec .feature_video{
      padding-right: 0px;
    }
    .header_nav_form .close_btn,
    .main_header .toggler{
      opacity: 1;
    }
    .main_header .header_nav_form{
      padding: 30px 15px;
      position: fixed;
      width: 300px;
      right: 0;
      height: 100%;
      top: 0;
      flex-wrap: wrap;
      display: none;
      background-color: #D1F965;
      overflow: hidden scroll;
      box-shadow: 15px 0px 30px 0px #000;
      z-index: 99;
    }
    .main_header .header_nav_form {
      background: linear-gradient(
        -45deg,
        #e9fcb6,
        #e7ebfe,
        #e2fb9d,
        #ced8fd,
        #dbfa85,
        #b6c4fc,
        #d3f96c,
        #9eb0fa,
        #D1F965
      );
      background-size: 400% 400%;
      animation: gradient 9s ease infinite;
      height: 100vh;
    }
    
    @keyframes gradient {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }
    .header_nav_form ul.list{
      display: flex;
      flex-wrap: wrap;
    }
    .header_nav_form .nav_list{
      width: 100%;
    }
    .dhoond_header ul .dropdown_menu{
      opacity: 1;
      transform: unset;
      box-shadow: unset;
      position: unset;
      display: block !important;
      width: 100%;
      background: transparent;
    }
    .header_nav_form ul.list li:nth-child(1){
      order: 1;
      width: 100%;
    }
    .header_nav_form ul.list li:nth-child(2){
      order: 3;
      width: 100%;
    }
    .header_nav_form ul.list li:nth-child(3){
      order: 2;
      width: 100%;
    }
    .header_nav_form ul.list li:nth-child(4){
      order: 4;
      width: 100%;
      margin-top: 15px;
    }
    .header_nav_form ul li a{
      line-height: 40px;
      text-shadow: 0.5px 0px, 1px 0px;
      letter-spacing: 0.5px;
    }
    .header_nav_form ul ul li a,
    .header_nav_form ul li.download_btn a{
      text-shadow: unset;
      letter-spacing: 0;
    }
  }
  @media screen and  (max-width: 991px) and (min-width: 768px){
    .background-video{
      object-fit: cover;
    }
    #adds_sec_two .item{
      height: 350px;
    }
    .tab_body .gallery_row{
      grid-template-columns: repeat(3, 1fr);
    }
    #feature_sec .sec_title h2{
      letter-spacing: 0;
    }
    #feature_sec .logo {
      width: 200px;
      height: 50px;
    }
    #about_sec .title_row .logo{
      width: 220px;
      height: 40px;
    }
    #one_page .left_col .service_img{
      height: 150px !important;
    }
    .owl-carousel .item .more_service_box{
      height: 395px;
    }
    #household_service_sec .service_box .service_img, 
    #construction_service_sec .service_box .service_img{
      height: 300px;
    }
    #about_sec .sec_title h2, #inventory .sec_heading .heading, #feature_sec .sec_title h2, #more_feature .sec_title .title,  #our_mission .heading{
      font-size: 40px;
      line-height: 55px;
    }
    #service_sec .logo{
      width: 220px;
      right: 35px;
      top: 40px;
    }
    #careers_page .sec_two .dhoond_gallery{
      grid-template-columns: repeat(6,1fr);
      grid-template-rows: repeat(3, 200px);
    }
    #careers_page .sec_two .dhoond_gallery .img:nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 7;
      grid-row-start: 1;
      grid-row-end: 3;
    }
    #careers_page .sec_two .dhoond_gallery .img:nth-child(2) {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: 3;
    }
    #careers_page .sec_two .dhoond_gallery .img:nth-child(3) {
      grid-column-start: 4;
      grid-column-end: 7;
      grid-row-start: 3;
      grid-row-end: 4;
    }
    #more_feature .feature_content .title{
      font-size: 22px;
      line-height: 35px;
    }
    #more_feature .feature_img{
      width: 50%;
      height: 100%;
    }
    #more_feature .feature_row .way{
      width: 55%;
      height: auto;
    }
    #more_feature .feature_content p{
      line-height: 20px;
      font-size: 13px;
    }
    #sec_two{
      margin-top: -140px;
    }
    #about_sec .user_col .item, #about_sec .partners_col .item{
      height: 450px;
    }
    #sec_one .content_col .content_body {
      padding: 20px 0px 0px 10%;
    }
    #sec_one .title_col .texts .text{
      font-size: 60px;
      line-height: 70px;
    }
    #sec_two .content{
      height: 360px;
      margin-top: 200px !important;
    }
    #sec_two .content .phone_img{
      top: -135px;
      right: 10%;
      height: 450px;
    }
    .d-scroll__title h2{
      font-size: 70px;
    }
    #sec_one .btn_title_row{
      gap: 20px !important;
    }
    #sec_one .title_col .button a{
      padding: 15px 20px;
    }
    #service_sec .item{
      height: 500px;
    }
    #service_sec .silder_content .heading{
      font-size: 60px;
      line-height: 70px;
    }
    #service_sec .silder_content .head{
      font-size: 30px;
    }
  }
  @media screen and  (max-width: 767px){
    .background-video{
      object-fit: cover;
    }
    #adds_sec_two .item{
      height: 300px;
    }
    .popup-content{
      width: 100%;
      max-width: 100%;
    }
    .close{
      top: -25px;
      right: 10px;
    }
    .gallery_row .title h2{
      font-size: 16px;
      line-height: 25px;
    }
    .tab_body .gallery_row{
      grid-template-columns: repeat(2, 1fr);
    }
    .category .category_row{
      flex-wrap: wrap;
    }
    .sec_title h3{
      font-size: 30px;
      line-height: 35px;
    }
    #mission_page .sec_title .title{
      line-height: 40px !important;
      font-size: 30px !important;
    }
    #one_page .right_col .about_info ul{
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 30px 30px !important;
    }
    #service_sec .logo{
      width: 150px;
      right: 20px;
      top: 20px;
    }
    .video-wrapper{
      height: 50vh !important;
    }
    #sec_one .btn_title_row{
      justify-content: center;
    }
    #sec_one {
      padding: 50px 0px 80px 0px;
    }
    #service_sec {
      padding: 0px 0px 30px 0px;
    }
    #careers_page .page_title{
      height: 220px !important;
    }
    #faq_sec .accordion-item{
      margin-bottom: 12px;
    }
    #faq_sec .accordion-button{
      padding: 7px;
    }
    #faq_sec .accordion-body{
      font-size: 14px !important;
      line-height: 25px !important;
    }
    .user_partner_faq .title h3{
      font-size: 22px !important;
      line-height: 30px !important;
    }
    #faq_sec .accordion-button{
      font-size: 15px !important;
    }
    #faq_sec .sec_heading .heading{
      font-size: 35px !important;
      line-height: 45px !important;
    }
    #our_mission .heading{
      font-size: 40px;
      line-height: 40px;
    }
    #our_mission {
      padding: 0px 0px 60px 0px;
    }
    #about_sec .title_row .logo {
      width: 240px;
      height: 50px;
    }
    #about_sec {
      padding: 50px 0px;
    }
    #more_feature .feature_content .title{
      font-size: 25px;
      line-height: 30px;
    }
    #more_feature .feature .feature_row{
      margin-bottom: 35px;
    }
    #more_feature .feature .img_col{
      margin-bottom: 20px;
    }
    #more_feature{
      padding: 60px 0px 20px 0px;
    }
    #more_feature .feature .feature_row:nth-child(1) .img_col,
    #more_feature .feature .feature_row:nth-child(3) .img_col{
      order: 1;
    }
    #more_feature .feature .feature_row:nth-child(1) .content_col,
    #more_feature .feature .feature_row:nth-child(3) .content_col{
      order: 2;
    }
    #more_feature .feature_row .way{
      display: none;
    }
    #more_feature .feature_img{
      width: 60%;
      height: 100%;
    }
    #feature_sec .heading h3{
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 20px;
    }
    #feature_sec .video_bg{
      padding: 60px 10px;
    }
    .footer_btns .playstore, .footer_btns .apple_store {
      height: 45px;
      width: 140px;
  }
    .page_title h1{
      font-size: 40px !important;
      line-height: 50px !important;
    }
    #about_sec .title_row,
    #about_sec .service_row,
    #dhoond_footer .footer_text_row{
      flex-wrap: wrap;
    }
    #about_sec .service_row{
      row-gap: 50px;
    }
    #about_sec .service_row .user_col, #about_sec .service_row .partners_col{
      width: 100%;
    }
    #dhoond_footer .footer_text_row{
      justify-content: center;
      row-gap: 30px;
    }
    #help_support_page .page_content .title{
      font-size: 35px !important;
      line-height: 50px !important;
    }
    #help_support_page .contact_row{
      flex-wrap: wrap !important;
      row-gap: 60px;
    }
    #more_feature .sec_title .title,
    #feature_sec .sec_title h2,
    #inventory .sec_heading .heading{
      font-size: 33px;
      line-height: 45px;
      letter-spacing: 0px;
    }
    #inventory .sec_heading .heading{
      margin-bottom: 20px;
    }
    #feature_sec .title_row{
      flex-wrap: wrap;
    }
    #feature_sec .logo{
      width: 220px;
      height: 45px;
    }
  }
  @media screen and  (max-width: 767px) and (min-width: 576px){
    #about_sec .user_col .item, #about_sec .partners_col .item{
      width: 300px;
      height: 470px;
      margin: 70px auto;
    }
    #household_service_sec .service_box .service_img, #construction_service_sec .service_box .service_img{
      height: 270px !important;
    }
    .owl-carousel .item .more_service_box{
      height: 365px;
    }
    #sec_one .titles {
      margin-bottom: 15px;
    }
    #adds_sec .adds_video{
      height: 400px;
    }
    #privacy_policy_page .sec_title .title,
    #privacy_policy_page .sec_title .title span{
      font-size: 70px;
      line-height: 80px;  
    }
    #careers_page .sec_two .dhoond_gallery{
      grid-template-columns: repeat(6,1fr);
      grid-template-rows: repeat(3, 200px);
    }
    #careers_page .sec_two .dhoond_gallery .img:nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 7;
      grid-row-start: 1;
      grid-row-end: 3;
    }
    #careers_page .sec_two .dhoond_gallery .img:nth-child(2) {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: 3;
    }
    #careers_page .sec_two .dhoond_gallery .img:nth-child(3) {
      grid-column-start: 4;
      grid-column-end: 7;
      grid-row-start: 3;
      grid-row-end: 4;
    }
    #sec_two{
      margin-top: -130px;
    }
    #sec_one .title_col .texts .text{
      font-size: 70px;
      line-height: 80px;
    }
    #sec_one .content_col .content_body{
      padding: 20px 0px 0px 0px;
    }
    #sec_two .content{
      height: 300px;
      margin-top: 30%;
      border-radius: 50px;
    }
    .d-scroll__title h2{
      font-size: 60px;
    }
    #sec_two .content .phone_img{
      top: -100px;
      right: 10%;
      height: 365px;
    }
    #about_sec .sec_title h2{
      font-size: 50px;
      line-height: 60px;
    }
    #service_sec .item img{
      border-radius: 50px;
    }
    #service_sec .item{
      height: 400px;
      border-radius: 50px;
    }
    #service_sec .silder_content .head{
      font-size: 30px;
      line-height: 40px;
    }
    #service_sec .silder_content .heading{
      font-size: 55px;
    }
    #service_sec .owl-nav button[type="button"]{
      height: 50px;
      width: 50px;
    }
  }
  @media screen and (max-width: 575px){
    .tab_one li .title h2 i{
      font-size: 12px;
      top: -1px;
    }
    .tab_one li .title h2{
      font-size: 13px !important;
      line-height: 25px;
    }
    .tab_one li .box{  
      width: 140px;
      height: 60px;
      padding: 12px;
    }
    #inventory{
      padding-bottom: 60px;
    }
    #household_service_sec .sec_title .title, 
    #construction_service_sec .sec_title .title, 
    #new_service_sec .sec_title .title{
      margin-bottom: 15px;
    }
    #banners_sec {
      padding: 60px 0px;
    }
    .owl-carousel .owl-item.active.center .more_service_box, 
    #household_service_sec .owl-item.active.center .service_box, 
    #construction_service_sec .owl-item.active.center .service_box{
      box-shadow: rgba(50, 50, 93, 0.25) 0px 10px 15px -5px, rgba(0, 0, 0, 0.3) 0px 8px 10px -5px;
    }
    #household_service_sec .sec_title .title, 
    #construction_service_sec .sec_title .title{
      line-height: 35px !important;
    } 
    #new_service_sec .sec_title .title,
    #category_sec .sec_title .title{
      font-size: 33px;
      line-height: 45px;
    }
    #household_service_sec .item, #construction_service_sec .item{
      padding: 12px;
    }
    #household_service_sec .owl-nav, 
    #construction_service_sec .owl-nav, 
    #new_service_sec .owl-nav, 
    #banners_sec .owl-nav{
      display: none;
    }
    #one_page .right_col .main_img {
      height: 260px !important;
    } 
    #one_page .right_col .about_info ul,
    #one_page .right_col ul.work_list{
      grid-template-columns: repeat(1, 1fr) !important;
    }
    #privacy_policy {
      padding: 40px 0px 40px 0px;
    }
    #sec_one .btn_title_row .button{
      text-align: center;
    }
    #adds_sec .adds_video{
      height: 320px;
    }
    #privacy_policy_page .sec_title .title{
      font-size: 47px;
      line-height: 60px;
      text-shadow: 2px 0px #000;
    }
    #privacy_policy_page .sec_title .title span{
      font-size: 47px;
      line-height: 60px;
    }
    #careers_page .careers .sec_two .title{
      font-size: 20px;
    }
    #careers_page .careers .sec_title h3{
      font-size: 26px;
      line-height: 35px;
      margin-bottom: 15px;
    }
    #careers_page .sec_two .dhoond_gallery{
      grid-template-rows: repeat(3, 250px);
    }
    #careers_page .sec_two .dhoond_gallery .img:nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 7;
      grid-row-start: 1;
      grid-row-end: 2;
    }
    #careers_page .sec_two .dhoond_gallery .img:nth-child(2) {
      grid-column-start: 1;
      grid-column-end: 7;
      grid-row-start: 2;
      grid-row-end: 3;
    }
    #careers_page .sec_two .dhoond_gallery .img:nth-child(3) {
      grid-column-start: 1;
      grid-column-end: 7;
      grid-row-start: 3;
      grid-row-end: 4;
    }
    #sec_two {
      margin-top: -75px;
    }
    .popup_video_btn a{
      padding: 20px !important;
    }
    #sec_one .btn_title_row{
      flex-wrap: wrap;
      flex-direction: column-reverse;
      gap: 20px !important;
    }
    #sec_one .title_col .texts .text{
      font-size: 60px;
      line-height: 90px;
    }
    #sec_one .title_col .button a{
      margin-top: 0px;
    }
    .btn_title_row .texts{
      display: flex;
      column-gap: 15px;
    }
    #sec_one .content_col .content_body {
      padding: 40px 0px 0px 0px;
    }
    #sec_two .content{
      height: 250px !important;
      border-radius: 40px;
      margin-top: 80px !important;
    }
    .d-scroll__title h2{
      font-size: 40px;
    }
    #sec_two .content .phone_img{
      top: -60px !important;
      right: 50px !important;
      height: 280px !important;
    }
    #about_sec .sec_title h2{
      font-size: 50px;
      line-height: 60px;
    }
    #about_sec .service_row .user_col, #about_sec .service_row .partners_col{
      border-radius: 45px;
    }
    #about_sec .user_col .item, #about_sec .partners_col .item{
      width: 250px;
      height: 450px;
      margin: 60px auto;
    }
    #service_sec .item{
      height: 300px;
      border-radius: 35px;
    }
    #service_sec .item img{
      border-radius: 35px;
    }
    #service_sec .silder_content .heading{
      font-size: 50px;
      line-height: 60px;
      text-shadow: 1px 0px #fff, 2px 0px #fff, 3px 0px #fff;
    }
    #service_sec .silder_content{
      padding: 0px 10px 30px;
    }
    #service_sec .silder_content .head{
      font-size: 25px;
      line-height: 35px;
    }
    #service_sec .owl-carousel .owl-nav{
      display: none;
    }
    #single_page .page_title .title{
      font-size: 30px;
      line-height: 40px;
    }
    #single_page .page_content ul li .heading{
      font-size: 20px;
      line-height: 30px;
    }
    #single_page .page_content ul li .text{
      font-size: 16px;
    }
  }
  @media screen and (max-width: 399px){
    #one_page .left_col ul.work_list li{
      width: 45% !important;  
    }
  }