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

body {
    margin: 0;
    padding: 0;
    background: #eee;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0.5px;
}

html {
    height: 100%;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

/*----- OTALYA MOBILE MENU START -----*/
.mobil-nav ul {
    margin: 0;
}

.mobil-nav ul li {
    width: calc((100% / 4) - -2px);
    display: inline-block;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    padding: 7px 0;
    margin-right: -6px;
    background: #d61a0c !important;
}

.mobil-nav ul li.harita {
    background: #555;
}

.mobil-nav ul li.harita a {
    color: #fff;
}

.mobil-nav ul li.telefon {
    background: #f78e19;
}

.mobil-nav ul li.telefon a {
    color: #fff;
}

.mobil-nav ul li.whatsapp {
    background: #00e676;
}

.mobil-nav ul li.whatsapp a {
    color: #fff;
}

.mobil-nav ul li.dil {
    background: #00a5ce;
}

.mobil-nav ul li.dil {
    color: #fff;
}

.mobil-nav ul li small {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.mobil-nav {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.4);
    background: #fff;
    z-index: 999;
}

.mobil-nav svg,
.mobil-nav i {
    font-size: 20px;
}

.mobil-nav ul li.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%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.mobil-nav ul li.instagram a {
    color: #fff;
}

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

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

.so-twitter {
    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;
}

/*----- OTALYA MOBILE MENU END -----*/

#main-nav {
    display: block;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: 0.2s ease 0s;
    background: #fff;
}

#main-nav > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#main-nav.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 160px;
}

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

#main-nav .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #000 !important;
    font-size: 13px;
    line-height: 19px;
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    transition: 0.2s ease 0s;
}

#main-nav .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 2px;
    width: 0;
    background: #d61a0c;
    transition: 0.2s ease 0s;
}

#main-nav .navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
}

#main-nav .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.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: none;
}

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

.panel-text {
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
    margin-bottom: -10px;
    font-weight: 400;
}

.panel-text * {
    color: #444 !important;
}

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

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

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

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

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

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

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

.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 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6px;
    transform: rotate(45deg);
    color: #eee !important;
}

.nav-top {
    padding: 0;
    background: #d61a0c;
}

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

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

