/*! formalize.css | MIT License | github.com/interacthings/formalize */
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    overflow-x:hidden;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

button:active,
button:focus,
button:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
}

body .container {
    max-width: 1350px;
    padding-left: 45px;
    padding-right: 45px;
}

body .slick-slide:focus {
    outline: none;
}

.navbar-brand {
    width: 249px;
    height: 73px;
    background-size: 249px 73px;
    background-image: url(../images/logo.png);
    margin-top: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.A-head {
    font-size: 35px;
    font-weight: bold;
    color: #1b1a1a;
    margin-bottom: 40px;
}

.A-text {
    font-size: 14px;
    line-height: 1.64;
    color: #a6a6a6;
    max-width: 984px;
}

.buton {
    width: 170px;
    border: solid 1px #e5e5e5;
    border-radius: 7px;
    background-color: #4bae4f;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 3.5;
    color: #ffffff;
}

.Banner {
    width: 100%;
    height: 410px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Banner-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 410px;
}

.Banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Banner-text h1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #ffffff;
}

.Banner-breadcrumb a {
    font-size: 12.5px;
    color: white;
}

.Banner-breadcrumb a span {
    color: #a6a6a6;
}

.header {
    font-size: 32px;
    font-weight: 900;
    color: #424655;
}

.mobile {
    display: none !important;
}

.scroll {
    display: block;
    width: 26px;
    height: 46px;
    border-radius: 13px;
    border: 1px solid #74747e;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -13px;
    z-index: 10;
}

.scroll span {
    display: block;
    margin: 6px auto;
    width: 2px;
    height: 6px;
    border-radius: 4px;
    background: #eeb506;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.global_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    cursor: pointer;
}

.Navtop {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    height: 156px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navtop-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navtop .navbar {
    width: 100%;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Navtop .navbar-menu {
    margin-left: 100px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navtop .navbar-nav {
    padding-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navtop .navbar-nav .nav-item {
    margin-left: 10px;
}

.Navtop .navbar-nav .nav-item .nav-link {
    font-size: 11.5px;
    font-weight: 500;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navtop .navbar-nav .nav-item .nav-link:hover {
    color: #00a0e3;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navtop .navbar-nav .nav-item .nav-link-arrow {
    width: 6px;
    height: 10px;
    background-image: url(../images/menu-arrow.png);
    background-size: 6px 10px;
    padding-right: 10px;
    background-repeat: no-repeat;
}

.Navtop .navbar-nav .nav-item .nav-link-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 0.89;
    color: #000000;
}

.Navtop .navbar-nav .nav-item .nav-link-head:hover {
    color: #00a0e3;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navtop .navbar-nav .active {
    color: #00a0e3 !important;
}

.Navtop .Dropdown-menu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 20px;
    background-color: white;
    border-radius: 3px;
}

.Navtop .Dropdown-menu-in {
    padding: 20px 20px 10px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Navtop .Dropdown-menu-in-active {
    border-top: 1px solid #ebebeb;
}

.Navtop #Dropdown2 .Dropdown-menu,
.Navtop #Dropdown4 .Dropdown-menu {
    min-width: 180px;
}

.Navtop #Dropdown1 .Dropdown-menu {
    min-width: 120px;
}

.menu-icon {
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    display: none;
}

.menu-icon:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    width: 30px;
    height: 3px;
    right: 0;
    background-color: #00a0e3;
}

.menu-icon .menu-icon-line:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 30px;
    height: 3px;
    background-color: #00a0e3;
    position: absolute;
    opacity: 1;
    right: 0;
    top: 2px;
}

.menu-icon .menu-icon-line:after {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 30px;
    height: 3px;
    background-color: #00a0e3;
    position: absolute;
    right: 0;
    bottom: 0;
}

