@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    height: 100%;
}
.sorgu{
    display: flex;
    flex-wrap: wrap;
    max-width: inherit!important;
    height: 93vh;
}
.sorgu-section{
    width: inherit;
}
.sorgu-footer{
    align-self: flex-end;
    width: inherit;
}
.smt100{
    margin-top: 100px;
}
html {
    height: 100%;
}
* {
    text-decoration: none !important;
    outline: none !important;
}

/* SOCIAL COLORS START */

.so-icon {
    background-color: #7d7d7d;
}

.so-facebook {
    background-color: #3b5998;
}

.so-twitter {
    background-color: #000;
}

.tiktok {
    background-color: #55acee;
}

.so-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.so-pinterest {
    background-color: #cb2027;
}

.so-linkedin {
    background-color: #0077b5;
}

.so-facebook-messenger {
    background-color: #448aff;
}

.so-youtube {
    background-color: #cc181e;
}

.so-reddit {
    background-color: #ff4500;
}

.so-tumblr {
    background-color: #32506d;
}

.so-digg {
    background-color: #262626;
}

.so-google-plus {
    background-color: #de5446;
}

.so-whatsapp {
    background-color: #25d366;
}

.so-vk {
    background-color: #4c6c91;
}

.so-weibo {
    background-color: #ff9933;
}

.so-odnoklassniki {
    background-color: #d7772d;
}

.so-xing {
    background-color: #1a7576;
}

.so-blogger {
    background-color: #ff8000;
}

.so-flipboard {
    background-color: #ff8000;
}

.so-delicious {
    background-color: #205cc0;
}

.so-weixin {
    background-color: #4ec034;
}

/* SOCIAL COLORS END */

/* ZEBRA DATEPICKER STYLES START */


.datepicker-group {
    position: relative;
}

.Zebra_DatePicker {
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #ddd;
    /* width: 100% !important; */
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
    border-radius: 0;
    /*border: solid 1px #eee;*/
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_footer td {
    border: none;
    border-radius: 0;
}

.Zebra_DatePicker .dp_body .dp_selected {
    background: #28A0D8 !important;
    color:  #212121 !important;
}

/* ZEBRA DATEPICKER STYLES END */

/* PANEL TEXT START */

.panel-text {
    font-size: 1.25rem;
    line-height: 20px;
    color: #212121;
/*    text-align: justify;*/


line-height: 1.375rem;
font-weight: 400;
margin-bottom: 15px;
}

.panel-text img {
    max-width: 100%;
    color: #D3D3D3 ;
}

.panel-text h1 {
    display: block;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h2 {
    display: block;
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h3 {
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h4 {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h5 {
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h6 {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text p {
    display: block;
    margin-bottom: 10px;
}

.panel-text b {
    font-weight: 600;
}

.panel-text ul {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.panel-text ul li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
}

.panel-text ul li:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5px;
    transform: rotate(45deg);
    color: #bbb;
}

/* PANEL TEXT END */

/* BURGER NAV START */

.burger-nav {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:  #212121; 
}

.bn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.burger-nav.transparent {
    background: rgba(0,0,0,0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.burger-nav.transparent .bn-links-desktop>a {
    color:  #212121 !important;
}

.burger-nav.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.burger-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: bnFixed;
    animation-duration: 0.3s;
    padding: 10px 0;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

@keyframes bnFixed {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

.bn-flex>.left,
.bn-flex>.right,
.bn-flex>.center {
    display: flex;
    align-items: center;
}

.bn-flex>.left {
    justify-content: flex-start;
}

.bn-flex>.right {
    justify-content: flex-end;
}

.bn-flex>.center {
    justify-content: center;
}

.bn-logo {
    display: block;
}

.bn-logo>img {
    height: 30px;
}

.burger-nav.fixed .bn-logo {
    filter: none;
}

.burger-nav.fixed .bn-logo>img {
    height: 2.75rem;
}

.bn-links-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
}

.bn-links-desktop>a,
.burger-nav.fixed .bn-links-desktop>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #888 !important;
    margin-left: 20px;
    padding: 5px 0;
    position: relative;
    transition: 0.3s ease 0s;
}

.bn-links-desktop>a:first-child {
    margin-left: 0;
}

.bn-links-desktop>a:hover,
.burger-nav.fixed .bn-links-desktop>a:hover {
    color: #222 !important;
}

.bn-menu-container {
    display: block;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 93%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
}

.bn-menu-container.active {
    opacity: 1;
    pointer-events: all;
}

.bn-menu-box {
    position: absolute;
    top: 0;
    right: -400px;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bn-menu-box.active {
    right: 0;
}




/* BURGER NAV END */

/* MAIN BUTTON START */

.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    background: #FE9506;
    padding: 0 10px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.main-btn.small {
    height: calc(40px / 1.4);
}

/* .main-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: 0.2s ease 0s;
} */

.main-btn:hover:before {
    left: 0;
}

.main-btn > span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0rem;
    position: relative;
    z-index: 10;
    color:  #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.main-btn.small > span {
    font-size: 0.8rem;
    text-transform: unset;
}

.main-btn > span > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    font-size: 1.2rem;
    border-radius: 30px;
}

.main-btn.small > span > i {
    font-size: 1rem;
    min-width: 20px;
    height: 20px;
}

.main-btn.full-width {
    display: flex;
    width: 100%;
}

.main-btn.full-height {
    height: 100%;
}

.main-btn.no-radius {
    border-radius: 0;
}

.nav-top {
    padding: 10px 0;
    background: #56819F;
}

.nav-top > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-top > .container > .left,
.nav-top > .container > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nt-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.nt-contact i {
 display: flex;
 justify-content: center;
 align-items: center;
 min-width: 30px;
 height: 30px;
 font-size: 18px;
 line-height: 1.6 20px;
 border: solid 1px #ddd;
 border-radius: 15%;
 margin-right: 10px;
 color: #ddd !important;
}

.nt-contact a {
    display: block;
    font-size: 13px;
    line-height: 1.6 18px;
    color:  #212121 !important;
}

.nt-contact a:hover {
    text-decoration: underline !important;
}

.nt-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.nt-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1.6 20px;
    border: solid 1px #ddd;
    border-radius: 15%;
    margin-right: 10px;
    color: #ddd !important;
}

.nt-social a:hover {
    color: #222 !important;
}

.nt-local {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nt-local .dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 20px;
    border: solid 1px #ddd;
    border-radius: 20px;
    /*font-size: 14px;
    line-height: 1.6 20px; */
    color: #222 !important;
    background:  #212121;
}

.nt-local .dropdown-toggle:hover {
    background: #fafafa;
}

.nt-local .dropdown:first-child .dropdown-toggle {
    border-radius: 0 0 0 20px;
}

.nt-local .dropdown:last-child .dropdown-toggle {
    border-radius: 0 20px 20px 0;
    border-left: none;
}

.nt-local .dropdown-menu {
    margin: 0 !important;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    border: solid 1px #ddd;
    border-radius: 0;
    padding: 5px 0;
    min-width: unset;
    background:  #212121;
}

.nt-local .dropdown-menu a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.6 20px;
    color: #444 !important;
    padding: 5px 15px;
    background:  #212121;
}

.nt-local .dropdown-menu a:hover {
    background: #fafafa;
}


/* MAIN BUTTON END */

/* MAIN BUTTON START 2 */
.main-btn-2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 11px 17px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color:  #fff!important;
    border: none;
    background: #784CA4;
    transition: 0.2s ease 0.1s;
    overflow: hidden;
    border-radius: 5px;
    white-space: nowrap;
}
.form-check {
padding-left: 0 !important;

}
.form-check-label {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    padding-left: 8px;
}
.form-check-input {
   
    margin-left: 0!important;
}

.main-btn-2>span {
    position: relative;
    z-index: 10;
}

.main-btn-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #F7A4A5;
    left: -100%;
    transition: 0.2s ease 0.2s;
}

.main-btn-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: pink;
    left: -100%;
    transition: 0.2s ease 0s;
}

.main-btn-2:hover:before,
.main-btn-2:hover:after {
    left: 0;
}

.main-btn-2:hover:before {
    transition: 0.2s ease 0s;
}

.main-btn-2:hover:after {
    transition: 0.2s ease 0.2s;
}

.main-btn-2:hover {
    color:  #fff !important;
    transition: 0.2s ease 0.2s;
}

.main-btn-2.full {
    display: flex;
    width: 100%;
}

.main-btn-2.big {
    font-size: 18px;
    line-height: 24px;
}

.main-btn-2.small {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 16px;
}

.main-btn-2.ultrasmall {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 14px;
}

.main-btn-2.smallrad {
    border-radius: 5px;
}
/* MAIN BUTTON END 2 */

/* SPACES START */

.bcrumb {
    padding: 15px 0;
    position: relative;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 1px #ddd;
    background-color: #F7A4A5;
    width: inherit;
}
.bcrumb-hizmet {
height: 6rem;
}

.bcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 2;
}

.bcrumb h1 {
    display: block;
    font-size: 1.5rem;
    line-height: 2.75rem;
    margin-bottom: 15px;
    font-weight: 700;
    color:  #fff;
    margin: 0;    
    letter-spacing: 0.1px;
    /* text-shadow: 2px 2px #444; */
}
.bcrumb_slogan{
    font-size: 75% !important;
}

.bcrumb .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.bcrumb .links>a {
    display: block;
    font-size: 12px;
    line-height: 1.25rem;
    color: #fff !important;
    margin-right: 15px;
    position: relative;
}

.bcrumb .links>a:last-child {
    margin-right: 0;
}

.bcrumb .links>a:after {
    content: "\F0142";
    font-family: "Material Design Icons";
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    text-align: center;
}

.bcrumb .links>a:last-child:after {
    content: none;
}

.bcrumb .links>a:hover {
    text-decoration: underline !important;
}

.bcrumb-in {
    position: relative;
    z-index: 10;
}

.backbanner {
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.backbanner.btop {
    border-top: solid 1px #333;
}

.backbanner.bbottom {
    border-bottom: solid 1px #333;
}

.backbanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.backbanner-in {
    position: relative;
    z-index: 20;
}

.splitsection {
    padding: 40px 0;
    background: linear-gradient(90deg, #000 50%, #181818 50%);
}

.splitsection-left {
    background: #000;
}

.splitsection-right {
    background: #181818;
}

.splitsection.btop {
    border-top: solid 1px #333;
}

.splitsection.bbottom {
    border-bottom: solid 1px #333;
}

.splitsection-part>.container {
    padding: 0;
}

.smt {
    margin-top: 20px;
}

.smb {
    margin-bottom: 20px;
}
.smtx2 {
    margin-top: 20px;
}

.smbx2 {
    margin-bottom: 20px;
}

.smth {
    margin-top: 10px;
}

.smbh {
    margin-bottom: 10px;
}

.dmt {
    margin-top: 10px;
}

.dmb {
    margin-bottom: 10px;
}

.dml {
    margin-left: 10px;
}

.dmr {
    margin-right: 10px;
}

.dmth {
    margin-top: 10px;
}

.dmbh {
    margin-bottom: 10px;
}

.dmlh {
    margin-left: 10px;
}

.dmrh {
    margin-right: 10px;
}

/* SPACES END */

/* CONTACT NAV START */

.contact-nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-top: solid 1px #ddd;
}

.contact-nav a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background:  #212121;
    border-right: #ddd;
}

.contact-nav a:last-child {
    border: none;
}

.contact-nav a i {
    font-size: 20px;
    line-height: 26px;
    display: block;
    color: #F7A4A5 !important;
}

.contact-nav a span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
}

/* CONTACT NAV END */


/* PAGINATION START */


.pagination.close-pag {
    display: none !important;
}
.pagination {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    margin: 2px;
    display: block;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 5px;
    background:  #212121;
    border: solid 1px #ddd;
    color: #000 !important;
    border-radius: 3px;
}

.pagination ul li a:hover {
    background: #eee;
}

.pagination ul li.active a {
    background: #F7A4A5;
    border-color: #F7A4A5;
    color:  #212121 !important;
}

/* PAGINATON END */