.nt-contact {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 12px;
    line-clamp: 18px;
    color: #fff;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.nt-contact > i {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.nt-contact:last-child {
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.nt-contact:last-child {
    margin-right: 0;
}

.nt-contact a {
    color: #fff !important;
    padding: 5px 10px;
    transition: 0.2s ease 0s;
}

.nt-contact a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.nt-lang {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.nt-lang a {
    font-size: 13px;
    line-height: 18px;
    opacity: 1;
    padding: 5px;
    color: #fff !important;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    transition: 0.2s ease 0s;
}

.nt-lang a:last-child {
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.nt-lang a:hover {
    background: rgba(255, 255, 255, 0.2);
}


.nav-dropdown>.dropdown-toggle {
    padding: 5px 10px;
    border-radius: 4px;
    transition: 0.2s ease 0s;
    padding-right: 25px;
    color: #fff !important;
    transition: 0.2s ease 0s;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
.nav-dropdown>.dropdown-toggle>.flag-icon {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

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

.nav-dropdown>.dropdown-toggle:hover {
    background: #eee;
}

.nav-dropdown>.dropdown-menu {
    left: unset !important;
    right: 0;
    transform: none !important;
    margin-top: -1px;
    border-radius: 4px;
    padding: 10px 0;
}

.nav-dropdown>.dropdown-menu>a {
    padding: 5px 20px;
}

.nav-dropdown>.dropdown-menu>a:hover {
    background: #f5f5f5;
}

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

.myrez-link {
    margin-right: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #d61a0c !important;
}

.myrez-link:hover {
    color: #8c7720 !important;
}

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

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

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

.main-slider-container > .tns-outer > .tns-controls > button {
    display: block;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    pointer-events: all;
    font-size: 50px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.main-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(640 / 1920 * 100%);
    border-bottom: solid 1px #222;
}

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

.main-banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 10;
    text-align: left;
    padding: 0 100px;
}

.main-banner-text h2 {
    display: block;
    font-size: 35px;
    line-height: 41px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    font-family: "Oswald", sans-serif;
}

.main-banner-text span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 2;
    opacity: 0.7;
}

.slider-form {
    width: 100%;
    position: relative;
    width: 100%;
    z-index: 12;
    margin-top: -5vw;
    left: 0;
    padding: 0 100px;
}

.slider-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.slider-form .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.slider-form > .container-fluid {
    padding: 0;
}

.inpage-form {
    margin-top: 0 !important;
    padding-top: 15px;
    background: #fff;
    border-bottom: solid 1px #ddd;
}

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

.form-group.f-icon > i {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 16px;
    color: #fff;
    width: 20px;
    text-align: center;
}

.form-group span.error-label {
    font-size: 11px;
    line-height: 19px;
    display: block;
    margin: 0;
    color: #d61a0c;
}

.counter-txt {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

/* SELECT2 RESET * START */

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

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

.form-group .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    color: 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-dropdown {
    border-radius: 0;
}

.select2-results__group,
.select2-results__option {
    padding: 5px;
    font-size: 14px;
    line-height: 22px;
    border: 0;
    border-bottom: solid 1px #eee;
}

.select2-results__group {
    background: #eee;
}

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

.select2-search__field {
    border: solid 1px #ddd !important;
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 22px;
}

/* SELECT2 RESET * END */

.form-group input,
.form-group textarea,
.form-group .select2-container .select2-selection--single,
.form-group .passenger-toggle {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    border: none;
    background: none;
    color: #222 !important;
    resize: none;
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}

.slider-form .form-group input,
.slider-form .form-group textarea,
.slider-form .form-group .select2-container .select2-selection--single,
.slider-form .form-group .passenger-toggle {
    border-color: #d61a0c;
    color: #d61a0c !important;
    font-weight: 600;
    background: #111;
}

.slider-form .form-group.f-icon > i {
    color: #d61a0c;
}

.form-group input:disabled,
.form-group input:disabled ~ i {
    opacity: 0.5;
}

.form-group.f-icon input,
.form-group.f-icon .select2-container .select2-selection--single,
.form-group.f-icon .passenger-toggle {
    padding-left: 35px;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group .select2-container .select2-selection__placeholder {
    color: #888;
    opacity: 1;
}

.form-dropdown {
    display: block;
    width: 100%;
}

.cbox-group {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.cbox-group.boxed label {
    padding: 20px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    /*background: rgba(255,255,255,0.1);*/
    width: 100%;
}

.cbox-group > input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

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

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

.cbox-group > label span:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #d61a0c;
    width: 10px;
    height: 10px;
    opacity: 0;
}

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

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

.inputspin {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inputspin > label {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    display: block;
    color: #222;
    margin-bottom: 0;
}

.inputspin .input-group .input-group-prepend,
.input-group .input-group-append {
    margin: 0;
}

.inputspin .input-group {
    align-items: stretch;
    width: 120px;
    min-width: 120px;
    flex-wrap: nowrap;
}

.inputspin .input-group input {
    height: unset;
    border: solid 1px #ddd;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px 0 !important;
    font-size: 12px;
    line-height: 18px;
    color: #222 !important;
    text-align: center;
    pointer-events: none;
}

.inputspin .input-group button {
    width: unset;
    height: unset;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    transition: 0.2s ease 0s !important;
    background: none !important;
    border: none !important;
    position: relative;
    border-radius: 0 !important;
    min-width: 30px !important;
    background: #d61a0c !important;
}

.inputspin .input-group button:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    transition: 0.2s ease 0s;
}

.inputspin .input-group button:hover:before {
    color: #fff !important;
}

.inputspin .input-group button strong {
    display: none;
}

.inputspin .input-group .input-group-prepend button:before {
    content: "\f068";
}

.inputspin .input-group .input-group-append button:before {
    content: "\f067";
}

.passenger-menu {
    padding: 15px !important;
}

.dropdown > .dropdown-menu {
    min-width: 100%;
    width: unset;
    padding: 0;
    border-radius: 0;
    border: none;
    left: 0;
    background: #fff;
    border: solid 1px #ddd;
    margin: 5px 0;
    border-radius: 5px;
}

.dropdown > .dropdown-menu a {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    color: #ccc !important;
    font-weight: 500;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    transition: 0.2s ease 0s;
}

.dropdown > .dropdown-menu a:hover {
    color: #d61a0c !important;
}

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

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

.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    background: #d61a0c;
    border: solid 1px #d61a0c;
    color: #fff !important;
    position: relative;
    border-radius: 5px;
    transition: 0.2s ease 0s;
    text-transform: uppercase;
}

/*.main-btn:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: solid 2px #333;
	pointer-events: none;
}*/

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

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

.main-btn.small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
}

.main-btn:hover {
    background: #8a0d04;
    border-color: #8a0d04;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 8;
    text-align: center;
}

.slider-text h2 {
    display: block;
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-bottom: 20px;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.slider-text span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 5px;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.smt {
    margin-top: 40px;
}

.divider-line {
    margin-top: 40px;
    border-bottom: solid 1px #eee;
}

.smb {
    margin-bottom: 40px;
}

.main-title {
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

.main-title.white {
    color: #fff;
}

.main-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 200px;
    max-width: 100%;
    border-bottom: solid 2px #bbb;
}

.main-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 4px;
    border-radius: 5px;
    background: #d61a0c;
}

.main-title.white:after {
    background: #fff;
}

.not-item {
    background: #d61a0c;
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.not-item i {
    margin-right: 10px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #444;
}

.not-item .panel-text {
    color: #222;
}

.ftr-all {
    background-color: #111;
}

.ftr-in {
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.2);
    padding-top: 40px;
    padding-bottom: 10px;
}

.ftr-brands {
    display: block;
    margin-bottom: 30px;
}

.ftr-brands img {
    max-width: 200px;
    max-height: 75px;
}

.ftr-logo {
    display: block;
    margin-bottom: 30px;
}

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

.ftr-txt {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
    margin-bottom: 30px;
}

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

.ftr-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    display: block;
}

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

.ftr-contact:last-child {
    margin-bottom: 0;
}

.ftr-contact i {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-right: 15px;
}

.ftr-contact span,
.ftr-contact span a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    display: block;
}

.ftr-contact span a {
    color: #ccc !important;
}

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

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

.ftr-links a {
    font-size: 14px;
    line-height: 22px;
    color: #ccc !important;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}

.ftr-links a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    pointer-events: none;
}

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

.ftr-bottom > .container {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.ftr-bottom span {
    font-size: 12px;
    line-height: 20px;
    color: #ccc;
}

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

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

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

.ftr-social a {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    transition: 0.2s ease 0s;
    color: #fff !important;
}

.ftr-social a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.navbar-toggler {
    display: block;
    font-size: 20px;
    border-radius: 0;
    border: none;
    background: #d61a0c;
    color: #fff;
    padding: 10px 15px;
}

.page-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(200 / 1200 * 100%);
}

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

.page-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.page-banner > div {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-banner > div > h1 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-banner > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner > div > div > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    position: relative;
    margin-right: 20px;
}

.page-banner > div > div > a:hover {
    text-decoration: underline !important;
}

.page-banner > div > div > a:last-child {
    margin-right: 0;
}

.page-banner > div > div > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    width: 20px;
    text-align: center;
    top: 1px;
    right: -20px;
}

