@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700|Yellowtail');

.address-box {
    
	 border-radius: 10px;
}

.tj-contact-form .inner-holder input[type="text"],

.tj-contact-form .inner-holder input[type="email"]{
    width: 100%;
    height: 50px!important;
    border: 1px solid #e8e8e8;
    padding: 0 15px;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    border-radius: 5px!important;
    background: #fafafa; 
}

.address-box .icomoon {
    font-size: 35px;
    text-align: center;
    display: block;
    /* padding-bottom: 15px; */
    border: #288fbd dashed 2px;
    display: inline-block;
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    line-height: 65px;
}

