/* Large Deveice: 1280px.
=======================================================================
=======================================================================
*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slide-item h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .info-content-area {
    padding-left: 0;
  }

  .chooseus-content {
    padding: 80px 60px 50px;
  }

  .single-service .service-content {
    padding: 17px;
  }

  #about-2 .info-content-area {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-project-area .project-grids .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Tablet Layout: 768px.
========================================================================
========================================================================
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top {
    display: none;
  }

  .header-top .site-info {
    text-align: center;
  }

  .header-top .contact-info {
    text-align: center;
    margin-bottom: 10px;
  }

  #header-aside .aside-content {
    display: none;
  }

  .header-area .navigation {
    padding: 0 30px;
    margin-top: -65px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    margin-top: 0;
  }

  #header-2 .navigation {
    background: #fff;
  }

  #header-3.header-area li.nav-item .nav-link {
    color: #020e28;
  }

  .header-area .main-btn {
    display: none;
  }

  .main-menu .navbar-nav .nav-link {
    padding: 15px;
  }

  #header-2 .main-menu .navbar-nav .nav-link {
    padding: 15px;
    color: #333;
  }

  #header-2 .logo {
    display: none;
  }

  .responsive-logo {
    display: block;
    width: 200px;
    margin-top: 10px;
    float: left;
    position: relative;
    top: -5px;
    left: 0px;
    z-index: 999;
  }

  .navbar-toggler {
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    border: none;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 99999;
  }

  #header-2 .navbar-toggler {
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 99999;
  }

  .navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  .header-area.absolate-header .navbar-toggler-icon {
    background: #fff;
  }

  .active .navbar-toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
  }

  .active .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
  }

  .active .navbar-toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 7px;
  }

  .main-menu .navbar .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    margin-top: 15px;
  }

  #header-2 .main-menu .navbar .navbar-collapse {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    margin-top: 15px;
  }

  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #094074;
  }

  .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }

  .main-menu .sub-menu li a {
    font-size: 14px;
    display: block;
    padding: 12px;
    padding-left: 12px;
    color: #191919;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 30px;
  }

  .main-menu .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important;
  }

  .sub-menu::after {
    display: none;
  }

  .single-slide-item h1 {
    font-size: 55px;
    line-height: 70px;
  }

  .single-slide-item p {
    font-size: 15px;
    line-height: 25px;
  }

  .hero-area-content .main-btn {
    font-size: 15px;
  }

  .feature-image {
    margin-bottom: 40px;
  }

  .achievement-area {
    height: 500px;
  }

  .single-counter-box {
    margin: 30px 0;
  }

  .choose-area .section-title h2 {
    font-size: 40px;
  }

  .chooseus-content {
    padding: 35px;
  }

  .chooseus-bg {
    height: auto;
    display: none;
  }

  .footer-area p {
    margin-top: 15px;
  }

  .info-content-area {
    padding-left: 0;
    margin-top: 90px;
  }

  .chooseus-content {
    padding: 80px 60px 50px;
    width: 100%;
  }

  .info-content h5 {
    font-size: 25px;
    line-height: 35px;
  }

  .info-content {
    padding: 30px;
  }

  .info-founder {
    padding: 35px;
  }

  .choose-us-inner {
    border-bottom: 1px solid #eee;
  }

  .contact-us-inner {
    border-bottom: 1px solid #eee;
  }

  .contact-form-wrapper {
    margin-top: 450px;
  }

  .spacer-bg {
    height: 600px;
  }

  .spacer-bg .main-btn {
    margin-top: 400px;
  }

  .contact-section .contact-info {
    text-align: left;
  }

  .blog-area .main-btn.btn-white {
    display: none;
  }

  .single-blog-item {
    margin-bottom: 40px;
  }

  .featured-project-area .project-grids .grid {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .featured-project-area .project-grids .overlay-2 {
    padding: 80px 30px 50px;
    top: 0;
  }

  .featured-project-area .bg-cover {
    height: 100%px;
  }

  .featured-project-area .project-grids .main-btn {
    font-size: 13px;
  }

  #home3 .single-slide-item h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .feat-content {
    padding: 20px;
  }

  #about-3 .about-bg {
    display: none;
  }

  .footer-area .contact-info {
    text-align: left;
  }

  #project-3 .single-project-item {
    margin-bottom: 40px;
  }

  .process-num {
    right: 120px;
  }

  .skill-bg {
    display: none;
  }

  .skill-content {
    width: 100%;
  }

  .skill-content {
    padding: 80px;
  }

  .question-section {
    display: none;
  }

  .helpline-section {
    display: none;
  }

  .single-service-bg {
    margin-bottom: 30px;
  }

  .feature-image {
    margin-top: 60px;
  }

  .single-team-item {
    padding: 70px 25px 50px;
  }

  .call {
    margin-bottom: 20px;
  }

  .subscribe-form input {
    width: 90%;
  }

  .info-area {
    display: none;
  }

  #home2 .single-slide-item {
    height: 700px;
  }

  .single-service .service-content {
    padding: 20px;
  }

  .section-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

/* Mobile Layout: 320px.
=====================================================================
=====================================================================
*/

