* {
    font-family: 'Quicksand', sans-serif;
}

body {
    background-color: #fff;
}

@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}

.headers{
    float: none;
    width: 100%;
    display: inline-block;
    background-color: #3AB6D6;
    border-bottom: 1px solid #cccccc5e;
    -moz-box-shadow: 0 0 4px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 0 4px rgb(3 27 78 / 10%);
    box-shadow: 0 0 11px rgb(3 27 78 / 10%);
    position: relative;
    justify-content: center;
}

.href{
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    font-size: 20px;
}
.href:hover{
    color: #258544;
}

header {
    float: none;
    width: 100%;
    display: inline-block;
    padding: 15px 0 !important;
    background-color: #fff;
    border-bottom: 1px solid #cccccc5e;
    -moz-box-shadow: 0 0 4px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 0 4px rgb(3 27 78 / 10%);
    box-shadow: 0 0 11px rgb(3 27 78 / 10%);
    position: relative;
}

header * {
    text-decoration: none !important;
}

header a.logo, header a.tel {
    float: left;
    width: 248px;
    height: 44px;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

header a.tel {
    display: none
}

header .logo {
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

header .navbar-right {
    display: block;
    height: 50px
}

header .navbar-right ul {
    margin: 0;
    list-style-type: none;
    margin-top: 12px;
}

header .navbar-right li {
    position: relative;
    float: left;
}

header .navbar-right li a {
    color: #424242;
    font-size: 15.5px;
    padding: 8px 15px;
    font-weight: 600;
    position: relative;
}

header .navbar-right ul li a:hover, header.absolute .navbar-right ul li a:hover {
    color: #158545
}

header .navbar-right li.dropdown .dropdownicon {
    display: none
}

header .navbar-right li.dropdown:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: calc(50% - 3px);
    height: 3px;
    width: 6px;
    top: 18px;
    z-index: -1;
    color: #333;
    background: 0 0 !important;
    font-size: 16px;
}

header .navbar-right li.dropdown:hover:after  {
    top: 25px;
}

@media screen and (min-width: 767px) {
    header .navbar-right, header .navbar-right li.dropdown:hover ul.dropdownmenu {
        display: block
    }
}

header .navbar-right ul.dropdownmenu {
    display: none;
    position: absolute;
    margin-left: calc(50% - 93px);
    margin-top: 8px;
    background: #158545;
    min-width: 192px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    z-index: 1
}

header .navbar-right ul.dropdownmenu:before {
    bottom: 100%;
    left: calc(50% - 6px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #158545;
    border-width: 6px;
    margin-left: -1px
}

header .navbar-right .dropdownmenu li{
    width: 100%;
    margin: 0px !important;
    display: inline-block;
    padding: 0px 10px;
}

header .navbar-right .dropdownmenu li a {
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
}

header .navbar-right .dropdownmenu li:last-child a{
    border-bottom: none !important;
}


header .navbar-right .dropdownmenu li a {
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: nowrap;
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s;
    background-color: transparent
}

header .navbar-right .dropdownmenu li a:hover {
    opacity: .7
}

header a.teklif-talep {
    background-color: #158545;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    margin-left: 20px;
    font-weight: 600;
}


header .mobilmenuicon {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 50px;
    font-size: 25px;
    color: #158545;
    text-align: center
}

header.absolute {
    position: relative;
    top: 0;
    z-index: 998;
    margin-bottom: 18px;
}

.homepage header.absolute {
    position: absolute;
    top: 0;
    z-index: 9999
}


header.absolute .navbar-right ul li a {
    color: #5a5e66
}


@media screen and (max-width: 1080px) {
    header a.logo {
        width: 100%;
        background-position: center
    }

    header .navbar-right {
        float: left;
        width: 100%
    }
}


/* */

@media (min-width: 768px){
    .navbar-right {
        float: none;
        margin: 0 auto;
        display: table !important;
    }
}
@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }

    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }


    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }


    header {
        height: 70px;
        padding: 10px 15px;
    }

    header a.logo {
        width: 170px;
        background-position: left center
    }

    header .navbar-right {
        display: none;
        width: 100%;
        height: auto;
        margin: 15px 0;
        background: #158545;
        border-radius: 4px;
        position: relative;
        z-index: 1
    }

    header .navbar-right ul, header .navbar-right ul li {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0
    }

    header .navbar-right ul li:not(:last-child) {
        border-bottom: 1px solid #b7b7b7
    }

    header .navbar-right ul li a {
        width: 93%;
        margin: 5px auto;
        padding: 10px 0;
        color: #fff !important;
        border: none;
        border-radius: 0;
        position: relative;
        display: block
    }

    header .navbar-right ul.dropdownmenu {
        display: none;
        float: left;
        width: 100%;
        position: unset;
        background: #444;
        border: none;
        border-radius: unset;
        margin: 0;
        padding: 0
    }

    header .navbar-right li.dropdown.open ul.dropdownmenu {
        display: block
    }

    header .navbar-right li.dropdown:after, header .navbar-right ul.dropdownmenu:before {
        display: none
    }

    header .navbar-right ul.dropdownmenu li {
        border-bottom: 1px solid #333
    }

    header .navbar-right ul.dropdownmenu li a {
        color: #fff !important;
        font-weight: 700;
        margin: 5px 0;
        padding: 10px;
        width: 100%
    }

    header .navbar-right li.dropdown a {
        width: calc(100% - 60px);
        float: left;
        padding-left: 12px
    }

    header .navbar-right li.dropdown .dropdownicon {
        display: block;
        float: left;
        width: 60px;
        font-size: 26px;
        color: #fff;
        text-align: center;
        padding: 6px;
        border-left: 1px solid #b7b7b7
    }

    header .mobilmenuicon {
        display: block;
        top: 15px
    }
}

