
@font-face {
    font-family: ingmebold;
    src: url("../font/INGMe-Bold.otf");
 }
 @font-face {
    font-family: ingme;
    src: url("../font/INGMe.otf");
 }
 
 
 
  /*-------------------------------------------------- */
  
  /* Ekran 1: Mobil Ekranlar (0 - 767px) */
  @media only screen and (max-width: 767px) {
 
     .topbar, .navbar, .srd-grid-area-3-tablet-y, .contact-area-tablet-y, .footer-tablet-y, .contact-area-bottom-tablet-y, .contact-area-title-hb-tablet-y, .srd-grid-area-23-tablet-y, .srd-grid-area-20-tablet-y, .srd-grid-area-21-tablet-y, .srd-paralax-area-grid-4-tablet-y, .srd-grid-area-19-tablet-y, .srd-grid-area-17-tablet-y, .srd-grid-area-18-tablet-y, .srd-grid-area-19-tablet-y, .srd-grid-area-16-tablet-y, .srd-grid-area-15-tablet-y, .srd-grid-area-14-tablet-y, .srd-grid-area-13-tablet-y, .srd-grid-area-12-tablet-y, .srd-grid-area-11-tablet-y, .srd-paralax-area-grid-3-tablet-y, .srd-grid-area-10-tablet-y, .srd-grid-area-9-tablet-y, .srd-grid-area-8-tablet-y, .srd-paralax-area-grid-2-tablet-y, .srd-grid-area-7-tablet-y, .srd-grid-area-6-tablet-y, .srd-grid-area-5-tablet-y, .srd-grid-area-4-tablet-y, .srd-grid-area-2-tablet-y, .srd-grid-area-tablet-y, .navbar-tablet-y, .srd-paralax-area-grid-1-tablet-y, .navsubmenu-tablet-y, .navsubmenu, .topbar-tablet-d, .topbar-tablet-y, .srd-grid-area-9-tablet-d, .contact-area-hb-grid-tablet-d, .srd-grid-area-22-tablet-y, .footer-tablet, .contact-area-title-hb-tablet-d, .srd-grid-area-22-tablet-d, .srd-grid-area-23-tablet-d, .srd-grid-area-21-tablet-d, .srd-grid-area-20-tablet-d, .srd-paralax-area-grid-4-tablet-d, .srd-grid-area-19-tablet-d, .srd-grid-area-18-tablet-d, .srd-grid-area-17-tablet-d, .srd-grid-area-14-tablet-d, .srd-grid-area-16-tablet-d, .srd-grid-area-15-tablet-d, .srd-grid-area-12-tablet-d, .srd-grid-area-13-tablet-d, .srd-grid-area-11-tablet-d, .srd-grid-area-10-tablet-d, .srd-paralax-area-grid-3-tablet-d, .srd-grid-area-3-tablet-d, .srd-paralax-area-grid-2-tablet-d, .srd-grid-area-8-tablet-d, .srd-grid-area-7-tablet-d, .srd-grid-area-6-tablet-d, .srd-grid-area-5-tablet-d, .srd-grid-area-4-tablet-d, .srd-grid-area-2-tablet-d, .srd-grid-area-tablet-d, .navbar-tablet-d, .navsubmenu-tablet-d, .srd-paralax-area-grid-1-tablet-d, .srd-paralax-area-grid-1, .srd-grid-area, .srd-grid-area-2, .srd-grid-area-3, .srd-grid-area-4, .srd-grid-area-5, .srd-grid-area-6, .srd-grid-area-7, .srd-grid-area-8, .srd-grid-area-9, .srd-grid-area-10, .srd-grid-area-11, .srd-grid-area-12, .srd-grid-area-13, .srd-grid-area-14, .srd-grid-area-15, .srd-grid-area-16, .srd-grid-area-17, .srd-grid-area-18, .srd-grid-area-19, .srd-grid-area-20, .srd-grid-area-21, .srd-grid-area-22, .srd-grid-area-23, .contact-area-grid, .footer, .footer-tablet-d{
         display: none;
     }
     
     
     
     
     
     
     
     
       /* Menü gizli */
    .openercstmmenu-y-tablet {
      display: none;
      background-color: #FF6200;
      z-index: 10001;
      position: absolute;
      width: 244px;
      margin-left: 10px;
      padding: 10px;
      list-style: none;
    }

    /* Menü aktif olunca görünür */
    .nav-item.active .openercstmmenu-y-tablet {
      display: block;
    }

    /* Menü bağlantıları */
    .openercstmmenu-y-tablet li a {
      display: block;
      color: white;
      text-decoration: none;
      font-size: 19px;
      font-family: 'ingme';
    }

    .openercstmmenu-y-tablet li {
      margin-bottom: 7px;
    }

    .openercstmmenu-y-tablet li:last-child {
      margin-bottom: 0;
    }

    /* Menü başlığı */
    .nav-link {
      cursor: pointer;
      display: inline-block;
      padding: 8px;
      color: black;
      text-decoration: none;
      font-family: 'ingme';
      font-size: 28px;
    }
     
     .arrowcstmmenu{
         position:relative;
     }
     
    .arrowcstmmenu::after{
         position:absolute;
         content:'▼';
         right:-19px;
         top:22px;
         font-size:13px;
     }
     
     
     
     
     
     
     
     
     
     .captchamobileimg {
    width: 175px;
}

.captchamobileimg img {
    width: 28px;
}
 
 button.navbar-toggler {
    padding-right: 3px !important;
}
 
     .topbar-mobile{
         width: 100%;
         height: 60px;
         background-color: white;
         border-bottom: 1px #e5e5e5 solid;
     }
     .topbartext-mobile {
        position: relative;
        font-size: 16px;
        font-family: "ingme";
        border-bottom: 2px #FF6200 solid;
        margin-left: 30px;
        padding: 14px 0px 0px 0px;
     }
 
 
      
     .navbar-mobile .navbar-collapse {
         position: fixed;
         top: 0;
         left: -100%;
         width: 100%;
         height: 100%;
         background: white;
         z-index: 999;
         transition: left 0.3s;
       }
           .navbar-light .navbar-toggler {
     color: transparent !important;
     border-color: transparent !important;
 }
     
         .navbar-toggler-x{
             
             background-image: url('https://www.ingleasing.com.tr/assets/img/hamburger-icon-close.png');
               background-size: cover; /* Resmi öğenin boyutuna sığdırır */
               background-repeat: no-repeat; /* Resmi tekrarlamaz */
               background-position: center center; /* Resmi öğenin ortasına hizalar */
 
             width: 33px;
             height: 33px;
             
             position: absolute;
             border: 0px white solid;
             top: 1%;
             right: 2%;
     }	
     
     
       .navbar-mobile .navbar-toggler {
         position: relative;
       }
 
       .navbar-mobile .navbar-toggler-icon {
         display: block;
         position: absolute;
         transform: translate(0, -50%);
         cursor: pointer;
           margin-left: -130%;
         background-image: url('https://www.ingleasing.com.tr/assets/img/hamburger-icon.png');
           background-size: cover; /* Resmi öğenin boyutuna sığdırır */
           background-repeat: no-repeat; /* Resmi tekrarlamaz */
           background-position: center center; /* Resmi öğenin ortasına hizalar */
         width: 23px;
         height: 23px;
 
           
       }
 
       .navbar-mobile .navbar-nav {
         margin-top: 40px; /* İçerikten uzaklaştırma */
         padding-left: 30px;
       }
 
       .navbar-mobile .navbar-toggler.collapsed + .navbar-collapse {
         left: -100%;
 
       }
 
       .navbar-mobile .navbar-collapse.show {
         left: 0;
 
       }
     .navbar-mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        background-color: white !important;
 }
     .navbar-mobile img{
         width: 70%;
         margin-left: 11%;
     }
     
     a.nav-link{
         font-size: 28px;
         font-family: "ingme";
     }
      
 
     .navsubmenu-mobile {
         width: 100%;
         background-color: #EEEEEE !important;
         padding-top:10px;
         padding-bottom:20px;
     }
 
     .navsubmenuleft-mobile h1{
         font-family:"ingmebold";
         font-size:30px;
         color:#303030;
     }
 
     .navsubmenuleft-mobile ul{
         list-style-type:none;
     }
 
      
     .navsubmenuleft-mobile ul li a{
         font-size:14px;
         color:#303030;
         margin-left:-7px;
         font-family:"ingme";
         text-decoration: none;
     }
 
 
 
     .srd-paralax-area-grid-1-mobile {
         background-image: url(https://www.ingleasing.com.tr/assets/img/yaklasimheadermbl.jpg);
         height: 200px;
         display: flex;
         align-items: center;
         justify-content: center;
         background-repeat: no-repeat;
         background-size: cover;
         position: relative;
     }
     
     .srd-paralax-area-grid-1-mobile .container{
         padding: 0px;
     }
     
     .srd-sub-paralax-area-grid-1{
         width: 100%;
         height: 200px;
         position: relative;
     }
     
     .srd-sub-paralax-area-grid-1-mobile::after {
         content: "Yaklaşım";
         font-family: 'ingme';
         font-size: 28px !important;
         position: absolute;
         color: white;
         background-color: #FF6200;
         font-size: 50px;
         margin-left: 20px;
         bottom: -24px;
         padding: 3px 16px;
         border-radius: 7px;
         font-weight: 700;
     }
 
     
     .srd-grid-area-mobile {
         width: 90%;
         height: auto;
         padding-top: 60px;
         padding-bottom: 30px;
         margin-left: 20px;
     }
 
 .srd-grid-area-mobile p{
     font-family: 'ingme';
     font-size: 18px;
     color: #333333;
 }
 
 .srd-grid-area-2-left img {
     width: 100%;
 }
 
 .srd-grid-area-2-right p {
     width: 90%;
     margin-left: 20px;
     font-family: "ingme";
     margin-top: 50px;
     font-size: 18px;
 }
 
 .srd-grid-area-3-mobile {
     width: 90%;
     margin-left: 20px;
 }
 
 .srd-grid-area-3-mobile p{
     font-family: "ingme";
     font-size: 18px;
     color: #333333;
     margin: 0px;
 
 
 }
 
 
 
 
 .srd-grid-area-4-mobile{
     width: 100%;
 }
 
 .srd-grid-area-4-left {
     width: 90%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     margin-left: 20px;
     margin-top: 40px;
 }
 
 .srd-grid-area-4-left p{
     font-size: 18px;
     font-family: "ingme";
     color:#333333;
     margin: 0px;
 }
 
 .srd-grid-area-4-right{
     width: 100%;
     margin-top: 40px;
 }
 
 .srd-grid-area-4-right img{
     width: 100%;
     height: 100%;
 }
 
 
 .srd-grid-area-5-mobile{
     width: 100%;
     padding-top: 40px;
 }
 
 .srd-grid-area-5-left{
     width: 100%;
     margin-top: 40px;
 }
 
 .srd-grid-area-5-right{
     width: 90%;
     margin-left: 20px;
 }
 
 .srd-grid-area-5-right p{
     font-size: 18px;
     font-family: 'ingme';
     color: #333333;
     margin: 0px 0px 0px 0px;
 }
 
 .srd-grid-area-5-left img{
     width: 100%;
     height: 100% !important;
 }
 
 
 .srd-grid-area-6-mobile{
     width: 90%;
     margin-left: 20px;
     margin-top: 40px;
 }
 
 .srd-grid-area-6-mobile p{
     font-family: "ingmebold";
     color:#FF6200;
     font-size: 18px;
     margin: 0px;
 }
 
 
 .srd-grid-area-7-mobile{
     width: 100%;
 }
 
 .srd-grid-area-7-left {
     width: 90%;
     margin-left: 20px;
     margin-top: 40px;
 }
 
 .srd-grid-area-7-left p{
     margin: 0px;
     font-size: 18px;
     color:#333333;
     font-family: "ingme";
 }
 
 .srd-grid-area-7-right{
     width: 100%;
     margin-top: 40px;
 }
 
 .srd-grid-area-7-right img{
     width: 100%;
     height: 100% !important;
 }
 
 
 .srd-grid-area-8-mobile{
     width: 90%;
     margin-left: 20px;
     margin-top: 40px;
 }
 
 
 .srd-paralax-area-grid-2-mobile {
     background-image: url(https://www.ingleasing.com.tr/assets/img/IklimDegisikligiHeadermbl.jpg);
     height: 200px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-2-mobile .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-2-mobile{
     width: 100%;
     height: 200px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-2-mobile::after {
     content: "İklim Değişikliği";
     font-family: 'ingme';
     font-size: 28px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     font-size: 50px;
     margin-left: 20px;
     bottom: -25px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 
 .srd-grid-area-9-mobile{
     width: 100%;
     margin-top: 60px;
 }
 
 .srd-grid-area-9-mobile p{
     font-size: 18px;
     font-family: 'ingme';
     color: #000000;
     margin: 20px;
     width: 90%;
 }
 
 
 .srd-grid-area-10-mobile{
     width: 100%;
 }
 
 .srd-grid-area-10-left{
     width: 100%;
 }
 
 .srd-grid-area-10-right {
     width: 100%;
 }
 
 .srd-grid-area-10-right p{
     font-family: 'ingmebold';
     font-size: 18px;
     color: #000000;
     margin: 0px;
     margin-left: 20px;
     width: 90%;
 }
 
 .srd-grid-area-10-left img{
     width: 100%;
     height: 100%;
     margin-top: 20px;
     margin-bottom: 40px;
 }
 
 
 .srd-paralax-area-grid-3-mobile {
     background-image: url(https://www.ingleasing.com.tr/assets/img/IsBirliklerimizHeadermbl.jpg);
     height: 200px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-3-mobile .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-3-mobile{
     width: 100%;
     height: 200px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-3-mobile::after {
     content: "İş Birliklerimiz ve Üyeliklerimiz";
     font-family: 'ingme';
     font-size: 18px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     margin-left: 20px;
     bottom: -16px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 
 .srd-grid-area-11-mobile{
     width: 90%;
     margin-left: 20px;
     margin-top: 50px;
 }
 
 .srd-grid-area-11-mobile p{
     font-size: 18px;
     font-family: "ingme";
     color: #000000;
 }
 
 
 .srd-grid-area-13-mobile{
     width: 100%;
     padding:20px 0px 0px 0px;
 }
 
 .icon-area{
     width: 108px;
     height: 108px;

     border-radius: 20px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 40px;
 }
 
 .icon-area-null{
     width: 108px;
     height: 108px;
     background-color: transparent;
 }
 
 .icon-area.topcstm {
     margin-bottom: 40px;
 }
 
 
 .srd-grid-area-14-mobile{
     width: 100%;
     width: 90%;
     margin-left: 20px;
     margin-bottom: 40px;
 }
 
 
 .srd-grid-area-16-mobile{
     width: 100%;
     margin-bottom: 40px;
 }
 
 .srd-grid-area-17-mobile{
     width: 100%;
 }
 
 .srd-grid-area-18-mobile{
     width: 90%;
     margin-left: 20px;
 
 }
 
 .srd-grid-area-19-mobile{
     width: 100%;
     margin-bottom: 20px;
 }
 
 
 .srd-paralax-area-grid-4-mobile {
     background-image: url(https://www.ingleasing.com.tr/assets/img/neyapiyoruzheadermbl.jpg);
     height: 200px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-4-mobile .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-4-mobile{
     width: 100%;
     height: 200px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-4-mobile::after {
     content: "ING Leasing olarak ne yapıyoruz?";
     font-family: 'ingme';
     font-size: 18px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     margin-left: 20px;
     bottom: -16px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 .srd-grid-area-20-mobile {
     width: 90%;
     margin-left: 20px;
     margin-top: 60px;
     margin-bottom: 50px;
 }
 
 .srd-grid-area-20-mobile p{
     font-size: 18px;
     color: #000000;
     font-family: "ingme";
 }
 
 
 .srd-grid-area-21-mobile{
     width: 100%;
 }
 
 .srd-grid-area-21-left{
     width: 100%;
 }
 
 .srd-grid-area-21-left img{
     width: 100%;
 }
 
 .srd-grid-area-21-right{
     width: 90%;
     margin-top: 40px;
     margin-left: 20px;
 }
 
 .srd-grid-area-21-right p{
     font-family: "ingmebold";
     font-size: 23px;
     color: #333333;
 }
 
 
 .srd-grid-area-22-mobile{
     width: 100%;
     margin-top: 40px;
 }
 
 .srd-grid-area-22-left{
     width: 100%;
 }
 
 .srd-grid-area-22-left img{
     width: 100%;
     height: 100%;
 }
 
 .srd-grid-area-22-right {
     width: 90%;
     margin-left: 20px;
     margin-top: 50px;
 }
 
 
 .srd-grid-area-23-mobile{
     width: 100%;
     margin-top: 50px;
     margin-bottom: 30px;
 }
 
 .srd-grid-area-23-left{
     width: 100%;
 }
 
 .srd-grid-area-23-left img{
     width: 100%;
     margin-bottom: 50px;
 }
 
 .srd-grid-area-23-right{
     width: 90%;
     margin-left: 20px;
 }
 
 .contact-area-title-hb-mobile {
     height: 60px;
     background-color: #F1F1F1;
 }
 
 
 .contact-area-title-hb-first-mobile{
     display: flex;
     width: 100%;
     height: 30px;
     position: relative;
 }
 .contact-area-title-hb-first-mobile:after{
     content: "İletişim";
     font-family: 'ingme';
     font-size: 28px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     margin-left: 20px;
     bottom: 5px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 
 .contact-area-hb-grid-mobile{
     width: 100%;
     height: 1155px;
     background-color: #F1F1F1;
 }
 
 .contact-area-grid-mobile{
     width: 100%;
     background-color: white;
     border-radius: 18px;
     padding-bottom: 15px;
     height:1105px;
 }
 
 .contact-area-grid-l-mobile{
     width: 100%;
     background-color: white;
     border-radius: 20px;
     padding: 20px;
     height:940px;
 }
 
 .contact-area-grid-r-mobile{
     width: 100%;
     height: 600px;
     border-top-right-radius: 18px;
     border-bottom-right-radius: 18px;
     margin-top: 50px;
 }
 
 .contact-area-grid-l-mobile h1 {
     color: #5E5E5E;
     font-size: 28px;
     font-family: "ingme";
     margin-bottom: 20px;
 }
 
 .formgrid {
     margin-bottom: 10px;
     display: flex;
 }
 
 .frma, .frmb, .frmc {
     margin-top: 7px;
     width: 30%;
 }
 
 label {
     font-size: 18px;
     font-family: "ingme";
     color: black;
     width: 35%;
     margin-top: 6px;
 }
 
 .contact-area-grid-l-mobile input#adsoyad {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 60px;
     width: 65%;
     border-radius: 7px;
     font-family: "ingmebold";
     padding-left: 10px;
     margin-left: 10px;
 }

 .contact-area-grid-l-mobile input#unvan {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 65%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
    margin-left: 10px;
}
 
 .contact-area-grid-l-mobile input#telefon {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 75%;
     border-radius: 7px;
     margin-left: 25px;
     font-family: "ingmebold";
     padding-left: 10px;
 }
 
 .contact-area-grid-l-mobile input#eposta {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 72%;
     border-radius: 7px;
     margin-left: 21px;
     font-family: "ingmebold";
     padding-left: 10px;
 }
 
 .contact-area-grid-l-mobile textarea#mesaj {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 240px;
     width: 68%;
     border-radius: 7px;
     margin-left: 14px;
     font-family: "ingmebold";
     padding-left: 10px;
     padding-top: 10px;
     padding-bottom: 10px;
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .contact-area-grid-l-mobile input#adsoyad8 {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 60px;
     width: 65%;
     border-radius: 7px;
     font-family: "ingmebold";
     padding-left: 10px;
     margin-left: 10px;
 }

 .contact-area-grid-l-mobile input#unvan8 {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 65%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
    margin-left: 10px;
}
 
 .contact-area-grid-l-mobile input#telefon8 {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 75%;
     border-radius: 7px;
     margin-left: 25px;
     font-family: "ingmebold";
     padding-left: 10px;
 }
 
 .contact-area-grid-l-mobile input#eposta8 {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 72%;
     border-radius: 7px;
     margin-left: 21px;
     font-family: "ingmebold";
     padding-left: 10px;
 }
 
 .contact-area-grid-l-mobile textarea#mesaj8 {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 240px;
     width: 68%;
     border-radius: 7px;
     margin-left: 14px;
     font-family: "ingmebold";
     padding-left: 10px;
     padding-top: 10px;
     padding-bottom: 10px;
 }
 
 
 
 
 
 
 
 .formgridbtn {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: flex-end;
     width: 100%;
 }
 
 .contact-area-grid-l-mobile input[type="submit"] {
     background-color: white !important;
     border: 2px #525098 solid;
     height: 45px;
     width: 110px;
     font-family: "ingmebold";
     border-radius: 7px;
     font-size: 16px;
     color: #525098;
     transition-duration: 500ms;
 }
 
 
 
 .footer-mobile{
     background-color: #757575;
     padding: 20px 0px 20px 0px;
 }
 .footer-mobile ul{
     list-style-type: none;
     padding-left: 0px;
     margin-top: 20px;
 }
 .footer-mobile ul li{
     margin-bottom: 5px;
 }
 .footer-mobile ul li a{
     color:white;
     font-family: "ingme";
     text-decoration: none;
 }
 
 button.accordion-m.cstmacrd {
     height: 100px !important;
 }
 
 
 
 
 
 
 
 
 
 
  }
 
 
  /*-------------------------------------------------- */
  
  /* Ekran 2: Dikey Tablet (768px - 991px) */
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  
     .topbar, .topbar-mobile, .navbar, .srd-grid-area-3-tablet-y, .contact-area-tablet-y, .contact-area-bottom-tablet-y, .footer-tablet-y, .contact-area-title-hb-tablet-y, .srd-grid-area-20-tablet-y, .srd-grid-area-23-tablet-y, .srd-grid-area-21-tablet-y, .srd-paralax-area-grid-4-tablet-y, .srd-grid-area-19-tablet-y, .srd-grid-area-18-tablet-y, .srd-grid-area-17-tablet-y, .srd-grid-area-19-tablet-y, .srd-grid-area-15-tablet-y, .srd-grid-area-16-tablet-y, .srd-grid-area-14-tablet-y, .srd-grid-area-13-tablet-y, .srd-grid-area-12-tablet-y, .srd-grid-area-11-tablet-y, .srd-paralax-area-grid-3-tablet-y, .srd-grid-area-10-tablet-y, .srd-grid-area-9-tablet-y, .srd-grid-area-8-tablet-y, .srd-paralax-area-grid-2-tablet-y, .srd-grid-area-7-tablet-y, .srd-grid-area-6-tablet-y, .srd-grid-area-5-tablet-y, .srd-grid-area-4-tablet-y, .srd-grid-area-2-tablet-y, .navbar-mobile, .srd-grid-area-tablet-y, .srd-paralax-area-grid-1-tablet-y, .navbar-tablet-y, .navsubmenu-tablet-y, .topbar-tablet-y, .navsubmenu, .navsubmenu-mobile, .srd-paralax-area-grid-1, .srd-paralax-area-grid-1-mobile, .srd-grid-area-22-tablet-y, .srd-grid-area, .srd-grid-area-mobile, .srd-grid-area-2, .srd-grid-area-2-mobile, .srd-grid-area-3, .srd-grid-area-3-mobile, .srd-grid-area-4, .srd-grid-area-4-mobile, .srd-grid-area-5, .srd-grid-area-5-mobile, .srd-grid-area-6, .srd-grid-area-6-mobile, .srd-grid-area-7, .srd-grid-area-7-mobile, .srd-grid-area-8, .srd-grid-area-8-mobile, .srd-paralax-area-grid-2, .srd-paralax-area-grid-2-mobile, .srd-grid-area-9, .srd-grid-area-9-mobile, .srd-grid-area-10, .srd-grid-area-10-mobile, .srd-paralax-area-grid-3, .srd-paralax-area-grid-3-mobile, .srd-grid-area-11, .srd-grid-area-11-mobile, .srd-grid-area-12, .srd-grid-area-12-mobile, .srd-grid-area-13, .srd-grid-area-13-mobile, .srd-grid-area-14, .srd-grid-area-14-mobile, .srd-grid-area-15, .srd-grid-area-15-mobile, .srd-grid-area-16, .srd-grid-area-16-mobile, .srd-grid-area-17, .srd-grid-area-17-mobile, .srd-grid-area-18, .srd-grid-area-18-mobile, .srd-grid-area-19, .srd-grid-area-19-mobile, .srd-paralax-area-grid-4, .srd-paralax-area-grid-4-mobile, .srd-grid-area-20, .srd-grid-area-20-mobile, .srd-grid-area-21, .srd-grid-area-21-mobile, .srd-grid-area-22, .srd-grid-area-22-mobile, .srd-grid-area-23, .srd-grid-area-23-mobile, .contact-area-title-hb, .contact-area-title-hb-mobile, .contact-area-hb-grid, .contact-area-hb-grid-mobile, .footer, .footer-mobile{
         display: none;
      }
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
 
 .cstmdtabletopener {
  position: relative;
  user-select: none;
}

.cstmdtabletopener > .dropdown-toggle::after {
  content: " ▼";
  font-size: 0.7em;
  margin-left: 5px;
  display: inline-block;
}

.cstmdtabletopener .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #FF6200;
        border: 0;
        min-width: 150px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        padding: 5px 0;
        z-index: 10;
}

.cstmdtabletopener .dropdown-menu li a {
  display: block;
  padding: 4px 15px;
  color: white;
  text-decoration: none;
          font-size: 18px !important;
}



.cstmdtabletopener.open > .dropdown-menu {
  display: block;
        padding: 10px 0px 10px 0px !important;
        margin: 0px !important;
                width: 240px !important;
}

a.dropdown-toggle {
    font-size: 28px;
    font-family: "ingme";
    text-decoration: none !important;
    color:  var(--bs-nav-link-color);
}
     
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0px !important;
    border-right: 0px !important;
    border-bottom: 0;
    border-left: 0px !important;
    font-size:15px !important;
}     
  
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  
 .captchabtncerez {
    border: 0px;
    background-color: #FF6200;
    color: white;
    font-size: 15px;
    width: 10px;
    height: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 9px;
    margin-top: -144px !important;
    margin-left: 96px;
}
     
      .container{
         max-width: 991px;
     }
 
     
      .topbar-tablet-d{
          width: 100%;
          height: 60px;
          background-color: white;
          border-bottom: 1px #e5e5e5 solid;
      }
      .topbartext-mobile-tablet-d {
         position: relative;
         font-size: 16px;
         font-family: "ingme";
         border-bottom: 2px #FF6200 solid;
         margin-left: 30px;
         padding: 14px 0px 0px 0px;
      }
 
      
     .navbar-tablet-d .navbar-collapse {
         position: fixed;
         top: 0;
         left: -100%;
         width: 100%;
         height: 100%;
         background: white;
         z-index: 999;
         transition: left 0.3s;
       }
           .navbar-light .navbar-toggler {
     color: transparent !important;
     border-color: transparent !important;
 }
     
         .navbar-toggler-x-tablet-d{
             
             background-image: url('https://www.ingleasing.com.tr/assets/img/hamburger-icon-close.png');
               background-size: cover; /* Resmi öğenin boyutuna sığdırır */
               background-repeat: no-repeat; /* Resmi tekrarlamaz */
               background-position: center center; /* Resmi öğenin ortasına hizalar */
 
             width: 33px;
             height: 33px;
             
             position: absolute;
             border: 0px white solid;
             top: 1%;
             right: 2%;
     }	
     
     
       .navbar-tablet-d .navbar-toggler {
         position: relative;
       }
 
       .navbar-tablet-d .navbar-toggler-icon {
         display: block;
         position: absolute;
         transform: translate(0, -50%);
         cursor: pointer;
           margin-left: -130%;
         background-image: url('https://www.ingleasing.com.tr/assets/img/hamburger-icon.png');
           background-size: cover; /* Resmi öğenin boyutuna sığdırır */
           background-repeat: no-repeat; /* Resmi tekrarlamaz */
           background-position: center center; /* Resmi öğenin ortasına hizalar */
         width: 23px;
         height: 23px;
 
           
       }
 
       .navbar-tablet-d .navbar-nav {
         margin-top: 40px; /* İçerikten uzaklaştırma */
         padding-left: 30px;
       }
 
       .navbar-tablet-d .navbar-toggler.collapsed + .navbar-collapse {
         left: -100%;
 
       }
 
       .navbar-tablet-d .navbar-collapse.show {
         left: 0;
 
       }
     .navbar-tablet-d {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        background-color: white !important;
 }
     .navbar-tablet-d img{
         width: 70%;
         margin-left: 11%;
     }
     
     a.nav-link{
         font-size: 28px;
         font-family: "ingme";
     }
 
     
     .navsubmenu-tablet-d {
         width: 100%;
         background-color: #EEEEEE !important;
         padding-top:10px;
         padding-bottom:20px;
     }
 
     .navsubmenuleft-tablet-d h1{
         font-family:"ingmebold";
         font-size:30px;
         color:#303030;
         margin-left: 7%;
     }
 
     .navsubmenuleft-tablet-d ul{
         list-style-type:none;
     }
 
     .navsubmenuleft-tablet-d ul li a{
         font-size:14px;
         color:#303030;
         margin-left:-7px;
         font-family:"ingme";
     }
 
     .navsubmenu-tablet-d h1{
         margin-left: 25px;
     }
     
     
     .navsubmenu-tablet-d ul{
         list-style-type: none;
     }
     
          .navsubmenu-tablet-d ul li a{
             font-size: 18px;
    color: #303030;
    margin-left: -5px;
    font-family: "ingme";
    text-decoration: none;
     }
 
 
 
     .srd-paralax-area-grid-1-tablet-d {
         background-image: url(https://www.ingleasing.com.tr/assets/img/yaklasimheaderdtblt.jpg);
         height: 300px;
         display: flex;
         align-items: center;
         justify-content: center;
         background-repeat: no-repeat;
         background-size: cover;
         position: relative;
     }
     
     .srd-paralax-area-grid-1-tablet-d .container{
         padding: 0px;
     }
     
     .srd-sub-paralax-area-grid-1{
         width: 100%;
         height: 300px;
         position: relative;
     }
     
     .srd-sub-paralax-area-grid-1-tablet-d::after {
         content: "Yaklaşım";
         font-family: 'ingme';
         font-size: 28px !important;
         position: absolute;
         color: white;
         background-color: #FF6200;
         font-size: 50px;
         margin-left: 20px;
         bottom: -24px;
         padding: 3px 16px;
         border-radius: 7px;
         font-weight: 700;
     }
 
     .srd-grid-area-tablet-d {
         width: 90%;
         height: auto;
         padding-top: 60px;
         padding-bottom: 30px;
         margin-left: 20px;
     }
 
 .srd-grid-area-tablet-d p{
     font-family: 'ingme';
 }
 
 
 
 .srd-grid-area-2-tablet-d{
     width: 100%;
 }
 
 .srd-grid-area-2-left{
     width: 100%;
     height: 340px;
 
 }
 
 .srd-grid-area-2-left img{
     width: 100%;
     border-radius: 7px;
 
 }
 
 .srd-grid-area-2-right{
     width: 90%;
 }
 
 .srd-grid-area-2-right p {
     font-family: "ingme";
     margin-left: 20px;
     margin-top: 30px;
 
 }
 
 
 .srd-grid-area-3-tablet-d {
     width: 90%;
     margin-left: 20px;
 }
 
 .srd-grid-area-3-tablet-d p{
     font-family: "ingme";
     margin: 0px;
 }
 
 
 
 .srd-grid-area-4-tablet-d{
     width: 100%;
 }
 
 .srd-grid-area-4-left {
     width: 90%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     margin-left: 20px;
     margin-top: 40px;
 }
 
 .srd-grid-area-4-left p{
     font-size: 18px;
     font-family: "ingme";
     color:#333333;
     margin: 0px;
 }
 
 .srd-grid-area-4-right{
     width: 100%;
     margin-top: 40px;
 }
 
 .srd-grid-area-4-right img{
     width: 100%;
     height: 100%;
 }
 
 
 .srd-grid-area-5-tablet-d{
     width: 100%;
     padding-top: 40px;
 }
 
 .srd-grid-area-5-left{
     width: 100%;
     margin-top: 40px;
 }
 
 .srd-grid-area-5-right{
     width: 90%;
     margin-left: 20px;
 }
 
 .srd-grid-area-5-right p{
     font-family: 'ingme';
     margin: 0px 0px 0px 0px;
 }
 
 .srd-grid-area-5-left img{
     width: 100%;
     height: 100% !important;
 }
 
 
 .srd-grid-area-6-tablet-d{
     width: 90%;
     margin-left: 20px;
     margin-top: 40px;
 }
 
 .srd-grid-area-6-tablet-d p{
     font-family: "ingmebold";
     color:#FF6200;
     margin: 0px;
 }
 
 
 .srd-grid-area-7-tablet-d{
     width: 100%;
 }
 
 .srd-grid-area-7-left {
     width: 90%;
     margin-left: 20px;
     margin-top: 40px;
 }
 
 .srd-grid-area-7-left p{
     margin: 0px;
     font-family: "ingme";
 }
 
 .srd-grid-area-7-right{
     width: 100%;
     margin-top: 40px;
 }
 
 .srd-grid-area-7-right img{
     width: 100%;
     height: 100% !important;
 }
 
 .srd-grid-area-8-tablet-d{
     width: 90%;
     margin-left: 20px;
     margin-top: 40px;
 }
 
 
 .srd-paralax-area-grid-2-tablet-d {
     background-image: url(https://www.ingleasing.com.tr/assets/img/iklimdegisikligidtblthdr.jpg);
     height: 300px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-2-tablet-d .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-2-tablet-d{
     width: 100%;
     height: 300px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-2-tablet-d::after {
     content: "İklim Değişikliği";
     font-family: 'ingme';
     font-size: 28px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     font-size: 50px;
     margin-left: 20px;
     bottom: -23px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 
 .srd-grid-area-9-tablet-d{
     width: 100%;
     margin-top: 60px;
 }
 
 .srd-grid-area-9-tablet-d p{
     font-family: 'ingme';
     margin: 20px;
     width: 90%;
 }
 
 
 .srd-grid-area-10-tablet-d{
     width: 100%;
 }
 
 .srd-grid-area-10-left{
     width: 100%;
 }
 
 .srd-grid-area-10-right {
     width: 100%;
 }
 
 .srd-grid-area-10-right p{
     font-family: 'ingmebold';
     margin: 0px;
     margin-left: 20px;
     width: 90%;
 }
 
 .srd-grid-area-10-left img{
     width: 100%;
     height: 100%;
     margin-top: 20px;
     margin-bottom: 40px;
 }
 
 
 .srd-paralax-area-grid-3-tablet-d {
     background-image: url(https://www.ingleasing.com.tr/assets/img/isbirliklerimiziheaderdtblt.jpg);
     height: 300px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-3-tablet-d .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-3-tablet-d{
     width: 100%;
     height: 300px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-3-tablet-d::after {
     content: "İş Birliklerimiz ve Üyeliklerimiz";
     font-family: 'ingme';
     font-size: 28px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     font-size: 50px;
     margin-left: 20px;
     bottom: -23px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 
 .srd-grid-area-11-tablet-d{
     width: 90%;
     margin-left: 20px;
     margin-top: 50px;
 }
 
 .srd-grid-area-11-tablet-d p{
     font-family: "ingme";
 }
 
 
 .srd-grid-area-13-tablet-d{
     width: 100%;
     padding:20px 0px 0px 0px;
 }
 
 .icon-area{
     width: 158px;
     height: 158px;

     border-radius: 20px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 40px;
     display: flex;
 }
 
 .icon-area-null{
     width: 108px;
     height: 108px;
     background-color: transparent;
 }
 
 .icon-area.topcstm {
     margin-bottom: 40px;
 }
 
 .srd-grid-area-15-tablet-d {
     margin-top: 40px;
 }
 
 
 .srd-grid-area-16-tablet-d{
     width: 100%;
     margin-bottom: 40px;
 }
 
 
 .srd-grid-area-17-tablet-d{
     width: 100%;
 }
 
 
 .srd-grid-area-18-tablet-d{
     width: 90%;
     margin-left: 20px;
 
 }
 
 .srd-grid-area-19-tablet-d{
     width: 100%;
     margin-bottom: 20px;
 }
 
 
 .srd-paralax-area-grid-4-tablet-d {
     background-image: url(https://www.ingleasing.com.tr/assets/img/neyapiyoruzhdrdtblt.jpg);
     height: 300px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-4-tablet-d .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-4-tablet-d{
     width: 100%;
     height: 300px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-4-tablet-d::after {
     content: "ING Leasing olarak ne yapıyoruz?";
     font-family: 'ingme';
     font-size: 28px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     font-size: 50px;
     margin-left: 20px;
     bottom: -23px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 
 .srd-grid-area-20-tablet-d {
     width: 90%;
     margin-left: 20px;
     margin-top: 60px;
     margin-bottom: 50px;
 }
 
 .srd-grid-area-20-tablet-d p{
     font-family: "ingme";
 }
 
 
 .srd-grid-area-21-tablet-d{
     width: 100%;
 }
 
 .srd-grid-area-21-left{
     width: 100%;
 }
 
 .srd-grid-area-21-left img{
     width: 100%;
 }
 
 .srd-grid-area-21-right{
     width: 90%;
     margin-top: 40px;
     margin-left: 20px;
 }
 
 .srd-grid-area-21-right p{
     font-family: "ingmebold";
     font-size: 23px;
     color: #FF6200;
 }
 
 
 .srd-grid-area-22-tablet-d{
     width: 100%;
     margin-top: 40px;
 }
 
 .srd-grid-area-22-left{
     width: 100%;
 }
 
 .srd-grid-area-22-left img{
     width: 100%;
     height: 100%;
 }
 
 .srd-grid-area-22-right {
     width: 90%;
     margin-left: 20px;
     margin-top: 50px;
 }
 
 
 .srd-grid-area-23-tablet-d{
     width: 100%;
     margin-top: 50px;
     margin-bottom: 30px;
 }
 
 .srd-grid-area-23-left{
     width: 100%;
 }
 
 .srd-grid-area-23-left img{
     width: 100%;
     margin-bottom: 50px;
 }
 
 .srd-grid-area-23-right{
     width: 90%;
     margin-left: 20px;
 }
 
 
 .contact-area-title-hb-tablet-d {
     height: 60px;
     background-color: #F1F1F1;
     margin-top: 50px;
 }
 
 .contact-area-title-hb-first-tablet-d{
     display: flex;
     width: 100%;
     height: 30px;
     position: relative;
 }
 .contact-area-title-hb-first-tablet-d:after {
     content: "İletişim";
     font-family: 'ingme';
 font-size: 28px !important;
 position: absolute;
 color: white;
 background-color: #FF6200;
 margin-left: 5px;
 bottom: 5px;
 padding: 3px 16px;
 border-radius: 7px;
 font-weight: 700;
 }
 
 
 .contact-area-hb-grid-tablet-d{
     width: 100%;
     height: 1070px;
     background-color: #F1F1F1;
 }
 
 .contact-area-grid-tablet-d{
     width: 100%;
     background-color: white;
     border-radius: 18px;
     padding-bottom: 15px;
     height:1000px;
 }
 
 .contact-area-grid-l-tablet-d{
     width: 100%;
     background-color: white;
     border-radius: 20px;
     padding: 20px;
 }
 
 .contact-area-grid-r-tablet-d{
     width: 100%;
     height: 600px;
     border-top-right-radius: 18px;
     border-bottom-right-radius: 18px;
     margin-top: 50px;
 }
 
 .contact-area-grid-l-tablet-d h1 {
     color: #5E5E5E;
     font-size: 28px;
     font-family: "ingme";
     margin-bottom: 20px;
 }
 
 .formgrid {
     margin-bottom: 10px;
     display: flex;
 }
 
 .frma, .frmb, .frmc {
     margin-top: 7px;
     width: 20%;
 }
 
 label {
     font-size: 18px;
     font-family: "ingme";
     color: black;
     width: 20%;
     margin-top: 6px;
 }
 
 .contact-area-grid-l-tablet-d input#adsoyad {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 60px;
     width: 80%;
     border-radius: 7px;
     font-family: "ingmebold";
 }

 .contact-area-grid-l-tablet-d input#unvan {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 80%;
    border-radius: 7px;
    font-family: "ingmebold";
}
 
 .contact-area-grid-l-tablet-d input#telefon {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 80%;
     border-radius: 7px;
 
     font-family: "ingmebold";
 
 }
 
 .contact-area-grid-l-tablet-d input#eposta {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 80%;
     border-radius: 7px;
 
     font-family: "ingmebold";
 
 }
 
 .contact-area-grid-l-tablet-d textarea#mesaj {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 240px;
     width: 80%;
     border-radius: 7px;
 
     font-family: "ingmebold";
 
     padding-top: 10px;
     padding-bottom: 10px;
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  .contact-area-grid-l-tablet-d input#adsoyad6 {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 60px;
     width: 80%;
     border-radius: 7px;
     font-family: "ingmebold";
     margin-bottom:8px;
 }

 .contact-area-grid-l-tablet-d input#unvan6 {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 80%;
    border-radius: 7px;
    font-family: "ingmebold";
}
 
 .contact-area-grid-l-tablet-d input#telefon6 {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 80%;
     border-radius: 7px;
 
     font-family: "ingmebold";
 
 }
 
 .contact-area-grid-l-tablet-d input#eposta6 {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 80%;
     border-radius: 7px;
 
     font-family: "ingmebold";
 
 }
 
 .contact-area-grid-l-tablet-d textarea#mesaj6 {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 240px;
     width: 80%;
     border-radius: 7px;
 
     font-family: "ingmebold";
 
     padding-top: 10px;
     padding-bottom: 10px;
 }
 
 
 
 
 
 
 .formgridbtn {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: flex-end;
     width: 100%;
 }
 
 .contact-area-grid-l-tablet-d input[type="submit"] {
     background-color: white !important;
     border: 2px #525098 solid;
     height: 45px;
     width: 110px;
     font-family: "ingmebold";
     border-radius: 7px;
     font-size: 16px;
     color: #525098;
     transition-duration: 500ms;
     margin-top:10px;
 }
 
 
 .footer-tablet{
     background-color: #757575;
     padding: 20px 0px 20px 0px;
 }
 .footer-tablet ul{
     list-style-type: none;
     padding-left: 0px;
     margin-top: 20px;
 }
 .footer-tablet ul li{
     margin-bottom: 5px;
 }
 .footer-tablet ul li a{
     color:white;
     font-family: "ingme";
     text-decoration: none;
 }
 
 .navbar-toggler-x{
             
    background-image: url('https://www.ingleasing.com.tr/assets/img/hamburger-icon-close.png');
      background-size: cover; /* Resmi öğenin boyutuna sığdırır */
      background-repeat: no-repeat; /* Resmi tekrarlamaz */
      background-position: center center; /* Resmi öğenin ortasına hizalar */

    width: 33px;
    height: 33px;
    
    position: absolute;
    border: 0px white solid;
    top: 1%;
    right: 2%;
}
 
  .numericarea{
    font-size: 12px;
    color: #FF6200 !important;
    font-family: 'ingme';
    width: 150px;
 }
 
 

            .footer-tablet-d{
                background-color: #757575;
                padding: 20px 0px 20px 0px;
            }
            .footer-tablet-d ul{
                list-style-type: none;
                padding-left: 0px;
                margin-top: 20px;
            }
            .footer-tablet-d ul li{
                margin-bottom: 5px;
            }
            .footer-tablet-d ul li a{
                color:white;
                font-family: "ingme";
                text-decoration: none;
            }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
      
  }
  
  /*-------------------------------------------------- */
  
  /* Ekran 3: Yatay Tablet + Minibook Laptop (992px - 1199px) */
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
  
 .topbar-tablet-d, .srd-paralax-area-grid-1, .topbar, .topbar-mobile, .navbar, .srd-grid-area-4, .srd-grid-area-21, .contact-area-hb-grid, .contact-area-hb-grid-mobile, .footer, .footer-mobile, .srd-grid-area-21-mobile, .srd-grid-area-23, .srd-grid-area-23-mobile, .srd-grid-area-22, .srd-grid-area-22-mobile, .srd-grid-area-16, .srd-grid-area-20, .srd-grid-area-20-mobile, .srd-grid-area-19, .srd-grid-area-19-mobile, .srd-grid-area-16-mobile, .srd-grid-area-18, .srd-grid-area-18-mobile, .srd-grid-area-17, .srd-grid-area-17-mobile, .srd-grid-area-15, .srd-grid-area-15-mobile, .srd-grid-area-14, .srd-grid-area-14-mobile, .srd-grid-area-13, .srd-grid-area-13-mobile, .srd-grid-area-12, .srd-grid-area-12-mobile, .srd-grid-area-11, .srd-grid-area-11-mobile, .srd-grid-area-10, .srd-grid-area-10-mobile, .srd-grid-area-4-mobile, .srd-grid-area-8, .srd-grid-area-8-mobile, .srd-grid-area-9, .srd-grid-area-9-mobile, .srd-grid-area-5, .srd-grid-area-5-mobile, .srd-grid-area-6, .srd-grid-area-6-mobile, .srd-grid-area-7, .srd-grid-area-7-mobile, .navbar-mobile, .navsubmenu, .navsubmenu-mobile, .srd-grid-area, .srd-grid-area-mobile, .srd-grid-area-2, .srd-grid-area-2-mobile, .srd-grid-area-3, .srd-grid-area-3-mobile, .navbar-tablet-d, .navsubmenu-tablet-d, .srd-paralax-area-grid-1-tablet-d, .srd-grid-area-23-tablet-d, .footer-tablet, .contact-area-hb-grid-tablet-d, .contact-area-title-hb-tablet-d, .srd-grid-area-22-tablet-d, .srd-grid-area-21-tablet-d, .srd-grid-area-20-tablet-d, .srd-paralax-area-grid-4-tablet-d, .srd-grid-area-19-tablet-d, .srd-grid-area-18-tablet-d, .srd-grid-area-17-tablet-d, .srd-grid-area-16-tablet-d, .srd-grid-area-12-tablet-d, .srd-grid-area-15-tablet-d, .srd-grid-area-14-tablet-d, .srd-grid-area-13-tablet-d, .srd-grid-area-10-tablet-d, .srd-grid-area-11-tablet-d, .srd-paralax-area-grid-3-tablet-d, .srd-grid-area-9-tablet-d, .srd-paralax-area-grid-2-tablet-d, .srd-grid-area-8-tablet-d, .srd-grid-area-7-tablet-d, .srd-grid-area-6-tablet-d, .srd-grid-area-5-tablet-d, .srd-grid-area-4-tablet-d, .srd-grid-area-3-tablet-d, .srd-grid-area-tablet-d, .srd-grid-area-2-tablet-d, .footer-tablet-d{
     display: none;
 }



















 
 .cstmytabletopener {
  position: relative;
  user-select: none;
}

.cstmytabletopener > .dropdown-toggle::after {
        position: absolute;
        content: '▼';
        right: -15px;
        top: 1px;
        font-size: 10px;
        color: #303030 !important;
}

.cstmytabletopener .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FF6200; /* Arka plan rengi */
  border: 0; /* Border kaldırıldı */
  min-width: 150px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 5px 0;
  z-index: 10;
}

.cstmytabletopener .dropdown-menu li a {
        display: block;
        padding: 8px 15px;
        color: white;
        text-decoration: none;
        padding-left: 10px;
        padding-bottom: 3px;
        padding-top: 3px;
        font-size: 14px !important;
}

/* Hover kaldırıldı - alt menüde hover efekti yok */
.cstmytabletopener .dropdown-menu li a:hover {
  background-color: transparent;
  color: white;
  cursor: default;
  transition: none;
}

.cstmytabletopener.open > .dropdown-menu {
        display: block;
        padding: 10px 0px 10px 0px !important;
        margin: 0px !important;
}
 
a.dropdown-toggle {
    color: #303030 !important;
    font-size: 13px !important;
    font-family: "ingme";
    position: relative;
    margin-right: 10px;
    text-decoration: none !important;
}     
     
  ul.dropdown-menu {
    width: 180px !important;
}   
    
    .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0;
    border-left: 0 !important;
}



















 

 .container{
    max-width: 992px;
}




 .topbar-tablet-y{
     width: 100%;
     height: 60px;
     background-color: white;
     border-bottom: 1px #e5e5e5 solid;
 }
 .topbartext-mobile-tablet-y {
    position: relative;
    font-size: 16px;
    font-family: "ingme";
    border-bottom: 2px #FF6200 solid;
    margin-left: 30px;
    padding: 14px 0px 0px 0px;
 }



 .bg-light .container {
    max-width: 942px;
}

 .bg-light {
    background-color: white !important;
    height: 70px !important;
    margin-top: 5px;
}

.bg-light .container {
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.menu-icon-1 {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

     a.nav-link {
         color: #303030 !important;
         font-size: 13px !important;
         font-family: "ingme";
         position: relative;
         margin-left: 3px;
     }
     
     a.nav-link:hover{
         color: #FF6200 !important;
         font-size: 13px !important;
         font-family: "ingme";
         position:relative;
         margin-left: 3px;
     }
     
     a.nav-link::after {
         position: absolute;
         bottom: 0px;
         left: 5%;
         width: 90%;
         height: 2px;
         background-color: #FF6200;
         content: " ";
         opacity: 0;
         transition-duration: 400ms;
     
     }
     a.nav-link:hover:after {
         position: absolute;
         bottom: 0px;
         left: 5%;
         width: 90%;
         height: 2px;
         background-color: #FF6200;
         content: " ";
         opacity: 1;
         transition-duration: 400ms;
     
     }
     
     li.nav-item:last-child a.nav-link:hover::after {
         opacity: 0 !important;
     }
 
     .navbar-tablet-y img {
         width: 200px;
     }
 
     .navbar-expand-lg .navbar-nav {
         -ms-flex-direction: row;
         flex-direction: row;
         margin-top: 10px;
     }
 
     .navbar-expand-lg .navbar-nav .nav-link{
         padding-right: 0.5rem;
         padding-left: 0.5rem;
         margin-right:15px;
     }
     
     
 
     li.nav-item.active .nav-link {
         color: #FF6200 !important;
     }
 
     a.nav-link:hover:after {
         position: absolute;
         bottom: 0px;
         left: 5%;
         width: 90%;
         height: 2px;
         background-color: #FF6200;
         content: " ";
         opacity: 1;
         transition-duration: 400ms;
     }
 
     li.nav-item.active a.nav-link::after {
         opacity: 1;
     }
 
 
.navsubmenu-tablet-y {
    width: 100%;
    height: 100px;
    background-color: #EEEEEE;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

.active-menu-item {
    color: #525199 !important;
}


.navsubmenuleft {
    width: 20%;
    height: 100px;
    background-color: #EEEEEE;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.navsubmenuright {
    width: 80%;
    height: 100px;
    background-color: #EEEEEE;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.navsubmenuleft h1 {
    font-size: 20px;
    color: #303030;
    font-family: "ingmebold";
    margin: 0px !important;
}

.navsubmenuright ul{
    display: flex;
}

.navsubmenuright ul li{
    list-style-type: none;
    margin-left: 10px;
}

.navsubmenuright ul li:last-child{
    margin-right: 20px;
}

.navsubmenuright ul li a{
    color: #303030;
    font-size: 11px;
    font-family: "ingme";
    text-decoration: none;
    position: relative;
    transition-duration: 400ms;
}

.navsubmenuright ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #525199;
    left: 0px;
    bottom: -6px;
    opacity: 0;
    transition-duration: 400ms;
}

.navsubmenuright ul li a.active-menu-item::before {
    opacity: 1;
}


.navsubmenuright ul li a:hover{
    color:#525199;
    transition-duration: 400ms;
}

.navsubmenuright ul li a:hover::before {
    opacity: 1;
    transition-duration: 400ms;
}

.navsubmenu-tablet-y .container {
    max-width: 940px;
}

.navsubmenuright ul li:first-child{
    margin-left: 15px !important;
}
 
div#leasing .container {
max-width: 940px;
}


.srd-paralax-area-grid-1-tablet-y {
    background-image: url(https://www.ingleasing.com.tr/assets/img/yaklasimheaderytblthdr.jpg);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.srd-paralax-area-grid-1-tablet-y .container{
    padding: 0px;
}

.srd-sub-paralax-area-grid-1{
    width: 100%;
    height: 300px;
    position: relative;
}

.srd-sub-paralax-area-grid-1-tablet-y::after {
    content: "Yaklaşım";
    font-family: 'ingme';
    font-size: 28px !important;
    position: absolute;
    color: white;
    background-color: #FF6200;
    font-size: 50px;
    margin-left: 20px;
    bottom: -24px;
    padding: 3px 16px;
    border-radius: 7px;
    font-weight: 700;
}


.srd-grid-area-tablet-y {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 10px;
}

.srd-grid-area-tablet-y p{
font-family: 'ingme';
margin-left: 20px;
}


.srd-grid-area-2-tablet-y{
    width: 100%;
}

.srd-grid-area-2-left{
    width: 96%;

}

.srd-grid-area-2-left img{
    width: 100%;
    border-radius: 7px;
    margin-left: 20px;
}

.srd-grid-area-2-right{
    width: 96%;
}

.srd-grid-area-2-right p {
    font-family: "ingme";
    margin-left: 20px;
    margin-top: 30px;

}


.srd-grid-area-3-tablet-y {
    width: 100%;
}

.srd-grid-area-3-tablet-y p{
    font-family: "ingme";
    margin-left: 20px;
}


.srd-grid-area-4-tablet-y{
    width: 100%;
}

.srd-grid-area-4-left {
    width: 96%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 20px;
    margin-top: 40px;
}

.srd-grid-area-4-left p{
    font-size: 18px;
    font-family: "ingme";
    color:#333333;
    margin: 0px;
}

.srd-grid-area-4-right{
    width: 96%;
    margin-top: 40px;
}

.srd-grid-area-4-right img{
    width: 100%;
    margin-left: 20px;
}


.srd-grid-area-5-tablet-y{
    width: 100%;
    padding-top: 40px;
}

.srd-grid-area-5-left{
    width: 96%;
    margin-top: 40px;
}

.srd-grid-area-5-right{
    width: 96%;
}

.srd-grid-area-5-right p{
    font-family: 'ingme';
    margin: 0px 0px 0px 20px;
}

.srd-grid-area-5-left img{
    width: 100%;
    height: 100% !important;
    margin-left: 20px;
}


 
.srd-grid-area-6-tablet-y{
    width: 96%;
    margin-top: 40px;
}

.srd-grid-area-6-tablet-y p{
    font-family: "ingmebold";
    color:#FF6200;
    margin: 0px 0px 0px 40px;
}


.srd-grid-area-7-tablet-y{
    width: 100%;
}

.srd-grid-area-7-left {
    width: 96%;
    margin-top: 40px;
}

.srd-grid-area-7-left p{
    margin: 0px 0px 0px 20px;
    font-family: "ingme";
}

.srd-grid-area-7-right{
    width: 96%;
    margin-top: 40px;
}

.srd-grid-area-7-right img{
    width: 100%;
    height: 100% !important;
    margin-left: 20px;
}


.srd-grid-area-8-tablet-y{
    width: 96%;
    margin-top: 40px;
}


.srd-paralax-area-grid-2-tablet-y {
    background-image: url(https://www.ingleasing.com.tr/assets/img/iklimdegisikligiytblthdr.jpg);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.srd-paralax-area-grid-2-tablet-y .container{
    padding: 0px;
}

.srd-sub-paralax-area-grid-2-tablet-y{
    width: 100%;
    height: 300px;
    position: relative;
}

.srd-sub-paralax-area-grid-2-tablet-y::after {
    content: "İklim Değişikliği";
    font-family: 'ingme';
    font-size: 28px !important;
    position: absolute;
    color: white;
    background-color: #FF6200;
    font-size: 50px;
    margin-left: 20px;
    bottom: -23px;
    padding: 3px 16px;
    border-radius: 7px;
    font-weight: 700;
}


.srd-grid-area-9-tablet-y{
    width: 100%;
    margin-top: 60px;
}

.srd-grid-area-9-tablet-y p{
    font-family: 'ingme';
    margin: 20px 20px 20px 20px;
}


.srd-grid-area-10-tablet-y{
    width: 100%;
}

.srd-grid-area-10-left{
    width: 96%;
}

.srd-grid-area-10-right {
    width: 100%;
}

.srd-grid-area-10-right p{
    font-family: 'ingmebold';
    margin: 0px;
    margin-left: 20px;
    width: 90%;
}

.srd-grid-area-10-left img{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
}


.srd-paralax-area-grid-3-tablet-y {
    background-image: url(https://www.ingleasing.com.tr/assets/img/isbirliklerimizheaderytblt.jpg);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.srd-paralax-area-grid-3-tablet-y .container{
    padding: 0px;
}

.srd-sub-paralax-area-grid-3-tablet-d{
    width: 100%;
    height: 300px;
    position: relative;
}

.srd-sub-paralax-area-grid-3-tablet-y::after {
    content: "İş Birliklerimiz ve Üyeliklerimiz";
    font-family: 'ingme';
    font-size: 28px !important;
    position: absolute;
    color: white;
    background-color: #FF6200;
    font-size: 50px;
    margin-left: 20px;
    bottom: -23px;
    padding: 3px 16px;
    border-radius: 7px;
    font-weight: 700;
}


.srd-grid-area-11-tablet-y{
    width: 96%;
    margin-left: 20px;
    margin-top: 50px;
}

.srd-grid-area-11-tablet-y p{
    font-family: "ingme";
    margin-left: 20px;
}


.srd-grid-area-13-tablet-y{
    width: 100%;
    padding:20px 0px 0px 0px;
}

.icon-area{
    width: 128px;
    height: 128px;

    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: flex;
}

.icon-area-null{
    width: 108px;
    height: 108px;
    background-color: transparent;
}

.icon-area.topcstm {
    margin-bottom: 40px;
}

.srd-grid-area-15-tablet-y {
    margin-top: 40px;
}


.srd-grid-area-15-tablet-y {
    margin-top: 40px;
}


.srd-grid-area-16-tablet-y{
    width: 100%;
    margin-bottom: 40px;
}

.srd-grid-area-17-tablet-y{
    width: 100%;
}

 
.srd-grid-area-18-tablet-d{
    width: 90%;
    margin-left: 20px;

}

.srd-grid-area-19-tablet-y{
    width: 100%;
    margin-bottom: 20px;
}


.srd-paralax-area-grid-4-tablet-y {
    background-image: url(https://www.ingleasing.com.tr/assets/img/neyapiyoruzheaderytblthdr.jpg);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.srd-paralax-area-grid-4-tablet-y .container{
    padding: 0px;
}

.srd-sub-paralax-area-grid-4-tablet-y{
    width: 100%;
    height: 300px;
    position: relative;
}

.srd-sub-paralax-area-grid-4-tablet-y::after {
    content: "ING Leasing olarak ne yapıyoruz?";
    font-family: 'ingme';
    font-size: 28px !important;
    position: absolute;
    color: white;
    background-color: #FF6200;
    font-size: 50px;
    margin-left: 20px;
    bottom: -23px;
    padding: 3px 16px;
    border-radius: 7px;
    font-weight: 700;
}

.srd-grid-area-20-tablet-y {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 50px;
}

.srd-grid-area-20-tablet-y p{
    font-family: "ingme";
    margin-left: 20px;
}


.srd-grid-area-21-tablet-y{
    width: 100%;
}

.srd-grid-area-21-left{
    width: 96%;
}

.srd-grid-area-21-left img{
    width: 100%;
    margin-left: 20px;
}

.srd-grid-area-21-right{
    width: 90%;
    margin-top: 40px;
    margin-left: 20px;
}

.srd-grid-area-21-right p{
    font-family: "ingmebold";
    font-size: 23px;
    color: #FF6200;
}


 
.srd-grid-area-22-tablet-y{
    width: 100%;
    margin-top: 40px;
}

.srd-grid-area-22-left{
    width: 96%;
}

.srd-grid-area-22-left img{
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.srd-grid-area-22-right {
    width: 90%;
    margin-left: 20px;
    margin-top: 50px;
}


.srd-grid-area-23-tablet-y{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.srd-grid-area-23-left{
    width: 96%;
}

.srd-grid-area-23-left img{
    width: 100%;
    margin-bottom: 50px;
    margin-left: 20px;
}

.srd-grid-area-23-right{
    width: 90%;
    margin-left: 20px;
}


.contact-area-title-hb-tablet-y {
    height: 60px;
    background-color: #F1F1F1;
    margin-top: 50px;
}

.contact-area-title-hb-first-tablet-y{
    display: flex;
    width: 100%;
    height: 30px;
    position: relative;
}
.contact-area-title-hb-first-tablet-y:after {
    content: "İletişim";
    font-family: 'ingme';
font-size: 28px !important;
position: absolute;
color: white;
background-color: #FF6200;
margin-left: 5px;
bottom: 5px;
padding: 3px 16px;
border-radius: 7px;
font-weight: 700;
} 


.contact-area-tablet-y{
    width: 100%;
    height: 820px;
    background-color: #F1F1F1;
}
.contact-area-grid{
    width: 100%;
    height: 750px;
    background-color: white;
    border-radius: 18px;
    display: flex;
}
.contact-area-grid-l {
    width: 50%;
    height: 600px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding-left: 40px;
}
.contact-area-grid-r {
    width: 50%;
    height: 600px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
	margin-top: 50px;
    margin-left: -20px;
}
.contact-area-bottom{
    width: 100%;
    height: 0px;
    background-color: #F1F1F1;
}
.contact-area-grid-l h1{
    font-family: "ingme";
    font-size: 28px;
    color: #5E5E5E;
    margin: 0px;
    padding: 0px;
}
.formgrid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-right: 28px;
}
.formgrid label {
    font-size: 15px;
    color: #000000;
    font-family: "ingme";
    padding: 0px;
    margin: 11px 30px 0px 0px !important;
}

.contact-area-grid-r input#adsoyad{
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
    margin-left: -4px;
}
    
.contact-area-grid-r input#unvan{
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
}
    
.contact-area-grid-r input#telefon {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
}
.contact-area-grid-r input#eposta {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
}
.contact-area-grid-r textarea#mesaj {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 180px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}






.contact-area-grid-r input#adsoyad4{
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
    margin-left: -4px;
}
    
.contact-area-grid-r input#unvan4{
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
}
    
.contact-area-grid-r input#telefon4 {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
}
.contact-area-grid-r input#eposta4 {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 40px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
}
.contact-area-grid-r textarea#mesaj4 {
    background-color: white;
    border: 1px #5E5E5E solid;
    height: 180px;
    width: 55%;
    border-radius: 7px;
    font-family: "ingmebold";
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}








