@media (max-width: 1600px) {
  .banner-inner .banner-item {
    right: 0;
    max-width: 45%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .banner-content {
    margin-top: 100px;
  }

  .main__navigation ul li {
    margin-right: 11px;
  }

  .portfolio-box ul li {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .element-10,
  .element-32 {
    display: none;
  }

  .element-14 {
    left: -40px;
  }

  .element-13 {
    left: -200px;
  }

  .element-12 {
    left: -20px;
  }

  .element-3 {
    left: -30px;
  }

  .popup-layout {
    width: 970px;
    height: 520px;
  }

  .popup-layout .popup-head {
    margin-bottom: 2rem;
  }

  .popup-layout .popup-head h5 {
    font-size: 20px;
  }

  .popup-layout .popup-head h4 {
    font-size: 42px;
  }

  .element-22 {
    right: -160px;
  }

  .footer-form-wrap .form-before::after {
    right: -250px;
  }
}

@media (max-width: 1440px) {


   .tnak-banner .element-22 {
    right: 0px;
  }

  .banner-content h1 {
    font-size: 29px;
    margin-bottom: 5px;
    margin-top: 6px;
    font-display: swap;
    font-family: "Open Sans", sans-serif;
  }

  .banner-content p {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .banner-home {
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
  }
}

@media (max-width: 1199px) {
  .container {
    position: relative;
  }

  header {
    position: relative;
    background-color: #ffffff;
    padding: 10px 0;
  }

  header .logo img {
    max-width: 85%;
  }

  .hamburger {
    display: block;
  }

  .mob-menu.open {
    display: block;
  }

  .mob-menu.open {
    display: block;
    left: 0;
    overflow: auto;
    padding: 30px;
  }

  .mob-menu {
    position: fixed;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 4;
    display: none;
  }

  .mob-menu ul li {
    display: block;
  }

  .mob-menu ul li + li {
    margin-left: 0;
  }

  .mob-menu.open ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mob-menu.open ul li a {
    color: #ffffff;
  }

  .element {
    display: none;
  }

  .banner-element-1::before {
    display: none;
  }

  .banner-inner .banner-item {
    display: none;
  }

  .cta-slider-1 {
    display: none;
  }

  ul.dropdown {
    position: relative;
    background-color: #000000;
    padding: 15px 25px 15px 20px;
    margin: 0;
    top: 0;
    width: 100%;
  }

  ul.dropdown li {
    border-bottom: 0;
    margin-bottom: 5px !important;
  }

  .footer-form-wrap .form-before::after {
    display: none;
  }

  .banner-inner .banner-inner-content h2 br,
  .banner-inner .banner-inner-content p br {
    display: none;
  }

  .combo-box-pack .details::before,
  .combo-box-pack .info::before {
    display: none;
  }
  .headingstyle1 h3 {
    font-size: 40px;
  }
  .header-contact-details {
    transform: translateX(-70px);
  }
  .hamburger {
    right: 20px;
  }
  .main__navigation ul.inline-block {
    flex-direction: column;
  }
  .main__navigation ul li a {
    font-size: 18px;
    padding: 11px 0;
  }
}

@media (max-width: 991px) {
  .btn-style-1 {
    padding: 10px 17px;
  }
  .header-contact-details ul {
    margin-bottom: 0;
    padding: 0 !important;
  }
  header {
    padding: 10px 0 !important;
  }
  .header-contact-details {
    transform: translateX(0px);
  }
}

@media (max-width: 768px) {
  .logo {
    text-align: left;
  }

  .floatbutton {
    display: none;
  }

  .banner-home {
    padding-bottom: 15px !important;
    background-image: none;
    background-color: #f0f0f0;
  }

  .portfolio-box ul.slick-dots {
    padding: 12px 0 0;
  }

  .footer-form-wrap .form-before:before {
    display: none;
  }

  .footer-form-wrap .form-before:after {
    display: none;
  }

  .footer-top .ft__nav .mw-60 {
    max-width: 30%;
  }

  ul.other-services {
    padding: 0px 0px 0px 0px;
  }

  .cta__3 .title h4 span::before {
    display: none;
  }

  .cta__3 .title h4 span::after {
    display: none;
  }

  .cta__2 .items ul li:first-child::before {
    right: 65px;
  }

  .ad-etxt {
    margin-left: 0px;
  }

  .custom-tab-list ul li {
    display: inline !important;
  }
  .col-lg-3.ft-last {
    padding-left: 15px;
    padding-right: 0;
  }
  .visionary-businesses .img__area img {
    max-width: 75% !important;
  }
  .img__area {
    text-align: center;
  }
  .banner-content p {
    line-height: normal;
    font-size: 13px;
  }
  .mob-menu.open ul li {
    margin-bottom: 5px;
  }
  .banner-content h1 {
    font-size: 19px;
  }
  .banner-content h2 {
    font-size: 38px;
  }
}

@media (max-width: 825px) {
  .headingstyle1 p {
    font-size: 13px;
  }

  .hamburger {
    right: 30px;
  }

  .spacing__x {
    padding: 40px 0;
  }

  .spacing__x.top {
    padding-top: 40px;
  }

  ul.inline-block li {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }

  .headingstyle1 {
    margin-bottom: 20px;
  }

  .headingstyle1 h6 {
    font-size: 18px;
  }
  .headingstyle1 h3,
  .cta__1 .headingstyle1 h3 {
    font-size: 23px;
  }

  .service-type-box {
    width: 78%;
    margin: 0px auto;
  }
  ul.service-type-listing.responsive-slider {
    padding-left: 0px;
  }
  .col-lg-6.pos-unset {
    width: 58%;
    margin: 0px auto;
    text-align: center;
  }

  .headingstyle1 h3 br {
    display: none;
  }

  .headingstyle2 h6 {
    font-size: 18px;
  }

  .headingstyle2 h3 {
    font-size: 32px;
  }

  .headingstyle2 p {
    font-size: 16px;
  }

  /* header  {
      position:  relative;
  }
   */

  .usp-generic-list {
    display: none;
  }

  .header-contact-details {
    display: none;
  }

  header.sticky-header {
    box-shadow: none;
  }

  .nav-none header {
    margin-top: 70px;
  }

  .banner-home {
    height: auto;
  }

  .banner-content {
    padding: 40px 0 0px;
  }
  .banner-content h1 {
    font-size: 27px;
    line-height: normal;
    font-weight: bold;
  }

  .banner-content h6 {
    font-size: 16px;
  }

  .banner-content p {
    /* font-size: 14px; */
    margin-bottom: 10px;
  }

  .visionary-businesses .text__area {
    text-align: center;
  }

  .visionary-businesses .text__area h6 {
    font-size: 14px;
    border-right: none;
    margin-bottom: 15px;
  }

  .area-service .service-type-listing > li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .area-service .service-type-listing li.active .service-type-box {
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.19);
  }

  .area-service .slick-slide {
    margin: 15px 15px;
  }

  .area-service ul.slick-dots {
    padding: 20px 0 0 0;
  }

  .cta__1 {
    padding: 40px 0;
  }

  .cta-slider-1 {
    margin-bottom: 25px;
  }

  .contact-details ul li {
    margin-right: 0;
    display: inline-block;
  }

  .contact-details ul li:first-child {
    margin-bottom: 10px;
  }

  .contact-details ul li + li {
    border-left: 0;
  }

  .custom-tab-list {
    margin-bottom: 20px;
  }

  .custom-tab-list ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .portfolio-box ul li {
    width: 100%;
    display: block;
    margin-right: 15px;
  }

  .portfolio-box ul.slick-dots li {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }

  .cta__2 .items ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cta__2 .items ul li:first-child::before {
    right: 40px;
  }

  .pricing-slider ul.slick-dots {
    padding: 0;
  }

  .cta__3 {
    padding: 40px 0;
    text-align: center;
  }

  .cta__3 .title h4 {
    font-size: 18px;
  }

  .cta__3 .title h4 span::before,
  .cta__3 .title h4 span::after {
    display: none;
  }

  .cta__3 .price img {
    display: none;
  }

  .cta__3 .get-in-touch h6 {
    margin-bottom: 26px;
  }

  .cta__3 .get-in-touch ul li {
    margin-right: 0;
  }

  .package-details h5 {
    font-size: 28px;
    font-weight: 700;
  }

  .package-details h3 {
    font-size: 62px;
    font-weight: 900;
  }

  .combo-box-pack .info::before,
  .combo-box-pack .details::before {
    display: none;
  }

  .combo-box-pack .title {
    margin-bottom: 10px;
  }

  .combo-box-pack .title h3 {
    font-size: 26px;
  }

  .combo-box-pack .title p {
    font-size: 16px;
  }

  .combo-box-pack .price {
    display: block;
  }

  .combo-box-pack .price h3 {
    font-size: 72px;
  }

  .combo-box-pack .price h6 {
    margin-left: 0;
  }

  .combo-box-pack .off-now h6 {
    font-size: 22px;
  }

  .combo-box-pack .details {
    padding: 25px 10px;
  }

  .combo-box-pack .details ul li:first-child {
    text-align: left;
  }

  .combo-box-pack .details ul li + li::before {
    display: none;
  }

  .combo-box-pack .details ul li:last-child {
    padding-left: 10px;
  }

  .industrie-number:before {
    display: none;
  }

  .point-wrap {
    padding-top: 20px;
  }

  .point-wrap .slick-list {
    margin: 0;
  }

  .point-wrap ul.slick-dots {
    padding: 20px 0 0;
  }

  .industrie-number h3 {
    font-size: 28px;
    margin: 0;
  }

  .industrie-number p {
    font-size: 14px;
  }

  .work-with-us {
    background-image: none !important;
    padding-bottom: 25px;
  }

  .with_us_content {
    display: block;
    padding-top: 10px;
  }

  .call_us .icon {
    margin-right: 10px;
    border: none;
  }

  .call_us .icondetai {
    left: 0;
  }

  .icondetai h5 a {
    font-size: 22px;
  }

  .testimonial-box {
    margin-bottom: 0;
  }

  .testimonial-slider ul.slick-dots {
    margin-bottom: 0;
  }

  .testimonial-slider .slick-list {
    margin: 20px 0 0 0;
  }

  .testimonial-box .review p {
    font-size: 16px;
  }

  .testimonials .text-area p {
    margin-bottom: 18px;
  }

  .footer-form-wrap .form-before:before,
  .footer-form-wrap .form-before:after {
    display: none;
  }

  .footer-text-sec .quote {
    box-shadow: none;
    position: relative;
    bottom: 0;
    padding: 20px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .footer-text-sec .quote:after {
    display: none;
    position: relative;
    max-width: 100%;
  }

  .footer-text-sec .quote p {
    font-size: 16px;
    line-height: normal;
  }

  .footer-text-sec {
    height: auto;
    padding: 25px 20px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .footer-text-sec a {
    font-size: 13px;
  }

  .footer-form-wrap:before {
    display: none;
  }

  .footer-form-wrap {
    padding: 0;
  }

  .footer-form-sec {
    margin-bottom: 30px;
  }

  .footer-form-sec h3 {
    font-size: 30px;
    padding: 0;
  }

  .footer-form {
    margin-top: 20px;
  }

  .footer-top {
    padding: 40px 0 20px 0;
  }

  .footer-top .ft__nav p {
    margin-top: 30px;
  }

  .get-in-touch {
    margin-bottom: 0;
  }

  .ft__nav {
    margin-bottom: 20px;
  }

  .ft__nav img {
    max-width: 50%;
  }

  .footer-top .ft__nav h4 {
    margin-bottom: 10px;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .copy-rights ul {
    margin-left: 0;
    margin: 15px 0;
  }

  .footer-bottom .copy-rights ul li {
    display: inline-block;
  }

  .footer-text-sec a.contact-info {
    font-size: 16px;
  }

  .footer-text-sec p {
    font-size: 16px;
    margin: 0 0 10px 0;
  }

  .footer-text-sec .btn-white {
    padding: 0.5rem 1rem;
  }

  .banner-inner {
    padding: 30px 0;
    min-height: auto;
  }

  .banner-inner .banner-inner-content h2 {
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 40px;
  }

  .banner-inner .banner-inner-content h6 {
    font-size: 18px;
  }

  .banner-inner .banner-inner-content p {
    font-size: 14px;
  }

  .banner-inner .banner-inner-content ul {
    display: block !important;
  }

  .banner-inner .banner-inner-content ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .banner-inner .banner-inner-content ul li:last-child {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .banner-inner .banner-inner-content ul li:last-child {
    margin-left: 0;
  }

  .ds__left {
    margin-bottom: 20px;
  }

  .ds__left::before {
    display: none;
  }

  .avail-offer li a {
    font-size: 14px;
    padding: 13px 25px;
    display: block;
    text-align: center;
  }

  .avail-offer li:last-child {
    margin-top: 15px;
  }

  .ds__right .avail-offer li {
    margin-bottom: 20px;
  }

  .our__facts {
    padding: 40px 0 0 0;
  }

  .our__facts h5 {
    font-size: 26px;
  }

  .our__facts p {
    margin-bottom: 30px;
  }

  .our__facts .completed-projects li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .our__facts .contact-details {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .main-services figcaption {
    left: 50px;
  }

  .git__form .lets__talk {
    margin-bottom: 20px;
  }

  .offer-text {
    text-align: center;
  }

  .offer-text h6 {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .offer-action {
    text-align: center;
  }

  .offer-action ul li:first-child a {
    font-size: 12px;
    padding: 6px 14px;
  }

  .offer-action ul {
    display: block;
  }

  .offer-action ul li {
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .offer-action ul li:last-child a {
    font-size: 14px;
  }

  .offer-action ul li:first-child {
    border-right: none;
  }

  .offer-action ul li:last-child {
    margin-left: 0;
  }

  .about-service {
    padding: 40px 0;
  }

  .about-service .img__area {
    margin-bottom: 20px;
  }

  .headingstyle3 h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .headingstyle3 h3 br,
  .headingstyle3 p br {
    display: none;
  }

  .adv-of-service .wd-50 li {
    width: 100%;
  }

  .services-types .bottom-area .container {
    margin-top: 0;
  }

  .services-types .tab-list ul li {
    display: block;
  }

  .services-types .tab-list ul li:first-child a {
    border-radius: 0;
  }

  .services-types .tab-list ul li a {
    display: block;
  }

  .services-types .top-area {
    padding-bottom: 40px;
  }

  .services-types .headingstyle3 {
    margin-bottom: 0;
  }

  .services-types .bottom-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-types .st__body ul li {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    margin-right: 0;
    width: 100%;
  }

  .review-box .rv__detail p {
    min-height: auto;
  }

  .main-services-slider .slick-list {
    margin: 0;
  }

  .popup-layout {
    width: 100vw;
  }

  .popup-wrapper {
    padding: 1.5rem 1.5rem;
  }

  .popup-layout .popup-head {
    margin-bottom: 1rem;
  }

  .popup-layout .popup-head h5 {
    font-size: 14px;
  }

  .popup-layout .popup-head h4 {
    font-size: 24px;
  }

  .mob-display-none {
    display: none;
  }
}

@media (min-width: 850px) {
  .has-main-msg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  span.text-us {
    margin-top: 24px;
    margin-right: 9px;
  }
}

@media (max-width: 850px) {
  section.main-lgo-requiremnts-sec .col-md-10 {
    width: 100%;
  }

  .col-md-6.has-pay-meth {
    margin: 0 auto;
    width: 94%;
    display: block;
  }

  span.text-us {
    display: none !important;
  }

  .graywrap h1 {
    font-weight: 400;
    font-size: 22px;
  }

  .header-wrap a.various.hire-btn.redbtn {
    margin: 32px 14px 0 0;
  }

  .mobile-cta {
    display: block;
  }
}

@media (max-width: 414px) {
  .banner-home {
    padding-bottom: 15px;
  }
  
  .cta__2 .items ul li:first-child::before {
    right: 100px;
  }
  
  .portfolio-box ul.slick-dots {
    padding: 20px 0 0;
  }
  
  .custom-tab-list ul li {
    display: inline;
  }
  
  .footer-top .ft__nav .mw-60 {
    max-width: 50%;
  }
  
  ul.other-services {
    padding: 0px 0px 0px 0px;
  }
  
  .floatbutton {
    display: none;
  }
}

@media (max-width: 575px){
  .banner-content h1 {
        font-size: 17px !important;
  }
  .banner-content h2 {
        font-size: 30px;
    }
}