@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-size: 15px !important;
  color: #444444;
}
body {
  background-color: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 24px;
  font-family: "Circular Std Book";
}
p {
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
@font-face {
  font-family: "CircularStd";
  src: url("../../fonts/CircularStd-Medium.woff2") format("woff2"),
    url("../../fonts/CircularStd-Medium.woff") format("woff"),
    url("../../fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CircularStd";
  src: url("../../fonts/CircularStd-Bold.woff2") format("woff2"),
    url("../../fonts/CircularStd-Bold.woff") format("woff"),
    url("../../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std Book";
  src: url("../../fonts/CircularStd-Book.woff2") format("woff2"),
    url("../../fonts/CircularStd-Book.woff") format("woff"),
    url("../../fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* rome tour list css code */
.grid_item_main {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.grid-item {
  text-align: center;
  font-size: 30px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.grid-item img,
.grid-item video,
.grid-item iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 502px;
  min-height: 502px;
  border-radius: 20px;
  overflow: hidden;
}
.vatican_sec .item2 img {
  min-height: 245px;
  max-height: 245px;
}
.vatican_sec .item3 img {
  min-height: 241px;
  max-height: 241px;
}
.vatican_sec .item4 img {
  min-height: 245px;
  max-height: 245px;
}
.item1 {
  grid-column: 1 / 1 span;
  grid-row: 1 / 2 span;
}
.item2 {
  grid-column: 2 / 2 span;
}

.vatican_inner_sec {
  padding: 10px 0px 13px 0;
}
.vatican_inner_sec h4 {
  color: #888888;
  font-weight: bold;
  line-height: 26px;
  font-size: 12px;
  margin: 0;
}
.vat {
  color: #a7011a;
}
.vatican_inner_sec h2 {
  font-weight: 800;
  font-size: 32px;
  color: #242424;
  line-height: 42px;
  margin: 0;
}
.hour_head {
  display: flex;
  align-items: center;
  margin: 8px 0 20px 0;
}
.sap_family_btn button {
  background-color: #c3b2e6;
  padding: 20px;
  border-radius: 20px;
  padding: 5px 14px;
  border: none;
  font-weight: 700;
  font-size: 12px;
  margin: 0 8px 0 0;
}
.hour {
  margin: 0 10px 0 14px;
  font-size: 12px;
  font-weight: 700;
  color: #888888;
}
.star {
  font-size: 15px;
  font-weight: 700;
  color: #888888;
}
span.sixtyfour_reviews {
  color: #777e90;
}
.sap_family_btn .priority {
  background-color: #b2e6d3;
}
.family_btn {
  display: flex;
  margin: 0 0 0 14px;
}
.don_head {
  color: #303030;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.vat_left_cont p {
  font-size: 15px !important;
  font-weight: 450;
  color: #444444;
  line-height: 24px !important;
}
.vat_left_cont p:last-child {
  margin: 0;
}
.vat_right_cont {
  background-color: #fff !important;
  padding: 20px 20px 20px 0;
  border-top: 1px solid #efefef;
}
.vat_right_cont ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.vat_right_cont ul li {
  list-style-type: none;
}
.vat_right_cont ul li i {
  margin: 8px 10px 0 0;
}
.vat_cont_main {
  margin-top: 80px;
}
.sap_head {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #303030;
  margin: 0 0 8px 0;
}
.high_left_cont ul {
  padding: 0;
  margin: 0;
}
.high_left_cont ul li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  margin: 0 0 16px 0;
}
.high_left_cont ul li i {
  color: #52ce52;
  margin: 0 8px 0 0;
}
.high_right_cont p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #303030;
}
.high_right_cont p:last-child {
  margin: 0;
}
.read_btn button {
  border: 2px solid #a7011a;
  background-color: #fff;
  border-radius: 23px;
  padding: 12px 30px;
  color: #a7011a;
  font-size: 14px;
  font-weight: 400;
}
.part_head {
  font-size: 16px;
  font-weight: 700;
  color: #a7011a;
  margin: 0 0 15px 0;
}
.sap_red_btn button {
  border: 2px solid #a7011a !important;
  background-color: #a7011a;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.sap_red_btn button:hover {
  background-color: #a7011a;
  color: #fff;
}
.part_sec_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -20px;
  gap: 20px;
}
.select_field {
  position: relative;
  width: 100%;
  /* max-width: 300px; */
  margin: 0 20px 0 0;
}
.select_field select {
  width: 100%;
  padding: 12px 0 12px 40px;
  border-radius: 40px;
}
.part_main {
  background-color: #ffeadc;
  padding: 10px 20px;
  border-radius: 23px;
  margin: 0px 0;
  border: 1px solid #a7011a;
}
.part_sec {
  padding: 0;
}
.user_icon {
  position: absolute;
  bottom: 27px;
  left: 15px;
}
.likely_sec_inner {
  border: 0px solid #888888;
  border-radius: 23px;
  padding: 0px;
}
.likely_sec_inner .sap_family_btn button {
  background-color: #f6d532;
  margin: 0;
}
.likely_left_cont h4 {
  font-size: 23px;
  font-weight: 800;
  line-height: 27px;
  margin: 7px 0;
}
.likely_left_cont p {
  margin: 0;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 26px !important;
  margin: 0 30px;
}
.price {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #888888;
  margin: 6px 0 0 0;
}
.likely_right_cont ul {
  padding: 20px 0 19px 0 !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.likely_right_cont ul li {
  list-style-type: none;
  display: flex;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  width: 100%;
  max-width: 185px;
}
.likely_right_cont ul li i {
  margin: 7px 10px 0 0;
}
.likely_cont_main {
  display: flex;
  justify-content: space-between;
}
.likely_left_cont {
  /* max-width: 400px; */
  width: 100%;
  flex-basis: 100%;
}
.likely_right_cont {
  max-width: 100%;
  width: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid #efefef;
  padding: 0 0 20px 0;
}
.cart_cont {
  background-color: #fbe9e9;
  padding: 20px;
  border-radius: 23px;
  margin: 20px 0 0 0;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.cart_inner_cont {
  display: flex;
  align-items: center;
}

.cart_inner_one h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  color: #242424;
}
.cart_inner_one h2 {
  margin: 1px 0 0 0;
  color: #a7011a;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.cart_inner_two h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  color: #444444;
}
.cart_inner_two h2 {
  margin: 1px 0 4px 0;
  color: #a7011a;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
}
.cart_inner_two p {
  margin: 0;
  color: #242424;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 26px;
}
/* .tour_acc{margin: 20px 0 0 0;} */
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #242424 !important;
  background-color: #fff !important;
}
.accordion-item .accordion-header button {
  line-height: 27px;
  font-size: 23px;
  font-weight: 700;
  border-radius: 10px !important;
  width: 100%;
  text-align: left;
  position: relative;
  border: 0;
  background: transparent;
  color: #212529;
  padding: 15px 20px;
}
.accordion-item {
  margin: 0 0 20px 0;
  border-radius: 20px;
}
.accordion-item {
  border: 2px solid #efefef !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important ;
}
.include_mid_cont {
  margin: 25px 0 0 0;
}
.include_mid_cont ul li i {
  color: #a7011a !important;
}
.include_right_cont .read_btn button {
  margin-top: 30px;
}
.star_head {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  height: 85px;
  width: 119px;
  justify-content: center;
  border-radius: 20px;
}
.star_head h4 {
  margin: 0 0 0 5px;
  font-size: 21px;
  font-weight: 700;
  color: #444444;
}
.star_head_main {
  display: flex;
  align-items: center;
}
.star_head_main h2 {
  margin: 0 0 0 12px;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: -2px;
}
.starcont {
  margin-top: 36px;
}
.starcont p {
  margin: 0 0 13px 0;
  font-size: 14px;
  font-weight: 400;
}
.caption {
  display: flex;
  justify-content: space-between;
}
.caption h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #303030;
  margin: 0;
}
.customer_left_sec {
  border-right: 1px solid rgb(131 127 127 / 15%);
  padding-right: 40px;
}
.customer_sec {
  margin: 60px 0 60px 0;
}
.customer_right_sec h4 {
  margin: 0 0 25px 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
  font-size: Open Sans;
  color: #303030;
  letter-spacing: -2px;
}
section.likely_sec {
  padding: 0;
}
.tax_fee {
  font-size: 12px !important;
}
.likely_right_cont ul li i {
  height: 15px;
  width: 15px;
}
.likely_sec .col-lg-7 {
  padding: 0;
}
.cart_inner_cont .check-sec {
  position: relative;
}

div#option-container {
  padding: 30px 0 0;
}
.rome ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.rome ul li {
  list-style-type: none;
  margin: 0 12px 12px 0;
  display: inline-flex;
}
.rome ul li a,
button {
  padding: 9px 25px;
  background-color: #d9d9d9;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  color: #888888;
  line-height: 17px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  text-transform: capitalize;
}
.customer_right_sec {
  margin: 22px 0 0 0;
}
.view_all_btn button {
  background-color: #fff;
  border-radius: 40px;
  color: #a7011a;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding: 14px 12px;
}
.view_all_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.star_head h4 span {
  display: block;
  font-size: 12px;
}
.ymal-tours-sec .sap-md-heading {
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: -2px;
  padding: 0 0 30px;
}
.ymal-tours-sec {
  padding: 60px 0;
}
.grey-back {
  background-color: #f9f9f9;
}
.tour-grid-head {
  display: flex;
  flex-wrap: wrap;
}
.tour-grid-inner {
  width: 100%;
  flex-basis: 100%;
  max-width: 25%;
  padding: 0 20px 40px 0px;
}
.tgrid-img {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 180px;
  display: flex;
}
.tgrid-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tour-grid-inner:last-child {
  padding: 0 0px 40px 0px;
}
.tgrid-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  padding: 8px 0 0;
}
.tour-grid-head .rating {
  display: flex;
  align-items: center;
}
.tgrid-title {
  line-height: 21px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 0 0;
}
.tour-grid-inner a {
  color: #000;
  text-decoration: none;
}
.tgrid-badges {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0 0px;
  height: 35px;
}
.badges {
  border-radius: 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
  min-height: 25px;
  font-size: 12px;
  font-weight: 700;
  color: rgb(0 0 0 / 45%);
  margin: 0 6px 6px 0px;
}
.fam-badge {
  background-color: #c3b2e6;
}
.smgroup-badge {
  background-color: #e6b2b2;
}
.prioracc-badge {
  background-color: #b2e6d3;
}
.tour-grid-head .duration,
.tour-grid-head .rating-comments-num,
.tour-grid-head .caption-text {
  font-size: 12px;
  font-weight: 700;
  color: #888888;
  line-height: normal;
}
.tour-grid-head .duration svg {
  position: relative;
  top: -1px;
}
.tour-grid-head .rating .fa-star {
  color: #e5ca44;
  padding: 0 3px 0;
}
.tour-grid-head .rating-count {
  font-weight: 700;
  color: #888;
  font-size: 16px;
}
.tour-grid-head .price {
  font-size: 16px;
  font-weight: 700;
  color: #a7011a;
}
.tgrid-price {
  padding: 60px 0 0;
}
.ymal-tours-sec {
  padding-bottom: 20px;
}

