@media only screen and (min-width: 0px) and (max-width: 575px) {  
.banner{
   height: 300px !important;
}   
.banner-title {
    padding-top: 7rem !important;
}
video{
	height:auto;
	width:100%;
	object-fit:cover;
	overflow:hidden !important;
}
.slider-content {
    position: absolute;
    top: 100px;
    left: 1%;
    transform: none !important;
}
.slider-title > p {
    color: var(--color4);
    font-size: 20px;
    font-weight: 400;
    line-height:2rem;
    text-shadow: 3px 2px #00000078;
}
.slider-title > p:nth-child(2) {
    color: var(--color4);
    font-size: 25px;
    font-weight: bold;
    line-height: 1rem;
    text-shadow: 3px 2px #00000078;
    color: #ffffff;
}
.slider-btn > a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.slider-btn {
    margin-top: 3rem;
}
.slider-btn > a {
    > i {
        font-size: 14px;
    }
}
#owl-mobil-slider > .owl-nav {
   position: absolute;
   bottom: 5%;
   right: 10px;
}
/*HOME PAGE START */
.section-hizmetler-title > h3 {
    &::before {
        width: 20%;
    }
}
.hizmetler {
    padding-bottom: 3rem;
}
.section-hizmetler-content{
    padding-bottom: 3rem;
    padding-left: 1rem;
}
.section-blog-first-title > h3 {
    &::before {
        width: 20%;
    }
}
.blog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-item-img > img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.blog-item-body {
    height: 200px;
}
.appointment-form-container{
    right: 0px;
}
.contact-info-box{
    margin-bottom: 1rem;
}
.section-iletisime-gec-text > p {
    text-align: center;
}
/* HOME PAGE END*/
/* ABOUT US PAGE START */
.kurumsal-social-list {
    width: 80% !important;
}
/* ABOUT US PAGE END */
/* REFERENCE PAGE START */
.referanslar-page {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.referans-item {
    margin-bottom: 2rem;
}
/* REFERENCE PAGE END */
/* İK PAGE START */
.buttonText{
    padding: 15px 30px !important;
}
/* İK PAGE END */
/* MANAGEMENT PAGE START */
.yonetim-kurulu {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.box-item{
    margin-bottom: 2rem;
}
/* MANAGEMENT PAGE END */
/* BRAND PAGE START */
.sigorta-box {
    margin-bottom: 2rem;
}
.sigorta-box-content {
    height: 175px;
}
/* BRAND PAGE END */
/*BLOG PAGE START*/
.haber-box-item{
    margin-bottom: 2rem;
}
.haber-box-content {
    padding: 1rem;
    height: 300px;
}
/* BLOG PAGE END */
/*GALERİ PAGE START */
.nav-pills{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* GALERİ PAGE END */
/* CONTACT PAGE START */
.contact-adres-menu-title > h3 {
    color: white;
    font-size: 55px;
    font-weight: 600;
}
.contact{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.contact-adres-menu > li > a > i {
    font-size: 20px;
}
.contact-adres-menu > li > a {
    font-size: 13px;
}
.socail-media-adres-menu {
    & > li {
        >a {
            color: white;
            font-size: 20px;
        }
    }
}
.contact-form{
    margin-top: 3rem;
}
.contact-map {
    padding-bottom: 3rem;
}
.form-check-label > span {
    >a {
        color: var(--color3);
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
    }
}
.form-check-label > span {
    padding-top: .5rem;
    color: var(--color3);
    font-size: 12px;
    font-weight: 400;
}
.form-check-input {
    width: 14px !important;
    height: 14px !important;
}
.contact-form {
    margin-top: 3rem !important;
}
/* CONTACT PAGE END */
/*FOOTER START*/
footer::after{
    display: none !important;
}
.footer-about-us > p:nth-child(1) {
    width: 100%;
}
.footer-navigasyon-menu {
    padding-left: 0rem !important; 
    margin-top: 2rem !important;
}
.footer-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 450px;
        height: auto;
        object-fit: cover;
        margin-left: -4.6rem !important;
        margin-bottom: 1rem;
    }
}
.kurumsal{
    padding-bottom: 4rem;
}
.kurumsal-img > img{
     height: 300px;
    width: 100%;
    object-fit: cover;
    transition: transform .5s;
    transform: scale(1);
}
.appoinment-form{
    padding:.5rem;
}


/*FOOTER END*/
}
/*********** 0px - 575px *********************************************************************/
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mobil-web-site-logo > a > img {
    width: 50%;
}
video{
	height:auto;
	width:100%;
	object-fit:cover;
	overflow:hidden !important;
}
.slider-content {
    position: absolute;
    top: 100px;
    left: 1%;
    transform: none !important;
}
.slider-title > p {
    color: var(--color4);
    font-size: 20px;
    font-weight: 400;
    line-height:2rem;
    text-shadow: 3px 2px #00000078;
}
.slider-title > p:nth-child(2) {
    color: var(--color4);
    font-size: 25px;
    font-weight: bold;
    line-height: 1rem;
    text-shadow: 3px 2px #00000078;
    color: #ffffff;
}
.slider-btn > a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.slider-btn {
    margin-top: 3rem;
}
.slider-btn > a {
    > i {
        font-size: 14px;
    }
}
#owl-mobil-slider > .owl-nav {
   position: absolute;
   bottom: 5%;
   right: 10px;
}
.banner{
   height: 300px;
}   
.banner-title {
    padding-top: 7rem;
}
/*HOME PAGE START */
.swiper-slide-box > img {
    width: 230px;
    height: auto;
    object-fit: cover;
    padding: 0rem;
    margin: 1rem;
}
.kurumsal-first-title > h1 {
    font-size: 30px;
}
.section-hizmetler-title > h3 {
    &::before {
        width: 10%;
    }
}
.hizmetler {
    padding-bottom: 3rem;
}
.section-hizmetler-content{
    padding-bottom: 3rem;
    padding-left: 1rem;
}
.section-blog-first-title > h3 {
    &::before {
        width: 10%;
    }
}
.blog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-item-img > img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.blog-item-body {
    height: 200px;
}
.appointment-form-container{
    right: 0px;
}
.contact-info-box{
    margin-bottom: 1rem;
}
.section-iletisime-gec-text > p {
    text-align: center;
}
.appointment-card{
    left: 20%;
    position: relative;
}
/* HOME PAGE END*/
/* ABOUT US PAGE START */
.kurumsal-social-list {
    width: 80%;
}
/* ABOUT US PAGE END */
/* REFERENCE PAGE START */
.referanslar-page {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.referans-item {
    margin-bottom: 2rem;
}
/* REFERENCE PAGE END */
/* İK PAGE START */
.buttonText{
    padding: 15px 30px !important;
}
/* İK PAGE END */
/* MANAGEMENT PAGE START */
.yonetim-kurulu {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.box-item{
    margin-bottom: 2rem;
}
/* MANAGEMENT PAGE END */
/* BRAND PAGE START */
.sigorta-box {
    margin-bottom: 2rem;
}
.sigorta-box-content {
    height: 175px;
}
/* BRAND PAGE END */
/*BLOG PAGE START*/
.haber-box-item{
    margin-bottom: 2rem;
}
.haber-box-content {
    padding: 1rem;
    height: 300px;
}
/* BLOG PAGE END */
/*GALERİ PAGE START */
.nav-pills{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* GALERİ PAGE END */
/* CONTACT PAGE START */
.contact-adres-menu-title > h3 {
    color: white;
    font-size: 55px;
    font-weight: 600;
}
.contact{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.contact-adres-menu > li > a > i {
    font-size: 20px;
}
.contact-adres-menu > li > a {
    font-size: 13px;
}
.socail-media-adres-menu {
    & > li {
        >a {
            color: white;
            font-size: 20px;
        }
    }
}
.contact-form{
    margin-top: 3rem;
}
.contact-map {
    padding-bottom: 3rem;
}
.form-check-label > span {
    >a {
        color: var(--color3);
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
    }
}
.form-check-label > span {
    padding-top: .5rem;
    color: var(--color3);
    font-size: 12px;
    font-weight: 400;
}
.form-check-input {
    width: 14px !important;
    height: 14px !important;
}
/* CONTACT PAGE END */
/*FOOTER START*/
footer::after{
    display: none !important;
}
.footer-about-us > p:nth-child(1) {
    width: 100%;
}
.footer-navigasyon-menu {
    padding-left: 0rem !important; 
    margin-top: 2rem !important;
}
kurumsal{
    padding-bottom: 4rem;
}
.kurumsal-img > img{
     height: 300px;
    width: 100%;
    object-fit: cover;
    transition: transform .5s;
    transform: scale(1);
}
.appoinment-form{
    padding:.5rem;
}
/*FOOTER END*/
}
/************* 576px - 767px  *******************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {      
.mobil-web-site-logo > a > img {
    filter: brightness(0) invert(1);
    width: 50%;
    object-fit: cover;
    margin-left: -3.5rem!important;
}
video{
	height:auto;
	width:100%;
	object-fit:cover;
	overflow:hidden !important;
}
.slider-content {
    position: absolute;
    top: 300px;
    left: 1%;
    transform: none !important;
}
.slider-title > p {
    color: var(--color4);
    font-size: 40px;
    font-weight: 400;
    line-height:3rem !important;
    text-shadow: 3px 2px #00000078;
}
.slider-title > p:nth-child(2) {
    color: var(--color4);
    font-size: 50px;
    font-weight: bold;
    line-height: 4rem !important;
    text-shadow: 3px 2px #00000078;
    color: #ffffff;
}
.slider-btn > a {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.slider-btn {
    margin-top: 4rem;
}
.slider-btn > a {
    > i {
        font-size: 16px !important;
    }
}
#owl-mobil-slider > .owl-nav {
   position: absolute;
   bottom: 5%;
   right: 10px;
}
.banner{
   height: 300px !important;;
}   
.banner-title {
    padding-top: 7rem !important;
}
/*HOME PAGE START */
.swiper-slide-box > img {
    width: 230px;
    height: auto;
    object-fit: cover;
    padding: 0rem;
    margin: 1rem;
}
.kurumsal-first-title > h1 {
    font-size: 30px;
}
.section-hizmetler-title > h3 {
    &::before {
        width: 10%;
    }
}
.hizmetler {
    padding-bottom: 3rem;
}
.section-hizmetler-content{
    padding-bottom: 3rem;
    padding-left: 1rem;
}
.section-blog-first-title > h3 {
    &::before {
        width: 10%;
    }
}
.blog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-item-img > img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.blog-item-body {
    height: 180px;
}
.appointment-card{
    position: relative;
    left: 20%;
}
.contact-info-box{
    margin-bottom: 1rem;
}
.section-iletisime-gec-text > p {
    text-align: center;
}
.appointment-card{
    right: 20%;
    position: relative;
}
/* HOME PAGE END*/
/* ABOUT US PAGE START */
.kurumsal-social-list {
    width: 45% !important;
}
/* ABOUT US PAGE END */
/* REFERENCE PAGE START */
.referanslar-page {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.referans-item {
    margin-bottom: 2rem;
}
/* REFERENCE PAGE END */
/* İK PAGE START */
.buttonText{
    padding: 15px 30px !important;
}
/* İK PAGE END */
/* MANAGEMENT PAGE START */
.yonetim-kurulu {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.box-item{
    margin-bottom: 2rem;
}
/* MANAGEMENT PAGE END */
/* BRAND PAGE START */
.sigorta-box {
    margin-bottom: 2rem;
}
.sigorta-box-content {
    height: 175px;
}
/* BRAND PAGE END */
/*BLOG PAGE START*/
.haberler-page {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.haber-box-item{
    margin-bottom: 2rem;
}
.haber-box-content {
    padding: 1rem;
    height: 250px;
}
/* BLOG PAGE END */
/*GALERİ PAGE START */
.galeri-list {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.nav-pills{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.gallery-list-img > a > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
/* GALERİ PAGE END */
/* CONTACT PAGE START */
.contact-adres-menu-title > h3 {
    color: white;
    font-size: 55px;
    font-weight: 600;
}
.contact{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.contact-adres-menu > li > a > i {
    font-size: 20px;
}
.contact-adres-menu > li > a {
    font-size: 14px;
}
.socail-media-adres-menu {
    & > li {
        >a {
            color: white;
            font-size: 20px;
        }
    }
}
.contact-form{
    margin-top: 3rem !important;
}
.contact-map {
    padding-bottom: 3rem;
}
.form-check-label > span {
    >a {
        color: var(--color3);
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }
}
.form-check-label > span {
    padding-top: .5rem;
    color: var(--color3);
    font-size: 14px;
    font-weight: 400;
}
.form-check-input {
    width: 14px !important;
    height: 14px !important;
}
/* CONTACT PAGE END */
/*FOOTER START*/
.footer-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 450px;
        height: auto;
        object-fit: cover;
        margin-left: -3rem !important;
        margin-bottom: 1rem;
    }
}
footer::after{
    display: none !important;
}
.footer-about-us > p:nth-child(1) {
    width: 100%;
}
.footer-navigasyon-menu {
    padding-left: 0rem !important; 
    margin-top: 0rem !important;
}
.kurumsal-img > img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    transition: transform .5s;
    transform: scale(1);
}
.appoinment-form{
    padding:.5rem;
}
/*FOOTER END*/
}
/************* 576px - 767px  *******************************************************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
.mobil-hamburger-menu-btn {
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 30px;
}    
.mobil-web-site-logo > a > img {
    filter: brightness(0) invert(1);
    width: 50%;
    object-fit: cover;
    margin-left: -5rem!important;
}
.banner{
   height: 300px !important;
}   
.banner-title {
    padding-top: 7rem !important;
}
.slider-content {
    position: absolute;
    top: 200px;
    left: 0%;
    transform: none !important;
}
.slider-title > p {
    color: var(--color4);
    font-size: 40px;
    font-weight: 400;
    line-height:3rem !important;
    text-shadow: 3px 2px #00000078;
}
.slider-title > p:nth-child(2) {
    color: var(--color4);
    font-size: 50px;
    font-weight: bold;
    line-height: 4rem !important;
    text-shadow: 3px 2px #00000078;
    color: #ffffff;
}
.slider-btn > a {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.slider-btn {
    margin-top: 4rem;
}
.slider-btn > a {
    > i {
        font-size: 16px !important;
    }
}
#owl-mobil-slider > .owl-nav {
   position: absolute;
   bottom: 5%;
   right: 10px;
}
/*HOME PAGE START */
.swiper-slide-box > img {
    width: 230px;
    height: auto;
    object-fit: cover;
    padding: 2rem;
    margin: 0rem;
}
.kurumsal-first-title > h1 {
    font-size: 30px;
}
.section-hizmetler-title > h3 {
    &::before {
        width: 7%;
    }
}
.hizmetler {
    padding-bottom: 3rem;
}
.section-hizmetler-content{
    padding-bottom: 3rem;
    padding-left: 1rem;
}
.section-blog-first-title > h3 {
    &::before {
        width: 7%;
    }
}
.blog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-item-img > img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.blog-item-body {
    height: 180px;
}
.appointment-card{
    position: relative;
    left: 20%;
}
.contact-info-box{
    margin-bottom: 1rem;
}
.section-iletisime-gec-text > p {
    text-align: center;
}
.appointment-card{
    right: 0%;
    left: 0%;
    position: relative;
}
/* HOME PAGE END*/
/* ABOUT US PAGE START */
.kurumsal-social-list {
    width: 70%;
}
.kurumsal-img{
    position: sticky;
    top: 150px;
}
.hizmet-galeri-list {
    padding-top: 0rem;
    padding-bottom: 3rem;
}
/* ABOUT US PAGE END */
/* REFERENCE PAGE START */
.referanslar-page {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.referans-item {
    margin-bottom: 2rem;
}
/* REFERENCE PAGE END */
/* İK PAGE START */
.buttonText{
    padding: 15px 30px !important;
}
/* İK PAGE END */
/* MANAGEMENT PAGE START */
.yonetim-kurulu {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.box-item{
    margin-bottom: 2rem;
}
/* MANAGEMENT PAGE END */
/* BRAND PAGE START */
.sigorta-box {
    margin-bottom: 2rem;
}
.sigorta-box-content {
    height: 200px;
}
/* BRAND PAGE END */
/*BLOG PAGE START*/
.haberler-page {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.haber-box-item{
    margin-bottom: 2rem;
}
.haber-box-content {
    padding: 1rem;
    height: 300px;
}
/* BLOG PAGE END */
/*GALERİ PAGE START */
.galeri-list {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.nav-pills{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.gallery-list-img > a > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
/* GALERİ PAGE END */
/* CONTACT PAGE START */
.contact-adres-menu-title > h3 {
    color: white;
    font-size: 55px;
    font-weight: 600;
}
.contact{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.contact-adres-menu > li > a > i {
    font-size: 20px;
}
.contact-adres-menu > li > a {
    font-size: 14px;
}
.socail-media-adres-menu {
    & > li {
        >a {
            color: white;
            font-size: 20px;
        }
    }
}
.contact-form{
    margin-top: 0rem;
}
.contact-map {
    padding-bottom: 3rem;
}
.form-check-label > span {
    >a {
        color: var(--color3);
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }
}
.form-check-label > span {
    padding-top: .5rem;
    color: var(--color3);
    font-size: 14px;
    font-weight: 400;
}
.form-check-input {
    width: 14px !important;
    height: 14px !important;
}
/* CONTACT PAGE END */
/*FOOTER START*/
.footer-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 450px;
        height: auto;
        object-fit: cover;
        margin-left: -3rem;
        margin-bottom: 1rem;
    }
}
footer::after{
    display: block !important;
}
.footer-about-us > p:nth-child(1) {
    width: 100%;
}
.footer-navigasyon-menu {
    padding-left: 0rem; 
    margin-top: 0rem !important;
}
.footer-logo {
        > a > img {
            filter: brightness(0) invert(1);
            width: 450px;
            height: auto;
            object-fit: cover;
            margin-left: -4.8rem;
            margin-bottom: 1rem;
        }
    }
/*FOOTER END*/  
.kurumsal-img > img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    transition: transform .5s;
    transform: scale(1);
}	
	
	
}
/*************** 992px - 1199px ****************************************************************/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {  
.site-navigation {
    left: 0px;
    right: 0px;
}    
.site-navigation-menu {
    margin-top: 1.6rem;
}
.language-menu {
    margin-top: 1.5rem;
}
.language-menu {
    & > li {
        & > a {
            > img {
                width: 20px;
            }
        }
    }
}
.site-navigation-menu {
    & > li {
        >a {
            font-size: 12px;
        }
    }
}
.web-site-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 100%;
        object-fit: cover;
        margin-left: -4rem;
    }
}
.sub-menu > li > a {
    color: white !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 400;
}
.children-sub-menu > li > a {
    font-size: 12px;
}
.slider-content {
    position: absolute;
    top: 400px;
    left: 0%;
    transform: none !important;
}
.slider-title > p {
    color: var(--color4);
    font-size: 40px;
    font-weight: 400;
    line-height:3rem !important;
    text-shadow: 3px 2px #00000078;
}
.slider-title > p:nth-child(2) {
    color: var(--color4);
    font-size: 75px;
    font-weight: bold;
    line-height: 4rem !important;
    text-shadow: 3px 2px #00000078;
    color: #ffffff;
}
.slider-btn > a {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.slider-btn {
    margin-top: 4rem;
}
.slider-btn > a {
    > i {
        font-size: 16px !important;
    }
}
#owl-mobil-slider > .owl-nav {
   position: absolute;
   bottom: 5%;
   right: 10px !important;
}
.banner-title {
    padding-top: 15rem;
}
.banner{
   height: 400px;
}   
/*HOME PAGE START */
.swiper-slide-box > img {
    width: 230px;
    height: auto;
    object-fit: cover;
    padding: 2rem;
    margin: 0rem;
}
.kurumsal-first-title > h1 {
    font-size: 30px;
}
.section-hizmetler-title > h3 {
    &::before {
        width: 5%;
    }
}
.hizmetler {
    padding-bottom: 3rem;
}
.section-hizmetler-content{
    padding-bottom: 3rem;
    padding-left: 1rem;
}
.section-blog-first-title > h3 {
    &::before {
        width: 5%;
    }
}
.blog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-item-img > img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.blog-item-body {
    height: 180px;
}
.appointment-card{
    position: relative;
    left: 20%;
}
.contact-info-box{
    margin-bottom: 1rem;
}
.section-iletisime-gec-text > p {
    text-align: center;
}
.appointment-card{
    right: 0%;
    left: 0%;
    position: relative;
}
/* HOME PAGE END*/
/* ABOUT US PAGE START */
.kurumsal-social-list {
    width: 70%;
}
.kurumsal-img{
    position: sticky;
    top: 150px;
}
.hizmet-galeri-list {
    padding-top: 0rem;
    padding-bottom: 3rem;
}
/* ABOUT US PAGE END */
/* REFERENCE PAGE START */
.referanslar-page {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.referans-item {
    margin-bottom: 2rem;
}
/* REFERENCE PAGE END */
/* İK PAGE START */
.buttonText{
    padding: 15px 30px !important;
}
/* İK PAGE END */
/* MANAGEMENT PAGE START */
.yonetim-kurulu {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.box-item{
    margin-bottom: 2rem;
}
/* MANAGEMENT PAGE END */
/* BRAND PAGE START */
.sigorta-box {
    margin-bottom: 2rem;
}
.sigorta-box-content {
    height: 200px;
}
/* BRAND PAGE END */
/*BLOG PAGE START*/
.haberler-page {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.haber-box-item{
    margin-bottom: 2rem;
}
.haber-box-content {
    padding: 1rem;
    height: 300px;
}
/* BLOG PAGE END */
/*GALERİ PAGE START */
.galeri-list {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.nav-pills{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.gallery-list-img > a > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
/* GALERİ PAGE END */
/* CONTACT PAGE START */
.contact-adres-menu-title > h3 {
    color: white;
    font-size: 55px;
    font-weight: 600;
}
.contact{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.contact-adres-menu > li > a > i {
    font-size: 20px;
}
.contact-adres-menu > li > a {
    font-size: 14px;
}
.socail-media-adres-menu {
    & > li {
        >a {
            color: white;
            font-size: 20px;
        }
    }
}
.contact-form{
    margin-top: 0rem;
}
.contact-map {
    padding-bottom: 3rem;
}
.form-check-label > span {
    >a {
        color: var(--color3);
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }
}
.form-check-label > span {
    padding-top: .5rem;
    color: var(--color3);
    font-size: 14px;
    font-weight: 400;
}
.form-check-input {
    width: 14px !important;
    height: 14px !important;
}
/* CONTACT PAGE END */
/*FOOTER START*/
.footer-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 450px;
        height: auto;
        object-fit: cover;
        margin-left: -3rem;
        margin-bottom: 1rem;
    }
}
footer::after{
    display: block;
}
.footer-about-us > p:nth-child(1) {
    width: 100%;
}
.footer-navigasyon-menu {
    padding-left: 4rem; 
    margin-top: 0rem !important;
}
.footer-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 450px;
        height: auto;
        object-fit: cover;
        margin-left: -4.8rem;
        margin-bottom: 1rem;
    }
/*FOOTER END*/  
}
	.kurumsal-img > img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    transition: transform .5s;
    transform: scale(1);
}
}
/********************* 1200px - 1399px**********************************************************/
@media(min-width:1400px){
.site-navigation {
    left: 0px;
    right: 0px;
} 
.web-site-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 100%;
        object-fit: cover;
        margin-left: -4.3rem;
    }
}
.site-navigation-menu {
    margin-top: 2rem;
}
.language-menu {
    margin-top: 2rem;
}
.language-menu {
    & > li {
        & > a {
            > img {
                width: 25px;
            }
        }
    }
}
.site-navigation-menu {
    & > li {
        >a {
            font-size: 14px;
        }
    }
}
.sub-menu > li > a {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
}

.children-sub-menu > li > a {
    font-size: 14px;
}
.banner{
   height: 400px;
}   
.banner-title {
    padding-top: 15rem;
}
/*HOME PAGE START */
/* HOME PAGE END*/
/* ABOUT US PAGE START */
.kurumsal-social-list {
    width: 55%;
}
.kurumsal-img{
    position: sticky;
    top: 200px;
}
.hizmet-galeri-list {
    padding-top: 0rem;
    padding-bottom: 3rem;
}
/* ABOUT US PAGE END */
/* REFERENCE PAGE START */
.referanslar-page {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.referans-item {
    margin-bottom: 2rem;
}
/* REFERENCE PAGE END */
/* İK PAGE START */
.buttonText{
    padding: 15px 30px !important;
}
/* İK PAGE END */
/* MANAGEMENT PAGE START */
.yonetim-kurulu {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.box-item{
    margin-bottom: 2rem;
}
/* MANAGEMENT PAGE END */
/* BRAND PAGE START */
.sigorta-box {
    margin-bottom: 2rem;
}
.sigorta-box-content {
    height: 200px;
}
/* BRAND PAGE END */
/*BLOG PAGE START*/
.haberler-page {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.haber-box-item{
    margin-bottom: 2rem;
}
.haber-box-content {
    padding: 1rem;
    height: 300px;
}
/* BLOG PAGE END */
/*GALERİ PAGE START */
.galeri-list {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.nav-pills{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.gallery-list-img > a > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
/* GALERİ PAGE END */
/* CONTACT PAGE START */
.contact-adres-menu-title > h3 {
    color: white;
    font-size: 55px;
    font-weight: 600;
}
.contact{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.contact-adres-menu > li > a > i {
    font-size: 20px;
}
.contact-adres-menu > li > a {
    font-size: 14px;
}
.socail-media-adres-menu {
    & > li {
        >a {
            color: white;
            font-size: 20px;
        }
    }
}
.contact-form{
    margin-top: 0rem;
}
.contact-map {
    padding-bottom: 3rem;
}
.form-check-label > span {
    >a {
        color: var(--color3);
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }
}
.form-check-label > span {
    padding-top: .5rem;
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
}
.form-check-input {
    width: 14px !important;
    height: 14px !important;
}
/* CONTACT PAGE END */
/*FOOTER START*/
.footer-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 450px;
        height: auto;
        object-fit: cover;
        margin-left: -3rem;
        margin-bottom: 1rem;
    }
}
footer::after{
    display: block;
}
.footer-about-us > p:nth-child(1) {
    width: 100%;
}
.footer-navigasyon-menu {
    padding-left: 4rem; 
    margin-top: 2rem;
}
.footer-logo {
        > a > img {
            filter: brightness(0) invert(1);
            width: 450px;
            height: auto;
            object-fit: cover;
            margin-left: -4.8rem;
            margin-bottom: 1rem;
        }
/*FOOTER END*/  
}
.footer-about-us > p:nth-child(1) {
    width: 80%;
}
 .kurumsal-img > img {
        height: 500px;
        width: 100%;
        object-fit: cover;
        transition: transform .5s;
        transform: scale(1);
        margin-top: 2.3rem;
    }
}
/********************** 1400px ***********************************************************/
@media only screen and (min-device-width: 1440px) and (min-device-width: 900px)  {  
.site-navigation {
    left: 0px;
    right: 0px;
}  
.web-site-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 100%;
        object-fit: cover;
        margin-left: -4.5rem;
    }
}
.site-navigation-menu {
    & > li {
        >a {
            font-size: 14px;
        }
    }
}
.sub-menu > li > a {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
}
.children-sub-menu > li > a {
    font-size: 14px;
}
.slider-content {
    position: absolute;
    top: 450px;
    left: .4%;
    transform: none !important;
}
.section-hizmetler-content {
    padding-bottom: 3rem;
    padding-left: 1rem;
}

}
/********************** 1440px Devices ***********************************************************/
@media only screen and (min-device-width: 1500px) and (min-device-width: 900px)  {  
.site-navigation {
    left: 0px;
    right: 0px;
}  
.web-site-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 100%;
        object-fit: cover;
        margin-left: -4.5rem;
    }
}
.site-navigation-menu {
    & > li {
        >a {
            font-size: 16px;
        }
    }
}
.sub-menu > li > a {
    color: white !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
}
.children-sub-menu > li > a {
    font-size: 16px;
}
.slider-content {
    position: absolute;
    top: 450px;
    left: .4%;
    transform: none !important;
}
.section-hizmetler-content {
    padding-bottom: 3rem;
    padding-left: 1rem;
}
}
/********************** 1500px Devices ***********************************************************/
@media only screen and (min-device-width: 1600px) and (min-device-width: 900px)  {  
.site-navigation {
    left: 20px;
    right: 20px;
}  
.web-site-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 100%;
        object-fit: cover;
        margin-left: -4.5rem;
    }
}
.site-navigation-menu {
    & > li {
        >a {
            font-size: 16px;
        }
    }
}
.sub-menu > li > a {
    color: white !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
}
.children-sub-menu > li > a {
    font-size: 16px;
}
.slider-content {
    position: absolute;
    top: 450px;
    left: 2%;
    transform: none !important;
}
.section-hizmetler-content {
    padding-bottom: 3rem;
    padding-left: 3rem;
}
}
/********************** 1600px Devices ***********************************************************/
@media(min-width:1750px){
.site-navigation {
    left: 30px;
    right: 30px;
}  
.web-site-logo {
    > a > img {
        filter: brightness(0) invert(1);
        width: 100%;
        object-fit: cover;
        margin-left: -4.5rem;
    }
}
.site-navigation-menu {
    & > li {
        >a {
            font-size: 16px;
        }
    }
}
.sub-menu > li > a {
    color: white !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
}
.children-sub-menu > li > a {
    font-size: 16px;
}
.slider-content {
    position: absolute;
    top: 550px !important;
    left: 44.5% !important;
    transform: translate(-50% , -50%) !important;
}
.section-hizmetler-content {
    padding-bottom: 3rem;
    padding-left: 10.5% !important;
}
}
/********************** 1750px Devices ***********************************************************/
@media(min-width:2100px){
.web-site-logo {
        > a > img {
            filter: brightness(0) invert(1);
            width: 100%;
            object-fit: cover;
            margin-left: -4.6rem;
        }
}
.slider-content {
    position: absolute;
    top: 450px !important;
    left: 46% !important;
    transform: translate(-50% , -50%) !important;
}
.section-hizmetler-content {
    padding-bottom: 3rem;
    padding-left: 19% !important;
}
}
/********************** 2100px Devices ***********************************************************/