.contact-area-grid-r input[type="submit"] {
    background-color: white !important;
    border: 2px #525098 solid;
    height: 45px;
    width: 110px;
    font-family: "ingmebold";
    border-radius: 7px;
    font-size: 16px;
    color: #525098;
    transition-duration: 500ms;
}

.contact-area-grid-r input:hover[type="submit"] {
    background-color: #525098 !important;
    border: 2px #525098 solid;
    height: 45px;
    width: 110px;
    font-family: "ingmebold";
    border-radius: 7px;
    font-size: 16px;
    color: white;
    transition-duration: 500ms;
}

.contact-area-grid-r .formgridbtn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 94%;
      margin-top:20px;
}

 
.contact-area-bottom-tablet-y {
    width: 100%;
    height: 70px;
    background-color: #F1F1F1;
}


form{
    margin-top: 10px;
}

.footer-tablet-y{
    background-color: #757575;
    padding: 20px 0px 20px 0px;
}
.footer-tablet-y ul{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 20px;
}
.footer-tablet-y ul li{
    margin-bottom: 5px;
}
.footer-tablet-y ul li a{
    color:white;
    font-family: "ingme";
    text-decoration: none;
}
	 
.contact-area-bottom-tablet-y {
    width: 100%;
    height: 70px;
    background-color: #F1F1F1;
}

