/*.top-section.sticky {
  z-index: 9999;
}
*/
.qoute-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../../images/testimonial-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.qoute-section-title {
  font-size: 36px;
  color: #046eb3;
  font-weight: 700;
  margin-bottom: 0px;
}
.quote-body {
  padding: 70px 150px 70px 200px;
  background-color: #06436b;
  background: linear-gradient(90deg, rgb(0, 33, 71) 0%, rgb(4, 135, 243) 100%);
  position: relative;
  border-radius: 10px;
}
.qoute-sign {
  width: 80px;
  height: 80px;
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -30px;
  background-color: #f39d26;
  color: white;
  border-radius: 6px;
}
.quote-body .thumb {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -50px;
}
.quote-body .thumb img {
  width: 100%;
}
.quote-body p {
  color: white;
  margin-bottom: 0;
  font-size: 22px;
  letter-spacing: 1px;
}

.form-section {
  background-color: #efefef;
}
.item-section .col-md-6 {
  margin-bottom: 30px;
}
.item-section .item {
  background-color: #fcfcfc;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.item-section .item .thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* padding: 16px;
  border-radius: 10px; */
}
.item-section .item .thumb figure {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.item-section .item .thumb img {
  transition: all 0.5s ease;
  border-radius: 10px;
}
.item-section .item:hover .thumb img {
  transform: scale(1.05) translateY(-5%);
  transform-origin: bottom;
  transition-delay: 0.1s;
}

.item-section .item .thumb .badge-item {
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 2px 7px;
  background-color: #f39d26;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  z-index: 2;
}

.item-section .item .content-outer {
  height: 180px;
  padding: 0 20px;
  position: relative;
}

.item-section .item:hover .content-outer .content {
  bottom: 0%;
}

.item-section .item .content {
  padding: 10px 20px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  background-color: white;
  /* transform: translateY(-20%); */
  border-radius: 10px;
  position: absolute;
  width: 94%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}
.item-section .item .content .custom-btn {
  padding: 13px 37px;
  font-size: 18px;
  font-weight: 700;
  background-color: #046eb3;
  border-radius: 6px;
  color: white;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s ease;
}
.item-section .item .content .custom-btn:hover {
  background-color: #f39d26;
  transition: all 0s ease;
  transition-delay: 0s;
}
.item-section .item:hover .content-outer .content .custom-btn {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.2s;
}
.item-section .item .content h4 a {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #046eb3;
  display: block;
  transition: all 0.3s ease;
}

.item-section .item .content h4 a:hover {
  color: #f39d26;
}
.item-section .item .content p {
/*  color: #272d32;*/
  color: #555b5f;
  font-size: 16px;
  font-weight: 400;
}
.item-section .item .content p a {
  display: inline-block;
  color: #046eb3;
  transition: all 0.3s ease;
}
.item-section .item:hover .content p a {
  display: inline-block;
  color: #f39d26;
  margin-left: 5px;
}
.item-section .item .content p i {
  font-size: 15px;
  line-height: 1.5;
  transform: translateY(2px);
}
.ex-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ex-info li {
  font-weight: 600;
  font-size: 15px;
}
.ex-info li i {
  color: #f39d26;
}

.section-wrapper {
  margin-top: 70px;
}
.image-block img {
  width: 100%;
  border-radius: 10px;
}

.list-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-content p {
  font-size: 20px;
  font-weight: 400;
}
.list-item {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 7px;
  font-weight: 400;
}
.list-item .bg-gradient {
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(
    to right,
    rgba(81, 43, 252, 0.1),
    rgba(255, 255, 255, 0)
  );
  border-radius: 20px;
  padding: 0 10px;
}
.list-item .icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #046eb3;
  margin-right: 10px;
  color: white !important;
}

.list-item.color1 {
  /* color: rgba(4 110 179, 1); */
  font-weight: 600;
}
.list-item.color1 .bg-gradient {
  background-image: linear-gradient(
    to right,
    rgba(4 110 179, 0.1),
    rgba(255, 255, 255, 0)
  );
}
.list-item.color1 .icon {
  background-color: rgba(4 110 179, 1);
}

.list-item.color2 {
  /* color: rgba(50, 252, 43, 1); */
  font-weight: 600;
}
.list-item.color2 .bg-gradient {
  background-image: linear-gradient(
    to right,
    rgba(50, 252, 43, 0.1),
    rgba(255, 255, 255, 0)
  );
}
.list-item.color2 .icon {
  background-color: rgb(50, 252, 43);
}

.list-item.color3 {
  /* color: rgba(252, 43, 88, 1); */
  font-weight: 600;
}
.list-item.color3 .bg-gradient {
  background-image: linear-gradient(
    to right,
    rgba(252, 43, 88, 0.1),
    rgba(255, 255, 255, 0)
  );
}
.list-item.color3 .icon {
  /* background-color: rgb(252, 43, 88); */
  font-weight: 600;
}

