body {
    font-family: poppins, sans-serif;
}

header {
    margin-top: 25px;
    margin-bottom: 25px;
}

a:hover {
    text-decoration: none;
}

.abune, .abune:hover {
    position: absolute;
    background-color: #FF910D;
    right: 14px;
    top: 0;
    color: white;
}

.logo img {
    width: 70%;
}

.top-menu li a {
    color: #646464;
}

.top-menu li a:hover {
    color: #7c62e3;
}

.top-menu li {
    margin-right: 20px !important;
    margin-top: 10px;
    font-size: 14px;
}

.mobile-bar {
    display: none;
}

.mobile-menu {
    position: fixed;
    background: white;
    left: -4000px;
    top: 0;
    width: 330px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100vh;
    z-index: 99999;
    box-shadow: 4px 0 4px -2px #bbb9b9;
}

.country-flags img {
    width: 35px;
    height: 24px;
    object-fit: contain;
}

.mobile-menu li {
    margin-bottom: 15px;
}

.top-menu ul {
    margin-top: 3px;
}

.shop-cart {
    text-align: right;
    font-size: 14px;
    margin-top: 13px;
    display: inline-block;
    float: right;
}

.shop-cart a {
    color: #646464;
    display: inline-block;
    margin-bottom: 4px;
}

.shop-cart a:hover {
    color: #FF910D;
}

video {
    width: 100% !important;
    height: 600px;
    object-fit: cover;
}

.mobile-photo img {
    display: none;
}

.more-detail {
    background: #242b58;
    padding-top: 10px;
    padding-bottom: 20px;
}

.inform-part img {
    width: 35px;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inform-part {
    text-align: center;
}

.inform-part p {
    font-size: 13px;
    color: white;
    margin-bottom: 0;
}

.more-detail hr {
    border-top: 1px solid gainsboro !important;
}

.more-detail {
    margin-top: -7px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*Fun begins*/
.tab_container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}

input, section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.tab_container {
    border-radius: 4px;
    border: 1px solid gainsboro;
    padding-right: 0;
    padding-left: 0;
}

.tab_container label {
    font-size: 17px;
    display: block;
    float: left;
    width: 20%;
    padding: 1em;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
    background: rgb(220 220 220 / 62%);
    text-align: center;
    border-right: 2px solid white;
}

.tab_container label:nth-child(10) {
    border-right: 0 !important;
}

.tab_container label a {
    color: #646464;
}

.tab_container label i {
    margin-right: 8px;
}

.tab_container label:nth-child(2) i {
    margin-right: 8px;
    transform: rotate(270deg);
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
    padding: 20px;
    padding-bottom: 5px;
    background: #fff;
    color: #999;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
    text-align: center;
}

.tab_container [id^="tab"]:checked + label {
    font-weight: 700;
    background: #7c62e3;
    color: white;
}

.tab_container [id^="tab"]:checked + label .fa {
    color: #7c62e3;
}

label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
}

.tab_container label:hover {
    color: #7c62e3;
}

.tab_container label a:hover {
    color: #7c62e3;
}

/*Media query*/
@media only screen and (max-width: 900px) {
    label span {
        display: none;
    }

    .tab_container {
        width: 98%;
    }
}

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.no_wrap {
    text-align: center;
    color: #5390b3;
}

.link {
    text-align: center;
}

.search-part span {
    font-size: 14px;
    color: black;
    display: inline-block;
    margin-bottom: 5px;
}

#first label, #second label {
    width: 65%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
}

#first, #second {
    /*border-top: 1px solid gainsboro;*/
    /*padding-top: 50px;*/
    /*padding-bottom: 30px;*/
}

.choise input {
    height: 0;
    width: 0;
    visibility: hidden;
}

