/* ===================================================================================

* Theme Name: Gerow Child
* Theme URI: https://www.themedox.com/gerow/
* Author: ThemeDox
* Author URI: https://themeforest.net/user/themedox/
* Description: Gerow - Business Consulting WordPress Theme
* Version: 1.0.1
* Template: gerow
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


.services-item-five{
	padding: 20px 20px;
}

.overview-content .content-bottom .list-wrap li {
    padding: 28px 15px 28px 20px;
}
.overview-content .content-bottom .list-wrap li .content p {
    margin-top: 0;
}
.services-item-five {
    padding: 0;
}
.services-content-five {
    padding: 10px 20px 20px;

}
.services-content-five p {
    min-height: 165px;
}

.text-white p{
	color: #fff;
}


.request-form-wrap .form-grp input,
.request-form-wrap .form-grp select {
	width: 100%;
	border: none;
	font-weight: 500;
	font-size: 13px;
	color: var(--tg-secondary-color);
	padding: 15px 20px;
	border-radius: 4px;
	background: var(--tg-white);
	height: 50px;
}
.request-form-wrap .form-grp input::placeholder{
	font-weight: 500;
	font-size: 13px;
	color: var(--tg-paragraph-color);
}

.step_no{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px rgba(200, 155, 60, 0.15);
}

.e-con,
.main-area.fix{
	overflow: unset;
}
.wws_points li{
    margin-bottom: 10px;
    padding: 15px;
	position: sticky;
	top: 150px;
}
.wws_points h5{
    font-size: 18px;
    margin-bottom: 5px !important;
}
.wws_points p{
    font-size: 14px;
    margin-top: 0;
}

.req-callback-form input, .req-callback-form select{
	border:1px solid #ccc !important;
}



@media screen and (min-width: 768px){

 .stick-100{
	position: sticky;
	top: 150px;
 }
}

