@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.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 !important;
}

a:active {
  text-decoration: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  /* border: 1px solid #99AFC1; */
  border-radius: 3px;
  background-color: #031a18;
  padding: 1px;
}

input[type="checkbox"] {
  position: relative;
}

input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0px 3px 3px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

select:focus-visible,
input:focus-visible {
  outline: none;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.owl-dots button.owl-dot span {
  height: 20px !important;
  width: 20px !important;
}

.owl-dots button.owl-dot.active span {
  background: #031a18 !important;
}

body {
  font-family: "Poppins";
}

/* navigation */
#navigation {
  padding: 10px 0px;
  position: absolute;
  left: 5%;
  right: 5%;
  display: block;
  width: 90%;
  z-index: 5;
  background: #fff;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 15px;
}

#navigation .logo {
  padding-top: 0;
}

#navigation .logo .img {
  position: relative;
  display: block;
  background: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  height: 58px;
  width: 100%;
}

#navigation ul {
  padding: 0;
  text-align: center;
  margin: 0;
  padding-top: 20px;
  list-style: none;
}

#navigation ul li {
  position: relative;
  display: inline-block;
  padding: 0 9px;
}

#navigation ul li::after {
  display: block;
  height: 2px;
  width: 2px;
  background: #000;
  right: -3%;
  top: 50%;
}

#navigation ul li:last-child:after {
  display: none !important;
}

#navigation ul li a {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  display: block;
  margin-right: 5px;
}

#navigation ul li.active a::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 3px;
  width: 125%;
  background: #ff6120;
  border-radius: 20px;
  bottom: -19px;
  left: -25%;
}

#navigation .buttons {
  text-align: right;
  padding-top: 8px;
}

#navigation .buttons li {
  padding: 0;
  vertical-align: middle;
}

#navigation .buttons li::after {
  display: none;
}

#navigation .buttons li.notification a::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #57c17c;
  border-radius: 20px;
  top: 3px;
  left: 14px;
  border: 1px solid #fff;
}

#navigation .buttons li.notification a img {
  height: 28px;
  width: 28px;
  position: relative;
  margin-right: 20px;
  display: block;
}

#navigation .buttons li.user .img {
  position: relative;
  display: block;
  background-image: url("../img/24-hours-support.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 3px 3px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  cursor: pointer;
  float: left;
  border: 1px solid #3f51b5;
}

#navigation .buttons li.user .text {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 42px;
  font-size: 12px;
  white-space: nowrap;
  text-align: left;
}
#navigation .buttons li.user h3 {
  margin: 0;
  font-size: 15px;
}
#navigation .buttons li.user p {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
}

#navigation .buttons li.user ul {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
  right: 18px;
  transform: scale(0);
  z-index: 2;
  transform-origin: top right;
  transition: transform 0.2s ease;
  padding: 6px 18px;
  margin-top: 10px;
  border-radius: 7px;
}

#navigation .buttons li.user.active ul {
  transform: scale(1);
}

#navigation .buttons li.user ul li {
  border-bottom: 1px solid #ccc;
  padding: 11px 0px;
}

#navigation .buttons li.user ul li:last-child {
  border: navajowhite;
}

#navigation .buttons li.user ul li a:after {
  display: none !important;
}

#navigation .buttons li.user ul li a {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
  min-width: 80px;
}

#navigation .buttons li .menu,
.searchPage #navigation .menubox .menu {
  height: 25px;
  display: none;
  padding-left: 11px;
  cursor: pointer;
}

#Opacity {
  position: fixed;
  display: none;
  background: hsla(204, 18%, 11%, 0.8);
  pointer-events: all;
  opacity: 1;
  z-index: 6;
  inset: 0;
}

/* menu */
#navigation_menu {
  position: fixed;
  display: block;
  background: #fff;
  top: 0;
  right: -250px;
  max-width: 250px;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  box-shadow: -1px 0 3px hsl(0deg 0% 0% / 20%);
  transition: 0.15s ease-in;
  z-index: 10;
}

#navigation_menu.active {
  right: 0px;
  visibility: visible;
  transition: 0.25s ease-out;
  z-index: 100;
}

#navigation_menu .close-menu {
  position: absolute;
  display: inline-block;
  height: 18px;
  top: 25px;
  right: 30px;
  cursor: pointer;
}

#navigation_menu ul {
  position: relative;
  display: block;
  padding: 0;
  margin-top: 60px;
}

#navigation_menu ul li {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0px 12px 21px;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
}

#navigation_menu #filter {
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

#navigation_menu.filter.active {
  left: 0 !important;
  visibility: visible;
  transition: 0.25s ease-out;
}

/* banner */
#banner {
  position: relative;
  display: block;
  background: url("../img/banner/banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: auto;
  width: 100%;
  padding-bottom: 125px;
  padding-top: 200px;
  z-index: 0;
}