.page-banner > div > div > a:last-child:after {
    content: none;
}

.about-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(600 / 1920 * 100%);
    margin-bottom: 30px;
}

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

.pagination {
    display: block;
    margin: 0;
    padding: 0;
}

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

.pagination ul li {
    display: block;
    margin-right: 5px;
}

.pagination ul li:last-child {
    margin-right: 0;
}

.pagination ul li a {
    padding: 5px 10px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #555;
    font-size: 14px;
    line-height: 20px;
}

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

.pagination ul li.active a {
    background: #d61a0c;
}

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

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

.article-img > div {
    position: absolute;
    top: 20px;
    right: 0;
    transform: skewX(-20deg) translate(100%, 0);
    background: #d61a0c;
    padding: 5px 15px;
    padding-left: 5px;
    transition: 0.4s ease 0s;
}

.article-img > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: -48px;
    width: 50px;
    height: 100%;
    background: #d61a0c;
    z-index: 2;
}

.article-img > div:after {
    content: "\f00e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -48px;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 4;
    transform: skewX(20deg);
    font-size: 16px;
}

.article-img > div span {
    display: block;
    transform: skewX(20deg);
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

.article-img:hover > div {
    transform: skewX(-20deg) translate(5px, 0);
}

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

.article-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
}

.article-title > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.article-title h2 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #222;
    margin: 0;
    margin-right: 10px;
    font-weight: 700;
}

