/*
Theme Name: Nakudent
Author: Pauline Boke
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{overflow-x: hidden !important; margin-top: 0 !important;}
body {
  font-family: font-family: 'Raleway', sans-serif;
  overflow-x: hidden !important;
  color: #231f20;
}

.contdetails {
    margin-top: 2em;
}
h1, h2, h3, h4, h5, h6{color: #191919; font-family: raleway !important;}
.no-padding{padding: 0 !important;}
.no-padding-left{padding-left: 0 !important;}
.no-padding-right{padding-right: 0 !important;}
p{
    font-family: raleway;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 1em !important;
}

/* HEADER */
.menu-content {
    max-height: 0;
    overflow: hidden;
    font-family: 'Raleway', sans-serif; 
    padding: 0;
    clear: both;
}
.collapsible-menu {
    background-color: #231f20;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    display: none;
}
.collapsible-menu ul {
    list-style-type: none;
    padding: 0;
}
.Nakudent-logo-mobile {
    float: left;
}
.collapsible-menu a {
    display:block;
    padding: 10px 0;
    text-decoration: none !important;
    color: #231f20;
    font-weight: 500;
    font-size: 14px;
}
.collapsible-menu a:hover {color: #f28500;}

.collapsible-menu label {
    display: inline;
    cursor: pointer;
    padding: 0;
    float: right;
    font-size: 40px;
}
.social {float: right; padding-top: 7px;}
.social li {
    list-style: none;
    display: inline-block;
    margin-left: 1em;
    font-size: 13px;
}
.social li a {
    color: #231f20;
}
.social li a:hover {
    color: #f2f2ce;
}
.social ul {padding-left: 0;}
.contact{font-size: 14px !important;}
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control, .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, .wpcf7-form-control.wpcf7-textarea.form-control {
    color: #333 !important;
}
.contact-details {
    padding-top: 7px;
    float: left;
}
.contact-details a {
    margin-right: 0.9em;
    color: #f2f2ce;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
}
input#menu {
    display: none;
}
input:checked +label {
    background-image: url(close.png);
}
input:checked ~ .menu-content {
    max-height: 100%;
}
.topmenu .container{background: #f28500; height: 40px;}
.bigmenu .container{background: #f2f2ce; box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.4);}
.logo-desktop{float: left; padding-top: 1em; padding-bottom: 0.5em;}
.logo-desktop a img {
    height: 50px;
}
#menu-desktop{float: right; margin-top: 1.4em;}
.logo-mobile a img {
    height: 55px;
}
#menu-desktop ul {
    padding-left: 0;
}
#menu-desktop li {
    list-style: none;
    display: inline-block;
    font-family: raleway;
    margin-left: 1.5em;
}
#menu-main-menu li a {
    color: #231f20;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.home .abt-us{margin-top: 0;}