.choise label {
    cursor: pointer;
    text-indent: -9999px;
    width: 200px;
    height: 100px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.choise label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50%;
    height: 72%;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.choise input:checked + label {
    background: #7c62e3;
}

.choise input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.choise label:active:after {
    width: 130px;
}


.choise-2 label {
    cursor: pointer;
    text-indent: -9999px;
    width: 200px;
    height: 100px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.choise-2 label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50%;
    height: 72%;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.choise-2 input:checked + label {
    background: #7c62e3;
}

.choise-2 input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.choise-2 label:active:after {
    width: 130px;
}

.send button {
    border: none;
    background: #FF910D;
    color: white;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 15px;
}

button:focus {
    outline: none;
}

.send button:hover {
    background: #cc6f00;
}

.search-title {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 0.5px;
    color: #ff910d;
}

.tours {
    overflow: hidden;
}

.tours img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 170px;
    object-fit: cover;
}

.tours a {
    position: relative;
}

.tours-content h4 {
    font-size: 21px;
    padding-top: 10px;
    color: #7c62e3;
    height: 60px;
}

.tours-content {
    border: 1px solid gainsboro;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    height: 255px;
    background: white;
}

.tours-content strong {
    background: #003580;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    float: left;
}

.tours-content small {
    font-size: 11px;
    color: #646464;
    float: left;
    margin-left: 5px;
}

.tours-content small:nth-child(3) {
    margin-top: 6px;
    color: black;
}

.tours-content p {
    font-size: 11px;
    margin-bottom: 3px;
}

.tours-content b {
    margin-right: 4px;
}

.price {
    margin-bottom: 20px;
    text-align: right;
    margin-top: 10px;
    bottom: 22px;
    position: absolute;
    right: 29px
}

.price del {
    color: grey;
    font-size: 14px;
    margin-right: 5px;

}

.price mark {
    background: #ff910d;
    color: white;
    border-radius: 4px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 18px;
}

.blog-title {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    color: #ff910d;
}

.blog-title span {
    color: #7c62e3;
}

.all-tours a {
    background: #7c62e3;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    margin-bottom: 55px;
    display: inline-block;
}

hr {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.tours-back {
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 20px
}

.owl-dots button:before {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

 .owl-dots .owl-dot span {
    margin: auto !important;
}

 .owl-dots .owl-dot {
    width: 12.5%;
}

.cars img {
    width: 800px !important;
    margin: auto !important;
    margin-top: 60px !important;
    height: 300px;
    object-fit: contain;
}

.line {
    margin-bottom: -38px !important;
    margin-top: 80px !important;
}

 .owl-dots .owl-dot.active span {
    background: #ff910d !important;
}

.cars-items {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
    color: #646464;
    margin-bottom: 40px;
}

.size {
    margin-top: 40px;
    margin-bottom: 40px;
}

.booking {
    text-align: center;
}

.booking img {
    width: 80px;
    height: 80px;
}

.booking p {
    font-size: 13px;
    margin-top: 15px;
    color: #646464;
    letter-spacing: 0.5px;
    padding-left: 20px;
    padding-right: 20px;
}

.directions {
    color: black;
    display: block;
    border-bottom: 1px solid gainsboro;
}

.directions:last-child {
    border-bottom: none;
}

.directions div:nth-child(1) {
    display: inline-block;
    width: 70%;
    font-size: 14px;
    background: white;
}

.directions div:nth-child(2) {
    display: inline-block;
    width: 29.2%;
    font-size: 14px;
}

.table-set {
    border: 1px solid gainsboro;
    border-radius: 4px;
}

.directions p {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.down-p {
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.blogs span {
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.blogs h4 {
    font-size: 21px;
}

.all-tours a:hover {
    background: #623fec;
}

.m-down a {
    margin-bottom: 20px;
}

.subscribe {
    background: #7c62e3;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.subscribe p {
    margin-bottom: 0;
    margin-top: 7px;
}

#subs input {
    width: 80%;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: white;
}

#subs input:focus {
    border-color: white !important;
    box-shadow: none;
}

#subs button {
    width: 20%;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #ff910d;
    color: white;
    border-color: #ff910d;
}

#subs button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ff910d !important;
}

.subs-text p {
    margin-top: 6px;
}

#subs button:hover {
    background: #cc6f00;
    border-color: #cc6f00;
}

.footer-logo img {
    margin-bottom: 20px;
    width: 127px;
}

.blogs .tours-content {
    height: auto;
}

.footer-logo p {
    font-size: 13px;
    color: #646464;
}

.footer-menu {
    font-size: 12px;
}

.footer-menu li a {
    color: #646464;
    margin-right: 10px;
}

.footer-menu li a:hover {
    color: #ff910d;
}

.socials img {
    width: 25px;
    height: 25px;
    margin-right: 14px;
}

.payment-logo img {
    width: 250px;
}

.payment-logo .paypal {
    width: 40px;
    margin-left: 10px;
}

.rankings {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.langs {
    border-color: gainsboro;
    border-radius: 3px;
    margin-left: 10px;
}

.cut {
    font-size: 15px;
    color: #7c62e3;
}

select:focus {
    outline: none;
}

.label-title {
    position: absolute;
    top: -47px;
    right: -37px;
    border: 1px solid red;
    width: 200px;
    text-align: center;
    font-size: 18px;
    background: red;
    color: white;
    transform: rotateZ(35deg);
    height: 34px;
}

.label-title span {
    display: inline-block;
    margin-top: 3px;
    margin-left: 10px;
}

#currence {
    margin-top: -6px;
}

#currence select {
    border-color: gainsboro;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}


