@import url('../fontawesome/css/all.min.css');
@font-face {
  font-family: "fontAwesome";
  src:
    local("fontAwesome"),
    url("../fontawesome/webfonts/fa-solid-900.woff")  format("woff");
    
}
html,
body {
    height: 100%;
}

.top-area {
    background-color: #fff;
    	z-index: 99;
}

.header-area .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.main-menu .nav li a {
    color: #112e73;
}

.header-area .logo img {
    width: 100%;
    position: absolute;
    top: 100%;
    transform: translate(0, -31%);
}

.is-sticky .header-area:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.is-sticky .logo img {
    width: 80%;
}

.is-sticky .main-menu .nav li a {
    padding: 11px 0 29px;
    color: #565a5c;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.is-sticky .main-menu .nav li.active a,
.is-sticky .main-menu .nav li a:hover,
.is-sticky .main-menu .nav li a:focus {
    color: #00d8ff;
    background-color: transparent;
}

.single-trip-circle input[type="checkbox"] {
    display: none;
}

.single-trip-circle input[type="checkbox"]+label {
    color: #565a5c;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 17px;
    margin-left: 0px;
}

.single-trip-circle input[type="checkbox"]+label span.round-boarder {
    border: 2px solid #aaa;
}

.single-trip-circle input[type="checkbox"]+label span.round-boarder {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 30%;
}

.single-trip-circle input[type="checkbox"]+label span.round-boarder1 {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -13px 0px 0 1px;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 30%;
}

.single-trip-circle input[type="checkbox"]+label span.round-boarder1,
.single-trip-circle input[type="checkbox"]:checked+label span.round-boarder1 {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

.single-trip-circle input[type="checkbox"]:checked+label span.round-boarder1 {
    background-color: #112d73;
}

.single-trip-circle:nth-child(3) {
    display: flex;
    margin-left: 42px;
}

.single-trip-circle:nth-child(4) {
    display: block;
    /* float: right; */
    /* position: relative; */
    margin-right: 0;
    margin-left: auto;
}


/* .foot-icons p {
    color: #aaa;
    font-size: 16px;
    margin-top: 0;
}

.foot-icons p a,
.foot-icons p a:hover,
.foot-icons p a:focus {
    color: #35b1ff;
    font-size: 16px;
    margin-top: 15px;
}

.footer-copyright {
    background: #f9f9f9;
    padding: 0 0 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent;
} */

.single-package-item-txt .about-btn {
    margin-top: 39px;
}

.about-us2 {
    box-shadow: 0 2px 40px #0000007d;
    height: auto;
    min-height: 250px;
}

.rsvstrap-form {
    margin-bottom: 0px;
    padding: 25px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 80px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.ricerca-effettuata p {
    margin: 0;
    color: #a7a7a7;
    font-size: 14px;
}

.modify_search .single-trip-circle input[type="radio"]+label {
    color: #fff !important;
}

.modify_search .single-trip-circle input[type="radio"]+label span.round-boarder {
    border: 2px solid #fff;
}

.modify_search .single-trip-circle input[type="radio"]+label span.round-boarder1 {
    border: 1px solid transparent;
    background-color: transparent;
}

.modify_search .single-trip-circle input[type="radio"]:checked+label span.round-boarder1 {
    background-color: #ffffff !important;
}

.modify_search h5 {
    color: #fff !important;
}

.packages {
    padding: 50px 0 50px;
}

.footer-content {
    padding: 50px 0;
}

.foot-icons {
    margin-top: 30px;
}

.footer-copyright {
    padding: 0 0 20px;
}

.foot-icons .footer-social-links a {
    width: 40px;
    line-height: 40px;
    height: 40px;
}

.foot-icons p {
    margin-top: 0px;
}

.single-footer-item h2 {
    margin-bottom: 20px;
}

.custom-select select {
    color: #aaa;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    height: 40px;
}

.custom-select:after {
    position: absolute;
    content: "\f107";
    right: 0px;
    top: 0;
    font-size: 18px;
    color: #aaa;
    background: #f9f9f9;
    font-family: "fontAwesome";
    pointer-events: none;
    border: 1px solid #d7d7d7;
    border-bottom: transparent;
    padding: 6.5px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 4px;
}

.img-cont img {
    width: 30px;
}

.single-package-item-txt {
    /* padding: 0; */
}

.single-package-item h3 {
    /* position: relative; */
    /* font-size: 15px; */
    /* color: #565a5c; */
    /* font-weight: 500; */
    /* font-family: 'Poppins', sans-serif; */
    /* padding: 7px 0; */
    /* background-color: #ececec; */
}

.packages-para strong {
    color: #222222;
    font-weight: 500;
}

.centered {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    text-align: center;
    line-height: 18px;
}

.htl-list .single-package-item {
    display: flex;
    padding-bottom: 0;
}

.htl-list .single-package-item h3:after {
    display: none;
}

.htl-list .single-package-item h3 {
    padding: 20px 0 10px;
    font-size: 18px;
}

p.rate {
    color: #112c73;
}

.hotel-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hotel-img {
    height: 450px;
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: 8px;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #112c73 !important;
    font-size: 25px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.single-package-item {
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.overlay-descr {
    float: left;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    -webkit-box-shadow: inset 0px -52px 90px -20px rgb(255 255 255);
    -moz-box-shadow: inset 0px -52px 90px -20px rgb(255, 255, 255, 1);
    box-shadow: inset 0px -52px 90px -20px rgb(255 255 255);
}

.pax .travel-check-flight:after {
    display: none;
}

.step {
    margin-bottom: 4em;
}

.pizzaro-order-steps {
    text-align: center;
    margin-bottom: 5em;
}

.pizzaro-order-steps ul {
    margin: 0;
}

.pizzaro-order-steps ul li {
    display: inline-block;
    color: #112c73;
    font-size: 0.875em;
    margin-bottom: 2em;
    font-weight: 500;
}

.cart .step {
    border-color: #13a0dc !important;
    background-color: #112c73 !important;
}

.pizzaro-order-steps ul .checkout .step {
    border-color: #13a0dc !important;
    background-color: #13a0dc !important;
    color: #fff;
    font-weight: bold;
}

li .step {
    position: relative;
}

.pizzaro-order-steps ul li .step {
    display: block;
    width: 48px;
    height: 48px;
    padding: 16px 6px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 1.143em;
    font-weight: normal;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    color: #2b2b2d;
}

.pizzaro-order-steps ul .cart .step {
    background-color: #22362b;
    font-weight: bold;
    color: #fff;
}

.pizzaro-order-steps ul li .step::after {
    content: " ";
    width: 170px;
    height: 5px;
    display: block;
    background-color: #ebeaef;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    z-index: -1;
}

.pizzaro-order-steps ul li+li .step::before {
    content: " ";
    width: 200px;
    height: 5px;
    display: block;
    background-color: #ebeaef;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    z-index: -1;
}

.pizzaro-order-steps ul li+li {
    padding-left: 0;
}

.pizzaro-order-steps ul li+li .step {
    position: relative;
}

.pizzaro-order-steps ul li:last-child .step::after {
    content: " ";
    width: 0px;
}

.bg-steps {
    height: 75px;
    width: 75px;
    margin: 0 auto 5px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    border: 2px solid #ddd;
}

.about-img {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.subscribe.about .about-btn {
    margin-top: 40px;
}

.about-us-txt h3 {
    color: #fff;
    /* text-shadow: 0 0 5px #000000b0; */
    text-shadow: 2px 0 #112c73, -2px 0 #112c73, 0 2px #112c73, 0 -2px #112c73, 1px 1px #112c73, -1px -1px #112c73, 1px -1px #112c73, -1px 1px #112c73;
    font-weight: 600;
    text-transform: inherit;
    font-size: 35px;
}


/*tabs*/

.hidden-content {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

.tab input {
    vertical-align: middle;
}

.tab label {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 4px;
    font-weight: 500;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
    font-size: 13px;
}

.tab label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

.tab label:hover {
    color: #888;
    cursor: pointer;
}

.filter {
    margin-bottom: 15px;
}


/* .tab input:checked+label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #e10a15;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    background-color: transparent;
} */

.tab-label {
    background-color: #ececec;
    width: 100%;
    color: #e10a15 !important;
    border: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 15px !important;
}

.tab-riepilogo {
    color: #555 !important;
    border: 1px solid #ddd !important;
    border-top: 2px solid orange !important;
    border-bottom: 1px solid #fff !important;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4 {
    display: block;
}

.tab strong {
    font-weight: bolder;
    color: #153684;
}


/* input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
  font-size: 18px;
}*/

input[type="checkbox"]:checked+.label-text {
    padding: 0.2em 0.6em;
    border-radius: 5px;
    background-color: #6cd0ff;
    color: #fff;
}

input[type="checkbox"]+.label-text {
    padding: 0.2em 0.6em;
    border-radius: 5px;
    background-color: #ddd;
    color: #fff;
}

input[type="checkbox"]:disabled+.label-text:before {
    content: "\f0c8";
    color: #ccc;
}


/* end */

.travel-check-name:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    font-size: 18px;
    color: #aaa;
    background: transparent;
    font-family: "fontAwesome";
    pointer-events: none;
    border: 0;
    border-bottom: transparent;
    padding: 10px 8px;
}

.packages-para {
   padding: 5px 0 !important;
    /* text-transform: capitalize; */
}

.packages-para p {
    font-size: 13px !important;
    margin-bottom: 8px;
}
.packages-para hr {
    margin-top: 10px;
    margin-bottom: 10px;
   
}

.radio-div {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: -24px;
}

.radio-div label {
    font-size: 25px;
}

.form-check2 input[type="radio"] {
    position: absolute;
    right: 9000px;
}

input[type="radio"]+.label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="radio"]:checked+.label-text:before {
    content: "\f058";
    color: #2dabce;
    animation: effect 250ms ease-in;
}

.is-sticky .header-area {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
}

.flight-result .row-flex {
    border-bottom: 2px solid #6f6f6f;
}

.flight-result .row-flex:last-child {
    border-bottom: 0;
}

.dett {
    border-bottom: 1px solid #e30000;
    background-color: #f3f3f3;
}

.no-padding {
    padding: 0;
}

.price-up {
    font-size: 30px;
    color: #2dabce;
}

.price-up sup {
    top: -0.75em;
    font-size: 50%;
}

.price-up sub {
    bottom: -.1em;
    left: -18px;
    font-size: 50%;
}

.up-sell-dett {
    width: 100%;
    padding: 10px 0;
    border: 1px solid transparent;
    background-color: #2dabce;
    color: #fff;
}

.up-sell-dett:hover,
.up-sell-dett:focus {
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #2dabce;
    color: #2dabce;
}

.modal {
    z-index: 999999;
}

body.modal-open {
    padding-right: 0 !important;
}

.modal-open {
    overflow-y: auto;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.flex-date-and {
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .1); */
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #ececec6b;
    padding: 5px;
}

.flex-date-and h3 {
    position: relative;
    font-size: 15px;
    color: #565a5c;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 7px 0;
    background-color: transparent;
}

.price-selected {
    background-color: #03A9F4 !important;
    color: #fff !important;
}

.price-selected a {
    color: #fff !important;
    outline: none;
}

.price-lower a {
    color: limegreen !important;
    font-size: 14px;
    font-weight: 500;
}

.table-bordered>tbody>tr>td a,
.table-bordered>tbody>tr>th a,
.table-bordered>tfoot>tr>td a,
.table-bordered>tfoot>tr>th a,
.table-bordered>thead>tr>td a,
.table-bordered>thead>tr>th a {
    color: #222222;
    font-size: 14px;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
    color: #112d73;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.test1 {
    background-color: limegreen;
    color: #112d73 !important;
}

.test1 a {
    color: #112d73 !important;
}

.test2 {
    background-color: #ef5353;
}

.info-txt h3:after {
    position: absolute;
    content: " ";
    height: 0;
}

.info-item img {
    width: 32%;
}

.packages-content .info-item::after {
    position: absolute;
    font-family: "fontAwesome";
    content: "\f30b";
    top: 1em;
    right: -0.5em;
    font-size: 50px;
    color: #112c73;
}

.packages-content .info-row .info-col:last-child .info-item::after {
    position: absolute;
    font-family: "fontAwesome";
    content: "";
    top: 2em;
    right: -0.5em;
    font-size: 50px;
    color: #112c73;
    display: none;
}

.travel-select-icon .form-control {
    line-height: 1.5;
}

.travel-select-icon:after {
    line-height: 1.7;
    color: #aaa;
    background: transparent;
    font-family: "fontAwesome";
    pointer-events: none;
    border: 0 !important;
    border-bottom: transparent;
    padding: 10px;
}

.packages-btn:hover {
    display: flex;
}

.about {
    padding: 35px 0;
}

.search-htl:after {
    content: "\f002";
}

.tab-para .form-control {
    padding: 6px 12px 6px 35px;
}

.htl-list .single-slider,
.htl-list .single-slider .owl-stage-outer,
.htl-list .single-slider .owl-stage-outer .owl-stage,
.htl-list .single-slider .owl-stage-outer .owl-stage .owl-item,
.htl-list .single-slider .owl-stage-outer .owl-stage .owl-item .item,
.htl-list .single-slider .owl-stage-outer .owl-stage .owl-item .item .hotel-img {
    height: 100%;
}

.htl-list .single-slider .owl-dots {
    display: none;
}

.htl-list .single-slider .owl-nav {
    bottom: auto;
    top: 50%;
}

.htl-list .owl-carousel .owl-nav .owl-prev,
.htl-list .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
    color: #fff !important;
    font-size: 40px;
    /* text-shadow: 0 0 10px #000; */
    width: 35px;
    height: 35px;
    background-color: #112c739c;
    border-radius: 50%;
}

.htl-list .owl-carousel .owl-nav .owl-prev span,
.htl-list .owl-carousel .owl-nav .owl-next span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
}

.htl-list .owl-carousel .owl-nav .owl-next {
    right: 10px;
}

.htl-list .owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

.vote {
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #112c73;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    border-top-left-radius: 0;
    font-size: 18px;
    box-shadow: 3px 3px 7px #0000008f;
}
.tab-para {
    padding: 25px 33px 15px;
}
.single-travel-boxes {

    border-radius: 10px;
}

.map-container {
    /* transition:left 1s; */
    /* transition-duration: 1s; */
    /* transition: width 0.4s ease-in-out; */
    
    transition:width 2s, left 2s;
}

.expand-map {
    position: absolute;
    left: -6px;
    width: 20px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px #0000003d;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-map {
    position: absolute;
    right: 25px;
    top: 10px;
    width: auto;
    height: 40px;
    padding: 0 10px !important;
    background-color: #fff;
    box-shadow: 0 0 10px #0000003d;
    border-radius: 10px;
    /* border-bottom-left-radius: 10px; */
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.htl-list {
    transition:transform 1s, width 1s;
}
.htl-list.map-enlarged {
    width: 0;
    transform: translate(-500px);
    opacity: 0;
}

.map-enlarged div {
    height: 0;
}
.single-package-item-txt {
    padding: 0 25px 0 0;
}
@media only screen and (min-width: 1100px) and (max-width: 1280px) {
.about-us-content {
    margin: -75px 0 0 0 !important;
}
.single-travel-boxes {
    margin-top: -230px;
}
}

@media only screen and (max-width: 767px) {
    .header-area .logo img {
        width: 50%;
        position: absolute;
        top: 45px;
        transform: translate(0, -41%);
        z-index: 9;
    }
    .about-us-content {
        margin-top: -110px !important;
    }
    .navbar-collapse {
        margin-top: 35px;
    }
    .header-area .row {
        display: block;
    }
    .main-menu .navbar-toggle {
        float: right;
        margin: 0 0 10px;
    }
    .about-us-txt h3 {
        font-size: 18px;
    }
    .top-col {
        text-align: center;
        margin-bottom: 5px;
    }
    .logo {
        text-align: center;
    }
    .logo a img {
        width: 50%;
    }
    .packages-content .info-item::after {
        position: absolute;
        font-family: "fontAwesome";
        content: "\f30b";
        top: inherit;
        right: initial;
        left: 50%;
        /* transform: translate(10px, 10px); */
        font-size: 34px;
        color: #112c73;
        transform: rotate(90deg) translate(0%, 30%);
    }
    .single-package-item {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .custom-input-group i {
        top: 20px;
    }
    .custom-input-group .subscribe-btn {
        /* float: left; */
        width: 100%;
        margin: 0 auto;
        float: initial;
    }
    .footer-copyright {
        text-align: center;
    }
    .single-footer-item h2,
    .single-footer-txt {
        text-align: center;
    }
    .footer-content {
        padding: 10px 0;
    }
    .footer-logo img {
        width: 50% !important;
    }
    .about-view.travel-btn {
        float: right;
        width: 100%;
        margin-right: 0;
        height: 40px;
        margin-top: 10px;
    }
    .pizzaro-order-steps ul li .step {
        width: 40px;
        height: 40px;
        padding: 16px 6px;
        margin: 0 auto;
        margin-bottom: 10px;
        line-height: 0.6;
        font-size: 1.143em;
        font-weight: normal;
        background-color: #fff;
        border-width: 1px;
        border-style: solid;
        border-radius: 50px;
        color: #2b2b2d;
    }
    .pizzaro-order-steps ul li .step::after {
        width: 90px;
    }
    .pizzaro-order-steps ul li+li .step::before {
        width: 70px;
    }
    .single-package-item {
        display: block !important;
    }
    .single-package-item .single-slider {
        height: 250px;
    }
    .single-package-item-txt {
        padding: 0;
    }
    .single-package-item-txt .about-btn {
        margin-bottom: 20px;
    }
    .map-img {
        display: block !important;
    }
    #my-map-display {
        margin-bottom: 20px;
    }
    .single-cam {
        display: block !important;
    }
    .single-cam .packages-btn {
        margin-top: 1rem;
    }

    #pack .packages-content {
        position: relative !important;
        top: 45px !important;
        margin-top: 0 !important;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 932px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	          .header-area .logo img {
        width: 100%;
        position: absolute;
        top: 45px;
        transform: translate(0, -41%);
        z-index: 9;
        max-width: 200px;
    }
.about-us-content {
        margin-top: 40px !important;
    }
	.single-travel-boxes {
    margin-top: -40px;
    background: #fff;
}
.main-menu .navbar-toggle {
        float: right;
        margin: 10px 0 10px;
        display: block;
    }
	.main-menu .collapse {
    display: none !important;
}
    .navbar-header {
        float: right;
    }
	
	.packages-content {
		
		position: relative !important;
		top: 0 !important;
	}
	        .packages-content .info-item::after {
        position: absolute;
        font-family: "fontAwesome";
        content: "\f30b";
        top: inherit;
        right: initial;
        left: 50%;
        /* transform: translate(10px, 10px); */
        font-size: 34px;
        color: #112c73;
        transform: rotate(90deg) translate(0%, 30%);
    }
	.single-package-item {
    margin-bottom: 40px;
	}
}