*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;

}

body {
    font-family: 'Hind', sans-serif;
    color: #444
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;

}

.clear:before,
.clear:after {
    content: ' ';
    display: table
}

.clear:after {
    clear: both
}

.clear {
    *zoom: 1
}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #444;
    text-decoration: none
}

a:hover {
    color: #444
}

a:focus {
    outline: 0
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
    cursor: pointer
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC
}

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative
}

.mega-dropdown {
    position: static !important
}

.mega-dropdown-menu li {
    padding: 0;
    margin: 0;
    display: block;
    line-height: 2;
}

.tabcontent h3 {
    font-size: 12pt;
    border-bottom: 2px solid #374556;
    padding: 0 0 5px
}

.megamenuContainer {}

.megamenuContainer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.megamenuContainer ul li {
    display: block;
}

.megamenuContainer.megamenuContainer ul li a {
    font-size: 10pt;
    font-weight: 400;
    line-height: initial;
    display: block;
    padding: 1px 0;
}

.mega-dropdown-menu {
    padding: 0;
    width: 970px;
    box-shadow: none;
    -webkit-box-shadow: none;
    left: -300px !important;
    position: absolute
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0
}

.mega-dropdown-menu>li>ul>li {
    list-style: none
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px
}

div#no-cat {
    width: 100%;
}

.nav>li>a {
    font-size: 1.7rem;
    font-weight: 500;
    font-family: 'Titillium Web', sans-serif;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none !important
}

.topbar:before {
    background: #88a5bb;
    width: 40%;
    position: absolute;
    float: left;
    height: 31px;
    content: ' ';
    z-index: -1;
}

.topbar:after {
    background: #394657;
    width: 62%;
    position: absolute;
    float: right;
    height: 42px;
    content: ' ';
    z-index: -2;
    right: 0;
    top: 0;
}

.topbarRight {
    position: relative;
    float: left;
    text-align: right
}

.topbarLeft {
    float: left;
    text-align: right !important;
    position: relative;
    display: block;
}

.topbarLeft a {
    color: #fff;
    /* font-size:13pt; */
    font-weight: 500;
    line-height: 32px;
}

ul.topMenu li {
    display: inline-block;
    margin: 12px 10px
}

ul.topMenu {
    text-align: right
}

ul.topMenu li a {
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
}

.tab {
    position: relative;
    /* left: -41px; */
    background-color: #f1f1f1;
    width: 267px;
    z-index: 999;
    /* float: left; */
    display: block;
}

.tab button {
    display: block;
    background-color: inherit;
    color: #000;
    padding: 12px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-weight: 400;
    border-bottom: 1px solid #3a45560d;
}

.tab button:hover {
    background-color: #ddd
}

.tab button.active {
    background-color: #89a5ba;
    color: #fff
}

.tabcontent {
    position: relative;
    padding: 0 12px;
    border-left: none;
    z-index: 999;
    background: #fff;
    float: left;
    padding-left: 18px !important;
    margin-bottom: 20px !important;
}

nav.navbar {
    margin: 0;

}

.navArea {
    line-height: 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 80px;
    justify-content: center
}

.collapse {
    padding: 0
}

div#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 6px 0 grey
}

.slideContainer {
    height: 742px;
}

.slider .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 871px;
}

.slideButtons {
    WIDTH: max-content;
}

.owl-nav {
    position: absolute;
    right: 0;
    bottom: -14px;
    border: 6px solid #fff;
    box-sizing: border-box;
}


.owl-nav button i {
    padding: 10px 34px;
}

.owl-nav button {
    background: #384556 !important;
    display: block !important;
    position: relative;
    z-index: 99999 !important;
    float: left;
    font-size: 51pt !important;
    color: #fff !important;
}

.owl-stage-outer {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%) !important;
    height: 754px !important;
}

.slideCaption .sBody {
    background: #374556c2;
    border-radius: 5px;
    padding: 25px;
    display: block;
}

.slideCaption {
    position: absolute;
    top: 21%;
    z-index: 9999;
    display: block;
    width: 393px;
    left: 18%;
}

.slideCaption * {
    color: #fff;
}

.slideCaption h3 {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 26pt;
}