/* MAIN DROPDOWN START */


/*
.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 1.6
    color: #222 !important;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin: 0;
    background:  #212121;
    border: solid 1px #ddd;
    padding: 5px 0;
    min-width: unset;
    width: auto;
    border-radius: 0;
}

.main-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    color: #222 !important;
    font-size: 16px;
    line-height: 1.6;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
    background: #eee;
}*/



/* Main Dropdown START ------------------------------ */

.main-dropdown {
    display: flex;
    position: relative;
}

.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 5px;
    border-radius: 5px;
    color: #fff !important;
}

.main-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin: 0;
    background:  #212121;
    border: solid 1px #ddd;
    padding: 5px 0;
    min-width: unset;
    width: auto;
    border-radius: 0;
}

.main-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    color: #222 !important;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
    background: #eee;
}

/* Main Dropdown END ------------------------------ */
.nav-top-dd>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    line-height: 1.6;
    color:  #212121 !important;
    font-weight: 600;
    padding-left: 16px;
    position: relative;
}

.nav-top-dd>.dropdown-toggle>i {
    margin-right: 0px;
    font-size: 29px;
}


.nav-top-dd>.dropdown-menu {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ddd;
    background:  #212121;
    margin-top: -14px;
    left: unset !important;
    right: -22px;
    padding: 0;
}

.nav-top-dd>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.6;
    color: #424242 !important;  
    font-weight: 600;
    padding: 5px 28px;
}

.nav-top-dd>.dropdown-menu>a>i {
    margin-right: 5px;
}

.nav-top-dd>.dropdown-menu>a:hover {
    background: #ddd;
}

.ftr-bottom{
    padding: 5px 0;
    background: #222;
}

.ftr-bottom > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom span {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    color: #ddd;
    margin: 5px 0;
}

.ftr-bottom a {
    display: block;
    margin: 5px 0;
}

.ftr-bottom a img {
    width: 70px;
    filter: grayscale(1);
}

.hli-favorite {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 20;
    font-size: 1.8rem;
    color:  #212121 !important;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
}

.hli-favorite > i:last-child {
    display: none;
}

.hli-favorite.active > i:first-child {
    display: none;
}

.hli-favorite.active > i:last-child {
    display: block;
    color: #eb0013;
}

.lightback {
    background: #fff;
    padding: 50px 0;
}

.check {
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 0px;
}


.passenger-menu {
    margin: 0 !important;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    border: solid 1px #ddd;
    border-radius: 0;
    padding: 10px;
    min-width: unset;
    width: 100%;
}

.ftr-contact i{
    position: absolute;
    transform: translate(-118%, -20%);
    color:  #fff !important;
    font-size: 20px;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1.6;
    color:  #212121 !important;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease 0s;
    z-index: 999;
}

.whatsapp-fixed:hover {
    transform: scale(1.1);
    opacity: 0.5;
}
.phone-fixed{
display: none;
}

.telegram-fixed {
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1.6;
    color:  #212121 !important;
    background: #0088cc;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease 0s;
    z-index: 999;
    display: none;
}

.telegram-fixed:hover {
    transform: scale(1.1);
    opacity: 0.5;
}

/* SELECT2 RESET * START */

.form-group .select2-container {
    width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
    height: unset;
    border-radius: 5px;
}

.form-group .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    color: #000;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.select2-container--default .select2-results>.select2-results__options {
    background: #888;
}

.select2-dropdown {
    border-radius: 5px;
    z-index: 3000;
    background:  #212121;
    border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    border: 0;
    border-bottom: solid 1px #ddd;
    background:  #fff;
    color: #222;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #eee;
    color: #222;
    font-size: 12px;
}

.select2-container--default .select2-results__option--selected {
    background: #eee;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-search__field {
    padding: 5px 10px !important;
    height: unset !important;
    font-size: 14px !important;
    line-height: 20px !important;
    background: rgba(0,0,0,0.3) !important;
    border: solid 1px rgba(255,255,255,0.2) !important;
    color:  #212121 !important;
}

/* SELECT2 RESET * END */

.live-result {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background:  #fff;
    border: solid 1px #ddd;
    max-height: 300px;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
}

.live-result .title {
    width: 100%;
    background: #28A0D8;
    color:  #212121;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
}

.live-result .item {
    padding: 5px 5px;
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
    cursor: pointer;
    color: #444;
    border-bottom: solid 1px #eee;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.live-result .item i {
    color: #bbb;
}

.live-result .item:hover {
    background: #f5f5f5;
}

/* FORM GROUP START */

.form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-group>input,
.form-group>.iti>input,
.form-group>textarea,
.form-group>.select2-container .select2-selection--single,
.form-group>.passenger-box {
    display: block;
    width: 100%;
    border: solid 1px #F7A4A5;
    background:  #fff;
    border-radius: 2px;
    padding: 10px 10px;
    resize: none;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #222;
}

.form-group>input::placeholder,
.form-group>textarea::placeholder,
.form-group>.iti>input::placeholder {
    opacity: 1;
    color: #aaa;
}

.form-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
    padding-left: 2px;
    color: #fff;
}

.form-label.extra {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:  #fff;
    margin: 0;
    margin-bottom: 2px;
}

.form-label.extra>i {
    min-width: 14px;
    text-align: center;
    margin-right: 4px;
    color: #fff;
}

.form-group input.error-label,
.form-group textarea.error-label {
    border-color: red !important;
}

.form-group span.error-label,
.cbox-group span.error-label {
    font-size: 12px;
    line-height: 18px;
    color: red;
}

.ctxt {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #aaa;
    font-weight: 600;
}

/* FORM GROUP END */

/* Modal Share START ------------------------------ */

.modal-share {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.modal-share a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.modal-share a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
    right: 10px;
}

.modal-share a i {
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #212121 !important;
    font-size: 16px;
    line-height: 22px;
}

#copy_box {
    background:  #212121;
    border: solid 1px #eee;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

#copy_box:hover {
    background: #eee;
}

#copy_box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #888;
    margin-bottom: 5px;
    pointer-events: none;
}

#copy_box input {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

#copy_box span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Modal Share END ------------------------------ */

/* Modal START ------------------------------ */

.modal {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 0;
    background:  #212121;
    border: none;
    z-index: 99999;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.modal-top h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.modal-top a {
    font-size: 16px;
    line-height: 22px;
    color: #888 !important;
}

.modal-top a:hover {
    color: #222 !important;
}

.modal-inner {
    padding: 15px;
}

/* Modal END ------------------------------ */

/* MESSAGE BOX START */

.msg-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background:  #212121;
    border: solid 1px #ddd;
}

.msg-box i {
    min-width: 30px;
    height: 30px;
    color:  #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
    background: green;
    border-radius: 3px;
}

.msg-box.danger i {
    background: firebrick;
}

.msg-box span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

/* MESSAGE BOX END */

/* CHECKBOX GROUP START */

.cbox-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    position: relative;
}

.cbox-group input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.cbox-group label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.cbox-group label>span:first-child {
    min-width: 20px;
    height: 20px;
    border: solid 1px #bbb;
    background:  #212121;
    margin-right: 5px;
    position: relative;
    border-radius: 5px;
}

.cbox-group label>span:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #F7A4A5;
    border-radius: 2px;
    opacity: 0;
}

.cbox-group input:checked~label>span:first-child:after {
    opacity: 1;
}

.cbox-group label>span:last-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

/* CHECKBOX GROUP END */

#main-nav {
    background:  #212121;
    padding: 10px 0;
    z-index: 999;
}

.navbar-brand {
    padding: 0;
}

#main-nav .navbar-nav .nav-item {
    margin-right: 10px;
}

#main-nav .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #25539D !important;
    font-size: 12px;
    line-height: 1.6 20px;
    text-transform: uppercase;
    font-weight: 600;
}

#main-nav .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    margin: 0;
    border: solid 1px #e5e5e5;
    border-radius: 0;
    left: unset;
    right: 0;
}

#main-nav .navbar-nav .nav-item .dropdown-menu > a {
    display: block;
}

.dropdown-toggle::after {
    content: none;
}

#main-nav .navbar-nav .nav-item .dropdown-toggle {
    position: relative;
    padding-right: 20px;
}

#main-nav .navbar-nav .nav-item .dropdown-toggle:before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 0;
    width: 20px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}

#main-nav .navbar-nav .nav-item .dropdown-toggle[aria-expanded="true"]:before {
    content: "\f106";
}

.main-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    height: 75px;
    z-index: 999;
    background: linear-gradient(341deg, #56819f 1.3333%, #F7A4A5 33.3333%, #a8dbff 100%);
    transition: all 0.4s ease;
    margin: 0;
}

.main-nav.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: navfixed;
    animation-duration: 0.4s;
    background: linear-gradient(341deg, #56819f 1.3333%, #F7A4A5 33.3333%, #a8dbff 100%);
}

.main-nav.nav-fixed .nav-logo img {
    height: 60px;
}

@keyframes navfixed {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

.main-nav > .still {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-nav > .still > .left,
.main-nav > .still > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-nav > .still > .left {
    flex-flow: column;
}


.nav-logo img {
    height: 60px;
}

.nav-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 50px;
}

.nav-links a {
    display: block;
    font-size: 17px;
    line-height: 1.6 18px;
    margin-right: 17px;
    font-weight: 600;
    padding: 10px 0;
    color:  #212121;
    text-transform: uppercase;
}

.nav-links a:hover {
    color: #3c3c3c !important;
}

.nav-links a.active {
    color: #222 !important;
}
.main-btn {
    border: solid 1px #F7A4A5;
    padding: 0.5625rem 1rem;
    border-radius: 5px;
    color:  #212121 !important;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    transition: 0.2s ease 0s !important;
    background: #7C51A6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    width: 100%;
}

.nav-links .main-btn {
    border: solid 1px #56819F;
    padding: 10px 20px;
    border-radius: 30px;
    color: #56819F !important;
    font-size: 14px;
    line-height: 1.6 20px;
    font-weight: 600;
    transition: 0.2s ease 0s !important;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 15px;
}
.main-btn:hover{
   background: #299ad4b0;
   border-color: #299ad4b0;
   color: #212121;
}

.nav-links .main-btn:hover {
    background: #28A0D8;
    color:  #212121 !important;
}

.main-slider-area {
    display: block;
    width: 100%;
    position: relative;
    z-index: 50;
    height: 55vh;
    /* background-color: #000; */
}

.main-slider-container {
    width: 100%;
    /* position: relative; */
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.2); */
    height: 18vh;
    display: flex;
    align-items: end;
    justify-content: end;
}

/* widget */
#email_slogan {
    position: relative;
    width: 100%
}

.email_slogan_text {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}

.email_slogan_text * {
    color: #363535;
    font-weight: 600
}

.email_slogan_button {
    position: relative;
    width: 100%
}

.email_slogan_button a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin: 0 auto;
    padding: 15px 50px;
    border-radius: 50px;
    color:  #212121;
    background-color: #191919;
    border: solid 2px #191919;
    transition: background-color .5s ease;
    line-height: 100%
}

.email_slogan_button a:hover {
    background-color: rgba(0,0,0,0);
    color: #191919;
    transition: background-color .5s ease
}

/* widget */

.main-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 35%; /* Genişliğin %43.93'ü oranında yükseklik */
}

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

.main-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill; /* Çerçeveye tam oturur, ancak orantısı bozulabilir */
}



.main-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.main-slider-buttons>div {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    background: none;
    pointer-events: all;
}

.main-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6 30px;
    color:  #212121;
}

.main-slider-buttons>div.prev:before {
    content: "\F0142";
}

.main-slider-buttons>div.next:before {
    content: "\F0141";
}

.main-slider-buttons-2 {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.main-slider-buttons-2>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
}

.main-slider-buttons-2>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6 30px;
    color:  #212121;
}

.main-slider-buttons-2>div.prev:before {
    content: "\F0142";
}

.main-slider-buttons-2>div.next:before {
    content: "\F0141";
}

.main-slider-buttons-3 {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.main-slider-buttons-3>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
}