.item4 {
  position: relative;
}
.view_photo_btn button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #fff !important;
  border-radius: 40px;
  color: #a7011a !important;
  font-size: 14px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  padding: 12px 20px;
}
.caro {
  padding: 0 !important;
}
.modal-header .close {
  margin: -1rem -1rem -1rem 0 !important;
}
.mod_head h4 {
  color: #000;
  font-size: 25px;
  margin: 0 auto;
}
.dropdown .btn-block {
  background: #fff;
  height: 45px;
  border-radius: 8px;
  font-size: 14px;
  text-align: left;
}
.sel_lang select {
  border-radius: 4px;
  background: #fff !important;
}
.sel_lang select {
  padding: 0 40px;
}
.sel_parti {
  margin-top: 10px !important;
}
/* .part_main .sap_red_btn button{background-color: #a7011a;color: #fff;padding: 12px 40px;border: none;border-radius: 23px;font-size: 16px;font-weight: 700;} */
.sel_parti .user_icon {
  bottom: 7px;
}

.cal_icon input {
  padding: 0 0 0 40px;
}
.ctm-single-pro .sel_parti .input-group {
  flex-wrap: nowrap;
  min-width: 122px;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 30px;
  top: 20px;
}
.accordion-item h2 {
  margin: 0;
}
.accordion-item .accordion-body {
  padding: 0px 20px 20px;
}
.accordion-item button:focus {
  outline: 0;
}
.btn-secondary {
  border: 2px solid #a7011a !important;
  background-color: #fff !important;
  border-radius: 23px;
  padding: 10px 25px;
  color: #a7011a !important;
  font-size: 14px;
  font-weight: 400;
}
.from_head span {
  color: #a7011a;
}
.dropdown-menu {
  border-top: 5px solid #a7011a;
}
.input-group-prepend button {
  background: #a7011a;
}
.input-group-append button {
  background: #a7011a;
}
.text-orange {
  color: #a7011a !important;
}
.cal_icon .form-control:focus {
  border-color: #a7011a;
}
.sel_lang .form-control:focus {
  border-color: #a7011a;
}
.star_head img {
  width: 40px;
  height: 40px;
}
/* 11 jan css code */