header .top-bar {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

header .top-bar .social-area {
    padding: 0px;
    margin: 0px;
}

header .destek span {
    font-size: 14.5px;
    font-weight: 600;
    color: #8e8e8e;
}

header .destek {
    font-size: 15.5px;
    color: #158545;
    font-weight: 600;
    margin: 0px;
    float: left;
}

header .top-bar .social-area li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-left: 18px;
    float: left;
}

header .top-bar .social-area li a {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    transition: all 500ms;
    font-size: 17px;
    font-weight: 600;
    color: #8e8e8e;
}


header .top-bar .social-area li a:hover {
    transition: all 500ms;
    color: #158545;
}

header .top-bar .social-area li:last-child a img {
    height: 19px;
    margin-top: -5px;
    margin-left: 13px;
}

.logis-register {
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 14px;
}

.logis-register li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.logis-register li a {
    background-color: #1585452b;
    margin-left: 15px;
    color: #158545;
    padding: 10px 17px;
    border-radius: 5px;
    font-weight: bold;
}

.search-area {
    display: inline-block;
    width: 100%;
    min-height: 600px;
    /*background-attachment: fixed;*/
    background-image: url("https://arabayadair.com/front_assets/img/paralax2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 9%;
}

.search-list {
    background-color: #dff2f8d1;
    padding: 25px;
    border-radius: 5px;
}

.search-list select {
    width: 100%;
    outline: 0;
    border: 0px;
    padding: 8px 8px;
    border-radius: 5px;
    background-color: #ffffffdb;
}

.search-list label {
    color: #158544;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 15px;
}

.search-list button {
    margin-top: 31px;
    border: 0px;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 6px;
    font-weight: bold;
    background-color: #158545;
}

.search-area h3 {
    color: #158544;
    font-size: 30px;
    font-weight: bold;
}

.search-area p {
    color: #158544;
    font-size: 15px;
}

.nasil-calisir {
    background-color: #f9f9f9;
    min-height: 500px;
    width: 100%;
}

.service-select {
    margin: 35px 0px;
}

.service-select .car-image {
    width: 100%;
    background-color: #158544;
    border-radius: 10px;
}

.service-select .car-image img{
    width: 100%;
    margin-bottom: -90px;
    margin-top: -73px;
}

.service-select .car-image h5{
    color: #fff;
    margin-top: 37px;
    font-size: 27px;
}

.service-select .car-image p{
    color: #fff;
}

.service-list {
    background-color: #f9f9f9;
    margin-top: 35px;
    padding: 25px 0px;
}

.service-list .service {
    background-color: #dff2f8;
    padding: 15px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.service-list .service p{
    margin: 0;
    padding: 0;
    color: #636363;
    font-weight: 600;
    float: left;
}

.service-list .service svg{
    height: 26px;
    fill: #636363;
    float: left;
    margin-right: 12px;
}

.service-list .service i{
    float: right;
    margin-top: 5px;
    color: #636363;
}


.service-list .service:hover {
    background-color: #158544;
}

.service-list .service:hover svg {
    fill: #fff;
}

.service-list .service:hover i {
    color: #fff;
}

.service-list .service:hover p {
    color: #fff;
}

.service-list .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.service-list .row .col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.repairman-area {
    background-color: #f9f9f9;
    margin-top: 35px;
    padding: 25px 0px;
}

.repairman-area .repairman  {
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 13px #cccccc69;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0px;
}

.repairman-area .repairman img {
    width: 100%;
    border-radius: 5px;
}

.repairman-area .repairman h6 {
    font-size: 21px;
    margin-top: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.repairman-area .repairman ul {
    margin: 0;
    padding: 0;
}


.repairman-area .repairman ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
    font-size: 15px;
    width: 33.33%;
    float: left;
    padding-right: 15px;
}

.repairman-area .repairman ul li a{
    text-decoration: none;
    display: block;
    background-color: #dff1f8;
    width: 100%;
    text-align: center;
    padding: 8px 5px;
    border-radius: 5px;
    color: #3a3a3a;
    font-weight: 600;
}

.repairman-area .repairman ul li:first-child {
    margin-bottom: 15px;
    width: 100%;
}

.repairman-area .repairman ul li:last-child {
    margin-bottom: -5px;
    width: 100%;
}

.repairman-area .repairman ul li:last-child a{
    color: #fff;
    background-color: #158544;
}

.repairman-area .repairman ul li i {

}

.attractive-find {
    background-color: #158544;
    position: fixed;
    z-index: 1;
    right: 25px;
    bottom: 25px;
    text-decoration: none;
    border-radius: 200px;
    height: 90px;
    width: 90px;
}

.attractive-find svg {
    fill: white;
    height: 40px;
    display: table;
    margin: 0 auto;
    margin-top: 11px;
}

.attractive-find span {
    color: white;
    text-align: center;
    width: 100%;
    display: table;
    margin-top: -6px;
    font-weight: bold;
    font-size: 14px;
}

.hood-area-pages {
    padding: 45px 0px;
    background-color: #dff1f8;
}

.hood-area-pages h3 {
    color: #404040;
    margin: 0;
    text-align: center;
    line-height: 36px;
}

.four-box-home  {
    padding: 40px 0px;
    display: inline-block;
    width: 100%;
    background-color: #f9f9f9;
}

.four-box-home i {
    float: left;
    width: 100%;
    max-width: 36px;
    margin-right: 14px;
    color: #158544;
    font-size: 28px;
}

.four-box-home .text {
    display: table;
}

.four-box-home .text h3 {
    font-size: 17px;
    margin-top: 8px;
    font-weight: 600;
    color: #4a4a4a;
}

.four-box-home .text p {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}

.destek-paralax {
    background-image: url("../img/background.jpg");
    margin-bottom: -10px;
    margin-top: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0px;
    display: inline-block;
    width: 100%;
}

.destek-paralax h3 {
    color: #fff;
    font-size: 32px;
}

.destek-paralax .container > p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}

.destek-paralax .container .phone-wp {
    width: auto;
    display: block;
    min-width: 324px;
    margin-top: 22px;
}

.destek-paralax .container .phone-wp a{
    text-decoration: none;
    color: #fff;
}

.destek-paralax .container .phone-wp a{
    text-decoration: none;
    color: #fff;
}

.destek-paralax .container .phone-wp img {
    width: 48px;
    float: left;
    margin-right: 11px;
    margin-bottom: 29px;
    padding-top: 4px;
}

.destek-paralax .container .phone-wp p {
    font-size: 24px;
    margin-bottom: 0px;
}

.destek-paralax .container .phone-wp .ustyazi {
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: -4px;
    display: block;
    font-weight: 300;
}

.destek-paralax .container .phone-wp .min-yazi {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: -4px;
    display: block;
    font-weight: 300;
    color: #fff;
}

.destek-paralax .container .phone-wp  {
    float: left;
}

.puan-alani img {
    height: 14px;
    width: auto !important;
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}

.data-eara {
    position: relative;
}

.puan-alani {
    position: absolute;
    top: 0;
    float: right;
    font-size: 15px;
    right: 26px;
}
.puan-alani span {
    float: none;
    display: block;
    text-align: right;
    color: #bdbdbd;
    font-weight: 300;
    font-size: 14px;

}



.pp-area h5 {
    font-weight: 300;
    font-size: 17px;
}
.pp-area h4 {
    font-size: 19px;
}

.pp-area span {
    background-color: #e60d54;
    float: right;
    margin-top: -60px;
    padding: 3px 11px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.ii-hood a {
    text-decoration: none;
    font-size: 16px;
    color: #424242;
}

.genel-det {
    display: inline-block;
    width: 100%;
    padding-top: 35px;
}

.genel-det .p-are {
    float: left;
}

.genel-det .iconlist {
    float: right;
    margin: 0;
    padding: 0;
    max-width: 480px;
    width: 100%;
}

.genel-det .iconlist li {
    list-style: none;
    text-align: center;
}

.genel-det .iconlist li img {
    width: 35px;
    float: none;
    display: table;
    margin:0 auto;
    margin-bottom: 10px;
}

.genel-det .iconlist li span {
    display: block;
    font-size: 17px;
    color: #c2c2c7;
    font-weight: 300;
    margin-top: -3px;
}

.p-are b {
    font-size: 27px;
}

.p-are span {
    font-weight: 300;
}

.text-about {
    margin-top: 25px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-top: 19px;
    padding-bottom: 5px;
    font-weight: 300;
}

.boat-kunye h5 {
    font-weight: 500;
    margin-top: 25px;
    font-size: 26px;
}

.boat-kunye ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.boat-kunye ul li{
    display: inline-block;
    width: 45%;
    margin: 10px 0;
    padding: 0;
    float: left;
    margin-right: 2%;
}

.boat-kunye ul li b{
    display: inline-block;
    float: right;
    width: 120px;
    border-left: 1px dashed #ccc;
    padding-left: 10px;
}

.yemek-hazir {
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #ccc;
    margin-top: 25px;
    padding-top: 35px;
}

.yemek-hazir h5 {
    font-weight: 500;
    margin-top: 0px;
    font-size: 26px;
}

.yemek-hazir .text {
    color: #3c3c3c;
    font-weight: 300;
}

.yemek-hazir .box {
    color: #fff;
    font-weight: 300;
    background-color: #cacaca;
    min-height: 79px;
    padding: 15px;
    border-radius: 5px;
}

.yemek-hazir .box i {
    float: left;
    display: block;
    font-size: 26px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.yemek-hazir .box.active {
    background-color: #e60d54;
}

.boat-detail-location {
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #ccc;
    margin-top: 25px;
    padding-top: 35px;
}

.boat-detail-location h5 {
    font-weight: 500;
    margin-top: 0px;
    font-size: 26px;
}

.boat-detail-location div {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    background-color: #dedede;
    min-height: 540px;
}

.boat-detail-location h5 span {
    float: right;
    background-color: #181a39;
    color: #fff;
    padding: 8px 48px;
    font-size: 16px;
    font-weight: 300;
}

.df-date-area {
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #ccc;
    margin-top: 22px;
    padding: 15px 0px;
    border-bottom: 1px dashed #ccc;
}
.df-date-area h3{
    margin: 0;
    font-size: 20px;
}

.df-price-area {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px dashed #ccc;
}

.df-price-area p {
    margin: 0;
    font-size: 20px;
}

.price-area-detail {
    width: 100%;
    padding: 15px 0px;
    display: inline-block;
}

.price-area-detail table {
    width: 100%;
}

.price-area-detail table tr td {
    font-size: 18px;
    margin: 5px 0px;
}

.price-area-detail table tr:last-child td {
    color: #e60d54;
    font-size: 18px;
    font-weight: 600;
}

.price-area-detail table tr td:last-child {
    border-left: 1px dashed #ccc; padding-left: 12px;
}

.messageform textarea {
    width: 100%;
    padding: 9px;
    min-height: 160px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.messageform button {
    width: 100%;
    background-color: #e60d54;
    border: 0px;
    padding: 24px 4px;
    margin-bottom: 15px;
    color: #fff;
    outline: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.kalip-info {
    background-color: #e8e8e8;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding: 12px 15px;
}

.kalip-info {
    background-color: #f1f1f1;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding: 12px 15px;
}

.kalip-info h6 {
    color: #e60d54;
    font-size: 17px;
}

.kalip-info b {
    color: #2f2f2f;
    font-size: 17px;
}

.kalip-info p {
    color: #797979;
    font-size: 17px;
    margin: 0;
    margin-top: 5px;
}

.kalip-info ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.kalip-info ul li {
    list-style: none;
    float: left;
    width: 50%;
}

.kalip-info ul li b {
    color: #b8b8b8;
}

.kalip-info ul li span {
    color: #2a2a2a;
}

.image-banner img {
    width: 100%;
}

.image-banner {
    width: 100%;
}

.slider-container {
    position: relative;
    padding-right: 120px;
}

.slider-container .slider-gallery ul {
    position: relative;
    list-style: none;
    transition: top 0.3s ease-in;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .slider-container .slider {
        width: 100%;
    }
}
.slider-container .slider.active .controls {
    opacity: 1;
}
.slider-container .slider #owl-demo .owl-controls {
    margin-top: 0;
}
.slider-container .slider #owl-demo .owl-controls .owl-pagination {
    display: none;
    height: 18px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .slider-container .slider #owl-demo .owl-controls .owl-pagination {
        display: block;
    }
}
.slider-container .slider #owl-demo .item {
    height: auto;
    object-fit: contain;
}
.slider-container .slider #owl-demo .item img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.slider-container .slider .owl-pagination .owl-page.active span {
    background: #000000;
}
.slider-container .slider .owl-pagination .owl-page span {
    background: #cccccc;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
}
.slider-container .slider .controls {
    position: absolute;
    top: -moz-calc(36%);
    top: -webkit-calc(36%);
    top: -o-calc(36%);
    top: calc(50% - 14px);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    transition: opacity 0.2s ease-in;
    cursor: pointer;
}
@media (min-width: 768px) {
    .slider-container .slider .controls {
        opacity: 0;
        top: 50%;
    }
}
.slider-container .slider .controls.prev {
    left: 0;
}
.slider-container .slider .controls.next {
    right: 0;
}
.slider-container .slider-gallery {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 100%;
    overflow: auto;
}
@media (max-width: 768px) {
    .slider-container .slider-gallery {
        display: none;
    }
}
.slider-container .slider-gallery .gallery-controls {
    position: absolute;
    width: 100%;
    height: 28px;
    opacity: 1;
    transition: opacity 0.2s ease-in;
    cursor: pointer;
    display: none;
    z-index: 2;
}
.slider-container .slider-gallery .gallery-controls.active {
    display: block;
}
.slider-container .slider-gallery .gallery-controls.hide {
    display: none;
}
.slider-container .slider-gallery .gallery-controls svg {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}
.slider-container .slider-gallery .gallery-controls.prev {
    top: 0;
    border-top: 3px solid #000000;
}
.slider-container .slider-gallery .gallery-controls.next {
    bottom: 0;
    border-bottom: 3px solid #000000;
}
.slider-container .slider-gallery ul {
    position: relative;
    list-style: none;
    transition: top 0.3s ease-in;
    margin: 0;
    overflow: auto;
}
.slider-container .slider-gallery ul li {
    margin-bottom: 6px;
    width: 100%;
    height: auto;
    display: block;
}
.slider-container .slider-gallery ul li:last-child {
    margin-bottom: 0;
}
.slider-container .slider-gallery ul li.active img {
    border-bottom: 2px solid #000000;
}
.slider-container .slider-gallery ul li img {
    border-bottom: 2px solid transparent;
    outline-offset: -2px;
    width: 100%;
    height:auto;
    user-select: none;
}
.slider-container .slider-gallery ul li img:hover {
    border-bottom: 2px solid #000000;
}