.main-slider-buttons-3>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6 30px;
    color:  #212121;
}

.main-slider-buttons-3>div.prev:before {
    content: "\F0142";
}

.main-slider-buttons-3>div.next:before {
    content: "\F0141";
}

.slide-desc {
    position: absolute;
    top: 45%;
    width: 100%;
    pointer-events: none;
    transform: translate(0, -50%);
    margin-top: -20px;
    z-index: 10;
    text-align: center;
}

.slide-desc .title {
    display: block;
    font-size: 50px;
    line-height: 1.6;
    padding-bottom: 0;
    color:  #212121;
    margin: 0;
    font-weight: 600;
    text-shadow: 2px 2px #1b1b1b;
}

.slide-desc .desc {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    color: #ccc;
    padding-bottom: 120px;
    margin-top: 10px;
    text-shadow: 2px 2px #1b1b1b;
}

.slide-desc-in {
    pointer-events: all;
}

.slide-form-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 10px;
}

.slide-form-tabs a {
    padding: 10px;
    color:  #212121 !important;
    border: solid 1px #F7A4A5;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 1.3;
    transition: 0.2s ease 0s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slide-form-tabs a:last-child {
    margin-right: 0;
}

.slide-form-tabs a:hover,
.slide-form-tabs a.active {
    background: #F7A4A5;
    color:  #212121 !important;
    box-shadow: 1px 2px 30px #F7A4A5;
}

.slide-form-in > button {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 30px;
    border: none;
    background: #F7A4A5;
    color:  #fff !important;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    transition: 0.2s ease 0s;
    border-radius: 50px;
}

.slide-form-in > button:hover {
    background: #299ad4b0;
}

.slide-form-in {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}



.slide-group {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    /* değişti */
    margin-right: 1rem;
        /*
    border-radius: 50px 0px 0px 50px;*/
}

.slide-group > span {
    position: absolute;
    left: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.6;
    color:  #212121;
    font-weight: 400;
    top: 10px;
    z-index: 2;
    pointer-events: none;
}

.slide-group > span i {
    color: #F7A4A5;
    position: relative;
    font-size:24px;
}
/*.slide-form-in .slide-group:first-child input {
    border-radius: 50px 0 0 50px;
}*/

/*.slide-form-in .slide-group:last-child input {
    border-radius: 0 10px 10px 0;
}*/

/*.slide-form-in > button {
    border-radius: 0 50px 50px 0;
}*/
.slide-group > input,
.slide-group > .dropdown .dropdown-toggle {
    display: block ;
    width: 100% ;
    padding: 0 10px ;
    padding-top: 20px ;
    padding-bottom: 19px ;
    padding-left: 40px ;
    border: solid 1px  #BBDEFB;
    font-size: 14px ;
    line-height: 1.4;
    font-weight: 400 ;
    background:  #fff ;
  
    text-align: left;
    color: #212121 !important;
    border-radius: 5px;
}



.slide-form-low {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding-left: 0;
    pointer-events: none;
    z-index: 20;
}

.main-slider-items {
    left: 0;
    width: 100%;
    z-index: 8;
    background: #00000000;
    align-self: flex-end;
    position: absolute;
    top: 70%;
}
/* .main-slider-items ::before {
    position: absolute;
    content: "";
    height: 40px;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: url(../img/form_before.png) no-repeat center;
    filter: contrast(1) brightness(0);
    
} */
/* .main-slider-items::after {
    position: absolute;
    content: "";
    height: 40px;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    background: url(../img/form_after.png) no-repeat center;
} */

.main-slider-items .slide-title {
    display: block;
    font-size: 34px;
    line-height: 1.6;
    color:  #212121;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.main-slider-items .slide-desc {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color:  #212121;
    text-align: center;
    font-weight: 600;
}

.passenger-menu {
    padding: 10px;
}

.passenger-line {
    margin-bottom: 10px;
}
.passengers-pad{
    padding-right: .35rem !important;
    padding-left: .35rem !important;
}

.passenger-line label {
    /* display: block; */
    display: flex;
    font-size: 12px;
    /* line-height: 1.6; */
    color: #666;
    margin-bottom: 2px;
}

.input-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.input-group button {
    border: none;
    background: #F7A4A5 !important;
    color:  #212121 !important;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    border-radius: 0;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.input-group > div {
    margin: 0 !important;
}

.input-group button:hover {
    background: #AC3D62 !important;
}

.input-group input {
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    border: solid 1px #ddd;
    box-shadow: none !important;
    height: 100%;
}
/* MAIN SLIDER END */

/*.bn-open,
.bn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 40px;
    height: 40px;
    background: #F7A4A5;
    border: none;
    border-radius: 5px;
    padding: 0;
}*/

.bn-open>span {
    width: calc(100% - 20px );
    height: 2px;
    background: #ddd;
    margin-bottom: 5px;
}

.bn-open>span:last-child {
    margin-bottom: 0;
}

.bn-close {
    min-width: 40px;
    height: 40px;
    position: relative;
}

.bn-close>span {
    display: block;
    width: calc(100% - 20px);
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ddd;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
}

.bn-close>span:last-child {
    transform: rotate(-45deg) translate(-50%, -50%);
}

.nav-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.nav-social>a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
    border: solid 1px #ddd;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #222 !important;
    transition: 0.2s ease 0s;
    border-radius: 5px;
}

.nav-social>a.colored {
    background: #eee;
    border-color: #eee;
}

.nav-social>a:last-child {
    margin-right: 0;
}

.nav-social>a:hover {
    background: #eee;
}

.nav-social>a.colored:hover {
    background:  #212121;
    color: #222 !important;
    border-color:  #212121;
}

.slide-form {
    display: block;
    width: 100%;
    position: relative;
    padding:25px;
     /* değişti */
    margin-bottom: 0px;
    background-color:rgba(255, 255, 255, 0.7);;
    border-radius: 50px;
}

.sg-content {
    position: relative;
    pointer-events: all;
    border-radius: 5px;
    z-index: 20;
    padding: 0;
}

.sg-content>.row {
    margin-left: 0;
    margin-right: 0;
}

.sg-content>.row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.sg-content>.row>[class*="col-"]:first-child input {
    border-radius: 0 0 0 0;
}

.sg-content>.row>[class*="col-"]:last-child button {
    border-radius: 0 0 0 0;
}



.passenger-box {
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.passenger-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.passenger-box .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.passenger-box>.pb-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    z-index: 20;
    background:  #212121;
    border-radius: 5px;
    border: solid 1px #ddd;
    cursor: default;
}


.slide-group>.content>input:hover,
.slide-group>.content>.passenger-box:hover {
    background: #ddd;
}

.slide-group>.content>button {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.slide-group>.content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: calc(100% - 30px);
    border-right: solid 1px rgba(0,0,0,0.1);
}

.slide-group>.content.noborder:after {
    content: none;
}

.slide-group>.content>.sg-label {
    position: absolute;
    top: 30px;
    left: 60px;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    pointer-events: none;
    z-index: 10;
}

.slide-group>.content>i {
    position: absolute;
    top: 24px;
    left: -11px;
    width: 50px;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    color: #F7A4A5;
    transform: translate(0, -50%);
    pointer-events: none;
}

.slide-desc {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    pointer-events: none;
    transform: translate(0, -50%);
    margin-top: -20px;
    z-index: 10;
    text-align: center;
}

.slide-desc .title {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color:  #212121;
    margin: 0;
    font-weight: 600;
}

.slide-desc .desc {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #ccc;
    margin-top: 10px;
}

.slide-desc-in {
    pointer-events: all;
}

.main-title {
    display: block;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;    
    margin: 12px 0 18px;
    color: #F7A4A5;
    position: relative;
    text-align: center;
}


.main-desc {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 20px;
}

.region-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    transition: 0.4s ease 0s;
    border-radius: 5px;
    background:  #fff;
    overflow: hidden;
    color:#784CA4;
}

.region-item:hover {
    transform: scale(1.1);
}

.region-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
}

.region-item>.price {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    background: #F7A4A5;
    color:  #212121;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-radius: 5px;
}

.region-item>.price>small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color:  #212121;
    margin-right: 4px;
}

.region-item:hover>.img:after {
    width: 0%;
}

.region-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
    transform: scale(1.1);
}

.region-item:hover>.img>img {
    transform: scale(1);
}

.region-item>.desc {
    padding: 10px;
    padding-left: 60px;
    position: relative;
    transition: 0.4s ease 0s;
}

.region-item:hover>.desc {
    background:  rgb(120, 76, 164);
    color: #fff;
}

.region-item>.desc>.title:hover {
    color:  #fff;
}
.region-item>.desc>.airport {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #7A4EA5;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.region-item>.desc>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    /* color: #000; */
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.region-item>.desc>i {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: rgb(120, 76, 164);;
    /* background:  #212121; */
    transition: 0.4s ease 0s;
    border-radius: 5px;
}

.region-item:hover>.desc>i {
    
    color: #fff;

}
.pop-regions{
    color:rgb(120, 76, 164)!important;
}
.page-contact-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.page-contact-box>span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color:  #212121;
    margin-bottom: 5px;
}

.page-contact-box>a {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #cc3333 !important;
}

.page-contact-box>a:hover {
    text-decoration: underline !important;
}

.badge-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.badge-item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    height: 60px;
    border-radius: 20%;
    background: #F7A4A5;
    color:  #212121;
    margin-bottom: 15px;
    border: solid 2px #f5f5f5;
    outline: solid 5px #ccc !important;
    font-size: 30px;
    line-height: 36px;
}

.badge-item>h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.badge-item>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.blog-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    background:  #212121;
    border-radius: 5px;
    overflow: hidden;
}

.blog-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
}

.blog-item>.img > .date {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: #F7A4A5;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color:  #212121;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog-item>.img > .date > i {
    margin-right: 4px;
    font-size: 12px;
    line-height: 18px;
}

.blog-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: solid 1px #333;
    transition: 0.4s ease 0s;
}

.blog-item:hover>.img>img {
    transform: scale(1.1);
}

.blog-item>.desc {
    padding: 20px;
    position: relative;
    transition: 0.4s ease 0s;
    background-color: #fff;
}

.blog-item>.desc:hover {
    background: rgb(120, 76, 164);
    color: #fff;
}
.blog-item>.desc>.title:hover {
    color: #fff;
}


.blog-item>.desc>.title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(120, 76, 164);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #bbb;
}

.blog-item > .desc > .caption {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin: 0;
}

.ftr-logo {
    margin-bottom: 20px;
}

.ftr-logo img {
    width: 200px;
}

.ftr-contact {
    display: block;
    margin-bottom: 10px;
}

.ftr-contact>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ftr-contact>.item>span,
.ftr-contact>.item>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    margin-bottom: 10px;
}

.ftr-contact>.item>a:hover {
    text-decoration: underline !important;
}

.ftr-title {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.ftr-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 15px;
}

.ftr-links>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff!important;
    margin-bottom: 5px;
}

.ftr-links>a:hover {
    text-decoration: underline !important;
}

.nicescroll-cursors {
    pointer-events: all;
}

.comment-slider-container {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 15px;
    /* border: solid 1px #555; */
}

.comment-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    background:  #212121;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 190px;
}

.comment-item>.profile {
    min-width: 60px;
    width: 60px;
    margin-right: 20px;
}

.comment-item>.profile>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    outline: solid 1px #333 !important;
}

.comment-item>.profile>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-item>.content>.top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.comment-item>.content>.top>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-item>.content>.top>.date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin-bottom: 5px;
}

.comment-item>.content>.top>.date>i {
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
    color: #cc3333;
}

.comment-item>.content>.top>.date>i:after {
    content: "";
    position: absolute;
    right: 0;
    height: 15px;
    top: 50%;
    transform: translate(0, -50%);
    border-right: solid 1px #cc3333;
}

.comment-item>.content>.stars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
}

.comment-item>.content>.stars>i {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #bbb;
    margin-right: 5px;
}

.comment-item>.content>.stars>i.active {
    color: limegreen;
}

.comment-item>.content>.desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #bbb;
    width: 100%;
}