#banner:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #000000, transparent);
  z-index: -1;
  top: 0;
  left: 0;
}

#banner .content {
  z-index: 1;
  position: relative;
  background: #0072a5d9;
  padding: 15px;
  width: auto;
  display: inline-block;
}

#banner .content h1 {
  font-size: 48px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: calc(100% + 21px);
  color: #fff;
}

#banner .content p {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}

#banner .content .button {
  position: relative;
  display: inline-block;
  width: auto;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 11px 30px;
  text-transform: capitalize;
  font-weight: 500;
  word-spacing: 2px;
  letter-spacing: 0.5px;
}

#deals .content button,
#airways .box .info button,
#search .databox button {
  border: none;
  background: #ffbc0f;
  padding: 16px 30px;
  color: #fff;
  font-size: 19px;
  border-radius: 256px;
  text-transform: capitalize;
  font-weight: 500;
}
/* search */

#search .databox {
  background: #ffffff;
  width: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: -6px 6px 33px -15px #0000008f;
  padding: 40px 20px;
  padding-bottom: 20px;
  margin: auto;
  margin-top: 33px;
}

#search .databox ul {
  padding: 31px 20px;
}

#search .databox a {
  padding-left: 53px;
  display: block;
  border-right: 1px solid #dfdfdf;
}

#search .databox a h3 {
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

#search .databox a h3 img {
  height: 20px;
  position: absolute;
  filter: contrast(0.5);
  left: -31px;
  top: 1px;
}

#search .databox a p {
  padding-top: 13px;
  text-transform: capitalize;
  font-weight: 400;
  color: #adadad;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search .databox .buttons {
  text-align: center;
}

#search .databox .buttons button {
  padding: 15px 18px;
  background: #031a18;
}

#search .databox .buttons button img {
  height: 20px;
}

/* #services */
#services {
  padding: 50px 0;
}

#services .box {
  border: 1px solid #d9d9d9;
  margin: 0 10px;
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 1px 12px 7px -5px #0000003b;
}

#services .box .icon img {
  height: 48px;
  margin-bottom: 10px;
}

#services .box h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 25px;
}

#services .box p {
  font-size: 16px;
  font-weight: 500;
  color: #6d6d6d;
  min-height: revert-layer;
}
/* destination  */
#destination {
  padding: 25px 0px;
}

#destination .places .box {
  position: relative;
  display: block;
  background-image: url("../img/destination/img1.avif");
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  height: 300px;
  width: 90%;
  margin: auto;
  margin-bottom: 13px;
  border-radius: 12px;
  color: #fff;
}

#destination .places .box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(357deg, #000000d9, transparent);
  border-radius: 12px;
}

#destination .places .box .info {
  z-index: 1;
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
}

#destination .places .box .info h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
}

#destination .places .box .info p {
  padding: 6px 0;
  font-size: 11px;
  padding-right: 13%;
}

#destination .places .box .info button {
  background: #fff;
  border: 1px solid #031a18;
  color: #000;
  padding: 3px 17px;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

/* #deals */
#deals {
  padding: 25px 0px;
}

#deals .places .box {
  position: relative;
  display: block;
  background-image: url("../img/deals/img1.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-position: top right;
  height: 180px;
  width: 96%;
  margin: auto;
  margin-bottom: 13px;
}

#deals .places .box:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0000005e;
}

#deals .places .box .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
}

#deals .places .box h3 {
  text-transform: capitalize;
  font-size: 35px;
}

#deals .places .box p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #fffffffc;
  text-transform: capitalize;
}

#deals .places .box span {
  color: #e9f246;
  font-size: 25px;
  font-weight: 700;
}

#deals .content {
  text-align: right;
  padding-right: 20px;
}

#destination .content {
  text-align: left;
  padding-left: 20px;
}

#destination h2,
#deals .content h2,
#airways .header h2 {
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 18px;
  text-transform: capitalize;
  margin: auto;
}

#deals .content p,
#airways .header p {
  font-size: 19px;
  padding-left: 4%;
  font-weight: 300;
  color: #000000de;
  padding-bottom: 20px !important;
}

#deals .content button {
  background-color: #031a18;
  font-size: 22px;
  padding: 15px 40px;
}

/* airways */
#airways {
  padding: 25px 0px;
}

#airways .header h2 {
  text-align: center;
  padding: 0;
}

#airways .header p {
  text-align: center;
  padding: 10px 15%;
  padding-bottom: 35px;
}

#airways .box {
  position: relative;
  display: block;
  background-image: url("../img/airways/img1.jpeg");
  background-repeat: repeat;
  background-size: cover;
  background-position: center top;
  height: 400px;
  width: 90%;
  margin: auto;
  margin-bottom: 13px;
  border-radius: 12px;
  color: #fff;
}

