@media screen and (max-width: 640px) {


.shedule_consult .box_head {
    background-color: rgba(180, 151, 98, 0.95);
    padding: 20px 0px;
    color: #fff;
    box-shadow: 0 0px 80px 0 rgba(32,33,36,0.28);
    margin-top: 140px;
}
.shedule_consult .box_head h2 {
    font-size: 20px;
}
button.btn_consult {
    background-color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
}
img.logo_custom {
    z-index: 1111;
    width: 150px;
    padding: 0px !important;
}
a.nav-button.ml-auto.mr-4 {
    margin-right: 0px !important;
}
section.why_choose .box {
    text-align: center;
    border: 1px solid #d1aa4f;
    position: relative;
    padding: 35px 20px 10px;
    margin-bottom: 35px;
}

.text_heading h2 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
}
section.find_procedure {
    padding: 35px 0px;
}
.row_box {
    margin-top: 35px;
}

.nav-tabs .nav-link {
    padding: 2px; font-size: 14px;}
    .nav-tabs .nav-link.active {padding: 2px;font-size: 14px;}
    section.certificate img {
    border: 3px solid #d1ad6c;
    margin-bottom: 20px;
}

.review {
    background-image: url(../images/review-bg.jpg);
    background-position: right;
    background-size: cover;
    padding: 50px 0px;
    width: 100%;
    color: #212529;
    background-repeat: no-repeat;
}
section.review .box {
    padding: 0px;
     margin-left: 0px; 
}
section.result {
    padding: 50px 0px;
}
section.result img {
    margin-bottom: 50px;
}
.result .img_box {
    border: 2px solid #d1ad6c;
    width: 319px;
    height: 207px;
    position: absolute;
    top: 20px;
    right: 0px;
}
section.blog_article {
     margin-top: 0px; 
    padding: 80px 0px;
}

button.owl-next {
    top: 120px;
    right: 3px;
    font-size: 30px;
}
button.owl-prev {
    top: 120px;
    left: -3px;
    font-size: 30px;
}
.box_mid {
    text-align: left;
    margin: 50px 0px;
}
ul.link_social {
    text-align: left;
}
.box-right {
    text-align: left;
}
.right_text {
    text-align: left;
    margin-top: 20px;
}
.p-5 {
    padding:8rem 0rem!important;
}
blockquote.blockquote.text-center {
    padding: 20px 28px;
}
.row.contain_box {
    padding: 0px 100px;
}
.review_contain .client-review-stars {
    margin-bottom: 45px;
}
.arrow_btn {
    background-color: #d1ad6c;
    color: #fff;
    padding: 10px 0px;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
}