.article-title span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #bbb;
}

.main-link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #d61a0c;
    font-weight: 600;
}

.main-link:hover {
    color: #8c7720 !important;
}

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

.inpage-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #d61a0c;
}

.inpage-title.text-center:before {
    left: 50%;
    transform: translate(-50%, 0);
}

.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;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #ddd;
    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: #fff !important;
    font-size: 16px;
}

#copy_box {
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease 0s;
}

#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 {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 0;
    background: #fff;
    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: #444 !important;
}

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

.modal-bottom {
    padding: 15px;
}

.tour-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #444;
    padding: 10px;
    margin-bottom: 20px;
}

.tour-item .ti-img {
    display: block;
    min-width: 400px;
    width: 400px;
    position: relative;
    overflow: hidden;
    padding-top: 200px;
}

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

.tour-item .ti-desc {
    padding: 0 15px;
    overflow: hidden;
}

.tour-item .ti-desc h2 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.tour-item .ti-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #eee;
}

.side-captcha {
    display: block;
    margin-bottom: 20px;
}

.msg-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #222;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.msg-box i {
    font-size: 16px;
    line-height: 18px;
    color: #bbb;
}

.msg-box span {
    font-size: 12px;
    line-height: 18px;
    display: block;
    font-weight: 600;
    color: #fff;
}

.msg-box.success i {
    color: #fff;
}

.msg-box.danger i {
    color: #fff;
}

.tag-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tag-box a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #555;
    transition: 0.2s ease 0s;
}

.tag-box a:hover {
    background: #444;
}

.tag-box a:before {
    content: "#";
}

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

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

.soru-header {
    display: block;
    color: #bbb !important;
    font-weight: 600;
    background: #404040;
    padding: 14px 12px;
    position: relative;
    padding-right: 30px;
    transition: 0.2s ease 0s;
}

.soru-header:hover {
    color: #fff !important;
}

.soru-header h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
}

.soru-header:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 13px;
    right: 12px;
    font-size: 14px;
}

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

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

.soru-body {
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.soru-body p {
    margin: 0;
    padding: 14px 12px;
    display: block;
}

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

.cpage-item i {
    width: 40px;
    height: 40px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #d61a0c;
    margin-bottom: 10px;
}

.cpage-item span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.cpage-item a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #eee !important;
}

.cpage-item a:hover {
    text-decoration: underline !important;
}

.center-title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
}

.center-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 2px;
    background: #d61a0c;
}

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

#map {
    width: 100%;
    height: 340px;
    border: solid 1px #222;
    border-radius: 0;
    overflow: hidden;
    background: #333;
}

hr {
    margin: 0;
    margin-bottom: 20px;
    border-color: #444;
}

.divider {
    margin: 0;
    margin-top: 40px;
    border: none;
    border-bottom: double 4px #222;
}

.stretch-row {
    align-items: stretch;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    counter-reset: step;
    overflow: hidden;
    margin-bottom: 20px;
}

.step-item {
    width: 100%;
    position: relative;
}

.step-item span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #222;
    position: relative;
}

.step-item:before {
    content: counter(step);
    counter-increment: step;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    border: solid 1px #bbb;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 10;
    margin-bottom: 5px;
    background: #bbb;
    border-radius: 5px;
}

.step-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -35%;
    width: 70%;
    border-bottom: solid 1px #bbb;
    transform: translate(0, -50%);
    margin-top: -12px;
    z-index: 2;
}

.step-item:last-child:after {
    content: none;
}

.step-item.active:before {
    color: #fff;
}

