html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
ffont- small,
strike,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

:focus {
    outline: 0
}

* {
    list-style: none;
    text-decoration: none;
}

body {
    line-height: 1;
    overflow-x: hidden;
    font-family: arial;
    background: url("../imgs/background_img.jpg");
    background-attachment: fixed;
    background-size: 130%;
    color: #58595b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

html {
    scroll-behavior: smooth;
}

/*ol, ul {s
		list-style: none
	}*/
table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

header,
nav,
article,
section,
footer,
figure,
aside {
    display: block;
}

input,
select,
textarea {
    -webkit-border-radius: 0;
    border-radius: 0
}

.clear {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    clear: both
}

.header {
    width: 100%;
    padding: 20px 0px 20px;
    position: absolute;
    top: 0px;
    z-index: 99;
}

.headerCenter {
    width: 1500px;
    margin: 0 auto;
}

.logo {
    display: inline-block;
    vertical-align: middle;
}

.menuDiv {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.menuDiv div ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    font-weight: 700;
    color: #00155F;
    cursor: pointer;
    transition: all 0.6s;
}

.menuDiv div ul li:hover {
    color: #008AB2;
}

.number {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.numberDiv {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    cursor: pointer;
    color: #00155F;
}

.menuMobil {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
    cursor: pointer;
    z-index: 999999999999999999999999999999999999999999999999999;
    padding-bottom: 10px;
    border: 1px solid #008ab2;
}

.menuText {
    color: #0C8F97;
}

.line {
    background-color: #008AB2;
    width: 50%;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;
}

.slider {
    background-color: #E5F9FF;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slider_Div {
    position: absolute;
    top: 25%;
    width: 1490px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 9;
}

.dotDiv {
    display: inline-block;
    vertical-align: middle;
}

.dotDiv div ul li {
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #ffffff6e;
    border-radius: 60px;
    margin: 10px;
    border: 1px solid #a4a4a452;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #707070;

}

.sliderText {
    display: inline-block;
    vertical-align: middle;
    margin-left: 100px;
    margin-right: 200px;
    position: relative;
    width: 26%;
    top: -100px;
}

.titleLight {
    font-size: 40px;
    color: #00155F;
    font-weight: 200;
}

.titleBold {
    font-weight: 700;
    font-size: 40px;
    color: #00155F;
    margin-top: 10px;
}

.titleButton {
    margin-top: 40px;
}

.titleButton button {
    background-color: #00155F;
    color: #fff;
    border: unset;
    padding: 15px 25px 15px 25px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    transition: all 1s;
    border: 1px solid #00155F;
    cursor: pointer;
}

.titleButton button:hover {
    color: #00155F;
    background-color: unset;
}

.sliderImg {
    display: inline-block;
    vertical-align: middle;
    width: 39%;
    position: relative;
    z-index: 1;
    top: -190px !important;
}


@media only screen and (max-width: 500px) {
    .sliderImg {
        top: 0;
    }
}

.borderImg {
    width: 100%;
    transform: scale(1.3);
    opacity: 0;
}

.suSvg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    left: 0px;
    margin: 0 auto;
    transform: scale(1.3) rotate(20deg);
    transition: all 0.6s;
    opacity: 0;
}

.urun_Img {
    position: absolute;
    top: -10%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    transform: scale(0.6);
    opacity: 0;
    margin-top: 40px;
    transition: all 0.6s;
}

.urunDiv {
    width: 30%;
    position: absolute;
    top: 70%;
    opacity: 0;
    transition: all 0.6s;
    transform: scale(0.5);
}

.urunDiv img {
    width: 100%;
}

.urunText {
    position: absolute;
    top: 40%;
    width: 60%;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    color: #fff;
    line-height: 20px;
}

.textSlide {
    position: absolute;
    top: 0px;
    opacity: 0;
    transition: all 0.6s;
    margin-top: 50px;
    display: none;
}

.containerDiv {
    width: 100%;
    margin-top: 10%;
    position: relative;
}

.wave {
    width: 100%;
}

.containerDiv .wave {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 730px;
    background-repeat: repeat-x;
    animation: slide 300s linear infinite;
    -webkit-animation: slide 500s linear infinite;
    background-size: 100%;
}

/*
@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 30000px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 30000px 0; }
}
*/
.containerAll {
    background-color: #001D6F;
    width: 100%;
    padding: 50px 0px 50px;
    text-align: center;
}

.containerCenter {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 200px;
}

.yorumlar-Center {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 9;
}

.musteri-Center {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 100px;
    position: absolute;
    top: 5%;
    left: 0px;
    right: 0px;
}

.containerTitle {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.containerText {
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.sliderDiv {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

.sliderDiv-2 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 250px;
}

.sliderDiv-3 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    position: absolute;
    top: 40%;
    width: 130%;
    text-align: left;
    left: -15%;
}

.owl3 .owl-nav {
    display: block !important;
    position: absolute;
    top: 40%;
    width: 130%;
    text-align: left;
    left: -15%;
}

.owl3 .item img {
    border-radius: 10px;
}

.owl-prev {
    float: left !important;
}

.owl-next {
    float: right !important;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: unset !important;
    border: 0px !important;
}

.owl-prev button {
    background-color: unset !important;
    border: 0px !important;
}

.owl-next button {
    background-color: unset !important;
    border: 0px !important;
}

.tumunu_Gor {
    color: #fff;
    font-weight: 700;
    background-color: #47BFE2;
    width: max-content;
    padding: 15px 25px 15px 25px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #47BFE2;
    cursor: pointer;
    transition: all 0.7s;
}

.tumunu_Gor:hover {
    background-color: unset;
    color: #47BFE2;
}

.su_Aritma {
    width: 100%;
    position: relative;
    top: 100px;
}

.su_Aritma div ul li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px;
}

.su_Aritma div ul li:nth-child(2) {
    padding-left: 50px;
    width: 44%;
}

.urun-Detay {
    width: 100%;
    position: relative;
    top: 70px;
}

.urun-Detay div ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px;
}