@media only screen and (max-width: 767px) {
  .header-top {
    display: none;
  }

  .header-top .site-info {
    text-align: center;
  }

  .header-top .contact-info {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
  }

  .header-top .social-area {
    margin-top: 10px;
  }

  .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }

  #header-aside .aside-content {
    display: none;
  }

  .header-area .navigation {
    padding: 0;
    margin-top: -65px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    margin-top: 0;
  }

  #header-2 .navigation {
    background: #fff;
    height: 85px;
  }

  #header-3.header-area li.nav-item .nav-link {
    color: #020e28;
  }

  .header-area .main-btn {
    display: none;
  }

  .main-menu .navbar-nav .nav-link {
    padding: 15px;
  }

  #header-2 .logo {
    display: none;
  }

  .responsive-logo {
    display: block;
    width: 180px;
    margin-top: 10px;
    float: left;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 999;
  }

  #header-2 .main-menu .navbar-nav .nav-link {
    padding: 15px;
    color: #333;
  }

  .navbar-toggler {
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    border: none;
    position: absolute;
    top: -65px;
    right: 0;
    z-index: 99999;
  }

  #header-2 .navbar-toggler {
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 99999;
  }

  .header-area.absolate-header {
    padding: 0;
  }

  .navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  .header-area.absolate-header .navbar-toggler-icon {
    background: #fff;
  }

  .active .navbar-toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
  }

  .active .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
  }

  .active .navbar-toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 7px;
  }

  .main-menu .navbar .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    margin-top: 15px;
  }

  #header-2 .main-menu .navbar .navbar-collapse {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    margin-top: 15px;
  }

  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #094074;
  }

  .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }

  .main-menu .sub-menu li a {
    font-size: 14px;
    display: block;
    padding: 12px;
    padding-left: 12px;
    color: #191919;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 30px;
  }

  .main-menu .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important;
  }

  .sub-menu::after {
    display: none;
  }

  .single-slide-item {
    text-align: center;
  }

  .single-slide-item h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .single-slide-item p {
    font-size: 15px;
    line-height: 22px;
  }

  .hero-area-content .main-btn {
    font-size: 14px;
  }

  p {
    font-size: 15px;
  }

  p.highlight {
    font-size: 16px;
  }

  .founded-year i {
    width: 151px;
    height: 150px;
  }

  .featured-project-area .project-grids .inner {
    padding-top: 80px;
  }

  .feature-image {
    margin-bottom: 50px;
  }

  .feature-content h5 {
    font-size: 18px;
  }

  .achievement-area {
    height: 950px;
  }

  .single-counter-box {
    margin: 30px 0;
    margin-bottom: 0;
  }

  .chooseus-bg {
    height: auto;
  }

  .chooseus-content {
    padding: 30px;
    padding-top: 70px;
  }

  .choose-us-inner {
    border-bottom: 1px solid #eee;
  }

  .contact-us-inner {
    border-bottom: 1px solid #eee;
  }

  .contact-form-wrapper {
    margin-top: 1060px;
  }

  .spacer-bg {
    height: 1100px;
  }

  .spacer-bg .main-btn {
    display: none;
  }

  .contact-section .contact-info {
    text-align: left;
  }

  .blog-area .main-btn.btn-white {
    display: none;
  }

  .single-blog-item {
    margin-bottom: 40px;
  }

  .blog-area .main-btn.btn-white {
    display: none;
  }

  .pad-top-80 {
    padding-top: 60px;
  }

  .pad-bot-80 {
    padding-bottom: 60px;
  }

  .single-team-member {
    margin-bottom: 30px;
  }

  .about-us-area .section-title h2 {
    font-size: 27px;
  }

  .contact-us-content h2 {
    font-size: 32px;
  }

  .footer-up {
    padding-top: 60px;
  }

  .footer-up .logo {
    margin: 0 auto;
  }

  .footer-area {
    text-align: center;
  }

  .footer-area p {
    margin-top: 10px;
  }

  .copyright-line {
    text-align: center;
  }

  p.privacy {
    text-align: center;
  }

  .info-content h5 {
    font-size: 32px;
    line-height: 40px;
  }

  .featured-project-area .project-grids .grid {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .featured-project-area .project-grids .overlay-2 {
    padding: 80px 30px 50px;
    top: 0;
  }

  .featured-project-area .bg-cover {
    height: 100%;
  }

  .featured-project-area .project-grids .main-btn {
    font-size: 13px;
  }

  #home2 .hero-area-content .main-btn {
    margin-left: 0;
    margin-top: 0;
  }

  #home3 .single-slide-item {
    height: 750px;
  }

  #home3 .single-slide-item h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .single-feat-item {
    margin-bottom: 120px;
  }

  .col-lg-4.col-md-4.col-sm-12:last-child .single-feat-item {
    margin-bottom: 0;
  }

  .single-feat-item.feat-3.last-child.bg-cover {
    margin-bottom: 0;
  }

  .project-area.home3 .section-title {
    margin-bottom: 0;
  }

  .cta-area {
    text-align: center;
    height: 400px;
  }

  .cta-area h2 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px;
  }

  .cta-area .contact-info {
    text-align: center;
  }

  .cta-area .contact-info h5 {
    font-size: 18px;
  }

  .cta-area .contact-info i {
    font-size: 25px;
    float: inherit;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .skill-area .single-counter-box {
    border: none;
  }

  #project-3 .single-project-item {
    margin-bottom: 40px;
  }

  .info-content-area {
    margin-top: 40px;
    padding-left: 0;
  }

  #about-2 .info-content-area {
    padding-right: 0;
  }

  .process-num {
    right: 85px;
  }

  .skill-bg {
    display: none;
  }

  .skill-content {
    width: 100%;
  }

  .skill-content {
    padding: 40px;
  }

  .contact-form {
    padding: 10px;
    margin-top: 30px;
  }

  .question-section {
    display: none;
  }

  .helpline-section {
    display: none;
  }

  .single-service-bg {
    margin-bottom: 30px;
  }

  .single-comments-section p span {
    padding-left: 0;
  }

  .single-feature-item .feature-icon {
    float: inherit;
  }

  .feature-content p {
    padding-left: 0;
  }

  .feature-content h5 {
    padding-left: 0;
  }

  .feature-image::after {
    right: -15px;
  }

  .header-area .logo img {
    width: 180px;
    margin-top: 15px;
  }

  .text {
    padding-left: 30px;
  }

  .project-inner .hover-info {
    padding: 35px 30px;
  }

  .single-team-item {
    padding: 70px 15px 50px;
  }

  .testimonial-img img {
    width: 70px !important;
  }

  .single-service .service-content {
    padding: 15px;
  }

  /* .service-content a.read-more{
		display: none;
	  } */

  .team-member-img {
    height: auto;
    width: 100%;
  }

  .single-price-item {
    padding: 30px;
  }

  .single-service h2 {
    font-size: 24px;
  }

  .single-service h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .portfolio-single-section h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .project-info {
    padding: 20px;
  }

  .blog-content-wrap h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .popular-tag-wrap {
    padding: 15px;
  }
}