.step-item.active:before {
    background: #d61a0c;
    border-color: #d61a0c;
}

.rez-side {
    padding: 20px 22px;
    background: #fff;
    border: solid 1px #dedede;
    margin-bottom: 20px;
}

.rez-side .line {
    margin-bottom: 20px;
}

.rez-side .line .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rez-side .line:last-child {
    margin-bottom: 0;
}

#donusline .line {
    margin-bottom: 20px;
}

#donusline > small {
    font-size: 12px;
    line-height: 16px;
    color: #222;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.rez-side .line i {
    font-size: 20px;
    line-height: 24px;
    color: #444;
    margin-right: 5px;
    min-width: 30px;
}

.rez-side .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 35px;
    margin-top: 2px;
}

.rez-side .info small {
    font-size: 12px;
    line-height: 16px;
    color: #444;
    font-weight: 600;
}

.rez-side .line span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: block;
}

.rez-side .line small {
    display: block;
}

.rez-side > small {
    font-size: 12px;
    line-height: 16px;
    color: #222;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.rez-notify {
    padding: 5px 10px;
    background: #222;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.rez-notify i {
    font-size: 16px;
    line-height: 20px;
    color: #d61a0c;
    margin-right: 10px;
    position: relative;
}

.rez-notify span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    display: block;
}

.rc-item {
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.rc-text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
}

.rc-img {
    min-width: 300px;
    width: 300px;
    padding: 10px;
}

.rc-img-in {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: solid 1px #ddd;
    padding-top: calc(3 / 5 * 100%);
}

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

.rc-img span {
    font-size: 11px;
    display: block;
    text-align: center;
    color: #222;
    line-height: 16px;
    font-weight: 600;
}

.rc-info h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    display: block;
}

.rc-info .line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    color: #222;
    font-size: 12px;
    line-height: 18px;
}

.rc-info .line:last-child {
    margin-bottom: 0;
}

.rc-info .line > i {
    color: #d61a0c;
    font-size: 16px;
    line-height: 22px;
}

.rc-info .line:last-child {
    margin-right: 0;
}

.rc-info-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.rc-info {
    width: 100%;
    padding: 15px;
    margin-right: 10px;
}

.rc-select {
    text-align: center;
    min-width: 200px;
    text-align: center;
    min-width: 200px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fbfbfb;
    border-left: solid 1px #ddd;
}

.rcs-price {
    font-size: 30px;
    line-height: 36px;
    width: 100%;
    font-weight: 600;
    color: #d61a0c;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 2px;
    border-radius: 0;
}

.rc-select small {
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #222;
    display: block;
    margin-bottom: 10px;
}

.rc-select small.light {
    color: #d61a0c;
}

.rc-select .main-btn {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.rc-select small:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin-right: 4px;
}

.rc-select small.noicon:before {
    content: none;
}

.rc-item .notify {
    position: absolute;
    top: 20px;
    left: -10px;
    background: #cab03f;
    padding: 4px 8px;
    z-index: 10;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.rez-side-title h2 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
    margin: 0;
}

.rez-side-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 12px;
    background: rgba(0, 0, 0, 0.5);
    border: solid 1px #222;
    margin-bottom: 10px;
    border-radius: 0;
}

.rez-side-title i {
    margin-right: 5px;
    color: #fff;
}

.rez-side-box {
    border: solid 1px #ddd;
    border-radius: 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.rez-side-line {
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
}

.rez-car-line {
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
}

.rez-side-line span {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rez-car-line span {
    font-size: 14px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

.rez-car-line span:last-child {
    color: #222;
}

.rez-side-line span:first-child i {
    margin-right: 4px;
    font-size: 12px;
    color: #d61a0c;
    position: relative;
    top: 1px;
}

.rez-side-line span:first-child {
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    margin-right: 10px;
}

.rez-side-line span:last-child {
    text-align: right;
}

.rez-side-part > span {
    padding: 8px 12px;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    position: relative;
}

.rez-img-line {
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #222;
}

.rez-img-line img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
}

.price-side {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 22px;
    background: #d61a0c;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.price-side small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: 1;
    margin-bottom: 5px;
    font-weight: 600;
}

.price-side span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
}

.rez-form {
    margin-bottom: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #ddd;
}

.rez-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

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

.rf-title {
    padding: 0;
    margin-bottom: 15px;
    padding: 10px 20px;
    background: #fff;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -1px;
}

.rf-title span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
}