/* ABOUT US */
.abt-us {margin-top: 3em;}
.abt-us .col-md-6{float: left;}
.abt-us p {color: #231f20;}
.abt-us button a {
    text-decoration: none;
    color: #231f20;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 550;
}
.su-expand-content.su-u-trim {
    font-size: 15px;
    line-height: 1.8;
    font-family: raleway;
    font-weight: 500;
}

.abt-us button {
    background: #f28500;
    padding: 8px 17px;
    border: none;
    border-radius: 12px;
    margin-top: 1em;
    font-family: raleway;
}
.entry-content li {
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: raleway !important;
    margin-bottom: 5px !important;
}
.abt-title h2 {
    font-weight: 800;
    font-size: 2.4em;
    margin-left: 0.2em;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.su-expand-link-style-button .su-expand-link a {
    padding: 9px 16px;
    border: 1px solid #231f20 !important;
    border-radius: 9px;
    font-size: 15px;
}
.abt-title {
    border-left: solid 4px #f28500;
    margin-bottom: 1em;
    margin-top: 4em;
}
.abt-title h3 {
    text-transform: uppercase;
    margin-left: 0.5em;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}
.abt-img-div{
    height: 360px;
    width: 100%;
    margin: 20px;    
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
} 
.abt-img{
  width: 100%;
  height: 100%;
 background-image: url('https://www.nakudent.com/wp-content/uploads/2020/12/nakuru-dental-centre.jpg'); 
  background-position: center;
  background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.abt-img-div:hover .abt-img,
.abt-img-div:focus .abt-img {
  transform: scale(1.2);
}
.abt-img::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}

.abt-img-div:hover .abt-img:before,
.abt-img-div:focus .abt-img:before {
  display: block;
}


/* SERVICES */
.services {margin-top: 3em; background: #f6f6f6; padding: 2em 0 5em;}
.services .col-md-4{float: left;}
.service-intro p{color: #231f20; width: 70%;}
.services-title {
    border-left: solid 4px #f28500;
    margin-bottom: 1em;
    margin-top: 1em;
}
.services-title h3 {
    text-transform: uppercase;
    margin-left: 0.5em;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}
.services-title h2 {
    font-weight: 800;
    font-size: 2.4em;
    margin-left: 0.2em;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.service-moja {margin-top: 1em; border-bottom: solid 4px #f28500; box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1); background: #f2f2ce;}
.all-services .col-md-4 {
    margin-bottom: 1em;
}
.wppsac-post-carousel.design-1 .wppsac-post-title a{color: #231f20 !important; font-size: 18px !important; font-weight: 700 !important;}
.wppsac-sub-content {
    font-family: raleway !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    padding-bottom: 0 !important;
}
.wppsac-post-carousel .slick-dots li button{
    width: 10px !important;
    height: 10px !important;
    background: #231f20 !important;
}
.wppsac-post-content-position{
    transform: translateY(-30px) !important;
    background: #f2f2ce;
    float: left;
}
.wppsac-post-carousel h2.wppsac-post-title{padding-left: 0.5em !important; line-height: 0 !important;}
.wppsac-post-carousel h2.wppsac-post-title a{line-height: 20px !important;}
.wppsac-post-content-position {
    margin-right: 1em !important;
    margin-left: 1em !important;
}
.wppsac-post-carousel.design-1 .wppsac-carousel-slides{margin: 0 10px !important; padding: 0 !important; background: #f2f2ce; border-bottom: solid 5px #f28500; box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1) !important;}
.wppsac-post-carousel.design-1 .wppsac-post-image-bg{margin-bottom: 0 !important;}
.wppsac-post-content{padding-left: 0.5em !important;}

.covid-updates{text-decoration: none; text-transform: uppercase; font-weight: 700; border-bottom: solid 2px #f28500; color: #f28500; font-size: 20px;}
.covid-updates:hover{color: #f28500; text-decoration: none !important;}
.contact-subtitles{font-weight: 700; margin-bottom: 1em !important;}
.readmorebtn{
    padding: 8px 17px !important;
    border: 1px solid #231f20 !important;
    border-radius: 9px !important;
    color: #231f20 !important;
    text-decoration: none !important;
}
.readmorebtn:hover{
    color: #231f20 !important;
    background: #f28500 !important;
}

.wppsac-post-carousel.design-1 a.wppsac-readmorebtn{
    margin-top: 1em !important;
    float: left !important;
    font-weight: 500 !important;
    font-family: raleway !important;
    font-size: 14px !important;
    color: #231f20 !important;
}
.wppsac-post-carousel .wppsac-post-content a.wppsac-readmorebtn{padding: 8px 17px !important; border: 1px solid #231f20 !important; border-radius: 9px !important;}
.wppsac-post-carousel.design-1 a.wppsac-readmorebtn:hover {
    color: #231f20 !important;
    background: #f28500 !important;
}
.col-md-6.hirecont button a {
    text-decoration: none;
    color: #231f20;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 550;
}
.col-md-6.hirecont button {
    background: #f28500;
    padding: 8px 17px;
    border: none;
    border-radius: 12px;
    margin-top: 1em;
    font-family: raleway;
}

/* HIRE US */
.col-md-6.hirecont{background: #231f20;}
.hireus .col-md-12, .hireus .col-md-6{padding: 0;}
.hireus .col-md-6{float: left; width: 50%; height: 300px;}
.hireus .col-md-6 img{width: 100%;}
.cold-md-6.bg{background: url('https://www.nakudent.com/wp-content/uploads/2020/11/hireus-bg-pearson-perkins-security.jpg') no-repeat; height: 300px; width: 50%; float: left;}
.col-md-6.hirecont {
    padding-top: 2em;
    color: #f2f2ce;
    padding-left: 2em;
    padding-right: 2em;
}

/* CONTACT PAGE LOCATION DETAILS */
.contact-details {
    margin-bottom: 4em;
}
.contact-details .col-md-4 {
    float: left;
    margin-top: 2em;
}
.location-details, .phone-details, .email-details {
    border: 1px solid #333;
    padding: 1em;
}
.email-details .heading img {
    background: #333;
    border-radius: 50%;
    padding: 11px;
    width: 50px;
    height: 50px;
}
.email-details .heading h3 {
    text-align: center;
}
.email-details h3 {
    color: #231f20;
    text-transform: uppercase;
    font-size: 1.6em;
    padding-bottom: 0.7em;
    font-weight: 900;
    border-bottom: solid 1px #231f20;
}
.email-details .heading {
    float: none;
    text-align: center;
    line-height: 1.5;
}
.location-details .heading {
    float: none;
    text-align: center;
    line-height: 1.5;
}
.location-details .heading h3 {
    text-align: center;
}
.phone-details .heading {
    float: none;
    text-align: center;
    line-height: 1.5;
}
.phone-details p, .phone-details p a {
    color: #231f20;
    text-align: center;
    margin-top: 0.8em;
    font-size: 15px;
    text-decoration: none;
    line-height: 10px;
}
.email-details .heading {
    float: none;
    text-align: center;
    line-height: 1.5;
}
.email-details p, .email-details p a {
    color: #231f20;
    text-align: center;
    margin-top: 0.8em;
    font-size: 15px;
    text-decoration: none;
    line-height: 10px;
}
.phone-details h3 {
    color: #231f20;
    text-transform: uppercase;
    font-size: 1.6em;
    padding-bottom: 0.7em;
    font-weight: 900;
    border-bottom: solid 1px #231f20;
}
.phone-details .heading h3 {
    text-align: center;
}
.phone-details .heading img {
    background: #333;
    border-radius: 50%;
    padding: 11px;
    width: 50px;
    height: 50px;
}
.contdetails {
    margin-bottom: 2em;
    float: left;
}

.working-hrs{text-align: center; margin: 1em auto 2em;}

.contdetails .col-md-4{float: left;}
.location-details p {
    color: #231f20;
    text-align: center;
    margin-top: 0.8em;
    font-size: 15px;
}
.location-details h3 {
    color: #231f20;
    text-transform: uppercase;
    font-size: 1.6em;
    padding-bottom: 0.7em;
    font-weight: 900;
    border-bottom: solid 1px #231f20;
}
.heading {
    color: #231f20;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.location-details .heading img {
    background: #231f20;
    border-radius: 50%;
    padding: 11px;
    width: 50px;
    height: 50px;
}


/* login booking form */
.login h1, .signup h1{font-size: 2em; text-align: center; margin-top: 0.5em;}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box;}
.signup .cancelbtn, .signup .signupbtn {float: left; width: 50%;}
.signup .cancelbtn {padding: 14px 20px; background-color: #fa020c;}
.signup {padding: 0;}
button {background-color: #000; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%;}
.bglogin{height: 560px; background: url('bg-login.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center;}
button:hover {opacity: 0.8;}
.login .bglogin{height: 495px;}
.signup .cancelbtn {padding: 14px 20px; background-color: #e31f26;}
.signup .cancelbtn, .signup .signupbtn {float: left; width: 50%;}
.cancelbtn {width: auto; padding: 10px 18px; background-color: #f44336;}
span.psw {float: right; padding-top: 16px; color: #fff;}
span.psw a{color: #fff; text-decoration: none;}
form.signup .col-md-6, form.login .col-md-6 {float: left; box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);}
.col-md-6.formlogin {background: #f6f6f6;}
.formlogin [type=submit], button {margin-bottom: 1em; background: #f28500; color: #fff; border: none; cursor: pointer; padding: 7px 14px; margin-top: 1em; text-transform: uppercase; font-weight: 600;}
textarea{width: 100% !important; border: 1px solid #ccc !important; color: #777 !important;}


@media (max-width: 425px) {
   .signup h1 {font-size: 2.5em;}
    .login .bglogin, .bglogin{height: 300px;}
}
@media screen and (max-width: 300px) {
    span.psw {display: block; float: none;}
}
/* login bookinf form end */



/* FOOTER */
.footer .col-md-2, .footer .col-md-3, .footer .col-md-4 {float: left;}
.footer {
    background: url('https://www.nakudent.com/wp-content/uploads/2020/12/nakudent-bg-footer.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    float: left;
    background-position: bottom;
} 
.contact-details li {
    color: #f2f2ce;
    list-style: none;
    font-family: raleway;
    line-height: 1.1;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 1em;
}
.copyright{color: #f2f2ce; margin-top: 4em; text-align: left !important; line-height: 1.1;}
.contact-details li a{font-weight: 500;}
.contact-details li a:hover{color: #f2f2ce;}
.contact-details ul{padding-left: 0;}
.contact-details li img {
    width: 20px;
    margin-right: 8px;
    float: left;
    padding-top: 7px;
}
.contact-details li span {
    font-size: 14px;
}
.contact-details h2, .clients h2{
    color: #f2f2ce;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 3em;
}
.clients ul {
    padding-left: 0;
}
.clients li {
    color: #f2f2ce;
    font-size: 15px;
    font-family: raleway;
    font-weight: 500;
    margin-bottom: 10px;
    list-style: none;
}
.clients li span {
    margin-right: 6px;
}
.clients h2::after{
    position: absolute;
    content: '';
    left: 0px;
    /* bottom: 0px; */
    top: 87px;
    width: 60px;
    height: 3px;
    background-color: #f28500;
}

.contact-details h2::after{
    position: absolute;
    content: '';
    left: 16px;
    /* bottom: 0px; */
    top: 94px;
    width: 60px;
    height: 3px;
    background-color: #f28500;
}


/* INNER PAGE */
.page .post-thumbnail img {
    width: 100%;
}

.post-title {
    color: #f2f2ce;
    margin-top: -5em;
    font-size: 3em;
    font-weight: 700;
    clear: both;
    position: relative;
    float: left;
}
.page-id-14 .col-md-6{float: left;}
.single-service .col-md-8, .single-service .col-md-4{float: left;}
.single-service .post-thumbnail img{width: 100%;}
.single-service .post-title {
    color: #231f20;
    margin-top: 3em;
    font-size: 3em;
    font-weight: 800;
    clear: both;
    position: relative;
    float: left;
    margin-bottom: 21px;
    line-height: 1;
}
.page-template-gallery .post-title {
    color: #231f20;
    margin-top: 3em;
    font-size: 3em;
    font-weight: 800;
    clear: both;
    position: relative;
    float: left;
    margin-bottom: 21px;
    line-height: 1;
}
.single-service .col-md-4 {
    margin-top: 11em;    
    text-transform: uppercase;
}
.single-service .col-md-4 h2{
    color: #231f20;
    background: #f28500;
    padding: 10px;
    margin-bottom: 0;
}
.single-service .col-md-4 ul {
    padding-left: 0;
}
.single-service .col-md-4 li {
    list-style: none;
    padding: 0;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
}
.single-service #secondary {
    padding-left: 0;
    max-width: 100%;
    padding-right: 0;
    background: #F7F7F7;
}
.single-service .upw-image a img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 5px;
}
.upw-image {
    float: left;
}
.single-service p{line-height: 2;}
.upw-content .post-title{margin-top: 0 !important; font-size: 1.1em !important; text-transform:none !important;}
.upw-content .post-title a {
    float: left;
    color: #231f20;
    line-height: 1.4;
    font-weight: 550;
    text-decoration: none;
}
.upw-content {
    margin-left: 10px;
    float: left;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
.single-our-services .entry-content li {
    font-size: 14px;
    font-family: raleway;
    font-weight: 500;
    margin-bottom: 5px;
}
.upw-content .post-title {
    margin-bottom: 0 !important;
}


/* SERVICES PAGE */
.page-template-archive-php {
    background: #f6f6f6;
}
.service-content h3 {margin-top: 0;}
.service-content h3 a{color: #231f20; text-decoration: none;}
.service-content {
    transform: translateY(-30px) !important;
    background: #f2f2ce;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 5px;
}
.page-template-archive .col-md-4 {
    margin-bottom: 1em;
}
.all-services {
    margin-bottom: 2.5em;
}

.archive-title{
color: #231f20;
margin-top: 3em;
font-size: 3em;
font-weight: 800;
margin-bottom: 21px;
line-height: 1;
}
.testimonials {
    background: #fff;
    padding: 2em 0 2em;
}
.rtsw-testimonials-list h4, .rtsw-testimonial h4, .rtsw-testimonials-slide-widget h4{display: none !important;}
.fa.fa-quote-left {
    display: none !important;
}
.page .entry-content h2 {
    margin-bottom: 6px;
    font-size: 19px;
    border-bottom: solid 2px black;
    display: inline-block;
    padding-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}
.service-container {
    background: #f2f2ce;
}
.service-content h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    padding-left: 0.5em;
    padding-top: 0.5em;
    padding-right: 0.5em;
    line-height: 1.2;
    margin-bottom: 0.3em;
}
.service-content p {
    padding-left: 0.5em;
}


/* ABOUT PAGE */
.rtsw-avtar-image.defoult {
    width: 100px !important;
}
.corevalues .col-md-3{float: left; padding-bottom: 1.5em;}
.corevalues h2{color: #231f20; font-weight: 800; font-size: 2em; margin-left: 0.2em; margin-top: 0.5em; margin-bottom: 0.5em; padding-bottom: 0;}
#timeline-text a{
    display: block;
    text-decoration: navajowhite;
    font-weight: 600;
    text-transform: uppercase;
    color: #231f20;
}
.timeline img {
    width: auto;
    border-radius: 50%;
    /* padding: 35px; */
    padding: 0;
    border: 2px solid #f28500;
    cursor: pointer;
    transition: .5s;
    overflow: hidden;
}
.timeline img:hover {
    width: auto;
    border-radius: 50%;
    padding: 0;
    /* padding: 35px; */
    border: 2px solid #231f20;
}
.timeline-content {
    width: 90%;
    float: left;
    position: relative;
    text-align: center;
    height: auto;
}
#timeline-text {
    display: none;
    font-size: 14px;
    color: #231f20;
}
.timeline {
    width: 100%;
    height: auto;
    justify-content: center;
}
.timeline-content:hover #timeline-text {
    display: block;
    transition: opacity 4s linear;
    line-height: 1.6;
    margin-top: 10px;
    font-size: 0.9em;
    color: #231f20;
}
.corevalues{background: #fff; margin-top: 2em; margin-bottom: 1em;}
.timeline-header{
    font-size: 1.1em;
    font-weight: 700;
    color: #231f20;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 0;
}


/* CONTACT PAGE */
.btn-primary {background-color: #f28500 !important; font-weight: 500 !important; text-transform: uppercase; border-color: none !important;}
textarea.form-control {height: 120px !important; border: solid 1px #231f20; background: none !important; font-size: 1.2rem !important; color: #f2f2ce;
    padding: 1.5em 1em;}
.page-id-18 label {
    display: block !important; 
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: none !important;
    border: solid 1px #231f20;
    font-size: 1.2rem !important;
    background: #001b54;
    color: #f2f2ce;
    padding: 1.5em 1em;
}
.external-links{padding-left: 1em;}
.external-links li {
    list-style: disclosure-closed;
    margin-bottom: 1em;
}
.wpcf7-form.init {
    margin-bottom: 3em;
}
.contact-aob .col-md-4{float: left;}
.ext-link {
    border-bottom: solid 2px #001b54;
    line-height: 10px;
    color: #001b54;
}
.external-links li a {
    color: #001b54;
    text-decoration: none;
    font-weight: 550;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
@media (max-width: 1024px) {
.post-title{margin-top: -4em;}
}

@media (max-width: 800px) {
    .abt-title{margin-top: 1em;}
    .abt-title h2{font-size: 2em;}
    .service-intro p{width: 85%;}
    .service-moja h3 a{font-size: 1em;}
    .single-service .post-title{margin-top: 5em; font-size: 2em;}
}
    


@media (max-width: 768px) {
.post-thumbnail {margin-top: 5em;}
header.sticky{height: 55px;}
.collapsible-menu{display: block;}
.collapsible-menu label img {height: 20px;}
/* .PearsonPerkins-logo-mobile{float: left;} */
.topmenu{display: none;}
.menu-content li {color: #f2f2ce;}
.logo-desktop{display: none;}
.slider {margin-top: 63px;}
.bigmenu, .bigmenu .container{background: #f2f2ce !important;}
.bigmenu{border-bottom: 3px solid #f28500;}
.abt-us button{margin-bottom: 2em; margin-top: 3em;}
.abt-img-div{margin: 0;}
.abt-us button {margin-bottom: 3em; margin-top: 0em;}
.services .col-md-4 {margin-bottom: 2em; float: left;}
.cold-md-6.bg{width: 100%;}
.hireus .col-md-6{max-width: 100%; height: auto;}
.col-md-6.hirecont{padding-top: 4em; padding-bottom: 3em; width: 100% !important;}
.footer .col-md-2, .footer .col-md-3, .footer .col-md-4{max-width: 100%;}
.contact-details h2{margin-top: 1em; margin-bottom: 0.3em;}
.contact-details li{margin-bottom: 1.6em;}
.no-padding-mobile{padding: 0 !important;}
.clients h2{margin-bottom: 0; margin-top: 1em;}
.copyright {font-size: 1em !important; margin-top: 1em; font-weight: 550 !important;}
.contact-details li img{padding-top: 0;}
.contact-details h2::after, .clients h2::after{top: 47px; left: 0;}
.single-service .col-md-8, .single-service .col-md-4 {max-width: 100% !important;}
.single-service .post-title{margin-top: 1em;}
.single-service .col-md-4{margin-top: 1em;}
.upw-content{font-size: 14px;}
.single-service .post-title {margin-top: 2em; font-size: 3em;}
.working-hrs{font-size: 16px;}
}


@media only screen and (max-width: 540px) {

.post-title{font-size: 2.5em; margin-top: -3em;}


@media only screen and (max-width: 480px) {
  .hero-area-content h1{line-height: 1; font-size: 2.2em; margin-top: 2em;}
  .abt-img-div{margin: 0; height: 250px;}
  .single-service .post-title {font-size: 2.5em;}

}

@media only screen and (max-width: 418px) {
  html {font-size: 90%;}
  .collapsible-menu label{font-size: 32px;}
  .collapsible-menu label img {height: 15px;}
  .service-intro p{width: 100%;}
  .logo-mobile img {height: 41px;}
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 90%;
  }
  .contact-details li span {font-size: 13px;}
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 90%;
  }
}