.slider .owl-carousel .owl-dots {
    display: none;
}

.slider .owl-carousel .owl-nav.disabled {
    display: block;
}

.slider {
    position: relative;
}

.slider .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 48%;
}

.slider .owl-nav .owl-prev::after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    font-size: 27px;
    color: #fff;
}

.slider .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 48%;
}

.slider .owl-nav .owl-next::after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 27px;
    color: #fff;
}

.detail-content {
    margin-top: 45px;
}

.repairman-area .repairman .image {
    height: 100%;
    width: auto;
    background-position: center;
    background-size: contain;
    border-radius: 5px;
    background-repeat: no-repeat;
    border: 1px solid #cccccc5e;
    background-color: #cccccc2e;
}

.fqa-area  {
    margin-top: 45px;
}

.fqa-area .type-el {
    border: 4px solid #def0f8;
    display: inline-block;
    border-radius: 15px;
    margin-top: 15px;
    text-decoration: none;
    padding-left: 15px;
}

.fqa-area .type-el lottie-player {
    float: left;
    width: 100%;
    max-width: 190px;
    margin-top: 18px;
}


.nasil-calisir {
    padding: 35px 0px;
}

.df-nasil-calisir {
    margin: 0;
    padding: 0;
    border: 0;
}

.df-nasil-calisir li button {
    text-align: left;
    position: relative;
    padding-left: 35px;
}