.rf-body {
    padding: 0;
}

.form-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin: 0;
    margin-bottom: 2px;
    font-weight: 500;
}

.form-label-margin {
    margin-top: 20px;
}

.rez-side-line.fiyat-item span:last-child {
    color: #fff;
}

.rf-notify {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #d61a0c;
}

.rf-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.extras {
    background: none;
}

.extras .line {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.extras .line:last-child {
    padding: 0;
    border: none;
}

.extra-img {
    min-width: 50px;
    width: 50px;
    position: relative;
    margin-right: 10px;
}

.extra-img-in {
    width: 100%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 0;
    border: solid 1px #222;
    background: #d61a0c;
}

.extra-img-in img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.extra-desc h2 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    color: #fff;
    margin: 0;
}

.extra-desc span {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    display: block;
}

.extra-desc .title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.extra-desc .title span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
}

.extra-desc {
    width: 100%;
}

.extra-select {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 150px;
}

.extra-select .form-group {
    margin-bottom: 0;
    width: 100%;
}

.extra-part {
    display: none;
}

.payment {
    background: #464646;
}

.payment-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.payment-tabs a {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #ccc !important;
    width: 100%;
    text-align: center;
    background: #555;
}

.payment-tabs a:hover {
    background: #505050;
}

.payment-tabs a.active {
    background: #464646;
    color: #d61a0c !important;
}

.payment-body {
    padding: 15px;
    background: #464646;
}

.rez-result {
    text-align: center;
}

.rez-result > i {
    color: #d61a0c;
    font-size: 50px;
    line-height: 56px;
    display: block;
    margin-bottom: 10px;
}

.rez-result p {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    display: block;
    margin-bottom: 10px;
}

.rez-result p b {
    font-weight: 600;
    color: #d61a0c;
}

.rez-result span {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.rez-result span b {
    font-weight: 600;
    color: #d61a0c;
}

.rez-result .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.rr-contact {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 10px;
}

.rr-contact a {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #464646;
    padding: 10px;
    color: #d61a0c !important;
}

.rr-contact a:hover {
    background: #555;
}

.rr-contact i {
    font-size: 14px;
    color: #d61a0c;
    min-width: 30px;
    background: #555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rezdet-item {
    margin-bottom: 10px;
}

.rez-form .part .inner {
    padding: 0 15px;
    padding-top: 10px;
}

.rezdet-item span {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
}

.rezdet-item p {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    margin: 0;
}

.rezdet-item span:first-child:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
}

.rezdet-item span:first-child {
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    min-width: 150px;
    max-width: 150px;
    position: relative;
}

.rezdet-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.rezdet-item .inner {
    padding: 15px;
}

.rez-form .part {
    background: #464646;
    display: block;
}

.rez-form .part > span {
    background: #404040;
    padding: 5px 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #d61a0c;
    position: relative;
}

.rezdet-item .highlight {
    color: #d61a0c;
}

.rez-sum-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 15px;
    border: solid 1px #222;
    border-radius: 8px;
}

.rez-sum-box i {
    color: #90ee90;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 10px;
}

.rez-sum-box span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.rez-sum-box span b {
    color: #d61a0c;
    font-weight: 600;
}

.rez-sum-box small {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin-bottom: 40px;
}

.rez-sum-box small b {
    color: #d61a0c;
    font-weight: 600;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    display: block;
    margin-top: 5px;
}

.rez-sum-box p {
    font-size: 12px;
    line-height: 18px;
    color: #eee;
    margin: 0;
}

.rez-sum-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.rez-sum-info a {
    display: block;
    margin: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #d61a0c !important;
}

.rez-sum-info a:hover {
    color: #8c7720 !important;
}

.rezsorgu-txt {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.reg-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.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(transparent 20%, rgba(0, 0, 0, 0.7) 80%);
    z-index: 2;
}

.reg-item > .img > .region {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    z-index: 10;
}