/* Wide Mobile Layout: 480px.
=====================================================================
=====================================================================
*/

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .header-top .site-info {
    text-align: center;
  }

  #header-aside .aside-content {
    display: none;
  }

  .header-area .navigation {
    padding: 0 30px;
    margin-top: -65px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    margin-top: 0;
  }

  #header-2 .navigation {
    background: #fff;
  }

  #header-3.header-area li.nav-item .nav-link {
    color: #020e28;
  }

  .header-area .main-btn {
    display: none;
  }

  .main-menu .navbar-nav .nav-link {
    padding: 15px;
  }

  #header-2 .main-menu .navbar-nav .nav-link {
    padding: 15px;
    color: #333;
  }

  .navbar-toggler {
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    border: none;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 99999;
  }

  .navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  .header-area.absolate-header .navbar-toggler-icon {
    background: #fff;
  }

  .active .navbar-toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
  }

  .active .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
  }

  .active .navbar-toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 7px;
  }

  .main-menu .navbar .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    margin-top: 15px;
  }

  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #094074;
  }

  .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }

  .main-menu .sub-menu li a {
    font-size: 14px;
    display: block;
    padding: 12px;
    padding-left: 12px;
    color: #191919;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 30px;
  }

  .main-menu .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important;
  }

  .sub-menu::after {
    display: none;
  }

  .single-slide-item {
    text-align: center;
  }

  .single-slide-item h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .single-slide-item p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-area-content .main-btn {
    font-size: 14px;
  }

  .feature-image {
    margin-bottom: 50px;
  }

  .achievement-area {
    height: 650px;
  }

  .single-counter-box {
    margin: 30px 0;
  }

  .chooseus-bg {
    height: auto;
  }

  .chooseus-content {
    padding-top: 70px;
  }

  .choose-us-inner {
    border-bottom: 1px solid #eee;
  }

  .contact-us-inner {
    border-bottom: 1px solid #eee;
  }

  .contact-form-wrapper {
    margin-top: 1060px;
  }

  .spacer-bg {
    height: 1100px;
  }

  .blog-area .main-btn.btn-white {
    margin-top: 0;
  }

  .about-us-area .section-title h2 {
    font-size: 30px;
  }

  .contact-us-content h2 {
    font-size: 32px;
  }

  .footer-up {
    padding-top: 60px;
  }

  .footer-up .logo {
    margin: 0 auto;
  }

  .footer-area {
    text-align: center;
  }

  .footer-area p {
    margin-top: 10px;
  }

  .copyright-line {
    text-align: center;
  }

  p.privacy {
    text-align: center;
  }

  .info-content h5 {
    font-size: 32px;
    line-height: 40px;
  }

  .featured-project-area .project-grids .grid {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .featured-project-area .project-grids .overlay-2 {
    padding: 80px 30px 50px;
    top: 0;
  }

  .featured-project-area .bg-cover {
    height: 100%;
  }

  .featured-project-area .project-grids .main-btn {
    font-size: 13px;
  }

  #home2 .hero-area-content .main-btn {
    margin-left: 0;
    margin-top: 0;
  }

  #home3 .single-slide-item {
    height: 750px;
  }

  #home3 .single-slide-item h1 {
    font-size: 35px;
  }

  .single-feat-item {
    margin-bottom: 120px;
  }

  .single-feat-item.feat-3.last-child.bg-cover {
    margin-bottom: 0;
  }

  .project-area.home3 .section-title {
    margin-bottom: 0;
  }

  .cta-area {
    text-align: center;
  }

  .cta-area h2 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px;
  }

  .cta-area .contact-info {
    text-align: center;
  }

  .cta-area .contact-info h5 {
    font-size: 18px;
  }

  .cta-area .contact-info i {
    font-size: 25px;
  }

  .skill-area .single-counter-box {
    border: none;
  }

  #project-3 .single-project-item {
    margin-bottom: 40px;
  }

  .process-num {
    right: 170px;
  }

  .info-content-area {
    margin-top: 40px;
  }

  .skill-bg {
    display: none;
  }

  .skill-content {
    width: 100%;
  }

  .skill-content {
    padding: 80px;
  }

  .question-section {
    display: none;
  }

  .helpline-section {
    display: none;
  }

  .single-service-bg {
    margin-bottom: 30px;
  }

  .port-img img {
    margin-bottom: 30px;
  }

  .single-comments-section p span {
    padding-left: 30px;
  }
}