.df-nasil-calisir li button .circle {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    display: block;
    border: 1px solid darkgrey;
    position: absolute;
    left: 0;
    top: 15px;
}

.df-nasil-calisir li button hr {
    height: 68%;
    width: 2px;
    display: block;
    background-color: darkgrey;
    position: absolute;
    left: 10px;
    top: 15px;
    margin-top: 34px;
}

.df-nasil-calisir  .nav-link.active, .df-nasil-calisir  .nav-link:hover, .df-nasil-calisir  .nav-link:focus  {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
}


.df-nasil-calisir  .nav-link.active .circle{
    border:2px solid green;
}

.df-nasil-calisir li button h4 {
    color: #7ed321;
    font-weight: 300;
    margin-top: 5px;
    font-size: 20px;
}


.df-nasil-calisir li .nav-link.active h4 {
    color: #7ed321;
    font-weight: 500;
    margin-top: 5px;
    font-size: 20px;
}

.df-nasil-calisir li button p {
    color: #6d6d6d;
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
}

.nasil-calisir .hood {
    font-size: 34px;
    color: #158544;
    font-weight: bold;
    text-align: center;
}

.nasil-calisir .ozel-image {
    width: 100%;
}

.nasil-calisir {
    width: 100%;
    background-color: #fff;
}


