@charset "utf-8";
/* CSS Document */

.arcbg {
    background-color: #fff;
    width: 100%;
    padding: 15px 5px 15px 5px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    margin: 0px 0px 20px 0px;
    min-height: 100%;
}

.dpr0 {
    padding-right: 0px !important;
}

.col3bgcolor {
    background-color: #F5FAFE !important;
    height: 100hv;
    border: 1px solid #E8F0F7;
}

.col3bgcolor p {
    font-family: 'Lato';
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.col3bgcolor .fiyati {
    font-family: 'Roboto';
    font-size: 45px;
    color: #286090 !important;
    font-weight: bold;
}

.col3bgcolor .fiyati span {
    font-size: 70%;
}

.bgdip {
    background-color: #F5FAFE !important;
    border: 1px solid #E8F0F7;
}

.segmentbtn {
    margin: 10px 0px 20px 0px;
}

.aracsecbtn {
    font-family: 'Poppins';
    font-size: 15px;
    border-radius: 0px;
}

@media only screen and (min-width: 230px) and (max-width:780px) {
    .dpr0 {
        padding: 0px !important;
    }
    .segmentbtn {
        text-align: center;
    }
}

/* TAB PANEL */

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    border: none;
    border-bottom: 2px solid #079fc9;
    margin: 0;
}

.tab .nav-tabs li a {
    font-family: 'Poppins';
    padding: 10px 20px;
    margin: 0 10px -1px 0;
    font-size: 16px;
    font-weight: 400;
    color: #293241;
    /*  text-transform: uppercase; */
    border: 2px solid #e6e5e1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover, .tab .nav-tabs li.active a {
    background: #fff;
    color: #296FAA;
    border: 2px solid #079fc9;
    border-bottom-color: transparent;
}

.tab .nav-tabs li a:before {
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.tab .nav-tabs li.active a:before, .tab .nav-tabs li a:hover:before {
    transform: scaleX(1);
}

.tab .tab-content {
    font-family: 'Poppins';
    padding: 10px;
    font-size: 15px;
    color: #666;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs {
        border: none;
    }
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a {
        margin: 0;
        border-bottom: 2px solid transparent;
    }
    .tab .nav-tabs li a:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #079fc9;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
}

h5 {
    font-weight: 600;
    font-size: 15px;
}

/* checkbox card */

frb-group {
    margin: 15px 0px 15px 0px;
}

.frb~.frb {
    margin-top: 0px;
}

.frb input[type="radio"]:empty, .frb input[type="checkbox"]:empty {
    display: none;
}

.frb input[type="radio"]~label:before, .frb input[type="checkbox"]~label:before {
    font-family: FontAwesome;
    content: '\f096';
    position: absolute;
    top: 50% !important;
    margin-top: -11px;
    left: 15px;
    font-size: 22px;
}

.frb input[type="radio"]:checked~label:before, .frb input[type="checkbox"]:checked~label:before {
    content: '\f046';
}

