.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

* {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #393939;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}

.button {
  position: relative;
  display: inline-block;
  width: auto;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 5px 10px;
}

.button.line {
  background: none;
  border: 0;
  color: #000;
}



#banner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 650px;
  background: url("../img/banner6.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .head {
     position: relative;
    display: inline-block;
    width: auto;
    margin-top: 130px;
    margin-bottom: 65px;
    background: linear-gradient(to right, #040404 55%, transparent);
    padding-right: 25px;
    left: 0%;
    border-radius: 15px 0px;
}

#banner .head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 23px;
  width: 100px;
  height: 6px;
  background: #ffea54;
  z-index: 1;
}

#banner .head .inner {
  padding-left: 22px;
}

#banner .head h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  word-spacing: 5px;
}

#banner .head h4 {
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}

#banner .head h4 .colored {
  color: #ffeb3b;
}

#banner .head h2 {
  color: #fff;
  font-size: 29px;
  text-transform: capitalize;
}

#banner .search {

position: relative;

display: block;

width: 100%;

background: #ffffff54;

padding: 15px;

border-radius: 30px;

margin-bottom: 40px;

box-shadow: 0px 10px 6px #000000c9;

border: 8px solid #858080;

backdrop-filter: blur(8px);

margin-top: 25rem;
}

#banner .search .input_wrapper {
  position: relative;
  display: block;
  width: 100%;
}

#banner .search .input_wrapper label {
  position: absolute;
  display: block;
  color: #734522;
  font-weight: 500;
  z-index: 1;
  left: 10px;
  top: 10px;
  font-size: 11px;
  padding-left: 5px;
}

#banner .search .input_wrapper .input {
  position: relative;
  display: block;
  width: 100%;
  text-transform: capitalize;
  height: 52px;
  /* border-radius: 32px; */
  border: 1px solid #6b4e38;
  padding: 5px 10px;
  padding-top: 18px;
  padding-left: 15px;
  background: #ffffff;
}

#banner .search .title {
  font-size: 15px;
  color: #14578d;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

#banner .search .input_wrapper.depart,
#banner .search .input_wrapper.duration {
  width: 50%;
  float: left;
}

#banner .search .input_wrapper.depart .input {
  border-right: 1px solid #ccc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#banner .search .input_wrapper.duration .input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#banner .search .gutter {
  padding: 2px;
}

#banner .search .gutter::after {
  content: "";
  clear: both;
  display: table;
}

#banner .search .button.submit {
  padding: 10px 24px;
  margin-top: 7px;
  border: 2px solid #d8a087;
  background: #7b5023;
  margin-right: 5px;
}

/* features */
#features {
  position: relative;
  /* display: block; */
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

#features .head {
  position: relative;
  /* display: block; */
  padding: 10px;
}

#features .head h1 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#features .head h1 .bold {
  font-weight: 300;
}

#features .head p {
  position: relative;
  display: block;
  font-size: 13px;
  color: rgb(255 255 255 / 70%);
  letter-spacing: 0.5px;
  margin-top: 20px;
  word-spacing: 3px;
  font-family: dm sans;
}

#features .button_pane {
  margin-top: 20px;
}

#features .button_pane .button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
  margin-top: 12px;
}

#features .header {
  position: relative;
  display: block;
  margin-top: 50px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  padding-bottom: 15px;
  border-right: 1px solid rgba(66, 66, 66, 0.22);
  /* background: #081d2d; */
      background: #d9ecfb;
  /* min-height: 320px; */
  height: 350px;
  padding-top: 30px;
}

#features .header .icon {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#features .header h1 {
  position: relative;
  display: block;
  font-size: 22px;
  color:#101010;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.flex{
  display:flex;
  gap:2px;
}

#flight_deals {
  position: relative;
  display: block;
  margin-top: 20px;
}

#flight_deals .heading {
  margin-bottom: 50px;

  font-size: 15px;
}

#flight_deals .item_wrapper {
  padding: 5px 10px;
}

#flight_deals .item_wrapper .item {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.42);
  min-height: 290px;
  border-radius: 5px;
  overflow: hidden;
}

#flight_deals .item_wrapper .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/hammocks-with-palm-trees_1203-201.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

#flight_deals .item_wrapper .item .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgb(51, 54, 66) 100%
  );
}

#flight_deals .item_wrapper .item .content {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

#flight_deals .item_wrapper .item .content .price_flag {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: #242424b7;
  width: auto;
  font-size: 15px;
  padding: 5px 10px;
  font-weight: 700;
  box-shadow: -2px 3px 7px 1px rgba(0, 0, 0, 0.1);
  border-radius:20px 15px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #ffffff;
  border: 2px solid #fff;
  border-left: 0;
  /* transform: skew(360deg); */
}

#flight_deals .item_wrapper .item .content .text {
  position: absolute;
  bottom: 0;
  padding: 12px;
  display: block;
  width: 100%;
}

#flight_deals .item_wrapper .item .content .text .title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#flight_deals .item_wrapper .item .content .text .location {
  position: relative;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.star_ratings {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 8px;
}