#airways .box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(357deg, #000000d9, transparent);
  border-radius: 12px;
}

#airways .box .info {
  position: absolute;
  bottom: 0;
  padding: 0px 15px;
}

#airways .box .info h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

#airways .box .info p {
  padding: 6px 0;
  font-size: 15px;
  padding-right: 13%;
}

#airways .box .info button {
  background: #031a18;
  padding: 3px 30px;
  top: 13px;
  position: relative;
  font-size: 15px;
}

/* #whyBook */
#whybook {
  padding: 50px 0px;
}
#whybook h2 {
  font-size: 80px;
  font-weight: 800;
}

#whybook h2 span {
  display: block;
  font-weight: 200;
}

#whybook ul {
  padding-top: 25px;
}

#whybook ul li {
  font-size: 22px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 15px;
  position: relative;
}

#whybook ul li:before,
#footer .list li::before {
  content: "";
  position: absolute;
  height: 45px;
  width: 3px;
  background: #000;
  left: -26px;
  top: 15px;
}

#whybook ul li:last-child:before,
#footer .list li:last-child:before {
  display: none;
}

#whybook ul li:after,
#footer .list li::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: #031a18;
  left: -35px;
  top: 6px;
}

/* footer */
#footer {
  background: #031a18;
  padding: 50px 0;
  color: #fff;
}

#footer .details,
#footer .social ul {
  padding: 0;
  padding-top: 56px;
}

#footer .details li {
  padding-bottom: 11px;
  font-weight: 600;
  display: block;
  font-size: 16px;
}

#footer .details li img,
#footer .social ul li a img {
  height: 23px;
  margin-right: 18px;
}
#footer .details li span {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

#footer .list {
  text-transform: capitalize;
}

#footer .list li {
  padding-bottom: 6px;
  font-size: 15px;
  display: block;
  position: relative;
}

#footer .list li::after {
  background: #fff;
  height: 12px;
  width: 12px;
  border: 2px solid #000;
  left: -20px;
}

#footer .list li::before {
  left: -15px;
  width: 2px;
  background: #fff;
  height: 20px;
}

#footer .social h4,
#footer .list h4 {
  font-size: 21px;
  text-transform: capitalize;
  padding-bottom: 1px;
}

#footer .social .input {
  border: 1px solid #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 21px;
  display: inline-block;
}

#footer .social .input input {
  background: transparent;
  border: navajowhite;
  color: #fff;
  padding: 10px 10px;
  font-size: 16px;
}

#footer .social .input input::placeholder {
  color: #fff;
}

#footer .social .input button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  border: none;
  padding: 0 16px;
  text-transform: capitalize;
  font-weight: 600;
}

#footer .social ul {
  padding: 0;
}

#footer .social ul li {
  display: inline-block;
}

#footer .social ul li img {
  height: 26px !important;
}

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

#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;
  margin-left: 20px;
  text-align: center;
  padding-bottom: 30px;
  border-right: 1px solid rgb(0 0 0 / 22%);
}

#features .header .icon {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #8c75b3;
  border-radius: 50%;
  margin-bottom: 12px;
  border: 1px solid #2196f3;
}

#features .header .icon .bg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1);
  background-size: contain;
  transform: translate(-50%, -50%);
}

#features .header h1 {
  position: relative;
  display: block;
  font-size: 14px;
  color: #111;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.25px;
}

#features .heading {
  text-align: center;
}

#features .heading h3 {
  font-size: 34px;
  font-weight: 800;
}

#features .heading p {
  font-size: 14px;
  margin-top: 8px;
}

/*-----------------aboutus------------*/

#aboutus {
  position: relative;
  display: block;
  background: #f4f4f4;
  width: 100%;
}
#aboutus .wrapper {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
}
#aboutus .wrapper .item {
  position: relative;
  display: block;
  background: #fff;
  min-height: 300px;
  width: 100%;
  padding: 35px;
}
#aboutus .wrapper .icon {
  position: relative;
  display: inline-block;
}
#aboutus .wrapper .icon img {
  height: auto;
  width: 55px;
}
#aboutus .wrapper .text {
  position: relative;
  display: block;
  margin-top: 15px;
}
#aboutus .wrapper .text h3 {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}
#aboutus .wrapper .text p {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  color: #6d6d6d;
  margin-top: 25px;
}

/*---------------small_banner--------------*/

