.wpcf7-form iframe,
.cf-turnstile iframe{
  width: 100% !important;
  max-width: 300px !important;
}
#chat-widget-container,
#livechat-eye-catcher{
  z-index: 111111 !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
} 
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
::selection{
  background: var(--pink-magenta);
  color: #fff;
}
.text-white {
  color: #fff!important;
}
.yellow-color{
  color: var(--yellow) !important;
}
.green-color {
  color: var(--green-yellow) !important;
}
.orange-color {
  color: var(--orange) !important;
}
.sky-blue-color {
  color: var(--sky-blue) !important;
}
.blue-color {
  color: var(--blue-dark) !important;
}
.pink-color {
  color: var(--pink-magenta) !important;
}
.black-color {
  color: #000 !important;
}
.dark-color {
  color: var(--dark) !important;
}
.purple-gradient {
  background: var(--purple-gradient) !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
.btn,
.iti__selected-flag,
a,
button {
  outline: 0 !important;
}
.btn,
a,
button,
picture {
  text-decoration: none !important;
  display: inline-block;
}
ol,
ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.banner-image,
.image-wrapper {
  text-align: center;
}
.image-wrapper img,
.iti {
  width: 100%;
}

/* CF7 Form Alerts */

.wpcf7 form {
  position: relative;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-custom-msg {
  margin: 10px auto 0 !important;
  padding: 10px 15px !important;
  border: 0px !important;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-custom-msg {
  background: #ffb900;
  color: #191819;
}

.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output {
  background: #ff0000;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #2ABB03;
  color: #fff;
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28;
  color: #fff;
}

.wpcf7 form .wpcf7-spinner{
  position: absolute;
  margin: 0;
}

.sticky-form-wrapper .wpcf7 form .wpcf7-spinner{
  bottom: 14px;
  right: 16px;
}
.faqs-form-wrapper .wpcf7 form .wpcf7-spinner{
  bottom: 12px;
  right: 10px;
}

.about-information .row > div,
.logo-design-banner .row > div,
.p-10 {
  padding: 10px !important;
}
.gradient-title {
  background: linear-gradient(to left, #ff0566 0, #fa7236 100%);
  -webkit-background-clip: text;
  color: var(--pink-magenta);
  -webkit-text-fill-color: transparent;
}
.primary-heading-box {
  margin-bottom: 50px;
}

.primary-heading-box.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.primary-heading-box .main-heading {
  color: var(--blue-dark);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.primary-heading-box .sub-heading {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -1px;
}
.primary-heading-box .sub-heading.text-white{
  font-weight: 200;
}
.primary-heading-box .main-heading,
.primary-heading-box .sub-heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.primary-heading-box .small-heading {
  color: var(--dark-color);
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
.primary-heading-box p:first-of-type {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 580px;
  margin-top: 30px;
}
.primary-heading-box p.w-100 {
  max-width: 100%;
}
.contact-form .form-control:disabled{
  background-color: #fff;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form textarea:focus{
  border-color: var(--pink-magenta) !important;
}
.scrollToTop {
  padding: 10px 15px;
  text-align: center;
  color: #000 !important;
  background: #fff;
  border: 1px solid #000;
  z-index: 350;
  font-size: 12px;
  border-radius: 30px;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.scrollToTop.button-show {
  opacity: 1;
  visibility: visible;
}
.scrollToTop:hover {
  transform: scale(0.91);
  background: var(--pink-magenta);
  color: #fff !important;
}

.fa-user, .fa-envelope, .fa-phone, .fa-bullhorn, .fa-comment-dots, .fa-calendar-day, .fa-hourglass-start, .fa-facebook, .fa-linkedin-in, .fa-x-twitter{
  width: 16px;
  height: 15px;
  display: inline-block;
}

.fa-facebook{
  background: url(../../../../uploads/2023/07/fb-icon.webp) no-repeat;
}
.fa-linkedin-in{
  background: url(../../../../uploads/2023/07/linkedin.webp) no-repeat;
}
.fa-x-twitter{
  background: url(../../../../uploads/2023/07/twitter.webp) no-repeat;
}

.fa-user{
  background: url(../../../../uploads/2023/07/user.webp) no-repeat;
}

.fa-envelope{
  background: url(../../../../uploads/2023/07/envelope.webp) no-repeat;
  background-size: contain;
}

.fa-phone{
  background: url(../../../../uploads/2023/07/call.webp) no-repeat;
  background-size: contain;
}

.fa-bullhorn{
  background: url(../../../../uploads/2023/07/bullhorn.webp) no-repeat;
}

.fa-comment-dots{
  background: url(../../../../uploads/2023/07/comment-dots.webp) no-repeat;    
}

.fa-calendar-day{
  background: url(../../../../uploads/2024/02/calendar-day-solid.webp) no-repeat;
  background-size: contain;
  display: inline-block;
}

.fa-hourglass-start{
  background: url(../../../../uploads/2024/02/hourglass.webp) no-repeat;
  background-size: contain;
}

.wpcf7 br{
  display: none;
}

.min-600 {
  min-height: 600px;
}
.min-500 {
  min-height: 500px;
}
.min-450 {
  min-height: 450px;
}
.min-350 {
  min-height: 350px;
}
.min-250 {
  min-height: 250px;
}
.contact-us {
  padding: 30px 0 50px;
}
.about-information .row,
.align-middle{
  align-items: center;
}
.contact-us .primary-heading-box .main-heading {
  color: #000;
}
.wpcf7 form .wpcf7-not-valid-tip {
  text-align: left;
  margin-top: 0;
  color: red;
  font-size: 13px;
  font-weight: 600;
}
.wpcf7-not-valid-tip {
  margin-top: 0 !important;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.contact-form {
  padding: 25px;
  box-shadow: 0 0 13px 0 rgb(0 0 0 / 20%);
  border-radius: 12px;
  margin: 20px auto;
}
.contact-form .wpcf7 form .wpcf7-not-valid-tip {
  margin: -15px 0 10px 20px !important;
  color: var(--pink-magenta);
}
.contact-form .wpcf7 form .wpcf7-spinner{
  bottom: 10px;
  margin-left: 10px;
}
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea {
  border: 1px solid var(--pink-magenta) !important;
  display: block;
  width: 100%;
  min-height: 50px;
  border-radius: 10px;
  padding: 0.375rem 0.75rem;
  margin: 0 auto 20px !important;
  box-shadow: none !important;
  color: #212529;
  outline: 0;
}
.contact-form .form-select,
.intl-tel-input input[type=text]{
  margin-bottom: 20px !important;
  display: block;
}
.contact-form .form-select {
  background-position: right 0.5rem center;
  background-size: 11px 11px;
}
.contact-form textarea {
  height: 150px;
  padding: 0.375rem 0.75rem !important;
  border-radius: 12px !important;
}
.contact-form .row > div {
  padding: 0 10px !important
}
.contact-form .row > div.addon-col {
  padding-bottom: 0 !important;
}
.iti__country-list{
  width: 410px;
}

.contact-form .row .col-sm-12.text-center{
  padding-bottom: 0 !important;
}

.contact-form input[type="submit"] {
  background: linear-gradient(to bottom, #ff0566, #fa7236);
  color: #fff !important;
  min-width: 160px;
  padding: 11px 25px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin: 15px auto 0;
  line-height: 1;
  outline: 0;
  box-shadow: none;
  border: 2px solid var(--orange) !important;
}
.order-package .block {
  width: 100%;
  max-width: 885px;
  margin: 0 auto;
  text-align: center;
}
.about-information .container.home-page .row > div,
.order-package .block ul {
  padding: 0 !important;
}
.iti__flag {
  background-image: url("../images/flags.png") !important;
}
.iti__selected-dial-code {
  display: none !important;
}
img {
  height: auto;
}

.hidden-mc-field{
    position: absolute; 
    left: -5000px; 
    visibility: hidden;
}

#mce-error-response, #mce-success-response{
    display: none;
}

.horizontal-spacing{
  margin: 50px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png") !important;
  }
}
.contact-form p.form-control{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  opacity: 0.8;
}
.order-package .contact-form .m-4{
  margin: 0 !important;
}
.textual-content {
  background-image: url(../../../../uploads/2021/04/create_logo_shape.webp);
  background-position: top center !important;
  background-repeat: no-repeat;
  margin-top: -130px;
  padding: 130px 0 0;
  background-size: 100% !important;
}
.textual-content .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.textual-content .main-heading {
  margin-bottom: 30px;
}
.textual-content .block {
  margin-bottom: 50px;
}
.textual-content ul {
  padding-left: 40px !important;
  margin-bottom: 1rem !important;
}
.stretch-img-box .box {
  height: 50%;
}
.review-text p {
  line-height: 1.5;
  font-style: italic;
}
.about-information{
  padding: 70px 0 0;
}
.about-information p{
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 20px 0 !important;
}
.about-information .container.home-page {
  max-width: 100% !important;
}
.about-information .container.home-page .row > div:first-child {
  padding: 0 60px 0 0 !important;
  display: flex;
  align-content: center;
  align-items: flex-end;
}
.about-information .container.home-page .inner-content {
  width: 100%;
  max-width: 570px;
  padding: 0 10px;
}
.text-collapse-btn{
  background: transparent;
  padding: 0;
  border: none;
  color: var(--blue-dark);
  font-size: 16px;
  box-shadow: none;
  display: inline-block;
  line-height: 2em;
}

.text-collapse-btn[aria-expanded="false"] .more,
.text-collapse-btn[aria-expanded="true"] .less{
  display: inline-block;
}

.text-collapse-btn[aria-expanded="false"] .less,
.text-collapse-btn[aria-expanded="true"] .more{
  display: none;
}

.about-information .home-about {
  transform: translate(-10px, 90px);
}
.web-dev-banner .row > div {
  padding: 0 10px !important;
}

.justify-left {
  justify-content: flex-start;
}
.justify-right {
  justify-content: flex-end;
}

.contact-form-2{
  background-position: center;
  background-repeat: no-repeat;
}
.contact-form-2 {
  padding: 60px;
  background-image: url(../../../../uploads/2021/03/faq_form_bg.webp);
  background-color: var(--pink-magenta);
  background-size: cover !important;
}
.contact-form-2 .input-box {
  padding-bottom: 45px;
}
.contact-form-2 .input-box.submit-box {
  padding-bottom: 20px;
}
.contact-form-2 .input-box .wpcf7-not-valid-tip {
  margin-top: 5px !important;
  color: #fff;
}
.contact-form-2 .form-control {
  background: 0 0 !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  color: #fff !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 14px;
  box-shadow: none !important;
}
.contact-form-2 .form-control::placeholder {
  color: #fff;
}
.contact-form-2 textarea {
  min-height: 246px !important;
}
.contact-form-2 .submit-box {
  margin-top: 0;
  padding-top: 10px;
}
.contact-form-2 input[type="submit"] {
  width: 200px;
  line-height: 30px;
  font-size: 23px !important;
  color: #000 !important;
  text-transform: capitalize;
  text-align: center;
  margin: 10px auto 0;
  display: block;
  padding: 12px 30px !important;
  background-color: #eee !important;
  border: 1px solid #ddd !important;
  border-radius: 50px !important;
}

.branding-banner .banner-image img {
  height: 500px;
}
.testimonials2 {
  background: #f4f4f7;
}
.about-information.logo-design {
  background-image: url(../../../../uploads/2021/04/create_logo_shape.webp);
  background-position: top  center !important;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -110px;
  margin-bottom: 0;
  padding: 100px 0 0;
}
.stats-row {
  display: flex;
  align-items: stretch;
}
.statistics {
  background: #292d36;
  padding: 75px 0;
  text-align: center;
}
.stats-row {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
.stats-row .stats {
  width: 100%;
  max-width: 25%;
  color: #fff;
  background-image: url(../../../../uploads/2021/04/videoanimation_counter_bg.webp);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.stats-row .stats:last-child {
  background: 0 0;
}
.stats-row .stats h3 {
  font-size: 69px;
  line-height: 0.8;
}
.stats-row .stats h4 {
  color: #fff;
  font-size: 18px;
  line-height: 2.5;
  font-weight: 300;
}

.about-information.web-dev {
  background-image: url(../../../../uploads/2021/04/webdevelopment_about_bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -135px;
  margin-bottom: 0;
  padding: 140px 0 0;
  background-size: 100%;
}

.invoice-area {
  background-image: var(--purple-gradient);
  padding: 100px 0 50px;
  color: #fff;
}
.invoice-area .inner-content {
  width: 100%;
  max-width: 884px;
  margin: 0 auto;
}
.invoice-area .contact-form-2 {
  padding: 25px;
  box-shadow: 0 0 13px 0 rgb(0 0 0 / 20%);
  border-radius: 12px;
  margin: 20px auto;
  background: 0 0;
  position: relative;
}
.invoice-area form select {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  color: #999 !important;
  opacity: 1;
}
.invoice-area .contact-form-2 .wpcf7-spinner{
  bottom: 16px;
  margin-left: 65px;
}
.post-password-form {
  width: 100%;
  max-width: 730px;
  margin: 48px auto;
}

.certified-by{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
  margin: 100px auto 50px;
}

.laptop-wrapper{
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 547px;
  margin: 0 auto;
}

.laptop-wrapper img{
  z-index: 1;
}

.mockup-wrapper{
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 410px;
  height: 255px;
  overflow: hidden;
}

.mockup-wrapper img{
  position: relative;
  transform: translateY(0);
  width: 100%;
  transition: all 4.5s ease-in-out;
}

.web-design-about .row:hover .mockup-wrapper img{
  transform: translateY(calc(-100% + 255px));
}

.custom-order-payment #customerQuantity::before{
  content: "$";
  font-size: 12px;
}

.custom-order-payment .totalPayment::before{
  content: "$";
  font-size: 16px;
}

/* Free Guide Form CTA */
.free-guide,
.unsubscribe-box {
  background-image: url(../images/widgets/ebook_form_bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 35px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  border-radius: 34px;
  width: 100%;
  max-width: 500px;
}
.free-guide .inner-column strong.gradient-title ,
.unsubscribe-box strong.gradient-title {
  display: block;
  font-size: 24px !important;
  line-height: 1.2 !important;
  margin-bottom: 15px;
  font-weight: var(--fw-bold);
}
.free-guide .inner-column p,
.unsubscribe-box p{
  color: #363636 !important;
  font-size: 15px;
  line-height: 1.4;
}

.user-form .input-box{
  position: relative;
  margin-top: 25px;
}

.user-form .input-box{
  position: relative;
  margin-top: 25px;
}

.user-form .input-box input{
  height: 55px;
  background: #003a7747;
  padding-left: 20px;
  outline: none;
  box-shadow: none;
  border-radius: 40px;
  border: 1px solid transparent;
}

.user-form .input-box input:focus{
  border-color: #000;
}

.user-form .input-box label{
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  top: 14px;
  left: 20px;
  color: #000;
  transform-origin: 0 0;
  transition: all .3s ease-in-out;
  pointer-events: none;
  border-radius: 10px;
  opacity: 1;
}

.user-form .input-box input:focus + label,
.user-form .input-box input:not(:placeholder-shown) + label{
  top: -14px;
  background: #fff;
  font-size: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.user-form .iti__selected-flag{
  border-radius: 40px 0 0 40px;
}

.user-form .input-box input::placeholder{
  color: transparent;
  pointer-events: none;
  font-size: 0;
}

.user-form .input-box input.mobile_code::placeholder{
  font-size: unset;
  color: #000;
}

.user-form input[type="submit"]{
  color: #000000 !important;
  background-image: linear-gradient(0deg, #fdee3d 0%, #f1e121 100%);
  border-radius: 25px;
  font-size: 15px;
  box-shadow: none !important;
  border: 0;
  padding: 11px 25px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
}

.unsubscribe-email-form .input-box input::placeholder{
  font-size: unset;
  opacity: 1;
  color: #000;
}

.unsubscribe-email-form input[type="submit"]{
  height: unset;
  margin: 10px auto;
}

.turnstile-recaptcha-wrapper{
    padding: 10px 0;
}

.turnstile-recaptcha-wrapper > div{
    line-height: 1;
}

.custom-form-alerts .response-output{
  display: none;
  margin: 10px auto 0;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.custom-form-alerts .response-output.success{
  background: #2ABB03;
}

.custom-form-alerts .response-output.error{
  background: #ff0000;
}

.form-spinner{
  display: none;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: relative;
}

.form-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.form-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.modal-backdrop {
  z-index: 111111 !important;
  background-color: rgba(0,0,0,0.7) !important;
  opacity: 1 !important;
  backdrop-filter: blur(4px);
}

.modal{
  z-index: 1111111 !important;
}

.download-ebook-guide .modal-content ,
.unsubscribe-popup .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.download-ebook-guide .modal-body,
.unsubscribe-popup .modal-body{
  padding: 0;
}

.download-ebook-guide .btn-close,
.unsubscribe-popup .btn-close{
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  border-radius: 50%;
  color: #333;
  border: 1px solid #333;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background-size: 10px;
  background-color: #fff;
  box-shadow: none;
}

.download-ebook-guide .btn-close:hover,
.unsubscribe-popup .btn-close:hover{
  filter: invert(1) grayscale(100%) brightness(200%);
}

.download-ebook-guide .free-guide .inner-column strong.gradient-title{
  padding-right: 20px;
}

.iti__selected-flag{
  background: transparent !important;
}

/* Custom Sidebar Rwo */

.custom-sidebar-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  width: 96%;
  max-width: 1420px;
}
.custom-sidebar-row .column {
  width: 100%;
}
.custom-sidebar-row .content-column {
  max-width: calc(75% - 20px);
}
.custom-sidebar-row .sidebar-column {
  max-width: calc(25% - 10px);
}

.section-padding {
  padding: 70px 0;
}

@media only screen and (min-width: 1800px) {
  .web-dev-banner{
    padding: 120px 0 150px;
  }
  .about-information.web-dev{
    margin-top: -180px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    transition: 0.5s ease-in-out;
  }
  .row > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 1600px) {
  .custom-sidebar-row .content-column {
      max-width: calc(70% - 20px);
  }
  .custom-sidebar-row .sidebar-column {
      max-width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 1440px){
  .portfolio-fold{
    padding: 50px 0 15px;
  }
}
@media only screen and (max-width: 1300px) {
  .custom-sidebar-row {
    max-width: 98%;
  }
  .custom-sidebar-row .content-column {
    max-width: calc(65% - 20px);
  }
  .custom-sidebar-row .sidebar-column {
    max-width: calc(35% - 10px);
  }
  .primary-heading-box .main-heading {
    font-size: 18px;
  }
  .primary-heading-box .sub-heading,
  .banner-content .main-heading {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1200px) {
  .logo-design-banner{
    padding: 90px 0;
  }
  .mockup-wrapper{
    top: 12px;
    width: 342px;
  }
  .certified-by{
    margin-top: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding: 40px 0;
  }
  .custom-sidebar-row{
    width: calc(100% - 30px);
  }
  .custom-sidebar-row .content-column,
  .custom-sidebar-row .sidebar-column {
      max-width: 100%;
  }
  .row-post  {
    flex-direction: column-reverse;
  }
  .about-information {
    padding: 30px 0 50px;
  }
  .about-information .row{
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
  .about-information .home-about{
    transform: unset;
  }
  .review-text p {
    font-size: 14px;
  }
  .stats-row .stats h3 {
    font-size: 40px;
  }
  .stats-row .stats h4 {
    font-size: 14px;
    line-height: 1.5;
  }
  .signature-logos .logo{
    min-height: 80px;
    padding: 15px;
  }
  .certified-by{
    margin: 50px auto;
  }
  .laptop-wrapper{
    margin-bottom: 100px;
  }
  .mockup-wrapper{
    top: 14px;
    width: 410px;
  }
  .web-design-about .row:hover .mockup-wrapper img{
    transform: unset;
  }
  .laptop-wrapper:hover .mockup-wrapper img{
    transform: translateY(calc(-100% + 255px)) !important;
  }
  .web-design-banner{
    padding: 90px 0 0 ;
  }
  .laptop-wrapper{
    margin-bottom: 30px;
  }
  .primary-heading-box{
    margin-bottom: 35px;
  }
  
}
@media only screen and (max-width: 768px) {
  body::-webkit-scrollbar {
    display: none !important;
  }
  .stats-row .stats:nth-child(2){
    background: 0 0;
  }
  .about-information .inner-content{
    padding: 0;
  }
  .about-information .row > div:last-child {
    padding: 12px !important;
  }
  .about-information .home-about{
    transform: translateX(-12px);
  }
  .about-information .container.home-page .row > div:first-child{
    padding: 0 !important;
  }
  .branding-banner .banner-image img {
    height: unset;
  }
  .stats-row .stats {
    max-width: 50%;
  }
  .min-500,
  .min-600 {
    min-height: unset;
  }
  .banner .min-500{
    min-height: 350px;
  }
  .textual-content {
    margin-top: -80px;
    padding: 80px 0 0;
  }
  
  .common-heading,
  .search-bar-box h2 {
    font-size: 22px;
  }
  .statistics,
  .testimonials{
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px){
  .mockup-wrapper {
    top: 13px;
    width: 383px;
  }
}
@media only screen and (max-width: 575px) {
  .textual-content .block {
    margin-bottom: 20px;
  }
  .contact-form-2 {
    background-size: cover !important;
  }
  .about-information.logo-design{
    padding-top: 70px;
  }
  .invoice-area .contact-form-2 .custom-order-payment{
    padding: 15px !important;
  }
  .invoice-area .contact-form-2 .custom-order-payment p{
    font-size: 12px !important;
    margin: 0 0 10px !important;
    width: 90% !important;
  }
  .contact-form-2 {
    padding: 0 !important;
  }
  .contact-form-2 textarea {
    min-height: 140px !important;
  }
  .contact-form-2 input[type="submit"] {
    width: 150px;
    line-height: 1;
    font-size: 16px !important;
    padding: 15px !important;
    font-weight: 500;
  }
  .invoice-area .contact-form-2 .wpcf7-spinner {
    bottom: 27px;
    margin-left: 40px;
  }
  .certified-by{
    zoom: 70%;
  }
  .main-heading br,
  .sub-heading br,
  .small-heading br,
  p br{
    display: none !important;
  }
  .banner .min-350{
    min-height: 200px;
  }
  .contact-banner .min-350{
    min-height: 300px;
  }
  .laptop-wrapper{
    max-width: 350px;
  }
  .mockup-wrapper {
    top: 9px;
    width: 260px;
    height: 165px;
  }
  #livechat-eye-catcher{
    zoom: 70% !important;
  }
  .textual-content {
    margin-top: -60px;
    padding: 60px 0 0;
  }
  .contact-us{
    padding-top: 0;
  }
  .contact-form .form-control, .contact-form .form-select, .contact-form textarea {
    min-height: 40px;
    border-radius: 8px;
    font-size: 13px;
  }
  .contact-form textarea{
    height: 100px;
  }
  .services-banner,
  .contact-banner{
    padding-top: 0 !important;
  }
  .faqs-form-wrapper .wpcf7 form .wpcf7-spinner{
    bottom: 76px;
  }
  .primary-heading-box .sub-heading,
  .banner-content .main-heading {
    font-size: 34px;
  }
  .banner-content p,
  .about-information p,
  .fancy-tabs p {
    font-size: 16px !important;
  }
  .primary-heading-box p:first-of-type{
    margin-top: 20px;
  }
  
}
@media only screen and (max-width: 435px) {
  .stats-row .stats {
    padding: 10px;
  }
  .stats-row .stats h3 {
    font-size: 30px;
  }
  .stats-row .stats h4 {
    font-size: 12px;
  }
  .textual-page-banner{
    padding: 0;
  }
  .about-information.web-dev{
    padding-bottom: 30px;
  }
  .free-guide,
  .unsubscribe-box{
    padding: 25px 20px;
  }
  .download-ebook-guide .btn-close,
  .unsubscribe-popup .btn-close {
    top: 15px;
    right: 15px;
    height: 25px;
    width: 25px;
    background-size: 7px;
  }
}
@media only screen and (max-width: 375px) {
  .laptop-wrapper {
    max-width: 276px;
  }
  .mockup-wrapper {
    top: 7px;
    width: 206px;
    height: 129px;
  }
  .get-started {
    background-image: url(../../../../uploads/2021/04/services_last_bg-400x320.webp);
  }  
}