/* 
 Theme Name:   Doctor Theme Template
 Description:  Theme for Doctor's Website
 Author:       Develop With Arslan
 Author URI:   https://developwitharslan.com
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.single h1,h2,h3,h4,h5{
	color:#000;
	font-weight:bold;
}
/*Home Page*/
.uc_post_image {
    padding: 10px;
    border-radius: 20px;
}
.uc_post_image img{
	border-radius:20px!important;
}
/*Services Page CSS*/
.ue_box_button
{
	padding:0px!important;
	padding-bottom:5px!important;
	border-bottom:4px solid #3E8CFF!important;
}
 .ue_box_button:hover{
	color:#3E8CFF!important;
}
 .blox-boxed-small-square-icon-box-icon{
	   box-shadow:1px 1px 10px 1px rgba(139, 119, 112, .3)!important;
}
/*Single Service Page Icon Box*/
.single-service-icon-box span.elementor-icon.elementor-animation-{
	   box-shadow:1px 1px 10px 1px rgba(139, 119, 112, .3)!important;
}
/*Wp form CSS*/
 div.wpforms-container-full input[type=text]{
height:65px!important;
}
 div.wpforms-container-full input[type=email]{
height:65px!important;
}
div.wpforms-container-full button[type=submit]{
	font-family:poppins!important;
	font-size:14px!important;
	border:2px solid #3E8CFF!important;
	height: 65px!important;
	padding:22px 40px!important;
}
div.wpforms-container-full input[type=text]{
height:65px!important;
}
div.wpforms-container-full button[type=submit]{
	font-family:poppins!important;
	font-size:14px!important;
	border:2px solid #3E8CFF!important;
	background-color:#3E8CFF!important;
	color:#fff!important;
	height: 65px!important;
	padding:22px 40px!important;
}
button.wpforms-submit:hover{
	font-family:poppins!important;
	font-size:14px!important;
	border:2px solid #3E8CFF!important;
	background-color:#fff!important;
	color:#000!important;
	box-shadow:none;
	height: 65px!important;
	padding:22px 40px!important;
}
