html,
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    /*font-weight:lighter !important;*/
    font-size: 20px;
}

body {
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    z-index: -1;
    overflow-x: hidden;
	position:relative;
}

.card-title {
    font-weight: 500 !important;
}

#scrollTop {
    background-color: #e74c3c;
    bottom: 20px;
    right: 20px;
    width: 38px; /* Width of image */
    height: 38px;
    position: fixed;
}
.btn{
	display:inline-flex;
	align-items:center;
	justify-content: center;
}
.fa, .fas {
    font-weight: 900 !important;
}

.row {
    max-width: 100%;
}

.rowing {
    margin-right: 0;
    margin-left: 0;
}

a:hover {
    opacity: 0.99;
    text-decoration: none;
}

.navigacion {
    background: -webkit-linear-gradient(1turn,#9965e9, #5265e1,#7ad2d9);
    font-size: 22px;
}

section {
    padding: 10px 10px 10px 10px;
}

header {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /*background:linear-gradient(#4E67B9,#6177BE);*/
}

.rowing:before, .rowing:after {
    content: "";
    display: table;
}

.rowing:after {
    clear: both;
}

.column {
    width: 100%;
}

.headerLogo {
    margin-left: auto;
    margin-right: auto;
    width: 265px;
    display: block;
    padding: 20px 0px 0px 0px;
    position: relative;
    top: 20px;
    padding-left: 2%;
    cursor: pointer;
}

.lang {
    float: right;
    padding: 0;
    position: relative;
    right: 0px;
    width: 26px;
    height: 26px;
    border-radius: 40%;
    border: 1px solid #6774B7;
    background-color: #6774B7;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: white;
}

.style-nav {
    text-align: center;
}

    .style-nav ul li {
        display: inline-block;
    }

    .style-nav ul {
        text-align: center;
    }

        .style-nav ul li a {
            text-decoration: none;
            padding: 15px 15px 15px 15px;
            display: block;
            text-align: center;
            color: white;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }

.heading {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    /*height: 40px;*/
    text-align: center;
    padding: 0px 10px 0px 10px;
    color: #7662A4;
}

    .heading h2 {
        font-size: 36px;
        word-wrap:break-word;
    }

.heading2 {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    padding: 1px 10px 0px 10px;
    color: #6177BE;
    font-size: 20px;
}

img {
    width: 100%;
    max-width: 100%;
}

.bannerC {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.bannerContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 450px;
    height: 320px;
    max-width: 100%;
}

    .bannerContainer:hover {
        transform: scale(1.01);
    }

.bannerImageContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 400px;
    height: 290px;
    max-width: 100%;
}

.bannerRibbon {
    position: absolute;
    width: auto;
    height: 100px;
    z-index: 2;
    bottom: -10px;
    left: 10%;
    text-align: center;
    color: white;
    background-position: left;
    display: flex;
    justify-content: left;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 24px;
    max-width: 100%;
}

.bannerImage {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    /*border-radius: 25%;*/
    border-radius: 50px;
    height: 290px;
    max-width: 400px;
    object-fit: cover;
}

.welcome {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    color: white;
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 40px 0px 40px;
    vertical-align: middle;
    border-radius: 50px;
    background-color: #4E67B9;
    background-size: 300% 600%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
}

.mission {
    height: auto;
    margin-left: auto;
    margin-right: auto;
	display:flex;
	flex-direction:column;
	row-gap:25px;
}

    .mission p {
        padding:0px 10%;
		display: block;
		text-align:justify;
    }

    .mission a {
        margin-left: auto;
        margin-right: auto;
        font-size: 22px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        border-color: transparent;
        white-space: break-spaces !important;
    }

.missionheading {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto;
    text-align: center;
    padding: 20px 10px 0px 10px;
    color: #7662A4;
    font-size: 36px;
    letter-spacing: 6px;
    word-wrap: break-word;
}

.catalog {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    color: white;
    display: grid;
    grid-template-areas:
        'chead chead space space ctgimg2 ctgimg '
        'cheadtext cheadtext space space ctgimg2 ctgimg '
        'cheadbtn cheadbtn space space ctgimg2 ctgimg';
    padding: 40px 40px 0px 40px;
    border-radius: 50px;
    background-color: #FEA700;
}

.catalogheading {
    height: auto;
    width: auto;
    margin: auto;
    text-align: left;
    padding: 5px;
    padding-top: 6%;
    color: white;
    font-size: 28px;
    grid-area: chead;
    display: inline-block;
    width: 100%;
}
/*.catalogheading::first-line{
    word-spacing: 20px;
    width: 100%;
}*/
.catalogheadtext {
    height: auto;
    margin: auto;
    width: auto;
    text-align: left;
    padding: 5px;
    color: white;
    font-size: 12px;
    grid-area: cheadtext;
    display: inline-block;
    width: 100%;
}

.catalogimg {
    z-index: 999;
    background-color: #ffffff;
    border-radius: 25%;
    width: auto;
    display: block;
    float: right;
    grid-area: ctgimg;
    margin-left: 5%;
    margin-bottom: 8%;
}

.catalog a {
    margin-right: auto;
    font-size: 20px;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    height: 42px;
    grid-area: cheadbtn;
    margin-bottom: 4%;
}

footer {
    background: -webkit-linear-gradient(1turn,#9965e9, #5265e1,#7ad2d9);
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
	position:absolute;
	top:100%;
}

.footer-text {
    font-size: 20px;
    padding-top: 10px;
    display: block;
    text-align: center;
    color: #ffffff;
}

.footerLogo {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    display: block;
    padding: 10px 10px 0px 20px;
}

footer .footertext {
    position: relative;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: inline-flex;
    margin-top: 50px;
}

    footer .footertext p {
        margin: auto;
        position: relative;
    }
/*footer .footertext p::before{
    content: '';
  position: abresolute;
  left: -15px;
  top: -.10em;
  bottom: .3em;
  width: 2px;
  background-color: red;
    
}*/
.letter {
    letter-spacing: 3px;
}

.redletter {
    padding-left: 8px;
    border-left: 2px solid red;
    margin-left: 5px;
    line-height: 20px;
}

    .redletter + .redletter {
        padding-left: 8px;
        border-left: 2px solid red;
        margin-left: 5px;
        line-height: 20px;
    }

.orangeletter {
    padding-left: 8px;
    border-left: 2px solid #ffd500;
    margin-left: 10px;
    line-height: 30px;
    padding-top: 40px;
}

    .orangeletter + .orangeletter {
        padding-left: 8px;
        border-left: 2px solid #ffd500;
        margin-left: 10px;
        line-height: 30px;
        padding-top: 40px;
    }

.footer-text-center {
    font-size: 10px;
    position: relative;
    display: table;
    justify-content: center;
    right: auto;
    margin-top: 20px; /*80px*/
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 80%;
    margin-bottom: 30px;
	text-align:center;
}

.let + .let {
    padding-left: 15px;
    border-left: 1px solid white;
    margin-left: 10px;
    line-height: 20px;
}

.footer-text-center a {
    margin-left: 5px;
    text-decoration: none;
    margin-bottom: 5%;
    font-size: 14px;
}
.footer-text-center .footersocialicon{
  margin-left:15px;
  display:inline-flex;
}
.footer-text-center .footersocialicon img{
	width:40px;
}

    .footer-text-center a:hover {
        text-decoration: none;
    }

.footer-text-center span {
    text-align: center;
    width: 100%;
    justify-content: center;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.footer-text-centerlogo {
    position: relative;
    justify-content: center;
    right: auto;
    margin-top: 20px;
    width: auto;
    max-width: 85%;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.checkbtn {
    font-size: 35px;
    color: white;
    float: left;
    cursor: pointer;
    display: none;
    position: relative;
    bottom: 40px;
    left: 5%;
}

#check {
    display: none;
}

/* *********ürünler**********************************************/

.product {
    display: grid;
    grid-template-areas:
        'header menu menu menu menu menu'
        'main menu menu menu menu menu'
        'footer menu menu menu menu menu'
        'space space space space space space'
        'link1 link2 link2 link2 link2 link2';
    justify-content: center;
    grid-column-gap: 10%;
    margin-top: 2%;
}

    .product .ctgheader {
        letter-spacing: 1px;
        grid-area: main;
        color: #0889CB;
    }

        .product .ctgheader h1 {
            font-size: 50px;
            font-weight: bold;
        }

    .product .Ctgheader {
        float: left;
        color: #0889CB;
        grid-area: header;
        padding: 20px;
    }

        .product .Ctgheader h1 {
            margin-top: 5%;
        }

    .product .info {
        background: linear-gradient( to right, #5D77CB, #895FBA 50% );
        float: left;
        grid-area: footer;
        border-radius: 40px;
        padding: 20px;
        border: none;
    }

    .product .image {
        grid-area: menu;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        z-index: 0;
        max-width: 400px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .product a {
        float: right;
        color: #B094D1 !important;
        border: 1px solid #B094D1;
        border-radius: 20px;
        padding-left: 20px;
        padding-right: 20px;
        grid-area: link2;
        margin: auto;
        margin-left: 28%;
        font-size: 18px;
        font-family: 'Ubuntu';
    }

        .product a:hover {
            border: 1px solid #B094D1;
        }

hr {
    background-color: #BBA4D8;
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
}

/***Detay Sayfası*/
#sync1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px !important;
    margin-top: 0 !important;
}

    #sync1 .owl-stage-outer {
        border: 1px solid;
    }

    #sync1 .item {
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

#sync2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 3%;
    height: 110px;
}

    #sync2 .item {
        /*background: #C9C9C9;*/
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
    }

        #sync2 .item h1 {
            font-size: 18px;
        }