/*TOURS PAGE SECTION*/

.price-range-slider {
    width: 100%;
    float: left;
    border-bottom: 1px solid gainsboro;
}

.mob-filter {
    display: none;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
    display: inline-block;
    text-align: right;
    width: 80%;
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
    margin-bottom: 30px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #7c62e3;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #7c62e3;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle + span {
    background: #7c62e3;
}

.range-value input {
    display: block;
}

#slider-range span:focus {
    outline: none !important;
}

.price-range-slider input:focus {
    outline: none;
}

.filter {
    background: white;
    border: 1px solid gainsboro;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.range-value strong {
    float: left;
    display: inline-block;
    margin-top: 30px;
    width: 20%;

}

.filter-parts strong {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}


.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;

}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #7c62e3;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #7c62e3;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.filter-lines {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 5px;
}

.fa-star {
    color: #ff910d;
}

.side-filter {
    width: 35%;
    float: right;
    margin-bottom: 30px;
}

.all-tourses .tours-content h4 {
    font-size: 19px;
}

.modal-3 a {
    margin-left: 3px;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.modal-3 a.active {
    background-color: #ff910d;
}

.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: black;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}

.pagination a.active {
    cursor: default;
    color: white;
}

.pagination a:active {
    outline: none;
}

select:hover {
    cursor: pointer;
}

.create-package a {
    font-size: 12px;
    color: #ff910d;
}

.create-package {
    margin-bottom: 10px;
}


/*SINGLE PAGE SECTION*/

.fotorama__stage {
    overflow: visible;
}

.fotorama__nav::before, .fotorama__nav::after {
    background-image: none;
}

.fotorama__arr {
    top: auto;
    bottom: -58px;
    width: 17px;
    height: 17px;
    margin-top: 0;
    background: transparent;
    border-top: 3px solid black;
    border-right: 3px solid black;
    border-radius: 2px;
    box-shadow: 2px -2px 0 white;
}

.fotorama__wrap--css3 .fotorama__arr--prev {
    left: 4px;
    transform: translate3d(0, -50%, 0) rotate(-135deg);
    display: none !important;
}

.fotorama__wrap--css3 .fotorama__arr--next {
    right: 4px;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    display: none !important;
}

.fotorama__thumb {
    box-sizing: border-box;
    border: 1px solid white;
}

.fotorama__thumb-border {
    border-style: solid;
    border-color: #ff910d;
}

.fotorama__stage__frame img {
    object-fit: cover;
}

.fotorama__stage__frame img {
    width: 100% !important;
    left: 0 !important;
}

.breadcrumb {
    background: none;
}

.breadcrumb li {
    font-size: 14px;
}

.breadcrumb li a {
    color: #ff910d;
}

.single-content {
    border: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: auto !important;
}

.single-content h4 {
    height: auto;
    font-size: 19px;
    margin-left: 2px;
}

