@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
  .btn_1 {
    margin: 15px 0px;
  }
  .step_Row {
    padding-top: 50px;
  }
}
@media (min-width: 1500px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
  .step_col {
    padding: 25px 20px;
  }
  .step_col .step_title {
    font-size: 18px;
  }

  .profilepic {
    width: 55px;
  }
  .profilepic span {
    width: 45px;
    height: 45px;
  }
  .fbTitle {
    margin-bottom: 10px;
  }
  .commentRiht p {
    font-size: 15px;
  }
  .shapesList li:nth-child(2) {
    bottom: 20%;
  }
}

@media (max-width: 860px) {
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }

  .navbar {
    padding: 12px 0px;
  }
  .navbar .navbar-brand img {
    height: 35px;
  }

  .navbar-toggler {
    padding: 0px;
    border: none;
    border-radius: 0px;
    height: 30px;
  }
  .navbar-toggler span {
    width: 30px;
    height: 0px;
    position: relative;
    background-color: #04081d;
    display: block;
    border-radius: 10px;
  }
  .navbar-toggler span:before,
  .navbar-toggler span:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #04081d;
    border-radius: 10px;
    left: 0px;
    transition: all 0.3s;
  }
  .navbar-toggler span:before {
    top: -8px;
    transform: translateY(6.5px) rotate(45deg);
  }
  .navbar-toggler span:after {
    bottom: -8px;
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .navbar-toggler.collapsed {
  }
  .navbar-toggler.collapsed span {
    height: 3px;
  }
  .navbar-toggler.collapsed span:before {
    transform: unset;
  }
  .navbar-toggler.collapsed span:after {
    transform: unset;
  }

  .navbar-nav {
    padding-top: 20px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 0px;
  }
  .navbar .navbar-nav .btnLink {
    display: inline-block;
    margin: 10px 0px;
    padding: 10px 22px;
  }

  .reportList li {
    flex-wrap: wrap;
  }
  .issueDetails .reportList li > label,
  .reportList li > span {
    width: 100%;
  }

  .step_Row > [class*="col-"] {
    margin: 20px 0px;
  }
  .step_col .step_title:before {
    font-size: 70px;
    top: -50px;
  }

  .step_col {
    padding: 30px 20px;
  }
  .step_col .step_title {
    font-size: 22px;
  }

  footer {
    text-align: center;
  }
  .copyrightCol {
    order: 2;
  }
  .socialLinks {
    justify-content: center;
    margin: 10px 0px 15px;
  }
  .shapesList li:nth-child(2) {
    right: 3%;
  }
  .shapesList li {
    border: 3px #b666d2 solid;
    width: 24px;
    height: 24px;
  }
  .shapesList .round_ {
    width: 18px;
    height: 18px;
  }
  .shapesList li:nth-child(1) {
    left: 2%;
    top: 12%;
  }

  .mt-m-0 {
    margin-top: 0 !important;
  }

  .reportCol {
    flex-wrap: wrap;
  }
  .reportInfoBox {
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .reportImgBox {
    width: 100%;
    padding-top: 10px;
  }
  .reportImgBox .reportResult_,
  .reportResult2 {
    justify-content: flex-start;
  }
  .searchWrapper .searchbox {
    width: 100%;
    max-width: 450px;
  }

  .searchWrapper .searchbox {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .reportColPanel,
  .userDetailCol {
    padding: 20px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    background-size: 8px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }

  .profilepic span {
    width: 35px;
    height: 35px;
  }
  .profilepic {
    width: 45px;
  }
  .reportResult2 {
    position: unset;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .commentRiht p {
    font-size: 14px;
  }
  .fbCommentRow .reportBtnList li {
    font-size: 14px;
  }
  .reportBtnList .btnL img {
    width: 16px;
  }
  .fbTitle span {
    margin-left: 10px;
  }

  .formWrap {
    padding: 30px 20px 20px;
  }

  .userDetailList li {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 480px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}

.reportColPanel {
  cursor: pointer;
}
