@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

html, body {
    margin:0px;
    padding:0px;
    background:#ffffff;
    font-family: 'Montserrat', Arial;
    font-size:15px;
    height: 100%;
    color:#000;
}

html *, body * {
    font-family:'Montserrat';
}

a, img {
    text-decoration:none;
    border:none;
    outline:none;
}

a, input {
    -webkit-transition: 200ms ease-out 0.1s;
    -moz-transition: 200ms ease-out 0.1s;
    -o-transition: 200ms ease-out 0.1s;
    transition: 200ms ease-out 0.1s;
}

input, select, textarea {
    outline:none;
}

.headlogo {
    text-align:left;
    padding-top:30px;
    padding-bottom:30px;
}

.headlinks {
    text-align:right;
    padding-top:30px;
    padding-bottom:30px;
}

.menua {
    color:#999999;
    padding:0px 18px 30px;
    font-size:14px;
    text-decoration: none !important;
}

.menua:hover {
    color:#000000;
}

.maintitle {
    padding-top:30px;
    padding-bottom:30px;
    font-weight:bold;
    text-align:left;
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    background:#f2f2f2;
    font-size:35px;
}

.martop30 {
    margin-top:30px;
}

.scrollable {
    max-height:400px;
    overflow:auto !important;
}

.thumbimg img {
    width:100%;
    height:auto !important;
}

.ozelliktitle {
    background:#222222;
    color:#ffffff;
    border-radius:5px;
    padding:15px;
    text-align:left;
    font-size:21px;
    font-weight:bold;
    border:1px solid #111111;
}

.ozelliktitle a {
    float:right;
}

.footer {
    background:#111111;
    color:#999999;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
}

.footer a {
    color:#999999;
    text-decoration: none !important;
    font-size:13px;
    color:#f2f2f2;
}

.copymsg {
    background:#222222;
    border-top:1px solid #333333;
    padding:15px;
    text-align:center;
    font-size:11px;
    color:#999999;
}

/* Style the buttons that are used to open and close the accordion panel */
.akordeon {
    border:1px solid #e2e2e2;
    margin-top:15px;
    border-radius:5px;
}

.accordion {
  width:100%;
  display:block;
  padding:15px;
  border:none;
  outline:none;
  border-top:1px dotted #e2e2e2;
  font-weight:bold;
  background:none;
  text-align:left;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active {
  background-color: #dadada;
  color:#333333;
}

/* Style the accordion panel. Note: hidden by default */
.accordin {
  max-height:0px;
  overflow:hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  color:#fff;
}

.accordin a {
    display:block;
    padding:15px 30px;
    text-align:left;
    color:#000;
}

.accordin a.active {
    color:#008758;
    text-decoration:none !important;
    font-weight:bold;
}

.accordin a:hover {
    text-decoration:underline;
}

.fiyattitle {
    border:1px solid #e2e2e2;
    color:#000;
    border-radius:5px;
    padding:15px;
    text-align:left;
    font-size:21px;
    font-weight:normal;
}

.fiyattitle .col-md-4 {
    text-align:center;
}

.fiyattitle .col-md-4 span {
    font-weight:bold;
}

.ozkattitle {
    width:100%;
    padding:15px;
    border:none;
    outline:none;
    font-weight:bold;
    background:none;
    text-align:left;
    color:#000;
    border:1px solid #dadada;
    border-left:10px solid #dadada;
    margin-top:15px;
    border-radius:5px;
    text-transform: uppercase !important;
}

.ozellik {
    width:100%;
    padding:15px 25px;
    border:none;
    outline:none;
    font-weight:bold;
    background:none;
    text-align:left;
    color:#666;
    border-bottom:1px solid #e2e2e2;
    margin-top:15px;
    border-radius:5px;
    font-size:18px;
    font-weight:normal;
    letter-spacing:-1px;
}

.ozellik a {
    float:right;
    margin-left:15px;
    margin-top:2px;
}

.ozellik input {
    float:left;
    width:24px;
    height:24px;
    margin-right:10px;
    margin-top:0px;
}

.ozellik em {
    display:inline-block;
    float:right;
    font-weight:300 !important;
    font-style: normal !important;
    width:100px;
    text-align:right;
}

.modal-title {
    margin:0px;
    padding:0px;
    font-size:21px;
    float:left;
}

.modal-header button {
    float:right;
    opacity:1 !important;
    text-shadow:0px 0px !important;
}

.modal-header button span {
    color:red;
    font-size:31px;
    font-weight:bold;
    text-shadow:0px 0px !important;
}

.modal-content {
    background-color:transparent !important;
    background-image:url(../img/trans.png);
    background-repeat:repeat;
}

.modal-title {
    color:#fff !important;
}

.modal-header {
    border-bottom:1px solid #666 !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
    padding-left:10px !important;
    padding-right:10px !important;
}

.modal-body {
    padding:1px !important;
}

.selectz {
    background:#e8ffee;
    color:#008758;
}

.finalbuttons {
    margin-top:30px;
    text-align:right;
}

.btn-full {
    width:100%;
    margin-top:15px;
}

.nomartop {
    margin-top:0px;
    padding-top:19px;
    padding-bottom:19px;
}

.martop {
    margin-top:15px;
}

.result_title1 {
    margin:0px;
    margin-top:15px;
    padding:10px 25px;
    font-size:21px;
    color:#008758;
    border-bottom:1px solid #008758;
}

.result_title2 {
    margin:15px 0px;
    padding:10px 40px;
    font-weight:bold;
    font-size:18px;
    color:#333;
    border-bottom:1px solid #bababa;
}

.result_title3 {
    margin:0px;
    padding:10px 55px;
    font-weight:normal;
    font-size:15px;
    color:#333;
    border-bottom:1px solid #e2e2e2;
}

.result_title3 label {
    float:right;
}

.result_table th {
    padding:10px 15px;
    font-weight:bold;
    font-size:18px;
    color:#333;
    border-bottom:1px solid #bababa;
}

.result_table td {
    padding:10px 15px;
    font-weight:normal;
    font-size:15px;
    color:#333;
    border-bottom:1px solid #e2e2e2;
}

.bold {
    font-weight:bold !important;
}

@media(max-width:999px) {
    .headlogo {
        text-align:center;
    }
    
    .headlinks {
        padding:0px;
        padding-bottom:15px;
        text-align:center;
    }
    
    .headlinks a {
        padding: 0px 5px 15px;
        font-size:13px;
    }
    
    .maintitle {
        font-size:15px;
        text-align:center;
    }
    
    .thumbimg img {
        height:300px !important;
    }
    
    .martop30, .fiyattitle {
        margin-top:15px !important;
    }
    
    .lSPager {
        display:none !important;
    }
    
    .scrollable {
        display:none !important;
    }
    
    .ozellik {
        padding:0px 7px !important;
        font-size:13px;
    }
    
    .ozellik label {
        font-weight:normal !important;
    }
    
    .ozellik input {
        margin-top:-3px;
    }
    
    .ozellik em {
        width:auto !important;
    }
    
    .modal-title {
        font-size:15px;
    }
    
    .ozellik a {
        margin:0px;
        margin-right:5px !important;
    }
    
    .ozkattitle.nomartop {
        margin-top:15px !important;
        font-size:13px !important;
    }
    
    .result_title1, .result_title2, .result_title3, .result_table th, .result_table td {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    
    .result_title3 {
        font-size:13px;
    }
    
    .mobhide {
        display:none !important;
    }
    
    .result_table tr td:last-child {
        text-align:right;
    }
}