.reg-item > .img > .price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #fff;
    z-index: 10;
}

.reg-item > .desc {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 10px 15px;
}

.reg-item > .desc > h3 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.bcrumb {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: solid 1px #444;
}

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

.bcrumb .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bcrumb .links a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #eee !important;
    position: relative;
    margin-right: 20px;
}

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

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

.bcrumb .links a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    text-align: center;
    pointer-events: none;
}

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

.bcrumb h1 {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    color: #fff !important;
    text-align: left;
}

.bcrumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.side-blog-item {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-bottom: solid 2px #d61a0c;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    transition: 0.2s ease 0s;
}

.side-blog-item h3 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    margin: 0;
    transition: 0.2s ease 0s;
    position: relative;
    z-index: 4;
    width: 100%;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.side-blog-item:hover {
    transform: scale(1.05);
}

.side-blog-item h3:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    text-align: center;
}

.article-img > span {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
    overflow: hidden;
}

.contact-item > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: solid 1px #eee;
    width: 100%;
}

.contact-item > div i {
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    background: #d61a0c;
    color: #fff !important;
    margin-right: 10px;
}

.contact-item > div span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
}

.contact-item > span,
.contact-item > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
    padding: 10px 15px;
}

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

.ctxt {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
    color: #888;
    text-align: right;
    width: 100%;
}

.fixed-wa {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    font-size: 32px;
    line-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 999999;
}

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

.nt-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}

.nt-social a:last-child:after {
    content: none;
}

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

.lightback {
    background: #202020;
    padding: 40px 0;
}

.notify-box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #222;
    border-radius: 5px;
    overflow: hidden;
}

.notify-box i {
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d61a0c;
    background: #333;
    font-size: 20px;
    line-height: 26px;
}

.notify-box span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 15px 20px;
}

.rez-cars {
    margin-bottom: 30px;
}

.rc-spec {
    display: block;
    padding: 10px;
    background: #222;
    border-top: solid 1px #444;
}

.rc-spec span {
    display: block;
    font-size: 14px;
    line-clamp: 20px;
    color: #fff;
}

.rc-spec > div {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-right: 5px;
}

.gal-item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border: solid 4px #fff;
    padding: 1px;
    background: #bbb;
    border-radius: 5px;
}

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

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

.gal-item > div:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    transition: 0.4s ease 0s;
    opacity: 0;
}

.gal-item > div:after {
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 20px;
    line-height: 26px;
    opacity: 0;
    transition: 0.4s ease 0s;
}

.gal-item:hover > div:before,
.gal-item:hover > div:after {
    opacity: 1;
}

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

.comment-slider-container {
    width: 100%;
    position: relative;
}

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

.comment-slider-container > .tns-outer > .tns-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.comment-slider-container > .tns-outer > .tns-nav > button {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: none;
    border: solid 1px #d61a0c;
    margin: 0 5px;
    position: relative;
}

.comment-slider-container > .tns-outer > .tns-nav > button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d61a0c;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.comment-slider-container
    > .tns-outer
    > .tns-nav
    > button.tns-nav-active:after {
    opacity: 1;
}

.comment-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: 100%;
    padding: 20px;
    background: #222;
    margin-bottom: 30px;
    border-radius: 5px;
}

.comment-item > .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #d61a0c;
    font-weight: 600;
    margin-bottom: 10px;
}

.comment-item > p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
}

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

.comment-item > .main-btn {
    margin-top: 15px;
}

.comment-item.limited {
    align-items: center;
    text-align: center;
}

.comment-item.limited > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#returnbox,
#returnline {
    display: none;
}

#returnline.active {
    display: flex;
}

.support-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.support-box > i {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 5px;
}

.support-box > a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #444 !important;
    text-decoration: underline !important;
}

.support-box > a:hover {
    text-decoration: none !important;
}

.rcs-baby-line {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    background: #333;
    width: 100%;
    border-radius: 5px;
}

.rcs-baby-line > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.pline-item {
    padding: 10px;
    padding-bottom: 0;
    background: #333;
    border: solid 1px #111;
    border-radius: 5px;
    margin-bottom: 15px;
}

.pline-item .form-group {
    margin-bottom: 10px;
}

