/* Minification failed. Returning unminified contents.
(512,23): run-time error CSS1046: Expect comma, found '0'
(512,27): run-time error CSS1046: Expect comma, found '/'
(532,39): run-time error CSS1046: Expect comma, found '0'
(532,43): run-time error CSS1046: Expect comma, found '/'
(676,38): run-time error CSS1046: Expect comma, found '0'
(676,42): run-time error CSS1046: Expect comma, found '/'
 */


/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	position: relative;
	color: #ffffff;
	min-width: 135px;
	font-size: 11px;
	border: solid 1px #0d6efd;
	background-color: #0d6efd;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	background: #f6e8de;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease;
}

.header {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 6%, rgba(25,47,123,1) 6%);
    color: #fff;
}

    .header a {
        color: #fff;
    }

.logo {
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}

    .logo a {
        display: block;
        padding: 14px;
    }

.ustSag {
    padding: 30px 0;
}

    .ustSag span {
        color: #999;
        font-size: 0.7rem;
    }

    .ustSag i {
        font-size: 24px;
    }


.menu {
    background: rgb(25,47,123);
    background: linear-gradient(90deg, rgba(25,47,123,1) 93%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%);
}

.menusag {
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 5% 100%);
    display: block;
    padding: 15px;
    padding-left: 40px;
}

    .menusag a {
        display: inline-block;
        padding: 5px;
        border-radius: 10px;
        color: #333;
    }

        .menusag a.active {
            background-color: #fa5f34;
            color: #fff;
        }

        .menusag a:hover {
            background-color: #fa5f34;
            color: #fff;
        }

a.nav-link {
    color: #fff;
    padding: 12px;
}

    a.nav-link:hover {
        color: #fa5f34;
        padding: 12px;
    }

    a.nav-link.active, a.nav-link.focus {
        color: #fa5f34;
        padding: 12px;
    }

.dropdown-menu[data-bs-popper] {
    margin-top: 0.5rem;
    border-radius: 0;
}

li.nav-item a {
    border-left: 1px solid rgba(255,255,255,.1);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #fa5f34;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 8px;
    border-radius: 0;
}

.homeSol {
    background-color: #152332;
    color: #fff;
    height: 100%;
}

    .homeSol span {
        color: rgba(255,255,255,.75);
        font-size: 14px;
    }

    .homeSol i {
        font-size: 25px;
    }

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.YillikBaslik {
    color: #fff;
    background-color: #007BFF;
    height: 100%;
    padding-top: 12% !important;
}

    .YillikBaslik h1 span {
        font-size: 100px;
    }

.homeSag img {
    width: 100%;
}

.homearge {
    color: #FFF;
    background-color: #152332;
    height: 100%;
    padding-top: 23% !important;
}

    .homearge a {
        color: #FFF;
        height: 100%;
        border: 1px solid #fff;
        padding: 10px;
        display: inline-block;
        margin-top: 30px;
        max-height: 45px;
    }


        .homearge a:hover {
            color: #333;
            background-color: #fff;
            border: 1px solid #fff;
        }

.urunlerimizhome {
    background-color: #F7F9FB;
}