.comment-area {
    padding: 55px 0px;
    background-color: #f5f5f5;
}

.comment-area h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #339e35;
}

.df-tabs-yoldash {
    display: table;
    margin: 0 auto;
    margin-bottom: -16px;
    margin-top: 30px;
}

.df-tabs-yoldash li{
    float: left;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
}

.df-tabs-yoldash li button {
    border: 0px !important;
    font-weight: 300;
    color: #000;
    font-size: 20px;
}

.df-tabs-yoldash li button.active {
    border: 0px !important;
    font-weight: bold;
    border-bottom: 2px solid #339e35 !important;
    font-size: 20px;
}

.comment-area .box {
    width: 100%;
    padding: 15px;
}

.comment-area .box .talk{
    width: 100%;
    background-color: #339e35;
    padding: 12px 15px;
    border-radius: 15px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
}

.comment-area .box .talk{
    width: 100%;
    background-color: #339e35;
    padding: 12px 15px;
    border-radius: 15px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
}

.comment-area .box .talk i{
    font-size: 41px;
    margin-bottom: 6px;
}

.comment-area .box .talk i.absol {
    font-size: 32px;
    margin-bottom: 6px;
    position: absolute;
    color: #339e35;
    bottom: -25px;
}

.comment-area .box h3{
    color: #424242;
    font-size: 19px;
    font-weight: 300;
    margin-top: 15px;
    display: block;
}

.comment-area .box h6{
    color: #4c4c4c;
    font-weight: bold;
    margin-top: -5px;
}

.fqa-area .type-el .text h3 {
    color: #158544;
    font-size: 22px;
    margin-top: 15px;
}

.fqa-area .type-el .text p {
    font-size: 15px;
    font-weight: 300;
    color: #2f2f2f;
}

.fqa-area .type-el .text  {
    padding: 15px;
}

.fqa-area .type-el.active {
   background-color: #def0f8;
}


.slider-area {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 45px 0px;
}

.slider-area h3 {
    font-weight: 200;
    line-height: 45px;
    font-size: 31px;
    margin-top: 146px;
    font-style: normal;
}

.slider-area h3 span {
    color: #7ed321;
    font-weight: bold;
}



.app-store {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.app-store li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 20px;
    float: left;
}

.app-store li a{
    background-color: #000;
    display: block;
    padding: 12px 30px;
    border-radius: 500px;
}

.app-store li a img{
    height: 24px;
    width: auto;
}

.fqa-list-df {
    padding: 35px 0px;
}

.fqa-list-df .soru, .fqa-list-df .soru:hover, .fqa-list-df .soru:focus, .fqa-list-df .soru:active {
    width: 100%;
    background-color: #f3f3f3;
    border: 0;
    text-align: left;
    padding: 10px 14px;
    border-left: 3px solid #158544;
    outline: 0;
    margin-bottom: 16px;
}

.fqa-list-df .cevap {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 27px;
}

.mobile-bottom-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #158544;
    z-index: 999;
}

.mobile-bottom-sticky li {
    float: left;
    list-style: none;
    width: 33.33%;
}

.mobile-bottom-sticky li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    display: block;
    font-size: 15px;
    border-right: 1px solid #fff;
    font-weight: bold;
}


.mobile-bottom-sticky li:last-child a {
    border-right: 0px solid #fff;
}


.social-media-area {
    width: 100%;
    display: block;
    background-color: transparent;
    margin: 0px;
    border-bottom: 1px solid #cccccc78;
    margin-bottom: 36px;
}

.social-media-area ul{
    display: table;
    margin: 0 auto;
    padding: 0px;
}

.social-media-area ul li{
    list-style: none;
    float: left;
}
.social-media-area ul li a{
    width: 65px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 15px 0px;
    font-size: 23px;
    transition: all 500ms;
}

.social-media-area ul li a:hover{
    color: #ccc;
    transition: all 500ms;
}

footer{
    width: 100%;
    padding-top: 4px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    background-color: #4eb171;
    width: 100%;
    margin-bottom: -2px;
    display: inline-block;
}

footer::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-image: url(../img/footer.jpg);
    display:block;
    opacity: 0.3;
    z-index:1
}
footer *{
    position:relative;
    z-index:9
}
footer .copyright{
    border-top: 1px solid #ffffff5e;
    padding: 12px 0;
    margin-top: 7px;
}

footer .copyright p{
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 0px;
    padding-top: 3px;
    margin-bottom: 15px;
}

footer h4{
    color: #ffffffde;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 300;
}
footer h4::after{
    background-color: #ffffff57;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 7px;
    margin-bottom: 13px;
}
footer .contact-area ul{
    padding:0;
    margin:0
}
footer .contact-area ul li{
    list-style:none;
    width:100%;
    padding: 1px 0px;
    margin-left: 12px;
    margin-bottom: 5px;
}
footer .contact-area ul li a{
    color: #e2e2e2;
    font-size: 14px;
    text-decoration: none;
    font-weight: 200;
}

