@media only screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .padding_inner {
    padding: 30px 0px 30px 0 !important;
  }
  .btnn {
    width: 100%;
    margin: 0 0 10px 0;
    background: none;
    border-radius: 0;
    padding: 8px 25px;
    border-bottom: 1px solid #e9e9e9;
  }
  .controlsSwitch a {
    display: block;
  }
  .btnn.active_btn {
    color: var(--orange) !important;
  }
  .controls {
    display: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .filter {
    display: flex !important;
  }
  .filter_div {
    display: grid !important;
    place-items: center;
  }
  .logo_flex {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #f1f1f1;
  }
  .logo_flex {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #f1f1f1;
  }

  .flex_child {
    border: none !important;
  }
  h4 
  {
    line-height: 1.45;
    font-size: 20px;
    font-family: Inter-Regular;
    padding-bottom: 5px;
    padding-top: 40px;
  }
  .letsHireLeft {
    margin-bottom: 40px;
    text-align: center;
  }
  .card.upworkCont {
    margin: 40px 0;
  }
  .logoContainer {
    margin-bottom: 40px;
  } 
  .expertiseLogo {
    max-width: 50% !important;
    margin-bottom: 40px;
  }
  .smallIcons .expertiseLogo {
    max-width: 40% !important;
  }
  .smallIcons2 .expertiseLogo {
    max-width: 50% !important;
  }
  .filter_div {
    display: none;
  }
  .logoContainer.col-md-6.col-xl-3 {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .title-container h2 {
    font-size: 1.5rem;
  }
  .title-container h2 span {
    font-size: 7rem;
    line-height: 7rem;
  }
  .title-container h2 span::before {
    bottom: 20px;
  }
  h4 {
    line-height: 1.45;
    font-size: 20px;
    font-family: Inter-Regular;
    padding-bottom: 5px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1040px) {
  .title-container h2 {
    font-size: 1.5rem;
  }
  .title-container h2 span {
    font-size: 6rem;
    line-height: 6rem;
  }
  .title-container h2 span::before {
    bottom: 16px;
  }
}

@media only screen and (max-width: 678px) {
  .title-container h2 {
    font-size: 1rem;
  }
  .title-container h2 span {
    font-size: 4rem;
    line-height: 4rem;
  }
  .title-container h2 span::before {
    bottom: 10px;
  }
}

@media only screen and (max-width: 440px) {
  .title-container h2 {
    font-size: 0.8rem;
  }
  .title-container h2 span {
    font-size: 3rem;
    line-height: 3rem;
  }
  .title-container h2 span::before {
    bottom: 6px;
  }
}

@media only screen and (max-width: 1080px) {
  .controls {
    align-items: center !important;
    flex-wrap: wrap;
  }
}
@media (min-width: 2100px) {
  .col-xxll-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}








@media (max-width: 992px) {
  .logo_flex {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    background-color: #fff;
  }
  .border-rht {
    border-right: 1px solid #f1f1f1 !important;
  }
  .border-btm {
    border-bottom: 1px solid #f1f1f1 !important;
  }
}
@media (max-width: 480px) {
  .logo_flex {
    grid-template-columns: repeat(1, minmax(220px, 1fr)) !important;
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #f1f1f1;
  }
}
@media only screen and (max-width: 695px)
{

.col-sm-6 {
  flex: 0 0 auto;
  width: 100%;
}

}

@media only screen and (min-width: 768px) and (max-width:990px)
{
.alignCenter {
  align-items: center;
  margin-top: 40px;
}

.col-md-6.col-xl-4 {
  width: 33%;
  flex: 0 0 auto;
}
}

@media only screen and (min-width: 768px) and (max-width:1199px)
{
  .logoContainer.col-md-6.col-xl-3 {
  padding-top: 20px;
}
  .row.gx-lg-8.gx-xl-12.gy-10.align-items-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.container.side-custom {
  width: 100%;
  max-width: 100% !important;
}
.col-lg-5.letsHireLeft {
  flex: 0 0 auto;
  width: 100%;
}
.col-lg-7.letsHireRight {
  flex: 0 0 auto;
  width: 100%;
}
.row.alignCenter {
  align-items: center;
  margin-top: 40px;
}    
.col-md-6.col-xl-4 {
  flex: 0 0 auto;
  width: 33%;
}
.expertiseLogo {
  max-width: 60%;
  margin-bottom: 40px;
}
.smallIcons .expertiseLogo {
  max-width: 50%;
}
.smallIcons2 .expertiseLogo {
  max-width: 60%;
} 

}

@media only screen and (min-width: 1000px) and (max-width:1199px)

{
.col-md-4.col-12 
{
  flex: 0 0 auto;
  width: 50%;
  margin: auto;
  margin-top: 5px;
}

}


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

.row.pt-4.pb-0.row-gap-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0px;
}
.col-md-4.col-12 {
  flex: 0 0 auto;
  width: 90%;
  margin-bottom: 10px;
}
}