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

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.shortcode-error {
	display: none;
}
.banner-title {
    color: white;
    margin-bottom: 15px;
    text-shadow: -2px 3px 10px rgb(0 0 0 / 50%);
}
.tm-button, a.tm-button, button.tm-button {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    background: #FFFFFF;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #000000;
    border: 1px solid #ebc857;
    z-index: 1;
    vertical-align: middle;
}

@media (max-width: 640px){	
	.tm-button, a.tm-button, button.tm-button{
		display:none;
	} 
}

.tm-button.icon-font {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8px;
}
.tm-button.icon-font:hover {
	color: #333030;
}
.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: #1da1f2;
    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;
	}
}
.header-bottom {
    display: none;
}

.wp-block-table thead {
    border-bottom: 0px solid !important;
}
.wp-block-table table thead tr th{	
	border: 1px solid #dfdfdf !important;
	background-color: #0088cc !important;
	color: #fff !important;
	text-align: center;
}
.wp-block-table td {
    border: 1px solid #dfdfdf !important;
	color: #0c0c0c !important;
}
