@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('css/fonts/RobotoCondensed-Bold.eot');
    src: url('css/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('css/fonts/RobotoCondensed-Bold.woff') format('woff'), url('css/fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('css/fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('css/fonts/RobotoCondensed-Light.eot');
    src: url('css/fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), url('css/fonts/RobotoCondensed-Light.woff') format('woff'), url('css/fonts/RobotoCondensed-Light.ttf') format('truetype'), url('css/fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wk-rotateAnimation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}



/*HEDEF SİGORTA*/



body {
    font-family: RobotoCondensed-light, Arial !important;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin: 0px;
    position: relative; 
    width: 100%;
    background-color:transparent!important;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none!important;
}

.Aligner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 33.4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -135px;
}

.Aligner-item--fixed {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 90%;
}

.Aligner-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background:#f3f3f3;
    padding:10px 15px;
}

.Demo h4{
    font-size: 28px;
    color: #333333;
    font-family: 'RobotoCondensed-Bold';
}

.Demo p {
    font-size: 17px;
    font-family: 'RobotoCondensed-Light';
}

.contact-form-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 430px;
    z-index: 1;
    margin: auto;
    background-color: rgba(51, 51, 51, 0.5);

  }


.custom-container{
  
        max-width: 1600px;
        margin: 0 auto 30px;
        width: 100%;
        display: block;
        position: relative;
  
}

.banner-img {
    background: url(images/banner-img.jpg) no-repeat;
    position: relative;
    transition: 250ms;
    padding-top: 0px !important;
    width: 100%;
    height: 630px;
  }
  .banner-img::after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 630px;;
    z-index: 1;
    margin: auto;
    background-color: rgba(51, 51, 51, 0.5);
  }

.banner-title {
	position: absolute;
	right: 40px;
	top:10px;
    font-size: 35px;
    font-weight: bold;
    font-family: 'RobotoCondensed-Bold';
}

.black-title {
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 35px;
    color: #000000;
    font-family: 'RobotoCondensed-Bold';

}

.banner-text{
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-family: 'RobotoCondensed-Bold';
    font-size: 35px;
    top: 31%;
    z-index:3;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    transform: translate(-50%, -50%);
    color:#ffffff;
    font-family: 'RobotoCondensed-Bold';
    text-align: center;
  }

.banner-tab {
    background: #ffffff;
    width: 420px;
    height: 80px;
    position: relative;
    left: 0px;
	top: 17px;
	z-index:9;
}


ul {overflow:hidden;}
ul li {float:left; margin-right:20px;}
/* ul li img {border:2px solid #000;} */
.clear {clear: both}

.middle-bg {
    background: #efebeb;
    width: 710px;
    height: 390px;
    position: absolute;
    padding-bottom: 64px;
    right: 0px;
 
}