.slideCaption p {
    font-size: 1.4rem;
    font-weight: 400;
}

a.slideButton1 {
    background: #8aa4bb;
}

a.slideButton2 {
    background-color: #c4171c;
}

a.slideButton2:hover {
    background-color: #384455;
    color: white;

}

a.slideButton1:hover {
    background: #fff;
    color: #384455;
}

a.slideButton2,
a.slideButton1 {
    padding: 26px 61px;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 5px 0px;
    display: inline-block;
    box-shadow: 1px 1px 9px #0000003b;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
}

a.slideButton2:hover,
a.slideButton1:hover {
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;

}


section.corporate {
    margin: 40px 0 100px;
}

h1.sectionTitle {
    color: #384558;
    font-weight: 700;
    font-size: 4rem;
}

h3.sectionSubtitle {
    color: #223144;
    margin-top: -6px;
}

p.textBody {
    padding: 5px 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #1d2c3f;
    text-align: justify;
    line-height: 2.6rem;
}

.btn-darkGray {
    background: #394657;
    color: #fff;
    font-size: 1.5rem;
    padding: 7px 30px;
}

ul.iconList li {
    display: block;
    width: 33%;
    border: 1px solid #e6e6e6;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    border-bottom: none;
    border-right: none;
    padding: 20px 10px;
    text-align: center;
}

ul.iconList {
    margin-top: 50px;
    margin-left: 10px;
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

ul.iconList li img {
    height: 74px;
}

ul.iconList li h5 strong {
    display: block;
}

ul.iconList h3 {
    font-weight: 400
}

section.news {
    background: #f9f7f8;
    margin: 100px 0;
    box-shadow: inset 2px 0 14px 0 #929292;
    padding: 100px 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%) !important
}

.newsItem {
    width: 50%;
    float: left;
    position: relative;
    padding: 40px
}

.newsItem:first-child {
    height: 380px;
    display: block;
    position: relative
}

.newsItem:first-child h4 {
    position: absolute;
    bottom: -49px;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    max-width: 408px;
}

.newsItem:first-child p {
    display: none
}

.newsItem:first-child .newsReadmore {
    float: right;
    background: #c4161c;
    width: 127px;
    height: 110px;
    color: #fff;
    font-weight: 900;
    font-size: 15pt;
    padding: 11px;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    top: -85px !important;
    position: relative;
    right: -21px;
}

.newsItem:not(:first-child) img {
    width: 200px;
    float: left;
    display: block;
    position: relative;
}

.newsItem:not(:first-child) {
    padding: 40px 0 40px 17px;
}

.newsItem:not(:first-child) .newsMeta {
    padding: 0 10px 10px;
    display: flow-root;
    position: relative
}

.newsItem:not(:first-child) .newsMeta h4 {
    margin: 0;
    color: #384558;
    font-weight: 600;
}

.newsItem:not(:first-child) .newsMeta p {
    font-weight: 300;
    padding: 5px 0;
    font-size: 10pt;
}

.newsItem:not(:first-child) .newsReadmore {
    text-align: right;
    display: block;
    font-weight: 500;
    font-size: 12pt
}

.newsItem:not(:first-child):nth-child(even) {
    border-bottom: 1px dashed #d2d2d2
}

a.btn.btn-Transparent {
    text-align: center;
    font-weight: 400;
    border: 2px solid #384558;
    border-radius: 3px;
    padding: 8px 20px;
}

.counterArea p {
    font-size: 11pt;
    font-weight: 400;
    color: #384558;
    padding: 30px 0
}

ul.counter {
    list-style: none;
    padding: 0
}

ul.counter li {
    display: inline-block;
    margin: 0 41px 0 0;
    font-family: 'Titillium Web', sans-serif;
}

ul.counter li:last-child {
    display: inline-block;
    margin: 0;
}

ul.counter li .counterNumber {
    font-size: 5rem;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #304050;
    border: double 4px transparent;
    font-weight: 300;
    border-radius: 50%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #384558, #d0d0d0);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.counterText strong {
    font-size: 1.7rem;
    padding-top: 3px;
    display: block;
}