.tour-inform {
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.tour-inform h5:first-child {
    color: #7c62e3;
}

.tour-inform {
    color: #646464;
    letter-spacing: 0.5px;
}

.meeting-map h4 {
    color: #7c62e3;
    margin-top: 20px;
    margin-bottom: 10px;
}

.meeting-map h4 i {
    margin-right: 5px;
}

.meeting-map iframe {
    width: 100% !important;
}

.recommend {
    border-top: 1px solid gainsboro;
    margin-top: 45px;
    padding-top: 30px;
}

.sidebar {
    background: white;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar h6 {
    color: #7c62e3;
    margin-bottom: 10px;
}

.ui-datepicker th {
    color: #7c62e3;
}

.ui-datepicker td a {
    text-align: center;
}

.ui-widget-header {
    background: #f6f6f6;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
}

.ui-state-default:hover {
    background: #ff910d;
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    color: #ff910d;
}

.ui-state-active:hover, .ui-widget-content .ui-state-active:hover {
    color: white;
}

.ui-datepicker {
    width: 100%;
}

.passengers:focus {
    box-shadow: none;
    border-color: gainsboro;
}

.total-price {
    margin-top: 20px;
}

.total-price strong {
    float: right;
}

.start a, .start button {
    background: #ff910d;
    color: white;
    display: block;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
    margin-top: 20px;
}

.guide label {
    width: 65px;
    height: 25px;
}

.guide label:after {
    top: 4px;
    width: 40%;
}

.guide-lang p {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 14px;
}

.guide-lang {
    display: none;
}

.advantage {
    background: white;
    margin-top: 15px;
    padding: 15px;
    font-size: 14px;
}

.advantage h4 {
    margin-bottom: 20px;
}

.advantage li {
    margin-bottom: 13px;
    color: #646464;
}

.advantage li i {
    margin-right: 4px;
    color: #7c62e3;
}

.advantage .fa-minus-square {
    color: red;
}

/*PASSENGER-DETAILS SECTION*/

.pass-details label {
    margin-top: 20px;
    color: #646464;
    font-size: 14px;
    display: block;
}

.pass-details {
    padding-bottom: 40px;
    padding-top: 20px;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.12), 0 0 0 -1px rgba(0, 0, 0, 0.3)
}

.side-img img {
    width: 100%;
    margin-top: 10px;
    height: auto;
    border-radius: 4px;
}

.side-booking {
    background: #7c62e3;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    margin-top: 20px;
    border-radius: 4px;
    padding-bottom: 20px;
}

.side-content p {
    margin-bottom: 0;
    margin-top: 5px;
}

.side-content small {
    font-size: 12px;
}

.side-inform div:nth-child(even) {
    text-align: right;
}

.side-inform span {
    font-size: 12px;
}

.side-inform small {
    font-size: 11px;
}

.side-price p {
    font-size: 18px;
}

.promo-cod button {
    position: absolute;
    top: -20px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pass-details {
    background: white;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*ORDER_CHECK PAGES SECTION*/

.radios input:checked ~ .control__indicator:after {
    display: block;
    background: white;
    width: 7px;
    height: 7px;
    right: 5px;
    border-radius: 50px;
    top: 5px;
}

.radios {
    color: black !important;
}

.accept {
    margin-top: 25px !important;
}

.accept a {
    color: #7c62e3;
}

/*ORDER-CAR SECTION*/

.transfer-title {
    margin-top: 20px;
}

.cars-left img {
    width: 100%;
    height: 127px;
    object-fit: contain;
}

.cars-left small {
    color: #646464;
    font-size: 12px;
}

.car-check {
    background: white;
    padding: 20px;
    margin-top: 17px;
    border-radius: 4px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.12), 0 0 2px -1px rgba(0, 0, 0, 0.3);
}

.cars-left p {
    font-size: 14px;
}

.cars-middle span {
    font-size: 14px;
    display: inline-block;
    color: #646464;
    margin-bottom: 5px;
}

.car-check .col-md-3 {
    border-left: 1px solid gainsboro;
}

.more-inf {
    display: inline-block;
    margin-top: 38px;
    color: #7c62e3;
}

.price-inf {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 40px;
}

.price-inf mark {
    background-color: white;
    color: #7c62e3;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.price-inf p {
    color: #7c62e3;
}

.more-inf:hover {
    cursor: pointer;
    text-decoration: underline;
}

.more-inform {
    display: none;
}

.more-inform span {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 5px;
    margin-bottom: 17px;
}

.more-inform i {
    margin-right: 5px;
}

.more-inform small {
    font-size: 12px;
}

.for-toggle {
    display: flex;
    transition: 1s;
}

/*ORDER-CAR-DETAILS SECTION*/

.last-part {
    display: block;
    width: 50%;
    background: #dcdcdc;
    color: #646464;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 7px;
    float: left;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.baby-part {
    width: 50%;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*ABOUT US SECTION*/

.about {
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-radius: 5px;
}

/*BLOG-SINGLE SECTION*/

.blog-single-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
}

.blog-single-img p {
    font-size: 15px;
}

/*M.I.C.E SECTION*/

.mice-content p {
    font-size: 15px;
}

.mice-content {
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 2px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.12), 0 0 0 -1px rgba(0, 0, 0, 0.3);
    background-size: contain;
}

.back-img {
    background: url(../img/point.png);
    background-size: contain;
}

/*PRIVACY SECTION*/

.privacy {
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 2px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.privacy p {
    font-size: 15px;
}

/*SINGLE-2 SECTION*/

.create-pack {
    margin-top: 15px;
    background: white;
    padding: 30px;
    text-align: center;
    padding-bottom: 40px;
    border-radius: 5px;
}

.create-pack a {
    background: #ff910d;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-size: 15px;
}

.create-pack a:hover {
    background: #e88916;
}

.create-pack h4 {
    margin-bottom: 20px;
}

/*LOGIN AND REGISTER POPUP*/

.modal .modal-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.modal .form-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.modal .form-control {
    border-radius: 0 0.25rem 0.25rem 0;
    border-left: 1px;
}

.modal i {
    color: #000;
    padding: 10px;
    min-width: 50px;
    text-align: center;
    background: #fff;
    border-radius: 0.25rem 0 0 0.25rem;
    border: 1px solid #ced4da;
    border-right: 0;
}

.modal .modal-content {
    background: #000;
    color: #fff;
}

.modal .modal-header {
    display: block;
}

.modal .modal-header .close {
    padding: 1rem;
    margin: -4rem -1rem -1rem auto;
    color: #fff;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: #8e8282;
    text-decoration: none;
    opacity: 0.75;
}

.modal .modal-connect .social_login {
    display: grid;
}

.modal .modal-connect .social_login a {
    margin: 10px;
    height: 42px;
}

.modal .modal-connect .social_login a img {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 32px;
    height: 32px;
}

.modal .modal-connect .buttons .button {
    width: 38%;
    background: #ff910d;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.modal .modal-connect .buttons .button:hover {
    background: #e6840e !important;
}

.modal .modal-login h2 {
    font-weight: 300;
    text-transform: uppercase;
}

.modal .modal-login .form-check {
    text-align: left;
    margin-top: 1rem;
}

.modal .modal-login .form-group:last-child {
    display: block;
    height: 45px;
}

.modal .modal-login .form-group .btn-dark {
    position: absolute;
    left: 0;
    top: 10px;
}

.modal .modal-login .form-group .btn-style {
    width: 40%;
    position: absolute;
    right: 0;
    top: 10px;
    background: #ff910d;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.btn-style {
    background: #ff910d;
    border: none;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.btn-style:hover {
    background: #e6840e;
}

.modal .modal-register h2 {
    font-weight: 300;
    text-transform: uppercase;
}

.modal .modal-register .form-group:last-child {
    display: block;
    height: 45px;
    text-align: right;
}

.modal .modal-register .form-group .btn-dark {
    position: absolute;
    left: 0;
    top: 0;
}

.modal .modal-register .form-group .btn-primary {
    width: 40%;
    position: absolute;
    right: 0;
    top: 10px;
}

.modal .modal-footer button:first-child {
    text-align: left;
}

.modal-body .form-control:focus {
    outline: none !important;
    box-shadow: none;
}

.modal-login,
.modal-register {
    display: none;
}


/*MOBILE PART*/

@media screen and (max-width: 1200px) {
    .inform-part p {
        font-size: 12px;
    }

    .tab_container label a {
        font-size: 15px;
    }

    .tab_container label {
        font-size: 15px;
    }

    .directions div:nth-child(1) {
        width: 69%;
    }
}

@media screen and (max-width: 992px) {
    .pc-menu {
        display: none;
    }

    .mobile-bar {
        display: inline-block;
    }

    .mobile-bar:hover {
        cursor: pointer;
    }

    #currence {
        display: none;
    }

    .mobile-bar i {
        font-size: 28px;
    }

    .close-m {
        text-align: right;
        margin-right: 15px;
        margin-top: 15px;
        font-size: 22px;
    }

    .close-m:hover {
        cursor: pointer;
    }

    .l-400 {
        left: 0 !important;
        transition: 300ms;
    }

    .l-0 {
        left: -4000px !important;
        transition: 300ms;
    }

    .currency select {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tab_container label a {
        font-size: 12px;
    }

    .tab_container label {
        font-size: 12px;
    }

    .search-part span {
        font-size: 12px;
    }

    .directions div:nth-child(1) {
        width: 63%;
        font-size: 12px;
    }

    .directions div:nth-child(2) {
        width: 35%;
        font-size: 12px;
    }

    .all-blogs .col-md-6:nth-child(3) {
        display: none;
    }

    .cars img {
        width: auto !important;
    }

    .side-blogs {
        display: none;
    }

    .contact-side {
        display: none;
    }

    .mob-filter {
        display: block;
    }

    .pc-filter {
        display: none;
    }

    .mob-filter p {
        border: 1px solid gainsboro;
        text-align: center;
        padding: 12px;
        border-radius: 5px;
    }

    .mob-filter p:hover {
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    .mobile-photo img {
        display: block;
        width: 100%;
    }

    .mobile-photo video {
        display: none;
    }

    .most-inform .col-4 {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .search-part span {
        display: block;
    }

    .tours-content h4 {
        font-size: 18px;
    }

    .booking {
        margin-bottom: 45px;
    }

    .cars img {
        width: 450px !important;
    }

    .down-p .pl-0 {
        padding-left: 15px !important;
        margin-bottom: 20px
    }

    .down-p .pr-0 {
        padding-right: 15px !important;
    }

    .footer-logo img {
        height: auto;
    }

    .footer-menu, .socials, .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }

    #CDSWIDSSP {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .payment-logo img {
        margin-top: 0;
    }

    .search-part span {
        margin-top: 10px;
    }

    .cars-left {
        margin-bottom: 35px;
    }

    .cars-middle span {
        display: block;
    }

    .car-check .col-md-3:nth-child(2) {
        border-left: 0;
    }

    .more-inf {
        margin-top: 44px;
    }

    .side-inform div:nth-child(even) {
        text-align: unset;
    }

    .mob-down {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {
    .inform-part img {
        width: 28px;
        height: 28px;
    }

    .search-title h4 {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-dots button::before {
        font-size: 11px !important;
    }

    .cars-items {
        font-size: 12px;
    }

    .blog-title h2 {
        font-size: 28px;
    }

    .send h1 {
        font-size: 27px;
    }

    .subscribe p {
        font-size: 14px;
    }

    .cars-middle span i {
        display: none;
    }

    .pass-details h4 {
        font-size: 20px;
    }

    .side-filter {
        width: 43%;
    }
}

@media screen and (max-width: 576px) {
    .cars img {
        width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    .transfer, .line {
        /*width: 600px;*/
    }

    .tab_container label i {
        margin-right: 0;
    }
}

@media screen and (max-width: 420px) {
    .directions div:nth-child(1) {
        width: 59%;
        font-size: 11px;
    }

    .directions div:nth-child(2) {
        width: 39%;
        font-size: 11px;
    }
}

@media screen and (min-width: 992px) {
    .payment-logo {
        margin-top: 136px;
    }
}