/*.long-text a.read-more {
    padding: 0;
    border: 0 !important;
}*/
.sel_parti input::-webkit-outer-spin-button,
.sel_parti input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.sel_parti .num-input {
  text-align: center;
  max-width: 50px;
}
.sel_parti .input-group button {
  font-size: 16px !important;
  background-color: #a7011a;
  border-color: #a7011a;
  color: #fff;
  font-weight: 600;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.25rem !important;
  margin: 0px 5px;
}
.duration {
  display: flex;
}
/*.tgrid-badges .badges:nth-child(1) {background: #E6B2B2;color:#fff;}
.tgrid-badges .badges:nth-child(2) { background: #C3B2E6;color:#fff;}
.tgrid-badges .badges:nth-child(3) {background: #79B2FF;color:#fff;}*/
.part_main label {
  margin-bottom: 0 !important;
}
.cal_icon input {
  border-radius: 20px;
}
.sel_lang select {
  border-radius: 20px;
}
.part_main label {
  color: #242424 !important;
  font-size: 16px;
  font-weight: 700;
}
.vatican_sec {
  margin: 60px 0 32px 0;
}
.datepicker.datepicker-dropdown.dropdown-menu {
  border-radius: 4px;
  top: 33px;
  box-shadow: 0 0 8px #00000040;
}
.datepicker table tr td,
.datepicker table tr th {
  width: 44px !important;
  height: 44px !important;
  border-radius: 108px !important;
  line-height: 34px !important;
}
.datepicker table tr td.day {
  background-color: transparent !important;
}
.check-sec input[type="radio"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99999;
  cursor: pointer;
}
.check-sec label {
  text-align: center;
  border: 1px solid #3d3d3d;
  overflow: hidden;
  color: #888888;
  font-size: 14px;
  display: block;
  border-radius: 8px;
  padding: 10px 12px;
  text-decoration: none;
  font-weight: 500;
}

.tour_acc .cart_inner_one {
  display: inline-flex;
  flex-wrap: wrap;
}
.tour_acc .check-sec {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
}
.check-sec input[type="radio"]:checked ~ label {
  background: #a7011a;
  color: #fff;
  border: 1px solid #a7011a;
}
.tour_acc .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.tour_acc .accordion-button::after {
  display: block;
}
.price {
  width: 200px;
  margin-left: auto;
  padding: 12px 0 0 0;
}
.accordion-item .accordion-header button {
  background: #f9f9f9 !important;
}
.include_right_cont .sap_head {
  font-size: 20px;
}
.carousel-indicators li {
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.carousel-indicators li.active {
  background-color: #e30613;
}
.likely_right_cont ul li span {
  font-weight: 700;
  color: #242424;
}
.modal-content .modal-body {
  position: relative;
  padding: 28px 0;
}
.modal-content .modal-header {
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 20px;
}
.modal-header button .las {
  color: #fff !important;
  font-size: 30px;
}

.vatican_inner_sec_mobile h2 {
  font-size: 23px;
  font-weight: 700;
}
.vatican_inner_sec_mobile {
  display: none;
}

.ctm-single-pro .best-rmt-tours {
  padding-top: 0px;
}
.ctm-single-pro .best-rmt-tours,
.ctm-single-pro .popular-tours,
.ctm-single-pro .get-insp-rome,
.ctm-single-pro .best-colosseum-tours-sec {
  padding-bottom: 20px;
}

.part_main .part_sec_inner {
  margin-top: 0;
  height: 60px;
}

/**************index-page****************/
/****tour-grid*****/

.ctm-single-pro .tour-grid-head {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 0 0 40px;
}
.ctm-single-pro .tgrid-img {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 180px;
  display: flex;
}
.ctm-single-pro .tgrid-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ctm-single-pro .tgrid-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  padding: 8px 0 0;
}
.ctm-single-pro .tour-grid-head .rating {
  display: flex;
  align-items: center;
}
.ctm-single-pro .tgrid-title {
  line-height: 21px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 0 0;
  min-height: 50px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ctm-single-pro .tour-grid-inner a {
  color: #242424;
  text-decoration: none;
}
.ctm-single-pro .tgrid-badges {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0 0px;
}
.ctm-single-pro .vatican_inner_sec .tgrid-badges {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 0 0px;
}
.ctm-single-pro .badges {
  border-radius: 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  min-height: 25px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(36, 36, 36, 0.8);
  margin: 0 6px 6px 0px;
}
.ctm-single-pro .fam-badge {
  background-color: #c3b2e6;
}
.ctm-single-pro .smgroup-badge {
  background-color: #e6b2b2;
}
.ctm-single-pro .prioracc-badge {
  background-color: #b2e6d3;
}
.ctm-single-pro .tour-grid-head .duration,
.ctm-single-pro .tour-grid-head .rating-comments-num,
.ctm-single-pro .tour-grid-head .caption-text {
  font-size: 12px;
  font-weight: 700;
  color: #888888;
  line-height: normal;
}
.ctm-single-pro .tour-grid-head .duration svg {
  position: relative;
  top: -1px;
}
.ctm-single-pro .tour-grid-head .rating .fa-star {
  color: #e5ca44;
  padding: 0 3px 0;
}
.ctm-single-pro .tour-grid-head .rating-count {
  font-weight: 700;
  color: #888;
  font-size: 16px;
}
.ctm-single-pro .tour-grid-head .price {
  font-size: 16px;
  font-weight: 700;
}
.ctm-single-pro .tgrid-price {
  padding: 24px 0 0;
}

.ctm-single-pro .tour-dtl-carausel .carousel-control-next:focus,
.ctm-single-pro .tour-dtl-carausel .carousel-control-next:hover,
.ctm-single-pro .tour-dtl-carausel .carousel-control-prev:focus,
.ctm-single-pro .tour-dtl-carausel .carousel-control-prev:hover {
  opacity: 1 !important;
}
.ctm-single-pro .tour-dtl-carausel .carousel-control-next,
.ctm-single-pro .tour-dtl-carausel .carousel-control-prev {
  opacity: 1 !important;
}
.ctm-single-pro .tour-dtl-carausel .carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  transition: opacity 0.6s ease;
  border-radius: 20px !important;
  overflow: hidden;
  border: 2px solid #fff;
  opacity: 1;
}
.ctm-single-pro .tour-dtl-carausel .carousel-indicators .active {
  opacity: 1;
  background: #a7011a;
  border: 2px solid #a7011a !important;
}
.ctm-single-pro .carousel-control-next-icon,
.ctm-single-pro .carousel-control-prev-icon {
  width: 23px;
  height: 23px;
}
.ctm-single-pro .tour-dtl-carausel .carousel-item {
  height: 200px;
  max-width: 285px;
  width: 100%;
}