.star_ratings li {
  float: left;
  width: 20px;
  height: 16px;
  margin: 0px;
  background: url("../img/star_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: hue-rotate(331deg);
  z-index: 999999;
  position: relative;
}

.star_ratings li.active {
  background: url("../img/star.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top_flights {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
}

#top_flights .heading {
  margin-bottom: 30px;
}

#top_flights .heading h3 {
  font-size: 25px;
}

#top_flights .heading p {
  font-size: 15px;
}

#top_flights ul.countries {
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  user-select: none;
}

#top_flights ul.countries li {
  float: left;
  font-size: 13px;
  padding: 10px 15px;
  background: #e9e9e9;
  margin: 0px 2px;
  border-radius: 2px;
  border: 1px solid #aeb7d3;
  color: #000000;
  border-radius: 5px;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 700;
}

#top_flights ul.countries li.active {
  background-color: #2196f3;
  color: #ffffff;
}

#top_flights .gutter {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px;
}

#top_flights .item {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px;
  background: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 6px 5px -5px #0000006b;
  border-radius: 3px;
}

#top_flights .item .airline_logo {
  position: absolute;
  top: 13px;
  left: 4px;
  width: 42px;
  height: 42px;
  background: url("../img/airlines/ua.png");
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top_flights .item .text {
  position: relative;
  display: block;
  padding-left: 40px;
}

#top_flights .item .routes_group {
  float: left;
  position: relative;
  display: block;
  width: 80%;
}

#top_flights .item .routes_group .route {
  position: relative;
  display: block;
  padding: 3px;
  float: left;
  width: 50%;
}

#top_flights .item .routes_group .route .date {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

#top_flights .item .routes_group .route .code {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

#top_flights .item .flight_icon {
  position: absolute;
  top: 25%;
  display: block;
  width: 42px;
  height: 42px;
  background: url("../img/airplane.png");
  left: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top_flights .item .rate {
  float: left;
  position: relative;
  display: block;
  width: 20%;
  font-size: 18px;
  font-weight: 700;
  color: #673ab7;
}

#top_flights .item .rate span {
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: 700;
}

#top_flights .fair_disclaimer h3 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 13px;
  font-weight: 700;
  color: #191b23;
}

#top_flights .fair_disclaimer p {
  font-size: 12px;
  font-weight: 400;
  color: #111;
}

#top_flights .fair_disclaimer .colored {
  color: #00176f;
  text-transform: capitalize;
}

#about {
  position: relative;
  padding-top: 45px;
  padding-left: 90px;
  padding-right: 45px;
  padding-bottom: 45px;
}

#about .bg {
  position: relative;
  width: 100%;
  background: url("../img/place-flying-sunset-sky.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 450px;
  border-radius: 15px;
}

#about .heading {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

#about .heading h3 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2em;
}

#about .heading h3 span {
  font-weight: 400;
  display: block;
  font-size: 18px;
  color: #333;
}

#about .padded {
  padding: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

#about .intro p {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
}

#about .intro.first p {
  font-size: 18px;
  font-weight: 600;
}


#cruise_deals {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0px;
}

#cruise_deals .head {
  font-size: 26px;
  color: #00507f;
  font-weight: 600;
  padding-left: 10px;
  float: left;
}

#cruise_deals .controls {
  position: relative;
  display: block;
  width: auto;
  float: right;
  margin-top: 15px;
}

#cruise_deals .controls .prev,
#cruise_deals .controls .next {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #5d5d5d;
  border-radius: 50%;
  float: left;
}

#cruise_deals .controls .prev {
  margin-right: 12px;
}

#cruise_deals .controls .prev::after,
#cruise_deals .controls .next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 12px;
  height: 12px;
  border: 2px solid #00507f;
  border-top: 0;
  border-right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

#cruise_deals .controls .next::after {
  transform: translate(-50%, -50%) rotate(225deg);
  left: 44%;
}

#cruise_deals .gutter {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
}

#cruise_deals .item {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-shadow: 0px 4px 10px -5px #00000073;
}

#cruise_deals .item .bg {
  position: relative;
  display: block;
  width: 100%;
  background: #ccc;
  height: 300px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#cruise_deals .item .text {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
}

#cruise_deals .item .text h3 {
  font-size: 21px;
  font-weight: 600;
  color: #2f2a2a;
}

#cruise_deals .item .text p {
  font-size: 17px;
  color: #393939;
}

#cruise_deals .item .text .rate {
  font-size: 20px;
  font-weight: 600;
  color: #00517d;
  text-transform: capitalize;
}

#cruise_deals .item .text .rate span {
  font-size: 12px;
}

#packages {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 60px;
}

#packages .heading {
  margin-bottom: 50px;

  font-size: 15px;
  text-transform: capitalize;
}

#packages .item_wrapper {
  padding: 15px;
}

.package_brief .text.content {
  min-height: 90px;
}

.package_brief.card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  border: 1px solid #f8f8f8;
}

.package_brief .text {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 0px 15px;
}