footer .contact-area ul li a i{
    width: 15px;
    margin-right: 2px;
}


footer .menu-area ul{
    padding:0;
    margin:0
}
footer .menu-area ul li{
    list-style:none;
    width:100%;
    padding: 1px 0px;
    margin-left: 12px;
}
footer .menu-area ul li a{
    color: #e2e2e2;
    font-size: 14px;
    text-decoration: none;
    font-weight: 200;
}

footer .menu-area ul li a b{
    font-weight: 400;
}

footer .about-areag{
    position:relative
}
footer .about-area p{
    color: #fff;
    font-weight: 300;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    margin-top: 19px;
    text-align: center;
}

footer .about-area img.logo{
    margin-top: 0;
    opacity: 1;
    width: 100%;
    max-width: 280px;
    display: table;
    margin: 0 auto;
    margin-bottom: 7px;
}

footer .social-area .list{
    margin:0;
    padding:0;
    float:left;
    margin-top:8px
}
footer .social-area .list li{
    list-style:none;
    float:left;
    margin-right:8px;
    width:auto;
}
footer .social-area .list li a{
    font-size:16px;
    color: #e2e2e2;
    font-weight: 300;
    width:37px;
    height:37px;
    padding-top:8px;
    display:block;
    border-radius:1px;
    background-color:#343535bd;
    text-align:center
}

footer h3 {
    color: #fff;
}

footer .contact-form-area input {
    width: 100%;
    outline: 0;
    padding: 8px 7px;
    border: 1px solid #8c8c8c;
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 300;
    max-width: 300px;
    float: none;
    color: #fff;
    background-color: transparent;
}


footer .contact-form-area input::placeholder {
    color: #fff;
    font-weight: 300;
}

footer .contact-form-area button {
    background-color: #ed1c24;
    padding: 7px 17px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #ed1c24;
    margin-top: 7px;
    font-size: 14px;
    float: none;
    outline: 0;
}

.copyright p{
    float:left;
    margin-top:7px;
    font-size: 14px;
}
.copyright img{
    float:right;
    width:80px;
    margin-top:3px;
    margin-bottom:10px
}

.footer-menu {
    display: table;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 25px;
}

.footer-menu li{
    display: table;
    margin: 0;
    padding: 0 10px;
    float: left;
    list-style: none;
}

.footer-menu li a {
    color: #fff;
}

footer svg {
    margin-bottom: 15px;
}

.slider-area lottie-player {
    margin-bottom: -116px;
    width: 100%;
}

.workinfo {
    padding: 35px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #585858;
}

@media(min-width: 768px){
    .mobile-bottom-sticky {
        display: none;
    }
}

@media(max-width: 768px){
    .logis-register {
        display: none;
    }
    
    .slider-area h3 {
        font-weight: 200;
        line-height: 45px;
        font-size: 28px;
        margin-top: 0;
        font-style: normal;
    }

    .attractive-find {
        display: none;
    }

    header a.logo {
        width: 198px;
        background-position: left center;
        margin-top: -7px;
    }

    .search-area {
        display: inline-block;
        width: 100%;
        background-image: url(../img/paralax2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 6%;
        min-height: auto;
        padding-bottom: 33px;
    }

    .comment-area h2 {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #339e35;
        margin-bottom: -19px;
    }

}


.user-login-register-area input {
    width: 100%;
    margin-bottom: 15px;
    outline: 0 !important;
    box-shadow: none;
    border: 2px solid #cccccc91 !important;
    padding: 11px 8px;
    background-color: #ffffffa6 !important;
    outline: 0;
    font-weight: 500;
}

.user-login-register-area input:focus {
    width: 100%;
    margin-bottom: 15px;
    outline: 0 !important;
    box-shadow: none;
    border: 2px solid #4eb171 !important;
    padding: 11px 8px;
    background-color: #ffffffa6 !important;
    outline: 0;
}

.user-login-register-area .login-btn {
    background-color: #05b1d4;
    width: 100%;
    border: 0px;
    padding: 11px 6px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    outline: 0;
    box-shadow: none;
}

.user-login-register-area h5 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
}

.user-login-register-area .card-body {
    margin-top: 65px;
}

.user-login-register-area .remember-me input {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
}

.user-login-register-area .remember-me label {
    width: auto;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
    color: #3c3c3c;
}


.user-login-register-area .hemen-kaydon-btn {
    text-align: center;
    margin-top: 26px;
    font-size: 17px;
    font-weight: 300;
}

.user-login-register-area .hemen-kaydon-btn a {
    color: #4eb171;
    font-weight: 500;
    text-decoration: none;
}

.df-price-area ul {
    margin: 0;
    padding: 0;
}

.df-price-area ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
}

.df-price-area ul li a{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    background-color: #158544;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 7px 15px;
    color: #fff;
    font-weight: 500;
}

.account-design .nav-tabs {

}

.account-design .nav-tabs li {
    width: 100%;
}

.account-design .nav-tabs li button.active {
    width: 100%;
    border: 0;
    background-color: #4eb171;
    margin-bottom: 7px;
    color: #fff;
    font-weight: 700;
}

.account-design .nav-tabs li button {
    width: 100%;
    border: 0;
    background-color: #def0f8;
    margin-bottom: 10px;
    color: #404040;
    font-weight: 700;
    padding: 11px 0px;
}

.account-design  {
    padding-bottom: 55px;
}

.account-design .form-group  {
    margin-bottom: 15px;
}

.account-design .form-group label {
    color: #404040;
    margin-bottom: 6px;
    font-weight: 600;
}