.contact-area-bottom-tablet-y {
    width: 100%;
    height: 70px;
    background-color: #F1F1F1;
}
 
 .numericarea{
    font-size: 12px;
    color: #FF6200 !important;
    font-family: 'ingme';
    width: 150px;
 }


.captchaytabletimg {
    margin-left: 205px;
}














 
 
      
  }
  
  
  /*-------------------------------------------------- */
  
  
  /* Ekran 4 ve daha büyük: Notebook + Desktop (1200px ve yukarısı) */
 @media only screen and (min-width: 1200px) {
     
 
     
 .topbar-mobile, .srd-grid-area-22-tablet-y, .contact-area-title-hb-tablet-y, .contact-area-bottom-tablet-y, .footer-tablet-y, .contact-area-tablet-y, .srd-grid-area-3-tablet-y, .srd-grid-area-23-tablet-y, .srd-grid-area-11-tablet-y, .srd-grid-area-21-tablet-y, .srd-grid-area-20-tablet-y, .srd-paralax-area-grid-4-tablet-y, .srd-grid-area-19-tablet-y, .srd-grid-area-18-tablet-y, .srd-grid-area-19-tablet-y, .srd-grid-area-17-tablet-y, .srd-grid-area-16-tablet-y, .srd-grid-area-14-tablet-y, .srd-grid-area-15-tablet-y, .srd-grid-area-13-tablet-y, .srd-grid-area-12-tablet-y, .srd-grid-area-10-tablet-y, .srd-paralax-area-grid-3-tablet-y, .srd-grid-area-9-tablet-y, .srd-grid-area-4-tablet-y, .srd-paralax-area-grid-2-tablet-y, .srd-grid-area-8-tablet-y, .srd-grid-area-7-tablet-y, .srd-grid-area-6-tablet-y, .srd-grid-area-5-tablet-y, .srd-grid-area-2-tablet-y, .srd-grid-area-tablet-y, .navbar-tablet-y, .srd-paralax-area-grid-1-tablet-y, .navsubmenu-tablet-y, .navbar-mobile, .topbar-tablet-d, .topbar-tablet-y, .navbar-tablet-d, .srd-grid-area-tablet-d, .contact-area-hb-grid-tablet-d, .footer-tablet, .srd-grid-area-20-tablet-d, .contact-area-title-hb-tablet-d, .srd-grid-area-23-tablet-d, .srd-grid-area-22-tablet-d, .srd-grid-area-21-tablet-d, .srd-grid-area-19-tablet-d, .srd-paralax-area-grid-4-tablet-d, .srd-grid-area-18-tablet-d, .srd-grid-area-16-tablet-d, .srd-grid-area-17-tablet-d, .srd-grid-area-14-tablet-d, .srd-grid-area-15-tablet-d, .srd-grid-area-10-tablet-d, .srd-grid-area-13-tablet-d, .srd-grid-area-12-tablet-d, .srd-grid-area-11-tablet-d, .srd-paralax-area-grid-3-tablet-d, .srd-grid-area-9-tablet-d, .srd-grid-area-4-tablet-d, .srd-paralax-area-grid-2-tablet-d, .srd-grid-area-8-tablet-d, .srd-grid-area-7-tablet-d, .srd-grid-area-6-tablet-d, .srd-grid-area-5-tablet-d, .srd-paralax-area-grid-1-tablet-d, .srd-grid-area-3-tablet-d, .srd-grid-area-2-tablet-d, .navsubmenu-tablet-d, .navsubmenu-mobile, .srd-paralax-area-grid-1-mobile, .srd-grid-area-23-mobile, .footer-mobile, .contact-area-hb-grid-mobile, .contact-area-title-hb-mobile, .srd-grid-area-22-mobile, .srd-grid-area-21-mobile, .srd-grid-area-20-mobile, .srd-paralax-area-grid-4-mobile, .srd-grid-area-19-mobile, .srd-grid-area-17-mobile, .srd-grid-area-18-mobile, .srd-grid-area-15-mobile, .srd-grid-area-16-mobile, .srd-grid-area-14-mobile, .srd-grid-area-12-mobile, .srd-grid-area-13-mobile, .srd-grid-area-11-mobile, .srd-paralax-area-grid-3-mobile, .srd-grid-area-10-mobile, .srd-grid-area-7-mobile, .srd-grid-area-9-mobile, .srd-grid-area-mobile, .srd-paralax-area-grid-2-mobile, .srd-grid-area-8-mobile, .srd-grid-area-2-mobile, .srd-grid-area-3-mobile, .srd-grid-area-4-mobile, .srd-grid-area-6-mobile, .srd-grid-area-5-mobile, .footer-tablet-d{
     display: none;
 }
 
 
 
 
 
 
 
 
 
 
	
	
	
 
.openercstmdesktop {
    position: relative !important;
}

.openercstmdesktop:hover .openercstmmenu {
    display: block !important;
    background-color: #FF6200 !important;
    width: 91.5%;
    list-style-type: none !important;
    padding-left: 13px !important;
    position: absolute;
    left: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    z-index: 10 !important;
}

ul.openercstmmenu {
    display: none !important;
    position: absolute !important;
}

ul.openercstmmenu li a {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: "ingme";
}

ul.openercstmmenu li a {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: "ingme";
}

.openercstmdesktop:after {
    content: '▼';
    position: absolute;
    right: -6px;
    top: 11.5px;
    font-size: 9.5px;
}

li.nav-item.openercstmdesktop:hover::after {
    color: #FF6200 !important;
}

	
	
	
 
 
 
 
 
 
 
 
 
 
 
 
 .topbar {
     width: 100%;
     height: 70px;
     background-color: white;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: center;
     align-items: center;
     border-bottom: 1px #e5e5e5 solid;
 }
 .topbartext{
     margin: 0px;
     padding: 0px;
     font-size: 16px;
     position: relative;
     margin-top: -6px;
     font-family: 'ingme';
 }
 .topbartext::after {
     position: absolute;
     left: 0px;
     bottom: -5px;
     content: " ";
     width: 100%;
     height: 2px;
     background-color: #FF6200;
 }
 
 .container {
     padding: 0px;
     width: 1140px;
 }
 
 .row {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: 0px !important;
     margin-left: 0px !important;
 }
 
 
 
 
 
 
 
 
 
 
 .bg-light {
     background-color: white !important;
 height: 125px !important;
 }
 
 .bg-light .container {
 padding: 0px;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 align-content: center;
 justify-content: space-between;
 align-items: center;
 }
 
 
 
 .menu-icon-1 {
 margin-right: 0px !important;
 padding-right: 0px !important;
 }
 
 a.nav-link {
 color: #303030 !important;
 font-size: 14px !important;
 font-family: "ingme";
 position: relative;
 margin-left: 23px;
 }
 
 a.nav-link:hover{
 color: #FF6200 !important;
 font-size: 14px !important;
 font-family: "ingme";
 position:relative;
 margin-left: 23px;
 }
 
 a.nav-link::after {
 position: absolute;
 bottom: 0px;
 left: 5%;
 width: 90%;
 height: 2px;
 background-color: #FF6200;
 content: " ";
 opacity: 0;
 transition-duration: 400ms;
 
 }
 a.nav-link:hover:after {
 position: absolute;
 bottom: 0px;
 left: 5%;
 width: 90%;
 height: 2px;
 background-color: #FF6200;
 content: " ";
 opacity: 1;
 transition-duration: 400ms;
 
 }
 
 li.nav-item:last-child a.nav-link:hover::after {
 opacity: 0 !important;
 }
 
 
 li.nav-item.active .nav-link {
 color: #FF6200 !important;
 }
 
 
 li.nav-item.active a.nav-link::after{
 opacity: 1;
 }
 
 
 
 
 
 
 
 
 
 .navsubmenu {
     width: 100%;
     height: 100px;
     background-color: #EEEEEE;
     display: flex;
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 5;
 }
 
 .active-menu-item {
     color: #525199 !important;
 }
 
 
 
 
 .navsubmenuleft {
     width: 20%;
     height: 100px;
     background-color: #EEEEEE;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: flex-start;
     align-items: center;
 }
 
 .navsubmenuright {
     width: 80%;
     height: 100px;
     background-color: #EEEEEE;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: flex-end;
     align-items: center;
 }
 
 .navsubmenuleft h1 {
     color: #303030;
     font-family: "ingmebold";
     margin: 0px !important;
 }
 
 .navsubmenuright ul{
     display: flex;
 }
 
 .navsubmenuright ul li{
     list-style-type: none;
     margin-left: 15px;
 }
 
 .navsubmenuright ul li:last-child{
     margin-right: 0px !important;
     padding-right: 0px !important;
     margin-right: 20px !important;
 }
 
 .navsubmenuright ul li a{
     color: #303030;
     font-size: 14px;
     font-family: "ingme";
     text-decoration: none;
     position: relative;
     transition-duration: 400ms;
 }
 
 .navsubmenuright ul li a::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 2px;
     background-color: #525199;
     left: 0px;
     bottom: -6px;
     opacity: 0;
     transition-duration: 400ms;
 }
 
 .navsubmenuright ul li a.active-menu-item::before {
     opacity: 1;
 }
 
 
 .navsubmenuright ul li a:hover{
     color:#525199;
     transition-duration: 400ms;
 }
 
 .navsubmenuright ul li a:hover::before {
     opacity: 1;
     transition-duration: 400ms;
 }
 
 
 .srd-grid-area-2-mobile{
     width: 100%;
     height: 400px;
 }
 
 .srd-grid-area-2-left{
     width: 48%;
     height: 340px;
     height: 320px;
 }
 
 .srd-grid-area-2-left img{
     width: 100%;
     border-radius: 7px;
     height: 100% !important;
 }
 
 .srd-grid-area-2-right{
     width: 48%;
 }
 
 .srd-grid-area-2-right p {
     font-family: "ingme";
     font-size: 18px;
     color: #333333;
     margin-left: 0px;
     margin-bottom: 0px;
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /*sürdürülebilirlik*/
 
 
 .srd-paralax-area-grid-1 {
     background-image: url(https://www.ingleasing.com.tr/assets/img/YaklasimHeader.jpg);
     height: 400px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-1 .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-1{
     width: 100%;
     height: 400px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-1::after {
     content: "Yaklaşım";
     font-family: 'ingme';
     font-size: 31px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     font-size: 50px;
     left: 0;
     bottom: -25px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 .srd-grid-area{
     width: 100%;
     height: auto;
     padding-top: 70px;
     padding-bottom: 30px;
 }
 
 .srd-grid-area p{
     font-family: 'ingme';
     font-size: 18px;
     color: #333333;
 }
 
 .srd-grid-area-2{
     width: 100%;
     height: 400px;
 }
 
 .srd-grid-area-2-left{
     width: 48%;
     height: 340px;
     height: 320px;
 }
 
 .srd-grid-area-2-left img{
     width: 100%;
     border-radius: 7px;
     height: 100% !important;
 }
 
 .srd-grid-area-2-right{
     width: 48%;
 }
 
 .srd-grid-area-2-right p {
     font-family: "ingme";
     font-size: 18px;
     color: #333333;
     margin-left: 0px;
     margin-bottom: 0px;
 }
 
 .srd-grid-area-3 {
     width: 100%;
   height: 378px !important;
 }
 
 .srd-grid-area-3 p{
     font-family: "ingme";
     font-size: 18px;
     color: #333333;
     margin: 0px;
 
 
 }
 
 .srd-grid-area-4{
     width: 100%;
 }
 
 .srd-grid-area-4-left {
     width: 48%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
 }
 
 .srd-grid-area-4-left p{
     font-size: 18px;
     font-family: "ingme";
     color:#333333;
     margin: 0px;
 }
 
 .srd-grid-area-4-right{
     width: 48%;
 }
 
 .srd-grid-area-4-right img{
     border-radius: 7px;
     width: 100%;
     height: 100%;
 }
 
 .srd-grid-area-5{
     width: 100%;
     padding-top: 60px;
 }
 
 .srd-grid-area-5-left{
     width: 48%;
 }
 
 .srd-grid-area-5-right{
     width: 48%;
 }
 
 .srd-grid-area-5-right p{
     font-size: 18px;
     font-family: 'ingme';
     color: #333333;
     margin: 0px 0px 0px 0px;
 }
 
 .srd-grid-area-5-left img{
     border-radius: 7px;
     width: 100%;
     height: 100% !important;
 }
 
 .srd-grid-area-6{
     width: 100%;
     padding: 50px 0px 50px 0px;
 }
 
 .srd-grid-area-6 p{
     font-family: "ingmebold";
     color:#FF6200;
     font-size: 18px;
     margin: 0px;
 }
 
 .srd-grid-area-7{
     width: 100%;
 }
 
 .srd-grid-area-7-left {
     width: 48%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: flex-start;
     align-content: flex-end;
 }
 
 .srd-grid-area-7-left p{
     margin: 0px;
     font-size: 18px;
     color:#333333;
     font-family: "ingme";
 }
 
 .srd-grid-area-7-right{
     width: 48%;
 }
 
 .srd-grid-area-7-right img{
     width: 100%;
     border-radius: 7px;
     height: 100% !important;
 }
 
 .srd-grid-area-8{
     padding: 50px 0px 50px 0px;
 }
 
 .srd-paralax-area-grid-2 {
     background-image: url(https://www.ingleasing.com.tr/assets/img/IklimDegisikligiHeader.jpg);
     height: 400px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-2 .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-2{
     width: 100%;
     height: 400px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-2::after {
     content: "İklim Değişikliği";
     font-family: 'ingme';
     font-size: 31px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     font-size: 50px;
     left: 0;
     bottom: -25px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 .srd-grid-area-9{
     width: 100%;
     padding: 80px 0px 50px 0px;
 }
 
 .srd-grid-area-9 p{
     font-size: 18px;
     font-family: 'ingme';
     color: #000000;
     margin: 0px;
 }
 
 .srd-grid-area-10{
     width: 100%;
     padding-bottom: 150px;
 }
 
 .srd-grid-area-10-left{
     width: 50%;
 }
 
 .srd-grid-area-10-right {
     width: 50%;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: flex-start;
     align-items: center;
 }
 
 .srd-grid-area-10-right p{
     font-family: 'ingmebold';
     font-size: 18px;
     color: #000000;
     margin: 0px;
     margin-left: 50px;
 }
 
 .srd-grid-area-10-left img{
     width: 100%;
     border-radius: 7px;
     height: 100%;
 }
 
 
 .srd-paralax-area-grid-3 {
     background-image: url(https://www.ingleasing.com.tr/assets/img/IsBirliklerimizHeader.jpg);
     height: 400px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-3 .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-3{
     width: 100%;
     height: 400px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-3::after {
     content: "İş Birliklerimiz ve Üyeliklerimiz";
     font-family: 'ingme';
     font-size: 31px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     font-size: 50px;
     left: 0;
     bottom: -25px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 .srd-grid-area-11{
     padding: 80px 0px 140px 0px;
 }
 
 .srd-grid-area-11 p{
     font-size: 18px;
     font-family: "ingme";
     color: #000000;
 }
 
 .srd-grid-area-12{
     width: 100%;
 }
 
 .srd-grid-area-13{
     width: 100%;
     padding:30px 0px 80px 0px;
 }
 
 .icon-area{
     width: 108px;
     height: 108px;

     border-radius: 20px;

 }
 
 .icon-area-null{
     width: 108px;
     height: 108px;
     background-color: transparent;
 }
 
 .srd-grid-area-14{
     width: 100%;
 }
 
 .srd-grid-area-15{
     width: 100%;
     padding:30px 0px 100px 0px;
 }
 
 .srd-grid-area-16{
     width: 100%;
 }
 
 .srd-grid-area-17{
     width: 100%;
     padding:30px 0px 80px 0px;
 }
 
 .srd-grid-area-18{
     width: 100%;
 
 }
 
 .srd-grid-area-19{
     width: 100%;
     padding:30px 0px 130px 0px;
 
 }
 
 
 .srd-paralax-area-grid-4 {
     background-image: url(https://www.ingleasing.com.tr/assets/img/NeYapiyoruzHeader.jpg);
     height: 400px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }
 
 .srd-paralax-area-grid-4 .container{
     padding: 0px;
 }
 
 .srd-sub-paralax-area-grid-4{
     width: 100%;
     height: 400px;
     position: relative;
 }
 
 .srd-sub-paralax-area-grid-4::after {
     content: "ING Leasing olarak ne yapıyoruz?";
     font-family: 'ingme';
     font-size: 31px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     font-size: 50px;
     left: 0;
     bottom: -25px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 .srd-grid-area-20{
     width: 100%;
     padding: 70px 0px 100px 0px;
 }
 
 .srd-grid-area-20 p{
     font-size: 18px;
     color: #000000;
     font-family: "ingme";
 }
 
 .srd-grid-area-21{
     width: 100%;
 }
 
 .srd-grid-area-21-left{
     width: 50%;
 }
 
 .srd-grid-area-21-left img{
     width: 100%;
     border-radius: 7px;
 }
 
 .srd-grid-area-21-right{
     width: 50%;
     padding-left: 50px;
 }
 
 .srd-grid-area-21-right p{
     font-family: "ingmebold";
     font-size: 23px;
     color: #FF6200;
 }
 
 .srd-grid-area-22{
     width: 100%;
     display: flex;
     margin-top: 130px;
 }
 
 .srd-grid-area-22-left{
     width: 50%;
 }
 
 .srd-grid-area-22-left img{
     width: 100%;
     border-radius: 7px;
     height: 97%;
 }
 
 .srd-grid-area-22-right {
     width: 50%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-content: center;
     padding-left: 50px;
     justify-content: flex-start;
 }
 
 .srd-grid-area-23{
     width: 100%;
     margin: 140px 0px 130px 0px;
 }
 
 .srd-grid-area-23-left{
     width: 50%;
 }
 
 .srd-grid-area-23-left img{
     width: 100%;
     border-radius: 7px;
     height: 96%;
 }
 
 .srd-grid-area-23-right{
     width: 50%;
     padding-left: 50px;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-content: center;
     padding-left: 50px;
     justify-content: flex-start;
 }
 
 /*sürdürülebilirlik bitiş*/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .contact-area-hb-grid{
     width: 100%;
     height: 780px;
     background-color: #F1F1F1;
 }
 
 .contact-area-title-hb {
     height: 60px;
     background-color: #F1F1F1;
 }
 
 
 .contact-area-title {
     background-color: #F1F1F1;
     width: 100%;
     height: 120px;
     margin-top: 120px;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: center;
     align-items: center;
 }
 .contact-area-title h1 {
     font-family: "ingmebold";
     font-size: 28px;
     color: #303030;
     margin: 0px;
     padding: 0px;
 }
 
 .contact-area-title-hb-first{
     display: flex;
     width: 100%;
     height: 30px;
     position: relative;
 }
 .contact-area-title-hb-first:after {
     content: "İletişim";
     font-family: 'ingme';
     font-size: 31px !important;
     position: absolute;
     color: white;
     background-color: #FF6200;
     font-size: 50px;
     left: 0;
     bottom: 5px;
     padding: 3px 16px;
     border-radius: 7px;
     font-weight: 700;
 }
 
 .contact-area{
     width: 100%;
     height: 600px;
     background-color: #F1F1F1;
 }
 .contact-area-grid{
     width: 100%;
     height: 705px;
     background-color: white;
     border-radius: 18px;
     display: flex;
 }
 .contact-area-grid-l {
     width: 50%;
     height: 600px;
     border-top-left-radius: 18px;
     border-bottom-left-radius: 18px;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: center;
     padding-left: 90px;
 }
 .contact-area-grid-r {
     width: 50%;
     height: 600px;
     border-top-right-radius: 18px;
     border-bottom-right-radius: 18px;
     margin-top: 50px;
 }
 .contact-area-bottom{
     width: 100%;
     height: 70px;
     background-color: #F1F1F1;
 }
 .contact-area-grid-l h1{
     font-family: "ingme";
     font-size: 28px;
     color: #5E5E5E;
     margin: 0px;
     padding: 0px;
 }
 .formgrid {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: flex-end;
     align-items: flex-start;
     margin-bottom: 20px;
     margin-right: 28px;
 }
 .formgrid label {
     font-size: 18px;
     color: #000000;
     font-family: "ingme";
     padding: 0px;
     margin: 7px 30px 0px 0px !important;
 }
 
 .contact-area-grid-r input#adsoyad{
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 55%;
     border-radius: 7px;
     font-family: "ingmebold";
     padding-left: 10px;
     margin-left: -4px;
 }
     
 .contact-area-grid-r input#unvan{
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 55%;
     border-radius: 7px;
     font-family: "ingmebold";
     padding-left: 10px;
 }
     
 .contact-area-grid-r input#telefon {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 55%;
     border-radius: 7px;
     font-family: "ingmebold";
     padding-left: 10px;
 }
 .contact-area-grid-r input#eposta {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 40px;
     width: 55%;
     border-radius: 7px;
     font-family: "ingmebold";
     padding-left: 10px;
 }
 .contact-area-grid-r textarea#mesaj {
     background-color: white;
     border: 1px #5E5E5E solid;
     height: 180px;
     width: 55%;
     border-radius: 7px;
     font-family: "ingmebold";
     padding-left: 10px;
     padding-top: 10px;
     padding-bottom: 10px;
 }
 .contact-area-grid-r input[type="submit"] {
     background-color: white !important;
     border: 2px #525098 solid;
     height: 45px;
     width: 110px;
     font-family: "ingmebold";
     border-radius: 7px;
     font-size: 16px;
     color: #525098;
     transition-duration: 500ms;
     margin-top:20px;
 }
 
 .contact-area-grid-r input:hover[type="submit"] {
     background-color: #525098 !important;
     border: 2px #525098 solid;
     height: 45px;
     width: 110px;
     font-family: "ingmebold";
     border-radius: 7px;
     font-size: 16px;
     color: white;
     transition-duration: 500ms;
 }
 
 .contact-area-grid-r .formgridbtn {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: flex-end;
     width: 95%;
   
 }
 
 
 
 
 
 
 
 
 .footer{
     width: 100%;
     height: 180px;
     background-color: #757575;
 }
 .f-left{
     width: 30%;
 
     background-color: #757575;
     padding-top: 30px;
 }
 .f-right {
     width: 70%;
 
     background-color: #757575;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: flex-end;
 }
 .f-right ul{
     display: flex;
 }
 .footer-row ul {
     list-style-type: none !important;
     margin: 5px;
 }
 .footer-row ul li {
     margin-left: 35px;
 }
 .footer-row ul li a {
     font-size: 14px;
     color: #FFFFFF;
     font-family: "ingme";
     text-decoration: none;
 }
 
 
 form{
    margin-top: 10px;
 }
 
  .numericarea{
    font-size: 12px;
    color: #FF6200 !important;
    font-family: 'ingme';
    width: 150px;
 }
 }
 
 
 
 /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 
 
 
 
 
 
 