.sectionMain {
  padding: 2rem 0;
  position: relative;
  margin-top: 5.2rem;
  border-top: 0.1rem solid;
  border-color: #606060;
}

/** staticContent **/
.staticContent .page-heading {
  margin-bottom: 2.2rem;
  position: relative;
}
.staticContent .page-heading h1, .staticContent .page-heading .h1 {
  font-size: 2rem;
  text-align: center;
  color: #0a42b1;
}
.staticContent .page-heading .heading-line {
  width: 3rem;
  margin: 0px auto;
  background: #f66f32;
  height: 0.18rem;
  opacity: 1;
}
.staticContent h3, .staticContent .h3 {
  margin: 1rem 0px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
}
.staticContent h4, .staticContent .h4 {
  margin: 0.95rem 0 0.6rem;
  color: #0a42b1;
  font-size: 1rem;
  font-weight: bolder;
}
.staticContent h5, .staticContent .h5 {
  margin: 0.5rem 0;
  color: #0a42b1;
  font-size: 0.85rem;
  font-weight: bolder;
  text-decoration: underline;
}
.staticContent p {
  margin: 0 0 1.5rem 0;
  color: #606060;
  font-size: 0.85rem;
}
.staticContent p a {
  color: #3274f6;
  text-decoration: underline;
}
.staticContent p + p, .staticContent p + ul {
  margin-top: -0.9rem;
}
.staticContent ul {
  margin-bottom: 1.5rem;
}
.staticContent ul li {
  color: #606060;
  font-size: 0.85rem;
}
.staticContent ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.staticContent ul + p, .staticContent ul + ul {
  margin-top: -0.9rem;
}
.staticContent .sitemap-content:not(:last-child) {
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid;
  border-color: #606060;
  padding-bottom: 1rem;
}
.staticContent .sitemap-content .sitemap-title {
  display: block;
  color: #0a42b1;
  font-size: 1.3rem;
  margin: 0 0 0.8rem;
}
.staticContent .sitemap-content .sitemap-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.staticContent .sitemap-content .sitemap-list li {
  list-style: none;
  margin: 0 0 1rem 0;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
}
.staticContent .sitemap-content .sitemap-list li:before {
  content: "\00BB \0020";
  line-height: 18px;
  display: block;
  padding-right: 5px;
}
.staticContent .sitemap-content .sitemap-list li a {
  color: #000000;
  text-decoration: none;
  transition: ease all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .staticContent .sitemap-content .sitemap-list li a {
    transition: none;
  }
}
.staticContent .sitemap-content .sitemap-list li a:hover {
  color: #f66f32;
}
.staticContent .TrConTabVw {
  margin-bottom: 15px;
}
.staticContent .TrConTabVw table {
  width: 100%;
}
.staticContent .TrConTabVw table:not(:last-child) {
  margin-bottom: 15px;
}
.staticContent .TrConTabVw table tr th {
  padding: 5px;
  text-align: center;
  background: #0a42b1;
  font-size: 18px;
  color: #fff;
}
.staticContent .TrConTabVw table tr td {
  padding: 5px;
  font-size: 14px;
}
.staticContent .TrConTabVw table tr td:nth-child(1) {
  width: 40%;
  text-align: left;
}
.staticContent .TrConTabVw table tr td:nth-child(2) {
  width: 30%;
  text-align: center;
}
.staticContent .TrConTabVw table tr td:nth-child(3) {
  width: 30%;
  text-align: center;
}
.staticContent .TrConTabVw table tr td.equalDevide {
  width: 15%;
  text-align: center;
}
.staticContent .TrConTabVw table tr.bgGray {
  background: #e1e1e1;
}
.staticContent .TrConTabVw table tr.bgGray td {
  font-weight: 700;
}
.staticContent .TrConTabVw table tr.rowSpn td {
  width: 15%;
  text-align: center;
}