.list-item.color4 {
  /* color: rgba(146, 241, 36, 1); */
  font-weight: 600;
}
.list-item.color4 .bg-gradient {
  background-image: linear-gradient(
    to right,
    rgba(146, 241, 36, 0.1),
    rgba(255, 255, 255, 0)
  );
}
.list-item.color4 .icon {
  background-color: rgb(146, 241, 36);
  /* background-color: rgb(243, 157, 1); */
}

.list-item.color5 {
  /* color: rgba(22, 224, 181, 1); */
  font-weight: 600;
}
.list-item.color5 .bg-gradient {
  background-image: linear-gradient(
    to right,
    rgba(243, 157, 1, 0.1),
    rgba(255, 255, 255, 0)
  );
}
.list-item.color5 .icon {
  background-color: rgb(243, 157, 1);
}
.bg-color {
  background-color: #efefef !important;
}

.pattern-right {
  position: relative;
}
.pattern-right .pattern-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  opacity: 0.1;
}
.pattern-right .pattern-block img {
  width: 100%;
}

.pattern-left {
  position: relative;
  background-image: url("../../images/testimonial-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pattern-left .pattern-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  opacity: 0.1;
}
.pattern-left .pattern-block img {
  width: 100%;
}

/* form */
.form-section {
  background-color: #ffc107bf;
  position: relative;
}

.form-section .section-header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  transform: translateY(-50%);
}
.form-section .container1 {
  max-width: 1280px;
  margin: auto;
  padding: 0 30px;
}
.form-section .header-content {
  /*  background-color: #18bcc7;*/
  background: linear-gradient(90deg, rgb(0, 33, 71) 0%, rgb(4, 135, 243) 100%);
  padding: 60px 70px;
  border-radius: 10px;
}
.form-section .header-content h6 {
  font-size: 1.75rem;
  line-height: 1.95rem;
  font-weight: 700;
  color: white;
  text-align: left;
}
.form-section .header-content p {
  font-size: 22px;
  color: white;
  margin-bottom: 0;
}
.form-section .header-content h6 span {
  position: relative;
}
.form-section form .submit {
  border: none;
  min-width: 300px;
  cursor: pointer;
  padding: 16px 15px 17px 15px;
}

.separator-image {
  position: absolute !important;
  left: 0;
  width: 80px;
  height: 10px;
  bottom: 2px;
}
.separator-image img {
  height: 100%;
}

.form-section form .input-item {
  margin-bottom: 30px;
}

.form-section form .input-item label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-section form .input-item input {
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 5px;
  width: 100%;
}

