.vision .search_block {
    position: relative;
    height: 350px;
    object-fit:cover;
}
@media screen and (max-width: 1100px) {
.vision .search_block {
    height: 280px;
    
}
}
@media screen and (max-width: 969px) {
.vision .search_block {
    height: 220px;
    
}
}
@media screen and (max-width: 767px) {
.vision .search_block {
    height: 120px;
    
}
}
.vision .step_outside h2 {
    margin: 0 0 30px 0;
    font-size: 1.25em;
    color: #d99132;
    text-align: center;
    line-height: 36px;
    border-bottom: 2px solid #e18934;
}
.vision .regulations_outside,.vision .step_outside {
    width: 95.5%;
    text-align: center;
    margin: 40px auto 20px auto;
    border-radius: 10px;
    position: relative;
    padding: 20px 25px 20px 25px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.vision .regulations_outside {
    margin: 10px auto 20px auto;
}
.vision .step_outside .container {
    display: flex;
}
.vision .step_outside .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 1.5em;
    position: relative;
    min-height: 1px;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.vision .step_outside .container {
    display: block;
}
    .vision .step_outside .col {
     display: block;
    max-width: 100%;
    }
}
.vision .step h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.vision .step h3, .step p {
    text-align: left;
}
.vision .step_outside .btn {
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 25px !important;
    color: #fff;
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    background: #E15706;
    border-radius: 30px;
    line-height: 1.5;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.vision .featured_data h2,.vision .regulations_outside h2 {
    margin: 0;
    font-size: 1.25em;
    text-align: center;
    line-height: 36px;
    color:#222;
    background: #fff;
    font-weight: bold;
    border-bottom: 2px solid #e18934;
}
.vision .featured_data h2 img,.vision .regulations_outside h2 img {
    vertical-align: middle;
    padding: 0 5px 3px 0;
}
.vision .featured_data {
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
    position: relative;
    padding: 10px 15px 40px 15px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.vision .feature_block {
    background: #f4f4f4;
}
.vision .feature_block .container {
    padding:0;
    margin:15px 0 0 1%;
}
.vision .featured_data:before {
    height: 0;
    background:none;
}
.vision .regulations {
    display: flex;
}
.vision .regulations h3 {
    text-align: left;
}
.vision .regulations ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.vision .regulations li {
    text-align: left;
    padding: 0 0 15px 0;
}
.vision .regulations .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.5em;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.vision .regulations .red {
    color: #d02121;
    font-weight: bold;
}
.vision .header {
    position: fixed;
    z-index: 60;
    height: 55px;
    background: #fff;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.2);
}
.vision .main {
    background: #f4f4f4;
}
.vision footer {
    padding: 0.5em 0;
    background: #313131;
}



