@media only screen and (min-width:769px) {
    body {
        text-align: left;
    }
    .noWrapMobile {
        flex-wrap: wrap;
    }
    .topBar .col-lg-6:last-child {
        text-align: right;
    }
    .topBar span {
        display:inline-block;
    }
    .headerMain .row div {
        justify-content: flex-end;
    }

    .mainFooter {
        padding: 80px 0px;
    }
}

@media screen and (max-width: 991px) {
	iframe {
  		height: 300px;
		padding-top: 30px;
	}
}

@media only screen and (min-width:992px) {
    .paddrows .row:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .page-template-prescriptions main .row > div {
        margin-top:0;
    }
}

@media screen and (max-width: 991px) {
  .topBar {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  	.headerMain .row .logo {
	  justify-content: start;
	  left: 15px;
	}
	
	.headerMain img {
	  max-width: 250px;
	  width: auto;
	  height: auto;
	}
	
	.headerMain .row .main-menu-box {
	  justify-content: end;
		right: 15px;
	}
	
	.hero-slider .single-slider .text {
		text-align: center;
	}
}