.comment-item.limit>.content>.desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.comment-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.comment-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: #F7A4A5;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 50%;
}

.comment-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color:  #212121;
}

.comment-slider-buttons>div.prev:before {
    content: "\f104";
}

.comment-slider-buttons>div.next:before {
    content: "\f105";
}

.gallery-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    border: solid 1px #ddd;
}

.gallery-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
}

.gallery-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.gallery-item:hover>.img>img {
    transform: scale(1.1);
}

.gallery-item:hover>.img:before {
    left: 0;
}

.gallery-item>.img:after {
    content: "\F0415";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color:  #212121;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.gallery-item:hover>.img:after {
    background: rgba(0, 0, 0, 0.7);
}

.gallery-item>.desc {
    padding: 5px 10px;
    background: #181818;
    transition: 0.2s ease 0s;
}

.gallery-item:hover>.desc {
    background: #282828;
}

.gallery-item>.desc>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color:  #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* TripAdvisor Widget START */

.ta-widget {
    display: block;
    margin-bottom: 20px;
}

.ta-widget>.content,
.ta-widget>.content>div {
    width: 100% !important;
    border-radius: 5px;
    overflow: hidden;
}

.ta-widget .cx_brand_refresh {
    background: #222 !important;
    width: 100% !important;
}

.ta-widget a,
.ta-widget * {
    color:  #212121 !important;
}

.ta-widget .logo {
    background: none !important;
    filter: invert(1);
}

/* TripAdvisor Widget END */



.nav-top-dd>.dropdown-toggle:after {
    content: none;
}

.nav-top-dd>.dropdown-menu {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ddd;
    background:  #212121;
    margin-top: 5px;
    left: unset !important;
    right: 0;
}

.nav-top-dd>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    font-weight: 600;
    padding: 5px 15px;
}

.nav-top-dd>.dropdown-menu>a>i {
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
}

.nav-top-dd>.dropdown-menu>a:hover {
    background: #eee;
}

.bn-menu-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px #333;
}

.ftr-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ftr-cards>.cards {
    width: 200px;
    margin-right: 20px;
}

.ftr-cards>.secured {
    width: 80px;
}

.gallery-slider-container {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin-bottom: 20px;
}

.gallery-slider-container .gallery-item {
    margin-bottom: 0;
}

.gallery-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.gallery-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: #F7A4A5;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 50%;
}

.gallery-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color:  #212121;
}

.gallery-slider-buttons>div.prev:before {
    content: "\f104";
}

.gallery-slider-buttons>div.next:before {
    content: "\f105";
}

.page-search {
    position: relative;
    z-index: 50;
    background: #784CA4;
    border-top: solid 1px #ddd;
}

.page-search .slide-group.rad-left>.content>input,
.page-search .slide-group.rad-right>.content>input,
.page-search .slide-group.rad-left>.content>button,
.page-search .slide-group.rad-right>.content>button {
    border-radius: 0;
}

.page-search .slide-group>.content>input,
.page-search .slide-group>.content>.passenger-box {
    background:  #212121;
}

.page-search .sg-content {
    outline: none !important;
}

.page-search .slide-group>.content>input:hover,
.page-search .slide-group>.content>.passenger-box:hover {
    background: #fbfbfb;
}

.vehicle-item {
    background: #F7A4A5;
    padding: 20px;
    border-radius: 5px;
    /* border: solid 1px #444; */
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
    transition: 0.2s ease 0s;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.vehicle-item>.img {
    min-width: 200px;
    width: 200px;
    display: block;
    position: relative;
    margin-right: 15px;
    background: #F7A4A5;
    border-radius: 5px;
    padding: 15px;
    /* border: solid 1px #444; */
}

.vehicle-item>.img>div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
}

.vehicle-item>.img>div>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vehicle-item .img > div > a >i {
    position: absolute;
    top: 15px;
    right: 0px;
    background: #F7A4A5;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 18px;
    color:  #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.vehicle-item>.price-box {
    min-width: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-left: 15px;
    border-radius: 5px;
    padding: 15px;
    /* background: #000; */
    /* border: solid 1px #444; */
}

.vehicle-item>.price-box>.price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #F7A4A5;
    font-weight: 600;
    padding: 10px 15px;
    /* border: solid 1px #eee; */
    background: #444;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 10px;
}

.vehicle-item>.content {
    display: block;
    width: 100%;
    padding: 15px;
    padding-bottom: 5px;
    /* border: solid 1px #ddd; */
    border-radius: 5px;
}

.vehicle-item>.content>.title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
}

.vehicle-item>.content>.specs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0px;
/*    margin-right: 310px;*/
}

.vehicle-item>.content>.specs>.item {
    display: flex;
    /* justify-content: flex-start;
    align-items: center; */ 
     padding: 0px 0px; 
    /* background: #F7A4A5; */
    color:grey;
    /* border-radius: 5px; */
    margin: 0 5px;
    /* margin-bottom: 10px; */
    width: calc(50% - 99px);
}

.vehicle-item>.content>.specs>.item:last-child {
    margin-right: 0;
}

.vehicle-item>.content>.specs>.item>i {
    font-size: 14px;
    line-height: 20px;
    min-width: 18px;
    text-align: center;
    position: relative;
    color:  #fff;
    margin-right: 4px;
}

.vehicle-item>.content>.specs>.item>div>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color:  #fff;
    
}

.vehicle-item>.content>.specs>.item>div>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
}

.steps-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background-color: #fff;
};


.steps-nav>.item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 25%;
    width: 25%;
    position: relative;
    padding-bottom: 20px;
}

.steps-nav>.item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: calc(100% - 4px);
    height: 5px;
    background: #bbb;
}

.steps-nav>.item.active:before {
    background: #F7A4A5;
}

.steps-nav>.item:first-child:before {
    width: calc(50% - 2.5px);
    transform: none;
}

.steps-nav>.item:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% + 2px);
    width: calc(50% - 4px);
    height: 5px;
    background: #bbb;
}

.steps-nav>.item.active:after {
    background: #F7A4A5;
}

.steps-nav>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    background: #eee;
    border: solid 1px #ddd;
    color: #000;
    border-radius: 5px;
    position: relative;
}

.steps-nav>.item>div:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translate(-50%, 0);
    height: 15px;
    width: 5px;
    background: #bbb;
}

.steps-nav>.item>div>span,
.steps-nav>.item>div>h1 {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.steps-nav>.item>div>span:first-child {
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  #212121;
    color: #000;
    margin-right: 10px;
    border-radius: 2px;
    font-weight: 600;
    display: none;
}

.steps-nav>.item.active>div {
    background: #F7A4A5;
    color:  #212121;
}




.steps-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.steps-nav>.item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 25%;
    width: 25%;
    position: relative;
    padding-bottom: 20px;
}

.steps-nav>.item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: calc(200% - 4px);
    height: 5px;
    background: #bbb;
}

.steps-nav>.item.active:before {
    background: #F7A4A5;
}

.steps-nav>.item:first-child:before {
    width: calc(50% - 2.5px);
    transform: none;
}

.steps-nav>.item:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% + 2px);
    width: calc(50% - 4px);
    height: 5px;
    background: #bbb;
}

.steps-nav>.item.active:after {
    background: #F7A4A5;
}

.steps-nav>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    background: #eee;
    border: solid 1px #ddd;
    color: #000;
    border-radius: 5px;
    position: relative;
}

.steps-nav>.item>div:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translate(-50%, 0);
    height: 15px;
    width: 5px;
    background: #bbb;
}

.steps-nav>.item>div>span,
.steps-nav>.item>div>h1 {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.steps-nav>.item>div>span:first-child {
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  #212121;
    color: #000;
    margin-right: 10px;
    border-radius: 2px;
    font-weight: 600;
    display: none;
}

.steps-nav>.item.active>div {
    background: #F7A4A5;
    color:  #212121;
}

.tsteps-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tsteps-nav>.item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 33.33%;
    width: 33.33%;
    position: relative;
    padding-bottom: 20px;
}

.tsteps-nav>.item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: calc(100% - 4px);
    height: 5px;
    background: #bbb;
}

.tsteps-nav>.item.active:before {
    background: #F7A4A5;
}

.tsteps-nav>.item:first-child:before {
    width: calc(50% - 2.5px);
    transform: none;
}

.tsteps-nav>.item:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% + 2px);
    width: calc(50% - 4px);
    height: 5px;
    background: #bbb;
}

.tsteps-nav>.item.active:after {
    background: #F7A4A5;
}

.tsteps-nav>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    background: #eee;
    border: solid 1px #ddd;
    color: #000;
    border-radius: 5px;
    position: relative;
}

.tsteps-nav>.item>div:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translate(-50%, 0);
    height: 15px;
    width: 5px;
    background: #bbb;
}

.tsteps-nav>.item>div>span,
.tsteps-nav>.item>div>h1 {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.tsteps-nav>.item>div>span:first-child {
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  #212121;
    color: #000;
    margin-right: 10px;
    border-radius: 2px;
    font-weight: 600;
    display: none;
}

.tsteps-nav>.item.active>div {
    background: #F7A4A5;
    color:  #212121;
}




.tsteps-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tsteps-nav>.item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 33.33%;
    width: 33.33%;
    position: relative;
    padding-bottom: 20px;
}

.tsteps-nav>.item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: calc(100% - 4px);
    height: 5px;
    background: #bbb;
}

.tsteps-nav>.item.active:before {
    background: #F7A4A5;
}

.tsteps-nav>.item:first-child:before {
    width: calc(50% - 2.5px);
    transform: none;
}

.tsteps-nav>.item:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% + 2px);
    width: calc(50% - 4px);
    height: 5px;
    background: #bbb;
}

.tsteps-nav>.item.active:after {
    background: #F7A4A5;
}

.tsteps-nav>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    background: #eee;
    border: solid 1px #ddd;
    color: #000;
    border-radius: 5px;
    position: relative;
}

.tsteps-nav>.item>div:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translate(-50%, 0);
    height: 15px;
    width: 5px;
    background: #bbb;
}

.tsteps-nav>.item>div>span,
.tsteps-nav>.item>div>h1 {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.tsteps-nav>.item>div>span:first-child {
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  #212121;
    color: #000;
    margin-right: 10px;
    border-radius: 2px;
    font-weight: 600;
    display: none;
}

.tsteps-nav>.item.active>div {
    background: #F7A4A5;
    color:  #212121;
}




.form-box {
    background: #F7A4A5;
    /* border: solid 1px #eee; */
    padding: 20px;
    padding-bottom: 0;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.form-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-box .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.form-box .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color:  #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.form-box .title-in {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color:  #fff;
    margin-bottom: 10px;
}

.form-box .title~.title-in {
    margin-top: -8px;
}

.form-group.alternate>input,
.form-group.alternate>.iti>input,
.form-group.alternate>textarea,
.form-group.alternate>.select2-container .select2-selection--single,
.form-group.alternate>.passenger-box {
    background: #fff;
    border: solid 1px #F7A4A5;
    color:  #212121;
}
.form-group.alternate>input:focus,
.form-group.alternate>.iti>input:focus,
.form-group.alternate>textarea:focus,
.form-group.alternate>.select2-container .select2-selection--single:focus,
.form-group.alternate>.passenger-box:focus
{
    background: #F7A4A5;
    color:  #212121;

}

.form-note {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.step-rez-summary {
    padding: 20px;
    background: #F7A4A5;
    /* border: solid 1px #eee; */
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);

}

.srs-vehicle-img {
    padding: 15px;
    /* background: #212121; */
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    /* border: solid 1px #ddd; */
    margin-bottom: 10px;
}

.srs-vehicle-img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
}

.srs-vehicle-img>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srs-lines {
    display: block;
}

.srs-lines>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.srs-lines>div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.srs-lines>div>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color:  #fff;
    min-width: 24px;
    height: 24px;
    background: #F7A4A5;
    border-radius: 3px;
    margin-right: 8px;
}

.srs-lines>div>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.price-lines {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    padding-bottom: 0;
    /* background: #7C51A6; */
    /* border: solid 1px #ddd; */
    border-radius: 5px;
}

