/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2025 | 15:17:56 */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap');


.custom-content-boxes h3.content-box-heading {
    font-weight: 700;
}


strong.strong-800 {
	 font-family: "Raleway", sans-serif;
    font-weight: 800 !important;
}




.cont-testimonial-text:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    opacity: .2;
    float: left;
    position: absolute;
    top: -20px;
    left: -20px;
}


.cont-doctor .fusion-separator.fusion-full-width-sep.sep-single.sep-solid {
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: -1px !important;
}



.custom-content-boxes {
    margin-bottom: 0px !important;
}


.cont-gradient-3-colors {
    background: linear-gradient(to right, #82be42 0%, rgba(48, 178, 210, 1) 50%, rgba(28, 76, 147, 1) 100%) !important;
}

.custom-content-boxes .icon-hover-animation-fade.link-area-link-icon-hover i.fontawesome-icon {
    color: #fff !important;
}


.cont-colors .fusion-button-wrapper.fusion-aligncenter a.fusion-button {
    /* height: 0px !important; */
    opacity: 0;
  transition: opacity .3s cubic-bezier(.35,.8,.35,.8);
}
.cont-colors:hover .fusion-button-wrapper.fusion-aligncenter a.fusion-button {
    /* height: 0px !important; */
    opacity: 1;
   transition: opacity .3s cubic-bezier(.35,.8,.35,.8);
}


.cont-shape-top:before {
    content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    background: url(https://jesusmedina.midoctor.online/wp-content/uploads/2024/05/h3-shape-1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
}
.cont-shape-bottom:after {
    content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    background: url(https://jesusmedina.midoctor.online/wp-content/uploads/2024/05/h3-shape-2-new.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0px;
    bottom: 0px;
}


.cont-colors:first-child .fusion-column-wrapper {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.cont-colors:last-child .fusion-column-wrapper {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
	
}

.custom-checklist-big-icons span.icon-wrapper.circle-no {
    margin-top: 5px;
}

.cont-img-white-border {
    border: 4px solid #FFF !important;
}
.custom-checklist-big-icons i.fusion-li-icon {
/*    font-size: 40px;*/
	font-size: 30px;
}
span{
	font-family:inherit !important;
}
strong{
	font-family:inherit !important;
}

.cont-map p {
    margin-bottom: 0px !important;
}



.cont-padding-80-40 > .fusion-column-wrapper {
    padding: 80px 40px !important;
}



.custom-social-links a.fusion-social-network-icon {
   /* border: 1px solid #989898 !important;*/
}
.custom-social-links {
  /*  text-align: right;*/
}


.cont-doctor {
  
}
.cont-doctor > .fusion-column-wrapper {
    padding-left: 20px !important;
    padding-right:20px !important;
}
.cont-doctor .imageframe-align-center {
    margin-left: -20px !important;
    margin-right: -20px !important;
}


.cont-colors .fusion-column-wrapper {
    padding: 40px 45px !important;
}

.cont-specialty-icon {
    margin-top: -30px !important;
    z-index: 999999 !important;
    position: relative;
}




/******* css labels pseudoclass****/

.text-title-label h1:before {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
}

.text-title-label h1:after {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}
.text-title-label h1 {
    background: #67C8C7;
    display: inline-block;
    padding: 5px 40px;
    position: relative;
}

/******* css labels pseudoclass****/


.cont-half-padding .fusion-column-wrapper {
    padding: 150px 100px !important;
}

.notitle-gf label.gfield_label {
    display: none !important;
}


.cont-white-text {
color:#fff !important;
}
.cont-white-text a{
color:#fff !important;
}
.cont-white-text h1{
color:#fff !important;
}
.cont-white-text h2{
color:#fff !important;
}
.cont-white-text h3{
color:#fff !important;
}
.cont-white-text h4{
color:#fff !important;
}
.cont-white-text h5{
color:#fff !important;
}
.cont-white-text h6{
color:#fff !important;
}





@media only screen and (max-width: 800px){
	.cont-colors:first-child .fusion-column-wrapper {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
		border-bottom-left-radius: 0px !important;
}
.cont-colors:last-child .fusion-column-wrapper {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
	    border-top-right-radius: 0px !important;
}
	
	
	    .cont-over-map .fusion-column-wrapper {
        padding: 40px 30px !important;
    }



.cont-padding-80-40 > .fusion-column-wrapper {
    padding:  40px !important;
}
	
	
.cont-padding-top-bottom-50 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.cont-half-padding .fusion-column-wrapper {
    padding: 40px 30px !important;
}

.cont-padding-top-bottom-70{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-70{
padding-top:40px !important;
}
.cont-padding-bottom-70{
padding-bottom:20px !important;
}

.cont-padding-top-70-mobil{
padding-top:40px !important;
}
	
.cont-padding-top-bottom-100{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-100{
padding-top:40px !important;
}
.cont-padding-bottom-100{
padding-bottom:20px !important;
}


.cont-padding-top-bottom-150{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-150{
padding-top:40px !important;
}
.cont-padding-bottom-150{
padding-bottom:20px !important;
}


}

@media only screen and (min-width: 800px){

	.cont-over-map {
    position: absolute !important;
    top: 0px;
    z-index: 999;
    left: 20%;
}
.cont-over-map  .fusion-column-wrapper{
	padding:40px 30px !important;

}
	
	
	.cont-colors .fusion-column-wrapper {
    margin-top:-20px !important;
}

	
	
.cont-padding-top-bottom-50 {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

.modal-header {
    padding: 20px 40px;
}


.modal-body {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
}

.cont-padding-top-bottom-70{
padding-top:70px !important;
padding-bottom:50px !important;
}
.cont-padding-top-70{
padding-top:70px !important;
}
.cont-padding-bottom-70{
padding-bottom:50px !important;
}




.cont-padding-top-bottom-100{
padding-top:100px !important;
padding-bottom:80px !important;
}
.cont-padding-top-100{
padding-top:100px !important;
}
.cont-padding-bottom-100{
padding-bottom:80px !important;
}


.cont-padding-top-bottom-150{
padding-top:150px !important;
padding-bottom:130px !important;
}
.cont-padding-top-150{
padding-top:150px !important;
}
.cont-padding-bottom-150{
padding-bottom:130px !important;
}


}