/* input(10,39): run-time error CSS1046: Expect comma, found '226'
input(10,46): run-time error CSS1046: Expect comma, found ')'
input(15,24): run-time error CSS1046: Expect comma, found '32'
input(15,29): run-time error CSS1046: Expect comma, found ')'
input(25,20): run-time error CSS1046: Expect comma, found '119'
input(25,27): run-time error CSS1046: Expect comma, found ')'
input(30,20): run-time error CSS1046: Expect comma, found '119'
input(30,27): run-time error CSS1046: Expect comma, found ')'
input(37,23): run-time error CSS1046: Expect comma, found '119'
input(37,30): run-time error CSS1046: Expect comma, found ')'
input(43,20): run-time error CSS1046: Expect comma, found '32'
input(43,25): run-time error CSS1046: Expect comma, found ')'
input(49,20): run-time error CSS1046: Expect comma, found '32'
input(49,25): run-time error CSS1046: Expect comma, found ')'
input(53,30): run-time error CSS1046: Expect comma, found '199'
input(53,37): run-time error CSS1046: Expect comma, found ')'
input(64,20): run-time error CSS1046: Expect comma, found '32'
input(64,25): run-time error CSS1046: Expect comma, found ')'
input(83,20): run-time error CSS1046: Expect comma, found '32'
input(83,25): run-time error CSS1046: Expect comma, found ')' */

.contact_message {
    margin-top: 80px;
}
.contact_message div {
    text-align: center;
    padding-bottom: 30px;
}
.contact_message .contact_message_visit, .contact_message .contact_message_call {
    border-right: 0.5px solid rgb(226 226 226);
  
}
    .contact_message div i {
        font-size: 80px;
        color: rgb(210 32 35);
       
    }
.contact_message_visit_title, .contact_message_call_title, .contact_message_email_title {
    font-size: 30px;
    font-weight: 500;
}
.contact_message div .contact_message_visit_name {
    font-weight: 700;
    font-size:20px;
    color: rgb(119 119 119);
    margin-bottom:5px;
}
.contact_message div .contact_message_visit_content {
    font-size: 15px;
    color: rgb(119 119 119);
    line-height: 30px;
}
.contact_message_call_title {
    margin-bottom:25px;
}
   .contact_message_call_mobile {
        color:rgb(119 119 119);


    }

.contact_message_call_mobile span{
    color: rgb(210 32 35)
}
.contact_message_email_title {
    margin-bottom: 25px;
}
.contact_message_email_contact {
    color: rgb(210 32 35)
}
.contact_bottom {
    text-align:center;
    background-color:rgb(199 199 199)
}
    .contact_bottom div {
      
        text-align:left;
    }

.contact_bottom_location_title, .contact_bottom_contact_title, .contact_bottom_connect_title {
    margin-top:50px;
    margin-left: 50px;

    color: rgb(210 32 35);
    font-size: 35px;
    font-weight: 300;
}
.contact_bottom_location_connect {
    width:70%;
}
.contact_bottom_location p, .contact_bottom_contact p, .contact_bottom_connect p{
    margin-left: 50px;
}
.contact_bottom_location_name {
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}
.contact_bottom_location_connect {
    line-height:30px;
}
.contact_bottom_contact_mobile span {
    color: rgb(210 32 35);
}
.bottom_top {
    display: none;
   
}
.contact_bottom_connect_ul {
    margin-left: 40px;
}
.contact_bottom_connect_ul li {
  
    display: inline
}
    .contact_bottom_connect_ul a {
        text-decoration: none;
    }
    .contact_bottom_connect_ul a img {
       
        width: 60px;
    }
    .contact_bottom_connect_ul .furniture_ico_WhatsApp a img {
        width: 170px;
    }
.contact_bottom {
    margin-top:50px;
}