body {
  font-family: 'DM Sans', sans-serif;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  -webkit-user-select: none;
  /* Disable selection */
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-icon{
  color: #fff;
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

p {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

.cm-clearfix:before,
.cm-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.footer-logo img{
  height: 80px;
}

.logo img{
  height: 60px;
   width: 169px;
}

img {
  width: 100%;
  display: block;
}

h1 {
  font-size: 45px;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 10px;
}

h3 {
  font-size: 28px;
  font-weight: 500;
}

h4 {
  font-size: 22px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
}

ul li {
  font-size: 18px;
}
.mb-0{
margin-bottom: 0 !important;
}
/* Global Classes */

.cm-lg-fs {
  font-size: 16px;
}

.cm-scroll::-webkit-scrollbar {
  width: 8px;
}

.cm-wd-20 {
  width: 20%;
}

.cm-wd-25 {
  width: 25%;
}

.cm-wd-30 {
  width: 30%;
}

.cm-wd-40 {
  width: 40%;
}

.cm-wd-50 {
  width: 50%;
}

.cm-wd-60 {
  width: 60%;
}

.cm-wd-65 {
  width: 65%;
}

.cm-wd-70 {
  width: 70%;
}

.cm-wd-75 {
  width: 75%;
}

.cm-wd-80 {
  width: 80%;
}

.cm-wd-100 {
  width: 100%;
}

/*Button*/
.cm-prime-btn {
  border-radius: 10px 10px;
  padding: 10px 20px;
  color: white;
  font-size: 19px;
  background-color: #00915c;
  display: inline-block;
  border: 1px solid #009361;
}

.cm-second-btn {
  border: 2px solid #00915C;
  padding: 10px 30px;
  font-size: 20px;
  color: #00915C;
  display: inline-block;
}

.cm-second-btn:hover {
  background-color: #00915C;
  color: white;
}

a.cm-grad-btn {
  padding: 10px 30px;
  background: linear-gradient(68deg, #42545b, #006643);
  color: #fff;
  display: inline-block;
  border-radius: 45px;
  box-shadow: 0px 0px 4px #dcdcdc;
}

a.cm-prime-btn:hover {
  color: #fff;
  background: #009361;
  border: 1px solid #009361;
}

a.cm-grad-btn:hover {
  background-image: linear-gradient(68deg, #009361ad, #009361);
}

.btn-rounded {
  border-radius: 50px;
  font-weight: 500;
}

a.cm-prime-btn {
  text-decoration: none;
}


/*Flex*/

.cm-flex {
  display: flex;
}

.cm-flex-type-1 {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}

.cm-flex-type-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cm-page-center {
  max-width: 1250px;
  max-width: 95%;
  margin: 0 auto;
}

.cm-flex-wrap {
  flex-wrap: wrap;
}

.cm-align-baseline {
  align-items: baseline;
}

.cm-align-inherit {
  align-items: inherit;
}

/*Section*/

.cm-section-h {
  font-size: 35px;
}

.cm-section {
  padding: 20px 0;
}


/* Text Style*/
.cm-txt-center {
  text-align: center;
}

.text-deco-none a {
  text-decoration: none;
}

/*Box Shadow style*/

.cm-box-shadow-1 {
  box-shadow: 0px 0px 5px #dfdfdf;
}

.cm-box-shadow-2 {
  box-shadow: 0px 5px 7px #a3a3a3;
}



/*Margin Style*/
.cm-mt-10 {
  margin-top: 10px;
}

.cm-mt-20 {
  margin-top: 20px;
}

.cm-mt-30 {
  margin-top: 30px;
}

.cm-mb-10 {
  margin-bottom: 10px;
}

.cm-mb-20 {
  margin-bottom: 20px;
}

.cm-mb-30 {
  margin-bottom: 30px;
}

.cm-margin-auto {
  margin-left: auto;
  margin-left: auto;
}

/*Padding Style*/

.cm-plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.cm-plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.cm-ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cm-ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*Border Radius style*/
.cm-br-5 {
  border-radius: 5px;
}

.cm-br-10 {
  border-radius: 10px;
}

/* Postion Style*/
.cm-pos-relative {
  position: relative;
}

.cm-pos-absolute {
  position: absolute;
}

.cm-pos-fixed {
  position: fixed;
}


/*Footer Style*/

.cm-footer {
  background-color: #0E5B93;
  color: #fff;
  margin-bottom: 39px;
}

.footer-logo {
  width: 300px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.cm-footer-list {
  width: calc(33.33% - 30px);
  padding: 0px 20px;

}

.cm-footer-list h5 {
  margin-bottom: 30px;
}

.cm-footer-list ul {
  list-style: none;
}

.copywrite {
  background-color: #0E5B93;
  padding: 15px 0px;
}

.cm-finfo-list i {
  font-size: 20px;
}

.cm-finfo-list {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.cm-footer-list ul li {
  padding: 5px 0px;
  /* border-bottom: 1px solid; */
}

.cm-footer-list ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #FFFF;
}

.cm-finfo-list {
  padding: 5px 0px;
}

.cm-footer-list .cm-finfo-list a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}

/*Backgound Attachment*/
.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.inner-banner .banner-text {
  padding-top: 130px;
  padding-bottom: 130px;
}

.inner-banner .banner-text * {
  color: #fff;
}

.inner-banner .banner-text p {
  font-size: 20px;
}

.inner-banner .banner-text a {
  text-decoration: none;
}

.cm-bg-atment {
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-text-1 {
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin-left: 5%;
  font-family: 'DM Sans', sans-serif;
}

.img-text-2 {
  font-size: 22px;
  font-weight: 300;
  color: white;
  margin-left: 5%;
  text-decoration: none;
}

.img-text-3 {
  font-size: 22px;
  font-weight: 300;
  color: white;
}

.cm-section-page {
  padding: 0px 0;
  margin-top: -70px;
}

.name-change-heading {
  text-align: center;
  margin-top: 15%;
}

.pagination-section {
  position: relative;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pagination-section a {
  color: black;
  padding: 10px 18px;
  text-decoration: none;
  border: 1px solid #009361;
  font-size: 18px;
  margin-left: 5px;
}

.pagination-section a:hover:not(.active),
.pagination-section a.active {
  background-color: #009361;
  color: white;
}

.blog-banner,
.detail-banner {
  background-image: url(../image/blog-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-title {
  text-align: center;
  padding: 100px 0;
}

.blog-title h1 {
  color: #fff;
}

.blog-section {
  padding: 50px 0;
}

.blog-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.blog-row a {
  text-decoration: none;
}


.blog-row figure img {
  height: 100%;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.blog-row h4 {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.blog-row p {
  font-size: 16px;
}

.blog-row .blog-text {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}

.column-50 {
  width: 50%;
  padding: 0 20px;
}

ul.meta-teg {
  padding: 0 0 10px;
}

ul.meta-teg img {
  width: 20px;
  margin-right: 10px;
}

ul.meta-teg li {
  list-style: none;
  display: inline-flex;
  padding-right: 30px;
  color: #8B8B8B;
}

.blog-row .column-50:last-of-type {
  display: flex;
  flex-wrap: wrap;
}

.blog-row .recommended-blogs {
  width: 33.33%;
  display: block;
  padding: 15px;
}

.blog-row .catageory-title {
  padding-bottom: 30px;
}

.paggination {
  width: 100%;
  text-align: center;
}

.blog-row .paggination nav {
  padding-top: 10px;
}

.blog-row .paggination nav>div:first-of-type {
  display: none;
}

.blog-row .paggination nav p.leading-5 {
  padding-bottom: 10px;
}

.paggination-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.paggination a {
  /* border: 1px solid #000; */
  display: inline-block;
  /* padding: 4px 4px; */
  border-radius: 20px;
  font-weight: 600;
  min-width: 39px;
  text-align: center;
  margin: 0 3px;
}

.paggination a.selected {
  background: #ACE3FF;
  border-color: #ACE3FF;
}

.paggination span {
  font-weight: 600;
}

a.next-btn {
  display: inline-flex;
  align-items: center;
  padding-left: 8px;
  border: none;
  color: #006AA1;
}

a.next-btn img {
  width: 17px;
}

span.read-blog {
  color: #006AA1;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: .3s;
}

span.read-blog:hover {
  color: #0E5B93;
}

.detail-banner {
  padding: 70px 0 50px;
  text-align: center;
  margin-bottom: 50px;
}


.detail-banner h1 {
  font-size: 34px;
  padding-bottom: 15px;
  color: #fff;
}

.detail-wrapper {
  padding-bottom: 70px;
}

.detail-wrapper img {
  margin-bottom: 20px;
}

.detail-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto;
}

.detail-row .column-left h2,
.detail-row .column-left h3,
.detail-row .column-left h4,
.detail-row .column-left h5 {
  padding-top: 10px;
}

.detail-row .column-left p,
.detail-row .column-left h2,
.detail-row .column-left h3,
.detail-row .column-left h4,
.detail-row .column-left h5 {
  margin-bottom: 15px;
}

.detail-row .column-left h2 {
  font-size: 24px;
}

.detail-row .column-left h3 {
  font-size: 20px;
}

.detail-row .column-left h4 {
  font-size: 18px;
}

.detail-wrapper .column-left {
  width: 65%;
}

.detail-wrapper .column-right {
  width: 35%;
  padding-left: 40px;
}

.detail-wrapper .column-right h4 {
  padding-bottom: 10px;
}

.recommended-box a.recommended-blogs {
  display: flex;
  text-decoration: none;
  background: #F6F9FF;
  border-radius: 5px;
  margin-bottom: 10px;
}

.recommended-box figure {
  width: 220px;
}

span.date {
  display: flex;
  margin-bottom: 10px;
  ;
}

span.date i {
  margin-right: 6px;
}

.recommended-box figure img {
  border-radius: 5px;
  height: 100%;
}

.recommended-box .blog-text h4 {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 600;
}

.recommended-box .blog-text p,
.recommended-box .blog-text span.read-blog {
  font-size: .8em;
  line-height: 1.4;
}

.recommended-box .blog-text span.read-blog {
  margin-top: 0;
}

.recommended-box .blog-text {
  padding: 10px 15px;
}

.call_now {
  padding: 40px;
  border-radius: 25px;
  background-color: rgb(167 201 255 / 26%);
  box-shadow: 0px 3px 99px rgb(0 0 0 / 3%);
  margin-bottom: 60px;
}

.call_now img.arrow {
  width: calc(100% + 160px);
  position: relative;
  left: 46%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}

.call_now h4 {
  font-size: 20px;
  font-weight: 600;
}

.call_now span {
  color: #757575;
  display: inline-block;
  padding-bottom: 10px;
}

.call_now a {
  border: 1px solid;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: .3s;
}

.call_now a:hover {
  background-color: #000;
  color: #fff;
}

blockquote {
  background: #e7e6e6;
  padding: 20px 20px 5px;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}

blockquote p {
  font-size: 16px;
}

blockquote::after {
  content: "";
  left: 50%;
  bottom: -6px;
  position: absolute;
  width: calc(100% - 5px);
  height: 100%;
  background: #E1E7FF;
  z-index: -1;
  border-radius: 7px;
  transform: translateX(-50%);
}

.social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px 10px;
}

.social-media p {
  margin-bottom: 0 !important;
}

.social-media li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
}

.social-media li i {
  font-family: 'FontAwesome';
}

.social-media li:first-child i {
  color: #1877f2;
}

.social-media li:nth-child(2) i {
  color: #00a4f3;
}

.social-media li:nth-child(3) i {
  color: #0079b5;
}

.social-media li:nth-child(4) i {
  color: #cb0000;
}

.next-prev-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 50px;
}

.next-prev-btn a {
  text-decoration: none;
  font-size: 18px;
}

.next-prev-btn a:first-child i {
  padding-right: 5px;
}

.next-prev-btn a:last-child i {
  padding-left: 5px;
}


.contact-section {
  padding: 70px 0;
}

.contact-section form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-col li {
  padding-bottom: 30px;
  list-style: none;
}

.info-col li strong {
  font-size: 22px;
  display: inline-block;
  padding-bottom: 5px;
}

.info-col li span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  border: 1px solid;
}

.form-group {
  width: 100%;
  margin-bottom: 25px;
}

.form-group.half {
  width: 48%;
}

.form-group .form-control {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #007852;
  line-height: 1.7;
  font-family: 'DM Sans', sans-serif;
}

::placeholder {
  font-family: 'DM Sans', sans-serif;
}

.form-group textarea.form-control {
  height: 150px;
  font-family: 'DM Sans', sans-serif;
}

.submit-btn input[type="submit"] {
  background: #009361;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #009361;
  transition: .3s;
}

.submit-btn input[type="submit"]:hover {
  background-color: transparent;
  color: #009361;
}

.detail-row ul {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: inside url(../image/list-icon.png);
}

.detail-row ul li {
  list-style-position: outside;
  margin-top: 10px;
}

@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}

.flex.justify-between.flex-1.sm\:hidden {
  display: none;
}

.padding-pagi {
  padding-bottom: 50px;
}

.cm-header-navbar .cm-prime-btn:hover {
  background-color: #00915c;
  border: 1px solid #00915c;
  color: #fff
}
/* .cm-header-navbar {
  background-color:#0E5B93;
  border: 1px solid #0E5B93;
  color: #fff
} */

.alert-success {
  background: linear-gradient(to right, #4CAF50, #45a049);
  color: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  max-width: 410px;
  margin-bottom: 10px;
  margin-top: -60px;
  margin-left: 480px;
}

.search__panel {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 3rem 0;
  display: none;
  visibility: visible;
  transform: translateY(3rem);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, left 0s .3s, right 0s .3s;
}

.search__inner {
  padding: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.close_srch_panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
}

.srch_box form {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-stroke: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  transition: all ease-in .3s;
  width: 100%;
  color: #fff;
}

.srch_box input.search_text {
  color: #fff;
}

.search_text {
  border: none;
  border-bottom: 1px solid #b9b9b9;
  width: 100%;
  background: transparent;
  padding: 1rem 0;
  /* margin: 1rem 0 2rem; */
  font-size: 40px;
  line-height: 1.05;
  font-weight: 600;
  color: #fff;
}

button,
input[type="button"],
input[type="reset"] {
  background-color: #455a64;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 20px;
}

.search-form {
  position: relative;
}

.search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.close_srch_panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
}

.close_srch_panel::before {
  transform: rotate(-45deg);
}

.close_srch_panel::before,
.close_srch_panel::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 20px;
  height: 2px;
  top: 11px;
  left: 3px;
}

.close_srch_panel::after {
  transform: rotate(45deg);
}

.close_srch_panel::before,
.close_srch_panel::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 20px;
  height: 2px;
  top: 11px;
  left: 3px;
}

.search-icon {
  cursor: pointer;
}

.blogrelated-post.cm-mob-full-width.cm-mob-mb-20 {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.name-back-imgs {
  background-image: url('../image/categories/Name-Change-Policy.webp');
  background-repeat: no-repeat;

}

.live-back-img {
  background-image: url('../image/categories/live-agent.webp');
}

/* blog page css according to airlines */

.allegiant-air .cm-prime-btn {
  background-color: #3264AF;
  border: 1px solid #3264AF;
}

.allegiant-air .detail-row .column-left h2 {
  color: #3264AF;
}

.allegiant-air .detail-row .column-left h3 {
  color: #3264AF;
}

.allegiant-air .form-group .form-control {
  border: 1px solid #3264AF;
}

.allegiant-air .submit-btn input[type=submit] {
  background: #3264AF;
  border: 1px solid #3264AF;
}

.allegiant-air .cm-footer {
  background-color: #3264AF;
}

.allegiant-air .cm-pos-absolute.fixed-callnow {
  background: #3264AF;
}

.allegiant-air .copywrite {
  background-color: #3264af;
}

.delta-airlines .cm-prime-btn {
  background-color: #c01933;
  border: 1px solid #c01933;
}

.delta-airlines .detail-row .column-left h2 {
  color: #c01933;
}

.delta-airlines .detail-row .column-left h3 {
  color: #c01933;
}

.delta-airlines .form-group .form-control {
  border: 1px solid #c01933;
}

.delta-airlines .submit-btn input[type=submit] {
  background: #c01933;
  border: 1px solid #c01933;
}

.delta-airlines .cm-footer {
  background-color: #0E5B93;
}

.delta-airlines .cm-pos-absolute.fixed-callnow {
  background: #c01933;
}

.delta-airlines .copywrite {
  background-color: #c01933;
}

.alaska-airlines .cm-prime-btn {
  background-color: #003f6b;
  border: 1px solid #003f6b;
}

.alaska-airlines .detail-row .column-left h2 {
  color: #003f6b;
}

.alaska-airlines .detail-row .column-left h3 {
  color: #003f6b;
}

.alaska-airlines .form-group .form-control {
  border: 1px solid #003f6b;
}

.alaska-airlines .submit-btn input[type=submit] {
  background: #003f6b;
  border: 1px solid #003f6b;
}

.alaska-airlines .cm-footer {
  background-color: #003f6b;
}

.alaska-airlines .cm-pos-absolute.fixed-callnow {
  background: #003f6b;
}

.alaska-airlines .copywrite {
  background-color: #003f6b;
}

.jetblue-airlines .cm-prime-btn {
  background-color: #003876;
  border: 1px solid #003876;
}

.jetblue-airlines .detail-row .column-left h2 {
  color: #003876;
}

.jetblue-airlines .detail-row .column-left h3 {
  color: #003876;
}

.jetblue-airlines .form-group .form-control {
  border: 1px solid #003876;
}

.jetblue-airlines .submit-btn input[type=submit] {
  background: #003876;
  border: 1px solid #003876;
}

.jetblue-airlines .cm-footer {
  background-color: #003876;
}

.jetblue-airlines .cm-pos-absolute.fixed-callnow {
  background: #003876;
}

.jetblue-airlines .copywrite {
  background-color: #003876;
}

.united-airlines .cm-prime-btn {
  background-color: #c01933;
  border: 1px solid #c01933;
}

.united-airlines .detail-row .column-left h2 {
  color: #c01933;
}

.united-airlines .detail-row .column-left h3 {
  color: #c01933;
}

.united-airlines .form-group .form-control {
  border: 1px solid #c01933;
}

.united-airlines .submit-btn input[type=submit] {
  background: #c01933;
  border: 1px solid #c01933;
}

.united-airlines .cm-footer {
  /* background-color: #c01933; */
  background-color:#0E5B93;
}

.united-airlines .cm-pos-absolute.fixed-callnow {
  background: #0E5B93;
}

.united-airlines .copywrite {
  background-color: #c01933;
}

.aeromexico-airlines .cm-prime-btn {
  background-color: #0b2343;
  border: 1px solid #0b2343;
}

.aeromexico-airlines .detail-row .column-left h2 {
  color: #0b2343;
}

.aeromexico-airlines .detail-row .column-left h3 {
  color: #0b2343;
}

.aeromexico-airlines .form-group .form-control {
  border: 1px solid #0b2343;
}

.aeromexico-airlines .submit-btn input[type=submit] {
  background: #0b2343;
  border: 1px solid #0b2343;
}

.aeromexico-airlines .cm-footer {
  background-color: #0b2343;
}

.aeromexico-airlines .cm-pos-absolute.fixed-callnow {
  background: #0b2343;
}

.aeromexico-airlines .copywrite {
  background-color: #0b2343;
}

/* southwest airlines */
.southwest-airlines .cm-prime-btn {
  background-color: #304CB2;
  border: 1px solid #304CB2;
}

.southwest-airlines .detail-row .column-left h2 {
  color: #304CB2;
}

.southwest-airlines .detail-row .column-left h3 {
  color: #304CB2;
}

.southwest-airlines .form-group .form-control {
  border: 1px solid #304CB2;
}

.southwest-airlines .submit-btn input[type=submit] {
  background: #304CB2;
  border: 1px solid #304CB2;
}

.southwest-airlines .cm-footer {
  background-color: #0E5B93;
}

.southwest-airlines .cm-pos-absolute.fixed-callnow {
  background: #304CB2;
}

.southwest-airlines .copywrite {
  background-color: #304CB2;
}

/* norwegian airlines */
.norwegian-air .cm-prime-btn {
  background-color: #002a3a;
  border: 1px solid #002a3a;
}

.norwegian-air .detail-row .column-left h2 {
  color: #002a3a;
}

.norwegian-air .detail-row .column-left h3 {
  color: #002a3a;
}

.norwegian-air .form-group .form-control {
  border: 1px solid #002a3a;
}

.norwegian-air .submit-btn input[type=submit] {
  background: #002a3a;
  border: 1px solid #002a3a;
}

.norwegian-air .cm-footer {
  background-color: #002a3a;
}

.norwegian-air .cm-pos-absolute.fixed-callnow {
  background: #002a3a;
}

.norwegian-air .copywrite {
  background-color: #002a3a;
}
#showMore{
    background: none;
    border: none;
    color: #ffff;
    margin-left: -20px;
    cursor: pointer;
    text-decoration: underline;
}

.logocontent{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
}
.img-fly img {
  width: 90px;
  margin-right: 15px;
  height: 50px;
  object-fit: contain;
}




		.cookie-container {
			width: 100%;
			position: fixed;
			bottom: 0px;
			left: 50%;
			transform: translateX(-50%); 
			background: #0E5B93;
			color: #fff;
			padding: 15px;
			display: flex;
			align-items: center;
			justify-content: center
		}

		.cookie-container button {
			background: #ffda3d;
			color: #000;
			border: none;
			padding: 10px;
			margin-left: 10px;
			cursor: pointer;
			border-radius: 3px;
		}
		.cookie-container button#denyCookies{
			background: #eb6105;
			color: #fff;
		}
