/*
Theme Name: Pharmacy Mentor
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
*/

.cta-l, .cta-r {
    background: var(--secondary-color);
    color: var(--main-color);
    transition: ease-in-out.4s;
}
.cta-l:hover, .cta-r:hover {
    background: var(--main-color);
    color: var(--secondary-color);
}
.cta-m {
    background: #4e7988;
    color: var(--secondary-color);
    transition: ease-in-out.4s;
}
.cta-m:hover {
    background: var(--secondary-color);
    color: #4e7988;
}
.theme-btn, .theme-btn-s2, .theme-btn-s3 {
    border: none;
}

input.wpcf7-form-control.wpcf7-file.uploadfile{height:auto!important;    padding-top: 10px;    padding-bottom: 10px;}

.footer-content-block h2 {
    color: #fff!important;
}

.footer-contacts i {
    color: #fff!important;
}




html {
		margin-top: 0 !important;
}
#navbar {
	position: relative;
}
.menu-item-has-children.upw {
  position: static !important;
}
.upw > .sub_menu_upw {
  left: 0 !important;
  right: auto;
  max-width: 100% !important;
  width: calc(100% + 0px) !important;
  transform: unset !important;
  margin-top: 0px !important;
}
.upw__content h1 {
	color: #fff !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: #78cce2;
}


/**********Custom Css***********/

.theme-btn, .theme-btn-s2, .theme-btn-s3 {
    border: none;
}

input.wpcf7-form-control.wpcf7-file.uploadfile{height:auto!important;    padding-top: 10px;    padding-bottom: 10px;}

.footer-content-block h2 {
    color: #fff!important;
}

.footer-contacts i {
    color: #fff!important;
}

.footer-contacts a{color:#fff;}


.theme-background-light {
    background: #B29361 !important;
}

.theme-background-light:hover {
    background: #32704E !important;
}



.theme-background-medium {
    background: #32704E !important;
}
.theme-background-medium:hover {
    background: #B29361 !important;
}


.theme-background-dark{
    background: #B29361 !important;
}

.theme-background-dark:hover {
    background: #32704E !important;
}

.upw__content h1 {
    color: #32704E !important;
}


.condition:hover h3, .condition:hover p {
    color: #000!important;
}

.condition p {
    color: #000!important;
}


.enquiry-section {    padding-top: 100px;}
.enquiry-row { margin-top: 0px;}