.urunlerimizBox {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    background: linear-gradient(to left, white 51%, #192F7B 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 0.5s ease;
}

    .urunlerimizBox:hover {
        background-position: left bottom;
        color: #fff;
    }

.urunlerimizhome .urunlerimizBoxSayi:before {
    content: attr(data-name);
    position: absolute;
    font-size: 100px;
    right: 30px;
    top: 30px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    opacity: .05;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.urunlerimizBox:hover .urunlerimizBoxSayi:before {
    color: #fff;
    opacity: .5;
    transition: all 0.5s ease;
}

.urunlerimizBoxTitle {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
}

.urunlerimizBox:hover .urunlerimizBoxTitle {
    color: #fff;
    transition: all 0.5s ease;
}

.satistemsilcileri {
    background-image: url(https://teknovet.com.tr/images/background/map-bg.png);
    background-color: rgb(93, 176, 233) !important;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-name: fadeIn;
}

    .satistemsilcileri h1 {
        color: #ffffff;
        font-family: 'Raleway',sans-serif;
        font-size: 42px;
        font-weight: 800;
        text-transform: uppercase;
    }

#footer.lazy {
    background-image: none !important;
    background-color: #ebebeb;
}

#footer {
    background-image: url(https://teknovet.com.tr/images/background/bg2.webp) !important;
    min-height: 200px;
    background: #1c1c1c;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-size: contain;
}

.homeBizdenHaberlerTarih {
    color: #192f7b;
    font-size: 13px;
    font-weight: bold;
}

.homeBizdenHaberlerBaslik {
}

    .homeBizdenHaberlerBaslik a {
        color: #232323;
        font-size: 1.5rem;
    }

.homeBizdenHaberlerButton a {
    background-color: #192f7b;
}

.homearge span {
    font-size: 14px;
}

.footerBaslik {
    font-size: 1.25rem;
}

.footerIcerik {
    font-size: 13px;
    line-height: 22px;
    color: #b0b0b0;
}

    .footerIcerik a {
        color: #b0b0b0;
    }

.fBlok a {
    display: block;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sortable-handler {
    touch-action: none;
}

.container {
    max-width: 1140px !important;
}

.ustalan {
    color: #fff;
}

.ustalanwrapper {
    background: rgb(0 0 0 / 35%);
}

.ustalan a {
    color: #fff;
}

.ustalanx {
    color: #fff;
}

.solmenu a {
    background: #fff;
    display: block;
    border-radius: 4px;
    padding: 15px 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 5px 12px 20px 0 rgb(0 0 0 / 5%);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

    .solmenu a:hover, .solmenu a.active {
        background: #fa5f34;
        color: #fff;
    }


.haberTarih {
    padding: 0;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #192f7b;
}

.haberBaslik a {
    font-size: 15px;
    font-weight: bold;
    color: #101010;
}

.haberAciklama a {
    font-size: 13px;
    color: #333;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.iletisimwrapper {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2;
    font-size: 14px;
    padding: 26px;
    min-height: 320px;
    text-align: center;
}

    .iletisimwrapper i {
        font-size: 45px;
    }

.bizeUlasinBaslik {
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
}

.bizeulasinForm {
    background-color: #F7F9FB;
    padding: 30px;
}

.hedeftur {
    max-width: 40px;
    cursor: help;
}

.urunWrapper {
    border: 1px solid rgba(0,0,0,.15);
    padding: 20px 10px;
}

    .urunWrapper h4 a {
        color: #232323;
    }

    .urunWrapper h5 {
        color: #232323;
        display: inline;
        font-size: 14px;
        line-height: 18px;
    }

    .urunWrapper h6 {
        color: #232323;
        display: inline;
        font-size: 13px;
        line-height: 18px;
        font-weight: normal;
    }

.cbFarmaSotikSekil, .cbHedefTurler, .cbEtkenMadde {
    margin: 0;
    padding: 0;
}

    .cbFarmaSotikSekil li, .cbHedefTurler li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.kategorilerul {
    margin: 0;
    padding: 0;
}

    .kategorilerul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .kategorilerul li a {
            padding: 5px;
            display: block;
            color: #333;
            border-bottom: 1px solid #ddd;
        }

            .kategorilerul li a.active {
                color: #fff;
                background-color: rgba(25,47,123,1);
            }

.accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.accordion-body {
    padding: 20px 8px !important;
}

.accordion-item {
    background-color: #fff !important;
    border: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #333 !important;
    background-color: #fff !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}

.accordion-button:focus {
    border-color: #FFF !important;
    outline: none !important;
}

.btn-primary {
    border-color: rgba(25,47,123,1) !important;
    color: #fff !important;
    background-color: rgba(25,47,123,1) !important;
}

.basvuruForm {
    display: none;
}

.offcanvas {
    z-index: 999999;
    position: fixed;
    top: 0;
    overflow: auto;
    height: 100vh;
    padding: 20px;
    transition: all .5s ease;
    transform: translateX(100%);
    box-shadow: none;
    background: #fff;
    width: 300px !important;
    overflow-x: hidden
}

@media (min-width:576px) {
    .offcanvas {
        width: 300px !important;
    }
}

.offcanvas-leftside {
    left: 0;
    transform: translateX(-100%)
}

.offcanvas-rightside {
    right: 0;
    transform: translateX(100%)
}

.offcanvas.offcanvas-open {
    transform: translateX(0)
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .5)
}

.offcanvas-header {
    margin-bottom: 30px
}

.offcanvas-close {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    transition: all .5s ease
}

    .offcanvas-close:hover {
        color: red
    }

.offcanvas-title {
    margin-bottom: 40px
}

.offcanvas-mobile-about-section,
.offcanvas-mobile-menu-section {
    background: #24262b !important
}

    .offcanvas-mobile-about-section .offcanvas-close,
    .offcanvas-mobile-menu-section .offcanvas-close {
        color: #fff
    }

.offcanvas-menu {
    margin: 20px 0
}

    .offcanvas-menu li {
        position: relative;
    }

    .offcanvas-menu > ul > li {
        border-bottom: 1px solid transparent
    }

        .offcanvas-menu > ul > li:last-child {
            border-bottom: none
        }

    .offcanvas-menu li a {
        color: #313444;
        display: block;
        position: relative;
        border: 0;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0,0,0,.1);
        text-transform: initial;
    }


        .offcanvas-menu li a:hover {
            color: #b19361
        }

    .offcanvas-menu li .mobile-sub-menu {
        display: none
    }

.offcanvas-menu-expand::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    position: absolute;
    right: 0;
    transition: all .3s ease;
    color: #000
}

.offcanvas-menu .active > .offcanvas-menu-expand:last-child,
.sub-menu > .active .offcanvas-menu-expand:last-child {
    border-bottom: none
}

.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after {
    color: #b19361;
    transform: rotate(90deg)
}

.offcanvas-menu ul {
    list-style: none;
    color: #000;
    margin: 0;
    padding: 0;
}


    .offcanvas-menu ul li a {
        color: #313444;
    }

        .offcanvas-menu ul li a ul li a {
            color: #f00;
        }


.offcanvas-header {
    padding-bottom: 0;
    margin-bottom: 0;
}

.offcanvas-body {
    padding: 0;
    padding-right: 1.8rem;
}


a.font-bold {
    font-weight: 500;
}


.mobilemenuac {
    display: inline-block !important;
    padding: 12px 8px !important;
    font-size: 25px !important;
}

.habersagWr {
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #ededed;
    position: relative;
}

.haberBaslikT {
    line-height: 12px;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #ededed;
    position: relative;
}

    .haberBaslikT:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 3px;
        left: 0;
        bottom: -1.5px;
        background: #192F7B;
    }

.etkenmaddewrapper {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 23px;
}



#switch {
    position: relative;
}

    #switch input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden;
    }

    #switch label {
        cursor: pointer;
        /* text-indent: -9999px; */
        width: 29px;
        height: 15px;
        background: grey;
        display: block;
        border-radius: 100px;
        position: relative;
        top: 6px;
        float: left;
    }

        #switch label:after {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            width: 15px;
            height: 11px;
            background: #fff;
            border-radius: 90px;
            transition: 0.3s;
        }

    #switch input:checked + label {
        background: #192F7B;
    }

        #switch input:checked + label:after {
            left: calc(100% - 2px);
            transform: translateX(-100%);
        }

    #switch label:active:after {
        width: 25px;
    }

.cbFarmaSotikSekil li, .cbHedefTurler li, .cbEtkenMadde li {
    border-bottom: 1px solid #ddd;
    padding: 5px 16px;
}

.urunaramalistekapsayici {
    max-height: 100px;
    overflow: auto;
    margin-bottom: 30px;
}

    .urunaramalistekapsayici ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .urunaramalistekapsayici ul li a {
            color: #333;
            border-bottom: 1px solid #ddd;
            display: block;
            padding: 5px 10px;
            font-weight: 500;
        }

.urunaramalistekapsayici {
    max-height: 100px;
    overflow: auto;
    margin-bottom: 30px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    display: none;
}