.kullanim_alanlar div ul li img {
    width: 100%;
}

.kullanim_alanlar div ul li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px;
}

.urun-Disi div ul li img {
    width: 100%;
}

.urun-Disi div ul li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px;
}

.sudanSebepler div ul li {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px;
}

.sudanSebepler div ul li:nth-child(2) {
    width: 45%;
    padding-left: 90px;
}

.nfs_belgesi div ul li {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px;
}

.nfs_belgesi div ul li img {
    width: 100%;
}

.su_Aritma div ul li img {
    width: 100%;
}

.sudanSebepler div ul li img {
    width: 100%;
}

.suTitle h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 200;
}

.suTitle h3 span {
    font-weight: 300;
}

.suTitle h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 200;
}

.suTitle h2 span {
    font-weight: 300;
}

.suInfo {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    font-weight: 500;
    line-height: 45px;
}

.aile_Text {
    margin-top: 30px;
    color: #77E0FF;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    line-height: 30px;
}

.aile_Info {
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    width: 70%;
}

.urunleri_Incele button {
    color: #fff;
    font-weight: 700;
    width: max-content;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #47BFE2;
    cursor: pointer;
    transition: all 1s;
    background-color: unset;
}

.urunleri_Incele button:hover {
    background-color: #47BFE2;
}

.alt_Dalga {
    left: -1%;
    width: 101%;
    position: absolute;
    margin-top: -7%;
    z-index: -1;
}

.marginBottom {
    margin-bottom: 0px !important;
}

.slider-Title {
    margin-bottom: 50px;
}

.slider-Title .containerTitle {
    text-align: left;
    color: #00155F;
    font-weight: bold;
}

.kullanim_alanlar {
    position: relative;
}

.kullanim_alanlar .suTitle h3 {
    color: #00155F;
    font-weight: 700;
}

.kullanim_alanlar .suInfo {
    color: #00155F;
}

.kullanim_alanlar .aile_Text {
    color: #00155F;
}

.kullanim_alanlar .aile_Info {
    color: #00155F;
    margin-bottom: 150px;
}

.kullanim_alanlar .urunleri_Incele {
    color: #00155F;
}

.kullanim_alanlar .urunleri_Incele button {
    color: #fff;
    background-color: #00155F;
}

.sudanSebepler {
    position: relative;
    z-index: 9;
}

.sudanSebepler .suTitle h3 {
    color: #00155F;
    font-weight: 700;
}

