/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .header-right {
        padding: 6px 20px;
        
    }

    .header-headline {
        text-align: left;
        max-width: 380px;
        padding-top: 75px;
    }

    .header-running-text {
        line-height: 34px;
        margin: 0;
        text-align: left;
    }

    .hero {
       /* padding-bottom: 230px;*/
    }

    .hero-button {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .hero-right {
        text-align: left;
    }

    .ipad {
        display: block;
        /*position: absolute;
        right: 100px;*/
        z-index: 1;
       /* height: 427px;*/
        margin-top: 70px;
        transform: rotate(-6deg);
        max-width: 45%;
        border-radius: 25px;
        background: #fff;
        box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 0px 33px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    }

    .ipad-screen {
        display: block;
        padding-bottom: 40px;
        margin-top: 19px;
        right: 1px;
    }

    .feature-section {
        padding-top: 60px;
    }

    .features-headline {
        color: white;
        padding-bottom: 0px;
    }

    .logos {
        padding: 30px;
        max-width: 100%;
    }

    .white-section-text {
        text-align: justify;
        padding-top: 80px;
        padding-left: 100px;
    }

    .imac-section-desc {
        font-weight: 300;
        font-size: 15px;
        line-height: 30px;
        max-width: 400px;
        margin: inherit;
        text-align: left;
    }

    .pricing-table {
        padding: 70px 0 100px;
        max-width: 1050px;
        margin: auto;
    }
}

.team {
    padding-bottom: 130px;
}

.team-member {
    text-align: center;
}

.email-form-div {
    max-width: inherit;
    margin: auto;
}

.webscope {
    margin-top: 0;
}


.social-links {
    float: right;
}
.container1 {
    
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}



@media only screen and (max-width: 768px) {
    .item-section-shabana {
        display: block;
        padding-left: 35px;
    }
    .item{
        margin-bottom: 25px;
    } 
    .container1{
        display: block;
        margin-right: 45px;
    }
    .top-logo{
        margin-top: 22px;
    padding-top: 16px;
}
.header-right{
    margin-top: 41px;
display: block;

}
.hero-right{
margin-top: 133px;

}
.insta-icon{
padding-left: 18px;
}
.ipad-screen {
    display: block;
    object-fit: contain;
    padding-bottom: 219px;
}
.bottom-content{
   
    margin-top: -65%;
} 
.bottom-heading{
    font-size: 26px;
}
.address{
    width: 100%;
}
   .ipad{
height: auto;
   }
   .footer-btn{
    float: left;
    width: 145px;
   }
   
.footer-logo{
    padding-left: 11px;
}

.footer-logo{
    width: 41%;
}
.email-address{
    display: flex;
    justify-content: left;
    align-items: center;
    padding-right: 17px;
    padding-top: 15px;
}
.about-wrapper {
    padding-left: 25px;
    width: 100%;
}
.social-link-wrapper{
    padding-left: 35px;
    padding-top: 40px;
    width: auto;
}
.footer-content{
    display: block;
}
.footer-content{
    padding-right: 6rem;
}
.footer-mid h2 {
    font-size: 35px;
}
.footer-left h2 {
    font-size: 31px;
}
.features-section{
    padding-bottom: 0;
    padding-top:1.5rem;
}
.item1{
    width: 100%;
}
.social-icons{

    margin-left: 0;
    font-size: 23px;

}

.count-heading{
    width: 100%;
    margin-left: 17px;
}
.count-heading h2 {
    padding-top: 39px;
}
.container1{
    width: 89%;
}

}

@media only screen and (max-width: 500px) {
   .header-right a{
       font-size:1.5rem;
   }
   .header-headline{
       padding-bottom:0;
   }
   .header-running-text{
       padding-top: 0;
   }
   .main{
       /*width: 100%;*/
       padding:0;
       padding-bottom:2rem;
   }
   .item-section-shabana{
       padding-left: 3px;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
   }
   .top-header{
       display: none;
   }
   .header-desktop{
       display: none;
   }
   .header-mobile{
       display: block!important;
   }
  .logo-download-mobile .top-logo{
      margin-top: 0;
      padding-top: 0;
  }
  .header-mobile .header-right{
      margin-top: 20px;
      padding: 0;
  }
  .header-mobile .navbar-item{
    padding: 6px;
  }
  .logo-download-mobile .top-logo {
        height: 54px;
    }
    .logo-download-mobile{
        display: flex;
        justify-content: space-between;
        align-items: anchor-center;
    }
    .container-fluid{
        padding: 0;
    }
}

    