.bilgilerfirma { position: relative; display: inline-block; margin-right: 55px; }

.page-title-2 .info-box .left-column .bilgilerfirma li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0px;
	padding-right:15px;
}

.content-box ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 25px;
}
.content-box ul li {
    /* display: inline-block; */
    margin-right: 25px;
}
.content-box ul li.phone-number a {
    background-color: #f85c70;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    display: block;
    padding: 12px 25px 12px 60px;
    font-size: 18px;
    font-weight: 700;
}
.content-box ul li.phone-number a i {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
    font-size: 20px;
}

.content-box ul li:last-child {
    margin-right: 0;
}

.content-box ul li.location {
    position: relative;
    color: #0ec6c6;
    padding-left: 55px;
}
.content-box ul li.location i {
    position: absolute;
    left: 0;
    top: 0;
    color: #a2a1a1;
    font-size: 48px;
}
.content-box ul li.location span {
    display: block;
    color: #ffffff;
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: 700;
}

.d-flex {
    display: flex!important;
}
.align-items-center {
    align-items: center!important;
}

.default-sidebar .sidebar-search .search-form .form-group input[type='text'] {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e6ebeb;
    border-radius: 30px;
    font-size: 15px;
    color: #848484;
    font-weight: 500;
    background: transparent;
    padding: 10px 30px 10px 20px;
    transition: all 500ms ease;
}

.default-sidebar .sidebar-search .search-form .form-group input[type='email'] {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e6ebeb;
    border-radius: 30px;
    font-size: 15px;
    color: #848484;
    font-weight: 500;
    background: transparent;
    padding: 10px 30px 10px 20px;
    transition: all 500ms ease;
}

.default-sidebar .sidebar-search .search-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border: 1px solid #e6ebeb;
    border-radius: 30px;
    font-size: 15px;
    color: #848484;
    font-weight: 500;
    background: transparent;
    padding: 10px 30px 10px 20px;
    transition: all 500ms ease;
}
.islemtamam {display:none; }

#yorummesaj { display:none; }

.page-title-2 .info-box .left-column.solkutuhea {  padding-left:0px; }
.solkutuhea { float:left; }
.sagkutuhea { float:right; padding: 18px 0px 14px 0px; }

.page-title-2 .info-box { margin-bottom: -33px; }
.browse-add-details { padding: 70px 0px 120px 0px; }

.add-details-content .single-box .list-item li { width: auto; margin-bottom: 5px; padding-left: 25px; }


.kategoriselectilce {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e6e8e8;
    border-radius: 30px;
    font-size: 15px;
    color: #808288;
    padding: 10px 10px;
    transition: all 500ms ease;
}


	.icerikhakim {
		position: relative;
    font-family: 'Quicksand', sans-serif;
    color: #848484;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
			transition: all 500ms ease; }
		
		
		.icerikhakim li {
			padding-bottom:10px;
		}
		
		.add-details-content .single-box:last-child {
    margin-bottom: 30px;
}
	


 .btnzn-uyari {
            position: relative;
           animation: blink-animation 1s infinite, pulse-animation 1.5s infinite;
        }

        @keyframes blink-animation {
            0% { opacity: 1; }
            50% { opacity: 0.9; }
            100% { opacity: 1; }
        }
		 @keyframes pulse-animation {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }


@media only screen and (max-width: 1200px) { 
.page-title-2 .info-box .right-column, .page-title-2 .info-box .left-column {  float: left; }
.page-title-2 .info-box .left-column { margin-bottom: 5px; }
.page-title-2 .info-box .right-column, .page-title-2 .info-box .right-column {  float: right; }

}


@media only screen and (max-width: 767px)
{ 


.content-box ul {
    display: block!important;
    margin-top: 0;
}
	
	.content-box ul li {
  	  margin-bottom: 15px;
	}

	/*
	.content-box ul li {
    display: block;
    margin-right: 0;
    margin-top: 20px;
}
	*/
.content-box ul li.phone-number a {
    font-size: 15px;
    padding: 12px 15px 11px 50px;
}
.content-box ul li.phone-number a i {
    left: 20px;
    margin-top: 0;
    font-size: 20px;
}

.content-box ul li.location {
    padding-left: 52px;
}



}