.price-lines>.title {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color:  #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.price-lines>.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    color:  #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.price-lines>.item>span:last-child {
    text-align: right;
    color: #F7A4A5;
    font-weight: 600;
}

.extra-lines,
.rextra-lines {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    width: 100%;
}

.extra-lines>.caption,
.rextra-lines>.caption {
    font-size: 14px;
    line-height: 20px;
    color:  #fff;
    margin-bottom: 10px;
}

.extra-lines>.item~.caption,
.rextra-lines>.item~.caption {
    display: none;
}

.extra-lines>.item,
.rextra-lines>.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.extra-lines>.item>span:last-child,
.rextra-lines>.item>span:last-child {
    text-align: right;
    color: #F7A4A5;
    font-weight: 600;
}

.total-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    background: #7C51A6;
    border-radius: 5px;
    /* border: solid 1px #ddd; */
}

.total-price>span:first-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color:  #fff;
    margin-bottom: 2px;
}

.total-price>span:last-child {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #F7A4A5;
    font-weight: 800;
}

.payment-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #212121;
    user-select: none;
}

.payment-tabs>.tab {
    width: 50%;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-right: none;
    position: relative;
}

.payment-tabs>.tab:last-child {
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.payment-tabs>.tab>input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-tabs>.tab>input:checked~.inner {
    background: #eee;
    border-color: #F7A4A5;
}

.payment-tabs>.tab>.inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    margin: 0;
    background: #f5f5f5;
    border: solid 1px #ddd;
}

.payment-tabs>.tab>.inner:hover {
    background: #F7A4A5;
}

.payment-tabs>.tab>.inner>i {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #F7A4A5;
    margin-right: 10px;
}

.payment-tabs>.tab>.inner>img {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #F7A4A5;
    margin-right: 10px;
}

.payment-tabs>.tab>.inner>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.payment-panes {
    display: block;
    color:  #212121;
}

.payment-panes>.pane {
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: solid 1px rgba(255, 255, 255, 0.1);
}

.credit-card-box {
    padding: 20px;
}

.jp-card {
    min-width: 245px !important;
}

.jp-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jp-card.jp-card-identified {
    box-shadow: none !important;
}

.jp-card .jp-card-back, .jp-card .jp-card-front {
    background: rgba(0, 0, 0, 0.1) !important;
    border: solid 1px rgba(0, 0, 0, 0.1) !important;
    letter-spacing: 1px !important;
}

.jp-card .jp-card-back .jp-card-shiny, .jp-card .jp-card-front .jp-card-shiny {
    background: #888 !important;
}

.jp-card .jp-card-back .jp-card-shiny:before, .jp-card .jp-card-front .jp-card-shiny:before {
    background: #aaa !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: inherit !important;
    color: #222;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: inherit !important;
    color: #222;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry,
.jp-card .jp-card-back .jp-card-cvc {
    font-size: 14px !important;
    font-family: inherit !important;
    color: #222;
}

.page-cards {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-cards>.cards {
    width: 150px;
    margin-right: 15px;
}

.page-cards>.secured {
    width: 60px;
}

.main-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #3399CC !important;
}

.main-link:hover {
    text-decoration: underline !important;
}

.rez-complete-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 20px;
    background: #7C51A6;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.rez-complete-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.rez-complete-box>.head {
    display: block;
    text-align: center;
}

.rez-complete-box>.head>i {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 10px;
}

.rez-complete-box>.head>.message {
    display: block;
    font-size: 16px;
    line-height: 22px; 
    color: #fff;
}

.rez-number-box {
    display: block;
    text-align: center;
}

.rez-number-box>span:first-child {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    padding: 5px 10px;
    width: 100%;
    background: #ddd;
}

.rez-number-box>span:last-child {
    display: block;
    padding: 10px 15px;
    background: none;
    border: solid 2px #ddd;
    color: #7C51A6;
    font-weight: 600;
}

.rez-complete-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.rez-complete-contact>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 10px;
}

.rez-complete-contact>div>i {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #222;
    background: #cc3333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
}

.rez-complete-contact>div>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color:  #212121 !important;
}

.rez-complete-contact>div>a:hover {
    text-decoration: underline !important;
}
.page-content {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #F7A4A5;
    /*box-shadow: 0px 4px 8px rgba(0,0,0,0.1);*/
}

.page-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(420/1280*100%);
    border-radius: 5px;
    border: solid 1px #ddd;
}

.page-banner.nocrop {
    padding-top: calc(720/1280*100%);
}

.page-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color:  #F7A4A5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
}

.side-links {
    display: block;
}

.side-links>a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color:  #F7A4A5 !important;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom:5px;
    position: relative;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: 0.2s ease 0s;
}

.side-links.hotel-links>a {
    padding-left: 30px;
}

.side-links.hotel-links>a:before {
    content: "\f594";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    text-align: left;
    color: #cc3333;
}

.side-links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    text-align: center;
}

.side-links>a:last-child {
    margin-bottom: 0;
}

.side-links>a:hover {
    font-weight: 500;
    text-decoration: underline !important;
}

.page-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #3399CC;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.article-info {
    margin-bottom: 20px;
}

.article-info>.title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color:  #F7A4A5;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.article-info>.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.article-info>.bottom>.date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

.soru-item {
    margin-bottom: 10px;
    border-radius: 5px;
}

.soru-item:last-child {
    border: none;
    margin: 0;
}

.soru-header {
    display: block;
    position: relative;
    color: #000 !important;
    font-weight: 600;
    background:  #212121;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 15px;
    padding-right: calc(15px + 10px + 15px);
    transition: 0.2s ease 0s;
}

.soru-header:hover {
    background: #eee;
}

.soru-header h3 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
    transition: 0.2s ease 0s;
}

.soru-header:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: calc(12px + 15px);
    right: 15px;
    transform: translate(0, -50%);
    font-size: 14px;
    line-height: 20px;
    width: 10px;
    color: #aaa;
}

.soru-header[aria-expanded="true"]:after {
    content: "\f107";
}

.soru-header[aria-expanded="true"] h3 {
    color:  #212121 !important;
}

.soru-header[aria-expanded="true"] {
    background: #F7A4A5;
    border-color: #F7A4A5;
}

.soru-body {
    display: block;
}

.soru-body>.inner {
    padding-top: 10px;
}

.soru-body>.inner>p {
    display: block;
    padding: 10px 15px;
    background:  #212121;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-align: justify;
}

.inpage-contact {
    display: block;
}

.inpage-contact>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    background: rgba(255, 255, 255, 0.03);
    border: solid 1px rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.inpage-contact>.item:last-child {
    margin-bottom: 0;
}

.inpage-contact>a.item:hover {
    background: rgba(255, 255, 255, 0.07);
}

.inpage-contact>.item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #222;
    min-width: 55px;
    height: 55px;
    background: #cc3333;
    border-radius: 5px;
    margin-right: 10px;
}

.inpage-contact>.item>div>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #aaa;
}

.inpage-contact>.item>div>span,
.inpage-contact>.item>div>a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color:  #212121 !important;
}

.inpage-contact>.item>div>a:hover {
    text-decoration: underline !important;
}

.form-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Recaptcha Styles START */

.g-recaptcha {
    width: 200px;
    overflow: hidden;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.g-recaptcha>div {
    margin: -1px;
    height: 75px !important;
}

/* Recaptcha Styles END */

.hotel-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    background:  #212121;
    border: #f5f5f5;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.hotel-item:hover {
    background: #eee;
}

.hotel-item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color:  #212121;
    min-width: 50px;
    height: 50px;
    background: #cc3333;
    border-radius: 5px;
    margin-right: 10px;
}

.hotel-item>div {
    width: 100%;
    overflow: hidden;
}

.hotel-item>div>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444;
}

.hotel-item>div>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000 !important;
}

.hotel-search-line {
    display: block;
    margin-bottom: 20px;
}

.hotel-search-line > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.hotel-search-line > small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 10px;
}

.region-hotel-links a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444 !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: rgba(255,255,255,0.03);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.region-hotel-links a:hover {
    text-decoration: underline !important;
}

.region-hotel-links .row {
    margin-left: -5px;
    margin-right: -5px;
}

.region-hotel-links .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.voucher-box {
    background:  #212121;
    color: #000;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px #bbb;
    letter-spacing: 0.8px;
}

.voucher-box table {
    width: 100%;
}

.voucher-box tr {
    background:  #212121;
}

.voucher-box tr.vb-title {
    background: #eee;
    font-weight: 600;
    color: #000;
}

.voucher-box tr.vb-title-in {
    background:  #212121;
    font-weight: 600;
    color: #000;
}

.voucher-box tr:not(.vb-title):not(.vb-title-in) td:first-child {
    white-space: nowrap;
    background: #eee;
    font-size: 12px;
    line-height: 18px;
}

.voucher-box tr:not(.vb-title):not(.vb-title-in) td:last-child {
    color: #444;
}

.voucher-box td {
    border: solid 1px #ddd;
    padding: 8px 10px;
    vertical-align: top;
}

.voucher-box td small {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.voucher-box .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.voucher-box .logo {
    margin-bottom: 15px;
}

.voucher-box .logo img {
    width: 200px;
}

.voucher-box .contact {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.voucher-box .contact>a {
    display: block;
    margin: 0 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #cc3333 !important;
}

.voucher-box .contact>a:hover {
    text-decoration: underline !important;
}

.voucher-box .vb-color {
    color: #cc3333 !important;
}

.slide-form-title {
    display: block;
    font-size: 50px;
    line-height: 56px;
    font-weight: 800;
    color:  #212121;
    margin-bottom: 20px;
    pointer-events: all;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.8);
    margin: 0;
}


.texture-section {
    padding: 40px 0;
    background-color:  #212121;
    background-image: url("../img/material/shattered_light.png");
}

.triangle-left {
    position: absolute;
    left: 0;
    background: rgba(255,255,255,0.01);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.triangle-right {
    position: absolute;
    right: 0;
    background: rgba(255,255,255,0.01);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.ftr-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tunalar-logo,
.tursab-logo {
    min-width: 200px;
}

.tunalar-logo img {
    width: 140px;
}

.tursab-logo img {
    width: 140px;
}

.vehicles-box {
    padding: 20px;
    /* background: #000; */
    /* border: solid 1px #eee; */
    border-radius: 5px;
}

.page-contacts {
    display: block;
}

.page-contacts > .item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-contacts > .item:not(:last-child) {
    margin-bottom: 10px;
}

.page-contacts > .item > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color:  #212121;
    background: #F7A4A5;
    min-width: 25px;
    height: 25px;
    border-radius: 3px;
    margin-right: 6px;
}

.page-contacts > .item > a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #444 !important;
}

.page-contacts > .item > a[href]:hover {
    text-decoration: underline !important;
}

.login-box {
    padding: 20px;
    background:  #212121;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.login-box > .title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800;
    color: #3399CC;
    text-align: center;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.def-link {
    color: #3399CC !important;
    font-size: 14px;
    line-height: 20px;
}

.def-link:hover {
    text-decoration: underline !important;
}

.login-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.login-bottom > .desc {
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.login-section {
    padding: 120px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.login-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.login-section > * {
    position: relative;
    z-index: 10;
}

.content-box {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
}

.content-box-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-bottom: solid 1px #ddd;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.content-box-inner {
    padding: 20px;
}

.content-box-inner.small-padding {
    padding: 10px;
}

.side-agency-menu {
    display: block;
}

.side-agency-menu > a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
    padding: 15px;
    background: #fbfbfb;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    transition: 0.2s ease 0s;
}

.side-agency-menu > a:hover {
    background: #eee;
}

.side-agency-menu > a:last-child {
    margin-bottom: 0;
}

.side-agency-menu > a.active {
    background: #0073A1;
    border-color: #0073A1;
    color:  #212121 !important;
}

.panel-table > table {
    width: 100%;
}

.panel-table > table thead {
    background: #f5f5f5;
}

.panel-table > table thead td {
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
}

.panel-table > table td {
    border: solid 1px #ddd;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.panel-table > table tbody td > span {
    display: block;
    border-bottom: solid 1px #ddd;
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.panel-table > table tbody td > span:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.panel-table > table tbody td > span > b {
    font-weight: 600;
}

.panel-table {
    overflow-x: auto;
}

.login-desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    padding: 10px 15px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.new-hotel-item {
    display: flex;
    justify-content: stretch;
    align-items: center;
    background:  #212121;
    padding: 5px;
    background:  #212121;
    border: #f5f5f5;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.new-hotel-item:hover {
    transform: scale(1.05);
    background: #f5f5f5;
}

.new-hotel-item > .img {
    display: block;
    min-width: 35%;
    width: 35%;
    position: relative;
    padding-top: calc(3/4*35%);
    overflow: hidden;
    border-radius: 3px;
    margin-right: 5px;
}

.new-hotel-item > .img > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-hotel-item > .content {
    display: block;
    width: 100%;
}

.new-hotel-item > .content > small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: solid 1px #ddd;
}

.new-hotel-item > .content > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

.new-hotel-item > .content > span > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 18px;
    color:  #212121;
    border-radius: 5px;
    background: #F7A4A5;
    margin-right: 5px;
}

.slider-form {
    background: rgba(255,255,255,0.7);
    border-radius: 5px;
    padding: 20px;
    border: solid 5px rgba(0,0,0,0.2);
}


.travel-item-all {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background:  #212121;
    border-radius: 5px;
    overflow: hidden;
}

.travel-item-all.list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.travel-item-all.list>.travel-item-container {
    min-width: 300px;
    width: 300px;
}

.travel-item-container > .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
    color:  #212121;
    margin: 0;
    padding: 8px 3px;
    background: #0000005c;
    pointer-events: none;
}

