@media (min-width: 320px) and (max-width: 767px) {
  .menuname {
    font-size: 20px;
  }

  .borderbetweencontentborder1{
    border-right: 0;
  }

  .borderbetweencontentborder3{
    border-right: 0;
  }
  .menuname2 {
    font-size: 20px;
  }
  .menuwithbg {
    height: auto;
  }
  .text-white.topbarsocialicon {
    text-align: center;
  }
  .text-white.topbarcontact {
    text-align: center;
  }
  .topbarcontact a {
    color: white;
    transition: all 0.5s;
    font-size: 11px;
    margin-right: 14px;
  }
  .margin-res {
    margin-bottom: 20px;
  }
  .border-section {
    border: 1px solid transparent;
  }
  /* .heading-text-1::after,
  .heading-text-3::after,
  .heading-text-5::after {
    border: 1px solid transparent;
  } */
  .padding5 {
    padding-left: 0px;
  }
 
  .heading::after,
  .heading-text::after {
    border: 1px solid transparent;
  }
  .innertext::before,
  .innertext::after {
    display: none;
  }
  .bgcontentdiv {
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  
  .pagingInfo {
    display: none;
  }
  .border-dashed {
    border: 1px solid transparent;
  }
  .hedermain {
    background-color: #121d27;
    z-index: 999999;
  }
  .margin-4 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menuwithbg {
    height: auto;
  }
  .margin-res {
    margin-bottom: 20px;
    position: relative;
  }
  /* .heading-text-1::after,
  .heading-text-3::after,
  .heading-text-5::after,
  .heading-text::after {
    border: 1px solid transparent;
  } */
  .border-section {
    border: 1px solid transparent;
  }
  .heading::after,
  .heading-text::after {
    border: 1px solid transparent;
  }
  .pagingInfo {
    display: none;
  }
  .padding5 {
    padding-left: 0px;
  }
 
  .border-dashed {
    border: 1px solid transparent;
  }
  .hedermain {
    background-color: #121d27;
    z-index: 999999;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  /* .heading-text-1::after,
  .heading-text-3::after,
  .heading-text-5::after {
    border: 1px solid transparent;
  } */
  .heading::after,
  .heading-text::after {
    border: 1px solid transparent;
  }
  .pagingInfo {
    display: none;
  }
  .padding5 {
    padding-left: 0px;
  }
 
}


@media(max-width:991px){
  .image123{
    margin-bottom: 15px;
  }

  .margin-res {
    position: relative;
  }

  .bg-black .border-dashed{
    border-right: 0;
    margin-bottom: 30px;
  }

  .container2{
    margin-top: 20px;
  }

  .borderbetweencontentborder2{
    border-right: 0;
  }
}


@media(max-width:575px){

  .main-heading-1{
    font-size: 35px !important;
  }

  .image123{
    height: 100%;
  }

  .name{
    display: none;
  }
}

@media(max-width:480px){

  .service-slider .slick-active{
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media(max-width:450px){
  .topbarcontact{
    display: flex;
    flex-direction: column;
    empty-cells: 100%;
  }
}