.ctm-single-pro .sel_parti .form-control {
  border-radius: 5px !important;
}

.ctm-single-pro .star_head svg path {
  fill: #fc0;
}
.ctm-single-pro .list-rating i {
  color: #fc0;
  font-size: 14px;
}

.vatican_inner_sec_mobile h2 {
  font-size: 22px;
  font-weight: 700;
}
.vatican_inner_sec_mobile {
  display: none;
}

/* 11 jan css code */

/* rome tour list css code */

@media (max-width: 1699px) {
  .select_field {
    /* max-width: 316px; */
    margin: 0 20px 0 0;
    /* }
}

@media (max-width: 1399px) {
  .select_field {
    max-width: 290px; */
  }
}

@media (max-width: 1199px) {
  .ctm-single-pro .vatican_inner_sec h2,
  .ctm-single-pro .high_left_cont .sap_head,
  .ctm-single-pro .high_right_cont .sap_head,
  .ctm-single-pro .customer_right_sec h4,
  .ctm-single-pro .star_head_main h2 {
    font-size: 23px;
    line-height: 27px;
  }
  .ctm-single-pro .part_sec_inner {
    margin-top: 15px;
  }
  .select_field {
    /* max-width: 290px; */
  }
}

@media (max-width: 1024px) {
  .select_field {
    /* max-width: 230px; */
  }
}
@media (max-width: 768px) {
  .part_sec_inner {
    gap: 0;
  }
}
@media (max-width: 425px) {
  .vat_right_cont ul {
    flex-direction: column;
  }
  .duration1 {
    display: flex;
    align-items: stretch;
  }

  .price_product_pages {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .ctm-single-pro .tour-grid-head .price {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .form-group {
    margin-bottom: 0 !important;
  }
  .align_icon .user_icon {
    bottom: 12px !important;
  }
}

@media (max-width: 991px) {
  .navbar-toggler .fa-compass {
    color: #a7011a;
    animation: compass 1s infinite ease-in-out;
    font-size: 22px;
  }
  .navbar #menu-header_menu {
    flex-direction: column;
  }
  .navbar #menu-header_menu a {
    padding: 0 !important;
    text-align: left;
    line-height: 40px;
  }
  nav .header-btn {
    margin: 0;
  }
  .navbar .sub-menu {
    position: relative;
    border-left: 0;
    border-right: 0;
    width: 100%;
  }
  .navbar .menu-item {
    width: 100%;
  }
  .navbar .header-btn {
    width: auto;
  }
  .navbar-toggler {
    padding: 0;
  }
  .menu-header_menu-container {
    width: 100%;
  }
  #menu-header_menu li ul.sub-menu li a {
    font-size: 14px;
  }
  .menu-item-has-children ul.sub-menu {
    border-radius: 0;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
    top: 12px;
    z-index: 99;
  }
  .navbar-brand {
    margin-left: 0;
  }
  button:focus {
    outline: none;
    outline: none !important;
  }
  nav .nav-link:not(.nav-link.header-btn) {
    padding: 0 0 12px 0 !important;
  }

  .navbar-nav .nav-item .nav-link {
    margin: 0 0 15px 0;
  }
  .navbar-nav .nav-item:first-child .nav-link {
    margin: 0 0 15px 0;
  }
  .nav_inpt input {
    width: 100%;
  }
  .select_field {
    /* max-width: 273px; */
  }
  .vat_right_cont {
    margin: 12px 0 0 0;
  }
  .customer_left_sec {
    border-right: none;
    padding-right: 0;
  }
  .tour-grid-inner {
    max-width: 50%;
  }
  .customer_sec {
    margin: 0px 0 60px 0;
  }
  .high_left_cont ul li {
    margin: 0 0 16px 0;
  }
  .sap_head {
    margin: 20px 0 8px 0;
  }

  .ctm-single-pro .part_main {
    padding: 27px 20px !important;
  }
}