.sudanSebepler .suInfo {
    color: #00155F;
}

.sudanSebepler .aile_Text {
    color: #00155F;
}

.sudanSebepler .aile_Info {
    color: #00155F;
    margin-bottom: 150px;
}


.sudanSebepler .urunleri_Incele {
    color: #00155F;
}

.sudanSebepler .urunleri_Incele button {
    color: #fff;
    background-color: #00155F;
}


.nfs_belgesi {
    position: relative;
}

.nfs_belgesi .suTitle h3 {
    color: #00155F;
    font-weight: 700;
    line-height: 50px;
}

.nfs_belgesi .suInfo {
    color: #00155F;
}

.nfs_belgesi .aile_Text {
    color: #00155F;
}

.nfs_belgesi .aile_Info {
    color: #00155F;
    margin-bottom: 150px;
}

.nfs_belgesi .urunleri_Incele {
    color: #00155F;
}

.nfs_belgesi .urunleri_Incele button {
    color: #fff;
    background-color: #00155F;
}



.back_img {
    position: absolute;
    top: 50%;
    right: 40%;
    z-index: -1;
    width: 60%;
}

.iconsDiv {
    position: absolute;
    bottom: 32%;
    left: 20px;
}

.iconsDiv div ul li {
    width: 13%;
    display: inline-block;
    vertical-align: middle;
}

.iconsDiv div ul li img {
    width: 100%;
}

.ucretsizDiv {
    position: absolute;
    top: 19%;
    right: 10%;
    z-index: 999999999;
    cursor: pointer;
    width: 150px;
}

.ucretsizDiv img {
    width: 100%;
}

.sudanSebepler .aile_Info {
    margin-bottom: 0px;
}

.sudanSebepler .aile_Text {
    color: #008AB2;
}

.nfs_belgesi .aile_Info {
    margin-bottom: 0px;
}

.nfs_belgesi .aile_Text {
    color: #008AB2;
}

.havuz-Img {
    width: 100%;
    position: relative;
    margin-top: -370px;
    z-index: 5;
}

.havuz-Img img {
    width: 100%;
}

.reklamFilmleri {
    position: relative;
    width: 100%;
}

.urun-Detail {
    width: 100%;
    position: relative;
    margin-top: -100px;
    z-index: 5;
    margin-bottom: 50px;
}

.urun-Detail img {
    width: 100%;
}