.mapArea {
    /*   background-image: url(../img/map-bg.jpg);
    background-size: contain;
    height: 435px;
    background-repeat: no-repeat;
    background-position: center */
}

section.solutions {
    margin: 100px 0;
    background: #fff;
}

.counterText {
    font-size: 1.6rem;
    text-align: center;
    margin: 20px 0;
}

.counterText span {
    display: block
}

.hgBody img {
    height: 89px;
    margin: auto;
}

.hgBody {
    background: #f9f7f8;
    text-align: center;
    padding: 40px 85px;
    height: 547px;
    width: 49%;
}

.hgBody p {
    font-size: 2rem;
    font-weight: 300;
    line-height: initial;
    color: #384558;
    margin: 40px 0;
}

.btnHygienex {
    background: #fff;
    font-size: 1.5rem;
    color: #384558;
    padding: 13px 55px;
    box-shadow: 0 0 10px 4px #dedede;
    border-radius: 2px;
}

.hgImage {
    background-image: url(../img/hygienex.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-position: left center;
    box-shadow: 5px 0px 10px #c3c0c0;
    margin-top: 20px;
    margin-right: 1%;
    background-size: cover;
}

.hgImage:after {
    height: 546px;
    width: 100px;
    background: #f9f7f8;
    position: absolute;
    right: 0;
    content: ' ';
    z-index: -1;
    top: -20px;
    right: -2%;
}

h2.sectionTitle strong {
    display: block
}

.references p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #384558;
    line-height: 1.7;
    margin: 40px 0;
}

ul.logoList {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 50px;
}

ul.logoList li {
    display: inline-block
}

ul.logoList li img {
    height: 50px;
    margin: 20px 10px;
    filter: grayscale(1);
}

ul.logoList li img:hover {
    filter: grayscale(0);
    cursor: pointer
}

#referans-ic li.refitem {
    display: inline-block;
}

.refitem img {
    max-width: 100%;
    vertical-align: bottom;
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
    max-height: 50px;
}

ul#referans-ic ul,
ul#referans-ic {
    padding-inline-start: 0;
}

#referans-ic li {
    list-style: none;
}

#referans-ic li strong {
    width: 100%;
    display: block;
    position: relative;
    padding: 8px 20px;
    background-color: #394555;
    color: white;
    border-radius: 0 0 5px 5px;
    margin-bottom: 20px;
    border-top: 5px solid #88a5bb;

}

#referans-ic li:nth-child(1) strong {
    border-top: 0;
}

ul#referans-ic ul {
    margin-bottom: 20px;
}

#referans-ic li.refitem {
    margin: 20px 0;
}

section.customers {
    padding: 100px 0;
    padding: 100px 0
}

