
@font-face {
    font-family: 'd';
    src: url('./fonts/AvenirNextCyr-Demi.eot');
    src: url('./fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
    url('./fonts/AvenirNextCyr-Demi.woff') format('woff'),
    url('./fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'b';
    src: url('./fonts/AvenirNextCyr-Bold.eot');
    src: url('./fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/AvenirNextCyr-Bold.woff') format('woff'),
    url('./fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'r';
    src: url('./fonts/AvenirNextCyr-Regular.eot');
    src: url('./fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/AvenirNextCyr-Regular.woff') format('woff'),
    url('./fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'm';
    src: url('./fonts/AvenirNextCyr-Medium.eot');
    src: url('./fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/AvenirNextCyr-Medium.woff') format('woff'),
    url('./fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
}
html {
    position: relative;
    min-height: 100%;
}
body, html{
    width: 100%;
}

body {
    font: 14px/1.4 'r',Arial,sans-serif;
    z-index: 0;
    overflow-x: hidden;
    background: white;
    margin-bottom: 95px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.float_left{
    position: relative;
    float: left;
}
.float_right{
    position: relative;
    float: right;
}
.tam_div{
    width: 100%;
}
.tam_height{
    height: 100%;
}
.merkez_div{
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.panel-default>.panel-heading {
    background: #f7f7f7;
}


.header {
    width: 100%;
    position: relative;
    padding: 15px 20px;
    box-sizing: border-box;
    z-index: 20;
}
.logoimg {
    background: url(../images/logoimg.png) no-repeat;
    width: 182px;
    height: 45px;
    float: left;
    background-size: cover;
}
.panell {
    height: 60px;
    padding: 0;
}
.call sup {
    top: -3px;
    left: -1px;
}
.page_cover {
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: -100px 0 30px 0;
    position: relative;
}
.page_cover .ip_title {
    padding: 145px 0 40px 0;
}
.ip_title {
    padding: 75px 0 40px 0;
    text-align: center;
    color: #0094c9;
    position: relative;
    z-index: 4;
}
.page_cover:after {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    background-size: 100% 100%;
}
footer {

    padding: 0 35px;

}
.footer_left {
    float: left;
}
.footer_left li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.footer_left a {
    color: rgba(99,99,99,.9);
    text-decoration: underline;
}
.footer_right {
    float: right;
    padding: 25px 0 0 0;
}

.footer_right p {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin: 0 5px 0 0;
}
.footer_right ul {
    display: inline-block;
    vertical-align: middle;
}
.footer_right li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.footer_right a {
    width: 15px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: block;
}
.ip_title h3 {
    font-weight: bolder;
    font-size: 6em;
    line-height: 1em;
    font-family: 'b';
    max-width: 1032px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.call {
    float: right;
    color: #0194c9;
    display: inline-block;
    background: url(../images/call_b.png) no-repeat left center;
    vertical-align: middle;
    font-weight: bolder;
    font-size: 1.5em;
    letter-spacing: -1.5px;
    background-size: 14px;
    font-family: 'b';
    padding: 0 0 0 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.panel {
    border: 1px solid #dedede;
    border-radius: 10px!important;
}
.basliq{
    position: relative;
    text-align: center;
    display: block;
    font-size: 50px;
    color: #ffffff;
    font-weight: 100;
    top: 10%;
}

.basliq a{
    color: #fff;
    text-decoration: none !important;
}
button {
    border: 0;
    outline: none;
    height: 55px!important;
    border-radius: 5px;
    display: inline-block;
    background: #0094c9;
    color: white;
    width: 100%!important;
    font-family: 'm';
    font-size: 16px;
    letter-spacing: -.5px;
    padding: 15px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-sizing: border-box;
    text-align: center;
    background-size: 180%;
}
.optional{
    position: relative;
    text-align: center;
    display: block;
    font-size: 17px;
    color: #6c6c6c;
    margin: 20px auto;
}

.responsive-table{
    overflow-y: hidden;
    overflow-x: scroll;
}

/*.esas_div{*/
    /*background-image: url("../images/fon.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*min-height: 650px;*/
/*}*/



table td[class*="col-"], table th[class*="col-"] {
    padding: 10px;
}

/*.panel-body{*/
    /*background-image: url("../images/fon.png");*/
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
/*}*/




.panel_esas{
    height: 60px;
    border-radius: 0;
}

.panell{
    height: 60px;
    padding: 0;
}

.panel-title{
    height: 60px;
}

.panel-title p{
    height: 60px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-transform: initial;
}

.reqemler {
    width: 60px;
    height: 60px;
    float: left;
    /* background-color: #d9d9d9; */
    font-size: 30px;
    color: #25a3d1;
    border-radius: 10px 0 0 0;
    margin-right: 25px;
    border-right: 1px solid #ddd;
}

.reqemler p{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.yazi{
    padding-right: 40px;
    text-transform: uppercase;
}

.ac_btn{
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
    margin: -44px 13px 10px 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/minus.png");
}

.collapsed .ac_btn{
    background-image: url("../images/plus.png");
}
.success_form{
    display: block;
    text-align: center;
}
.sf_s{
    padding: 60px 0;
}
.steps_form .check_from {
    border: 3px solid #0094c9!important;
}
.check_from {
    width: 140px;
    height: 140px;
    border: 3px solid white;
    border-radius: 100%;
    margin: 0 auto;
}
.check_self {
    display: block;
    height: 100px;
    position: relative;
    width: 105px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.4);
    margin: 0 auto;
    position: relative;
    top: 17px;
    left: 7px;
}
.payment-types{
    text-align: center;
    margin-top: 50px;
}
.payment-types .title{
    font-size: 18px;
    color: #0094c9;
    font-weight: bold;
}
@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    33.3333% {
        width: 40px;
        height: 0;
    }

    100% {
        width: 40px;
        height: 80px;
    }

}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    33.3333% {
        width: 40px;
        height: 0;
    }

    100% {
        width: 40px;
        height: 80px;
    }
}

.check_from.go .check_self:after {
    -webkit-animation: check .8s forwards;
    -moz-animation: check .8s forwards;
    -o-animation: check .8s forwards;
    animation: check .8s forwards;
}
.steps_form .check_self:after {
    border-right: 10px solid #0094c9;
    border-top: 10px solid #0094c9;
}
.check_self:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 10px solid white;
    border-top: 10px solid white;
    content: '';
    display: block;
    height: 0;
    left: 4px;
    position: absolute;
    top: 47px;
    width: 0;
}
.steps_form .success_form b {
    color: #0094c9;
}
b {
    font-weight: normal;
}
.steps_form .success_form p {
    opacity: .9;
    color: #0094c9;
}
.success_form b {
    font-family: 'm';
    color: white;
    font-size: 1.8em;
    display: block;
    margin: 10px 0 0 0;
}
/*/////////////////////////////////////////*/

/*      index2      */

.back_g{
    padding: 4px 13px 20px 0;
    color: #7d7d7d;
    font-size: 15px;
}
b, strong {
    font-weight: 500;
}
@media (max-width: 600px){
    .ip_title h3 {
        font-size: 3em;
    }
    .ip_title h4{
        font-size: 17px;
    }
}

.back_g div div span {
    font-size: 1.2em;
}


.col_md div{
    height: 60px !important;
    display: table;
}

.xett img{
    width: 100%;
    height: 1px;
    padding-right: 13px;
}

.col_md div span{
    display: table-cell;
    vertical-align: middle;
}

/*.input_,*/
/*.chosen-container-single .chosen-single{*/
    /*position: relative;*/
    /*float: left;*/
    /*background-color: #f0eef0;*/
    /*border: 1px solid #e1e1e1;*/
    /*border-radius: 3px;*/
    /*font-size: 16px;*/
    /*color: #999;*/
    /*height: 40px;*/
    /*padding-right: 10px;*/
    /*padding-left: 20px;*/
/*}*/

.chosen-container-single .chosen-single{
    width: 100%;
    height: auto!important;
    padding: 6px 10px 6px 20px;
}

.chosen-container-single .chosen-single div b{
    margin-top: 7px;
    width: 16px;
}

.input_::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
.input_::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
.input_:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
.input_:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

.input_1_{
    width: 100%;
    height: 50px;
}


.input_1{
    width: 100%;
    /*height: 35px;*/
}
.bte_ {
    margin-bottom: 15px;
}
.div_div div {
    padding-left: 0;
    padding-right: 0;
}

.input_2{
    float: left;
    width: 70px;
    padding-left: 2px;
    margin-right: 5px;
}

.input_3{
    float: left;
    width: 152px;
    margin-right: 5px;
}

.sub_{
    height: 32px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: all 500ms;
}

.sub_1{
    width: 110px;
    font-size:15px;
        background-color: #5cb85c;
    border: 1px solid #5cb85c;
    margin-right: 0;
    height: 40px;
}

.sub_1_2{
    width: 100px;
    background-color: #517391;
    border: 1px solid #02668a;
    margin-right: 0;
    height: 40px;
}

.sub_1:hover{
    background-color: #02668a;
}

.sub_2{
    width: 137px;
    height: 40px;
    background-color: #a46d64;
    border: 1px solid #a46d64;
}

.sub_3{
    width: 100px;
    height: 40px;
    background-color: #489e4c;
    border: 1px solid #02668a;
    /*margin-left: 25px; */
}

.sub3:hover{
    background-color: #02668a;
}


input[type="text"], select, textarea, .chosen-container-single .chosen-single {
    border: 1px solid #dfdfdf;
    width: 100%;
    padding: 15px 20px;
    font-size: 1.2em;
    color: #0094c9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 5px;
}
.sub_4{
    float: right;
    width: 138px;
    height: 40px;
    background-color: #a46d64;
    border: 1px solid #a46d64;
}

.sub_5{
    width: 183px;
    height: 40px;
    background-color: #a46d64;
    border: 1px solid #a46d64;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
        margin: 0 10px;
}



/*///////////////////*/

/*footer*/


.footer{
    width: 100%;
    height: 90px;
    background-image: url("../images/footer.png");
    background-size: 100%;
    margin-bottom: 20px;
}

.footer_{
    height: 90px;
    padding-right: 0;
    padding-left: 0;
}

.footer_ div{
    height: 90px;
}

.footer_text{
    width: calc(100% - 495px);
    font-size: 12px;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;

}

.footer_cell{
    width: 55%;
}

.footer_cell img{
    width: 100%;
    height: 90px;
}

.pasa{
    width: 44%;
}
.pasa img{
    width: 100%;
    height: 90px;
}



/**/
.loading_overlay {
    position: absolute;
    background-color: lightgray;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTrans form.Microsoft.Alpha(Opacity=80)";
    z-index: 10000;
    text-align: center;
    vertical-align: middle;
    font: bold 24px arial, verdana;
}

.loading_overlay img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    vertical-align: middle;
}


.made_comp{
    position: relative;
    float: right;
    margin: 5px 10px;
    text-decoration: none;
}

.made_comp:hover{
    text-decoration: underline;
}


.sub_6{
    width: 137px;
    background-color: #92960F;
    border: 1px solid #3a778d;
    margin-right: 10px;
    height: 40px;
}

.sub_6:hover{
    background-color: #696C0C;
    border: 1px solid #3a778d;
}

.sub_7{
    width: 180px;
    background-color: #A3A80F;
    border: 1px solid #31920d;
    margin-right: 10px;
    height: 40px;
}

.sub_7:hover{
    background-color: #90950C;
}

.sub_8{
    width: 180px;
    background-color: #2C8A19;
    border: 1px solid #02668a;
    margin-right: 0;
    height: 40px;
}

.sub_8{
    width: 180px;
    background-color: #2C8A19;
    border: 1px solid #02668a;
    margin-right: 0;
    height: 40px;
}

.footer,
.SecondPage{
  position:relative;
float:left;
width:100%;	
}

form{
	height:100%;
width:100%;
}

.SecondPage{
	height:calc(100% - 90px);
padding-top:75px;
}

.second_page_in{
	
}

.s_page_btn{
float: right;
margin: 0;
padding: 6px 0;
color:#fff !important;
text-decoration:none !important;
}


.footer{
	margin-bottom:0;
}




.chosen-container-single .chosen-single div b {
    background: url(../images/chosen-sprite.png) no-repeat 0px 9px!important;
}


.btn-success {

    background-color: #0094c9;

}


#AddInfoNext, #StartDateNext, #IssuePolicyButton {

background-color: #5cb85c;

}