.account-design .form-group input {
    width: 100%;
    padding: 10px 9px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.account-design .form-group button {
    width: 100%;
    padding: 12px 9px;
    background-color: #158544;
    color: #fff;
    border: 0;
    border-radius: 5px;
}



.yorumlar-area p {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 300;
}

.yorumlar-area p b {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
}

.yorumlar-area p b i {
    color: #258544;
}

.yorumlar-area p span {
    color: #c0c0c0;
}

.yorumlar-area {
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 20px;
    margin-top: 15px;
}

.star-input>.input,
.star-input>.input>label:hover,
.star-input>.input>input:focus+label,
.star-input>.input>input:checked+label{
    display: inline-block;
    vertical-align: top;
    background: url('../star-area.png') no-repeat;
}
.star-input{
    white-space: nowrap;
}
.star-input>.input{
    display: inline-block;
    width: 150px;
    background-size: 150px;
    height: 29px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-bottom: 9px;
}
.star-input>.input>input{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.star-input>.input.focus{
    outline: 1px dotted #ddd;
}
.star-input>.input>label{
    width: 15px;
    height: 0;
    padding: 30px 0 0 0;
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.star-input>.input>label:hover,
.star-input>.input>input:focus+label,
.star-input>.input>input:checked+label{
    background-size: 150px;
    background-position: 0 bottom;
}
.star-input>.input>label:hover~label{
    background-image: none;
}
.star-input>.input>label[for="p1"]{
    width: 15px;
    z-index: 10;
}
.star-input>.input>label[for="p2"]{
    width: 30px;
    z-index: 9;
}
.star-input>.input>label[for="p3"]{
    width: 45px;
    z-index: 8;
}
.star-input>.input>label[for="p4"]{
    width: 60px;
    z-index: 7;
}
.star-input>.input>label[for="p5"]{
    width: 75px;
    z-index: 6;
}
.star-input>.input>label[for="p6"]{
    width: 90px;
    z-index: 5;
}
.star-input>.input>label[for="p7"]{
    width: 105px;
    z-index: 4;
}
.star-input>.input>label[for="p8"]{
    width: 120px;
    z-index: 3;
}
.star-input>.input>label[for="p9"]{
    width: 135px;
    z-index: 2;
}
.star-input>.input>label[for="p10"]{
    width: 150px;
    z-index: 1;
}
.star-input>output{
    display: inline-block;
    width: 36px;
    text-align: right;
}
.star-input>output>b{
    font:bold 18px Helvetica, Arial, sans-serif;
    vertical-align: middle;
}


.daha-fazla-yorum {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
    color: #158544;
}

.daha-fazla-yorum i {
    color: #158544;
    font-size: 13px;
}

.yorum-formu {
    background-color: #c1c1c1;
    padding: 25px;
    margin-top: 30px;
}

.yorum-formu h3 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 12px;
}

.yorum-formu input {
    color: #000;
    background-color: #fff;
    border: 0px;
    width: 100%;
    border-radius: 5px;
    padding: 11px 14px;
    margin-bottom: 10px;
    outline: 0;
    color: #000;
    font-width: 800;
}

.yorum-formu input::placeholder {
    color: #000;
    font-width: 800;
}

.yorum-formu textarea::placeholder {
    color: #000;
    font-width: 800;
}

.yorum-formu textarea {
    color: #000;
    background-color: #fff;
    border: 0px;
    width: 100%;
    border-radius: 5px;
    padding: 11px 14px;
    margin-bottom: 10px;
    outline: 0;
    min-height: 200px;
    color: #000;
    font-width: 800;
}

.yorum-formu h5 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 12px;
}

.yorum-formu button {
    background-color: #158544;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    padding: 12px 5px;
    border: 0px;
    border-radius: 5px;
    margin-top: 15px;
}


#dogrulamamodal button.close {
    background-color: #000;
    display: block;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 19px;
    border-radius: 50px;
    border: 2px solid #fff;
    position: absolute;
    right: -14px;
    top: -14px;
    outline: 0;
    box-shadow: none !important;
    border:none;
}

#dogrulamamodal h5 {
    background-color: transparent;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 21px;
}

#dogrulamamodal p {
    text-align: center;
    color: #bbb;
    margin-bottom: 27px;
    margin-top: 3px;
    display: block;
}

#dogrulamamodal label{
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
}

#dogrulamamodal .ozel-int {
    position: relative;
}

#dogrulamamodal .ozel-int input {
    position: relative;
    background-color: #ccc;
    color: #fff;
    text-decoration: none;
    transition: none;
    padding: 8px;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 50px;
    padding-top: 9px;
}

#dogrulamamodal .ozel-int span {
    position: absolute;
    top: 11px;
    left: 15px;
    color: #fff;
}

#dogrulamamodal button.dogrula {
    width: 90%;
    display: table;
    margin: 0 auto;
    border: 0px;
    margin-top: 14px;
    background-color: #158544;
    border-radius: 5px;
    padding: 7px 5px;
    color: #fff;
}






.search-area-ozl {
    background-color: #158544;
    padding: 37px 0px;
}

.search-area-ozl h3 {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
}

.search-area-ozl .search {
    width: 100%;
    max-width: 700px;
    display: table;
    margin:  0 auto;
}

.search-area-ozl .search input {
    width: calc(100% - 100px);
    float: left;
    outline: 0;
    border: 0;
    height: 43px;
    padding: 5px 15px;
    border-radius: 55px 0px 0px 55px;
}

.search-area-ozl .search button {
    width: 100px;
    float: left;
    height: 43px;
    border: 0px;
    padding: 5px 15px;
    border-radius: 0px 55px 55px 0px;
    font-size: 19px;
    font-weight: 600;
    background-color: #2cb6d6;
    color: #fff;
}