footer {
    background: #394657;
    padding: 82px 0 0;
    position: relative;
    background-image: url(../img/hpm-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

h4.footerTitle {
    color: #fff;
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
    font-weight: 900;
}

ul.footerMenu {
    padding: 0;
    list-style: none
}

ul.footerMenu li a {
    color: #fff;
    font-weight: 400;
    margin: 3px 0;
    display: block;
}

.footerAddress {
    color: #fff;
    font-weight: 400;
}

.footerSocial {
    background: #c4171b;
    display: flex;
    position: absolute;
    right: -5px;
    top: -33px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 15px 20px;
    align-items: center;
    border: 5px solid #fff;
}

ul.footerSocialList {
    padding: 0;
    list-style: none;
    float: right;
    margin: 0;
}

ul.footerSocialList li {
    display: inline-block;
    margin: 0 8px 0 0;
}

ul.footerSocialList li a {
    color: #c4171b;
    background: #fff;
    width: 37px;
    height: 37px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.footerSocial span {
    margin: 0 20px 0 0
}

.copyright {
    background: #89a5ba;
    padding: 5px 0;
    font-size: 10pt;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
}

.copyright p {
    margin: 0
}


section.page-head {
    background-color: #394556;
    padding: 28px 0 25px;
    border-bottom: 5px solid #88a5bb;
}

section.page-head h1 {
    color: white;
}

section.page-head h5 a,
section.page-head h5 {
    color: white;
    padding: 30px 0 0;
}

section.page {
    /*   margin: 50px 0 70px;*/
}

section.product-head {
    background: rgb(58, 70, 86);
    /* background: linear-gradient(345deg, rgba(255, 255, 255, 1) 0%, rgb(136, 165, 187) 100%); */
    padding: 11px 0 15px;
    border-top: 5px solid #88a5bb;
}

section.product-head h1 {
    color: #ffffff;
    font-weight: 600;
}

section.product-head h5 a,
section.product-head h5 {
    color: #394556;
    padding: 30px 0 0;
}

section.product-page {
    padding: 50px 0 70px;

    background: rgb(255, 255, 255);
    background: linear-gradient(345deg, rgb(243, 243, 243) 0%, rgba(255, 255, 255, 1) 100%);
}

.bold {
    font-weight: bold
}

ul.sidelist {
    padding: 0;
}

ul.sidelist li {
    list-style: none;
    border-left: 5px solid transparent;
}

ul.sidelist li a {
    padding: 10px !important;
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: block;
}

ul.sidelist li.active,
ul.sidelist li:hover {
    border-left: 5px solid #004a87;
}

.urun-aciklama {
    padding: 48px 0 25px;

}

section.product-resim {
    border-bottom: 1px solid #88a5bb24;
}



.downloads span {
    float: left;
    max-width: 140px;
}

.downloads a i {
    font-size: 2rem;
    margin: 5px 20px;

}

.downloads h5 {
    margin-top: 0;
}

.downloads a {
    float: left;

}

.downloads .col-md-4 {
    margin: 15px 0;
}

.product-page .col-md-9 {
    border-left: 1px solid #dedede;
    min-height: 200px;
}

.dl-icon-size2 {
    background: url(../img/symbols-download-big.png) no-repeat;
    height: 42px;
    width: 32px;
    float: left;
    margin-right: 17px;

}



.dl-icon-file {
    background-position: 0px 0px;
}

.dl-icon-doc,
.dl-icon-docx {
    background-position: -80px 0px;
}

.dl-icon-zip,
.dl-icon-zipx,
.dl-icon-rar,
.dl-icon-tar,
.dl-icon-gz {
    background-position: -160px 0px;
}

.dl-icon-pdf {
    background-position: -240px 0px;
}

.dl-icon-xls,
.dl-icon-xlsx {
    background-position: -320px 0px;
}

.dl-icon-pic,
.dl-icon-jpg,
.dl-icon-jpeg,
.dl-icon-png,
.dl-icon-gif,
.dl-icon-bmp {
    background-position: -400px 0px;
}


#video iframe {
    margin: 0 10px;
    border-radius: 6px;
}

#same-product .col-md-4:nth-child(3n) {
    border-right: transparent;
}



#same-product .col-md-4 {
    border-right: 1px solid #dedede;
    margin-bottom: 50px;
    height: 232px;
}

#same-product .same-image {
    border-bottom: 1px solid #dedede;
    height: 136px;
    overflow: hidden;
    background: white;
}

#same-product .same-info h4 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

#same-product .same-image img {
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
}

.same-info a.btn.btn-Transparent {
    border-width: 1px;
    padding: 5px 10px;
    font-size: 1.3rem;
}

.urun-aciklama a {
    font-weight: 500;
}

.tabContainer li {
    display: none;
}

.tabContainer li:nth-child(2),
.tabContainer li:nth-child(1) {
    display: block;
}

.breadcrumb {
    background-color: #89a5ba;
    border-radius: 4px;
    width: FIT-CONTENT;
    float: right;
}

li:hover ul.sub-menu {
    display: block;
}

ul.sub-menu {
    display: none;
    position: absolute;
    background-color: white;
    padding: 0;
    z-index: 9999;
    width: 177px;
}

ul.sub-menu li a {
    list-style: none;
    line-height: initial;
    padding: 9px 17px;
    width: 100%;
    display: block;
}

ul.sub-menu li:hover {
    background-color: #394556;
    cursor: pointer;
}

ul.sub-menu li:hover a {
    color: white;
}

ul.sub-menu li {
    border-bottom: 1px solid #89a5ba45;
    list-style: none;
}