@media (max-width: 767px) {
  .price_product_pages {
    text-align: right;
  }
  .part_sec_inner {
    gap: 0;
  }
  .ctm-single-pro .badges {
    color: #fff;
  }
  .tour-grid-inner {
    max-width: 100%;
    padding: 0 0 40px;
  }
  .info-ban-tri-inner {
    max-width: 100%;
  }
  .hd-info-inner {
    max-width: 100%;
    flex-direction: column;
  }
  .hdci-left,
  .hdci-right-img {
    max-width: 100%;
  }
  .home-dual-card-ban-inner {
    flex-direction: column-reverse;
  }
  .pyvisit-img {
    height: 200px;
    max-width: 100%;
  }
  .pyvisit-right {
    max-width: calc(100% - 0px);
    padding: 15px 0 0;
  }
  .hero-sec-inner {
    flex-direction: column-reverse;
  }
  .hero-sec {
    height: auto;
  }
  .tri-info-head {
    flex-direction: column;
  }
  #menu-footer-new-menu {
    flex-direction: column;
  }
  footer #menu-footer-new-menu li a {
    padding: 0 0 15px !important;
    display: block;
  }
  .hero-heading {
    font-size: 37px;
    line-height: 54px;
    letter-spacing: -2px;
    max-width: 360px;
  }
  .hero-heading svg {
    height: 37px;
    width: auto;
    margin: -8px 0 0;
  }
  .hero-left {
    padding: 30px 0;
  }
  .hero-left .floating-arrow {
    bottom: 30px;
  }
  .tri-info-inner:not(.tri-info-inner:last-child) {
    padding: 0 0 20px;
  }
  .sap-sm-heading {
    font-size: 23px;
    line-height: 27px;
    letter-spacing: -1px;
  }
  .sap-md-heading {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1px;
    padding: 0 0 15px;
  }
  .sap-lg-heading {
    font-size: 47px;
    line-height: 59px;
    letter-spacing: -1px;
  }
  .tgrid-img {
    height: 250px;
  }
  .ibti-floating {
    z-index: -1;
    top: auto;
    bottom: 0;
    opacity: 0.15;
  }
  .info-ban-tri-inner:not(.info-ban-tri-inner:last-child) {
    padding: 0 0 30px;
  }
  .info-ban-tri-head {
    max-width: 240px;
  }
  .hd-info-con {
    padding: 15px 0 0;
  }
  .hdci-right-img {
    padding: 15px 15px 0;
  }
  .hdci-left {
    padding: 15px;
  }
  .nav-tabs .nav-link {
    padding: 2px 12px;
    border-radius: 50px;
    margin: 0 3px 7px 0;
    outline: 0;
  }
  .nav-tabs .nav-link.active {
    background-color: #ff9022 !important;
    color: #fff;
  }
  footer #menu-footer-new-menu li:last-child a {
    padding-bottom: 0 !important;
  }
  #btn-float:before {
    content: "\f274";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    position: relative;
    right: -1px;
  }
  #float-btn a {
    font-size: 0;
  }
  #float-btn a {
    min-width: 50px !important;
    min-height: 50px;
  }
  .pyvisit-head {
    padding: 15px;
  }
  .hero-right {
    max-width: 540px;
  }
  .hour_head {
    align-items: start;
    flex-direction: column;
  }
  .badges {
    font-size: 10px !important;
  }
  .tgrid-badges .badges:nth-child(1) {
    background: #e6b2b2;
    color: #fff;
  }
  .carousel-item img {
    border-radius: 20px;
    overflow: hidden;
  }
  .swiper_img .carousel-item img {
    border-radius: 0px !important;
    overflow: hidden;
  }
  .part_sec_inner .sap_red_btn button {
    padding: 4px 11px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
  }
  .part_sec_inner .sap_red_btn button {
    min-width: 215px;
    padding: 8px 20px !important;
    font-weight: 700 !important;
  }
  .cart_cont {
    padding: 10px;
  }

  .select_field {
    max-width: 100%;
  }
  .tour-grid-inner {
    max-width: 100%;
  }

  .likely_left_cont {
    max-width: 100%;
  }
  .likely_right_cont ul {
    margin: 0;
    border-left: none;
    padding: 0;
  }
  .price {
    margin: 12px 0 12px 0;
  }
  .cart_inner_cont {
    flex-direction: column;
    align-items: start;
  }
  .cart_inner_two {
    margin: 0 0 0 0px;
  }
  .cart_inner_one {
    margin: 0 0 12px 0;
  }
  .cart_cont {
    flex-direction: column;
    align-items: start;
  }
  .sap_red_btn button {
    margin-top: 12px;
  }
  .sel_parti {
    margin-top: 10px !important;
  }
  .duration {
    margin: 0 0 12px 0;
  }
  .vat_right_cont {
    padding: 10px;
  }
  .vat_right_cont ul li {
    max-width: 109px;
  }
  .select_field {
    margin: -10px 0 0 0 !important;
    max-width: 100%;
  }
  .ymal-tours-sec {
    padding: 0;
  }
  /*.datepicker {left: 0 !important;}*/
  .hour_head .tgrid-badges {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0 0px;
    height: 24px;
  }
  .vatican_inner_sec_mobile {
    display: block;
    padding: 0px 0;
  }
  .vatican_inner_sec_mobile .tour-dtl-price .price {
    color: #a7011a;
  }
  .vatican_inner_sec_mobile .tour-dtl-price .caption-text {
    text-align: right;
  }
  /*.vatican_inner_sec_mobile .tour-rating-box {max-width: 365px;}*/
  .ctm-single-pro .part_sec_inner {
    margin-top: 22px;
  }
  .sap_red_btn button {
    margin-top: 20px;
  }
}