.ProductDetailsContents {
    display: flex;
    gap: 5%;
}

    .ProductDetailsContents .prdetails {
        float: left;
        margin-top: 5%;
    }


    .ProductDetailsContents a {
        border-color: #8864BA;
        color: #8864BA;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 20px;
        margin-top: 15px;
    }

    .ProductDetailsContents .CategoryTitle {
        color: #23AAF2;
    }

    .ProductDetailsContents .Headering h1 {
        font-size: 50px;
    }

    .ProductDetailsContents .PrdDesc h6 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: grey;
        font-weight: bold !important;
    }

    .ProductDetailsContents .PrdDesc h7 {
        font-size: 20px;
        color: grey;
    }

    .ProductDetailsContents .image {
        width: 100%;
        /*max-height:400px;*/
        border: 0px;
        margin: auto;
        overflow: hidden;
        height: 380px;
        /*margin-top:20px;
    object-fit:contain;*/
    }

    .ProductDetailsContents .thumb-image {
        width: auto;
        /*max-height:400px;*/
        border: 0px;
        margin: auto;
        overflow: hidden;
        height: 110px;
        /*object-fit:contain;*/
        border: 1px solid;
    }

#sync1 .owl-dots {
    display: none !important;
}

/* *********ürünler**********************************************/
.imghero {
    /*background:linear-gradient(to left,#9B4077,#6177BE);*/
    background: linear-gradient( to right, #6177BE, #9B4077 50% );
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.heroby {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    display: flex;
}

    .heroby .Aboutimg {
        width: auto;
        max-height: 150px;
        height: auto;
        margin: auto;
		padding:0 10px;
    }

.imghero p {
    font-size: 50px;
    color: white;
    display: inline-flex;
    width: auto;
    float: right;
    letter-spacing: 5px;
    margin-right: 1%;
    word-wrap: break-word;
}

.imghero .flexible {
    display: flex;
    width: auto;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.imghero .lefting {
    font-size: 80px;
    color: white;
    display: inline-flex;
    width: auto;
    float: left;
    letter-spacing: 5px;
    margin-right: auto;
    padding-left: 1%;
    max-width: 50%;
}

.imghero .righting {
    color: white;
    display: inline-flex;
    width: auto;
    float: right;
    margin-right: 1%;
    max-width: 50%;
}

/*Blog hero*/
.bloghero {
    height: 350px !important;
}

.heroby .blogdiv {
    float: left;
    position: relative;
    width: auto;
    top: 0;
    color: white;
    margin-top: 1%;
    max-width: 100%;
    height: fit-content;
    width: 100%;
    padding-left: 5%;
}

    .heroby .blogdiv .index {
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 200;
    }

    .heroby .blogdiv .bannerblogTime {
        width: auto;
        height: 20px;
        padding: 10px;
        padding-left: 6px;
        padding-right: 6px;
        border-radius: 20px;
        margin-right: 10px;
        /*text-align: center;*/
        color: black;
        background-position: left;
        display: flex;
        justify-content: right;
        align-items: center;
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        font-size: 10px !important;
        letter-spacing: 2px;
        background: white;
        float: left;
        left: 0;
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }

        .heroby .blogdiv .bannerblogTime .Text {
            font-family: 'Ubuntu', sans-serif;
            font-weight: bold;
            font-size: 10px !important;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .heroby .blogdiv .bannerblogTime span {
            font-size: 15px;
            margin-right: 5px;
        }

    .heroby .blogdiv .bannerblogcategory {
        width: auto;
        height: 20px;
        padding: 10px;
        border-radius: 20px;
        margin-right: 10px;
        /*text-align: center;*/
        color: black;
        background-position: left;
        display: flex;
        justify-content: right;
        align-items: center;
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        font-size: 12px !important;
        letter-spacing: 2px;
        background: #B9DFFF;
        float: left;
        left: 0;
        position: relative;
        margin-top: 10px;
    }

        .heroby .blogdiv .bannerblogcategory .Text {
            font-family: 'Ubuntu', sans-serif;
            font-weight: bold;
            font-size: 12px !important;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .heroby .blogdiv .blognews {
        width: auto;
        height: 20px;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 20px;
        margin-right: 10px;
        /*text-align: center;*/
        color: black;
        background-position: left;
        display: flex;
        justify-content: right;
        align-items: center;
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        font-size: 12px !important;
        letter-spacing: 2px;
        background: #3AFF00;
        float: left;
        left: 0;
        position: relative;
        margin-top: 10px;
    }

        .heroby .blogdiv .blognews .Text {
            font-family: 'Ubuntu', sans-serif;
            font-weight: bold;
            font-size: 12px !important;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .heroby .blogdiv .herotitle {
        font-size: 40px;
        letter-spacing: 2px;
        font-weight: 200;
        max-width: 400px;
    }

    .heroby .blogdiv .hero-info {
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 200;
        max-width: 43%;
    }
/*blog hero*/
.inovacion {
    display: grid;
    justify-content: left;
    align-content: left;
    font-size: 13px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.prgph {
    margin-top: 10px;
    font-weight: 300 !important;
}

    .prgph b {
        font-weight: 400 !important;
    }

.inovtext {
    position: relative;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}

    .inovtext p {
        margin: auto;
        position: relative;
        font-size: 26px;
    }

.aboutheadtext {
    display: grid;
    justify-content: left;
    align-content: left;
    font-size: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .aboutheadtext span {
        font-size: 40px;
        color: #4E67B9;
    }

.infoheadtext {
    display: grid;
    justify-content: left;
    align-content: left;
    font-size: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-weight: 600 !important;
}

    .infoheadtext span {
        font-size: 20px;
        color: black;
        font-weight: bold !important;
    }
/*hakkımızda******************************************************/
.stepbytext {
    padding-left: 15px;
    padding-right: 15px;
}

    .stepbytext h2 {
        color: #4E67B9;
        display: grid;
        justify-content: center;
        text-align: left;
        font-weight: 400;
    }

.founder {
    display: flex;
    align-items: left;
    justify-content: left;
    padding-top: -2%;
    justify-content: left;
    align-content: left;
    font-size: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.fir-clickcircle {
    height: 115px;
    width: 110px;
    border-radius: 45px;
    object-fit: cover;
}

.fir-image-figure {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}

.padding {
    padding-left: 5%;
}

.fir-image-figure .caption, .fir-image-figure figcaption {
    padding-left: 35px;
}

figcaption {
    padding-top: 0px;
}

html.wf-active .fir-image-figure .fig-author-figure-title {
    font-family: var(--fir-font-header);
    font-size: 14px;
}

.fir-image-figure .fig-author-figure-title {
    color: var(--fir-color-grey);
    font-weight: 100;
}

.fir-image-figure .bolding {
    font-weight: bold;
}

.fir-image-figure .spacing {
    margin-top: 10px;
}

.fir-image-figure .spacing2 {
    margin-top: 5px;
}

.fir-image-figure .fig-author-figure-title a {
    border-radius: 20px;
    color: #AA8BCD;
    border: 1px solid #AA8BCD;
    padding-left: 50px;
    padding-right: 50px;
    /*height: 42px;*/
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
}

.fir-imageover {
    position: relative;
    display: flex;
}

/*hakkımızda******************************************************/

/* *********ComCard**********************************************/
.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

.d-block {
    display: block !important;
}

.mlr {
    margin-right: -15px;
    margin-left: -15px;
}

.ContactDiv {
    background: #E8E8E8;
	border-radius:20px;
}

    .ContactDiv b {
        font-weight: bold !important;
    }

.Map {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-right: -15px;
    margin-left: -15px;
    background-size: cover;
    background-repeat: no-repeat;
	border-radius:20px;
}

.bg-none {
    background: none !important;
}

    .bg-none b {
        font-weight: bold !important;
    }

.Adressing {
    background-color: none;
    border-radius: 30px;
    min-width: fit-content;
    max-height: 300px;
}

    .Adressing p {
        margin-left: 2%;
    }

.CommunicationBranch {
    display: grid;
    grid-template-areas:
        'Brch1 Brch1 Brch2 Brch2 Brch3 Brch3';
    grid-column-gap: 4%;
    font-size: 22px;
    justify-content: center;
    align-content: center;
    margin-left: 2%;
    margin-right: 2%;
}

    .CommunicationBranch .Branch {
        border-radius: 30px;
        background-color: white;
        border-color: #9E9E9E;
    }

        .CommunicationBranch .Branch p {
            margin-left: 2%;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 24px;
        }

        .CommunicationBranch .Branch b {
            font-size: 24px;
        }

.TextBranch {
    text-align: left;
    font-size: 50px;
}

.ComForm {
    width: 100%;
    background: #014AAC;
    height: 560px;
}

.ComFormBody {
    /*float:left ;
    display:grid;
    width: 100%;
    grid-row-gap: 3%;
    grid-column-gap: 1%;
    grid-template-areas:
    'Comht Comht1 Comht1'
    'inpt1 inpt2 cmspace'
    'inpt3 inpt4 cmspace'
    'inpt5 inpt6 cmspace'
    'inpt7 inpt7 cmspace'
    'cmbtn cmbtn  cmspace'
    'comtext comtext comtext';*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.ComForm input {
    background-color: white;
    border: none;
    border-radius: 20px;
    max-width: 30%;
    margin-right: 2%;
}

.ComForm a {
    width: 150px;
    border-radius: 20px;
    margin-top: 10px;
	margin-bottom:20px;
}

.ComForm p {
    grid-area: comtext;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 5%;
    width: 100%;
}

    .ComForm p a {
        color: black;
        font-size: 15px;
        text-decoration: underline;
        margin: 0px;
        font-weight: 400 !important;
    }

.conc {
    margin-bottom: 1%;
}

    .conc h1 {
        margin-bottom: 2%;
        margin-top: 2%;
        color: #ffff;
        font-size: 32px;
    }

.card-text {
    word-break: break-word;
}
/* *********ComCard**********************************************/
.margin-5 {
    margin-left: 3%;
    margin-right: 3%;
}

.slidertext {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

/***************************************************/
.CtgContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 650px;
    height: 450px;
    max-width: 100%;
    border-radius: 50px;
}

    .CtgContainer:hover {
        transform: scale(1.01);
    }

.CtgImageContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 640px;
    height: 440px;
    max-width: 100%;
}

.CtgRibbon {
    position: relative;
    width: 400px;
    max-height: 390px;
    z-index: 2;
    top: 20px;
    text-align: center;
    color: white;
    background-position: left;
    display: block;
    justify-content: left;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.CtgImage {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    border-radius: 50px;
    height: 450px;
    max-width: 640px;
    object-fit: cover;
}

.CtgRibbon h1 {
    padding: 25% 8% 5% 8%;
    font-size: 40px;
}
/*.catalogheading::first-line{
    word-spacing: 20px;
    width: 100%;
}*/
.CtgRibbon h6 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10% 8% 15% 8%;
    letter-spacing: 1px;
}

.CtgRibbon a {
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    height: 42px;
}

.catalogcol {
    min-height: 580px;
}
/****************************************************/
.cookie-header {
    display: flex;
    justify-content: left;
    align-content: left;
    font-size: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

    .cookie-header span {
        font-size: 15px;
        color: blue;
    }

.cookie-text {
    display: flex;
    justify-content: left;
    align-content: left;
    font-size: 13px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .cookie-text span {
        color: #4E67B9;
        font-size: 12px;
    }

        .cookie-text span a {
            text-decoration: none;
            font-size: 12px;
            color: blue;
        }

    .cookie-text .acceptcookies {
        float: right;
        border-radius: 20px;
        padding-left: 30px;
        padding-right: 30px;
        color: white !important;
        font-size: 22px;
        text-align: center;
        background-color: #4646D5;
        font-family: 'Ubuntu';
        margin: 0 !important;
    }

.swal2-styled.swal2-confirm {
    background: #0a0;
    border-radius: 20px !important;
}

.swal2-styled.swal2-cancel {
    border-radius: 20px !important;
}
/**************************************************/

/**************************************************/
.basis-auto {
    flex-basis: auto;
}

.basis-auto-three {
    flex-basis: auto;
}

.textContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%; /*280*/
    min-width: 170px;
    max-width: 314px;
    height: auto;
    max-height: auto;
    padding: 10px 20px 20px 20px;
    color: #ffffff;
    text-align: center;
    /*display: block;*/
    display: inline-grid;
    /*/min-height: 350px;*/
    margin-bottom: 20px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 20px;
}

.textContainer-three {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%; /*280*/
    min-width: 170px;
    max-width: 400px;
    height: auto;
    max-height: auto;
    padding: 10px 30px 20px 30px;
    color: #ffffff;
    text-align: center;
    /*display: block;*/
    display: inline-grid;
    /*min-height: 350px;*/
    margin-bottom: 20px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 20px;
}

.textContainer-two {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%; /*280*/
    min-width: 170px;
    max-width: 650px;
    height: auto;
    max-height: auto;
    padding: 10px 100px 20px 100px;
    color: #ffffff;
    text-align: center;
    /*display: block;*/
    display: inline-grid;
    /*min-height: 350px;*/
    margin-bottom: 20px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 20px;
}

.textIcon {
    position: relative;
    width: auto;
    height: auto;
    color: #706F6F;
}

.textIcon-two {
    position: relative;
    width: auto;
    height: auto;
    color: #706F6F;
}

.textContainer p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.textContainer-two p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

.textContainer-two h3 {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.textContainer-three p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.textContainer a {
    margin: 10px 0px 10px 0px;
    padding: 8px 30px;
    border-radius: 3px;
}

.textContainer-three a {
    margin: 10px 0px 10px 0px;
    padding: 8px 30px;
    border-radius: 3px;
}

.textContainer-two a {
    margin: 10px 0px 10px 0px;
    padding: 8px 30px;
    border-radius: 3px;
}

.textContainer .imagebyhero {
    width: 280px;
    background-color: #664a17;
    position: relative;
    min-width: 80px;
    min-height: 80px;
    padding: 5px;
    padding-top: 0px;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.col-privacy {
    width: 100%;
    height: 50%;
}

/*Blog*/
.CategoryDiv {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}

.blog-nav {
    text-align: center;
}

    .blog-nav ul li {
        display: inline-block;
    }

    .blog-nav ul {
        text-align: center;
    }

        .blog-nav ul li a {
            text-decoration: none;
            display: block;
            text-align: center;
            height: auto;
            font-size: 15px;
            background: #B4D9F8;
            padding: 4px;
            padding-left: 18px;
            padding-right: 6px;
            border-radius: 20px;
            letter-spacing: 2px;
            cursor: pointer;
            margin: 6px;
        }

        .blog-nav ul li select {
            outline: none;
            display: block;
            text-align: center;
            height: auto;
            font-size: 15px;
            background: #B4D9F8;
            padding: 4px;
            padding-left: 18px;
            padding-right: 6px;
            border-radius: 20px;
            letter-spacing: 2px;
            margin-bottom: 6px;
        }

        .blog-nav ul li a:hover {
            transform: scale(1.01);
        }
/*Col yapısı*/
/* 2'li yapı*/
.bannerblog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
    .bannerblog .col {
        flex-basis: initial !important;
        flex-grow: initial !important;
    }
.bannerContent .SameCatContainer .bannerblog .row.rowing .col {
    flex-grow: 1 !important;
    flex-basis: 0 !important;
}

.blog-header {
    position: relative;
    width: 97%;
    height: 50px;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 90px;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .blog-header .left {
        font-size: 24px;
        letter-spacing: 5px;
        color: gray;
        position: absolute;
        background-position: left;
        display: block;
        justify-content: left;
        align-items: center;
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        left: 0;
    }

    .blog-header .right {
        font-size: 13px;
        letter-spacing: 2px;
        color: gray;
        position: absolute;
        background-position: right;
        display: flex;
        justify-content: right;
        align-items: center;
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        right: 0;
        cursor: pointer;
    }

        .blog-header .right span {
            font-size: 32px;
        }

.bannerblogContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 450px;
    height: 320px;
    max-width: 100%;
    cursor: pointer;
}

.bannerblogImageContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 600px;
    height: 220px;
    max-width: 100%;
}

.bannerblogRibbon {
    position: relative;
    width: 450px;
    height: auto;
    z-index: 2;
    bottom: 0;
    padding: 10px;
    /*text-align: center;*/
    color: gray;
    background-position: left;
    display: block;
    justify-content: left;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    max-width: 100%;
    background: #F1F1F1;
    max-height: 90px;
}

    .bannerblogRibbon .Title {
        font-size: 10px;
        color: white !important;
        background: #0889CB;
        border-radius: 20px;
        padding: 4px;
        cursor: default;
        margin-top: 5px;
    }

    .bannerblogRibbon .Content {
        color: gray;
        margin-top: 5px;
        font-weight: bold !important;
    }

.bannerblogDateBy {
    position: absolute;
    width: auto;
    height: 20px;
    z-index: 2;
    bottom: 10px;
    padding: 10px;
    border-radius: 20px;
    margin-left: 10px;
    /*text-align: center;*/
    color: black;
    background-position: left;
    display: flex;
    justify-content: left;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 10px !important;
    letter-spacing: 2px;
    max-width: 100%;
    background: white;
}

    .bannerblogDateBy p {
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        font-size: 10px !important;
    }

.bannerblogTime {
    position: absolute;
    width: auto;
    height: 20px;
    z-index: 2;
    bottom: 10px;
    right: 0;
    padding: 10px;
    border-radius: 20px;
    margin-right: 10px;
    /*text-align: center;*/
    color: black;
    background-position: left;
    display: flex;
    justify-content: right;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 10px !important;
    letter-spacing: 2px;
    max-width: 100%;
    background: white;
}

    .bannerblogTime p {
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        font-size: 10px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bannerblogTime span {
        font-size: 15px;
        margin-right: 5px;
    }

.bannerblogNews {
    position: absolute;
    width: auto;
    height: 20px;
    z-index: 2;
    top: 10px;
    right: 0;
    padding: 10px;
    border-radius: 20px;
    margin-right: 10px;
    /*text-align: center;*/
    color: black;
    background-position: left;
    display: flex;
    justify-content: right;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 14px !important;
    letter-spacing: 2px;
    max-width: 100%;
    background: #37F400;
}

.bannerblogImage {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    /*border-radius: 25%;*/
    border-radius: 25px;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    height: 220px;
    max-width: 450px;
    object-fit: cover;
}

/* 3'lü yapı */
.bannerblogContainerthree {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 300px;
    height: 320px;
    max-width: 100%;
    cursor: pointer;
}

.bannerblogImageContainerthree {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 300px;
    height: 220px;
    max-width: 100%;
}

.bannerblogRibbonthree {
    position: relative;
    width: 300px;
    height: auto;
    z-index: 2;
    bottom: 0;
    padding: 10px;
    /*text-align: center;*/
    color: gray;
    background-position: left;
    display: block;
    justify-content: left;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    max-width: 100%;
    background: #F1F1F1;
    max-height: 90px;
}

    .bannerblogRibbonthree .Title {
        font-size: 9px;
        color: white !important;
        background: #0889CB;
        border-radius: 20px;
        padding: 4px;
        cursor: default;
        margin-top: 5px;
    }

    .bannerblogRibbonthree .Content {
        color: gray;
        margin-top: 5px;
        font-weight: bold !important;
        font-size: 14px;
    }

.three {
    max-width: 900px;
}
/* 4'lu yapı*/
.bannerblogContainerfour {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 225px;
    height: 320px;
    max-width: 100%;
    cursor: pointer;
}

.bannerblogImageContainerfour {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 225px;
    height: 220px;
    max-width: 100%;
}

.bannerblogRibbonfour {
    position: relative;
    width: 225px;
    height: auto;
    z-index: 2;
    bottom: 0;
    padding: 10px;
    /*text-align: center;*/
    color: gray;
    background-position: left;
    display: block;
    justify-content: left;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    max-width: 100%;
    background: #F1F1F1;
    max-height: 90px;
}

    .bannerblogRibbonfour .Title {
        font-size: 8px;
        color: white !important;
        background: #0889CB;
        border-radius: 20px;
        padding: 4px;
        cursor: default;
        margin-top: 5px;
    }

    .bannerblogRibbonfour .Content {
        color: gray;
        margin-top: 5px;
        font-weight: bold !important;
        font-size: 12px;
    }
/*buton daha fazla*/
.Divmore {
    text-align: center;
}

    .Divmore a {
        padding: 15px;
        font-size: 15px;
        padding-left: 35px;
        padding-right: 35px;
        color: white !important;
        background: #4646D5;
        letter-spacing: 2px;
        width: auto;
        border-radius: 25px;
        font-weight: lighter !important;
        cursor: pointer;
    }

        .Divmore a:hover {
            opacity: 0.95;
        }

.bannerContent {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    color: white;
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    vertical-align: middle;
}

    .bannerContent .ContentDiv {
        width: 65%;
        float: left;
    }

    .bannerContent .SameCatContainer {
        width: 30%;
        float: right;
    }

.Left-Side-Share {
    position: sticky;
    height: 0;
    width: 50px;
    display: grid;
    align-items: center;
    justify-content: center;
    /* align-content: center; */
    justify-items: center;
    z-index: 2;
    top: 25%;
}

    .Left-Side-Share a {
        width: 100%;
        cursor: pointer;
    }

        .Left-Side-Share a span {
            font-size: 40px;
            color: #686868;
            margin-top: 10px;
        }

.Reading-Mode {
    border-radius: 20px;
    height: 60px;
    background: #686868;
    display: grid;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-top: 15px;
}

    .Reading-Mode .Small-Mode {
        font-size: 12px;
        color: #ffffff;
        transition: transform 1s;
    }

        .Reading-Mode .Small-Mode:hover {
            transform: rotate(180deg);
        }

    .Reading-Mode .Large-Mode {
        font-size: 14px;
        color: #ffffff;
        transition: transform 1s;
    }

        .Reading-Mode .Large-Mode:hover {
            transform: rotate(180deg);
        }

.Right-Side-Content {
    margin-left: 70px;
}

.AuthorCart {
    width: 100%;
    height: fit-content;
    border-radius: 25px;
    background: #F1F1F1;
    display: block;
    margin-top: 10%;
}

    .AuthorCart h3 {
        color: #5B5B5C;
        font-weight: bold !important;
        text-align: center;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .AuthorCart .AllPerson {
        display: inline-flex;
        justify-content: center;
        justify-items: center;
        margin: auto;
        width: 100%;
        justify-content: space-evenly;
        margin-bottom: 2%;
    }

    .AuthorCart .AuthorPerson {
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }

        .AuthorCart .AuthorPerson img {
            border-radius: 50%;
            max-width: 120px;
            object-fit: cover;
            width: 100%;
        }

        .AuthorCart .AuthorPerson p {
            color: #5B5B5C;
        }

        .AuthorCart .AuthorPerson .Biog {
            color: #5B5B5C;
            cursor: pointer;
            position: relative;
        }

.Biog .AuthorToolTip {
    font-size: 15px;
    position: absolute;
    color: #ffffff;
    padding: 5px;
    visibility: hidden;
    max-width: 900px;
    background-color: #5B5B5C;
    z-index: 5;
    left: 50px;
    top: -150px;
}
/*
     .Biog:hover  .AuthorToolTip{
        visibility: visible;        
    }
    */
.AuthorCart .AuthorPerson .social {
    z-index: 1;
    max-width: 30px;
    object-fit: cover;
}

.CommentCart {
    width: 100%;
    height: fit-content;
    border-radius: 25px;
    background: #F1F1F1;
    display: block;
    margin-top: 3%;
}

    .CommentCart h3 {
        color: #5B5B5C;
        font-weight: bold !important;
        text-align: center;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .CommentCart .AllCommentDiv {
        display: inline-flex;
        justify-content: center;
        justify-items: center;
        margin: auto;
        width: 100%;
        justify-content: space-evenly;
        margin-bottom: 2%;
    }

    .CommentCart .CommentDiv {
        display: grid;
        align-content: center;
        margin-left: 1%;
    }

        .CommentCart .CommentDiv img {
            border-radius: 50%;
            max-width: 120px;
            object-fit: cover;
            width: 100%;
        }

        .CommentCart .CommentDiv input {
            height: 40px;
            font-size: 16px;
        }

        .CommentCart .CommentDiv .Commentinput {
            height: 80px;
            font-size: 18px;
            margin: auto;
            width: 90%;
            margin-bottom: 2%;
        }

    .CommentCart .CheckCart {
        display: flex;
        height: 47px;
        width: 88%;
        margin: auto;
        align-content: center;
        align-items: center;
    }

    .CommentCart .BtnCart {
        display: flex;
        height: 100px;
        width: 88%;
        margin: auto;
        align-content: center;
        align-items: center;
        margin-top: 2%;
    }

    .CommentCart .CheckCart label {
        font-size: 12px;
        color: #858586;
        margin-left: 2%;
    }

    .CommentCart .CheckCart input[type="checkbox"] {
        font-size: 12px;
        height: 20px;
        width: 20px;
        min-width: 15px;
    }

    .CommentCart .BtnCart button {
        height: auto;
        background-color: none !important;
        background: #4A42D2;
        /*letter-spacing: 1px;*/
        color: #ffffff;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        width: 180px;
        border-radius: 20px;
        font-weight: 300 !important;
        margin-bottom: 2%;
    }

    .CommentCart .CommentDiv input:focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .CommentCart .CommentDiv label {
        color: #5B5B5C;
        margin-left: 2%;
    }
/*Blog*/
/***************************************************/

/*Hizmetler*/
.ServiceTitle {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold !important;
    margin-top: 15px;
    max-width: 100%;
    margin-left: 1%;
    margin-right: 1%;
}

.ServiceContent {
    cursor: pointer;
}

    .ServiceContent:hover {
        opacity: 0.90;
    }

    .ServiceContent .ServiceNew {
        position: absolute;
        top: -10px;
        right: 0;
        border-radius: 50%;
        font-size: auto;
        background: red;
        width: 100%;
        height: 100%;
        max-width: 70px;
        max-height: 70px;
        display: grid;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: bold !important;
        letter-spacing: 2px;
        font-size: 20px;
    }

    .ServiceContent .ServiceCategory {
        position: absolute;
        top: 10px;
        width: 70%;
        max-width: 293px;
        height: 40px;
        background: #EACB04;
        color: white;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: left;
        letter-spacing: 2px;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
		display:none;
    }

.ServiceContainer {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.ServiceDescription {
    font-size: 17px;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 100 !important;
    margin-top: 10px;
    max-width: 432px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ServiceImg {
    max-width: 432px;
    max-height: 290px;
    object-fit: cover;
}

.ServiceDetailsImg {
    width: 100%;
    max-height: 448px;
    object-fit: cover;
}

.ServiceDetailsOtherText {
    font-size: 30px;
    text-align: left;
    letter-spacing: 5px;
    font-weight: bold !important;
    font-family: 'Ubuntu',sans-serif;
}

.ServiceheadText {
    display: grid;
    justify-content: left;
    align-content: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

    .ServiceheadText span {
        font-size: 30px;
        font-weight: bold !important;
        letter-spacing: 5px;
    }

/*Hizmetler ve Ürünler Filtre*/
.filter-nav {
    text-align: center;
    padding: 10px;
}

    .filter-nav ul li {
        display: inline-block;
    }

    .filter-nav ul {
        text-align: center;
        float: left;
    }

        .filter-nav ul li a {
            text-decoration: none;
            display: block;
            text-align: center;
            height: auto;
            font-size: 15px;
            background: #B4D9F8;
            padding: 4px;
            padding-left: 18px;
            padding-right: 6px;
            border-radius: 20px;
            letter-spacing: 2px;
            cursor: pointer;
            margin: 6px;
        }

        .filter-nav ul li select {
            outline: none;
            display: block;
            text-align: center;
            height: auto;
            font-size: 14px;
            padding: 8px;
            padding-left: 18px;
            padding-right: 6px;
            letter-spacing: 2px;
            margin-bottom: 6px;
            background: #EACB04;
            color: black;
			display:none;
        }

            .filter-nav ul li select option {
                font-size: 14px;
            }

        .filter-nav ul li a:hover {
            transform: scale(1.01);
        }
/**/

/*Ürünler Cart Listesi*/
.ProductTitle {
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold !important;
    margin-top: 15px;
    /*max-width: 325px;*/
    margin-left: 1%;
    margin-right: 1%;
    max-height: 72px;
    overflow-y: hidden;
}

.ProductContent {
    cursor: pointer;
    justify-content: center;
    /*align-items: center;*/
    height: 560px;
}

    .ProductContent:hover {
        opacity: 0.90;
    }

    .ProductContent .FeatureDiv {
        position: absolute;
        top: 60px;
        right: -5px;
        max-width: 70px;
        height: 100%;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 2%;
        align-content: center;
        z-index: 2;
    }

        .ProductContent .FeatureDiv .Feature {
            border-radius: 50%;
            text-align: center;
            margin: auto;
            background: orange;
            height: 60px;
            width: 60px;
            font-size: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold !important;
            align-content: center;
            overflow: hidden;
            overflow-wrap: anywhere;
        }

    .ProductContent .ProductCategory {
        position: absolute;
        top: 10px;
        width: 70%;
        max-width: 293px;
        height: 40px;
        background: #EACB04;
        color: white;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: left;
        letter-spacing: 2px;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ProductContainer {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.ProductDescription {
    font-size: 17px;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 400 !important;
    /*max-width: 325px;*/
    margin-left: 1%;
    margin-right: 1%;
    text-overflow: ellipsis;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ProductImg {
    max-width: 380px;
    height: 300px;
    margin-top: 25px;
}

.ProductContent .Product-Center {
    max-width: 380px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    display: grid;
    align-content: center;
}

.ProductContent .Product-Catalog {
    max-width: 300px;
    height: 42px;
    background: #FFDD00;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    letter-spacing: 2px;
    color: black;
    font-size: 22px;
    margin: auto;
    margin-bottom: 25px;
}

/*Cart Listesi Bitiş*/

/*Galeri*/
.GalleryContainer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.GalleryContainer .GalleryItem{
    width: calc(25% - 11.25px);
    height: 250px;
    cursor: pointer;
    position: relative;
    display: block;
}

        .GalleryContainer .GalleryItem:hover .GalleryText {
            visibility: visible;
            height: 250px;
        }

        .GalleryContainer .GalleryItem img {
            max-width: 325px;
            height: 250px;
            object-fit: cover;
        }

        .GalleryContainer .GalleryItem .GalleryCategory {
            position: absolute;
            max-width: 325px;
            height: 20px;
            font-size: 14px;
            color: white;
            text-align: left;
            padding-left: 5px;
            z-index: 2;
        }

        .GalleryContainer .GalleryItem .GalleryText {
            max-width: 100%;
            height: 10px;
            overflow-y: hidden;
            word-wrap: anywhere;
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            visibility: hidden;
            top: 0;
            color: white;
            text-align: center;
            width: 100%;
            font-weight: bold !important;
            background:rgb(66, 66, 66, .4);
            transition: height 1s;
            transition-timing-function: ease;
        }

.Gallery-Slide {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0,0,0,.90);
    transition: opacity 300ms ease;
    display: none;
}

    .Gallery-Slide::before:focus {
        color: green;
    }

    .Gallery-Slide .GalleryItems {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        display: none;
    }

    .Gallery-Slide span {
        color: white;
        font-size: 60px;
        cursor: pointer;
    }

    .Gallery-Slide .closed {
        position: absolute;
        top: 0;
        right: 0;
        color: silver;
        font-size: 45px;
    }

.mrleft-25 {
    margin-left: 20px;
}

.Gallery-Slide .g-item-active {
    display: flex;
}

.Gallery-Slide .GalleryItems img {
    width: 50%;
    height: 60%;
    object-fit: cover;
}

.Gallery-Slide .GalleryItems .GalleryCategory {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    font-size: 20px;
    color: white;
    text-align: left;
    padding-left: 15px;
    z-index: 2;
}

.Gallery-Slide .GalleryItems .GalleryText {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    word-wrap: anywhere;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: white;
    text-align: center;
    -webkit-text-stroke-width: thin;
    top: 50px;
}

/*Personel*/

.PersonContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .PersonContainer .PersonContent {
        justify-content: center;
        align-items: center;
    }

    .PersonContainer .PersonTitle {
        text-align: center;
        font-size: 9px;
        width: 100%;
        margin-top: 10px;
    }

    .PersonContainer .PersonImg {
        height: 400px;
        max-width: 400px;
    }

    .PersonContainer .PersonName {
        text-align: center;
        font-size: 16px;
        width: 100%;
    }


/* Domino*/

.DominoContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .DominoContainer .dom {
        height: 500px;
        padding: 0;
    }

.DominoContent {
    display: grid;
    padding-left: 30px;
    padding-right: 30px;
    align-content: center;
    height: 100%;
    row-gap: 20px;
}

.DominoTitle {
    font-size: 50px;
    color: white;
}

.DominoDescription {
    color: white;
}

.DominoBtn {
    border: 1px solid #00CE9E;
    text-align: center;
    border-radius: 20px;
    color: #00CE9E;
    height: 42px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: auto;
}

    .DominoBtn:hover {
        color: #00CE9E;
        transform: scale(1.01);
        color: white;
        background: #00CE9E;
    }

.DominoImage {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*Badge*/
.BadgeContainer {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-content: center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
}

    .BadgeContainer .BadgeItems {
        display: grid;
        justify-items: center;
        align-items: center;
        align-content: center;
        background: #EFC91F;
        width: 250px;
        height: 150px;
        margin-top: auto;
        margin-bottom: auto;
        border: 1px solid white;
        border-radius: 20px;
    }

        .BadgeContainer .BadgeItems span {
            color: white;
            font-size: 40px;
        }

.BadgeItems .BadgeCount {
    font-size: 25px;
    color: white;
    font-weight: bold !important;
}

.BadgeItems .BadgeTitle {
    font-size: 20px;
    color: white;
}

/*Counter*/
.TimerContainer {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

    .TimerContainer .TimerItems {
        display: grid;
        justify-items: center;
        align-items: center;
        align-content: center;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

.TimerItems span {
    font-size: 200px;
}

.TimerItems .Timer {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    flex-wrap: wrap;
}

    .TimerItems .Timer .Variable{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: 'Agency FB', sans-serif;
    padding: 10px;
}
.TimerItems .Timer .Typing{
    font-size: 25px;
    color: white;
    font-family: 'Agency FB', sans-serif;
    
}
.TimerItems .Timer .Items{
    display: grid;
    justify-content: center;
    justify-items: center;
    align-content: center;
    padding: 20px;
    /*background: white;*/
    width: 250px;
    margin-left: 15px;
    margin-top: 15px;
    /*border-right: 1px solid #eee;*/
}

.CounterContent {
    display: grid;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    height: auto;
    row-gap: 20px;
    align-content: flex-start;
    justify-content: center;
}

.CounterTitle {
    font-size: 50px;
    color: white;
}

.CounterDescription {
    color: white;
}

.CounterBtn {
    border: 1px solid #00CE9E;
    text-align: center;
    border-radius: 20px;
    color: #00CE9E;
    height: 42px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: auto;
}

    .CounterBtn:hover {
        color: #00CE9E;
        transform: scale(1.01);
        color: white;
        background: #00CE9E;
    }


/*Social plugin*/
.SocialContainer {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-content: center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
}


/*SelectImage*/
.Select-Image {
    position: relative;
    width: auto;
    height: 60px;
    margin: auto;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 15px;
    display: inline-block;
}

    .Select-Image .Selected {
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        padding: 5px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 5px;
        color: white;
    }

    .Select-Image .SelectDiv {
        visibility: hidden;
        width: auto;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 0;
        right: calc(100% + 10px);
        z-index: 999;
    }

        .Select-Image .SelectDiv .Choose {
            width: 50px;
            height: 50px;
            cursor: pointer;
            margin-right: 10px;
            text-align: center;
            background: white;
            color: white;
        }

            .Select-Image .SelectDiv .Choose:hover {
                transform: scale(1.1);
            }

.AboutImage {
    display: flex;
    flex-wrap: wrap;
}

    .AboutImage .abimg {
        height: 320px;
        object-fit: cover;
        width: 100%;
    }

@media (max-width: 1200px) {
    /*.TimerContainer{
        height: 750px;
    }
    .TimerContainer .TimerItems{
        height: 40%;
    }*/
    .CounterContent {
        align-content: flex-start;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    body {
        max-width: 100%;
    }

    header {
        max-width: 768px;
    }

    footer {
        max-width: 100%;
    }

    .navigacion {
        max-width: 100%;
    }

    .column {
        float: left;
    }

    .style-nav ul li {
        display: inline-block;
    }

    .style-nav ul {
        text-align: center;
    }

    .blog-nav ul li {
        display: inline-block;
    }

    .blog-nav ul {
        text-align: center;
    }

    .column {
        float: left;
    }

    .col-two {
        width: 50%;
    }

    .col-three {
        width: 33%;
    }

    .col-four {
        width: 25%;
        /*padding: 0px 0px 0px 0px;
    padding:3% 5% 5% 3%;
    height: 50%;*/
    }

    .col-privacy {
        width: 100%;
        height: 50%;
    }

    .lang {
        right: 25%;
    }

    .inovacion {
        max-width: 768px;
    }

    .aboutheadtext {
        max-width: 768px;
    }

    .bannerC {
        max-width: 768px;
    }

    .bannerblog {
        max-width: 768px;
    }

    .welcome {
        max-width: 768px;
    }

    .bannerContent {
        max-width: 768px;
    }

    .catalog {
        max-width: 768px;
    }

    .footer-text {
        text-align: left;
        font-size: 16px;
    }

    .footer-text-center {
        max-width: 768px;
    }

    .heroby {
        max-width: 768px;
    }

    .founder {
        max-width: 768px;
    }

    .mission {
        max-width: 768px;
    }

    .imghero {
        max-width: 100%;
    }

    hr {
        max-width: 100%;
    }

    .slidertext {
        max-width: 768px;
    }

    .footer-text-centerlogo {
        max-width: 768px;
    }

    footer .footertext {
        display: flex;
    }

    .cookie-header {
        max-width: 768px;
    }

    .cookie-text {
        max-width: 768px;
    }

    .CategoryDiv {
        max-width: 768px;
    }

    .ProductDetailsContent {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    body {
        max-width: 100%;
    }

    header {
        max-width: 1366px;
    }

    footer {
        max-width: 100%;
    }

    .navigacion {
        max-width: 100%;
    }

    .headerLogo {
        float: left;
    }

    .style-nav {
        float: right;
    }

        .style-nav ul li a {
            display: block;
        }

    .blog-nav ul li a {
        display: block;
    }

    .blog-nav ul li select {
        display: block;
    }

    .lang {
        right: 8px;
    }

    .inovacion {
        max-width: 1366px;
    }

    .aboutheadtext {
        max-width: 1366px;
    }

    .bannerC {
        max-width: 1366px;
    }

    .bannerblog {
        max-width: 1366px;
    }

    .three {
        max-width: 950px;
    }

    .welcome {
        max-width: 1366px;
    }

    .bannerContent {
        max-width: 1366px;
    }

    .catalog {
        max-width: 1366px;
    }
    /*.footerLogo {
    float: left;
}*/
    .footer-text {
        text-align: left;
        font-size: 16px;
    }

    .col-privacy {
        width: 100%;
    }

    .footer-text-center {
        max-width: 1366px;
    }

    .heroby {
        max-width: 1366px;
    }

    .founder {
        max-width: 1366px;
    }

    .mission {
        max-width: 1366px;
    }

    .imghero {
        max-width: 100%;
    }

    hr {
        max-width: 100%;
    }

    .slidertext {
        max-width: 1366px;
    }

    .footer-text-centerlogo {
        max-width: 1366px;
    }

    footer .footertext {
        display: inline-flex;
    }

    .cookie-header {
        max-width: 1366px;
    }

    .cookie-text {
        max-width: 1366px;
    }

    .CategoryDiv {
        max-width: 1366px;
    }

    .imghero .lefting {
        font-size: 80px;
    }

    .ProductDetailsContent {
        max-width: 1366px;
    }

    .ServiceContainer .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        height: 450px;
    }

    .PersonContainer .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ProductContainer .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
	.AdressContainer{
	display:flex;
	align-items:center;
	}
}

@media (max-width: 1023px) {
    .headerLogo {
        top: -20px;
        margin-top: 10px;
    }

    .lang {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: inline-block;
        right: 5%;
        bottom: 40px;
        margin-left: 5px;
    }

    .imghero .lefting {
        font-size: 60px;
    }

    .bannerContent .SameCatContainer {
        display: none;
    }

    .bannerContent .ContentDiv {
        width: auto;
        padding-left: 0;
    }

    .ServiceContainer {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .ServiceContent {
        display: grid;
    }

    .ServiceImg {
        max-width: 100%;
        max-height: 350px;
    }

    .ServiceTitle {
        max-width: 100%;
    }

    .ServiceDescription {
        max-width: 100%;
    }

    .ServiceContent .ServiceNew {
        max-width: 50px;
        max-height: 50px;
        font-size: 15px;
    }

    .ProductContainer {
        display: grid;
        align-items: center;
    }

    .ProductContent {
        display: grid;
        max-width: 100%;
        height: auto;
    }

    .ProductImg {
        max-width: 100%;
        max-height: 350px;
    }

    .ProductTitle {
        max-width: 100%;
        max-height: none;
        overflow-y: normal;
    }

    .ProductDescription {
        max-width: 100%;
        max-height: none;
        overflow-y: normal;
    }

    .ProductContent .Product-Center {
        max-width: 100%;
    }

    .ProductDetailsContents {
        display: grid;
        justify-content: center;
    }

    .Gallery-Slide .GalleryItems img {
        width: 70%;
    }

    .Gallery-Slide span {
        font-size: 30px;
    }

    .mrleft-25 {
        margin-left: 8px;
    }

    .PersonContainer .PersonImg {
        height: auto;
        max-height: 500px;
    }

    .DominoContainer {
        display: grid;
        justify-content: center;
        align-items: center;
    }
	.GalleryContainer .GalleryItem{
        width: calc(33.33% - 10px);
    }
	.TimerItems .Timer .Items {
		width:calc(50% - 15px);
	}
}

@media (max-width:1200px) {
    /*
    .ServiceContainer{
        display: grid;
        justify-content: center;
        align-items: center;
    }
    .ServiceContent{
        display: grid;
    }
    .ServiceImg{
        max-width: 100%;
        max-height: 350px;
    }
    .ServiceTitle{
        max-width: 100%;
    }
    .ServiceDescription{
        max-width: 100%;
    }
    .ServiceContent .ServiceNew{
        max-width: 50px;
        max-height: 50px;
        font-size: 15px;
    }*/
    .DominoContainer .dmmt {
        margin-top: 50px;
    }
}

@media (max-width: 568px) {
    .style-nav ul li {
        display: block;
        text-align: center;
    }

        .style-nav ul li a {
            padding: 28px;
            text-align: center;
        }

    .style-nav {
        display: none;
    }

    .blog-nav ul li {
        /*display: block;*/
        text-align: center;
    }

        .blog-nav ul li a {
            /*padding: 28px;*/
            text-align: center;
        }

    .blog-header {
        height: 80px;
    }

        .blog-header .left {
            font-size: 18px;
            margin-left: 10px;
        }

        .blog-header .right {
            bottom: 0px;
            left: 10px;
        }

    #check:checked ~ .style-nav ul {
        /*height:100vh;*/
        height: auto;
        display: block;
    }
    /*#check:checked ~ ul::before{
      position: absolute;
      text-align: center;
      left: 0%;
      right: 50%;
      top:15px;
      content: 'MENÜ';
      border-bottom:2px solid white;
      border-bottom-style: groove;
      width: 100%;
      color: white;     
    }*/
    .checkbtn {
        display: block;
        color: #6774B7;
    }

    .product {
        display: grid;
        grid-template-areas:
            'header header header header header header'
            'menu menu menu menu menu menu'
            'main main main main main main'
            'footer footer footer footer footer footer'
            'space space space space space space'
            'link1 link1 link3 link2 link2 link2';
        justify-content: center;
        grid-column-gap: 10%;
        grid-row-gap: 2%;
        margin-bottom: 25%;
    }

        .product .image {
            padding-top: 0%;
        }

        .product a {
            margin-left: 2%;
            grid-area: link3;
        }

    .founder {
        display: flex;
        align-items: left;
        justify-content: left;
        padding-top: 5%;
    }

    .fir-image-figure {
        margin: 0;
        display: block;
        align-items: center;
        position: relative;
        text-decoration: none;
    }

    .padding {
        padding-left: 0%;
    }

    .fir-image-figure .caption, .fir-image-figure figcaption {
        padding-left: 35px;
    }

    figcaption {
        padding-top: 20px;
    }

    .fir-clickcircle {
        margin-left: 20px;
    }


    .concheader {
        padding-left: 10%;
        padding-right: 0%;
        text-align: center;
        font-weight: bold;
    }

    .CommunicationBranch {
        width: 80%;
        display: grid;
        grid-template-areas:
            'Brch1 Brch1'
            'Brch2 Brch2'
            'Brch3 Brch3';
        grid-row-gap: 3%;
        grid-column-gap: 4%;
        font-size: 18px;
        justify-content: center;
        align-content: center;
        margin-left: 7%;
        transform: scale(0.8);
    }

    .TextBranch {
        margin-bottom: -30px;
        margin-right: 10%;
    }

    .catalog {
        grid-template-areas:
            'ctgimg ctgimg ctgimg ctgimg ctgimg ctgimg'
            'chead chead chead chead chead chead '
            'cheadtext cheadtext cheadtext cheadtext cheadtext cheadtext'
            'cheadbtn cheadbtn cheadbtn cheadbtn cheadbtn cheadbtn';
    }

    .catalogheading {
        font-size: 25px;
        margin-left: 2%;
        padding-left: 6%;
        margin: auto;
        margin-left: 14%;
        width: 100%;
    }

    .catalogheadtext {
        font-size: 12px;
        margin: auto;
        padding-left: 6%;
        padding-top: 5%;
        margin-left: 14%;
        width: 100%;
    }

    .catalogimg {
        margin-left: auto;
        margin-right: auto;
    }

    .catalog a {
        margin-top: 10%;
        margin-left: 2%;
        margin-right: 2%;
        transform: scale(0.7);
    }

    .headerLogo {
        width: 140px;
        padding-left: 0%;
    }

    .imghero {
        height: 320px;
    }

        .imghero p {
            font-size: 35px;
            float: left;
            text-align: center;
            background-position: left;
            display: block;
            justify-content: left;
            align-items: center;
            width: 100%;
        }

        .imghero .lefting {
            font-size: 32px;
            padding-left: 2%;
        }

    .inovtext p {
        width: 100%;
        margin: 0 !important;
    }

    .ComForm input {
        max-width: 40%;
        margin-left: 6%;
    }

    .conc h1 {
        padding-left: 6%;
    }

    .ComForm a {
        margin-left: 6%;
    }

    .Adressing {
        min-width: 200px;
    }

    .textContainer {
        max-width: 314px;
    }

    .basis-auto {
        margin: auto;
        width: 60%;
        text-align: center;
    }

    .basis-auto-three {
        text-align: center;
    }

    .float-left {
        float: none !important;
    }

    .float-right {
        float: none !important;
    }

    .bannerblogDateBy p {
        font-size: 7px !important;
    }

    .Divmore a {
        font-size: 12px;
        padding: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .heroby .blogdiv {
        margin-top: 30px;
    }

        .heroby .blogdiv .herotitle {
            font-size: 20px;
        }

        .heroby .blogdiv .hero-info {
            font-size: 12px;
            max-width: 90%;
        }

    .row {
        max-width: 100%;
    }



    .heading h2 {
        font-size: 40px;
    }

    .Left-Side-Share {
        transform: scale(0.8);
    }

    .AuthorCart .AllPerson {
        display: block;
    }

    .AuthorCart .AuthorPerson {
        padding-bottom: 4%;
    }

    .CommentCart .AllCommentDiv {
        display: grid;
        justify-content: center;
        margin-top: 2%;
    }

    .CommentCart .CommentDiv {
        margin-top: 2%;
    }

        .CommentCart .CommentDiv input {
            font-size: inherit;
        }

    .ProductContent .FeatureDiv {
        top: 60px;
    }

        .ProductContent .FeatureDiv .Feature {
            height: 45px;
            width: 45px;
            font-size: 8px;
        }

    #sync2 {
        display: none;
    }

    .Gallery-Slide .GalleryItems img {
        height: 250px;
    }

    .aboutheadtext span {
        font-size: 28px;
    }

    .mission a {
        width: min-content;
    }

    .owl-carousel .owl-slide {
        height: 300px;
    }

    .owl-carousel {
        height: 300px;
    }

    #sync1 {
        height: 280px !important;
    }

    .ProductDetailsContents .image {
        height: 260px;
    }
    .Right-Side-Content {
        margin-left: 50px;
    }
	 .GalleryContainer .GalleryItem {
        height: 150px;
    }
    .GalleryContainer .GalleryItem img {
        height: 150px;
    }
}

@media (max-width: 699px) {
    .GalleryContainer .GalleryItem {
        width: calc(50% - 7.5px);
    }

        .GalleryContainer .GalleryItem img {
            max-width: 100%;
            width: 100%;
        }

        .GalleryContainer .GalleryItem .GalleryCategory {
            max-width: 100%;
        }

        .GalleryContainer .GalleryItem .GalleryText {
            max-width: 100%;
        }
}

@media (max-width: 390px) {
    

    footer .footertext p {
        font-size: 12px;
    }

    .footer-text-center a {
        font-size: 12px;
    }

    .footer-text-center span {
        font-size: 12px;
    }

    .footer-text-centerlogo {
        margin-bottom: 30px;
    }
}

@media (max-width: 728px) {
    .founder {
        display: table;
    }

    .fir-image-figure {
        margin-bottom: 20px;
        padding: 0;
    }

    .fir-imageover {
        display: block;
    }

    .fir-image-figure .caption, .fir-image-figure figcaption {
        padding-left: 20px;
        padding-top: 40px;
    }
}

@media (max-width:822px) {
    .cookie-text {
        display: table;
    }

        .cookie-text span {
            display: block;
        }

    .cookiealert .acceptcookies {
        position: relative;
        float: left;
        margin: auto;
        margin-top: 20px;
    }

    footer .footertext {
        width: 100%;
    }
}

@media (min-width:568px) and (max-width:767px) {

    .col-four {
        width: 50%;
    }

    .basis-auto-three {
        text-align: center;
    }

    .float-left {
        float: none !important;
    }

    .float-right {
        float: none !important;
    }
}