.hedef-aboutUs{
    background: linear-gradient(to right,  #fff 0%,#fff 23%,#f3f3f3 23%,#f3f3f3 99%,#fff 99%,#fff 100%);
    padding-top:40px;
    padding-bottom:40px;
}

.hedef-aboutUs .leftImage{
    float: left;
    width: 460px;
    margin-left: 46px;
    margin-top: 2px;
}

.yellow-img-line {
    /*background-color: #fab31f;
    width: 38px;
    height: 148px;
    position: absolute;
    right: 116px;
    top: 50%;
    margin-top: -70px;*/
    background-color: #fab31f;
    width: 48px;
    height: 375px;
    position: absolute;
    right: 116px;
    top: 32%;
    margin-top: -100px;
}

/***** ORTA ALAN ******/

.custom-row {
    display: flex;
    margin-left: 0px;
    margin-right: 45px;
    margin-top: 20px;
    margin-bottom: 38px;
  }
  .custom-row::after {
    content: "";
    clear: both;
    display: table;
  }
.row-agency-name {
    display: flex;
    margin-left: 0px;
    margin-right: 45px;
    margin-top: 20px;
    margin-bottom: 38px;
}
.column-agency {
    float: left;
    width: auto;
    padding: 5px;
  }
.column-agency {
    float: left;
    width: auto;
    padding: 5px;
}

.column-agency img {

    width: 100%;


}
  .middle-img{

    width: 550px;
    height: 550px;
    margin-top: 15px;
    text-align: center;
}
.agency-text {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 8px 0px 6px;
    text-align: center;
    position: relative;
    /* top: 50%; */
    transform: translateY(-50%);
    font-family: 'RobotoCondensed-Bold';
    color: #ffac00;
    /* width: 100%; */
    display: block;
    padding: 0px 21px 0 21px;
}

    .middle-tab {
    display: flex;
    background: #f3f3f3;
    width: 1297px;
    height: 620px;
    position: relative;
    right: 0px;
    margin-top: -20px;
    margin-left: 300px;
}

.orange-tab {
    background: #fab31f;
    width: 52px;
    height: 184px;
    position: absolute;
    top: 49%;
    right: 65.1%;
    margin-right: 3px;
    font-size: 26px;
    transform: translate(-50%, -50%);
}
.middle-area{ 
    display: flex;
   

}
.mid-image-left {
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 26px;
    transform: translate(-50%, -50%);
    color:#ffffff;
    font-family: 'RobotoCondensed-Bold';
    text-align: center;
  }
.middle-title {
    position: absolute;
    top: 37%;
    left: 44.7%;
    font-size: 29px;
    transform: translate(-50%, -50%);
    color: #000000;
    font-family: 'RobotoCondensed-Bold';
  }
  .middle-content {
    position: absolute;
    top: 53%;
    left: 57%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    color: #000000;
    font-family: 'RobotoCondensed-light';
    text-align: left;
  }

  .align-top{
      margin-top:66px;
  }


/* ORTA ALAN SONU */

.our-agency-title {
    font-size: 21px;

    font-family: 'RobotoCondensed-Bold';
    color: #333333;
}
.our-agency-content {
    font-size: 14px;
    font-weight: normal;
    font-family: 'RobotoCondensed-Bold';
    color: #333333;
}



.margin-60 {
    margin-left:60px; 
}

/*BOTTOM */
.close {
    font-size: 30px !important;
    margin-right: -3px !important;
    margin-top: -13px !important;
}
.contact-form-img {
    background: url(images/contact.jpg) no-repeat;
    position: relative;
    transition: 250ms;
    padding-top: 0px !important;
    width: 100%;
    height: 475px;
    overflow: hidden;
    padding: 0 48px;
    margin-bottom: 30px;
}
  
.contact-topic-dropdown {
    display: grid;
}
.contact-title {
    font-family: 'RobotoCondensed-Bold';
    font-size: 30px;
    float: left;
    margin-top: 21px;
}
.contact-form-title{
    margin: auto;
    position: relative;
    color: #ffffff;
    font-family: 'RobotoCondensed-Bold';
    font-size: 30px;
    top: 3%;
    position:relative;
    z-index:3;
}

.contact-line {
    width: 190%;
    top: 0;
    height: 2px;
    display: inline-block; 
    position: relative;
    background: #fab31f;
    /*z-index: 2222222222;*/
}

.contact-address {
    font-family: 'RobotoCondensed-Light';
    font-size: 17px;
    float: left;
    margin-bottom: 23px;
    margin-top: 33px;

}
.contact-people {
    font-family: 'RobotoCondensed-Light';
    font-size: 17px;
    float: left;

}

.button {
    background-color: #fab31f;
    border: none;
    color: #ffffff;
    padding: 17px 114px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-family: 'RobotoCondensed-Bold';
    margin: 34px 1px;
    cursor: pointer;
    text-decoration:none;
    letter-spacing:0.2px;
} 
.button:hover {
    text-decoration:none;
    color:#fff;
	cursor:pointer !important;
}
.btn:hover{
	cursor:pointer !important;
}
	
.button-send {
    position: absolute;
    background-color: #fab31f;
    left: 50%;
    padding: 11px 41px !important;
    font-size: 26px;
    transform: translate(-50%, -110%);
    color: #ffffff;
    font-family: 'RobotoCondensed-Bold';
    text-align: center;
    cursor: pointer !important;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
    text-decoration: none;
}
/* .contact-form-title {
    position: absolute;
    top: 10%;
    left: 16%;
    font-size: 27px;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'RobotoCondensed-Bold';
    text-align: center;
} */


.contact-form-line {
    vertical-align: top;
    height: 2px;
    background: #fab31f;
    z-index: 2;
    margin-top:12px;
    margin-bottom:28px;
    margin-left:15px;
    width: calc(100% - 30px)!important;
}

.btn-yellow{
    background: #fab31f;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    padding: 12px 70px;
    border: 0;
    font-size: 16px;
    margin-top: 21px;
    clear: both;
   bottom:16px;
    position: relative;
}

.selectbox-arrow{
    color: #111000;
    text-align: left;
    background: #fff url(images/arrow-down.svg) no-repeat 99% center;
    background-size: 30px;
}

.contact-form-title .form-control{
    font-family: 'RobotoCondensed-Light'!important;
    color:#999;
    background:#fff;
    height: 48px;
    border-radius: 0;
    border: 1px solid #bbbbb9;
    -webkit-appearance: none;
}

.textarea-mesaj{
    height: 111px!important;
    resize:none;
}

.form-input {
    margin-top: 17px;
    padding: 20px 12px; 
}
.namesurname {
    padding: 20px 12px !important;
    height: 41px;
}
.message-area {
    margin-top: 5px;
}
.email {
    margin-top: 4px;
    margin-bottom: 4px
}
.phone {
    margin-top: 4px;
    margin-bottom: 4px
}
.namesurname {
    margin-top: 4px;
    margin-bottom: 4px
}
.form-left {
    position: absolute !important;
    top: 20%;
    left: 1%;
    font-size: 22px;
    /* transform: translate(-50%, -50%); */
    color: #ffffff;
    font-family: 'RobotoCondensed-Bold';
    text-align: center;
}
.form-right {
    position: absolute !important;
    top: 20%;
    right: 2%;
    font-size: 22px;
    /* transform: translate(-50%, -50%); */
    color: #ffffff;
    font-family: 'RobotoCondensed-Bold';
    text-align: justify;
}

.form-tab1{
    margin-top:20px;
}
.form-tab2 {
    margin-top: 20px;
}
.form-control {
    border: 1px solid #f0bc4f !important;
}
.modal-dialog {
    width: 600px;
    margin: 15% auto!important;
}

.modalform-title {
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    position: relative;
}
.modal-header {
    padding: 3px!important;
    border-bottom: 1px solid #e5e5e5;
}

.tabbable a{
    color:#fab31f;
}
.btn-yellow-form {
    background: #fab31f;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}
.form-area {
    height: 50px !important;
   
}
.agency-list ul li {
    float: initial;
    font-family:'RobotoCondensed-Light';
    font-size: 17px;
   
}
/*BOTTOM */
/* FOOTER */
.hedef-logo {
    margin-top: 4px;
    /*background: url(images/footerLogo.png) no-repeat;*/
    position: relative;
    transition: 250ms;
    padding-top: 0px !important;
    width: 100%;
    height: 100%;
}

.bottom-line {
    vertical-align: top;
    height: 1px;
    display: inline-block;
    background: #9b9994;
    z-index: 2222222222;
    left: 0;
    margin-top: 24px;
    bottom: 5px;
    padding-top: 1px;
    width: 100%;
}

.copyriht{
    text-align: left;
}

.copyriht p{
    margin-top:8px;
}

.footer-logo {
    text-align: right;
    font-size: 20px;
    font-family: 'RobotoCondensed-Bold';
}

.yellow-line{
    width:100%;
    border-top:2px solid #fab21f;
}

.help-block{
    color:red!important;
    font-size:11px!important;
}

.form-control.error{
    color: #721c24!important;
    border:1px solid red!important;
}

label.error{
    font-size: 12px;
    color: red;
    position: absolute;
    top: 15px;
    right: 22px;
}

.selectbox-arrow label.error{
    right:36px;
}

.form-group{
    position:relative!important;
}


/*HEDEF SİgORTA*/
/* @media (min-width: 100px) and (max-width: 1440px) {
    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 25px;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-family: 'RobotoCondensed-Bold';
        text-align: center;
    }
.custom-container {
    max-width: 1200px;
    margin: 0 auto 30px;
    width: 100%;
    display: block;
    position: relative;
}
.button {
    background-color: #fab31f;
    border: none;
    color: #ffffff;
    padding: 9px 53px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    font-family: 'RobotoCondensed-Bold';
    margin: 59px 38px;
    cursor: pointer;
}
.contact-line {
    width: 142%;
    top: -5px;
    height: 2px;
    display: inline-block;
    position: relative;
    background: #fab31f;
    z-index: 2222222222;
}
} */


@media (min-width: 100px) and (max-width: 1366px){
.yellow-img-line {
  
    right: 83px;

}
}
@media (min-width: 100px) and (max-width: 1280px){
.yellow-img-line {
  
  display:none;

}
    .hedef-aboutUs .leftImage {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .Aligner {
         margin-left: 0px; 
    }
}
@media (min-width: 100px) and (max-width: 1024px) {

    .column-agency {
        width: 33.33%;
    }

        .column-agency img {
            width: 100%;
        }

    .insurance-logo img {
        width: 100%;
    }

    .insurance-logo {
        width: 33.33%;
    }

    .hedef-aboutUs {
        background: linear-gradient(to right, #fff 0%,#fff 3.5%,#f3f3f3 3.5%,#f3f3f3 96.5%,#fff 96.5%,#fff 100%);
    }

    .Aligner {
        min-height: 300px;
        margin-left: auto;
    }

    .bottom-line {
        vertical-align: top;
        height: 2px;
        display: inline-block;
        background: #9b9994;
        z-index: 2222222222;
        left: 0;
        margin-top: 24px;
        bottom: 0px;
        padding-top: 2px;
        width: 100%;
    }
    /* .custom-container {
        max-width: 991px;
        margin: 0 auto 30px;
        width: 100%;
        display: block;
        position: relative;
    } */
    .centered {
        position: absolute;
        top: 55%;
        left: 50%;
        font-size: 21px;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-family: 'RobotoCondensed-Bold';
        text-align: center;
    }

    .button {
        background-color: #fab31f;
        border: none;
        color: #ffffff;
        padding: 12px 78px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 25px;
        font-family: 'RobotoCondensed-Bold';
        margin: 0px 0 0px 0;
        cursor: pointer;
    }

    .contact-address {
        font-family: 'RobotoCondensed-Light';
        font-size: 18px;
        float: left;
        margin-bottom: 3px;
    }

    .contact-line {
        width: 122%;
        top: 0;
        height: 2px;
        display: inline-block;
        position: relative;
        background: #fab31f;
        /*z-index: 2222222222;*/
    }


    .contact-people {
        font-family: 'RobotoCondensed-Light';
        font-size: 16px;
        float: left;
    }

    .contact-title {
        font-family: 'RobotoCondensed-Bold';
        font-size: 26px;
        float: left;
    }

    .form-left {
        position: absolute !important;
        top: 39%;
        left: 27%;
        font-size: 22px;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-family: 'RobotoCondensed-Bold';
        text-align: center;
    }


    .middle-content {
        position: absolute;
        top: 53%;
        left: 76%;
        width: 334px;
        font-size: 15px;
        transform: translate(-50%, -50%);
        color: #000000;
        font-family: 'RobotoCondensed-light';
        text-align: left;
    }
    .contact-address {
   
        margin-top: 3px;
    }
    .orange-tab {
        background: #fab31f;
        width: 51px;
        height: 262px;
        position: absolute;
        top: 49%;
        right: 49%;
        /* left: 113px; */
        margin-right: 3px;
        font-size: 26px;
        transform: translate(-50%, -50%);
    }

    .middle-title {
        position: absolute;
        top: 33%;
        left: 65%;
        font-size: 29px;
        transform: translate(-50%, -50%);
        color: #000000;
        font-family: 'RobotoCondensed-Bold';
    }

    .contact-form-line {
        width: 94%;
        top: 0;
        vertical-align: top;
        height: 2px;
        display: inline-block;
        position: relative;
        top: 17%;
        left: 0px;
        background: #fab31f;
        z-index: 2222222222;
    }

    .contact-form-title {
        margin: auto;
        position: relative;
        color: #ffffff;
        font-family: 'RobotoCondensed-Bold';
        font-size: 35px;
        top: 3%;
        padding-bottom: 40px;
    }

    .form-title {
        font-family: 'RobotoCondensed-Bold';
        font-size: 26px;
        padding-top: 16px;
    }

    .contact-form-img {
        background: url(images/contact.jpg) no-repeat;
        position: relative;
        transition: 250ms;
        padding-top: 0px !important;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: top;
    }

    .banner-img {
        background: url(images/banner-img.jpg) no-repeat;
        position: relative;
        transition: 250ms;
        padding-top: 0px !important;
        width: 100%;
        height: 630px;
        background-position: top;
    }

    .banner-title {
        right: 57px;
        top: 0px;
        font-size: 45px;
        font-weight: bold;
    }
}
@media (min-width: 100px) and (max-width: 992px) {
    .hedef-aboutUs .leftImage {
        width: 100%;
         margin-left: 0px; 
         margin-top: 0px; 
    }
}
@media (min-width: 100px) and (max-width: 768px) {
    .contact-address {
        margin-top: 9px;
        margin-bottom: 0px;
        margin-bottom: 0px;
    }

    p {
        margin: 0 0 0px;
    }

    .banner-tab {
        width: 328px;
    }

    .button {
        font-size: 20px;
        margin: 6px 0 15px 0;
    }

    .contact-title {
        font-size: 19px;
    }

    .hedef-aboutUs .leftImage {
        margin-left: 13px;
    }

    .agency-list ul li {
        font-size: 16px;
    }

    .Demo p {
        font-size: 13px;
    }

    .column-agency {
        width: 20%;
    }

    .custom-row {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
    }

    .column-agency img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .banner-text {
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
        text-align: center;
        color: #ffffff;
        font-family: 'RobotoCondensed-Bold';
        font-size: 28px;
        top: 31%;
    }

    .mid-image-left {
        position: absolute;
        top: 50%;
        left: -23%;
        font-size: 26px;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-family: 'RobotoCondensed-Bold';
        text-align: center;
        width: 318px;
        height: auto;
    }

    .middle-tab {
        display: flex;
        background: #f3f3f3;
        width: 1274px;
        height: 360px;
        position: relative;
        right: 0px;
        margin-top: -20px;
        margin-left: 300px;
    }

    .middle-content {
        position: absolute;
        top: 53%;
        left: 64%;
        width: 283px;
        font-size: 14px;
        transform: translate(-50%, -50%);
        color: #000000;
        font-family: 'RobotoCondensed-light';
        text-align: left;
    }

    .middle-title {
        position: relative;
        top: 63%;
        left: 53%;
        font-size: 29px;
        transform: translate(-50%, -50%);
        color: #000000;
        font-family: 'RobotoCondensed-Bold';
    }

    .orange-tab {
        background: #fab31f;
        width: 50px;
        height: 250px;
        position: absolute;
        top: 49%;
        right: 69%;
        /* left: 113px; */
        margin-right: 3px;
        font-size: 26px;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    .mid-image-left {
        display: none;
    }

    .orange-tab {
        display: none;
    }

    .middle-tab {
        display: flex;
        background: #f3f3f3;
        width: 1274px;
        height: 274px;
        position: relative;
        right: 0px;
        margin-top: -20px;
        margin-left: 0px;
    }

    .contact-line {
        width: 100%;
        top: 0;
        height: 2px;
        display: inline-block;
        position: relative;
        background: #fab31f;
        /*z-index: 2222222222;*/
    }

    .middle-content {
        position: absolute;
        top: 33%;
        /* left: 64%; */
        width: 100%;
        font-size: 14px;
        transform: none;
        color: #000000;
        font-family: 'RobotoCondensed-light';
        text-align: left;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 15px;
    }

    .middle-title {
        position: relative;
        top: 63%;
        left: 53%;
        font-size: 29px;
        transform: translate(-50%, -50%);
        color: #000000;
        font-family: 'RobotoCondensed-Bold';
    }

    .contact-form-img {
        background: url(images/contact.jpg) no-repeat;
        position: relative;
        transition: 250ms;
        padding-top: 0px !important;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: top;
        padding-bottom: 40px;
    }

    .form-title {
        padding-top: 20px;
    }

    .align-top {
        margin-top: 0px;
    }

    .contact-people {
        font-family: 'RobotoCondensed-Light';
        font-size: 18px;
        float: left;
    }

    .contact-address {
        font-family: 'RobotoCondensed-Light';
        font-size: 18px;
        float: left;
        margin-bottom: 28px;
    }

    .insurance-logo {
        width: 100%;
    }

        .insurance-logo img {
            width: 54%;
        }
}
@media (min-width: 100px) and (max-width: 640px) {
    .hedef-logo {
        width: 113px;
        float: right;
    }
    .banner-tab {
        background: #ffffff;
        width: 294px;
        height: 78px;
        position: relative;
        left: 0px;
        top: 17px;
        z-index: 9;
    }

    .banner-title {
        position: relative;
        left: 25px;
        top: 2px;
        font-size: 45px;
        font-weight: bold;
        font-family: 'RobotoCondensed-Bold';
    }

    .custom-row {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 17px;
    margin-bottom: 0px;

    }

    .footer-logo img {
        width: 100%;
    }

    .row-agency-name {
        display: inline-block;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .agency-text {
        margin: 0px 0px 0px 6px;
        text-align: center;
        position: relative;
        /* top: 50%; */
        transform: translateY(0%);
        font-family: 'RobotoCondensed-Bold';
        color: #ffac00;
        /* width: 100%; */
        display: block;
        padding: 0px 0px 0 0px;
        font-size: 24px;
    }
}
@media (min-width: 100px) and (max-width: 480px) {
    .banner-tab {
        background: #ffffff;
        width: 268px;
        height: 78px;
        position: relative;
        left: 0px;
        top: 17px;
        z-index: 9;
    }
    .banner-title {
        position: relative;
        right: -18px;
        top: 0%;
        font-size: 45px;
        font-weight: bold;
        font-family: 'RobotoCondensed-Bold';
    }
    .custom-row {
   display:inline-block;
        margin-bottom: 0px;
    }
    .footer-logo img{
        width:100%;
    }
    .row-agency-name {
        display: inline-block;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .agency-text {

        margin: 0px 0px 0px 6px; 
        text-align: center;
        position: relative;
        /* top: 50%; */
        transform: translateY(0%);
        font-family: 'RobotoCondensed-Bold';
        color: #ffac00;
        /* width: 100%; */
        display: block;
       padding: 0px 0px 0 0px; 
        font-size: 24px;
    }
}
@media (min-width: 100px) and (max-width: 414px) {
    .hedef-logo {
        width: 75px;
    }
    .column-agency {
        width: 32%;
    }
    .banner-tab {
        width: 196px;
        height: 48px;
        left: 0px;
        top: 18px;
    }

    .banner-title {
        left: 16px;
        top: 12px;
        font-size: 8px;
    }

        .banner-title img {
            width: 81%;
        }

    .banner-img {
        background: url(images/banner-img.jpg) no-repeat;
        position: relative;
        transition: 250ms;
        padding-top: 0px !important;
        width: 100%;
        height: 272px;
        background-position: top;
    }
        .banner-img::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 275px;
            z-index: 1;
            margin: auto;
            /* background: linear-gradient(-90deg, #e8008b, #18a1db, #65bc47, #ff8200); */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, #000000 100%);
            -webkit-animation: Gradient 10s ease infinite;
            -moz-animation: Gradient 10s ease infinite;
            animation: Gradient 10s ease infinite;
        }
    .banner-text {
        left: 0;
        right: 0;
        margin: auto 0px;
        position: relative;
        text-align: center;
        color: #ffffff;
        font-family: 'RobotoCondensed-Bold';
        font-size: 20px;
        top: 26%;
        text-shadow: 1px 1px 1px #353535;
    }
    .custom-row {
        display: inline-block;
        margin-left: 0px;
        margin-right: 0px;
    }
    .middle-tab {
        display: flex;
        background: #f3f3f3;
        width: 1274px;
        height: 332px;
        position: relative;
        right: 0px;
        left: 0;
        /* margin-top: -20px; */
        /* margin-left: 92px; */
        margin: auto;
    }
    .mid-image-left{
        display: none;
    }
    .orange-tab{
        display: none;
    }
    .middle-title {
        position: absolute;
        top: 15px;
        left: 53%;
        font-size: 29px;
        transform:none;
        color: #000000;
        font-family: 'RobotoCondensed-Bold';
        left: 0;
        right: 0;
        /* margin: auto; */
        text-align: center;
    }
    .middle-content {
        position: absolute;
        top: 65px;
        /* left: 64%; */
        width: 320px;
        font-size: 14px;
        transform: none;
        color: #000000;
        font-family: 'RobotoCondensed-light';
        text-align: justify;
        left: 0;
        right: 0;
        margin: auto;
    }
    .align-top {
        margin-top: 0px;
    }
    .custom-container {
        max-width: 380px;
        margin: 0 auto 30px;
        width: 100%;
        display: block;
        position: relative;
    }
    .contact-line {
        width: 164%;
        top: -10px;
        height: 2px;
        display: inline-block;
        position: relative;
        background: #fab31f;
        /*z-index: 2222222222;*/
    }
    .button {
        background-color: #fab31f;
        border: none;
        color: #ffffff;
        padding: 12px 78px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        font-family: 'RobotoCondensed-Bold';
        margin: 30px 2px;
        cursor: pointer;
    }
    .contact-form-img {
        background: url(images/contact.jpg) no-repeat;
        position: relative;
        transition: 250ms;
        padding-top: 0px !important;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: top;
        padding:0 24px 40px 24px;
    }
    .form-title{
        margin-top: 30px;
    }
}
@media (min-width: 100px) and (max-width: 411px){
    .modalform-title {
        font-size: 13px;

    }
    .copyriht {
        text-align: left;
        left: 0px;
        font-size: 12px;
    }
    .footer-logo {
        text-align: right;
        /* right: 40px; */
        font-size: 16px;
        font-family: 'RobotoCondensed-Bold';
        right: 0px;
    }
    .contact-title {
        font-family: 'RobotoCondensed-Bold';
        font-size: 20px;
        float: left;
    }
    .contact-address {
        font-family: 'RobotoCondensed-Light';
        font-size: 15px;
        float: left;
        margin-bottom: 28px;
    }
    .contact-people {
        font-family: 'RobotoCondensed-Light';
        font-size: 16px;
        float: left;
    }
    .button {
        background-color: #fab31f;
        border: none;
        color: #ffffff;
        padding: 7px 78px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 23px;
        font-family: 'RobotoCondensed-Bold';
        margin: 30px 2px;
        cursor: pointer;
    }
}
@media (min-width: 100px) and (max-width: 375px) {
    .custom-container {
        max-width: 375px;
        /*margin: 0 30px;*/
        width: 100%;
        display: block;
        position: relative;
    }
    .banner-tab {
        width: 196px;
        height: 48px;
        left: 0px;
        top: 18px;
    }
    .banner-title {

        left: 16px;
        top: 12px;
        font-size: 8px;
    }

    .banner-title img{
        width:81%;
    }

}
@media (min-width: 100px) and (max-width: 355px) {


}
@media (min-width: 100px) and (max-width: 320px) {
    .custom-container {
        max-width: 380px;
        /*margin: 0px 38px;*/
        width: 100%;
        display: block;
        position: relative;
    }
    .banner-title {
        position: absolute;
        left: 43px;
        top: 0;
        font-size: 31px;
        font-weight: bold;
        font-family: 'RobotoCondensed-Bold';
    }
    .banner-tab {
        background: #ffffff;
        width: 247px;
        height: 50px;
        position: relative;
        left: -20px;
        top: 16px;
    }
    .banner-text {
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
        text-align: center;
        color: #ffffff;
        font-family: 'RobotoCondensed-Bold';
        font-size: 18px;
        top: 26%;
    }
    .middle-content {
        position: absolute;
        top: 54px;
        /* left: 64%; */
        width: 268px;
        font-size: 14px;
        transform: none;
        color: #000000;
        font-family: 'RobotoCondensed-light';
        text-align: justify;
        left: 0;
        right: 0;
        margin: auto;
    }
    .middle-title {
        position: absolute;
        top: 15px;
        left: 53%;
        font-size: 26px;
        transform: none;
        color: #000000;
        font-family: 'RobotoCondensed-Bold';
        left: 0;
        right: 0;
        /* margin: auto; */
        text-align: center;
    }
    .contact-people {
        font-family: 'RobotoCondensed-Light';
        font-size: 14px;
        float: left;
    }
    .contact-address {
        font-family: 'RobotoCondensed-Light';
        font-size: 14px;
        float: left;
        margin-bottom: 28px;
    }
    .copyriht {
        text-align: left;
    
        font-size: 12px;
    }
   
    .footer-logo {
        text-align: right;
        /* right: 40px; */
        font-size: 16px;
        font-family: 'RobotoCondensed-Bold';
        right: 0px;
    }
    .bottom-line {
        vertical-align: top;
        height: 2px;
        display: inline-block;
        background: #9b9994;
        z-index: 2222222222;
        left: 0;
        margin-top: 24px;
        bottom: 0px;
        padding-top: 2px;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        top: 15px;
    }

  
}
.loadingContact {
    background: none !important;
    font-size: 0;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    padding: 0;
    border: 3px solid #ffac00;
    border-bottom: 3px solid rgba(255,255,255,0.0);
    border-left: 3px solid rgba(255,255,255,0.0);
    background-color: transparent !important;
    border-radius: 15px;
    animation-name: rotateAnimation;
    -webkit-animation-name: wk-rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.loadingCar {
    background: none !important;
    font-size: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px !important;
    padding: 0 !important;
    border: 3px solid #ffac00 !important;
    border-bottom: 3px solid rgba(255,255,255,0.0) !important;
    border-left: 3px solid rgba(255,255,255,0.0) !important;
    background-color: transparent !important;
    border-radius: 15px !important;
    animation-name: rotateAnimation !important;
    -webkit-animation-name: wk-rotateAnimation !important;
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
    animation-delay: 0.2s !important;
    -webkit-animation-delay: 0.2s !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-iteration-count: infinite !important;
}
.loadingHouse {
    background: none !important;
    font-size: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px !important;
    padding: 0 !important;
    border: 3px solid #ffac00 !important;
    border-bottom: 3px solid rgba(255,255,255,0.0) !important;
    border-left: 3px solid rgba(255,255,255,0.0) !important;
    background-color: transparent !important;
    border-radius: 15px !important;
    animation-name: rotateAnimation !important;
    -webkit-animation-name: wk-rotateAnimation !important;
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
    animation-delay: 0.2s !important;
    -webkit-animation-delay: 0.2s !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-iteration-count: infinite !important;
}