.vat_left_cont {
  padding: 0 0 40px;
}
.check_aval {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 20px 20px;
}
.fr_head {
  font-size: 14px;
  font-weight: 400;
}
.pr_pers {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 25px 0;
}
.pr_pers span {
  font-size: 14px;
}
.check_aval .sap_red_btn button,
a {
  margin: 0;
}
.vat_right_cont ul li svg {
  height: 35px;
  width: 35px;
  margin: 0 20px 0 0;
}
.cancel_policy {
  border: 1px solid #a7011a;
  background: #ffeadc;
  padding: 20px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  margin: 16px 0 30px;
}
.high_left_cont .sap_head {
  color: #242424;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
}
.high_right_cont .sap_head {
  color: #242424;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
}
.red_btn {
  color: #a7011a !important;
  font-size: 16px;
  font-weight: 700;
}
.cal_icon input {
  background: #fff !important;
}
.likely_cont_main {
  flex-direction: column;
}
.likely_left_cont p {
  padding: 0 0 15px 0;
}
div#start-times-radiao-6 {
  display: flex;
  align-items: center;
}
#start-times-radiao-6 .check-sec {
  position: relative;
  margin: 0 12px 0 0 !important;
}
.sel_time {
  font-size: 14px;
  font-weight: 700;
  color: #242424;
}
.rad_btns {
  border-bottom: 1px solid #efefef;
  padding: 12px 0;
}
.ymal-tours-sec .tour-grid-head {
  display: flex !important;
  grid-gap: 0;
}
.carousel-indicators li.active {
  background-color: #a7011a;
}

.include_sec {
  padding-bottom: 20px;
}
.high-row {
  padding: 35px 0px;
  border-top: 1px solid hsl(0deg 0% 14% / 15%);
}
.high_left_cont {
  padding: 0 0 30px;
}