.desktopmenu ul.sub-menu li ul.sub-menu {
    position: absolute;
    right: 177px;
    display: none;
    margin-top: -41px;
    background-color: #525f6f;
}

ul.sub-menu li:hover .sub-menu {
    display: block !important;
}


li.cls-hygienex .sub-menu {
    width: 250px;
}

.col-md-6.urun-resim {
    max-height: 450px;
    overflow: hidden;
    display: block;
    position: relative;
}

.urun-resim img {
    max-height: 450px;
    margin: auto;
}

.gallery a {
    width: 31%;
    overflow: hidden;
    display: block;
    float: left;
    margin: 10px 5px;
    border-radius: 4px;
}

.corporate p {
    line-height: 1.7;
    text-align: justify;
    font-weight: 300;
}

.iconList h5 {
    display: none;
}

.newsboxes.row.text-line {
    max-height: 255px;
    margin-bottom: 20px;
    overflow: hidden;
}

.newsboxes h5 {
    font-weight: bold;
    font-size: 17px;
}

.newsboxes span.date {
    font-size: 10px;
    padding: 4px 6px;
    background-color: #89a5ba;
    color: white;
    border-radius: 2px;
    position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 12px;
}

.blog-title a {
    font-size: 13px;
    background-color: transparent;
    border-radius: 0;
    margin-top: 10px;
    border-width: 0 0 2px 0;
    border-color: #c4171c;
    color: #c4171c;
    padding: 2px 0;
    font-weight: 600;
}

.blog-title a:hover {
    background-color: transparent;
    color: #89a5ba;
    border-color: #89a5ba;
}


.loading {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    background: #fffffff7;
}



.loro {
    position: relative;
    width: 231px;
    height: 300px;
    margin: 0 auto;


}

.circ {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 0;
    background: #25b1b0;
    margin: 30px 20%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}

.circ5 {
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 0;
    background: red;
    border: 4px solid white;
    margin: 120px 144px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    animation: gira3 3s linear infinite;
    -moz-animation: gira3 3s linear infinite;
    -webkit-animation: gira3 3s linear infinite;
    -o-animation: gira3 3s linear infinite;
}

.mobile {
    display: none;
}


@-webkit-keyframes gira {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    25% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    75% {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}


@-webkit-keyframes gira3 {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    25% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    50% {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }

    75% {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
    }
}

div#whatsapp {
    background: #25d366;
    POSITION: FIXED;
    right: 0;
    bottom: 38px;
    top: inherit;
    border-right: 0;
    z-index: 9999;
}

div#whatsapp a {

    color: white;
}



.inputBox {
    position: relative;
    box-sizing: border-box;
}

.inputBox .inputText {
    position: absolute;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}

.inputBox .input {
    position: relative;
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    line-height: 50px;
}

.focus .inputText {
    transform: translateY(-30px);
    opacity: 1;
    color: #00bcd4;

}

textarea {
    height: 100px !important;
}

.button {
    width: fit-content;
    border: none;
    padding: 10px 20px;
    background: #c4171c;
    color: #fff;
    font-weight: bold;
}

.special-heading {
    text-transform: capitalize;
    padding-bottom: 12px;
    position: relative;
    display: block;
    border-bottom: 2px solid #88a5bb;
}

.slicknav_menu {
    display: none;
    background: #384455;

}

.slicknav_btn {

    background-color: #89a5ba;
}

.mobilemenu {
    display: none;
}

li.urun-dropdown {
    display: none;
}

.topMenu button {
    background: transparent;
    border: none;
    color: white;
    padding-left: 0;
}

.topMenu input[type="text"] {
    font-size: 11px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
}

a.odeme {
    background-color: #c4171c;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.3rem;
    color: white;
}

.topMenu input[type="text"]::placeholder {
    color: white;
}

#odeme a.odeme {
    position: absolute;
    top: 16px;
    left: 10px;
    display: none;
}

div#cozumler-menu .col-md-4 a {
    color: white;
    padding: 20px;
    border-radius: 7px;
    background: #394455;
    margin-bottom: 20px;
    display: block;
}

div#cozumler-menu .col-md-4 a {
    color: white;
    font-weight: bolder;
}

