﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    max-height: 100%;
    max-width: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: blue;
    outline: none;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

p {
    margin: 0 0 18px;
}

img {
    border: none;
    vertical-align: middle;
}

input {
    vertical-align: middle;
}

table {
    border-collapse: separate;
    border-spacing: 0px;
}

.placeholder1::-webkit-input-placeholder {
    color: #757584 !important;
    opacity: 1 !important;
    padding-left: 20px;
}

.placeholder1::-moz-placeholder {
    color: #757584 !important;
    opacity: 1 !important;
}

.placeholder1:-ms-input-placeholder {
    color: #757584 !important;
    opacity: 1 !important;
}

.placeholder1 input:-moz-placeholder {
    color: #757584 !important;
    opacity: 1 !important;
}



.placeholder2::-webkit-input-placeholder {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.placeholder2::-moz-placeholder {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.placeholder2:-ms-input-placeholder {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.placeholder2 input:-moz-placeholder {
    color: #FFFFFF !important;
    opacity: 1 !important;
}



.inner-img {
    transition: 0.3s;
}

    .inner-img:hover {
        transform: scale(1.2);
    }

.wtsp {
    font-size: 10px;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse {
    z-index: 99999;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 80px;
    right: 20px;
    animation-play-state: paused;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/*
    background-image: url(/images/satisbg.png);
    background-position: top center;
    background-repeat: no-repeat;
*/

/*=========================================================MASTER=========================================================================*/

.ust {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #47475C;
}

.tabloleft {
    padding-left: 10px;
}

.ustlink a {
    color: white;
    font-size: 13px;
    text-decoration: none;
}

.ucretsizbilgihattı {
    padding-left: 10px;
    font-size: 13px;
    font-weight: 800;
    color: #646472;
    text-align: left;
}

    .ucretsizbilgihattı a {
        font-size: 20px;
        font-weight: 800;
        color: #FFFFFF;
        text-decoration: none;
    }

.ustmenu {
    min-height: 100px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313140;
    min-height: 150px;
}

.uyelik {
}

.uyelink {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
}

    .uyelink:hover {
        color: #ED1C24;
    }

.uyelink2 {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
}

    .uyelink2:hover {
        color: #ED1C24;
    }

.logom {
    padding-top: 40px;
}

.aramakutu1 {
    width: 100%;
}

.arama1 {
}

.formtextboxara {
    margin-top: 15px;
    width: 450px;
    min-height: 50px;
    font-size: 13px;
    background-color: #F2F2F2;
    padding: 0px;
    border: none;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

    .formtextboxara:focus {
        outline: none;
    }

.btnxxxx {
    margin-top: 15px;
    margin-left: -68px;
}

.kampanya {
    padding-top: 10px;
    width: 220px;
    min-height: 50px;
    font-size: 13px;
    background-color: #0089CF;
    text-align: center;
}

    .kampanya a {
        font-size: 13px;
        font-weight: 600;
        color: #FFFFFF;
        text-decoration: none;
    }
/*========================================================CAROUSEL========================================================================*/
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    filter: none !important;
}

.carousel-control {
    opacity: 0.5;
}

    .carousel-control:hover {
        opacity: 0.5;
    }

    .carousel-control.left,
    .carousel-control.right {
        display: inline-block !important;
        position: absolute !important;
        z-index: 5;
    }

.carousel img {
    object-fit: cover !important;
    min-height: 400px;
}

.carouselx img {
    object-fit: unset !important;
    min-height: unset !important;
}

/*========================================================DEFAULT=========================================================================*/

.dfbg {
    background-color: #F5F5F5;
}

.linkkutu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.linkkutukapsayici1 {
    padding-top: 50px;
    width: 100%;
    height: 240px;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    background-image: url(/images/linkkuturesim1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
}

.linkkutukapsayici2 {
    padding-top: 50px;
    width: 100%;
    height: 240px;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    background-image: url(/images/linkkuturesim2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
}

.linkkutubaslik {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.linkkutuyazi {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #FFFFFF;
}

.incelebuton {
    text-align: center;
    padding-top: 5px;
    width: 150px;
    height: 30px;
    font-size: 13px;
    color: #3C3C3C;
    background-color: #FFFFFF;
    border-radius: 5px;
}

    .incelebuton:hover {
        background-color: #EEEEEE;
    }

.sectikkutu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.onecikanbaslik {
    height: 60px;
    background-color: #313140;
}

.sectikaltkutu {
    background-color: #FFFFFF;
    padding-top: 10px;
    -webkit-box-shadow: 0px 6px 11px -5px rgba(176,173,176,1);
    -moz-box-shadow: 0px 6px 11px -5px rgba(176,173,176,1);
    box-shadow: 0px 6px 11px -5px rgba(176,173,176,1);
}

.sectiklerimizbaslik {
    padding: 20px;
    margin: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #222222;
    text-align: left;
    background-color: #F5F5F5;
}

.urunlerimizkutu {
    padding-top: 40px;
    padding-bottom: 40px;
}

.urunaltkutu {
    background-color: #FFFFFF;
    padding-top: 10px;
    -webkit-box-shadow: 0px 6px 11px -5px rgba(176,173,176,1);
    -moz-box-shadow: 0px 6px 11px -5px rgba(176,173,176,1);
    box-shadow: 0px 6px 11px -5px rgba(176,173,176,1);
}

.urunlerimizbaslik {
    padding: 20px;
    margin: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #222222;
    text-align: left;
    background-color: #F5F5F5;
}

.uruntablodf {
    height: 370px;
    background-color: white;
    width: 100%;
}

    .uruntablodf a {
        color: #1F1F2D;
        text-decoration: none;
    }

    .uruntablodf table {
        margin: 0 auto;
    }

.instagramresimkapsayici {
    height: 180px;
    width: 180px;
}

.instaresim {
    object-fit: cover;
    height: 180px;
    width: 180px;
    overflow: hidden;
}

.bg1 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    width: 100%;
}

    .bg1 table {
        font-size: 14px;
        font-weight: 500;
        color: #000000;
    }

/*======================================================ICSAYFALAR===================================================*/

.icsayfalarkutu {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 30px;
    background-color: #F5F5F5;
}

.sectik1 {
    font-size: 13px;
    font-weight: 600;
    color: #404051;
    text-align: left;
}

    .sectik1 a {
        font-size: 13px;
        font-weight: 600;
        color: #404051;
        text-align: left;
        text-decoration: none;
    }

.bg007 {
    background-color: #F5F5F5;
    padding-bottom: 60px;
    padding-left: 0px;
}

.urunkukutu {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
    min-height: 435px;
    background-color: #FFFFFF;
}

.colkutu1 {
    padding-right: 0px;
}

.colkutu2 {
}

.uruntablo {
    padding: 15px;
    background-color: white;
    border: 1px solid #DFDFDF;
    border-style: hidden solid solid hidden;
    width: 100%;
}

    .uruntablo a {
        color: #212121;
        text-decoration: none;
    }

    .uruntablo table {
        margin: 0 auto;
    }

.sepeteeklebuton {
    width: 120px;
    height: 30px;
    font-size: 13px;
    border: solid 1px #313140;
    color: #313140;
    padding: 5px;
    margin-top: 5px;
}

    .sepeteeklebuton:hover {
        background-color: #313140;
        color: #FFFFFF;
    }

.urundetaybaslik {
    font-size: 22px;
    color: #FFFFFF;
    padding-bottom: 0px;
    padding-left: 10px;
    font-weight: 600;
    min-height: 60px;
    line-height: 40px;
    background-color: #000000;
    vertical-align: middle;
}

.model {
    font-size: 21px;
    color: #1F1F2E;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.vertical-align-img {
    height: 400px;
    position: relative;
}

    .vertical-align-img img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        max-height: 400px;
    }

.resimkutu1 {
    width: 100% !important;
    height: 400px;
    text-align: center;
}

    .resimkutu1 img {
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto;
        max-height: 400px;
    }

.fiyat1 {
    text-decoration: line-through;
    text-align: center;
    vertical-align: middle;
    font-size: 20px !important;
    color: #111111;
}

.fiyat2 {
    text-align: center;
    vertical-align: middle;
    font-size: 37px;
    color: #111111;
    font-weight: 800;
}

.fiyaturunilk {
    color: #999999;
    font-size: 13px;
}

.fiyaturun {
    color: #31313F;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
}

.hemenalbuton {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background: #00B259;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-left: 10px;
}

.satinalbuton {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background: #868695;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.blogkutu {
    margin-top: 10px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 25px;
    width: 100%;
    min-height: 460px;
    border: solid 1px #444444;
}

    .blogkutu a {
        text-decoration: none;
    }

.sepetteindirim {
    color: #EF4B75;
    font-size: 13px;
    text-align: center;
}

.blogresimcerceve {
}

.blogresim {
    width: 100%;
    height: 200px;
}

.blogadi {
    margin-top: 5px;
    margin-left: 5px;
    color: #202020;
    font-size: 23px;
    font-weight: 600;
}

.blogyorum {
    height: 150px;
    margin-top: 5px;
    margin-left: 5px;
    color: #444444;
    font-size: 14px;
}

.ac1 {
    background-color: #FFDF00;
    color: #222222;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    padding-left: 20px;
}

.benzerkutu {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 200px;
}

.ac2 {
    padding-bottom: 20px;
    color: #212121;
    font-size: 20px;
    text-align: center;
}

/*========================================================FOOTER=========================================================================*/

.footerx {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #E2272C;
}

.footerxx {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #313140;
}

.footerxxx {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #47475C;
}

.footerxbaslik {
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
}

.footerxxbaslik {
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
}

.footerkatlar a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
}

.formtextboxekle {
    width: 540px !important;
    height: 80px;
    border: solid 1px white;
    border-radius: 0px 0px 0px 0px !important;
    text-shadow: none;
    box-shadow: none;
    background-color: #E2272C;
    color: #FFFFFF;
    font-size: 13px;
}

.btnx {
    padding-top: 30px;
    width: 100px;
    height: 80px;
    border: none;
    border-radius: 0px 0px 0px 0px !important;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    color: #006393;
    font-weight: 400;
    text-decoration: none !important;
    display: block;
    vertical-align: middle;
    float: right;
}

    .btnx:hover {
        color: #222222;
        background-color: #CCCCCC;
    }

.altbilgixiletisim a {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    outline: none;
    text-decoration: none;
}

.altbilgiiletisim a {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    outline: none;
    text-decoration: none;
}

.adres {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
}

.piramitlogo {
    text-align: center;
    padding-top: 15px;
}

.altfirmaadi {
    text-align: left;
    font-size: 13px;
    color: #FFFFFF;
}

.takipkalust {
    text-align: left;
}

.takipkal {
    width: 100%;
    text-align: right;
}

.takipkalx {
    width: 140px;
}

.imgsosyal {
}

    .imgsosyal a {
       
    }
















#instafeed {
    padding-top: 20px;
}

    #instafeed div {
        padding-bottom: 20px;
    }

.hizmetkategori {
    border-bottom: solid 1px #E6EDEE;
    height: 50px;
    font-size: 14px;
}

    .hizmetkategori a {
        display: block;
        color: #646472;
        height: 50px;
        text-decoration: none !important;
        padding-top: 15px;
    }

        .hizmetkategori a:hover {
            color: #1D3E7A;
        }

    .hizmetkategori span {
        font-size: 13px;
        color: #B8B8C7;
        padding-left: 5px;
    }

.post {
    margin-bottom: 30px;
}

    .post .post-gallery {
        display: block;
        position: relative;
        margin-bottom: 5px;
    }

.post-gallery a {
    display: block;
}

    .post-gallery a, .post-gallery a img {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

        .post-gallery a:hover {
            background-color: rgba(0,0,0,0.9);
        }

            .post-gallery a:hover img {
                opacity: .7;
            }

.layout-post .item-thumb {
    float: left;
    width: 40%;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}

.layout-post .item-content {
    overflow: hidden;
}

    .layout-post .item-content p {
        margin-bottom: 10px;
    }

.post-title h1 {
    margin: 0px 0px 0px 0px !important;
    font-size: 24px;
}

    .post-title h1 a {
        color: #222222;
        text-decoration: none !important;
    }

.item-content p {
    padding-top: 5px;
}

    .item-content p a {
        font-size: 14px;
        color: #777777;
        text-decoration: none !important;
    }

.item-content a:hover {
    color: #1D3E7A;
}

.populeryazilar {
    padding: 10px;
}

    .populeryazilar a {
        color: #1D3E7A;
    }

.satir1 {
    border-bottom: solid 1px #E6EDEE;
    padding-bottom: 20px;
    padding-top: 25px;
}

    .satir1 img {
        float: left;
        padding-right: 12px;
        margin-top: -5px;
        max-height: 48px;
    }

    .satir1 a {
        color: #747484;
        text-decoration: none !important;
    }

        .satir1 a:hover {
            color: #FF9122;
        }

.satir1 {
    border-bottom: solid 1px #E6EDEE;
    padding-bottom: 20px;
    padding-top: 25px;
}

    .satir1 img {
        float: left;
        padding-right: 12px;
        margin-top: -5px;
        max-height: 48px;
    }

    .satir1 a {
        color: #747484;
        text-decoration: none !important;
    }

        .satir1 a:hover {
            color: #FF9122;
        }

.blogdetayyazi {
    font-size: 13px;
}

.blogkatbaslik1 {
    padding-top: 10px;
    font-size: 13px;
}

#blogx h1 {
    color: #222222;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
}

.blogdetayyazi {
    color: #737384;
    font-size: 14px;
    padding-top: 30px;
    line-height: 24px;
    padding-bottom: 50px;
}

.blogtags {
    padding-bottom: 30px;
}

    .blogtags span {
        font-size: 16px;
        color: #000000;
        padding-right: 10px;
        font-weight: bold;
    }

    .blogtags i {
        padding-right: 3px;
        color: white;
        font-size: 7px;
    }

    .blogtags a {
        height: 30px;
        background-color: #F7F7F7;
        display: inline-block;
        min-width: 90px;
        color: #999999;
        text-decoration: none !important;
        border-radius: 3px 3px 3px 3px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        margin-bottom: 10px;
    }

        .blogtags a:hover {
            background-color: #C9E5F3;
            color: #1D3E7A;
        }

.blogkutux {
    text-align: center;
    margin-bottom: 30px;
}

    .blogkutux img {
        padding-bottom: 5px;
        max-width: 100%;
        margin: 0 auto;
    }

    .blogkutux span {
    }

    .blogkutux a {
        font-size: 14px;
        color: #535362;
        text-decoration: none !important;
        text-align: center;
    }

        .blogkutux a:hover {
            color: #FF9122;
        }

.ustlink1 li {
    list-style: none !important;
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
}

    .ustlink1 li a {
        color: #DDDDDD;
        text-decoration: none;
    }

.ustlink2 li {
    list-style: none !important;
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
}

    .ustlink2 li a {
        color: #DDDDDD;
        text-decoration: none;
    }

.ustlink3 {
    width: 100%;
}

    .ustlink3 li {
        list-style: none !important;
        display: table-cell;
        height: 100px;
    }

        .ustlink3 li a {
            text-decoration: none;
        }

.p25 {
    padding-top: 25px;
}

.p35 {
    padding-top: 35px;
}

.layersliderx {
    width: 100%;
    margin-top: -386px;
    position: relative;
    z-index: 9;
}

.nav-tabs > .active a {
    background-color: #1D3E7A !important;
    color: white !important;
}

.nav-tabs li a {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 14px;
    color: #333333;
}

.nav-tabs li a {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 14px;
    color: #333333;
}

.gritextbox {
    background-color: #345288;
    padding: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    border: 1px solid #6178A2;
    border-radius: 0px 0px !important;
}

.textright1 {
    text-align: right;
}

.sizinicinsectiklerimiz {
    background-color: #FEDABC;
    height: 325px;
    border-radius: 15px 15px 15px 15px;
}

.sizinicinsectiklerimiz2 {
    font-size: 45px;
    text-align: center;
    color: white;
}

.sizinicinsectiklerimiz3 {
    font-size: 30px;
    text-align: center;
    color: white;
}

.sizinicinsectiklerimizr {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
}

.basliksayfa1 {
    background-image: url(/images/ustbg.png);
    width: 100%;
    height: 200px;
    margin-top: -82px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-top: 120px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 66.66%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    max-height: 365px;
}

    .iframe-container > * {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

.urundetaykapsayici {
    height: 460px;
    width: 100%;
    overflow: hidden;
    border: solid 4px white;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.2);
}

    .urundetaykapsayici img {
        object-fit: cover;
        height: 460px;
        width: 100%;
        overflow: hidden;
    }

@media (max-width: 767.98px) {
    .urundetaykapsayici {
        height: 270px;
    }

        .urundetaykapsayici img {
            height: 270px;
        }
}

.basliksayfa1icerik {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 15px;
}

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}

.urundetaymap a {
    color: #887786;
}

.yorumtablox td {
    padding: 3px;
}

.solkat1 {
    width: 100%;
    height: 33px;
    background-color: white;
}

    .solkat1 a {
        width: 100%;
        height: 33px;
        padding-left: 10px;
        display: block;
        padding-top: 7px;
        color: #777777;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
    }

        .solkat1 a:hover {
            background-color: #868695;
            color: white;
        }

.baslikkirmizi {
    width: 100%;
    height: 35px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    font-weight: bold;
    background-color: #1D3E7A;
    border-radius: 4px 4px 4px 4px;
}

.uyemenu1 {
    width: 100%;
    height: 35px;
    background-color: #F3F3F3;
    margin-bottom: 3px;
}

    .uyemenu1:hover {
        background-color: #ececec;
    }

    .uyemenu1 a {
        color: black;
        display: block;
        width: 100%;
        height: 35px;
        padding-left: 5px;
        padding-top: 8px;
        text-decoration: none;
    }

.hesabimbaslik {
    width: 100%;
    height: 50px;
    background-color: #F2F4F6;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 6px 6px 6px 6px;
}

    .hesabimbaslik a {
        color: black;
        text-decoration: none;
        font-family: Tahoma;
        font-size: 11px;
        display: block;
    }

.prightx {
    text-align: right;
}

.table566 {
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
}

    .table566 td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.baslik3x {
    width: 100%;
    height: 35px;
    border: solid 1px #ececec;
    padding-top: 8px;
    padding-left: 15px;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: black;
    font-weight: bold;
    background-color: #F7F7F7;
}

.ustlinkler a {
    font-size: 15px;
    color: #8F8DAF;
}

.pd80 {
    padding-top: 80px;
}

.pd60 {
    padding-top: 60px;
}

.mh240 {
    min-height: 240px;
}

.w16 {
    width: 16% !important;
}

.tels1 {
    font-size: 16px;
    color: #60C5DF;
    font-weight: bold;
}

.tels2 {
    font-size: 22px;
    color: #3D4685;
    font-weight: bold;
}

.logop {
    text-align: center;
    padding-top: 25px;
}

.ebultenbg {
    min-height: 252px;
    width: 100%;
    background-image: url(/images/ebultenbg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.ebultenyazi1 {
    text-align: center;
    font-size: 36px;
    color: #222222;
    padding-top: 60px;
    font-weight: 800;
}

.ebultenyazi2 {
    text-align: center;
    font-size: 21px;
    color: #777777;
    padding-top: 10px;
    padding-bottom: 20px;
}

.banka1 {
    padding-top: 100px;
    padding-bottom: 150px;
}

.ustmenu1 {
    width: 100%;
    background-image: url(/images/headerbg2.png);
    height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}

.fa1 {
    font-size: 22px !important;
    color: #8CC63E;
    text-decoration: none !important;
    width: 28px;
    height: 28px;
}

    .fa1:hover {
        color: white !important;
    }

.orjkutu {
    height: 125px;
    width: 100%;
    border: solid 1px #009E4C;
    border-bottom: solid 5px #009E4C;
    text-align: center;
    color: #009E4C;
    padding-top: 10px;
}

.orjyazi1 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 19px;
    font-weight: 600;
}

.orjyazi2 {
    font-size: 15px;
}

.fa2 {
    width: 46px;
    height: 46px;
    display: block;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    font-size: 32px !important;
    color: #C5143E !important;
    background-color: white !important;
}

.baslik2 {
    margin-top: -157px;
    padding-right: 100px;
    position: relative;
    z-index: 9999;
    font-size: 27px;
    color: #1F1F2E;
    font-weight: 800;
    text-align: right;
}

.karbon1 {
    background-image: url(/images/yesil1.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 221px;
}

.karbon2 {
    font-size: 50px;
    color: #30B94A;
    font-weight: 800;
    text-align: center;
}

    .karbon2 span {
        font-size: 72px;
        color: #CADE5F;
        font-weight: 800;
    }

.karbon3 {
    font-size: 50px;
    color: #333333;
    font-weight: 800;
    text-align: center;
    padding-top: 20px;
}

.ayak1 {
    height: 400px;
    background: linear-gradient(90deg, #1AB36A 50%, #333333 50%);
}

.ayak1baslik {
    font-size: 41px;
    color: #FFFFFF;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
}

.ayak1yazi {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 30px;
}

.hakkimizda1 {
    background-image: url(/images/hakkimizdabg.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
}

.hakkimizda1baslik {
    color: #FFFFFF;
    font-size: 47px;
    font-weight: 800;
    padding-top: 10px;
}

.hakkimizda1yazi {
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 10px;
}

.takip1 {
    font-size: 52px;
    color: #FFFFFF;
    font-weight: 800;
    padding-top: 120px;
    text-align: center;
}

.takip1yazi {
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
    padding-top: 10px;
    max-width: 440px;
    margin: 0 auto;
}

.h150 {
    height: 150px;
}

.colxx {
    padding-top: 0px;
}

.ur1 {
    text-align: center;
    padding-top: 50px;
}

/*============================================================================================================================================*/

@media (max-width: 380px) {

    .uyelink {
        font-size: 11px;
    }

    .uyelink2 {
        font-size: 11px;
    }

    .formtextboxara {
        width: 280px !important;
        font-size: 9px !important;
        border-radius: 0px;
    }

    .formtextboxekle {
        width: 285px !important;
        font-size: 9px !important;
    }

    .btnx {
        margin-left: 285px;
        margin-top: -45px;
    }

    .btnxxxx {
        margin-top: 15px;
        margin-left: -47px !important;
    }
}

@media (min-width: 575.98px) and (max-width: 768px) /* Small Devices */
{
    .btnxxxx {
        margin-top: 15px;
        margin-left: -75px !important;
    }
}

@media (max-width: 767px) /* Landscape phone to portrait tablet */ {

    .ulogo {
        width: 100px;
    }

    .usttable {
        padding-top: 20px;
    }

    .ustlink a {
        font-size: 11px;
    }

    .formtextboxara {
        min-height: 35px;
        width: 340px;
        font-size: 11px;
        border-radius: 0px;
    }

    .arama1 {
        max-width: 100% !important;
    }

    .aramakutu1 {
        min-height: 65px;
        margin-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        border-radius: 0px;
    }

    .btnxxxx {
        margin-top: 15px;
        margin-left: -45px;
    }

    .ucretsizbilgihattı {
        font-size: 9px;
        text-align: left;
        margin-top: 10px;
    }

    .logom {
        margin-top: 10px;
    }

    .ustlogo {
        width: 180px;
    }

    .sepet {
        padding-left: 90px;
    }

    .aramakutu1 table {
        width: 100% !important;
    }

    .kampanya {
        padding-left: 5px;
        background-color: #F5F5F5;
    }

        .kampanya a {
            color: #212121;
        }

    .anonsimg {
        display: none;
    }

    .carousel img {
        height: 100hv;
        object-fit: cover !important;
        min-height: 250px;
    }

    .footerxx {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .footerxxbaslik {
        padding-top: 20px;
        margin-bottom: 0px;
    }

    .takipkal {
        padding-top: 10px;
        text-align: left;
    }

    .takipkalx {
        width: 100%;
    }

    .altbilgicizgi {
        padding-bottom: 0px;
    }

    .formtextboxekle {
        width: 350px;
        font-size: 13px;
    }

    .imgsosyal a {
        
    }

    .piramitlogo {
        padding-bottom: 50px;
    }

    .urundetaybaslik {
        font-size: 16px;
        color: #FFFFFF;
        padding-bottom: 0px;
        padding-left: 10px;
        font-weight: 600;
        min-height: 40px;
        line-height: 40px;

    }
       
    }

    .instagramresimkapsayici {
        height: 150px;
        width: 150px;
    }

    .instaresim {
        height: 150px;
        width: 150px;
    }

    .fiyat1 {
        font-size: 15px;
    }

    .fiyat2 {
        font-size: 24px;
    }

    .bg007 {
        padding-left: 0px;
    }

    .resimkutu1 {
        width: 100%;
        padding: 10px;
        height: 250px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

        .resimkutu1 img {
            height: 200px;
        }

    .satiskutu {
        background-image: none;
        background-color: #FFDF00;
        min-height: auto;
    }

    .satisyazi {
        font-size: 14px;
        margin-top: 20px;
    }

    .satisbuton {
        padding-top: 10px;
        width: 210px;
        height: 40px;
        font-size: 12px;
    }

    .fiyaturun {
        font-size: 14px;
    }

    .fiyaturunilk {
    }

    .ac1 {
        margin-top: 30px;
    }

    .urunararow {
        padding-bottom: 10px;
        min-height: auto;
        background-image: none;
        background-color: #FFFFFF;
    }

    .arayedekcol {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #000000;
    }

    .markalist {
        padding-left: 15px;
    }

    .btnaracol {
        margin-top: 5px;
        padding-left: 15px;
    }

    .formtextboxaraalt {
        margin-top: 5px;
    }

    .navkutu {
        background-color: #FFFFFF;
        padding-top: 0px;
    }

    .altfirmaadi {
        font-size: 11px;
    }

    .kampanyalikutu {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        min-height: auto;
    }

    .kampanyakutubaslik {
        font-size: 14px;
    }

    .icsayfalarkutu {
        padding-left: 0px;
    }

    .bg1 {
        padding-left: 0px;
    }

    .hemenalbuton {
        margin-left: 0px;
        margin-top: 5px;
    }

    .colkutu1 {
        padding-right: 15px;
    }

    .colkutu2 {
    }
}























.sade1x {
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ur1 {
    padding-top: 20px;
}

.h150 {
    height: 65px;
}

.takip1 {
    font-size: 36px;
    padding-top: 10px;
}

.takip1yazi {
    font-size: 17px;
    padding-top: 10px;
    max-width: auto;
}

.colxx {
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
}

.hakkimizda1 {
    background-position: top left;
    width: 100%;
    height: unset;
    padding-bottom: 10px;
}

.hakkimizda1baslik {
    color: #FFFFFF;
    font-size: 47px;
    font-weight: 800;
    padding-top: 10px;
}

.hakkimizda1yazi {
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 10px;
}

.ayak1 {
    height: unset;
    background: #1AB36A;
    padding-bottom: 10px;
}

.ayak1baslik {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.ayak1yazi {
    font-size: 17px;
}

.karbon1 {
    height: unset;
    padding-bottom: 10px;
}

.karbon2 {
    font-size: 28px;
}

    .karbon2 span {
        font-size: 36px;
    }

.karbon3 {
    font-size: 20px;
    padding-top: 20px;
}

.colxx {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ustmenu1 {
    min-height: unset;
    background-image: none !important;
    background-color: #8CC63E;
    height: unset !important;
    min-height: unset !important;
}

.banka1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ebultenyazi1 {
    text-align: center;
    font-size: 20px;
    color: #223366;
    padding-top: 20px;
    font-weight: bold;
}

.ebultenyazi2 {
    text-align: center;
    font-size: 16px;
    color: #223366;
    padding-top: 10px;
    padding-bottom: 20px;
}

.ls-nav-next {
    display: none;
}

.ls-nav-prev {
    display: none;
}

.logop {
    padding-top: 45px;
}

.layersliderx {
    margin-top: 1px;
}

.tels1 {
    font-size: 13px;
}

.tels2 {
    font-size: 18px;
}

.w16 {
    width: 100% !important;
    padding-bottom: 20px !important;
}

.mh240 {
    min-height: 0px;
}

.pd60 {
    padding-top: 40px;
}

.pd80 {
    padding-top: 60px;
}

.prightx {
    text-align: left;
}

.sizinicinsectiklerimiz {
    height: 180px;
    min-height: unset;
    line-height: unset;
    margin-bottom: 20px;
}

.sizinicinsectiklerimiz2 {
    font-size: 30px;
}

.sizinicinsectiklerimiz3 {
    font-size: 22px;
}

.sizinicinsectiklerimizr {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.textright1 {
    text-align: center;
}

.p25 {
    padding-top: 5px;
}

.p35 {
    padding-top: 10px;
}

.pull-right {
    float: none !important;
    margin: 0 auto !important;
}

}

@media (max-width: 480px) /* Landscape phones and down */
{
}

@media (max-width: 320px) /* Landscape phones and down */
{
}

@media (max-width: 281px) /* Landscape phones and down */
{
}

@media (min-width: 1200px) /* Larger Devices */ {
}

@media (min-width: 992px) and (max-width: 1199px) /* Medium Sized Devices */
{
}

@media (min-width: 768px) and (max-width: 991px) /* Small Devices */
{
}