.havuz_divs {
    width: 1100px;
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.hesapli-Div {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 150px;
}

.hesapli-Title {
    font-size: 40px;
    color: #00155F;
}

.hesapli-Saglikli {
    color: #008AB2;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
}

.hesap-P p {
    line-height: 30px;
    font-weight: 400;
    color: #00155f;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
}

p {}

.damla-Div {
    margin-top: 20px;
}

.damla-Div div ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.damla-Top {
    margin-top: 50px;
}

.damla-Text {
    font-size: 15px;
    margin-top: 20px;
    color: #00155F;
    font-weight: 200;
}

.damla-Title {
    font-size: 21px;
    margin-top: 20px;
    color: #00155F;
    font-weight: 700;
}

.border-Div {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 20%;
    border-radius: 100%;
    border: 1px solid #B8D2D9;
    z-index: -1;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: scale(1.1);
    animation: anim2 2s infinite;
}

.border-Alt {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 20%;
    border-radius: 100%;
    border: 1px solid #00155F;
    z-index: -1;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: scale(0.7);
    animation: anim 2s infinite;
}

@keyframes anim {
    0% {
        transform: scale(0.7);
    }

    30% {
        transform: scale(1);
    }
}

@keyframes anim2 {
    10% {
        transform: scale(1);
        opacity: 0;
    }

    40% {
        transform: scale(0.7);
        opacity: 1;
    }
}

.musteri-Div {
    position: relative;
    overflow: hidden;
    margin-top: 110px;
}

.musteri-Div img {
    width: 120%;
}

.musteri-Center .aile_Text {
    font-size: 15px;
}

.blog-Center {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.title-Aura {
    font-size: 40px;
    color: #00155F;
    font-weight: 200;
    display: inline-block;
    vertical-align: middle;
}

.blog {
    display: inline-block;
    vertical-align: middle;
}

.blog-Divs {
    margin-top: 50px;
    text-align: center;
}

.blog-Divs div ul li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
}

.blog-Divs div ul li img {
    width: 100%;
}

.blog-Divs div ul li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    border: 1px solid #E3E3E3;
    height: 440px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.blog-Titles {
    padding: 10px;
    line-height: 20px;
    color: #00155F;
    font-size: 20px;
    line-height: 30px;
}

.devami-Oku {
    padding: 10px;
    margin-top: 20px;
    color: #47BFE2;
    font-family: 700;
    opacity: 0;
    transition: all 1s;
    position: absolute;
    bottom: 10px;
}

.blog-Divs div ul li:hover .devami-Oku {
    opacity: 1;
}

.heart-Div {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.footer {
    width: 100%;
    padding: 50px 0px 0px;
    box-shadow: 1px 1px 10px #e5e5e5;
    position: relative;
    z-index: 9;
    background-color: #fff;
    margin-top: 50px;
}

.footer-Center {
    width: 1200px;
    margin: 0 auto;
}

.footer-Center div ul li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.footer-Center div ul li:nth-child(2) {
    width: 60%;
}

.urun-Div {
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px;
}

.urun-Title {
    margin-top: 10px;
    font-weight: 700;
    color: #00155F;
}

.urun-Text {
    margin-top: 10px;
    font-weight: 200;
    color: #00155F;
}

.number-Img {
    display: inline-block;
    vertical-align: middle;
}

.number-Div {
    display: inline-block;
    vertical-align: middle;
    color: #00155F;
}

.social-Div {
    margin-top: 15px;
}

.social-Div div {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.social-Div div img {
    width: 100%;
}

.bottom-Footer {
    padding: 30px 0px 30px;
    border-bottom: 7px solid #47BFE2;
}

.footer-Center {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-Logo {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.ihlas-Logo {
    display: inline-block;
    vertical-align: bottom;
}

.ihlas-Text {
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 15px;
    color: #00155F;
}

.tum-Haklar {
    width: 40%;
    display: inline-block;
    vertical-align: bottom;
    font-size: 15px;
}

.loading-Top {
    transform: scale(0);
    opacity: 0;
    transition: all 1s;
}

.form_div {
    position: absolute;
    top: 25%;
    z-index: 99999999;
    background-color: #ffffff;
    right: 10%;
    width: 240px;
    padding: 70px 50px 70px 50px;
    border-radius: 10px;
    display: none;
    opacity: 0;
    transition: all 0.6s;
}

.iletisimFormu {
    z-index: 99999999;
    background-color: #ffffff;
    right: 5%;
    width: 500px;
    padding: 70px 50px 70px 50px;
    border-radius: 10px;
    transition: all 0.6s;
    box-shadow: 1px 1px 10px #dddddd;
}

.form_title {
    font-size: 20px;
    color: #3B3B3B;
    font-weight: 700;
}

.inputs {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #3B3B3B;
    font-weight: 200;
    line-height: 20px;
}

.inputs input {
    border: 0;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.inputs select {
    -webkit-border: 0;
    border-bottom: 1px solid #707070 !important;
    -webkit-padding-bottom: 10px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.inputs textarea {
    border: 0;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.check_input {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

.check_text {
    text-align: center;
    font-size: 12px;
    width: 85%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

::placeholder {
    color: #707070;
    font-family: 'Open Sans', sans-serif;
}

.radio_input {
    width: 100%;
}

.form_group {
    margin: 1rem 0;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.form_group .radio_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: 100%;
    text-align: left;
    line-height: 16px;
    position: relative;
    left: 15%;
}

input[type="radio"] {
    width: 30%;
    display: none;
}

.form_group label {
    display: inline-block;
    vertical-align: middle;
}

label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.form_button button {
    padding: 10px 30px 10px 30px;
    border: unset;
    background-color: unset;
    border: 1px solid #707070;
    font-family: "Bebas Neue";
    font-size: 20px;
    color: #3B3B3B;
    cursor: pointer;
    transition: all 0.6s;
}

.form_close {
    position: absolute;
    top: 5%;
    left: 10%;
    cursor: pointer;
}

.form_button {
    text-align: center;
}

.menu-Div {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 33.6%;
    height: 100vh;
    z-index: 999999999;
    transition: all 0.5s;
    opacity: 0;
    display: none;
    overflow: hidden;
    /* border-left: 7px solid #4db4e83b; */
    box-shadow: 1px 1px 100px #dedede;
}

.menu-Center {
    width: 85%;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 5.9%;
    text-align: right;
}

.menu-Content {
    text-align: left;
    margin-top: 100px;
}

.menu-Content div ul li {
    margin-top: 30px;
    color: #00155f;
    font-size: 38px;
    cursor: pointer;
    position: relative;
    left: -50%;
    opacity: 0;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 25px;
}

.dalga-Img {
    position: absolute;
    bottom: 0px;
    right: -20%;
    width: 100%;
    z-index: -1;
    transform: scale(1.5) rotate(-45deg);
    display: none;
}

.urun-Info {
    width: 45%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 150px;
}

.urun-Right {
    width: 40% !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.urun-Titles {
    font-size: 30px;
    color: #00155F;
    font-weight: 800;
}

.urun-Texts {
    font-size: 16px;
    line-height: 29px;
    margin-top: 50px;
    color: #00155F;
    font-weight: 200;
    width: 50%;
}

.detail-Title {
    font-size: 40px;
    color: #47BFE2;
    font-weight: 300;
    margin-top: 10px;
}

.teknik-Title {
    font-size: 40px;
    color: #00155F;
    font-weight: 300;
    margin-top: 10px;
}

.detail-Table {
    padding: 10px 0px 10px;
    margin-top: 20px;
}

.detail-Tablecolor {
    background-color: #00155F;
    text-align: left;
    padding: 10px 0px 10px;
    margin-top: 20px;
}

.teknik-Tablecolor {
    background-color: #E5F9FF;
    text-align: left;
    padding: 10px 0px 10px;
    margin-top: 20px;
}

.tables-Div {
    display: inline-block;
    vertical-align: middle;
    width: max-content;
    font-size: 15px;
    color: #fff;
    text-align: left;
    width: 180px;
}

.tables-Teknik {
    display: inline-block;
    vertical-align: middle;
    width: max-content;
    font-size: 15px;
    color: #008AB2;
    text-align: left;
    width: 340px;
}

.aciklama-Div {
    display: inline-block;
    vertical-align: middle;
    width: max-content;
    font-size: 15px;
    color: #fff;
}

.aciklama-Teknik {
    display: inline-block;
    vertical-align: middle;
    width: max-content;
    font-size: 15px;
    color: #00155F;
}

.urun-Imgs {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.urun-Imgs div ul li {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.urun-Imgs div ul li img {
    width: 100%;
}

.campaign-Div {
    width: 1200px;
    margin: 0 auto;
    margin-top: 200px;
}

.kampanyalar-Div {
    margin-top: 20px;
}

.kampanyalar-Div div ul li {
    margin-top: 20px;
}

.kampanyalar-Div div ul li img {
    width: 100%;
}

.camp-Img {
    position: relative;
    width: 100%;
    top: unset;
    bottom: 0px;
    margin-top: -30%;
    z-index: -1;
    margin-bottom: -15%;
}

.detail-Div {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.deniz-Div {
    margin-top: 30px;
    position: relative;
    margin-top: -20%;
    transition: all 1s;
}

.deniz-Div img {
    width: 100%;
}

.deniz-Content {
    position: absolute;
    bottom: 5%;
    width: 1000px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.deniz-Content div ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px;
}

.deniz-Content div ul li:nth-child(1) {
    width: max-content;
}

.deniz-Content div ul li:nth-child(2) {
    width: 69%;
}

.sf-Img {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 10px 10px;
}

.sf-Img img {
    width: 100%;
}

.deniz-Content .suTitle h3 {
    color: #00155F;
    font-weight: 700;
}

.deniz-Content .aile_Info {
    margin-top: 30px;
    line-height: 30px;
    color: #00155F;
    font-weight: 500;
}

#yorumlar .wave {
    position: relative;
    margin-top: -30%;
}

.yorumlar-Center .aile_Text {
    font-size: 15px;
    font-weight: 700;
    color: #47BFE2;
}

.yorumlar-Div {
    max-width: 1100px;
    margin: 0 auto;
}

.yorumlar-Div div ul li {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin: 10px 10px;
    padding: 30px;
    border-radius: 10px;
}

.name-Div {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.pp-Img {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.ppDiv {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.name {
    font-weight: 700;
    color: #00155F;
}

.stars {
    width: 100%;
}

.star-Img {
    width: 12%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.star-Img img {
    width: 100%;
}

.date-Div {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #00155F;
    font-weight: 200;
}

.yorumlar-Text {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    margin-top: 30px;
    color: #00155F;
    font-weight: 400;
}

.reklamBack {
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.marginTop {
    margin-top: 0px;
}

.allVideo {
    margin-top: 50px;
}

.allVideo div ul li {
    width: 370px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
    position: relative;
}

.allVideo div ul li img {
    width: 100%;
}

.play {
    position: absolute;
    top: 110px;
    width: 40px !important;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.reklamTitle {
    position: absolute;
    width: 80%;
    bottom: 30px;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#suAritma div ul li {
    display: inline-block !important;
    vertical-align: middle !important;
}

#cebilon {
    margin-bottom: 200px;
}

#cebilon .aile_Text {
    margin-top: 30px;
    color: #008AB2;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.allList {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
}

.allList div ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 19%;
    border: 1px solid #00155F;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    margin: 2px 2px;
}

.centerDiv {
    width: 200px;
    height: 180px;
    vertical-align: middle;
    display: table-cell;
}

.listTitle {
    margin-top: 10px;
    font-size: 15px;
    color: #00155F;
    font-weight: bold;
}

.heartCebilon {
    width: 100%;
    text-align: center;
    margin-bottom: -300px;
}

.sudanDiv {
    margin-top: 200px;
    position: relative;
}

.iletisimDiv {
    margin-top: 200px;
    position: relative;
}

.suDiv {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    padding: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 20px;
}

.suCenter {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}

.suCenter img {
    width: 60% !important;
}

.suText {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #00155F;
}

#havuzDiv {
    top: 30%;
}

.topDiv {
    text-align: center;
}

.iletisimDiv .suTitle h3 {
    color: #00155F;
    font-weight: 700;
}

.genelMerkez {
    color: #00155F;
    font-weight: bold;
    margin-top: 20px;
}

.merkezMahallesi {
    margin-top: 20px;
    font-weight: 200;
    color: #00155F;
    line-height: 20px;
}

.merkezMahallesi div {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 1px 1px;
}

#iletisimForm div ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    position: relative;
}

.iletisimDalga {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
    left: 0px;
    transform: rotate(190deg) scale(1.5);
}

.yetkiServis {
    margin-top: 0px;
    margin-bottom: 200px;
}

.servisIframe {
    width: 45%;
    display: inline-block;
    vertical-align: bottom;
}

.servisIframe iframe {
    width: 100%;
}

.yetkiliServis {
    width: 45%;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 10px;
}

.yetkiliImg {
    width: 100%;
    text-align: center;
}

.yetkiliImg img {
    width: 60%;
}

#yetkiliServis {
    border-top: 5px solid #47BFE2;
}

.musteriMem span {
    font-weight: 200;
}

.musteri-Div img {
    width: 200%;
}

.kullanim {
    border: 1px solid #001d6f;
    padding: 15px;
    text-align: center;
    width: 200px;
    border-radius: 60px;
    margin-top: 50px;
    color: #00155f;
    font-weight: 800;
    transition: all 1s;
    cursor: pointer;
}

.kullanim:hover {
    background: #001d6f;
    color: #fff;
}

.kullanim>a {
    color: unset;
}

.fullimg {
    width: 100%;
    margin-top: 100px;
}

.fullimg img {
    width: 100%;
}

.musteriindex {
    width: 110% !important;
}

.form_group>label>a {
    color: #00155F;
}

.form_group>label>a:hover {
    color: #008AB2;
}

.bilgi {
    width: 80%;
    height: 100%;
}

.fancybox-container {
    z-index: 9999999999 !important;
}

#silver {
    top: 10%;
}

.urun-Imgs div ul{
    text-align: center;
}
.blog-tarih {
    padding: 10px;
    color: #47BFE2;
    transition: all 1s;
}