.package_brief .text h3 {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #1e1e21;
  margin: 0;
  margin-top: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.package_brief .text p {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  color: #646464;
  margin: 0;
  line-height: 20px;
  margin-top: 5px;
}

.package_brief .text .star_ratings {
  float: right;
}

.package_brief .text .duration {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #272727;
  text-transform: capitalize;
  margin: 0;
  padding-left: 20px;
  float: left;
}

.package_brief .text .duration::after {
  content: "";
  position: absolute;
  background: url("../img/calendar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 0;
  opacity: 0.75;
}

.package_brief .text .price {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
  margin-top: 4px;
}

.package_brief .text .price sup {
  color: #f95428;
}

.package_brief .text .anchor {
  position: relative;
  display: block;
  font-weight: 900;
  font-size: 14px;
  text-transform: capitalize;
  color: #2196f3;
  margin: 0;
  float: right;
  background: 0;
  top: 9px;
}

.package_brief .bg {
  position: relative;
  display: block;
  width: auto;
  height: 250px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e9e9e9;
}

#about .gutter {
  padding: 10px;
  padding-left: 30px;
}

#top_flights .tab_content {
  position: relative;
  display: none;
}

#top_flights .tab_content.active {
  display: block;
}

#features .header p {
  color:#101010;
}

#features .col-sm-3:nth-child(1) .header {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

#features .col-sm-3:nth-child(4) .header {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#nav #nav_toggle {
  display: none;
}

#small_banner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 200px;
  margin-top: 50px;
  padding-bottom: 35px;

}

#small_banner h3 {
  margin-top: 60px;
}

#small_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}

#small_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;

}

#small_banner .head {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 12px;
  /* border-left: 5px solid #1e1621; */

  /* display: flex; */
  /* justify-content: center;
  justify-content: center;
  text-align: center; */

  
}

#small_banner .head h3 {
  color: #fff;
  font-size: 35px;
  /* text-align: center; */
  
}

#small_banner .head p {
  color: #080808;
}

#small_banner.center {
  text-align: center;
}

#small_banner.center .head {
  border-left: 0;
}

#small_banner.center .head::after {
  content: "";
  position: absolute;
  top: -21px;
  left: calc(50% - 25px);
  width: 50px;
  height: 5px;
  /* background: #312535; */
}

#about_page {
  position: relative;
  display: block;
  width: 100%;
  
}

#about_page .infobox_big .item {
  padding: 5px 15px;
}

#about_page .quote {
  font-size: 27px;
  color: #484166;
  letter-spacing: 1px;
  word-spacing: 1px;
  position: relative;
  padding: 15px 0px;
  display: inline-block;
  margin-bottom: 25px;
  font-family: "Barlow Condensed";
}

#about_page .quote::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  transform: skew(-10deg);
}

#about_page .quote::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../img/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg) skew(-10deg);
  opacity: 0.8;
}

#about_page .quote_block {
  display: block;
}

#about_page .card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 1px;
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px;
}

#about_page_cards .item {
  padding: 25px 25px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbbbb;
  transition: all 0.2s ease-out;
}

#about_page_cards .item:hover {
  box-shadow: 0px 12px 20px -4px rgba(103, 58, 183, 0.6);
  border-color: #5942b6;
  transform: translateY(-3px);
}

#about_page_cards .icon {
}

#about_page_cards .text {
}

#about_page_cards .text .title {

  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #131425;
  margin-bottom: 10px;
  display: block;
}

#about_page_cards .text .excerpt {
  text-align: center;
  font-size: 15px;
  color: #43445d;
  line-height: 1.4em;
}

#about_page_cards .text a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 800;
  color: #131425;
  margin-top: 20px;
  width: 100%;
  display: block;
  text-align: center;
}

#about_page_cards .card_wrapper {
  padding: 10px;
}

#about_page .wrapper {
  padding: 15px;
}

#about_page_cards .bg {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
  background: url("../img/2149030570.png");
  min-height: 450px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  
}



#hero_text {
  text-align: center;
  
}

 /* my */
.cruise-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 250px;
  color: white;
}

.cruise-card .bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.cruise-card .overlay-text {
  position: absolute;
  top: 0%;
  /* left: 50%; */
  
  /* transform: translateX(-50%); */
  background-color: rgba(211, 240, 240, 0.5);
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}


.cruise-card .price-tag {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #e4002b;
  color: white;
  padding: 5px 15px;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
}

.departure-below {
  margin-top: 10px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}


 /* navbar */


#nav .content ul li::after {
  content: '';
  margin: 0 10px;
  color: #000000; /* adjust color as needed */
}


#nav .content ul li:last-child::after {
  content: ''; /* removes the bar after the last item */
}




    .small_banner2 {
        width: 100%;
        background: #6ea6edeb;
        text-align: center;
        margin-inline: auto;
        /* height:150px; */

    }

.head2{
     padding: 20px;
     text-align: center;
     margin-inline: auto;
}



 @media (max-width: 767px) {
  #about_page_cards .bg {
  


    position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
  background: url("../img/2149030570.png");
  min-height: 300px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
}

 }


 /*  policies */


 #small_ban {
  position: relative;
  display: block;
  width: 100%;
  /* min-height: 200px; */
  background: #efefef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

 #small_ban .head {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 80px;
   margin-bottom: 30px;
}

