/* Responsive CSS Document */


body,
html {
    width: 100%;
    overflow-x: hidden;
}


@media (min-width: 992px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1650px) {
    .testimonial-section .theme-title-one {
        padding-left: 230px;
    }

    .app-screenshot .screenshot-container .phone-mockup {
        top: -18%;
    }
}

@media (min-width: 1200px) and (max-width: 1550px) {
    .boost-your-phone .boster-image-wrapper {
        width: 45%;
        left: 0;
    }
}

@media (max-width: 1199px) {
    .boost-your-phone .boster-image-wrapper {
        position: relative;
        width: 100%;
        left: 0;
    }

    .boost-your-phone .boster-image-wrapper img {
        margin: 0 auto;
    }

    .boost-your-phone {
        margin-bottom: 0;
    }

    .boost-your-phone .text {
        padding-top: 0;
    }

    .boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(2),
    .boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(5) {
        left: 0;
    }

    .boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(3),
    .boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(4) {
        right: 0;
    }

    .boost-your-phone .boster-image-wrapper .ao-annotations span:nth-child(1) {
        top: 10%;
        left: 40%;
    }

    .testimonial-section .main-bg-wrapper {
        margin: 50px 0 0 0;
    }

    .testimonial-section .main-bg-wrapper .main-slider-wrapper {
        -webkit-transform: none;
        transform: none;
        height: 100%;
    }

    .advance-feature {
        padding-bottom: 0px;
    }

    .contact-us-section .contact-us-form {
        padding-right: 0;
    }
}

/*(max-width: 1199px)*/

@media (min-width: 992px) and (max-width: 1199px) {
    .app-screenshot .screenshot-container .phone-mockup {
        width: 45%;
    }

    .advance-feature .feature-text {
        padding-right: 0;
    }

    .advance-feature .feature-warpper:before {
        width: 100%;
    }

    .blog-details .wrapper {
        width: 87%;
    }

    #theme-main-banner .camera_caption .container .image-wrapper,
    #theme-main-banner.banner-two .camera_caption .container .image-wrapper {
        top: -110px;
    }

    .text-style {
        word-spacing: -3px;
    }
}

/*(min-width: 992px) and (max-width: 1199px)*/

@media (max-width: 991px) {
    .what-we-do .theme-title-one h2 br {
        display: none;
    }

    .advance-feature .feature-text {
        padding: 10px 0
    }

    ;

    #watch-video {
        right: 20px;
    }

    .pricing-plan-section .tab-content {
        margin-top: 100px;
    }

    .pricing-plan-section {
        padding: 150px 0 0 0;
    }

    /* .app-screenshot {padding-bottom: 170px;} */
    .google-map-area .map-image-warpper .placeholder {
        left: 50%;
    }

    footer .subscribe-form .input-wrapper .theme-button {
        width: 200px;
        margin: 20px auto 0 auto;
    }

    footer .bottom-footer [class*="col-"] {
        text-align: center;
    }

    .html-top-content {
        margin-bottom: 0;
    }

    footer {
        position: static;
        padding-top: 0;
    }

    footer .bottom-footer ul.footer-menu li a {
        margin-left: 10px;
        margin-right: 10px;
    }

    .blog-details .wrapper {
        width: 100%;
    }

    .blog-details .blog-main-post h2 {
        padding-right: 0;
    }

    #theme-main-banner .camera_caption .container .image-wrapper {
        display: none;
    }

    #theme-main-banner .camera_caption .container h5 {
        margin-top: 150px;
    }

    #theme-main-banner {
        height: 800px !important;
    }

    .text-style {
        word-spacing: -3px;
    }
}

/*(max-width: 991px)*/

@media (min-width: 768px) and (max-width: 991px) {
    .app-screenshot .screenshot-container .phone-mockup {
        width: 45%;
        top: -19%;
    }
}

/*(min-width: 768px) and (max-width: 991px)*/

