@media only screen and (min-width: 1921px) {
  /* .psm_container {
    width: 1800px;
  } */
}
@media only screen and (max-width: 1600px) {
  footer::before {
    left: -655px;
  }
}
@media only screen and (max-width: 1440px) {
  footer::before {
    left: -730px;
  }
}
@media only screen and (max-width: 1366px) {
  footer::before {
    left: -770px;
  }
}
@media only screen and (max-width: 1280px) {
  .psm_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 32px;
  }
}

@media only screen and (max-width: 1261px) {
  #service .service_card {
    max-width: 50%;
    flex: 0 0 50%;
  }
  #about .right_block .img_block {
    max-width: 100%;
    width: 90%;
    margin-left: auto;
  }
  #customer .psm_row .blog_col {
    padding: 0 8px;
  }
  #customer .psm_row .blog_col .blog_card {
    width: 100%;
  }
  #aboutUs .img_block img {
    max-width: 100%;
  }
  #aboutUs .seg_head,
  #aboutUs p {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 1234px) {
  .pan_navbar .pan_navlist {
    display: none;
  }
  span.menuToggler {
    display: block;
    text-align: right;
  }
  span.menuToggler img {
    width: 30px;
    margin-top: 5px;
  }
  #mob_navigation .pan_navbar .pan_navlist li.pan_item {
    margin-right: 0;
  }
  #mob_navigation .pan_navbar .pan_navlist {
    display: block;
    text-align: center;
  }
  #mob_navigation .pan_navbar .pan_navlist li.social_icons .icon_block {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  /* #mob_navigation .pan_navbar .pan_navlist li.social_icons{
    margin-right: 64px;
  } */
  #mob_navigation .pan_navbar .pan_navlist li.social_icons {
    margin-left: 0;
  }
  #mob_navigation span.menuToggler {
    display: none;
  }
  div#mob_navigation {
    position: fixed;
    z-index: 999;
    background: #000;
    width: 95%;
    height: 100%;
    right: 0;
    top: 0;
  }
  #mob_navigation .pan_navbar {
    width: 100%;
  }
  div#mob_navigation{
    display: block;
  }
  #closeMenu{
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 99;
  }
  #closeMenu img{
    width: 30px;
  }
}
@media only screen and (max-width: 1210px) {
  .pan_navbar .pan_navlist li.pan_item {
    margin-right: 0;
  }
  .pan_navbar .pan_navlist li.pan_item a {
    padding: 16px 22px;
  }
  .pan_navbar .pan_navlist li.social_icons {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  #about .about_area .d-flex {
    flex-wrap: wrap;
  }
  #about .left_block p {
    width: 100%;
  }
  #about .left_block,
  #about .right_block {
    width: 100%;
  }
  #about .left_block {
    margin-bottom: 24px;
  }
  #about .left_block .seg_head span.tagline {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  #counter .psm_row {
    justify-content: center;
  }
  #counter .psm_row .psm_col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #counter .counter_card .counter_info,
  #counter .counter_card .counter_info span.title {
    width: auto;
  }
  #counter .counter_card {
    justify-content: center;
  }
  #customer .psm_row .blog_col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  #gallery_faq .gallery_col,
  #gallery_faq .faq_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #gallery_faq .faq_col {
    padding-left: 0px;
    padding-top: 40px;
  }
  #about .left_block .seg_head span.tagline {
    width: 72%;
  }
  footer .psm_row {
    flex-flow: column;
  }
  footer .logo_area,
  footer .right_seg {
    width: 100%;
    text-align: center;
  }
  footer .right_seg .footer_menu .menu_list {
    display: flex;
    justify-content: center;
    margin: 16px 0 !important;
  }
  footer .right_seg .psm_copyright {
    text-align: center;
  }
  .contact_info .infoRow .con_icon_block {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 812px) {
  #service .service_card {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #service .service_card {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0px;
    height: auto;
  }
  #counter .psm_row .psm_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact_info .sec_head span.smalltxt {
    font-size: 24px;
    line-height: 24px;
  }
  .contact_info .sec_head h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 650px) {
  #hero .slider_item .txt_block h1 {
    font-size: 42px;
    line-height: 42px;
  }
  #hero .slider_item .txt_block span.welcome {
    font-size: 24px;
    line-height: 24px;
  }
  #hero .slider_item .txt_block p {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    width: 100%;
  }
  #about .left_block .seg_head h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #about .left_block .seg_head span.smallTxt {
    font-size: 20px;
    line-height: 26px;
  }
  #about .left_block .seg_head span.tagline {
    width: 45%;
    font-size: 14px;
    line-height: 14px;
  }
  #about .about_area {
    background: #fff;
    box-shadow: 0px 4px 44px rgb(0 0 0 / 15%);
    padding: 50px 20px 100px 20px;
  }
  #about .right_block .img_block .small_img_block {
    left: -48px;
  }
  header .menu_area {
    width: calc(100% - 50%);
  }
  header .logo_area {
    width: 50%;
  }
  header .logo_area .logo_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
  }
  header .psm_container {
    padding: 0 16px;
  }
  header .logo_area .logo_block img {
    max-width: 85%;
  }
  .pan_cta {
    width: auto;
    padding: 0 16px;
  }
  #customer .psm_row .blog_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer::before {
    display: none;
  }
  footer .right_seg .footer_menu .menu_list {
    flex-flow: column;
    align-items: center;
  }
  footer .right_seg .footer_menu .menu_list li {
    margin-left: 0;
  }
  #hero .owl-dots {
    left: 15px;
  }
  #about .right_block .img_block {
    height: 350px;
  }
  #hero .slider_item {
    position: relative;
    height: 500px;
  }
  #service_tab .tab-content .img_blk {
    height: 300px;
  }
  .innerpage_banner h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }
  .innerpage_banner span.psm_breadcrumb a {
    margin-right: 5px;
  }
  .innerpage_banner span.psm_breadcrumb {
    font-size: 14px;
  }
  #aboutUs .seg_head {
    margin-top: 24px;
  }
  #aboutUs .seg_head h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #aboutUs .seg_head span.smallTxt {
    font-size: 18px;
    line-height: 20px;
  }
  #aboutUs::before {
    height: 250px;
  }
}
@media only screen and (max-width: 576px) {
  .psm_container {
    padding: 0 16px;
  }
  #about .right_block .img_block .small_img_block {
    left: -28px;
    width: 90%;
    height: 140px;
    border: 5px solid #fff;
  }
  .faq_item .faq_title {
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    font-family: "mont-700";
    width: 337px;
    max-width: 75%;
    margin-bottom: 6px;
  }
  #gallery_faq h1 {
    font-size: 32px;
  }
  .col-sm-12 {
    width: 100%;
  }
  #service h1,
  #customer h1 {
    font-size: 35px;
  }
  .job_modal .modal_title {
    font-size: 24px;
    line-height: 24px;
  }
  .job_modal {
    background: #fff;
    padding: 112px 16px 70px 16px;
  }
  .pan_cta {
    font-size: 14px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 420px) {
  #counter .counter_card {
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }
  #counter .counter_card .counter_block {
    margin-right: 0;
  }
  #counter .counter_card .counter_info,
  #counter .counter_card .counter_info span.title {
    text-align: center;
  }
  #service_tab .tab-content .service_heading h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .innerpage_banner span.psm_breadcrumb {
    font-size: 10px;
  }
  .contact_info .infoRow .con_icon_block {
    margin-right: 12px;
  }
  .contact_info .infoRow .info_item {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 395px) {
  #about .left_block .seg_head span.tagline {
    width: 79%;
  }
}
@media only screen and (max-width: 360px) {
  .contact_info .sec_head h1 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 320px) {
}