#small_banner {
  position: relative;
  display: block;
  background: url("../img/sm.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
#small_banner::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.26) 13%,
    rgba(249, 249, 249, 0.78) 55%,
    rgba(255, 255, 255, 0.97) 75%
  );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#small_banner .social_wrapper {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  z-index: 1;
  margin-top: 70px;
}
#small_banner .social {
  position: relative;
  display: block;
}
#small_banner .wrapper {
  position: relative;
  display: block;
  padding: 20px;
  z-index: 1;
}
#small_banner .content {
  position: relative;
  display: block;
  margin-top: 100px;
  text-align: center;
}
#small_banner .content h3 {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 700;
  font-size: 39px;
}
#small_banner .content h3 span {
  font-size: 14px;
  font-family: raleway;
  text-transform: uppercase;
  display: block;
  color: #03d979;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 4px;
}
#small_banner .content h4 {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 700;
  font-size: 19px;
  margin-top: 5px;
}
#small_banner .content p {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 400;
  font-size: 13px;
  margin-top: 25px;
}
/*-------------------intro-----------------*/

#intro {
  position: relative;
  display: block;
}
#intro .buttons_pane {
  margin: 0;
  text-align: center;
  margin-top: -26px;
}
#intro .button {
  background: #968c95;
  border-radius: 0;
  font-size: 17px;
  font-family: roboto condensed;
  padding: 13px 50px;
  min-height: 50px;
  border: 0;
}
#intro .wrapper {
  position: relative;
  display: block;
  padding: 40px;
}
#intro .wrapper .head {
  position: relative;
  display: block;
  text-align: center;
}
#intro .wrapper .head h3 {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 700;
  font-size: 27px;
  text-transform: capitalize;
  margin-top: 25px;
}
#intro .wrapper .head p {
  position: relative;
  display: block;
  font-family: open sans;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 2.5em;
  margin-top: 20px;
  padding-bottom: 20px;
}
#intro .wrapper .head p span.line {
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #e0e0e0;
}

/*-----------------contact_details---------------------*/

#contact_details {
  position: relative;
  display: block;
  padding-top: 120px;
}
#contact_details .wrapper {
  position: relative;
  display: block;
  padding: 20px;
}
#contact_details .bg {
  position: relative;
  display: block;
  background: url("../img/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 500px;
  width: 100%;
}
#contact_details .content {
  position: relative;
  display: block;
}
#contact_details .content h3 {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 700;
  font-size: 19px;
  color: #03d979;
  padding-bottom: 10px;
  text-transform: capitalize;
}
#contact_details .content h3::after {
  position: absolute;
  content: "";
  background: #03d979;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
#contact_details .content p {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 400;
  font-size: 14px;
  color: #656565;
  margin-top: 20px;
  text-transform: capitalize;
}
#contact_details .content span {
  color: #03d979;
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
  display: block;
}
#contact_details .map {
  position: relative;
  display: block;
}
#contact_details .map iframe {
  height: 275px;
  width: 100%;
  padding-bottom: 7px;
}

/*---------------contact_form-------------------*/

#contact_form {
  position: relative;
  display: block;
  margin-top: 60px;
}
#contact_form .social_wrapper {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  z-index: 1;
  margin-top: 50px;
}
#contact_form .social {
  position: relative;
  display: block;
}
#contact_form .social .icon {
  position: relative;
  display: inline-block;
  background: #03d979;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  padding: 7px;
  margin-top: 20px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.25);
}
#contact_form .social .icon img {
  height: auto;
  width: 15px;
}
#contact_form .wrapper {
  position: relative;
  display: block;
  margin-top: 35px;
}
#contact_form .head {
  position: relative;
  display: block;
  text-align: center;
}
#contact_form .head h3 {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 700;
  font-size: 34px;
  text-transform: capitalize;
}
#contact_form .form {
  position: relative;
  display: block;
  margin-top: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid #afafaf;
}
#contact_form .input_wrapper {
  position: relative;
  display: block;
  margin-top: 15px;
}
#contact_form .input {
  min-height: 40px;
  width: 100%;
  font-family: roboto condensed;
  font-weight: 400;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #bbb;
  text-transform: capitalize;
  letter-spacing: 1px;
}
#contact_form .buttons_pane {
  text-align: center;
}
#contact_form .button {
  border-radius: 0;
  border: 0;
  background: #6c626b;
  padding: 5px 20px;
  font-family: roboto condensed;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  font-size: 17px;
}
#contact_form .form p {
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.mobile_number {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0072a5;
  padding: 13px;
  padding-bottom: 15px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 9999;
  display: none;
}

.mobile_number .img {
  position: relative;
  display: inline-block;
  background-image: url(../img/24-hours-support.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 3px 3px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #3f51b5;
}

.mobile_number .text {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 10px;
  font-size: 12px;
  white-space: nowrap;
  text-align: left;
}

.mobile_number .text h3 {
  font-size: 20px;
}

.mobile_number .text p {
  text-transform: capitalize;
  font-size: 17px;
  margin-bottom: 4px;
}