.frb input[type="radio"]~label, .frb input[type="checkbox"]~label {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.frb input[type="radio"]~label:focus, .frb input[type="radio"]~label:hover, .frb input[type="checkbox"]~label:focus, .frb input[type="checkbox"]~label:hover {
    box-shadow: 0px 0px 2px #666;
}

.frb input[type="radio"]:checked~label, .frb input[type="checkbox"]:checked~label {
    color: #fafafa;
}

.frb input[type="radio"]:checked~label, .frb input[type="checkbox"]:checked~label {
    background-color: #f2f2f2;
}

.frb.frb-default input[type="radio"]:checked~label, .frb.frb-default input[type="checkbox"]:checked~label {
    color: #333;
}

.frb.frb-primary input[type="radio"]:checked~label, .frb.frb-primary input[type="checkbox"]:checked~label {
    background-color: #337ab7;
}

.frb.frb-success input[type="radio"]:checked~label, .frb.frb-success input[type="checkbox"]:checked~label {
    background-color: #5cb85c;
}

.frb.frb-info input[type="radio"]:checked~label, .frb.frb-info input[type="checkbox"]:checked~label {
    background-color: #5bc0de;
}

.frb.frb-warning input[type="radio"]:checked~label, .frb.frb-warning input[type="checkbox"]:checked~label {
    background-color: #f0ad4e;
}

.frb.frb-danger input[type="radio"]:checked~label, .frb.frb-danger input[type="checkbox"]:checked~label {
    background-color: #d9534f;
}

.frb input[type="radio"]:empty~label span, .frb input[type="checkbox"]:empty~label span {
    display: inline-block;
}

.frb input[type="radio"]:empty~label span.frb-title, .frb input[type="checkbox"]:empty~label span.frb-title {
    font-size: 16px;
    letter-spacing: 0.6px;
    margin: 10px 5px 5px 50px;
}

.frb input[type="radio"]:empty~label span.frb-description, .frb input[type="checkbox"]:empty~label span.frb-description {
    font-weight: normal;
    color: #666;
    margin: 5px 5px 10px 50px;
}

.frb input[type="radio"]:empty:checked~label span.frb-description, .frb input[type="checkbox"]:empty:checked~label span.frb-description {
    color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked~label span.frb-description, .frb.frb-default input[type="checkbox"]:empty:checked~label span.frb-description {
    color: #999;
}

a.iicon {
    color: #666;
    font-size: 16px;
}

a.iicon:hover {
    color: #f00;
}

.popover {
    background: tomato !important;
    color: #ffffff;
    min-width: 400px;
}

.popover.top .arrow:hover {
    border-top-color: tomato !important;
}

.dipayar {
    border: 1px solid #E8F0F7;
    background-color: #F5FAFE;
    padding: 15px 0px 15px 0px;
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    /*mobil*/
    .dipayar {
        display: grid;
        padding: 0px;
    }
    .popover {
        width: 100%;
    }
    .extracontainer {
        padding: 0px !important;
    }
}

.geneltoplam {
    font-family: 'Roboto';
    font-size: 40px !important;
    color: #286090 !important;
    font-weight: bold;
}

.geneltoplam_kur {
    font-family: 'Roboto';
    font-size: 22px !important;
    color: #286090 !important;
}

.geneltoplam_text {
    font-family: 'Roboto';
    font-size: 15px !important;
    color: #999 !important;
    display: block;
}

.geneltoplambtn {
    font-family: 'Roboto';
    font-size: 18px !important;
    width: 100%;
    font-weight: 400;
    color: #fff !important;
    background-color: #4A89DC !important;
    height: 75px;
}

@media (max-width: 767px) {
    /*mobil*/
    .geneltoplam {
        font-size: 30px !important;
    }
    .geneltoplam_kur {
        font-size: 18px !important;
    }
    .geneltoplam_text {
        font-size: 13px !important;
    }
    .geneltoplambtn {
        height: 60px;
    }
    .mobilpreset {
        padding: 0px !important;
    }
}

p.iptal {
    font-family: 'Roboto';
    font-size: 20px !important;
    color: green;
}

.mbilgileribaslik {
    font-family: 'Poppins';
    color: #333;
    font-size: 15px;
}

.mb20 {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

.star_red {
    color: #f00;
    font-size: 15px;
}

.form-control {
    font-family: 'Poppins';
    color: #333;
    font-size: 15px;
    height: 50px !important;
}

[data-toggle="buttons-radio"]>.btn>input[type="radio"] {
    display: none;
}

.card {
    transition: transform .2s;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.card:hover {
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
    transform: scale(1.07);
}

.d-none {
    display: none!important;
}

/************** TEMA *****************/

.adobox {
    transition: box-shadow .3s;
    height: 100%;
    border-radius: 0px;
    border: 0px solid #D6D6D6;
    background: #fff;
    box-shadow: 0 0 5px rgba(33, 33, 33, .2);
    transition: transform .2s;
}

.adobox:hover {
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
    transform: scale(1.07);
}

.adobaslik {
    font-family: 'Poppins';
    color: #f00;
    font-size: 18px;
    font-weight: 400;
    height: 80px;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    table-layout: auto;
    padding: 0px 15px 0px 15px;
}

.adoaciklama {
    font-family: 'Poppins';
    color: #666;
    font-size: 14px;
    height: 80px;
    width: 100vw;
    display: table-cell;
    text-align: justify;
    table-layout: auto;
    padding: 5px 15px 5px 15px;
}

.adofiyatlar {
    padding: 0px;
    background-color: #333;
    color: #fff;
    margin: 0px!important;
}

.adofiyatlar ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0px;
    width: 100%;
}

.adofiyatlar li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.adofiyatlar li::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 10px;
    color: #bbb;
}

.adofiyatlar li:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    color: #bbb;
}

.adoozellik {
    padding: 0px;
    background-color: #fff;
    color: #333;
    margin-bottom: 0px;
    font-size: 14px;
}

.adoozellik ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0px;
    width: 100%;
}

.adoozellik li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.adoozellik li::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 15px;
    color: #999;
}

.adoozellik li:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    color: #fff;
}

ul.adoozellik li {
    text-align: center;
}

ul.adoozellik li span {
    display: block;
}

a.astablink {
    text-decoration: none;
    color: #333;
    font-family: 'Poppins';
    font-size: 16px;
}

.astablink {
    text-decoration: none;
    color: #333;
    font-family: 'Poppins';
    font-size: 16px;
}

.dpdisbox {
    display: table;
    width: 100%;
    height: 100%!important;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 0 5px rgba(33, 33, 33, .2);
    margin-top: 20px;
    padding: 20px;
}

.dpbaslik {
    font-family: 'Poppins';
    font-size: 14px;
    padding: 0px 0px 5px 5px;
    font-weight: 600;
}

.p3bottom {
    padding-bottom: 15px!important;
}

.gosterbtn {
    padding: 10px;
    border-radius: 0px;
}

.okiconcolor {
    color: #5CB85C;
}

.icontexstyle {
    color: #666;
    font-size: 13px;
}

.scrolldur {
    position: fixed;
    top: 75px;
    overflow: hidden;
    display: block;
}

.scrolldisable {
    display: none
}

.fixic {
    border: 1px solid #E6E6E6;
    width: 210px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}

.fixic .baslik {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.fixic label {
    font-weight: normal;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #333;
}

.fixic .checksize {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.rez_tamamla_btn{
    padding: 25px 15px;
    border-radius: 0px;
}