/*
Theme Name: Medicate Child
Theme URI: http://example.com/medicate-child/
description: > Medicate Child Theme
Author: Peacefulqode
Author URI: https://peacefulqode.com
Template: medicate
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, business, clinic, dental, dentist, doctor, doctor appointment, health theme, healthcare, hospital, medic, medical, Medical Tourism, medicine, physician, veterinary.
Use it to make something cool, have fun, and share what you've learned with others.
Text Domain: medicate-child
*/
.cky-revisit-bottom-left {
    bottom: 15px;
    left: 15px;
    background-color: #7b5ee7 !important;
}
header#pt-header .pt-bottom-header .navbar .navbar-brand img {
    height: 74px !important;
    border-radius: 0;
    width: auto;

}



.pt-bottom-header .container{
	   /* max-width: 1500px !important; */
	
}

.font-p {
    font-family: "Montserrat" !important;
    font-size: 18px;
    line-height: 134%;
    font-weight: 500;
	color: #353535;
}
.pt-contact li:last-child {
    width: 80% !important;
}

.pt-subscribe-block .pt-subscribe-details h5 {
   
    text-transform: none !important;
}

.cmb0 p{
	margin-bottom:0 !important;
}

#back-to-top .top {

    position: fixed;
    bottom: 15px !important;
	right: 20px !important;}

    /* Tablet Devices (768px to 1024px) */
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .pt-subscribe-bg{
            padding-bottom: 30px !important;
        }
        .pt-subscribe-img{
            display: none !important;
        }

        .pt-subscribe-details{
            margin-left: 0 !important;
        }
        .pt-subscribe-from .pt-btn-container{
            padding-top: 12px !important;
        }
    }



/* Mobile Devices (up to 767px) */
	@media only screen and (max-width: 767px) {

		.pt-info-box {
			padding: 18px !important;}
		
		    .pt-info-box .pt-info-box-icon i {
				font-size: 58px !important;
				line-height: 60px !important;
			}
		
		.pt-subscribe-block .pt-subscribe-details {
				margin-left: 0 !important;
				padding-right: 10px !important;
			}
		
		.pt-subscribe-from .pt-btn-container{
            padding-top: 10px !important;
        }
		.pt-subscribe-img{
            display: none !important;
        }
		
		.mob-center{
			display: flex;
			justify-content: center;
		}

	}  