@media(max-width: 768px){
    .repairman-area .repairman ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 12px;
        font-size: 15px;
        width: 100%;
        float: left;
        padding-right: 15px;
    }
    .slider-container {
        position: relative;
        padding-right: 0;
    }
}

.product-area-df {
    background-color: #e8e8e8;
    width: 100%;
    padding: 45px 0px;

}

.product-area-df .product {
    background-color: #fff;
    width: 100%;
    padding: 6px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.product-area-df .product img {
    width: 100%;
}

.product-area-df .product h6 {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    margin-top: 8px;
    font-size: 15px;
}

.product-area-df .nav-tabs {
    width: 100%;
    margin-bottom: 15px;
    background-color: #158544;
    border-radius: 5px;
}

.product-area-df .nav-tabs .nav-link {
    border: 0px;
    border-radius: 5px;
    border-right: 1px solid #e8e8e8;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}


.product-area-df .nav-tabs .active {

    background-color: #05b1d4;
}

@media(max-width: 768px){
    .repairman-area .repairman .image {
        height: 100%;
        width: auto;
        height: 192px;
        background-position: center;
        background-size: contain;
        border-radius: 5px;
        background-repeat: no-repeat;
        border: 1px solid #cccccc5e;
        background-color: #cccccc2e;
        margin-bottom: 11px;
    }
}

.card-body .loggin-btn {
    width: 100%;
    background-color: #eeeeee;
    margin: 0;
    display: inline-block;
    padding: 7px;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.card-body .loggin-btn li {
    width: 50%;
    float: left;
    padding: 0px;
    list-style: none;
    margin: 0;
}

.card-body .loggin-btn li a{
    background-color: transparent;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    color: #3c3c3c;
    font-weight: 500;
    border-radius: 5px;
    font-size: 15px;
}

.card-body .loggin-btn li a.active {
    background-color: #4eb171;
    color: #fff;
}


.sifremi-unuttum{
    text-decoration: none;
    float: right;
    font-weight: 400;
    font-size: 16px;
    color: #4eb171;
    text-align: right;
    outline: 0;
    margin-bottom: 10px;
}

.hemen-kaydon-btn{
    text-align: center;
    margin-top: 26px;
    font-size: 17px;
    font-weight: 300;
}

.hemen-kaydon-btn a{
    color: #4eb171;
    font-weight: 500;
    text-decoration: none;
}






.doktorlar-page {
    display: inline-block;
    background-color: #f8f8f8;
    width: 100%;
    margin-bottom: 25px;
    border-top: 1px solid #cccccc4a;
}

.doktorlar-page .alan {
    background-color: #fff;
    border-radius: 2px;
    margin: 35px 0px;
    box-shadow: 0px 0px 20px #d4d4d447;
    padding: 15px 30px;
}

.blog-saglik-rehberi {
    padding: 45px 0px;
}

.blog-saglik-rehberi .owl-blog h1 {
    width: 100%;
    font-size: 16.5px;
    margin-top: 17px;
    font-weight: 600;
    color: #424242;
}

.blog-saglik-rehberi .owl-blog p {
    width: 100%;
    font-size: 14.5px;
    font-weight: 400;
}

.blog-saglik-rehberi .owl-blog .box img {
    width: 100%;
}

.blog-saglik-rehberi .owl-blog .item {
    padding: 0px 7.5px;
}

.blog-saglik-rehberi .owl-blog .box {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.blog-saglik-rehberi .owl-blog .box a {
    float: right;
    text-decoration: none;
    font-size: 15px;
    margin-right: 5px;
    margin-top: 12px;
    margin-bottom: 10px;
    color: #404040;
}

.resume {
    float: right;
    color: #258544;
}

.ana-profile-pp .image-df {
    width: 100%;
    height: 400px;
    background-color: #f2f2f2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ccc;
}

.home-page-usta .usta-box {
    text-decoration: none;
    width: 100%;
    background-color: #ededed;
    display: block;
    width: 100%;
    padding: 5px 5px;
    border-radius: 5px;
}

.home-page-usta .item {
    padding-left: 5px;
    padding-right: 5px;
}

.home-page-usta .usta-box {
    text-decoration: none;
    width: 100%;
    background-color: #ededed;
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    border-radius: 5px;
    margin-top: 15px;
}

.home-page-usta .usta-box .image-p {
    width: 120px;
    height: 80px;
    float: left;
    margin-right: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
}

.home-page-usta .usta-box h6 {
    font-size: 15px;
    margin-top: 9px;
    color: #434242;
    margin-bottom: 4px
}

.home-page-usta .usta-box p {
    font-size: 13px;
    color: #757171;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .acil-usta {
        display: none;
    }


    .campaign-btn {
        background-color: #3ab6d6;
        color: #fff !important;
        padding: 5px 10px;
        border-radius: 5px;
        margin-left: 15px;
    }
}

.acil-usta, .acil-usta:hover, .acil-usta:focus {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 999;
    background-color: #3ab6d6;
    text-decoration: none;
    width: 82px;
    height: 82px;
    border-radius: 500px;
    text-align: center;
    color: #fff;
    padding-top: 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
}

.acil-usta i {
    display: table;
    margin: 0 auto;
    margin-bottom: 2px;
}

@media(max-width: 768px){
    .footer-menu li {
        display: table;
        margin: 0;
        padding: 0 10px;
        float: none;
        list-style: none;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 6px;
    }

    .footer-menu li a{
        text-decoration: none;
    }
}

.page-item.active .page-link {
    color: #fff;
    background-color: #168544;
    border-color: #168544;
}

.page-link {
    color: #313131;
}