div#cozumler-menu {}

div#cozumler-menu .col-md-4 a:hover {
    background: #88a5bb;
    cursor: pointer;
}

.g-recaptcha {
    margin-bottom: 1rem;
}

@media screen and (max-width: 1199px) {

    ul.topMenu li:first-child {
        display: none;
    }
}

@media screen and (max-width: 993px) {

    .hygienex {
        overflow: hidden;

    }

    img.logo {
        max-width: 400px;
        text-align: center;
        margin: auto;
        width: 100%;
    }

    nav.navbar {
        margin: auto;
    }

    .owl-stage-outer {
        height: 500px !important;
    }

    .slideContainer {
        height: inherit;
    }

    .owl-nav button i {
        padding: 2px 23px;
        font-size: 50px;
    }

    .owl-nav button {

        font-size: 37pt !important;
    }

    ul.iconList {
        margin-top: 50px;
        margin-left: 0;
        padding-top: 33px;
    }

    .newsItem:first-child {
        height: auto;
        width: 100%;
        padding-left: 15px;
    }

    .newsItem:first-child h4 {
        bottom: 44px;
        max-width: 70%;
        font-size: 23px;
    }

    .newsItem:first-child .newsReadmore {
        font-size: 15pt;
        bottom: 15px;
        right: 10px;
        position: absolute;
        top: inherit !important;
    }

    .newsItem:not(:first-child) .newsMeta p {
        font-weight: 300;
        padding: 5px 0;
        font-size: 10pt;
    }

    .newsItem:not(:first-child) .newsMeta h4 {

        line-height: 1.3;
    }

    section.solutions {
        margin: 100px 0;
        background: #fff;
        text-align: center;
    }

    .hgBody {

        width: 100%;
        height: fit-content;

    }

    .newsItem {
        width: 100%;
        float: none;
    }

    .col-md-4.col-xs-12.references {
        text-align: center;
    }

    ul.logoList {
        padding-left: 0;
        margin-top: 40px
    }

    div#whatsapp a span {
        display: none;
    }

    ul.dropdown-menu.mega-dropdown-menu {
        WIDTH: 100%;
        LEFT: 0px !important;
    }

    .tabcontent {
        width: 49%;
    }

    ul.logoList li {
        display: inline-block;
        width: 24%;
    }

    footer {

        background-image: none;
    }

    .topbarLeft {

        margin-bottom: 25px;
    }

    .topbarLeft {

        display: none;
    }

    .topbarRight ul.topMenu li,
    .topbarRight ul.topMenu li.lang {
        display: none;
    }

    .topbarRight ul.topMenu li.pay {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    nav.navbar {
        width: 100%;
        display: block;
        z-index: 999
    }

    li.iletisim-index\.php {
        display: block;
    }

    .slicknav_menu {
        display: block;
    }

    .desktopmenu {
        display: none !important;
    }

    span.icon-bar {
        background: #656565
    }

    .navbar-collapse {
        background: #fff;
        margin-top: 60px;
    }

    .slideCaption {
        top: 5%;
        left: auto;
        width: 90%;
        margin: 5%
    }

    .slideCaption p {
        display: none
    }

    .slideButtons {
        display: none
    }

    .owl-stage-outer {
        height: 400px !important;
        clip-path: none !important;
    }

    .slideContainer {
        height: unset !important
    }

    .owl-nav {
        display: none
    }

    ul.iconList h3 {
        font-size: 11pt
    }

    ul.counter li {
        margin: 0 10px 0 0
    }

    ul.counter li .counterNumber {
        font-size: 24pt;
        width: 90px;
        height: 90px
    }

    .hgImage {
        display: none
    }

    .newsItem>* {
        all: unset !important
    }

    .newsItem {
        width: 100% !important
    }

    .newsItem:first-child h4 {
        bottom: 64px;
        max-width: 100%;
        font-size: 23px;
        background-color: #f9f7f8;
        padding: 20px;
        position: relative;
    }


    .newsItem:first-child h4 {
        color: #374556
    }

    .newsItem:first-child .newsReadmore {
        color: #737272;
        float: unset !important;
        position: relative;
        right: unset !important;
        text-align: center;
        display: block !important
    }

    .newsItem:first-child {

        padding-right: 15px;
        padding-bottom: 0;

    }

    .newsItem:first-child a.newsReadmore {
        display: none !important;
    }

    .newsItem:not(:first-child) img {

        padding-right: 11px;
    }

    .newsItem:not(:first-child) {
        padding: 40px 15px 40px 17px;
    }

    .navArea {
        height: 119px;
    }

    .logoArea {
        position: absolute;
    }

    ul.sub-menu {
        position: relative;
        width: 100%;
        padding: 0;
        background: none;
    }

    ul.sub-menu li {
        padding: 0 !important;
        border: none;
    }

    .navbar-nav {
        margin: 10px 0;
    }

    ul.dropdown-menu.mega-dropdown-menu {
        position: relative;
    }

    li.tab.col-xs-4 {
        width: 100%;
        background-color: #f7f6f6;
        font-size: 15px;
    }

    .tab button {
        padding: 4px 32px;
        color: #444;
    }

    .tabcontent {
        width: 100%;
    }

    .megamenuContainer {
        width: 100%;
    }

    .megamenuContainer ul {
        display: none;
    }

    .tabcontent h3 {
        border-bottom: none;

    }

    .mobile {
        display: block;
    }

    .topbar {}

    .topbarLeft {
        display: none;
    }

    .topbarRight #no-cat ul {
        display: block;
    }

    #no-cat ul li a {
        font-size: 1.5rem;
        font-weight: 500;
        font-family: 'Titillium Web', sans-serif;
        margin-top: 3px;
        margin-left: 14px;
    }

    #no-cat h3 {
        display: none;
    }

    #odeme a.odeme {

        display: block;
    }

    .topbarRight ul.topMenu li.pay {
        display: none;
    }

    li.lang {
        position: absolute;
        top: 17px;
        left: 87px;
        background-color: #89a5ba;
        padding: 2px 10px 0px 10px;
        margin: 0 !important;
        border-radius: 3px;
        list-style: none;
    }

    li.lang a {
        color: white !important
    }

    .topbar:before {
        background: #ffffff;

    }
}

