/*!
Theme Name: pharma
Description: Clean Starter Theme
Version: 1.0.0
Tested up to: 8.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pharma
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/


.page-id-7 .content p {
    line-height: 20px;
    font-size: 16px;
    display: block;
    margin-bottom: 25px;
    color: #323232;
    text-align: justify;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.page-template-services .content p, 
.page-id-7 .content p, 
.page-template-services .content ol, 
.page-id-7 .content ol, 
.page-template-services .content ul ,
.page-id-7 .content ul {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.table {
    margin-bottom: 25px;
    border: 1px solid #323232;
    border-bottom: 10px solid #323232;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.table thead {
    background: #323232;
    color: #fff;
}

.table th {
    font-weight: 400;
    vertical-align: middle;
}

.table td,
.table th {
    padding: 8px 20px;
}

.table td {
    border-left: 1px solid rgba(50, 50, 50, 0.5);
}

.table th {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.table th:first-child {
    border-left: 0;
}

.table tr:nth-child(2n) {
    background: #eaeaea;
}

.page-template-services .page-title,
.page-template-medical .page-title{
    font-size: 48px !important;
    font-weight: 100 !important;
    margin-bottom: 26px !important;
    line-height: 1.2 !important;
}

.page-template-team .content h1{
	text-transform: capitalize;
}
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 0px 15px;
}

.notfound .notfound-404 {
  position: relative;
  height: 150px;
  line-height: 150px;
  margin-bottom: 25px;
}

.notfound .notfound-404 h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 186px;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
  background: url('/wp-content/themes/pharmaxi/images/text.png');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.notfound h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.notfound a {
  font-family: 'Titillium Web', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #5c91fe;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1px;
  margin-top: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  opacity: 0.8;
}





@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 110px;
    line-height: 110px;
  }
  .notfound .notfound-404 h1 {
    font-size: 120px;
  }
}

@media (min-width: 768px){
.error404 .logo {
    margin-left: 150px;
    width: 363px;
}
}

@media screen and (max-width:960px){
	.content{
		padding-left: 10px;
		padding-right: 10px;
	}
}