.travel-item-all.list>.desc {
    width: calc(100% - 300px);
}

.travel-item-all > .id-line {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.travel-item-all > .id-line > span {
    display: block;
    padding: 5px 10px;
    border: solid 1px #9FC39B;
    background: #9FC39B;
    color:  #212121;
}

.travel-item-all.list .price {
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 0;
    z-index: 20;
}

.travel-item-all>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
}

.travel-item-all>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s ease 0s;
}

.travel-item-all:hover>.img>img {
    transform: scale(1.1);
}

.travel-item-all>.desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
}

.travel-item-all>.desc .specs {
    display: block;
}

.travel-item-all>.desc .specs>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #618198;
    letter-spacing: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.travel-item-all>.desc .specs>span:last-child {
    margin-bottom: 0;
}

.travel-item-all>.desc .specs>span>i {
    font-size: 17px;
    min-width: 20px;
    text-align: center;
    margin-right: 5px;
    color: #666;
}

.travel-item-all>.desc>.right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}

.travel-item-all .add-favorite {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    color: #666 !important;
    font-size: 20px;
    line-height: 1.6;
    transition: 0.2s ease 0s;
    border: solid 1px #ddd;
    margin-bottom: 10px;
}

.travel-item-all>.desc>.right>.item-id {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
    border: solid 1px #ddd;
    border-radius: 2px;
}

.travel-item-all>.desc>.right>.item-id>b {
    color: #222;
    font-weight: 400;
    margin-left: 4px;
}

.travel-item-all .add-favorite:hover {
    background: #fbfbfb;
    color: #222 !important;
}

.travel-item-all .price {
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #F7A4A5;
    background:  #212121;
    text-align: start;
}

.travel-item-all .price>small {
    font-size: 14px;
    line-height: 1.6;
    color:  #212121;
}

.travel-item-all.list>.travel-item-container {
    min-width: 300px;
    width: 300px;
}


.travel-item-container > .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
    color:  #212121;
    margin: 0;
    padding: 8px 3px;
    background: #0000005c;
    pointer-events: none;
}

.btn-success {
    color:  #212121;
    background: #F7A4A5;
    border-color: #F7A4A5;
}


.travel-item {
    display: block;
    position: relative;
    overflow: hidden;
    background:  #212121;
    height: 185px;
    width: 100%;
    object-fit: cover;

}


.travel-item:hover img {
    transform: scale(1.1);
}

.travel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

footer {
    background: #000;
}

.ftr-content {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #F7A4A5;
    border-top: solid 1px  #212121;
}

.ftr-bottom {
    padding: 5px 0;
    
}

.ftr-bottom>.ftr-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
    margin: 5px 0;
}

.ftr-bottom a {
    display: block;
    margin: 5px 0;
}

.ftr-bottom a img {
    width: 70px;
    filter: grayscale(1);
}

.ftr-bottom a:hover img {
    filter: none;
}

.ftr-logo {
    margin-bottom: 15px;
}

.ftr-logo img {
    height: 100px;
}

.ftr-contact {
    display: block;
    margin-bottom: 10px;
}

.ftr-contact>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ftr-contact>.item>span,
.ftr-contact>.item>a {
    display: block;
    font-size: .875rem;
    line-height: 1.6;
    color: #fff !important;
    font-weight: 400;
    margin-bottom: 10px;
}

.ftr-contact>.item>a:hover {
    text-decoration: underline !important;
}

.ftr-title {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color:  #fff;
    margin-bottom: 8px;
    margin-top: 15px;
    font-weight: 600;
}

.ftr-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.ftr-links>a {
    display: block;
    font-size: .875rem;
    line-height: 1.6;
    color: #fff !important;
    font-weight: 400;
    margin-bottom: 10px;
}

.ftr-links>a:hover {
    text-decoration: underline !important;
}

.ftr-cards {
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ftr-cards>.cards {
    width: 180px;
    margin-right: 20px;
}

.ftr-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.ftr-social a {
    width: 35px;
    height: 30px;
    margin-right: 12px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
}

.ftr-social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:  #212121 !important;
    font-size: 22px;
}

.ftr-social a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:  #212121 !important;
    font-size: 22px;
}


.i-region-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-radius: 4px;
    margin-bottom: 10px;
}

.i-region-item:hover img {
    transform: scale(1.1);
}

.i-region-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.i-region-item .i-region-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
}

.i-region-item .i-region-desc span {
    font-size: 18px;
    line-height: 1.6;
    color:  #212121;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
/*    text-shadow: 2px 2px #1b1b1b;*/
    background: #F7A4A5;
    border-radius: 5px;
}

.i-region-item .i-region-desc small {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color:  #212121;
    padding-left: 34px;
}
/*
.i-region-item .i-region-desc span:before {
    content: "\F034E";
    font-family: "Material Design Icons";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #ED1C24;
    border-radius: 4px;
    margin-right: 10px;
    min-width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/



.i-region-item .i-region-desc span:after {
    content: "\F0142";
    font-family: "Material Design Icons";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 20px;
    text-align: center;
}


.little-title {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #9ba9b3;
    position: relative;
    text-align: left;
    letter-spacing: normal;
}

.little-more {
    display: block;
    font-size: 15px !important;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 5px;
    color: #133b58 !important;
    position: relative;
    text-align: left;
    letter-spacing: normal;
}
.little-more > a{ 
    color: #F7A4A5 !important; 
}

.tourlist-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background:  #212121;    
    border-radius: 5px;
    padding: 20px;
}

.tourlist-item > .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720 / 1280 * 100%);
    border-radius: 5px;
    margin-bottom: 10px;
}

.tourlist-item > .img > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tourlist-item > .content {
    margin-bottom: -5px;
}

.tourlist-item > .content > .title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tourlist-item > .content > .specs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tourlist-item > .content > .specs > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background:  #212121;
    border: solid 1px #ddd;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.tourlist-item > .content > .specs > div > i {
    color: #56819F;
    margin-right: 5px;
}

.tourlist-item > .content > .specs > div > span {
    display: block;
    color: #222;
}

.tourlist-slider-buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: -10px;
    pointer-events: none;
    margin-bottom: 20px;
}
.tourlist-slider-buttons {
    justify-content: center;
}

.tourlist-slider-buttons > div  {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1.6;
    color:  #212121;
    background: #56819F;
    pointer-events: all;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease 0s;
}

.tourlist-slider-buttons > div {
    margin: 0 5px;
} 

.tourlist-slider-buttons > div:hover {
    background: #93a8b7;
}

.slider-container {
    display: block;
    position: relative;
}

.carlist-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #F7A4A5;    
    border-radius: 5px;
/*    padding: 20px;*/
}

.carlist-item > .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
        padding-top: calc(680 / 1280 * 100%);
/*    padding-top: calc(720 / 1280 * 100%);*/
    /* border-radius: 10px; */
/*    margin-bottom: 10px;*/
}
.tns-item{
    margin-right: 4px;
    padding-right: 0!important;
}

.carlist-item > .img > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    object-fit: fill;
}

.carlist-item > .content {
    margin-bottom: -5px;
}

.carlist-item > .content > .title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
/*    margin-bottom: 10px;
    padding-bottom: 10px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
    text-shadow: 0 0 pink;
}

.carlist-item > .content > .specs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.carlist-item > .content > .specs > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background: #F7A4A5; */
    /* border: solid 1px #ddd; */
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.carlist-item > .content > .specs > div > i {
    color: #fff;
    margin-right: 5px;
}

.carlist-item > .content > .specs > div > span {
    display: block;
    color: #222;
}
.carlist-slider-buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: -10px;
    pointer-events: none;
    margin-bottom: 20px;
}
.carlist-slider-buttons {
    justify-content: center;
}

.carlist-slider-buttons > div  {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1.6;
    color:  #212121;
    background: #F7A4A5;
    pointer-events: all;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease 0s;
}

.carlist-slider-buttons > div {
    margin: 0 5px;
} 

.carlist-slider-buttons > div:hover {
    background: #F7A4A5c7;
}


.mn-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    padding-top: 22px;
    color: #424242 !important;
}

.mn-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.6;
    color: #424242 !important;
    padding: 5px 10px;
    white-space: nowrap;
    margin: 0;
    background-color:  #212121;
    border-radius: 2px;
}

.mn-dropdown>.dropdown-menu>a:last-child {
    border-bottom: none;
}

.mn-dropdown>.dropdown-menu>a:hover {
    background: #ddd;
}

.nav-top-cc>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    line-height: 1.6;
    color:  #212121 !important;
    font-weight: 600;
    padding-left: 0px;
    padding-top: 18px;
    position: relative;
}

.nav-top-cc>.dropdown-toggle>i {
    margin-right: 0px;
    font-size: 20px;
}


.nav-top-cc>.dropdown-menu {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ddd;
    background:  #212121;
    margin-top: -3px;
    left: unset !important;
    right: -50px;
    padding: 0;
}

.nav-top-cc>.dropdown-menu>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.6;
    color: #424242 !important;  
    font-weight: 600;
    padding: 5px 15px;
}

.nav-top-cc>.dropdown-menu>a>i {
    margin-right: 5px;
}

.nav-top-cc>.dropdown-menu>a:hover {
    background: #ddd;
}


.main-slider-container > .tns-outer > .tns-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    transform: translate(0, -50%);
    z-index: 10;
    pointer-events: none;
}

.main-slider-container > .tns-outer > .tns-controls > button {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    font-size: 14px;
    line-height: 1.6;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4);
    color:  #212121 !important;
    border: none;
    border-radius: 50%;
}

.main-dropdown {
    display: flex;
    position: relative;
}

/*.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 1.6
    color: #222 !important;
    white-space: nowrap;
}*/

.main-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin: 0;
    background:  #212121;
    border: solid 1px #ddd;
    padding: 5px 0;
    min-width: unset;
    width: auto;
    border-radius: 0;
}

.main-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 8px;
    color: #222 !important;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
    background: #eee;
}

.side-login {
    background: #ddd;
    padding: 15px;
    border-radius: 5px;
}


.inpage-slider-container {
    display: block;
    width: 100%;
    position: relative;
}

.inpage-slider-container > .tns-outer > button {
    display: none;
}

.inpage-slider-container > .tns-outer > .tns-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.inpage-slider-container > .tns-outer > .tns-controls > button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color:  #212121;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    pointer-events: all;
    border: none;
}

.inpage-slide {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
}