.menu-icon-active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.menu-icon-active:before {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.menu-icon-active .menu-icon-line {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.menu-icon-active .menu-icon-line:before {
    -webkit-transition: 500ms;
    transition: 500ms;
    top: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon-active .menu-icon-line:after {
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.over {
    height: 100vh;
}

/*overlay*/
.overlay {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #00a0e3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: 1000ms;
    transition: 1000ms;
}

.overlay-active {
    opacity: 1;
    -webkit-transition: 1000ms;
    transition: 1000ms;
}

.overlay-bottom {
    margin-top: 20px;
    position: absolute;
    top: 118px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.overlay-bottom-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay-bottom-social {
    margin-top: 0px;
}

.overlay-bottom-social a i {
    color: white;
    font-size: 24px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.overlay-bottom-social a i:hover {
    font-size: 26px;
    color: #16527e;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.wra {
    padding-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.wra-nav {
    margin-top: -30px;
    font-size: 26px;
    text-align: center;
    color: white;
    font-weight: bold;
    letter-spacing: 1.2px;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.wra-nav li {
    margin-top: 10px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.wra-nav li:hover {
    color: #16527e;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.wra-nav li ul li {
    margin-top: 0;
}

.wra-nav li ul li a {
    font-size: 13px;
    cursor: pointer;
    line-height: normal;
    font-weight: 500;
    color: white;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.wra-nav li ul li a:hover {
    color: #16527e;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom {
    width: 100%;
    background-color: #008ad2;
    padding-bottom: 50px;
}

.Navbottom .navbar-brand {
    margin-top: 50px;
    background-image: url(../images/logof.png);
    width: 129px;
    height: 37px;
    background-size: 129px 37px;
}

.Navbottom-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Navbottom-right {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Navbottom-right .nav-item {
    width: calc(33% - 20px);
}

.Navbottom-right .nav-item ul {
    margin-bottom: 10px;
    -webkit-transition: 900ms;
    transition: 900ms;
}

.Navbottom-right .nav-item ul li {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 300;
    letter-spacing: -0.28px;
    color: #ffffff;
    -webkit-transition: 900ms;
    transition: 900ms;
}

.Navbottom-right .nav-item ul li a {
    -webkit-transition: 900ms;
    transition: 900ms;
}

.Navbottom-right .nav-item ul li:hover {
    -webkit-transition: 900ms;
    transition: 900ms;
}

.Navbottom-right .nav-item ul li:hover a {
    text-decoration: underline;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom-right-head {
    font-weight: bold !important;
}

.Navbottom-right-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Navbottom-right-social li {
    margin-left: 15px;
}

.Navbottom-right-social li i {
    font-size: 20px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom-left {
    width: 30%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Navbottom-left-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Navbottom-left-text p,
.Navbottom-left-text a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.28px;
    color: #ffffff;
    max-width: 220px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom-left-text p:hover,
.Navbottom-left-text a:hover {
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom-left-text p:hover a,
.Navbottom-left-text a:hover a {
    font-size: 16px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom-map #map {
    width: 100%;
    height: 680px;
}

.Navbottom-copy {
    width: 100%;
    background-color: #383838;
}

.Navbottom-copy-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.Navbottom-copy-in p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.24px;
    color: #ffffff;
    padding-top: 5px;
}

.Navbottom-copy-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Navbottom-copy-social a {
    color: white;
    margin-right: 20px;
}

.Navbottom-copy-social a i {
    font-size: 25px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom-copy-social a i:hover {
    color: #00a0e3;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Slider {
    width: 100%;
    position: relative;
}

.Slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.Slider #slick .slick-slide {
    height: 580px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Slider #slick .slick-slide .Slider-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 20%;
    top: 80px;
    text-align: right;
}

.Slider #slick .slick-slide .Slider-text p {
    font-size: 32.5px;
    font-weight: bold;
    text-align: right;
    color: #fff;
}

.Slider #slick .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 9;
    left: -85%;
    bottom: 50%;
}

.Slider #slick .slick-dots .slick-active button:before {
    color: #007bff;
}

.Slider #slick .slick-dots li button:before {
    font-size: 19px;
    color: white;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: .80;
}

.Slider .Slider-bottom {
    width: 100%;
    height: 185px;
    background-color: #008ad2;
}

.Slider .Slider-bottom-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Slider .Slider-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Slider .Slider-bottom-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Slider .Slider-bottom-item a {
    font-size: 27px;
    font-weight: bold;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Slider .Slider-bottom-item a:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 1px;
    height: 104px;
    background-color: #ffffff;
    position: absolute;
    right: -40px;
}

.Slider .Slider-bottom-item a span:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-size: 100% 100%;
    margin-right: 15px;
}

.Slider .Slider-bottom-item a:last-child:before {
    display: none;
}

.Slider .Slider-bottom-item .arac:before {
    background-image: url(../images/carikon.png);
    width: 71px;
    height: 38px;
}

.Slider .Slider-bottom-item .konut:before {
    background-image: url(../images/homeikon.png);
    width: 53px;
    height: 48px;
}

.Slider .Slider-bottom-item .saglik:before {
    background-image: url(../images/ambulanceikon.png);
    width: 50px;
    height: 46px;
}

.Slider .Slider-bottom-item .diger:before {
    background-image: url(../images/daskikon.png);
    width: 39px;
    height: 51px;
}

.isortagi {
    position: unset;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    z-index: 9;
}
.isortagicont{    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 9;
}
.iletisim-cont{width:100%;}
.subem{top: 78% !important;background:#008ad2; border:1px solid #fff; border-top-left-radius: 7px;
    border-bottom-left-radius: 7px; overflow:hidden;}
.subem:before{background:transparent !important;}
.subem a{bottom:35px !important;}
.isortagi::before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 50px;
    height: 200px;
    background:red;
    background-size: 100% 100%;
        border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.select-option{
        height: 65px;
        border-radius: 5px;
        border: solid 0.7px #b5b5b5 !important;
        background-color: #ffffff;
        padding-top: 20px  !important;
        color: #00a0e3;
}
.select-option select{
        width: 100%;
    border: none;
    padding: 10px;
    outline:none;
}
.isortagi a {
    color: #fff;
    position: absolute;
    z-index: 99;
    right: 10px;
    bottom: 25px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transition: 500ms;
    font-size:14px;
}

.isortagi a:hover {

    transition: 500ms;
}


.A_haberler-in {
    margin-top: 45px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.A_haberler-in .haber-baslik:before {
    left: 0px;
}

.A_haberler-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.A_haberler-item .haber-item {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.A_haberler-item .haber-item img {
    max-height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
}

.A_haberler-item .haber-item h4 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.34px;
    color: #383838;
}

.A_haberler-item .haber-item h4 span {
    font-weight: bold;
}

.A_haberler-item .haber-item p {
    font-size: 13.5px;
    color: #252525;
    max-width: 350px;
    font-weight: 300;
}

.A_haberler-item .haber-item p a {
    font-weight: 500;
    color: #00a0e3;
}

.A_haberler .A_haberler-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 150px;
}

.A_haberler .A_haberler-form .haber-baslik {
    margin-bottom: 40px;
}

.A_haberler .A_haberler-form .haber-baslik h2 {
    font-size: 25px;
}

.A_haberler .A_haberler-form .haber-baslik:before {
    width: 255px;
    height: 5px;
    bottom: -10px;
    left: 0;
}

.A_haberler .A_haberler-form .A_haberler-form-left {
    width: 63%;
}

.A_haberler .A_haberler-form .A_haberler-form-left .Form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.A_haberler .A_haberler-form .A_haberler-form-left .Form-item {
    position: relative;
    width: 48%;
    height: 55px;
    margin-bottom: 20px;
}

.A_haberler .A_haberler-form .A_haberler-form-left .Form-item input {
    border-radius: 5px;
    border: solid 0.7px #b5b5b5;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: 500ms;
    transition: 500ms;
    color: #47484a !important;
    height: 53px;
}

.A_haberler .A_haberler-form .A_haberler-form-left .Form-item input::-webkit-input-placeholder {
    color: #47484a !important;
}

.A_haberler .A_haberler-form .A_haberler-form-left .Form-item input::-ms-input-placeholder {
    color: #47484a !important;
}

.A_haberler .A_haberler-form .A_haberler-form-left .Form-item input::placeholder {
    color: #47484a !important;
}

.A_haberler .A_haberler-form .A_haberler-form-right {
    width: 30%;
}

.A_haberler .A_haberler-form .A_haberler-form-right .haber-baslik:before {
    width: 205px;
    height: 5px;
    bottom: -10px;
    left: 0;
}

.A_haberler .A_haberler-form .A_haberler-form-right-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.A_haberler .A_haberler-form .A_haberler-form-right-text p {
    font-size: 15px;
    color: #444444;
}

.A_haberler .A_haberler-form .A_haberler-form-right-text button {
    margin-top: 30px;
    margin-left: auto;
}

.haber-baslik {
    position: relative;
    margin-bottom: 60px;
}

.haber-baslik h2 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -0.7px;
    color: #383838;
}

.haber-baslik:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 281px;
    height: 4px;
    border-radius: 1px;
    background-color: #0a97e6;
    position: absolute;
    bottom: -10px;
    left: -10px;
}

.Form-buton {
    color: white;
    background-color: #00a0e3;
    font-weight: bold;
    -webkit-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
    width: 103px;
    height: 48px;
    border-radius: 5px;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    border: 1px solid #eee;
}

.Form-buton:hover {
    background-color: #fff;
    color: #00a0e3;
    -webkit-transition: 200ms;
    transition: 200ms;
}

.A_acente-in {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 150px;
}

.A_acente-in .haber-baslik {
    position: relative;
    margin-bottom: 40px;
}

.A_acente-in .haber-baslik:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 281px;
    height: 4px;
    border-radius: 1px;
    background-color: #0a97e6;
    position: absolute;
    bottom: -10px;
    left: -10px;
}

.A_acente-referans {
    margin-bottom: 100px;
    position: relative;
}

.A_acente-referans .swiper-container-2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.A_acente-referans .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.A_acente-referans .swiper-button-next {
    background-image: url(../images/right-arrow.png);
}

.A_acente-referans .swiper-button-prev {
    background-image: url(../images/left-arrow.png);
}

.A_acente-referans .A_ref-item {
    position: relative;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
}

.Banner {
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.Banner-in {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 84px;
    opacity: 0.72;
    background-color: #008ad2;
}

.Banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Banner-text h1 {
    padding-top: 15px;
    text-align: left;
    margin-right: auto;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.52px;
    color: #ffffff;
}

.Banner-text .Breadcrumb {
    text-align: left;
    margin-right: auto;
}

.Banner-text .Breadcrumb a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.26px;
    color: #ffffff;
    padding-bottom: 15px;
}

.Banner-toptext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translate(350px, -300px);
    transform: translate(350px, -300px);
    margin-left: auto;
    text-align: right;
}

.Banner-toptext p {
    font-size: 37.5px;
    font-weight: bold;
    text-align: right;
    color: #fff;
}

.Banner-rez {
    width: 368px;
    height: 401px;
    border-radius: 5px;
    border: solid 0.7px #b5b5b5;
    background-color: #ffffff;
    position: absolute;
    top: 10%;
    left: 15%;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

.Banner-rez-ic {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    top:0;
}
.Banner-rez{
    background: transparent;
    border: none;
}
.Banner-rez-ana {
    top:-5%;
}
.Banner-rez-in{
    display: flex;
    flex-direction: column;
}
.n-banner-bottom{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.n-banner-top{
    background: #FFFFFF;
    margin-bottom: 10px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 7px;
    transition: all .3s ease-in-out;
}
.n-banner-item{
    height: 125px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 7px;
    transition: all .3s ease-in-out;
    gap:5px;
}
.n-banner-top:hover,
.n-banner-item:hover{
    background: #0a97e6;
}
.n-banner-item:hover h2,
.n-banner-top:hover h2{
    color: #FFFFFF;
}
.n-banner-item:hover svg path,
.n-banner-top:hover svg path{
    fill: #FFFFFF;
}
.Slider #slick .slick-dots li button:before{display: none !important;}
.n-banner-top img,
.n-banner-item img{
    height: 50px;
    width: auto;
}
.n-banner-item h2,
.n-banner-top h2{
    font-size: 16px;
    font-weight: 600;
}
.Banner-rez-in .nav {
    padding: 35px 0 35px 20px;
    margin-right: -20px;
}

.Banner-rez-in .nav-item {
    border-bottom: 2px solid #706f6f;
}

.Banner-rez-in .nav-item .nav-link {
    font-size: 11px;
    color: #706f6f;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 5px;
    position: relative;
}

.Banner-rez-in .nav-item .active {
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.Banner-rez-in .nav-item .active:before {
    z-index: 2;
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    border-bottom: 5px solid #0a97e6;
    position: absolute;
    left: -10px;
    bottom: -9px;
    width: 100%;
    height: 10px;
    min-width: 60px;
}

.Banner-rez-in .nav-item:first-child .active:before,
.Banner-rez-in .nav-item:last-child .active:before {
    left: 0;
}

.Banner-rez-in .Rez-form {
    padding-left: 20px;
    padding-right: 25px;
}

.Banner-rez-in .Rez-form .Form-item {
    position: relative;
    margin-bottom: 13px;
}

.Banner-rez-in .Rez-form .Form-item input {
    position: relative;
}

.Banner-rez-in .Rez-form .Form-item input#phone {
    background-image: url("../images/flag.png");
    background-position: 12px 12px;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 8px;
}

.Banner-rez-in .Rez-form .Form-item-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.Banner-rez-in .Rez-form .Form-item-check p {
    font-size: 11px;
    text-align: left;
}

.Banner-rez-in .Rez-form .Form-item-check input[type=checkbox] {
    width: 25px;
    height: 25px;
    margin-top: -5px;
    opacity: 0;
    cursor: pointer;
    position: relative;
    z-index: 99;
    margin-right: 5px;
}

.Banner-rez-in .Rez-form .Form-item-check .chechbox {
    margin-right: 0;
}

.Banner-rez-in .Rez-form .Form-item-check .chechbox:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: solid 0.7px #b5b5b5;
    position: absolute;
    top: -3px;
    left: 3px;
    z-index: 9;
    background-color: white;
}

.Banner-rez-in .Rez-form .Form-item-check .chechbox:after {
    content: " ";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    left: 9px;
    bottom: 18px;
    width: 8px;
    height: 16px;
    border: solid #00a0e3;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    z-index: 12;
}

.Banner-rez-in .Rez-form .Form-item-check input:checked ~ .chechbox:after {
    opacity: 1;
}

.Banner-rez-in .Rez-form .Form-item-check label {
    font-size: 10px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    white-space: nowrap;
}

.Banner-rez-in .Rez-form .Form-item-submit {
    margin-left: auto;
    border-radius: 5px;
    background-color: #00a0e3;
    color: white;
    padding: 8px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
    border: 1px solid #eee;
}

.Banner-rez-in .Rez-form .Form-item-submit:hover {
    color: #00a0e3;
    background-color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Iletisim-head h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.44px;
    color: #00a0e3;
}

.Iletisim-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 150px;
}

.Iletisim-info-item {
    width: 33%;
}

.Iletisim-info-item p {
    font-size: 19.5px;
    font-weight: 300;
    letter-spacing: -0.39px;
    text-align: left;
    color: #000000;
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
}

.Iletisim-info-item p a {
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Iletisim-info-item p a:hover {
    color: #00a0e3;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Iletisim-info-item p span {
    font-weight: bold;
    color: #00a0e3;
}

.Iletisim-info-item p:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    position: absolute;
    left: -40px;
}

.Iletisim-info-item .adres:before {
    background-image: url(../images/icon-location.png);
}

.Iletisim-info-item .telefon:before {
    background-image: url(../images/icon-telephone.png);
}

.Iletisim-info-item .whatsapp:before {
    background-image: url(../images/icon-whatsapp.png);
}

.Iletisim-info-item .email:before {
    background-image: url(../images/icon-mail.png);
}

.Iletisim-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 100px;
}

.Iletisim-form-item {
    width: 32%;
    position: relative;
}

.Iletisim-form-item p {
    position: absolute;
    bottom: 5px;
    left: 15px;
    white-space: nowrap;
    font-size: 14px;
}

.Iletisim-form-item input {
    height: 85px;
    border-radius: 5px;
    border: solid 0.7px #b5b5b5;
    background-color: #ffffff;
    padding-top: 20px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Iletisim-form-item input:active::-webkit-input-placeholder,
.Iletisim-form-item input:focus::-webkit-input-placeholder {
    color: #00a0e3;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Iletisim-form-item input:active::-ms-input-placeholder,
.Iletisim-form-item input:focus::-ms-input-placeholder {
    color: #00a0e3;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Iletisim-form-item input:active::placeholder,
.Iletisim-form-item input:focus::placeholder {
    color: #00a0e3;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Iletisim-form-item input::-webkit-input-placeholder {
    font-size: 15.5px;
    color: #000000;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.Iletisim-form-item input::-ms-input-placeholder {
    font-size: 15.5px;
    color: #000000;
    transform: translateY(-25px);
}

.Iletisim-form-item input::placeholder {
    font-size: 15.5px;
    color: #000000;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.Iletisim-form-item input#mail {
    margin-bottom: 20px;
}

.Iletisim-form-item input#message {
    height: 140px;
    padding-top: 0px;
}

.Iletisim-form-item input#message::-webkit-input-placeholder {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.Iletisim-form-item input#message::-ms-input-placeholder {
    transform: translateY(-40px);
}

.Iletisim-form-item input#message::placeholder {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.Iletisim-form-item input[type=checkbox] {
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.Iletisim-form-item input:checked ~ .chechbox:after {
    opacity: 1;
}

.Iletisim-form-item label {
    position: absolute;
    left: 10px;
    bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Iletisim-form-item label span {
    width: 22px;
    height: 15px;
    background-image: url(../images/flag.png);
    background-size: 22px 15px;
    margin-right: 10px;
    margin-top: 3px;
}

.Iletisim-form-item input#phone {
    position: relative;
    background-color: white;
    background-image: url(../images/flag.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.Iletisim-form .gonder {
    position: absolute;
    right: 20px;
    bottom: -70px;
}

.Iletisim-form .Form-item-check {
    width: 100%;
}

.Iletisim-form .Form-item-check-in {
    width: 390px;
    margin-left: auto;
}

.Iletisim-form .Form-item-check-in .chechbox {
    position: relative;
}

.Iletisim-form .Form-item-check-in .chechbox:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: solid 0.7px #b5b5b5;
    position: relative;
    top: 2px;
    left: -15px;
    background-color: white;
}

.Iletisim-form .Form-item-check-in .chechbox:after {
    content: " ";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    left: -7px;
    bottom: 10px;
    width: 6px;
    height: 12px;
    border: solid #00a0e3;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.Kariyer .Iletisim-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.n-submit-form{
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Kariyer .Iletisim-form-item {
    width: 49%;
    margin-bottom: 35px;
    position: relative;
    margin-right: 0;
}

.Kariyer .Iletisim-form-item p {
    position: absolute;
    bottom: 5px;
    right: -105%;
    left: auto;
    white-space: nowrap;
    font-size: 14px;
}

.Kariyer .Iletisim-form-item input {
    height: 65px;
    border-radius: 5px;
    border: solid 0.7px #b5b5b5;
    background-color: #ffffff;
    padding-top: 20px;
    color: #00a0e3;
}

.Kariyer .Iletisim-form-item input::-webkit-input-placeholder {
    font-size: 15.5px;
    color: #00a0e3;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.Kariyer .Iletisim-form-item input::-ms-input-placeholder {
    font-size: 15.5px;
    color: #00a0e3;
    transform: translateY(-15px);
}

.Kariyer .Iletisim-form-item input::placeholder {
    font-size: 15.5px;
    color: #00a0e3;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.Kariyer .Iletisim-form-item input#mail {
    margin-bottom: 0;
}

.Kariyer .Iletisim-form-item input#message {
    height: 65px;
    padding-top: 0px;
}

.Kariyer .Iletisim-form-item input#message::-webkit-input-placeholder {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.Kariyer .Iletisim-form-item input#message::-ms-input-placeholder {
    transform: translateY(-10px);
}

.Kariyer .Iletisim-form-item input#message::placeholder {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.Kariyer .Iletisim-form-item input[type=checkbox] {
    width: 350px;
    height: 25px;
    margin-top: 0;
    opacity: 0;
    cursor: pointer;
    position: relative;
    z-index: 99;
    margin-left: auto;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.Kariyer .Iletisim-form-item .chechbox {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -20px;
}

.Kariyer .Iletisim-form-item .chechbox:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: solid 0.7px #b5b5b5;
    position: relative;
    top: 2px;
    left: -15px;
    z-index: 5;
    background-color: white;
}

.Kariyer .Iletisim-form-item .chechbox:after {
    content: " ";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    left: -7px;
    bottom: 22px;
    width: 6px;
    height: 12px;
    border: solid #00a0e3;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    z-index: 12;
}

.Kariyer .Iletisim-form-item input:checked ~ .chechbox:after {
    opacity: 1;
}

.n-radio {
    opacity:0!important;
    visibility:hidden;
    height:40px !important;
}
.n-tel{left: 38px !important; z-index:9; bottom: 22px !important; color:#00a0e3;}
.n-label{left: 14px !important;bottom: 25px !important;color:#00a0e3;}

.Iletisim-form-check .chechbox {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -20px;
}

.Iletisim-form-check .chechbox:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: solid 0.7px #b5b5b5;
    position: relative;
    top: 2px;
    left: -15px;
    z-index: 5;
    background-color: white;
}

.Iletisim-form-check .chechbox:after {
    content: " ";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    left: -7px;
    bottom: 22px;
    width: 6px;
    height: 12px;
    border: solid #00a0e3;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    z-index: 12;
}

.Iletisim-form-check input:checked ~ .chechbox:after {
    opacity: 1;
}
.Iletisim-form .Form-item-check{position:relative;}
.iletisim-row .chechbox{top:5px !important;}
.iletisim-row  .chechbox:after{top:5px !important;}
.iletisim-row{position:relative; margin-bottom:0px !important;}
.
.Kariyer .Iletisim-form-item input#phone {
    position: relative;
    background-color: white;
    background-image: url(../images/flag.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.Kariyer .Iletisim-form .Form-buton {
    width: 190px;
    height: 45px;
}

.Kariyer .Iletisim-form .gonder {
    position: absolute;
    right: 20px;
    bottom: -70px;
    color: white;
    background-color: #00a0e3;
    font-weight: bold;
    -webkit-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
    width: 190px;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #eee;
    padding: 0;
    transition: 500ms;
}

.Kariyer .Iletisim-form .gonder:hover {
    color: #00a0e3;
    background-color: #fff;
    transition: 500ms;
}

.Kariyer .Iletisim-form .gozat {
    position: absolute;
    right: 225px;
    bottom: -70px;
    border-radius: 5px;
    border: solid 0.7px #b5b5b5;
    padding-top: 10px;
}

.Form-buton-file {
    position: absolute;
    right: 225px;
    bottom: -85px;
    //padding-top: 10px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    cursor: pointer;
    transition: 500ms;

}

.inputfile + label {
    width: 190px;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background-color: #3ca8e6;
    display: inline-block;
    overflow: hidden;
    //padding: 0.625rem 1.25rem;
    padding: 8px 0;
    text-align: center;
    /* 10px 20px */
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label i,
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile + label {
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: 500ms;

}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    color: #3ca8e6;
    background-color: #fff;
    transition: 500ms;
}



.alt-cizgi {
    text-decoration: underline;
}

.lightbox {
    background: #fff;
    border: 8px solid rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    width: 80%;
    position: absolute;
    left: 35%;
    margin-left: -25%;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 999;
    display: none;
}

.lightbox__close {
    background: #fff;
    color: #000;
    display: block;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    text-decoration: none;
    width: 3rem;

    border-radius: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
}

.lightbox:target {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all 0.8s ease;
}


.lightbox-p p {
    position: static !important;
    white-space: unset !important;

}

.Sigorta-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.Sigorta-left {
    width: 30%;
}

.Sigorta-left ul li {
    margin-bottom: 10px;
    cursor: pointer;
}

.Sigorta-left ul li a {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Sigorta-left ul li a span {
    width: 7px;
    height: 15px;
    background-image: url(../images/menu-arrow.png);
    background-size: 7px 15px;
    margin-right: 15px;
}

.Sigorta-left ul li a:hover {
    color: #00a0e3;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Sigorta-left ul li .active {
    color: #00a0e3;
}

.Sigorta-right {
    width: 70%;
}

.Sigorta-right p {
    font-size: 19px;
    color: #000000;
    margin-bottom: 20px;
}

.Sigorta-right strong {
    color:#00a0e3;
}

.Hakkimizda-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}

.Hakkimizda-in h2 {
    font-size: 40px;
    color: #00a0e3;
    font-weight: bold;
    margin-bottom: 30px;
}

.Hakkimizda-in p {
    font-size: 20px;
    color: black;
    margin-bottom: 20px;
}

.Hakkimizda-in p span {
    color: #00a0e3;
}

.Hakkimizda-in ul {
    margin-bottom: 20px;
}

.Hakkimizda-in ul li {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Hakkimizda-in ul li .liste {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #00a0e3;
    margin-right: 10px;
}

.Hakkimizda-in h3 {
    font-size: 20px;
    color: #00a0e3;
    margin-bottom: 20px;
}

.Sss-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Sss-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    border: none !important;
}

.Sss-item-soru {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 3px solid #0088cc;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.Sss-item-soru[aria-expanded=true] {
    background-color: #0088cc;
}

.Sss-item-soru[aria-expanded=true] h4 {
    color: white;
}

.Sss-item-soru[aria-expanded=true] h4 span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(160%) contrast(102%);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(160%) contrast(102%);
}

.Sss-item-soru h4 {
    color: #0088cc;
    font-size: 16px;
    margin-left: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.Sss-item-soru h4 span {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 8px;
    height: 14px;
    background-image: url(../images/menu-arrow.png);
    background-size: 8px 14px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
}

.Sss-item-soru p {
    font-size: 20.4px;
    line-height: 1.59;
    color: #8c9098;
}

.Sss-item-cevap p {
    padding: 10px;
    font-size: 16px;
    color: #777777;
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .n-mob-duz{
        flex-direction: column;
    }
    .n-mob-duz .Iletisim-form-item{
        width: 100%;
        margin-bottom: 10px !important;
    }
    .n-submit-form{
        margin-top: 20px !important;
    }
    .n-submit-form .gonder{
        bottom: -30px !important;
    }
    .Banner-in{
        height: auto !important;
    }
    .mob-sli-text{display:none !important;}
    .Banner-rez{height:auto !important;}
    .Banner{height:650px !important;}
    .mob-banner{width:100% !important;border-radius: 0 !important;border:none !important; margin:0 !important; background-color: #008ad2 !important;}
    .mob-banner-in{padding: 20px 40px;}
    .Slider .Slider-bottom{background-color: #0071ac !important;}
    .isortagicont{top:70%;}
    .isortagi::before{height:210px;}
}

@media (max-width: 991px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mobile {
        display: block !important;
    }

    .overlay-active {
        display: block;
        overflow-y: auto;
    }

    .navbar-brand {
        width: 200px;
        height: 57px;
        background-size: 200px 57px;
        background-image: url(../images/logo.png);
        margin-top: 18px;
    }

    .menu-icon {
        margin-top: 15px;
        display: block;
    }

    .Navtop {
        height: auto;
        position: fixed;
        -webkit-box-shadow: 0px 8px 28px -16px #4b1d69;
        box-shadow: 0px 8px 28px -16px #4b1d69;
        overflow: hidden;
    }

    .Navtop .navbar-menu {
        display: none;
    }

    .Slider {
        padding-top: 115px;
        overflow: hidden;
    }
    .n-mob-sli{
        height:50vh !important;
    }
    .Slider #slick .slick-slide {
        background: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50vh;
    }
    .Slider #slick .slick-slide img{object-fit:cover;}
    .Slider #slick .slick-slide .Slider-text {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .Slider #slick .slick-slide .Slider-text p {
        font-size: 32px;
    }

    .Slider-rez {
        width: 368px;
        height: 401px;
        margin: 40px auto;
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .Slider .Slider-bottom {
        width: 100%;
        height: auto;
    }

    .Slider .Slider-bottom-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -20px;
    }

    .Slider .Slider-bottom-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 20px;
        margin-right: 20px;
    }

    .Slider .Slider-bottom-item a {
        margin-right: 0;
        font-size: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .Slider .Slider-bottom-item a:before {
        display: none;
    }

    .Slider .Slider-bottom-item a span {
        width: 34px;
        height: 34px;
        margin-right: 5px;
    }

    .Slider .Slider-bottom-item a span:before {
        width: 100% !important;
        height: 100% !important;
    }

    .Slider .Slider-bottom-item a:last-child:before {
        display: none;
    }

    .isortagi::before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 30px;
    height: 210px;
    background-size: 100% 100%;
}

    .isortagi a {
        bottom: 37px;
    height: 200px;
    left: 6px;
        font-size: 13px;
        
    }

    .A_haberler-in {
        margin-top: 45px;
        margin-bottom: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .A_haberler-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .A_haberler-item .haber-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .A_haberler-item .haber-item img {
        max-height: 100%;
    }

    .A_haberler-item .haber-item h4 {
        margin-top: 40px;
        margin-bottom: 5px;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: -0.34px;
        color: #383838;
        text-align: center;
    }

    .A_haberler-item .haber-item h4 span {
        font-weight: bold;
    }

    .A_haberler-item .haber-item p {
        text-align: center;
        font-size: 13.5px;
        color: #252525;
        max-width: 100%;
        font-weight: 300;
    }

    .A_haberler-item .haber-item p a {
        font-weight: 500;
        color: #00a0e3;
    }

    .A_haberler .A_haberler-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
    }

    .A_haberler .A_haberler-form .haber-baslik {
        margin-bottom: 40px;
    }

    .A_haberler .A_haberler-form .haber-baslik h2 {
        font-size: 25px;
    }

    .A_haberler .A_haberler-form .haber-baslik:before {
        width: 255px;
        height: 5px;
        bottom: -10px;
        left: 0;
    }

    .A_haberler .A_haberler-form .A_haberler-form-left {
        width: 100%;
    }

    .A_haberler .A_haberler-form .A_haberler-form-left .Form-item {
        position: relative;
        width: 48%;
        height: 45px;
        margin-bottom: 20px;
    }

    .A_haberler .A_haberler-form .A_haberler-form-left .Form-item label {
        font-size: 14px;
    }

    .A_haberler .A_haberler-form .A_haberler-form-left .Form-item input {
        height: 45px;
    }

    .A_haberler .A_haberler-form .A_haberler-form-right {
        width: 100%;
        margin-top: 30px;
    }

    .A_haberler .A_haberler-form .A_haberler-form-right .haber-baslik h2 {
        font-size: 22px;
    }

    .A_haberler .A_haberler-form .A_haberler-form-right .haber-baslik:before {
        width: 180px;
    }

    .A_haberler .A_haberler-form .A_haberler-form-right-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .A_haberler .A_haberler-form .A_haberler-form-right-text p {
        font-size: 15px;
        color: #444444;
    }

    .A_haberler .A_haberler-form .A_haberler-form-right-text button {
        margin-top: 30px;
        margin-left: auto;
    }

    .haber-baslik h2 {
        font-size: 26px;
    }

    .haber-baslik:before {
        width: 210px;
        left: 0;
    }

    .Form-buton {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .A_acente-in {
        margin-bottom: 40px;
        margin-top: 80px;
    }

    .A_acente-referans {
        margin-bottom: 50px;
    }

    .Navbottom .navbar-brand {
        background-image: url(../images/logof.png);
        width: 159px;
        height: 37px;
        background-size: 129px 37px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    .Navbottom-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .Navbottom-right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .Navbottom-right .nav-item {
        width: 100%;
    }

    .Navbottom-right .nav-item ul {
        margin-bottom: 10px;
    }

    .Navbottom-left {
        width: 100%;
        margin-left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
    }

    .Navbottom-left-text p,
    .Navbottom-left-text a {
        max-width: 100%;
    }

    .Navbottom-map #map {
        width: 100%;
        height: 680px;
    }

    .Navbottom-copy {
        width: 100%;
        background-color: #383838;
    }

    .Navbottom-copy-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .Navbottom-copy-in p {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: -0.24px;
        color: #ffffff;
        padding-top: 5px;
    }

    .Navbottom-copy-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .Navbottom-copy-social a {
        color: white;
        margin-right: 20px;
    }

    .Navbottom-copy-social a i {
        font-size: 20px;
    }

    .Banner {
        padding-top: 100px;
    }

    .Banner-in {
        height: 64px;
    }

    .Banner-text {
        margin-left: 20px;
    }

    .Banner-text h1 {
        padding-top: 10px;
        text-align: left;
        margin-right: auto;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: -0.52px;
        color: #ffffff;
    }

    .Banner-text .Breadcrumb {
        text-align: left;
        margin-right: auto;
    }

    .Banner-text .Breadcrumb a {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: -0.26px;
        color: #ffffff;
        padding-bottom: 15px;
    }

    .Banner-toptext {
        display: none;
    }

    .Banner-rez {
        width: 302px;
        height: 331px;
        border-radius: 5px;
        border: solid 0.7px #b5b5b5;
        background-color: #ffffff;
        margin: 20px auto;
        position: static;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .Banner-rez-in .nav {
        padding: 15px 0 15px 20px;
        margin-right: -20px;
    }

    .Banner-rez-in .nav-item .nav-link {
        font-size: 11px;
        color: #706f6f;
        padding: 0;
        margin-right: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
        position: relative;
    }

    .Banner-rez-in .nav-item .active {
        position: relative;
        background-color: transparent;
        z-index: 1;
    }

    .Banner-rez-in .nav-item .active:before {
        z-index: 2;
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        border-bottom: 5px solid #0a97e6;
        position: absolute;
        left: -10px;
        bottom: -9px;
        width: 100%;
        height: 10px;
        min-width: 60px;
    }

    .Banner-rez-in .nav-item:first-child .active:before,
    .Banner-rez-in .nav-item:last-child .active:before {
        left: 0;
    }

    .Banner-rez-in .Rez-form {
        padding-left: 20px;
        padding-right: 25px;
    }

    .Banner-rez-in .Rez-form .Form-item {
        position: relative;
        margin-bottom: 13px;
    }

    .Banner-rez-in .Rez-form .Form-item input {
        position: relative;
        height: 30px;
        font-size: 11.5px;
    }

    .Banner-rez-in .Rez-form .Form-item input#phone {
        background-position: 10px 7px;
        padding-top: 10px;
    }

    .Banner-rez-in .Rez-form .Form-item-check p {
        font-size: 10px;
    }


    .Banner-rez-in .Rez-form .Form-item-check input[type=checkbox] {
        width: 25px;
        height: 25px;
        margin-top: -5px;
        opacity: 0;
        cursor: pointer;
        position: relative;
        z-index: 99;
        margin-right: 5px;
    }

    .Banner-rez-in .Rez-form .Form-item-check .chechbox:after {
        bottom: 16px;
    }

    .Banner-rez-in .Rez-form .Form-item-submit {
        padding: 4px 15px;
    }

    .Kariyer .Iletisim-form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        margin-bottom: 100px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .Kariyer .Iletisim-form-item {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .Kariyer .Iletisim-form-item p {
        bottom: 5px;
        right: auto;
        left: 15px;
    }

    .Kariyer .Iletisim-form-item input {
        height: 65px;
        font-size: 14px;
    }

    .Kariyer .Iletisim-form-item input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .Kariyer .Iletisim-form-item input::-ms-input-placeholder {
        font-size: 14px;
    }

    .Kariyer .Iletisim-form-item input::placeholder {
        font-size: 14px;
    }

    .Kariyer .Iletisim-form-item input[type=checkbox] {
        width: 350px;
        height: 25px;
        margin-top: 0px;
        opacity: 0;
        cursor: pointer;
        position: relative;
        z-index: 99;
        margin-left: 0;
    }

    .Kariyer .Iletisim-form-item .chechbox {
        cursor: pointer;
        position: absolute;
        right: 0;
    }

    .Kariyer .Iletisim-form-item .chechbox:before {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        border: solid 0.7px #b5b5b5;
        position: relative;
        top: 2px;
        left: -15px;
        z-index: 5;
        background-color: white;
    }

    .Kariyer .Iletisim-form-item .chechbox:after {
        content: " ";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        position: absolute;
        left: -7px;
        bottom: 10px;
        width: 6px;
        height: 12px;
        border: solid #00a0e3;
        border-width: 0 4px 4px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
        z-index: 12;
    }

    .Kariyer .Iletisim-form-item-mobile {
        display: none;
    }

    .Kariyer .Iletisim-form .Form-buton {
        width: 150px;
        height: 35px;
    }

    .Kariyer .Iletisim-form .gonder {
        position: absolute;
        right: 55%;
        bottom: -20px;

    }

    .Kariyer .Iletisim-form .gozat {
        position: absolute;
        right: 20%;
        bottom: -20px;
        border-radius: 5px;
        border: solid 0.7px #b5b5b5;
        padding-top: 10px;
    }

    .Sigorta-left {
        width: 30%;
    }

    .Sigorta-left ul li a {
        font-size: 12px;
    }

    .Sigorta-left ul li a span {
        width: 6px;
        height: 13px;
        background-size: 6px 13px;
        margin-right: 10px;
    }

    .Sigorta-right {
        width: 68%;
    }

    .Sigorta-right p {
        font-size: 14px;
    }

    .Hakkimizda-in h2 {
        font-size: 32px;
    }

    .Hakkimizda-in p {
        font-size: 14px;
    }

    .Hakkimizda-in h3 {
        font-size: 18px;
    }

    .Hakkimizda-in ul {
        margin-bottom: 20px;
    }

    .Hakkimizda-in ul li {
        font-size: 14px;
    }

    .Iletisim-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .Iletisim-info-item {
        width: 100%;
        margin-left: 0 !important;
    }

    .Iletisim-form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 100px;
    }

    .Iletisim-form-item {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .Iletisim-form-item input#mail {
        margin-bottom: 0;
    }

    .Iletisim-form .gonder {
        position: absolute;
        right: 20px;
        bottom: -70px;
    }

    .Iletisim-form .Form-item-check {
        width: 100%;
    }

    .Iletisim-form .Form-item-check-in {
        width: 390px;
        margin-left: 0;
    }

    .Iletisim-form .Form-item-check-in .chechbox {
        position: relative;
    }

    .Iletisim-form .Form-item-check-in .chechbox:before {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        border: solid 0.7px #b5b5b5;
        position: relative;
        top: 2px;
        left: -15px;
        background-color: white;
    }

    .Iletisim-form .Form-item-check-in .chechbox:after {
        content: " ";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        position: absolute;
        left: -7px;
        bottom: 10px;
        width: 6px;
        height: 12px;
        border: solid #00a0e3;
        border-width: 0 4px 4px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@media (min-width: 991px) and (max-width: 1281px) {
    .Slider #slick .slick-slide .Slider-text {
        right: 10%;
    }
}

@media (min-width: 991px) and (max-width: 1281px) {
    .navbar-brand {
        width: 170px;
        height: 50px;
        background-size: 170px 50px;
        background-image: url(../images/logo.png);
        margin-top: 18px;
    }

    .Navtop .navbar-nav .nav-item .nav-link {
        font-size: 11px;
    }

    .Navtop .navbar-nav .nav-item .nav-link-head {
        font-size: 14px;
    }
}

@media (min-width: 991px) and (max-width: 1440px) {
    .Slider-rez {
        top: 80%;
        left: 15%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 991px) and (max-width: 1140px) {
    .Banner-toptext {
        -webkit-transform: translate(350px, -300px);
        transform: translate(350px, -300px);
    }

    .Banner-toptext p {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .deger-form .Iletisim-form-item {
        width:100% !important;
    }
}
.form-message{width:100% !important;}
.deger-title{font-size: 30px;
    color: #00a0e3;
    font-weight: bold;
    margin-bottom: 15px!important;}
.sayfaacik p{font-size:15px !important;}
#message{height: 140px !important;}
.label-kaza{bottom:25px !important; color:#00a0e3;}