/* Add here all your CSS customizations */
.prdt_all {
	padding: 10px;
	background: #fff;
	margin: 15px 0;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.prdt_all figure img {
	width: 100%;
}
.ask_a_ques form {
	width: 100% !important;
	padding: 25px;
	background: whitesmoke;
	border-radius: 5px;
}
.ask_a_ques form h3 {
	text-transform: capitalize !important;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #08c;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 25px;
	font-size: 22px;
}
.ask_q_bnt {
	background: #08c;
	color: #fff;
	border: none;
	border-radius: 3px !important;
	padding: 6px 0;
	font-size: 16px;
	outline: none !important;
	margin-top: 34px;
	width: 50% !important;
}
.p_img img {
	width: 100%;
}
.p_details_sec {
	padding: 60px 0;
}
.ask_a_ques {
	padding-bottom: 60px;
}
.our_p_head h2 {
	font-size: 33px !important;
	margin-bottom: 18px !important;
	letter-spacing: 0.5px;
	color: #08c !important;
}
.our_p_head h2 strong {
	font-weight: 600 !important;
}
.our_p_head p {
	text-align: left !important;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	font-weight: 400;
}
.social-icons{ padding: 0; margin:0;}
.social-icons li{list-style: none; display: inline-block;}
.social-icons li a{ font-size:20px; color:#000;}

.social-icons li {
    display: inline-block;
    margin: 0px 4px 0 4px;
    padding: 0;
    border-radius: 100%;
    overflow: visible;

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    background: #4ac959;
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px !important;
}

.social-icons li:hover a {
    background: #000;
    color: #FFF !important;
}
.social-icons li:nth-child(1) {
  background: #4ac959;
}
.social-icons li:nth-child(2) {
  background: #3b5998;
}

.social-icons li:nth-child(3) {
  background: #00aced;
}

.social-icons li:nth-child(4) {
  background: #bb0000;
}

.social-icons li:nth-child(5) {
  background:#517fa4;
}
.social-icons li:nth-child(6) {
  background: #4ac959;
}