.info-tab-section {
  width: 100%;
  margin: 40px 0px;
}
.info-tab-section ul {
  padding: 0px;
  border-bottom: none;
}
.info-tab-section ul li {
  margin-bottom: 2px;
  list-style: none;
}
.info-tab-section ul li a {
  background: #FF690F;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 10px;
  border: none;
}
.info-tab-section ul li a.active {
  background: #0a42b1;
  position: relative;
}
.info-tab-section ul li a.active:hover, .info-tab-section ul li a.active:focus {
  color: #ffffff;
  border: none;
}
.info-tab-section ul.tableATag li a {
  padding: 0;
  font-size: 14px;
  background: transparent;
}
.info-tab-section ul.airline-tfn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  grid-gap: 1rem;
}
.info-tab-section ul.airline-tfn li {
  display: flex;
  flex-direction: column;
  width: 23.9%;
  align-items: center;
  justify-content: center;
  border: 1px dashed #bbbbbb;
  box-shadow: 5px 5px 8px -6px #888888;
  padding: 10px;
}
.info-tab-section ul.airline-tfn li > *:not(:first-child) {
  margin-top: 10px;
}
.info-tab-section ul.airline-tfn li span {
  color: #adadad;
}
.info-tab-section ul.airline-tfn li .links {
  display: flex;
}
.info-tab-section ul.airline-tfn li .links a {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #333;
  font-size: 12px;
}
.info-tab-section ul.airline-tfn li .links a:not(:last-child) {
  margin-right: 5px;
}
.info-tab-section ul.centerLinks {
  margin-top: 2.5rem;
}
.info-tab-section .airline-code {
  display: flex;
}
.info-tab-section .airline-code ul {
  width: 33.3333333333%;
  list-style: none;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.info-tab-section .airline-code ul li {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0px;
  font-size: 14px;
  text-align: center;
}
.info-tab-section .airline-code ul li:nth-child(odd) {
  width: 35%;
}
.info-tab-section .airline-code ul li:nth-child(even) {
  width: 65%;
}
.info-tab-section .airline-code ul li.heading {
  font-size: 16px;
  color: #000000 !important;
  font-weight: 600;
}
.info-tab-section .airline-code ul li a {
  color: #4e4e4e;
}
.info-tab-section .airline-code ul li.a-code {
  color: #0a42b1;
}
.info-tab-section .travel-glosery {
  padding-top: 1rem;
}
.info-tab-section .travel-glosery ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.info-tab-section .travel-glosery ul li {
  border-bottom: 0.1rem solid;
  border-color: #e5e5e5;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  color: #000000;
  list-style: none;
}
.info-tab-section .tsa-section ul li {
  border-bottom: 0.1rem solid;
  border-color: #e5e5e5;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  color: #000000;
  list-style: none;
}
.info-tab-section .tsa-section ul li:first-child span {
  font-weight: 700;
}
.info-tab-section .middleTabsSec {
  padding-top: 1.5rem;
}

/*payment confirmation css*/

.thankyouText {
    width: 100%;
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thanyou-desc {
    height: initial;
    width: 500px;
    box-shadow: 4px 8px 40px 8px rgb(4 135 89 / 11%);
    padding: 30px 30px 15px;
    text-align: center;
    border-bottom: solid 4px #048759;
    border-radius: 12px;
}
.thanyou-desc.success {
    box-shadow: 4px 8px 40px 8px rgb(4 135 89 / 11%);
    border-bottom: solid 4px #048759;
}
.thanyou-desc.success h1{
    color: #048759;
}
.thanyou-desc h1 {
    font-size: 2em;
    color: #048759;
}
.thanyou-desc strong{
    font-size: 14px;
    color:#000;
    font-weight:600;
}
.thanyou-desc.success .thanyou-icon{
     background-color:#048759;
}
.thanyou-desc.success .thanyou-icon:before{
    border-color: #fff;
}
.thanyou-icon {
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 50%;
    background-color:#048759;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    position: relative;
    margin-bottom: 20px;
}
.thanyou-icon:before{
    content: '';
    display: block;
    width: 11px;
    height: 23px;
    border: solid #fff;
    border-width: 0px 3px 3px 0;
    transform: translate(-50%, -60%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
}

.thanyou-desc.cancel {
    box-shadow: 4px 8px 40px 8px rgb(235 15 37 / 16%);
    border-color: #eb0f25;
}
.thanyou-desc.cancel .thanyou-icon{
    background-color:#eb0f25;
}
.thanyou-desc.cancel h1{
    color:#eb0f25;
}
.thanyou-desc.cancel .thanyou-icon:before{
    width:0px;
    transform:translate(-50%, -50%) rotate(45deg)
}
.thanyou-desc.cancel .thanyou-icon:after{
    content: '';
    display: block;
    width: 0px;
    height: 23px;
    border: solid #fff;
    border-width: 0px 3px 3px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
}

.thanyou-desc.pending {
    box-shadow: 4px 8px 40px 8px rgb(236 107 46 / 14%);
    border-color: #ec6b2e;
}
.thanyou-desc.pending .thanyou-icon {
    background-color: #ec6b2e;
}
.thanyou-desc.pending h1 {
    color: #ec6b2e;
}

@media only screen and (max-width:767px) {
    .thanyou-desc {
        width: 100%;
        padding: 20px;
    }
    .thanyou-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }
  .thanyou-icon:before{
    width: 8px;
    height: 15px;
    border-width: 0px 2px 2px 0;
  }
    .thanyou-desc h1 {
        font-size: 20px;
    }
    .thanyou-desc strong {
        font-size: 13px;
    }
    .thankyouText{
        height:auto;
    }
    .payment_in_item .payment-title{
       font-size:14px;
    }
    .payment_in_item.my-3{
        margin:5px 0px !important;
    }
    .thanyou-desc.cancel .thanyou-icon:after {
        border-width: 0px 2px 2px 0;
        height: 16px;
    }
   
}