.inpage-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-specs {
    display: block;
    margin-bottom:0px;
}

.tour-specs .tour-spec:last-child {
    margin: 0;
}

.tour-spec {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #fafafa;
    border: solid 1px #ddd;
    border-radius: 5px;
    overflow-y: hidden;
    margin-bottom: 20px;
}

.tour-spec > .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 10px;
    background:  #212121;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    border-right: solid 1px #ddd;
}

.tour-spec > .left > i {
    color:  #212121;
    background: #F7A4A5;
    margin-right: 10px;
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
}

.tour-spec > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.tour-spec > span.price {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
}

.tour-calc-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.tour-calc-line > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    padding: 5px 1px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
}

.tour-calc-line > span i {
    color: #F7A4A5;
    font-size: 18px;
}


.tour-calc-line > .right {
    width: 40%;
    display: block;
    padding: 10px;
}

.tour-calc-line .price {
    background: none;
    width: 100%;
    padding: 5px 1px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

.blog-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog-spec .left,
.blog-spec .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog-spec .left span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #222;
}

.blog-spec .left span i {
    color: #888;
}

.blog-spec .right a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color:  #212121 !important;
    background: #006391;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    transition: 0.2s ease 0s;
}

.blog-spec .right a:hover {
    background: #28a0d8 !important;
}

.modal-share {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.modal-share a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

.modal-share a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
    right: 10px;
}

.modal-share a i {
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #212121 !important;
    font-size: 16px;
}

#copy_box {
    background: #fbfbfb;
    border: solid 1px #eee;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

#copy_box:hover {
    background: #f7f7f7;
}

#copy_box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-bottom: 5px;
    pointer-events: none;
}

#copy_box input {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

#copy_box span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 0;
    background:  #212121;
    border: none;
    z-index: 99999;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.modal-top h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.modal-top a {
    font-size: 16px;
    line-height: 22px;
    color: #666 !important;
}

.modal-top a:hover {
    color: #222 !important;
}

.modal-bottom {
    padding: 15px;
}


.tourspec-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.tourspec-item>i {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #222;
    margin-right: 5px;
}

.tourspec-item>span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #444;
    font-weight: 500;
}

.tourspec-box {
    padding: 8px;
    padding-bottom: 5px;
    background:  #212121;
    margin-bottom: 10px;
}
.mavibox {
    padding: 20px;
    padding-bottom: 5px;
    background: #c6def3;
    border-radius: 10px;
    border: solid 1px #eee;
    margin-bottom: 10px;
}


.child-age {
    width: 100% !important;
    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.child-age > .cocuk-box {

    width: 100%;
}

.panel-text iframe {
    max-width: 100%;
}

.panel-text * {
    max-width: 100%;
}

.top-nav {
    padding: 5px 0;
    background: #000;
    border-bottom: solid 1px var(--border-color);
}

.top-nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav-flex > .left,
.top-nav-flex > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-nav-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-nav-contact > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: #000;
    color:  #212121;
    border-radius: var(--small-border-radius);
    font-size: 0.9rem;
    margin-right: 5px;
}

.top-nav-contact > a {
    display: block;
    font-size: 0.9rem;
    color:  #212121;
}

.top-nav-contact > a:hover {
    text-decoration: underline !important;
}

.top-nav-dropdown {
    display: block;
    position: relative;
}

.top-nav-dropdown > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    color:  #212121 !important;
    white-space: nowrap;
}

.top-nav-dropdown > a:hover > span {
    text-decoration: underline !important;
}

.top-nav-dropdown > .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    padding: 5px 0;
    background: var(--background-color);
    border: solid 1px var(--border-color);
}

.top-nav-dropdown > .dropdown-menu > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    color:  #212121 !important;
    padding: 5px 10px;
    white-space: nowrap;
    background: #000;
}

.top-nav-dropdown > .dropdown-menu > a:hover > span {
    text-decoration: underline !important;
}
.dropdown-menu {
    background-color: #fff!important;
}
.form-control{
    background-color: #fff!important;
}
.bank-item {
    background:  #212121;
    border: solid 1px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.bank-item>.img {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: calc(720/1280*100%);
    border-bottom: solid 1px #ddd;
}

.bank-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nt-lang {
    margin-right: 25px;
}

.bank-item>h3 {
    background: #D6A866;
    display: block;
    margin: 0;
    color:  #212121;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center;
}

.bank-item>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    background: #eee;
    border-bottom: solid 1px #ddd;
    text-align: center;
    padding: 5px 10px;
}

.bank-item>span:last-child {
    border-bottom: none;
}




/*.sitenav-top {
    backdrop-filter: brightness(20%) blur(15px);
    position: relative;
    top: 0;
    padding: 10px;
    left: 0;
    width: 100%;
    z-index: 1000;
}*/

.sitenav-top {
    padding: 1.5rem;
    /* background: rgba(255, 255, 255, 0.8); */
/*    z-index: 99;*/
position: relative;
}

.sitenav-top-2 {

    background: #1b1b1b;
    z-index: 99;
    position: relative;
}

.sitenav-top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: bnFixed;
    animation-duration: 0.3s;
    border-bottom: solid 1px #ddd;
    padding: 10px 15px;
    background: #000;
    align-items: center;
}

.snt-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.snt-flex > .left,
.snt-flex > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    margin-right: 40px;

}

.snt-logo img {
    height: 5rem;
    width: 15rem;
}

.site-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.site-links > a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.site-links > a:not(:last-child) {
    margin-right: 30px;
}

/*.site-links > a:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-15px - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    pointer-events: none;
    transform: translate(0, -50%);
}*/

.site-links > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #000;
    transition: 0.2s ease 0s;
}

.site-links > a:hover:before {
    width: 100%;
}

.mobile-menu-open {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    background: #7BB88E;
    color: #0D0D3B !important;
    font-size: 20px;
    line-height: 26px;
    border-radius: 4px;
}

.snt-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.snt-contact > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 18px;
    color: #0D0D3B !important;
    background: #7BB88E;
    border-radius: 2px;
    margin-right: 4px;
}

.snt-contact > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
    font-weight: 600;
}

.snt-contact > a:hover {
    text-decoration: underline !important;
}
.fvr-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fvr-contact > a {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #000 !important; 
    font-weight: 600;
}


.fvr-contact > a > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    
    border-radius: 2px; 
}


.fvr-contact > a:hover {
    color: red !important;

}


/* Burger Nav Flex START ------------------------------ */
.burger-nav{
    background:  #212121;
    display: none;

}
.burger-nav .bn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger-nav .bn-flex>.left,
.burger-nav .bn-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Burger Nav Flex END ------------------------------ */

/* Burger Nav Logo START ------------------------------ */

.burger-nav .bn-logo {
    display: block;
}

.burger-nav .bn-logo>img {
    height: 50px;
}

.burger-nav.transparent .bn-logo>img {
    filter: contrast(0) brightness(2);
}

.burger-nav.fixed .bn-logo>img {
    filter: none;
}

/* Burger Nav Logo END ------------------------------ */

/* Burger Nav Elements START ------------------------------ */

.bn-open,
.bn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    min-width: 50px;
    height: 50px;
    background: #F7A4A5;
    color:  #212121 !important;
    border-radius: 4px;
    border: none;
}

.burger-nav .bn-close {
    background: firebrick;
    border: none;
    min-width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
}

.burger-nav.transparent .bn-open {
    color:  #212121 !important;
}

.burger-nav.fixed .bn-open {
    color:  #212121 !important;
}

.burger-nav .bn-links-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.burger-nav .bn-links-desktop>a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #888 !important;
    padding: 5px 0;
    margin-right: 20px;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-links-desktop>a:last-child {
    margin-right: 0;
}

.burger-nav.transparent .bn-links-desktop>a {
    color:  #212121 !important;
}

.burger-nav.fixed .bn-links-desktop>a {
    color: #888 !important;
}

.burger-nav .bn-links-desktop>a:hover {
    color: #222 !important;
}

.burger-nav.transparent .bn-links-desktop>a:hover {
    color: #bbb !important;
}

.burger-nav.fixed .bn-links-desktop>a:hover {
    color: #222 !important;
}

/* Burger Nav Elements END ------------------------------ */

/* Burger Nav Mobile Menu START ------------------------------ */

.bn-menu-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
}

.bn-menu-container.active {
    opacity: 1;
    pointer-events: all;
}

.bn-menu-box {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
    width: 400px;
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.bn-menu-box.left {
    right: unset;
    left: 0;
    transform: translate(-100%, 0);
}

.bn-menu-container.active .bn-menu-box {
    transform: translate(0, 0);
}

.bn-menu {
    display: block;
    width: 100%;
    height: 100%;
    background:  #212121;
    overflow: hidden;
    padding: 15px;
    overflow-y: auto;
}

.bn-menu .bn-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bn-menu .bn-menu-links>a {
    display: block;
    position: relative;
    padding: 8px 12px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #222 !important;
    padding-right: 40px;
    transition: 0.2s ease 0s;
    /* border-bottom: solid 1px #F7A4A5; */
 
}

.slider-title{
  
}
.title-backgorund{
background-color: white;
height: 6rem;
z-index: 90;
position: absolute;
width: 52rem;
top: 54%;
right:7%;
display: flex;
align-items: center;
justify-content: center;
display: none;
}

.bn-menu .bn-menu-links>a:after {
    display: none;
    content: "\F0142";
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    text-align: center;
    transform: translate(0, -50%);
}
.bn-menu .bn-menu-links>a.active:after {
    content: "\F035C";
}

.bn-menu .bn-menu-links>a:last-child {
    margin-bottom: 0;
}
.bn-menu-links a{
    color: #fff!important;
    margin-right: 0.75rem;
}
.bn-menu-links a:hover{
    color:  #212121 !important;
}

.bn-menu .bn-menu-links>a:hover {
    color: #222 !important;
}

.bn-menu .bn-menu-link-dropdown {
    display: none;
    padding: 15px;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.bn-menu .bn-menu-link-dropdown>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #888 !important;
    transition: 0.2s ease 0s;
}

.bn-menu .bn-menu-link-dropdown>a:last-child {
    margin-bottom: 0;
}

.bn-menu .bn-menu-link-dropdown>a:hover {
    color: #222 !important;
}

/* Burger Nav Mobile Menu END ------------------------------ */


.bg-class {
    background-color: red;
    background: linear-gradient(341deg, #56819f 1.3333%, #F7A4A5 33.3333%, #a8dbff 100%);
}
#sideForm{
    box-shadow: 0 4px 16px 1px rgba(0,0,0,.15);
    border: 1px solid #d9d9d9;
    padding: 1.3rem;
    background-color: rgba(230,239,235,.25);
}
.shareBox{
    margin:10 auto;
    padding:15px 0;
    font-size: 13px;
}
.disclaimerBox{
    padding: 0.75rem 1rem;
    background: #EAFBF7;
    border-radius: 0.5rem;
    font-weight: 400;
    line-height: 1.3125rem;
    font-size: 0.75rem;
    margin-top:15px;
}
.disclaimerBox .satir{
    margin-bottom:0.75rem;
}
.disclaimerBox i.DisIcon{
    float: left;
    margin-right: 9px;
    font-size: 13px;
}
.panel-text .midTitle {
    font-size: 0.95rem;
    line-height: 1.375rem;
    font-weight: 600;
    display: flex;
    margin: 8px 0 4px;
}
.panel-text .midTitle i{
    font-size: 24px;
    text-align: center;
    margin-right: 8px;
}
.panel-text .midText {

    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #63687a;
    margin-bottom: 22px;
    margin-left: 38px;
}

.panel-text .midText .price{
    font-size: 1.375rem;
    font-weight: 600;
    font-size: 14px;
}

/* Inputtel START ------------------------------ */

.iti {
    display: block;
    width: 100%;
}

.iti__country-list {
    background: #aaa;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 0;
    box-shadow: none;
    max-height: 200px;
    width: 32rem;
    overflow-x: hidden;
}

.iti__country {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    padding: 1px 2px;
    padding-left: 40px;
    /* max-width: 200px; */
    border-bottom: solid 1px #ddd;
}


.iti__country.iti__highlight {
}

.iti__country-name {
    font-size: 12px;
    margin-left: 25px;
    line-height: 18px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.iti__dial-code {
    font-size: 14px;
    line-height: 20px;
    margin-left: 25px;
    color: #000;
}

.iti__flag-box {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
}

.iti__flag {
    height: 14px !important;
}

.iti__arrow {
    margin-left: 5px;
    border-top-color: #888;
}

.iti__arrow--up {
    border-bottom-color: #888;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
}

.iti--separate-dial-code .iti__selected-flag {
    /* background: #fbfbfb; */
    padding: 0 10px;
    height: 100%;
    border-right: solid 1px #ddd;
    border-radius: 5px;
    color: #212529;
}

.iti--separate-dial-code .iti__flag-container:hover .iti__selected-flag {
    background: #bbb;
}
.iti-mobile .iti__country-list{
    max-width: 250px;
}

/* Inputtel END ------------------------------ */





.prd-slider-container {
    display: block;
    position: relative;
    width: 100%;
}

.prd-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
}

.prd-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 5px;
}