.iti__selected-dial-code {
    color: #222 !important;
    font-size: 16px;
    line-height: 22px;
}

.iti--separate-dial-code .iti__selected-flag {
    background: #f5f5f5;
    border-right: solid 1px #ddd;
}

.feedback-alert {
    display: block;
    text-align: center;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.feedback-small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin-top: 20px;
}

.main-search-form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0, -50%);
    pointer-events: none;
}

.main-search-form-in {
    display: block;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    border-radius: 5px;
    outline: solid 6px rgba(255, 255, 255, 0.4) !important;
    pointer-events: all;
}

.main-search-title {
    display: block;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.main-search-caption {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.sf-group {
    display: block;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

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

.sf-group.sf-icon > i {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border-radius: 3px;
    background: #d61a0c;
}

.sf-group input,
.sf-group textarea,
.sf-group .select2-container .select2-selection--single,
.sf-group .passenger-toggle {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    border: solid 2px #ddd;
    padding: 0 15px;
    border-radius: 5px;
    width: 100%;
    font-weight: 500;
}

.sf-group.sf-icon input,
.sf-group.sf-icon textarea,
.sf-group.sf-icon .select2-container .select2-selection--single,
.sf-group.sf-icon .passenger-toggle {
    padding-left: 50px;
}

.sf-group
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-search-form-row {
    margin-left: -5px;
    margin-right: -5px;
}

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

.sf-btn {
    height: 50px;
}

.navbar-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: solid 1px #d61a0c;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #d61a0c !important;
    text-transform: uppercase;
    transition: 0.2s ease 0s;
}

.navbar-btn > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    min-width: 24px;
    height: 24px;
    background: #d61a0c;
    border-radius: 3px;
    color: #fff;
    margin-right: 5px;
    transition: 0.2s ease 0s;
}

.navbar-btn:hover {
    background: #d61a0c;
    color: #fff !important;
}

.navbar-btn:hover > i {
    background: #fff;
    color: #d61a0c;
}

.sf-group .passenger-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000 !important;
}

.sf-group .dropdown .dropdown-menu.passenger-menu {
    min-width: 240px;
}

.main-slider-container {
    border-bottom: solid 10px #d61a0c;
}

.region-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border: solid 1px #ddd;
    border-bottom: solid 4px #d61a0c;
    background: #fff;
}

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

.region-item > .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.1) 50%
    );
    z-index: 2;
    transition: 0.2s ease 0s;
}

.region-item:hover > .img:before {
    opacity: 0;
}

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

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

.region-item > .content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.region-item > .content > .head > .airport {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.region-item > .content > .head > .title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.region-item > .content > .head > .title > a {
    color: #000 !important;
}

.region-item > .content > .head > .title > a:hover {
    text-decoration: underline !important;
}

.region-item > .content > .price {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: #d61a0c;
    padding: 5px 10px;
    border-radius: 5px;
}

.region-item > .bottom {
    padding: 10px;
    border-top: solid 1px #ddd;
}

.color-section {
    display: block;
    padding: 40px 0;
    background: #d61a0c;
    border-top: solid 10px rgba(0,0,0,0.1);
    border-bottom: solid 10px rgba(0,0,0,0.1);
}

.white-section {
    display: block;
    padding: 40px 0;
    background: #fff;
}

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

.badge-item > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    height: 80px;
    border: solid 6px rgba(255,255,255,0.2);
    outline: solid 2px #fff !important;
    border-radius: 50%;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.badge-item > .title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}

.badge-item > .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
}

.badge-item > .desc {
    display: block;
    font-size: 11px;
    line-height: 17px;
    color: #ddd;
}

.blog-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.blog-item > .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    border: solid 1px #ddd;
}

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

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

.blog-item > .content {
    padding: 0 5px;
}

.blog-item > .content > .date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
    color: #222;
}

.blog-item > .content > .date > i {
    margin-right: 4px;
}

.blog-item > .content > .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #bbb;
    position: relative;
}

.blog-item > .content > .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #d61a0c;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.blog-item > .content > .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.blog-item:hover > .content > .title:before {
    width: 100%;
}

.sf-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.form-box {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
}