/*
Theme Name: Pespk
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-top {
    background: #005f8e !important;
}

}
.oee-color,
.main-style span{
    color: #005f8e;
}
.oee-bg-color {
    background: #005f8e !important;
}
.tm-button, a.tm-button, button.tm-button {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    background: #005f8e !important;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
    border: 1px solid #005f8e;
    z-index: 1;
    vertical-align: middle;
}

.tm-button.icon-font {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8px;
}

.chrome-icon {
    height: 24px;
}

.procedure-all{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.procedure-detail{
    width: 20%;
    float: left;
    position: relative;
}
.procedure-detail .line-step{
    width: 72px;
    height: 19px;
}
.procedure-detail .line-step span{
    width: 72px;
    height: 19px;
    position: absolute;
    right: -35px;
    top: 55px;
}
.procedure-detail .line-step span.line-step1{
    background: url('images/line-step1.png') no-repeat 0 0;
}
.procedure-detail .line-step span.line-step2{
    background: url('images/line-step2.png') no-repeat 0 0;
}
.procedure-detail .pd-img{
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 136px;
    height: 136px;
    margin-bottom: 10px;
}
.procedure-detail .pd-img span{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 136px;
    height: 136px;
}
.procedure-detail .pd-img span#pdi1{
    background: url('images/base.png') no-repeat 0px -203px;
}
.procedure-detail .pd-img span#pdi2{
    background: url('images/base.png') no-repeat -136px -203px;
}
.procedure-detail .pd-img span#pdi3{
    background: url('images/base.png') no-repeat -272px -203px;
}
.procedure-detail .pd-img span#pdi4{
    background: url('images/base.png') no-repeat -408px -203px;
}
.procedure-detail .pd-img span#pdi5{
    background: url('images/base.png') no-repeat -541px -203px;
}
.procedure-detail .pd-img span#pdi6{
    background: url('images/base.png') no-repeat -676px -203px;
}
.procedure-detail .pd-img span#pdi7{
    background: url('images/base.png') no-repeat -812px -203px;
}
.procedure-detail .pd-img span#pdi8{
    background: url('images/base.png') no-repeat -948px -203px;
}
.procedure-detail .pd-img span#pdi9{
    background: url('images/base.png') no-repeat -1084px -203px;
}
.procedure-detail .pd-text{
    text-align: center;
}
.procedure-detail .pd-text label{
    color: #0f7896;
    font-size: 20px;
    margin-bottom: 0;
}
.procedure-detail .pd-text p{
    font-size: 14px;
    color: #333;
    height: 40px;
    overflow: hidden;
}
.procedure-detail .pd-text p a{
    color: #333;
}

@media (max-width: 640px){	
	.procedure-detail{
		width: 50%;
	} 
}

@media (max-width: 320px){
	.procedure-detail{
		width: 100%;
	}
}

@media (max-width: 991px){
	.procedure-detail .line-step span{
		display: none;
	}
}
.footer-widgets {
    font-size: 15px;
}
.footer-widgets ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#banner_extension_block {
    display: block;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #banner_extension_block {
        display: none;
		padding-bottom: 0px;
    }
}

#search_product_block {
	font-size: 18px;
}