@media only screen and (max-width: 600px) {
    .navArea {
        height: 74px;
    }

    .owl-stage-outer {
        height: 200px !important;
    }

    .aboutList {
        display: none;
    }

    .newsItem:not(:first-child) .newsMeta p {
        margin-top: 20px;
    }

    .newsItem:first-child h4 {
        bottom: 0;
    }

    .footerSocial span {
        display: none;
    }

    .footerList {
        display: none;
    }

    .footerList:last-child {
        display: block;
    }

    .mapArea {

        height: 214px;


    }

    section.news {
        clip-path: none !important;
        box-shadow: none;
    }

    .navbar-collapse {
        background: #fff;
        margin-top: 21px;
    }

    ul.tabContainer.row {
        border-bottom: 1px solid #f7f6f6;
    }

    .tabcontent h3:last-child {
        margin-bottom: 0;
        margin-top: 12px;
        margin-left: 14px;
        font-size: 1.5rem;
    }

    img.logo {
        max-width: 292px;
    }


}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 9px 17px;
    margin: 2px 5px;
}

.sub-hygienex {
    column-count: 2;
    width: 200% !important;
}

.sub-hygienex .level2 {
    background: #ececec;
    font-weight: bold;
}

.sub-hygienex .level3 {
    padding: 0px 0px 0px 10px;
}

.konumgit a {
    margin: auto;
    display: block;
    width: fit-content;
    margin-top: -22px;
    background: #394455;
}

a.btn-darkGray:hover {
    color: white;
    background: #131516;
}

.swal2-title {
    font-size: 2rem !important;
}

.swal2-popup {
    width: 40rem !important;
}

.swal2-html-container {
    font-size: 1.5rem !important;
}

.swal2-styled.swal2-confirm {
    font-size: 1.5rem !important;
}
section#lazer-talep-formu {
    padding: 3rem 0 9rem;
    background-color: #f6f6f6;
    margin-top: 4rem;
    background-image: url(../img/hpm-icon.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right bottom;
}