.form-section form .input-item select {
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 5px;
  width: 100%;
  appearance: none;
  background-image: url("../../images/caret.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.form-section form .input-item select option {
  background-color: #046eb3;
  color: white;
}

.block-sub-title {
  font-weight: 700;
  color: #046eb3;
}

/*   destination detail page */
.details-body {
  padding: 120px 0;
}

.details-body .details-content img {
  width: 100%;
  border-radius: 10px;
}
.details-body .details-content .thumb {
  position: relative;
}
.details-body .details-content .thumb .badge-item {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 2px 7px;
  background-color: #046eb3;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  z-index: 2;
}
.details-body .main-content h1 {
  color: #046eb3;
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
}
.details-body .main-content h2 {
  color: #046eb3;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}
.details-body .main-content h3 {
  color: #046eb3;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.details-body .main-content h4 {
  color: #046eb3;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
.details-body .main-content h5 {
  color: #046eb3;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.details-body .main-content h6 {
  color: #046eb3;
  font-size: 16px;
  font-weight: 700;
}

.details-body .main-content p {
  font-size: 18px;
  color: #7a7272;
  margin-bottom: 20px;
}
/* 
.tag-share-block {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
  margin-top: 60px;
}
.tag-list li:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
}
.tag-list li {
  margin-right: 10px;
}
.tag-list li a {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  color: #7a7272;
}
.tag-list li a:hover {
  background-color: #f39d26;
  color: white;
  border: 1px solid #f39d26;
}

.share-social li:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
}
.share-social li {
  margin-right: 10px;
}
.share-social li a {
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  color: #7a7272;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-social li a:hover {
  background-color: #f39d26;
  color: white;
  border: 1px solid #f39d26;
}

.comments-block {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
  margin-top: 60px;
}
.comments-block h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.comment-item {
  display: flex;
}
.comment-item-outer {
  padding: 30px 0;
}
.comment-item-outer:last-child {
  padding-bottom: 0;
}
.comment-item .comment-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-item .comment-thumb img {
  width: 100%;
}
.comment-item .comment-content {
  width: calc(100% - 80px);
  padding-left: 20px;
  position: relative;
}
.comment-item .comment-content .reply {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.comment-item .comment-content .reply:hover {
  color: #f39d26;
}
.comment-item .comment-content .title {
  margin-bottom: 0;
}
.comment-item .comment-content .title a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  display: block;
  color: #272d32;
}
.comment-item .comment-content .title a:hover {
  color: #f39d26;
}

.comment-item .comment-content .comment-date {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.comment-item .comment-content .desc {
  font-size: 16px;
  margin-bottom: 0px;
}

.comment-item-outer .comment-item-outer {
  padding-left: 80px;
}

.detail-container {
  max-width: 1280px;
  margin: auto;
  padding: 30px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.respone-comments {
  padding-top: 30px;
  margin-top: 60px;
}

.respone-comments h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.response-form .input-item {
  margin-bottom: 24px;
}
.response-form .input-item input {
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}
.response-form .input-item input:focus {
  border: 1px solid #f39d26;
}
.response-form .input-item textarea:focus {
  border: 1px solid #f39d26;
}
.response-form .input-item textarea {
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-height: 150px;
  width: 100%;
}

.response-form .submit {
  padding: 12px 20px;
  min-width: 200px;
  text-align: center;
  background-color: #046eb3;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.response-form .submit:hover {
  background-color: #f39d26;
} */

.main-content {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.details-section {
  padding: 20px;
  background-color: white;
}

.main-content img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}
.main-content iframe {
  max-width: 100%;
  border-radius: 10px;
}
.main-content .video {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}
.main-content .video iframe {
  transform: scale(1.3);
}

.main-content p strong {
  color: #046eb3;
}

/*.main-content table {
  width: 100%;
  margin-bottom: 30px;
}

.main-content table thead th {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #fcfcfc;
}
.main-content table tbody {
  border-top: 1px solid #ccc;
}
.main-content table tbody td {
  padding: 5px 10px;
  border-right: 1px solid #ccc;
}
.main-content table tr {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}*/

.section-details table {
  width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  margin-bottom: 0px;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
}
.section-details table thead th {
  padding: 10px 30px;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  background-color: #dffff6;
  text-align: center;
  color: #110053;
  font-family: outfit;
  font-size: 18px;
}
.section-details table tbody {
  border-top: 1px solid #dee2e6;
}
.section-details table tbody td {
  padding: 10px 30px;
  border-right: 1px solid #dee2e6;
  font-size: 18px;
}
.section-details table tr {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}

.table-wrapper {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.main-content p {
  font-size: 16px;
}
.main-content p strong {
  font-size: 15px;
}

.faq-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}
.accordion-item .accordion-item-header button {
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  color: #046eb3;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
}
.accordion-item .accordion-item-header button i {
  font-size: 12px;
}
.accordion-item .accordion-item-header button.collapsed .fa-plus {
  display: block;
}
.accordion-item .accordion-item-header button.collapsed .fa-minus {
  display: none;
}

.accordion-item .accordion-item-header button .fa-minus {
  display: block;
}
.accordion-item .accordion-item-header button .fa-plus {
  display: none;
}

.accordion-item .accordion-body {
  padding: 20px;
  padding-bottom: 40px;
}

.faq-section .image {
  text-align: center;
}

.sidebar-content .widget {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.widget-contact-form form .input-item {
  margin-bottom: 20px;
}

.widget-contact-form form .input-item label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
}
.widget-contact-form form .input-item input {
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 5px;
  width: 100%;
}
.widget-contact-form form .input-item input:focus {
  border: 1px solid #046eb3;
}

.widget-contact-form form .input-item select {
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 5px;
  width: 100%;
  appearance: none;
  background-image: url("../../images/caret.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.widget-contact-form form .input-item select:focus {
  border: 1px solid #046eb3;
}
.widget-contact-form form .input-item select option {
  background-color: #046eb3;
  color: white;
}

.widget-contact-form form .submit {
  border: none;
  min-width: 300px;
  cursor: pointer;
  padding: 16px 15px 17px 15px;
}
.widget-contact-form .widget-header h5 {
  font-size: 24px;
  text-align: center;
}

.widget-g-information .widget-header h5 {
  color: #f39d26;
  font-size: 24px;
  border-bottom: 3px solid #f39d26;
}

.widget-g-information .widget-body h5 {
  font-size: 22px;
}
.widget-g-information .widget-body p {
  font-size: 18px;
}
.widget-g-information {
  text-align: center;
}
.widget .widget-header h5 {
  margin-bottom: 20px;
}

.custom-sticky {
  top: 120px;
}

.sticky-onepage-nave-header {
  z-index: 1;
  background-color: white;
  transform: translateY(-18px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.sticky-onepage-nave-header ul li a {
  padding: 10px 20px;
  display: block;
  font-size: 18px;
}

.contet-title-list li a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  display: block;
  position: relative;
  color: #046eb3;
}

.contet-title-list li a:hover {
  color: #f39d26;
}

.contet-title-list li a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 22px;
  width: 20px;
  height: 3px;
  background-color: #046eb3;
}
.contet-title-list li a:hover:after {
  background-color: #f39d26;
}
.heading-md {
  padding: 0 0 10px;
  margin: 0 0 32px;
}
.heading-md:after {
  content: "";
  height: 7px;
  width: 158px;
  background-color: #f39d26 !important;
  /* background-image: url(../../../public/images/highlight-separator.svg); */
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* .image-block {
  background: #fcfcfc;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
} */
.select2-container {
  max-width: 100%;
}
