.grecaptcha-badge {display:none!important;}
/* telefon & whatsapp */

.whatsapppopup {
	position:fixed;
	overflow:hidden;
	background-color:#fff;
	border-radius:5px;
	z-index:99999999;
	right:38px;
	bottom:89px;
	width:220px;
	display:none;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.095) !important
}
.whatsapppopup .whatsapppopupbaslik {
	text-align:left;
	background-color:#00A500;
	padding:10px;
	color:#fff;
	font-size:16px;
	font-weight:700
}
.whatsapppopup .whatsapppopupbaslik a {
	float:right;
	color:#fff;
	font-size:16px
}
.whatsapppopup .listitem {
	padding:5px 10px;
	font-size:13px;
	border-bottom:1px solid #f1f2f6;
	position:relative
}
.whatsapppopup .listitem a {color:#333;font-size:14px;}
.whatsapppopup .listitem i {
	color:#00A500;
	font-weight:700;
	font-size:16px;
	position:absolute;
	right:9px;
	top:9px
}
.whatsapppopup .listitem:hover {
	background-color:rgba(0,165,0,0.2)
}
.whatsapppopup .listitem .listitemname {display:block;font-weight:bold;}



.telefonpopup {
	position:fixed;
	overflow:hidden;
	background-color:#fff;
	border-radius:5px;
	z-index:99999999;
	left:20px;
	bottom:83px;
	width:220px;
	display:none;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.095) !important
}
.telefonpopup .telefonpopupbaslik {
	text-align:left;
	background-color:#e32845;
	padding:10px;
	color:#fff;
	font-size:16px;
	font-weight:700
}
.telefonpopup .telefonpopupbaslik a {
	float:right;
	color:#fff;
	font-size:16px
}
.telefonpopup .listitem {
	padding:5px 10px;
	font-size:13px;
	border-bottom:1px solid #f1f2f6;
	position:relative
}
.telefonpopup .listitem a {color:#333;font-size:14px;}
.telefonpopup .listitem i {
	color:#e32845;
	font-weight:700;
	font-size:16px;
	position:absolute;
	right:9px;
	top:9px
}
.telefonpopup .listitem:hover {
	background-color:rgba(227,40,69,0.2)
}
.telefonpopup .listitem .listitemname {display:block;font-weight:bold;}


.whatsapp-yeni {
	position:fixed;
	overflow:hidden;
	background-color:#4dc247;
	right:15px;
	bottom:10px;
	border-radius:40px;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;
	width:264px;
	z-index:999
}
.whatsapp-yeni a {
	display:flex;
	width:100%;
	align-items: center;
    justify-content: space-between;
	padding:5px;
}
.whatsapp-yazi {
	font-weight:700;
	color:#fff;
	font-size:16px;
}
.whatsapp-ikon img {
	width:40px;
    height:auto!important
}
.whatsapp-online {
	font-size: 12px;
    background-color: #00a500;
    border-radius: 14px;
    padding: 1px 10px;
    color: #fff;
	margin-right:5px;
}


.form-call-wrapper * {
    transition: .5s
}
.form-call-wrapper {
    position: fixed;
    left: 26px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    z-index: 1000;
    cursor: pointer
}
.form-call-wrapper:after,
.form-call-wrapper:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    transform-origin: center center;
    box-sizing: border-box;
    z-index: 9;
    transition: .5s
}
.form-call-wrapper:after {
    background: #e74c3c;
    animation: lexprofitBackAnim 3s linear infinite
}
.form-call-wrapper:before {
    border: 1px solid #e74c3c;
    animation: lexprofitBorderAnim 3s -.5s linear infinite
}
.form-call-wrapper .form-call-btn {
    z-index: 10;
    position: absolute;
    background-color: #e74c3c;
    border-radius: 100%;
    width: 100%;
    height: 100%
}
.form-call-wrapper .form-call-btn i {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 100%
}
.form-call-wrapper:hover .form-call-btn {
    background-color: #e74c3c
}
.form-call-wrapper:hover:after {
    background-color: #e74c3c
}
.form-call-wrapper:hover:before {
    border-color: #e74c3c
}
.form-call-wrapper:hover .form-call-btn {
    animation: lexprofitBoundingAnim 1s linear infinite
}
@keyframes lexprofitBackAnim {
    0% {
        transform: scaleX(.7) scaleY(.7)
    }
    25% {
        transform: scaleX(1.2) scaleY(1.2)
    }
    50% {
        transform: scaleX(1.5) scaleY(1.5)
    }
    65% {
        transform: scaleX(1.2) scaleY(1.2);
        opacity: .7
    }
    100% {
        transform: scaleX(.7) scaleY(.7);
        opacity: 0
    }
}
@keyframes lexprofitBorderAnim {
    0% {
        transform: scaleX(1) scaleY(1)
    }
    50% {
        transform: scaleX(1.5) scaleY(1.5)
    }
    100% {
        transform: scaleX(2) scaleY(2);
        opacity: 0
    }
}
@keyframes lexprofitBoundingAnim {
    0% {
        transform: rotate(0)
    }
    15% {
        transform: rotate(15deg)
    }
    30% {
        transform: rotate(0)
    }
    45% {
        transform: rotate(-15deg)
    }
    60% {
        transform: rotate(0)
    }
}

@media (max-width: 1000px) {
    /*
    .telefonpopup {
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        bottom:150px;
    }
    .whatsapppopup {
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }
    */
    .whatsapp-yazi {
        display:none;
    }
    .whatsapp-online {
        display:none;
    }
    .whatsapp-yeni {
        width:50px;
    }
}
/* telefon & whatsapp */
.kutu-arkaplan {
background-repeat:no-repeat;
background-size:cover;

}
.icerik-yok {
font-size:30px;
text-align:center;
}

.background-image {
background-repeat:no-repeat;
background-size:cover;
background-position:top center;
}
.background-image-2 {
background-repeat:no-repeat;
background-size:contain;
background-position:top center;
}
.background-image-3 {
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}