
.config_box article.sidebarform-box form {
    max-width: 900px;
    margin: 0 auto;
}
.config_box #finderForm .js-select .form-block {
    padding-right: 0;
}
.config_box #finderForm .form-block select, .config_box .form-block .table_sizes {
    border-radius: 0;
}
.config_box #finderForm .form-block select{
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}
.config_box button#submitid{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
    width: 200px;
}

.config_box {
    margin-top: -60px;
    z-index: 1;
    border-radius: 15px;
    box-shadow: 0 0 10px #dedede;
}
p.sec_sub_heading {
    font-size: 20px;
    font-weight: 600;
    color: #4E4D4D;
}
p.sec_sub_headingnormal.mb-2 {
    font-size: 20px;
    font-weight: 400;
    color: #7a7a7a;
}

section.imageinbg_overly.mb-3 .rounded-3 {
    border-radius: 15px !important;
}

.designation {
    background: rgba(0,156,217,0.9);
}
section.fulltextrow.team_member .team_descrip p {
    color: #fff;
}
section.team_member {
    background-color: #F4F4F4;
}
section.logoslider {
    background-color: #F3FCFF;
}
/* section.logoslider h2 {
    font-weight: 600;
} */
section.what_we_do {
    background: #F4F4F4;
}
.leftimageblk, .rightimageblk {
    box-shadow: 0 0 10px #9d9d9d;
    border-radius: 10px;
}
.rightimageblk img.img-fluid, .leftimageblk img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leftimageblk img.img-fluid {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.rightimageblk img.img-fluid {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.whtwedetail h3 {
    font-weight: 600;
}
section.priceguide .row{
    position: relative;
}
section.priceguide .price_left, section.priceguide .price_left::before {
    background: #F3FCFF;
}
section.priceguide .price_left::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 100%;
    top: 0;
}
.pricerightblock h3 {
    font-weight: 600;
}
.price_right::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: -100%;
}
.price-range span.pgbar {
    background-color: #3d9ee4;
    position: relative;
    background-image: linear-gradient(to right, #2f9acc, #9adeff);
    height: 15px;
}
.pricerightblock p {
    margin-bottom: 0;
}
.pricerightblock {
    padding-bottom: 25px;
}
span.pgprice.d-inline-block {
    font-size: 18px;
    color: #009CD9;
    font-weight: 600;
}
.onlytextsize, li.sizefilter{
    font-size: 20px;
}
li.sizefilter {
    color: #2d9fd8;
    border: 1px solid #2d9fd8;
    border-radius: 5px;
    padding: 0 12px;
    cursor:pointer;
    transition: all ease 0.5s;
}
li.sizefilter.active {
    background-color: #2d9fd8;
    color: #fff;
}
.light_box:hover h2, .light_box:hover p {
    width: 100%;
    padding-right: 36px;
    text-align: center;
}
@media screen and (min-width:1025px){
    .price_right {
        padding-left: 35px;
    }
}

.beurs-locaties-blocks .imagesblock.text-center {
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 18px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    transition: all 0.3s ease-in;
    box-shadow: 0 0 10px #008cc329;
}
.beurs-locaties-blocks .imagesblock.text-center:hover {
    background: #f1f1f1;
    transition: all 0.3s ease-in;
}
span.smalltext {
    display: block;
    font-size: 30px;
    line-height: 1.5;
}
