@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px;
}


ul.list-items{
  margin: 0;
  padding: 0 0 0 18px;
}
/* Default Theme Settings */
@media (min-width: 1200px) {
    .container {
        width: 1010px;
    }
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

header {
    margin: 0;
    padding: 0;
}

.header {
    height: 92px;
    padding-top: 20px;
    *height: 72px;
}

/*#region common */

section h1 {
  text-align: center;
  font: 25px 'open_sanssemibold';
}

/*#endregion */

/*#region promo-section */
section.promo {
  height: 400px;
  background: url('../images/desktop-bg.png') center no-repeat;
}

@media screen and (max-width: 990px){
    section.promo {
        height: auto;
        background: url('../images/desktop-bg.png') no-repeat;
        background-size: cover!important;

    }
}

section.promo .row {
  position: relative;
}

section.promo .row .patlangac {
  position: absolute;
  top: -10px;
  right: 0;
}

/* Banner Text Desktop */
.text-lead{
  color: #fff;
}
.text-lead h1 {
  font: bold 21px 'open_sansbold';
  text-align: left;
  line-height: 150%;
}

.text-lead h1 span {
  font-size: 46px;
}

.text-lead p.lead {
  font: 14px 'open_sansregular';
  line-height: 180%;
}

.text-lead h2 {
  color: #fff;
  font:  bold 43px 'open_sansbold';
  line-height: 110%;
  padding: 0 0 10px 0;
  margin: 0;
}

/** Banner Text Custom Themes */

/* Center Theme (Kurumlara Mortgage) */
.center-theme{
  position: relative;
  top: 52px;
  left: 90px;
  color: #076c37;
  font-weight: bold;
}

.center-theme h1{
  font-size: 30px;
  line-height: 1.3;
}


/* Popup Message */
section.thankyou {
  width: 400px;
}

section.thankyou .container {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 400px;
}

section.thankyou .logo {
  margin-bottom: 30px;
  *height: 39px;
}

section.thankyou .icon {
  margin-bottom: 30px;
  *height: 117px;
}

section.thankyou p.lead1 {
  font: 17px 'open_sansregular';
  color: #444649;
}

section.thankyou p.lead2 {
  color: #016936;
  font: 19px 'open_sansbold';
  margin-bottom: 50px;
  *height: 28px;
}

section.thankyou .link-btn {
  display: block;
  width: 100%;
  font: 16px 'open_sansbold';
  color: #fff;
  padding: 13px;
  border: none;
  border-radius: 5px;
  text-align: center;
  background-color: #007548;
  *width: 80%;
}


section.thankyou.mobile {
  width: 280px;
}

section.thankyou.mobile .container {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 280px;
}

section.thankyou.mobile .logo {
  margin-bottom: 15px;
}

section.thankyou.mobile .icon {
  margin-bottom: 15px;
}

section.thankyou.mobile p.lead1 {
  font: 15px 'open_sansregular';
}

section.thankyou.mobile p.lead2 {
  font: 15px 'open_sansbold';
  margin-bottom: 30px;
}

section.thankyou.mobile .link-btn {
  font: 14px 'open_sansbold';
  padding: 12px;
}

/*#region application-section */

section.application {
    padding: 40px 0 40px 0;
}

.application .form .form-row {
    position: relative;
    margin-bottom: 35px;
    width: 88%;
    *height: 45px;
}

@media screen and (max-width: 650px){
    .application .form .form-row{
        width: 100%;
    }
}
.application .form .info-row {
    position: absolute;
    right: -205px;
    z-index: 88;
    font: 13px/20px Arial;
    color: #606366;
    margin-top: -5px;
    margin-bottom: 35px;
    *height: 45px;
}

    .application .form .info-row .va {
        height: 62px;
        display: table-cell;
        vertical-align: middle;
    }

    .application .form .info-row .bubble {
        border: 1px solid #e7e5cf;
        background: #fcfbec;
        border-radius: 10px;
        padding: 10px 10px 10px 20px;
        position: relative;
    }

        .application .form .info-row .bubble img {
            position: absolute;
            top: 40%;
            left: -7px;
        }

.application .form span.info-icon {
   display: block;
    height: 26px;
    width: 26px;
    background: url(../images/info-icon.png) no-repeat;
    margin-left: 10px;
    cursor: pointer;
    float: right;
    margin-top: 9px;
    margin-right: 25px;
  
}

*:first-child + html .captcha {
    width: 33.30%;
}

.application .form label {
    font: 14px 'open_sanssemibold';
    color: #0f7c45;
    display: block;
    height: 46px;
    padding-top: 12px;
    background: url(../images/colon.gif) center right 15px no-repeat;
    *height: 34px;
}

.application .form input[type="text"] {
    width: 100%;
    background-color: #f7f8f8;
    border: 1px solid #007548;
    font: 14px 'open_sanssemibold';
    padding: 12px;
    border-radius: 4px;
	outline: none;
}

.application .form .btn {
    width: 100%;
    font: bold 14px Arial;
    background-color: #007548;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 5px;
}

.application .form .secure {
    font: 12px 'open_sansregular';
    color: #909296;
}

    .application .form .secure img {
        display: inline-block;
        margin-right: 3px;
    }



section  h2 span{
	display: block;
}
section.application p {
    color: #606366;
    font: 14px Arial;
    line-height: 170%;
    padding-bottom: 30px;
}


/*#endregion */

@media screen and (min-width: 650px){
.image {
    float: right;     
}
 /*.application .form span.info-icon{

      	float: left;	
      	margin-top: 9px;
      	
      }*/
}
.btn:hover, .btn:focus {
    color: #fff;
}

/*#region footer */

footer {
    height: 105px;
    background-color: #444649;
}
/*#endregion */

/*#region helpers */

a:hover, a:focus {
    text-decoration: none;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

div[class^="col-"], div[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.nopadding {
    padding: 0 !important;
}
.padding-bottom-1 {
    padding-bottom: 10px;
}

.margin-bottom-3 {
    padding-bottom: 30px;
}

.margin-bottom-3 {
    padding-bottom: 30px;
}

.margin-bottom-5 {
    padding-bottom: 50px;
}

.padding-bottom-5 {
    padding-bottom: 50px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

span.errorName, span.errorLastName, span.errorIdNo, span.errorTel, span.errorCaptcha, .errorGeneral {
    float: left;
    display: none;
    position: relative;
    color: red;
}

.redBorder {
    border-color: red !important;
}

.defBorder {
    border-color: #e3e8e8;
}

.form-row.clearfix {
    margin-bottom: 30px;
}

/* This adds padding from top and bottom */
.custom-popup-class .mfp-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
/* This adds max-width to popup content */
.custom-popup-class .mfp-content {
}

/* This makes "#popup-with-something" scale down proportionally */
#popup-with-something {
    width: 100%;
    height: 0;
    overflow: hidden;
    /* This is scale ratio */
    padding-top: 56.25%;
}
    /* This shifts close button outside of the container */
    #popup-with-something .mfp-close {
        top: -44px;
        color: #FFF;
        text-align: right;
        right: 1px;
    }

.detail {
    text-align: justify;
}

/* Phone */
@media screen and (max-width: 600px) {
  
  .promo{
    padding: 10px 0;
  }

  .text-lead h2{
    font: bold 30px 'open_sansbold'!important;
    color: #fff;
    text-align: left;
    line-height: 1;
    padding: 10px 0 10px 0;
    margin: 0;
    text-align: center;
  }

  .text-lead h1{
    font: bold 17px 'open_sansbold';
    line-height: 1;
    text-align: center;
  }

  .text-lead p.lead {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }

  section.application p {
    padding-bottom: 0!important;
    text-align: center;
  }

  section.promo .image{
    width: 250px;
    margin: 0 auto !important;
  }

  .text-lead{
    float: left;
  }
  
  /* Custom Theme Edit*/
  .center-theme{
    position: static;
  }

  .application .form span.info-icon{
    float: left;	
    margin-top: 9px;
  }
  
}
/*end media codes*/
/*mortgagemetre*/
section.calculate {
    min-height: 650px;
    padding-bottom: 50px;
}

    section.calculate h1 {
        color: #444649;
        text-align: center;
        margin: 30px 0 30px 0;
    }

section a.tab-link {
    width: 100%;
    font: 18px Verdana;
    color: #aeb1b7;
    border: 3px solid #f0f1f1;
    display: block;
    text-align: center;
    height: 70px;
    padding-top: 20px;*
    height: 50px;
}

    section a.tab-link:hover, section a.tab-link:focus {
        text-decoration: none;
    }

    section a.tab-link.active {
        width: 100%;
        font: 18px 'open_sanssemibold';
        color: #fff;
        background-color: #0f7c45;
        border: 3px solid #0f7c45;
        padding-top: 20px;
        *height: 50px;
    }

section .arrow {
    margin: 0;
    padding: 0;
    height: 7px;
    background: url(../images/arrow-shape.png) center no-repeat;
}

.calculate .bankCompareform {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
}

@media (max-width: 767px) {
    .calculate .bankCompareform {
        width: 100%;
    }
    /* .application .form span.info-icon{

      	float: left;	
      	margin-top: 9px;
      	
      }*/
}

.calculate .bankCompareform .form-row {
    margin-bottom: 25px;
    *height: 45px;
}

.calculate .bankCompareform .info-row {
    padding-top: 20px;
    margin-bottom: 10px;
    margin-top: 80px;
    *height: 35px;
}


.calculate .bankCompareform input[type="text"] {
    width: 100%;
    background-color: #f7f8f8;
    border: 1px solid #e3e8e8;
    font: bold 15px Arial;
    padding: 13px;
    border-radius: 4px;
    color: #444649;
	outline: none;
}

.calculate .bankCompareform label, .calculate .form span.label {
    font: 15px 'open_sanssemibold';
    color: #0f7c45;
    display: block;
    height: 45px;
    padding-top: 13px;
    *height: 32px;
}

    .calculate .bankCompareform label.gray {
        color: #0f7c45;
    }

.calculate .bankCompareform span.label.gray {
    font: 15px 'open_sansbold';
    color: #444649;
}

.calculate .form-footer {
    margin-top: 70px;
}
    .calculate .form-footer span {
        font: 13px 'open_sansregular';
        color: #909296;
        display: block;
        padding-top: 15px;
        /*padding-left: 97px;*/
    }

.calculate .btn {
    display: block;
    width: 95%;
    font: bold 14px Arial;
    background-color: #007548;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 5px;
    text-align: center;
    *width: 80%;
    float: left;
}

.link-btn {
    display: block;
    font: bold 13px Arial;
    color: #aeb1b7;
    padding: 14px;
    border: 1px solid #afb2b2;
    border-radius: 5px;
    text-align: center;
    *width: 80%;
    background-color: transparent;
}

    .calculate .btn:hover, .calculate .link-btn:hover,
    .calculate .btn:focus, .calculate .link-btn:focus {
        text-decoration: none;
    }

.link-btn:hover, .link-btn:focus {
    color: #aeb1b7;
}

.btn:hover, .btn:focus {
    color: #fff;
}
/*end mortgaegemetre*/

/*#region jquery-ui */

.ui-slider {
    margin-top: 20px;
    height: 2px;
    background-color: #c6cf1c;
    border: none;
    border-radius: 0;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #0f7c45;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.7em !important;
    width: 26px;
    height: 26px;
    background: url(../images/ui-slider-handle.png) no-repeat;
    border: none !important;
    cursor: pointer;
}

/*#endregion */

/*mortgagemetre inputs*/

.mortgageMeterInputs {
    width: 100%;
    background-color: #f7f8f8;
    border: 1px solid #e3e8e8;
    font: bold 15px Arial;
    padding: 13px;
    border-radius: 4px;
    color: #444649;
}
/*end mortgagemetre inputs*/

a.link-btn {
    display: block;
    width: 95%;
    font: bold 14px Arial;
    color: #aeb1b7;
    padding: 14px;
    border: 1px solid #afb2b2;
    border-radius: 5px;
    text-align: center;
    background-color: transparent;
}

a.btn {
    display: block;
    width: 95%;
    font: bold 14px Arial;
    background-color: #007548;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 5px;
    text-align: center;
    margin-left: 20px;
}

span.label {
    color: #0f7c45;
    font-weight: bold;
}

div#formSlider {
    padding-top: 60px;
}
label.label-left {
    float: left;
}

span.errorMaturity {
    float: left;
    display: none;
    position: relative;
    color: red;
}

.bx-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 244px;
    font-size: large;
}
label.gray {
    margin-left: 20px;
}
 
 .form-footer {
    padding-top: 25px;
}
.slider-text{
    margin-top: 10px;
}
.chckbx {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
}
.chckbx>input[type='checkbox'] {
    width: 19px;
    height: 19px;
    border: 1px solid #017449;
    background: transparent;
    outline: none;
    color: #96999D;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    float: left;
    margin-top: 4px;
}
p.text {
    margin: 0 0 0 35px;
    padding: 0px;
    font-size: 13px;
    color: #b8b8b8;
}
.textarea-field {
    margin-bottom: 15px;
}
textarea.form-textarea.textarea-field{    
    display: inline-block;
    width: 100%;
    height: 110px;
    padding: 19px;
    color: rgb(53, 67, 75);
    resize: none;
    outline: none;
    border: 1px solid rgb(226, 235, 240);
    transition: border 0.2s linear;
    background: rgb(247, 248, 249);
}
.chckbx>input[type='checkbox']:checked:before{
	content: '';
    background-color: #017449;
    position: relative;
    display: block;
    height: 13px;
    width: 13px;
    -webkit-appearance: none;
    outline: none;
    margin: 2px;
}
.checkbox-wrong{border:solid 1px red !important;}
.checkbox-wrong > textarea{border:solid 1px red !important;}
span.errorName.error-compulsory{
  position: absolute;
  color: red;
  margin-top: 75px;
  margin-left: 15px;
}
.text{text-align: left !important;}
@media screen and (max-width: 480px){
span.errorName.error-compulsory{
bottom: 0;
 }
}