@media (min-width: 500px) and (max-width: 767px) {
  .tour-grid-inner {
    max-width: 50%;
    padding: 0 20px 40px 0;
  }
  .info-ban-tri-inner {
    max-width: 50%;
  }
  .info-ban-tri-head {
    max-width: 450px;
  }
  .hd-info-inner {
    max-width: 100%;
    flex-direction: row;
  }
  .hd-info-con {
    padding: 0;
  }
  .hero-trio-inner-img {
    height: 182px;
  }

  .vatican_inner_sec_mobile .tour-dtl-rating {
    padding: 0px 30px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-heading {
    font-size: 47px;
    line-height: 54px;
  }
  .hero-heading svg {
    height: 37px;
    width: auto;
    margin: -8px 0 0;
  }
  .tour-grid-inner {
    max-width: 33.3%;
  }
  .ibti-floating {
    opacity: 0.1;
  }
  .pyvisit-img {
    max-width: 280px;
    height: 250px;
  }
  .pyvisit-right {
    max-width: calc(100% - 280px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hd-info-inner {
    flex-direction: column;
  }
  .hd-info-con {
    padding: 15px 0 0;
  }
}

@media (min-width: 1400px) {
  .hero-sec {
    height: calc(70vh - 75px);
  }
}

@media (max-width: 767px) {
  .ctm-single-pro .tour-grid-head {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .ctm-single-pro .vat_right_cont ul li {
    max-width: 165px;
    margin: 0 0 15px 0 !important;
  }
  .ctm-single-pro .vatican_sec {
    padding: 92px 0 0;
  }
  .ctm-single-pro .vatican_inner_sec {
    display: none;
  }
  .ctm-single-pro .sel_parti .input-group.input-group-sm {
    flex-wrap: nowrap;
  }
  .ctm-single-pro .datepicker.datepicker-dropdown {
    max-width: 280px;
    width: 100%;
    left: 50% !important;
    transform: translateX(-50%);
    margin: -20px 0 0;
  }
  .include_mid_cont {
    margin: 0;
  }
  .high_left_cont {
    padding: 0 0 15px;
  }
  .include_sec {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .dropdown .btn-block {
    text-align: center;
  }
  .cal_icon input {
    padding: 0 0 0 10px;
    text-align: center;
  }
  .sel_lang select {
    text-align: center;
  }
}

@media (max-width: 540px) {
  .ctm-single-pro .dropdown.show .input-group {
    flex-wrap: nowrap !important;
  }
  .ctm-single-pro .sel_parti .input-group.input-group-sm {
    flex-wrap: nowrap;
  }
}

@media (max-width: 400px) {
  .ctm-single-pro .dropdown-menu.cats-dropdown.show {
    width: 280px !important;
    left: -17px !important;
  }
  .ctm-single-pro .part_sec_inner .align_icon .user_icon {
    bottom: 9px;
  }
  .ctm-single-pro .form-group {
    margin-bottom: 0;
  }
  .datepicker {
    left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ctm-single-pro .datepicker.datepicker-dropdown {
    max-width: 280px;
    width: 100%;
    left: 50% !important;
    transform: translateX(0%);
    margin: 70px 0 0;
  }
  .select_field {
    margin: -10px 0 0 0 !important;
  }
}

.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 600px;
  border-radius: 5px;
}
.swiper_img .carousel-inner,
.grid_parent .carousel-inner {
  border-radius: 0px !important;
}
.swiper_img .carousel-indicators li {
  height: 8px !important;
}

@keyframes compass {
  0% {
    transform: rotate(50deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(50deg);
  }
}

.hero-sec {
  background-position: center;
  background-size: 100%;
}

.menu-item a:hover:not(.menu-item.header-btn a) {
  color: #0d6efd !important;
}
.sap-btn-dark button,
.sap-btn-dark a,
.header-btn {
  background-color: #ff9022;
  border: 2px solid #ff9022;
}
.menu-item-has-children ul.sub-menu {
  border: 1px solid #ff9022;
}
.sap-btn-dark button:hover,
.sap-btn-dark a:hover,
.header-btn:hover {
  background-color: #ff9022;
  border: 2px solid #ff9022;
}
.sap-btn-light button,
.sap-btn-light a {
  color: #ff9022;
}
.sap-btn-light button:hover,
.sap-btn-light a:hover {
  background-color: #ff9022;
  border: 2px solid #ff9022;
}
.sap-btn-dark-o button:hover,
.sap-btn-dark-o a:hover {
  background-color: #ff9022;
  border: 2px solid #ff9022;
}
.sap-btn-dark-o button,
.sap-btn-dark-o a {
  border: 2px solid #ff9022;
  color: #ff9022;
  background-color: transparent;
}
.nav-tabs .nav-link.active {
  color: #ff9022;
}
.ibti-icon svg path {
  fill: #ff9022;
}
path#Path_29 {
  fill: #ff9022;
}
path#Path_60 {
  fill: #ff9022;
}
.menu-item a:hover:not(.menu-item.header-btn a) {
  color: #ff9022 !important;
}

.ctm-single-pro .caption-text {
  display: block;
}
.ctm-single-pro .grid-loop .tour-dtl-price {
  display: inline-block;
}
.ctm-single-pro .tour-dtl-carausel .carousel-indicators li {
  border: 0;
  height: 12px;
  width: 12px;
  margin: 0 4px 0;
  opacity: 1;
}
.ctm-single-pro .tour-dtl-carausel .carousel-indicators .active {
  border: 0 !important;
}

.fam-badge {
  background-color: #c3b2e6;
}
.smgroup-badge {
  background-color: #e6b2b2;
}
.prioracc-badge {
  background-color: #b2e6d3;
}
.semip-badge {
  background-color: #b2d3e6;
}
.arenafloor-badge {
  background-color: #efa0c6;
}
.skipline-badge {
  background-color: #f1db8c;
}
.fastrack-badge {
  background-color: #3e3e3e;
  color: #fff;
}
.audiogd-badge {
  background-color: #8cd88a;
}
.gladent-badge {
  background-color: #c8a3a3;
}
.colsmug-badge {
  background-color: #9ee9e4;
}
.ancientrm-badge {
  background-color: #b6c86e;
}
.privtour-badge {
  background-color: #7d7d7d;
  color: #fff;
}
.valid1-badge {
  background-color: #80a3d8;
  color: #fff;
}
.valid2-badge {
  background-color: #7190be;
  color: #fff;
}
.valid3-badge {
  background-color: #5b77a0;
  color: #fff;
}

.form-control.main-input {
  width: 100% !important;
}

/* add new css  .....................................start */

.vat_cont_main .check_aval {
  border-color: #e7e7e7 !important;
}
.vat_cont_main .save_box h6 {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-align: center;
}
.vat_cont_main .save_box {
  border-radius: 5px;
  border-bottom: none;
}
.vat_cont_main .save_up {
  padding: 15px 12px;
}
.vat_cont_main .save_up_text {
  flex-direction: column;
  gap: 27px;
  padding-top: 35px;
  padding-bottom: 0;
}
.vat_cont_main .par_person_price {
  display: flex;
  gap: 5px;
}
.vat_cont_main .pr_pers {
  display: flex;
  gap: 5px;
  font-size: 28px;
  line-height: 24px;
  color: #1e1e1e;
  align-items: end;
}
.vat_cont_main .sap_red_btn .check_availabilit {
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  border-radius: 10px !important;
}
.vat_cont_main .participants_box .sap_red_btn {
  width: 100% !important;
  padding: 0 !important;
}
.vat_cont_main .pr_pers span {
  font-size: 14px;
  color: #adb2c0;
}

.likely_sec .tour_acc .accordion-item {
  border: 1px solid #a7011a !important;
  border-radius: 20px !important;
  padding: 10px;
}
.likely_sec .price_breakdown_left {
  width: 100%;
}
.likely_sec .price_breakdown_right {
  width: 100%;
  border-left: 0;
}
.likely_sec .rad_btns {
  border-bottom: 1px solid #e0e0e0;
  border-top-color: #e0e0e0 !important;
}
.likely_sec_inner {
  flex-direction: column;
}

.likely_sec_inner .sel_time,
.sel_time_2 {
  color: #444444;
  margin: 16px 0 20px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
}
.likely_sec .likely_right_cont ul {
  padding: 4px 30px 0 !important;
  border-radius: 10px;
  gap: 40px;
}

.likely_sec .adult_align {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 240px;
}
.likely_sec .cart_inner_two {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.likely_sec .price_breakdown_right .sap_red_btn {
  justify-content: end;
}
.likely_sec .cart_inner_cont .total_cl {
  text-align: left;
}
.likely_sec .price.price-breakdown {
  padding: 15px 30px 0;
}
.likely_sec .price_breakdown_left .pricebreakdowndiv.rad_btns {
  padding-bottom: 15px;
  margin: 0 30px;
}
.likely_sec .cart_cont .sap_red_btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.likely_sec .adult_align span,
.likely_sec .cart_inner_two h4 {
  font-size: 16px;
  font-weight: 500;
}
.icon-sec-t ul .duration1 {
  display: flex;
  gap: 6px;
}
.staricon-dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staricon-dates .caption {
  flex-direction: column;
}
.staricon-dates .caption h4 {
  font-size: 16px;
  font-weight: 500;
}
.staricon-dates .caption h5 {
  font-size: 14px;
  line-height: 21px;
  color: #888888;
  margin-bottom: 0;
}
.starcont svg {
  margin-bottom: 0 !important;
  width: 95px !important;
  font-size: 25px;
}

.rome ul {
  max-height: 420px;
  overflow: auto;
}
.rome ul::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.rome ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.rome ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.rome ul::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.rome ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #878787;
}

.participants_box .select_field.sel_parti {
  margin-right: 0;
}
.participants_box .select_field.align_icon {
  margin-right: 0;
}
.participants_box .part_sec_inner {
  gap: 10px;
}

.part_main .part_sec_inner {
  margin-top: 0;
}
.select_field.sel_parti .dropdown .btn-block {
  padding-left: 20px !important;
}
.vat_cont_main {
  margin-top: 40px;
}

.slider_heading_text {
  padding-top: 2px;
}
.likely_sec .cart_inner_cont {
  width: 50%;
}
.likely_sec .price_breakdown_right .cart_cont {
  display: flex !important;
  background: #ffeadc !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.vat_cont_main .accordion-body.activity_pad {
  padding-left: 0;
  padding-right: 0;
}
.likely_sec .price_breakdown_right {
  padding-left: 0;
}
.likely_sec .tour_acc .accordion-item {
  padding: 0;
}
.vat_cont_main .tour_acc .accordion-header .accordion-button {
  padding-left: 30px !important;
}
.likely_sec_inner .sel_time,
.sel_time_2 {
  font-size: 18px !important;
  line-height: 24px;
}
.likely_sec .price_breakdown_right .cart_cont .sap_red_btn button {
  font-size: 14px;
  line-height: 14px;
}
.likely_sec_inner .sel_time {
  margin-top: 0;
  margin-bottom: 10px;
}
.sel_time_2 {
  margin: 0;
}
.tour_acc .accordion-item:first-of-type .accordion-button {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.tour_acc .likely {
  margin-bottom: 0;
}

.likely_right_cont ul li {
  max-width: max-content;
}
.likely_right_cont ul li div span {
  margin-right: 4px;
}
.drp-age-group {
  max-width: 112px;
}
.d-flex.flex-row.align-items-center.my-3 div:first-child {
  width: 48px;
}
.cats-dropdown {
  font-size: 13px !important;
}
.tour_acc .check-sec {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .part_main .part_sec_inner {
    margin-top: 0;
    height: max-content;
  }
  .part_sec .select_field.sel_parti .dropdown .btn-block {
    width: 100%;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .vat_cont_main {
    margin-top: 30px;
  }
  #option-wrapper .likely_sec {
    padding-top: 20px !important;
  }
  .vat_cont_main .icon-sec-t ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .vat_cont_main .accordion-body {
    padding: 0 24px 24px !important;
  }
  .part_main .part_sec_inner {
    margin-top: 20px;
  }
  .participants_box .part_sec_inner {
    gap: 0;
  }
  .vat_cont_main #single_acc_s .accordion-item,
  .vat_cont_main #priority_access_colosseum .accordion-item {
    border: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #00000030 !important;
    border-radius: 10px !important;
    background: #fcfcfc;
  }
  .vat_cont_main .accordion-header .accordion-button {
    padding: 12px 12px !important;
  }
  .part_main.participants_box .sap_availability_btn {
    padding: 0 !important;
  }
  .likely_sec .tour_acc .accordion-item {
    border-radius: 10px !important;
    padding: 0;
  }
  .vat_cont_main .accordion-body {
    padding: 0 12px 15px !important;
  }
  .likely_sec_inner .sel_time,
  .sel_time_2 {
    margin: 16px 0 15px 0;
    font-size: 20px;
  }
  .likely_sec .adult_align {
    justify-content: center;
  }
  .likely_sec .cart_inner_two {
    justify-content: center;
    flex-direction: column;
  }
  .likely_sec .cart_inner_cont .total_cl {
    text-align: center;
  }
  .likely_sec .cart_cont .sap_red_btn button svg {
    width: 18px;
  }
  .popular-tours-inner .sap-md-heading {
    color: #242424;
    letter-spacing: 0.6px;
    text-align: left !important;
  }
  .vatican_sec {
    margin: 60px 0 0px 0;
  }
  .likely_sec .price_breakdown_right .sap_red_btn {
    justify-content: center;
  }
  .tour-rating-box {
    min-height: max-content !important;
  }
  .vat_right_cont {
    padding: 20px 10px;
  }
  .tour-dtl-price {
    display: none;
  }
  .price_product_pages {
    text-align: left;
    width: 100%;
    justify-content: start;
    gap: 5px;
  }
  .from_ {
    margin-top: 16px !important;
    padding-bottom: 5px;
  }
  .ctm-single-pro .tour-grid-head .price {
    color: #a7011a;
  }
  .slider_heading_text {
    padding-top: 18px;
  }
  #customer_reviews_acc .accordion-body {
    border-bottom: 0px solid rgb(223 226 235);
    padding-bottom: 0;
  }
  .grey-back .tour-grid-head {
    grid-gap: 25px !important;
  }
  .tour-dtl-rating-reviews {
    display: flex;
    gap: 10px;
  }
  .tour-dtl-rating {
    padding-left: 0 !important;
  }
  .ctm-single-pro .badges {
    color: rgba(36, 36, 36, 0.8);
  }
  .tgrid-badges .badges:nth-child(1) {
    color: #fff !important;
  }
  .tour-dtl-carausel img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .carousel-inner {
    border-radius: 0;
  }

  .tour_acc .accordion-item:first-of-type .accordion-button {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .vat_cont_main .tour_acc .accordion-header .accordion-button {
    padding-left: 20px !important;
  }
  .part_sec .select_field.sel_parti .dropdown .btn-block {
    text-align: center !important;
  }

  .vat_cont_main .tour_acc .accordion-body {
    padding: 0 !important;
  }
  .likely_sec .price_breakdown_right .cart_cont {
    border-radius: 0px;
    padding-top: 20px !important;
  }
  .likely_sec .adult_align {
    gap: 20px;
    max-width: 100% !important;
  }
  .likely_sec_inner .sel_time,
  .sel_time_2 {
    margin: 10px 0 10px 0;
    width: 100%;
    display: block;
  }
  .likely_sec .cart_inner_cont {
    width: 100%;
  }
  .likely_sec .price.price-breakdown {
    padding: 2px 30px 0 !important;
  }
  .likely_left_cont p {
    padding: 0 0 12px 0 !important;
  }
  .pricebreakdowndiv.rad_btns {
    padding: 5px 0;
  }
  #start-times-radiao-6 {
    margin: 0;
  }
  .price.price-breakdown {
    margin-top: 0;
  }
}

@media (min-width: 992x) {
  .likely_right_cont ul li div br {
    display: none;
  }
}