@media (max-width: 767px) {
    
 /* Menu Toggle */
.menu-toggle {
  display: block;
  font-size: 22px;
  cursor: pointer;
  color: #2c2c2c;
  z-index: 1001;
  padding: 6px;
  transition: 0.2s ease-in-out;
}

.menu-toggle:hover {
  opacity: 0.75;
}


/* Corporate Menu Box */
.button-group {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 44px;
  right: 6px;
  padding: 0;
  z-index: 1000;

  background: #ffffff;
  width: 100%;

  border: 1px solid #e1e1e1;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

/* Show menu */
.button-group.active {
  display: flex;
}

/* Menu List Items */
.button-group li {
  list-style: none;
  border-bottom: 1px solid #0b0505;
}

.button-group li:last-child {
  border-bottom: none;
}

/* Menu Links */
.button-group li a {
  display: block;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 14px;
  text-decoration: none;
  transition: 0.25s ease;
}

/* Hover UI (clean corporate) */
.button-group li a:hover {
  background-color: #f5f7fa;
  color: #005ad5;
  padding-left: 18px; /* Small slide effect */
}

/* For theme header layout */
.theme-main-header .button-group {
  text-align: center;
  margin-top: 18px;
}

.theme-main-header .button-group li {
  margin-bottom: 6px;
}


}

  .contact-us-section .contact-address {
    padding-right: 0;
    /* text-align: center; */
    margin-bottom: 40px;
  }
  
  .contact-us-section .contact-address .theme-title-one h2 {
    font-size: 36px;
  }


@media (max-width: 767px) {
  .contact-us-section {
    padding: 60px 0;
  }
  
  .contact-us-section .php-email-form {
    padding: 30px 20px;
  }
  
  .contact-us-section .contact-address .theme-title-one h2 {
    font-size: 32px;
    line-height: 1.4;
  }
  
  .contact-us-section .contact-address .call {
    font-size: 24px;
  }
  
  .contact-us-section .php-email-form .theme-button {
    width: 180px;
    height: 50px;
  }

}

  


  /* Menu open */
  .button-group.active {
    display: flex;
  }

    .app-screenshot .screenshot-container .phone-mockup {
        display: none;
    }

    .testimonial-section .main-bg-wrapper {
        height: auto;
    }

    .testimonial-section .main-bg-wrapper .main-slider-wrapper {
        position: static;
    }

    .testimonial-section .main-bg-wrapper .overlay {
        padding-bottom: 150px;
    }

    #watch-video {
        bottom: 40px;
    }

    .app-screenshot h2 {
        margin-bottom: 40px;
    }

    .text-style {
        word-spacing: -3px;
    }


/*(max-width: 767px)*/

@media (max-width: 650px) {

    #success,
    #error {
        width: 84%;
        height: auto;
        top: calc(50% - 50px);
        left: 8%;
        padding: 30px 10px;
        margin: 0;
    }

    .our-blog {
        padding: 0 15px;
    }

    .text-style {
        word-spacing: -3px;
    }

}

@media (max-width: 600px) {
    .what-we-do .single-block {
        margin-top: 50px;
    }

    footer .footer-data-wrapper {
        padding: 0;
    }

    #theme-main-banner .camera_caption .container h1 br,
    #theme-main-banner .camera_caption .container p br {
        display: none;
    }

    .text-style {
        word-spacing: -3px;
    }
}

@media (max-width: 550px) {
    .theme-title-one h2 {
        font-size: 34px;
        line-height: 48px;
    }

    .testimonial-section .main-bg-wrapper .main-slider-wrapper {
        max-width: initial;
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonial-section .owl-theme .owl-dots {
        right: 0;
    }

    .blog-details .tag-option ul {
        width: 100%;
    }

    .text-style {
        word-spacing: -3px;
    }
}

@media (max-width: 500px) {
    .boost-your-phone .boster-image-wrapper .ao-annotations {
        padding-top: 40px;
    }

    .boost-your-phone .boster-image-wrapper .ao-annotations span {
        position: static;
        display: inline-block;
        margin: 10px 0;
    }

    .advance-feature .feature-warpper .col-xs-6 {
        width: 100%;
    }

    .advance-feature .feature-warpper .single-feature.m-fix {
        margin-top: 0;
    }

    .our-blog .col-xs-6 {
        width: 100%;
    }

    .text-style {
        word-spacing: -3px;
    }
}

@media (max-width: 450px) {
  .google-map-area .map-image-warpper .placeholder .map-meta-data {
    width: 300px;
  }

  
 

  .blog-details .comment-area .comment-section .comment button {
    position: static;
    margin-top: 15px;
  }

  .text-style {
    word-spacing: -3px;
  }
}


@media (max-width: 420px) {
    .blog-details .blog-main-post h2 {
        font-size: 25px;
        padding-left: 50px;
    }

    .blog-details .blog-main-post h2:before {
        width: 35px;
    }

    .text-style {
        word-spacing: -3px;
    }
}

@media (max-width: 480px) {
    .pricing-plan-section .tab-content .table-content .price-table {
        width: 100%;
    }

    #theme-main-banner .camera_caption .container h5 {
        margin-top: 50px;
        font-size: 20px;
    }

    #theme-main-banner .camera_caption .container h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .text-style {
        word-spacing: -3px;
    }
}