.prd-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color:  #212121;
}

.prd-slider-buttons>div.prev:before {
/*    content: "\f104";*/
content: "\F0141";
}

.prd-slider-buttons>div.next:before {
/*    content: "\f105";*/
content: "\F0142";
}

.prd-slider {
    margin-bottom: 10px;
    border: solid 1px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.prd-slide {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(2/4*100%);
}

.prd-slide>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prd-thumb {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border: solid 1px #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.prd-thumb:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: solid 2px rgba(255, 255, 255, 0.6);
    outline: solid 2px #829D14 !important;
    z-index: 10;
    opacity: 0;
}

.swiper-slide-thumb-active .prd-thumb:before {
    opacity: 1;
}

.prd-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-thumb:hover:after {
    opacity: 1;
}

.prd-thumb>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prd-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-slide:hover:after {
    opacity: 1;
}

.swiper-pointer-events{
    touch-action: pan-x;
}

.stat-tag {
    position: absolute;
    top: 10px;
    left: 0;
    background: #F7A4A5;
    z-index: 10;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color:  #212121;
    border-radius: 7px;
}
.select2-results__group, .select2-results__option{
    font-size: 12px !important;
}
h2.SidePrice{    
    font-size: 1.75rem;
    font-weight: 700;
}
h2 .EstPrice{
    font-size: 9px;
}


.span_ret{
    position: absolute;
    left: 12px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    font-weight: 400;
    top: 10px;
    z-index: 2;
    pointer-events: none;
}


.howto-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    position: relative;
}

.howto-item:after {
    content: "";
    position: absolute;
    top: 20px;
    left: calc(50% + 40px);/*
    border-bottom: solid 2px #ddd;*/
    width: calc(100% - 55px);
}

.howto-item.last:after {
    content: none;
}

.howto-item span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color:  #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7A4A5;
    border: solid 1px #F7A4A5;
    margin-bottom: 20px;
    font-weight: 600;
}

.howto-item h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 10px;
}

.howto-item p {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #757575;
    margin: 0;
}

.slider-regions {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.slider-regions .row {
    margin-left: -10px;
    margin-right: -10px;
}

.slider-regions .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.slider-regions .reg-item {
    margin-bottom: 20px;
    transition: 0.4s ease 0s;
}

.slider-regions .reg-item>.img>.region {
    display: none;
}

.slider-regions .reg-item>.desc {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: unset;
    border-radius: 0 10px 0 10px;
    padding: 5px 15px;
}

.slider-regions .reg-item:hover {
    transform: scale(1.1);
}

.reg-item-airport-name {
    display: none;
}

.reg-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.reg-item>.img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
}

.reg-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
    transform: scale(1.1);
}

.reg-item:hover>.img>img {
    transform: scale(1);
}

.reg-item>.img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent 20%, rgba(0, 0, 0, 0.5) 80%);
    z-index: 2;
}

.reg-item>.img>.region {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color:  #212121;
    z-index: 10;
}

.reg-item>.img>.price {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 5px 15px;
    background: #F7A4A5;
    color:  #212121;
    z-index: 10;
    border-radius: 0 10px 0 10px;
}

.reg-item>.desc {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    transition: 0.2s ease 0s;
}

.reg-item:hover>.desc {
    background: rgba(0, 0, 0, 0.7);
}

.reg-item>.desc>h3 {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color:  #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.border-fix {
    border-radius: 0px 50px 50px 0px;
}*/


::placeholder {
    color:  #212121;
}

.coloredback {
    background: #F7A4A5;
    padding: 50px 0;
}

.support-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.support-bar > .left,
.support-bar > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.support-bar > .left {
    width: 100%;
}

.support-bar > .left > i {
    font-size: 70px;
    line-height: 76px;
    color:  #fff;
    display: block;
    margin-right: 15px;
}

.support-bar > .left > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 30px;
}

.support-bar > .left > div > h2 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color:  #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px rgba(255,255,255,1);
    width: 100%;
}

.support-bar > .left > div > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff !important;
}

.support-bar > .left > div > a:hover {
    text-decoration: underline !important;
    color:  #212121 !important;
}

.support-bar > .right > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 26px;
    color:  #ffff !important;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    margin-right: 10px;
    transition: 0.2s ease 0s;
}

.support-bar > .right > a:last-child {
    margin-right: 0;
}

.support-bar > .right > a:hover {
    background:  #212121;
    color: #F7A4A5 !important;
}

.support-bar > .right > a > svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 26px;
    color:  #212121 !important;
    border-radius: 10px;
    margin-right: 10px;
    transition: 0.2s ease 0s;
}

.support-bar > .right > a > svg:last-child {
    margin-right: 0;
}

.support-bar > .right > a > svg:hover {

    color: #F7A4A5 !important;
}


.comment-slider-container-2 {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.comment-slider-container-2 > .tns-outer > button {
    display: none;
}

.comment-slider-container-2 > .tns-outer > .tns-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

.comment-slider-container-2 > .tns-outer > .tns-nav > button {
    background: #ddd;
    border: none;
    border-radius: 30px;
    margin: 0 4px;
    width: 20px;
    height: 10px;
    pointer-events: all;
}

.comment-slider-container-2 > .tns-outer > .tns-nav > button.tns-nav-active {
    background: #F7A4A5
}

.comment-item-2 {
    display: block;
    width: 100%;
    background: #fbfbfb;
    border: solid 1px #eee;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

/*.comment-item-2:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #eee;
    z-index: 10;
}

.comment-item-2:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #eee;
    z-index: 10;
}
*/
.comment-item-2 > .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #F7A4A5;
    position: relative;
    z-index: 20;
}

.comment-item-2 > .top span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.comment-item-2 > .top span:first-child {
    font-weight: 600;
    color: #F7A4A5;
}

.comment-item-2 > .bottom {
    position: relative;
    z-index: 20;
}

.comment-item-2 > .bottom p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0;
    color: #444;
    font-size: 14px;
    line-height: 20px;
}

.comment-item-2.no-crop > .bottom p {
    display: block;
}




.comment-slider-container-3 {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.comment-slider-container-3 > .tns-outer > button {
    display: none;
}

.comment-slider-container-3 > .tns-outer > .tns-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

.comment-slider-container-3 > .tns-outer > .tns-nav > button {
    background: #ddd;
    border: none;
    border-radius: 30px;
    margin: 0 4px;
    width: 20px;
    height: 10px;
    pointer-events: all;
}

.comment-slider-container-3 > .tns-outer > .tns-nav > button.tns-nav-active {
    background: #F7A4A5;
}

.comment-item-3 {
    display: block;
    width: 100%;
    background: #fbfbfb;
    border: solid 1px #eee;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

/*.comment-item-3:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #eee;
    z-index: 10;
}

.comment-item-3:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #eee;
    z-index: 10;
}
*/
.comment-item-3 > .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #F7A4A5;
    position: relative;
    z-index: 20;
}

.comment-item-3 > .top span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.comment-item-3 > .top span:first-child {
    font-weight: 600;
    color: #F7A4A5;
}

.comment-item-3 > .bottom {
    position: relative;
    z-index: 20;
}

.comment-item-3 > .bottom p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0;
    color: #444;
    font-size: 14px;
    line-height: 20px;
}

.comment-item-3.no-crop > .bottom p {
    display: block;
}

.date-reg {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background: #F7A4A5;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 20px;
    width: auto;
/*    width: 44%;*/
    font-weight: 600;
    color:  #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
/*    transform: rotate(314deg) translate(-27%, -74%);*/
}

.date-reg > i {
    margin-right: 4px;
    font-size: 12px;
    line-height: 18px;
}


.side-box {
    padding: 15px;
    border-radius: 10px;
}




.promocode-box {
    padding: 5px;
    background: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.promocode-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background:  #212121;
    border: solid 1px #ccc;
    padding-right: 5px;
    border-radius: 5px;
}

.promocode-input>.form-group>input {
    border: none;
}



/* MAIN BUTTON START */

.main-btn2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color:  #000 !important;
    border: solid 1px #F7A4A5;
    background: #ddd;
    transition: 0.3s ease 0s;
    white-space: nowrap;
}

.main-btn2:hover {
    background: #4D4545;
    border-color: #4D4545;
}

.main-btn2.line {
    background: none;
    color: #829D14 !important;
}

.main-btn2.line:hover {
    background: #829D14;
    border-color: #829D14;
    color:  #212121 !important;
}

.main-btn2.white {
    background: none;
    border: solid 1px  #212121 !important;
    color:  #212121 !important;
}

.main-btn2.white:hover {
    background:  #212121;
    color: #222 !important;
    border-color:  #212121;
}

.main-btn2.full {
    display: flex;
    width: 100%;
}

.main-btn2.small {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
}

.main-btn2.norad {
    border-radius: 5px;
}

.main-btn2.disabled {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.7;
}

.rez-tab-area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
}

.rez-tab-area .main-panes {
    padding-bottom: 0;
    padding-top: 20px;
    border: solid 1px #F7A4A5;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #000;
}

.rez-tab-area .main-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.rez-tab-area .main-tabs a {
    width: unset;
    min-width: 20px;
    height: 30px;
    white-space: nowrap;
    margin: 0 4px;
    border-radius: 0;
    background: #000;
    border: solid 1px #F7A4A5;
    color: #d3d3d3 !important;
    transition: 0.2s ease 0s;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
}

.rez-tab-area .main-tabs a:hover {
    background: #eee;
    color: #222 !important;
}

.rez-tab-area .main-tabs a.active {
    background: #F7A4A5;
    border-color: #F7A4A5;
    color:  #212121 !important;
}



.main-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-tabs a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    white-space: nowrap;
    background:  #212121;
    border: solid 1px #e8e8e8;
    background: #f5f5f5;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #666 !important;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.main-tabs a:hover {
    background:  #212121;
}

.main-tabs a:last-child {
    margin-right: 0;
}

.main-tabs a.active {
    background:  #212121;
    color: #222 !important;
}

.main-panes {
    padding: 10px 15px;
    background:  #212121;
    border: solid 1px #e8e8e8;
    border-top: none;
    margin-bottom: 20px;
}
.head-menu2 {
    border-radius: 50%;
    background: #F7A4A5;
    width: 75%;
    height: 3px;
    margin-left: 39px;
    margin-bottom: 17px;
    margin-top: 5px;
    text-align: center;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color:  #212121;
    border: 3px solid #bb9354;
    border-radius: 0.25rem;
    max-width: 100%;
    height: 100px;
    object-fit: inherit;
}


/* Eklenen Kısım */
.select-form{
    display: flex;
    align-items: center;
    border: 1px solid #BBDEFB;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff
}

.header-title{
    color:white;
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 4.25rem;
}
.links-other>.container > .sitenav-top > .snt-flex > .right > .bn-menu-links > a {
    color: #F7A4A5 !important;
}
.tns-inner{
    display: flex;
    /* justify-self: center; */
    justify-content: center;
}
#crs_slider > .tns-item{
    /* width: calc(100%) !important; */
}

