html{margin-top:0 !important;}
ul{margin-bottom:0;}

.testingInputs.input-group{padding:5px 15px !important;}
.testingSelect{background:transparent;border:0;font-size:14px;}
.testingSelect:focus{outline:0;border:0;}
.testingInput{background:transparent;border:0;width:40%;font-size:14px;}
.testingInput:focus{outline:0;border:0;}
.testingBtn{background:transparent;border:0;position:relative;z-index:9999;cursor:pointer;width:0;}
.testingBtn svg{transform:rotate(60deg);}
.testingBtn svg path{fill:#273240}

.welcome-right-container{
  position: relative;}
  
.welcome-right-container  img {
    position: absolute;
    animation-name: multiple-image-crossfade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 25s;
    
}
    .welcome-right-container  img:nth-of-type(1) {
      animation-delay: 20s;
    }
    .welcome-right-container  img:nth-of-type(2) {
      animation-delay: 15s;
    }
     .welcome-right-container  img:nth-of-type(3) {
      animation-delay: 10s;
    }
     .welcome-right-container  img:nth-of-type(4) {
      animation-delay: 5s;
    }
     .welcome-right-container  img:nth-of-type(5) {
      animation-delay: 0s;
    }
    

@keyframes multiple-image-crossfade {
  0% {
    opacity:1;
    
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.f-16{font-size:16px;}
.f-14{font-size:14px;}

.first-li-a{font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
.sub-menu .first-li-a a:after{content:"" !important;position:absolute !important;}

.footer-back .footer-links{justify-content:space-between;}
.footer-back .footer-links li{width:25%;}
.footer-sub-links li{width:100% !important;}

.integrate-height{height:60px;object-fit:contain;margin:0 auto;}
.position-relative{position:relative;}
/* .blogs-back{padding-bottom: 4rem;} */
svg{margin-left:10px;}
.view-all-container{display:flex;justify-content:end;align-items:center;}
.view-all-container a{color:#000;font-weight:700;}

.copyright-back p{color:#fff;}
.footer-back .btn-footer-wordpress,.footer-back .btn-footer-shopify{width:48%;}

@media only screen and (max-device-width: 480px){
   .testingInput{width:60%;} 
   .footer-back{padding-top:3rem;}
   .footer-ctaa{position:relative;top:0;margin-bottom:15px;}
   .blogs-back{padding-bottom:0;}
.footer-back .footer-links li{width:100%;}
.footer-back .btn-footer-wordpress,.footer-back .btn-footer-shopify{width:100%;}
#middlebar .middlebar-contact li a{font-size:13px;}
.welcome-back .welcome-left-side-container .services-list li{width:calc(50% - 10px);}
.welcome-back .welcome-left-side-container .services-list li div.circle{margin-right:5px;}
.welcome-back .welcome-left-side-container .services-list li span{font-size:13px;}
.btn-main{padding:.75rem 3.75rem;width:100%;display:block;}
.btn-outline-main{width:100%;display:block;}
.btn-outline-white{padding:.75rem 4.75rem;}
/* .cta-container p{font-size:26px;} */
.nav-item{margin:0;}
.services-bg .services-menu li{width:calc(50% - 10px)}
.topbar p .shopify-close{top:75%;}
}