@media (max-width: 380px) {
    .pricing-plan-section .nav-tabs>li>a {
        width: 134px;
    }

    .text-style {
        word-spacing: -3px;
    }
}

/* Responsive Styles */
@media (max-width: 1199px) {

    /* Large devices (desktops, less than 1200px) */
    #theme-main-banner .camera_caption .container .image-wrapper {
        width: 50%;
        right: -100px;
        top: -100px;
    }

    .boost-your-phone .boster-image-wrapper {
        left: -100px;
    }

    .advance-feature .feature-text {
        padding: 150px 30px 0 0;
    }
}

@media (max-width: 991px) {

    /* Medium devices (tablets, less than 992px) */
    #theme-main-banner .camera_caption .container .image-wrapper {
        position: relative;
        width: 80%;
        right: auto;
        top: auto;
        margin: 50px auto 0;
    }

    .boost-your-phone .boster-image-wrapper {
        position: relative;
        left: auto;
        margin: 0 auto;
        width: 80%;
    }

    .boost-your-phone .text {
        padding: 50px 0 0 0;
        /* text-align: center; */
    }

    .advance-feature .feature-text {
        padding: 50px 0;
        /* text-align: center; */
    }

    .contact-us-section .php-email-form {
        padding-right: 0;
        margin-bottom: 50px;
    }

    footer .footer-data-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {

    /* Small devices (landscape phones, less than 768px) */
    h1 {
        font-size: 36px;
        line-height: 48px;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    #theme-main-banner .camera_caption .container p {
        font-size: 16px;
    }

    .theme-main-header .button-group li a {
        width: 100px;
        font-size: 14px;
    }

    .what-we-do .single-block {
        margin-top: 30px;
    }

    .advance-feature .feature-warpper:before {
        display: none;
    }

    /* .contact-us-section .contact-address {
        text-align: center;
    } */

    footer .bottom-footer .footer-logo {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .bottom-footer ul.footer-menu {
        text-align: center;
        margin-top: 50px !important;
    }

    footer .bottom-footer ul.social-icon {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {

    /* Extra small devices (portrait phones, less than 576px) */
    h1 {
        font-size: 28px;
        line-height: 38px;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    #theme-main-banner .camera_caption .container a {
        width: 160px;
        line-height: 46px;
        font-size: 16px;
        margin: 10px 5px 0 0;
    }

    .theme-main-header .button-group li:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .theme-main-header .button-group li a {
        display: block;
        width: 120px;
    }

    .what-we-do .theme-title-one {
        padding-bottom: 20px;
    }

    .boost-your-phone .boster-image-wrapper {
        width: 100%;
    }

    .contact-us-section .contact-address .call {
        font-size: 22px;
    }

    footer .subscribe-form .input-wrapper {
        margin: 40px 0 50px 0;
    }

    footer .bottom-footer ul.footer-menu li a {
        margin: 0 15px 15px;
    }
}

/* Specific element adjustments */
@media (max-width: 400px) {
    #theme-main-banner .camera_caption .container a {
        width: 140px;
        font-size: 14px;
    }

    .theme-title-one h6 {
        font-size: 14px;
    }

    .theme-main-header .logo h4 {
        font-size: 18px;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .contact-us-section .php-email-form {
        padding: 20px;
    }

    .contact-us-section .php-email-form input[type="text"],
    .contact-us-section .php-email-form input[type="email"],
    .contact-us-section .php-email-form textarea {
        width: 100%;
    }
}

@media (max-width: 767px) {
   

    .theme-main-header .logo {
        text-align: center;
        float: none !important;
    }

    footer .bottom-footer ul.footer-menu{
        text-align: center;
        margin-top: 50px !important;
    }
}

@media (max-width: 991px) {
    .what-we-do .single-block {
        margin-bottom: 30px;
    }

    footer .bottom-footer ul.footer-menu {
        text-align: center;
        margin-top: 50px !important;
    }
}