/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap'); */
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("/assets/home/fonts/GTWalsheimPro-Regular_2.eot");
  src: url("/assets/home/fonts/GTWalsheimPro-Regular_2.eot?#iefix") format("embedded-opentype"),
    url("/assets/home/fonts/GTWalsheimPro-Regular_2.woff2") format("woff2"),
    url("/assets/home/fonts/GTWalsheimPro-Regular_2.woff") format("woff"),
    url("/assets/home/fonts/GTWalsheimPro-Regular_2.ttf") format("truetype"),
    url("/assets/home/fonts/GTWalsheimPro-Regular_2.svg#GTWalsheimPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("/assets/home/fonts/Gilroy-ExtraBold.eot");
  src: url("/assets/home/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("/assets/home/fonts/Gilroy-ExtraBold.woff2") format("woff2"),
    url("/assets/home/fonts/Gilroy-ExtraBold.woff") format("woff"),
    url("/assets/home/fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/home/fonts/Gilroy-Bold.eot");
  src: url("/assets/home/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("/assets/home/fonts/Gilroy-Bold.woff2") format("woff2"),
    url("/assets/home/fonts/Gilroy-Bold.woff") format("woff"),
    url("/assets/home/fonts/Gilroy-Bold.ttf") format("truetype"),
    url("/assets/home/fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/home/fonts/Gilroy-Light.eot");
  src: url("/assets/home/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("/assets/home/fonts/Gilroy-Light.woff2") format("woff2"),
    url("/assets/home/fonts/Gilroy-Light.woff") format("woff"),
    url("/assets/home/fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/home/fonts/Gilroy-Medium.eot");
  src: url("/assets/home/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("/assets/home/fonts/Gilroy-Medium.woff2") format("woff2"),
    url("/assets/home/fonts/Gilroy-Medium.woff") format("woff"),
    url("/assets/home/fonts/Gilroy-Medium.ttf") format("truetype"),
    url("/assets/home/fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/home/fonts/Gilroy-Regular.eot");
  src: url("/assets/home/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("/assets/home/fonts/Gilroy-Regular.woff2") format("woff2"),
    url("/assets/home/fonts/Gilroy-Regular.woff") format("woff"),
    url("/assets/home/fonts/Gilroy-Regular.ttf") format("truetype"),
    url("/assets/home/fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/home/fonts/Gilroy-SemiBold.eot");
  src: url("/assets/home/fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("/assets/home/fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("/assets/home/fonts/Gilroy-SemiBold.woff") format("woff"),
    url("/assets/home/fonts/Gilroy-SemiBold.ttf") format("truetype"),
    url("/assets/home/fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body,
html {
  background-color: #edefff;
  overflow-x: hidden;
  /* font-family: 'Gilroy' !important; */
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

.error{
	color:#f00;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.pad_tb {
  padding-block: 40px;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

ul {
  padding-left: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hiddenBody {
  overflow: hidden;
}
/* header */
.headertop {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 20px;
}

.headerblk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
}

.headerrightside {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu ul li {
  padding: 0 20px;
}

.menu ul li a {
  font-family: "GT Walsheim Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}

.headerbtn a {
  background: #eb3a49;
  box-shadow: 0px 11px 15px rgba(235, 58, 73, 0.26);
  border-radius: 23.1918px;
  padding: 3px 20px 10px;
  border: 1px solid #eb3a49;
}

.userbtn {
  background-color: transparent;
  border: none;
  font-family: "GT Walsheim Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 20px;
  color: #ffffff;
}

.headerbtn a:hover {
  background: transparent;
  color: #eb3a49;
  border: 1px solid #eb3a49;
}

.headerbtn a:hover .userbtn {
  color: #eb3a49;
}

.userbtn i {
  padding-right: 10px;
}

/* mobnav */
.viewmobheader {
  display: none;
}

.mobnav {
  display: none;
}

nav {
  padding: 10px;
  position: relative;
  z-index: 1;
}

nav::after {
  content: "";
  display: block;
  clear: both;
}

aside {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #090f24fa;
  right: -300px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 79px;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

aside.active {
  display: block !important;
  right: 0;
  /* transition: all 0.4s ease; */
}

aside a {
  display: block;
  padding: 16px 25px;
  text-decoration: none;
  font-size: 26px;
  font-family: "GT Walsheim Pro";
  color: #fff;
  /* background-color: #494949ed; */
  /* border-bottom: 1px solid #414141; */
}

.toggle-wrap {
  padding: 10px;
  position: absolute;
  cursor: pointer;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: -13px;
  top: 0;
}
.toggle-wrap.active {
  padding: 10px;
  position: fixed;
  cursor: pointer;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 26px;
  top: 30px;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggle-bar {
  width: 27px;
  margin: 0px 0;
  position: relative;
  border-top: 3px solid #303030;
  display: block;
}

.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #303030;
  height: 3px;
  width: 27px;
  position: absolute;
  top: -10px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 13%;
  -webkit-transform-origin: 13%;
  transform-origin: 13%;
}

.toggle-bar::after {
  top: 4px;
}

.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}

.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.userbtn img {
  width: 24px;
}
.mobile_part {
  display: none;
}
/* banner */
.bannerblk {
  background: url(../images/bannerbg.png) no-repeat;
  position: relative;
}

.bannertext {
  padding: 200px 0 100px;
  z-index: 1;
  position: relative;
}

.bannertext p {
  font-family: "Gilroy-ExtraBold";
  font-weight: 700;
  font-size: 23.88px;
  line-height: 30px;
  /* letter-spacing: 0.02em; */
  text-transform: uppercase;
  color: #7c7f8a;
}

.bannertext h1 {
  font-family: "Gilroy-ExtraBold";
  font-style: normal;
  font-weight: 700;
  font-size: 89px;
  line-height: 74px;
  letter-spacing: -0.04em;
  color: #1b317d;
}

.bannertext h1 span {
  color: #0c91dc;
}

.bannersubtext {
  margin-top: 20px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding-top: 30px;
  color: #1d262b;
}

.downloadfield {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 50px;
}

.downloadimg img {
  max-width: 170px;
}

.bannerimg {
  position: absolute;
  right: -40px;
  z-index: 0;
}

.bannerimg img {
  max-width: 900px;
}

/* typeblk */
.typeblk {
  background-color: #edefff;
  padding: 80px 0;
}

.fivetype {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.typeiteminner {
  position: relative;
  background: #ffffff;
  text-align: center;
  box-shadow: 0px 3.70497px 3.70497px rgba(0, 0, 0, 0.25);
  border-radius: 196.319px;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.typeiteminner:hover {
  background: #3d58b5;
  box-shadow: 0px 3.70497px 3.70497px rgba(0, 0, 0, 0.25);
  border-radius: 196.319px;
  padding: 50px 20px;
  color: #fff;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.modern-list-item-content .list_arearow {
  background-color: #fff !important;
}

.typeiteminner:hover .itemimg img {
  filter: brightness(0) invert(1);
}

.typeiteminner:hover .itemtext {
  color: #fff;
}

.typeiteminner:hover .itemtext span a {
  color: #b7b7b7;
}

.itemimg {
  margin: 20px auto;
  width: 83px !important;
  height: 83px !important;
}
.londonBoxusa {
  display: flex;
  justify-content: space-between;
}
.custMdlSecBx h3 {
  background-color: transparent !important;
  font-weight: 700;
  text-align: left !important;
  padding: 14px !important;
}
.custMdlSecBx.custBx50.custboxres.l_box03 {
  width: 70%;
}
.custMdlSecBx.custBx50.custboxres.allList02.l_box02 {
  width: 25% !important;
}
.listHeadingLondon01 {
  color: #0c2374 !important;
  font-weight: 700 !important;
}
.l_box03 .custList50 li .listItem04 {
  color: #0c2374;
  font-weight: 700;
  width: fit-content;
  margin-inline-end: 8px;
}
.l_box03 .custList50 li {
  color: #2e4cb4;
  font-weight: 400;
}
.l_box02 .custList50 li .listItem02 {
  color: #434b67;
  font-weight: 700;
  width: fit-content;
}
.l_box02 .custList50 li {
  color: #434b67;
  font-weight: 400;
}

.itemtext {
  padding: 20px 0 20px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1d262b;
  height: 120px;
}

.itemtext span a {
  color: #3550ac;
}

/* about */
.videoblk {
  background-color: #edefff;
  padding: 50px 0;
}

.aboutblkbg {
  background: #dfe3ff;
  border-radius: 16px;
}

.aboutblkbg .row {
  align-items: center;
}

.titlebox {
  padding: 20px 50px;
}

.titlebox h3 {
  font-family: "Gilroy-ExtraBold";
  font-style: normal;
  font-weight: 700;
  font-size: 63.9009px;
  line-height: 54px;
  letter-spacing: -0.04em;
  color: #212534;
}

.titlebox h3 span {
  color: #3d58b5;
}

.titlebox p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16.87px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #1d262b;
  margin: 50px 0;
}

.watchbtn {
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.13);
  border-radius: 32.9446px;
  padding: 14px 20px 14px 20px;
}

.help_btn {
  position: absolute;
  left: 261px;
  top: 33px;
  z-index: 99;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.12);
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.help_btn button {
  border: none;
  background: transparent;
  font-size: 14px;
  font-family: "Gilroy";
}

.help_btn button img {
  width: 20px;
  margin-right: 15px;
}

.watchbtn a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 15.5px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #000000;
}

.watchbtn:hover {
  background-color: transparent;
  border: 1px solid #0b7fd3;
}

.watchbtn:hover a {
  color: #0b7fd3;
}

.watchbtn i {
  padding-left: 15px;
  color: #eb3a49;
}

.aboutimg {
  position: relative;
}

.aboutimg::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
}

.video-block {
  width: 100%;
}

.video-mode {
  background-image: url(../images/aboutimg.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 225px 15px 225px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

.video-pause {
  font-size: 18px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
  z-index: 111;
}

.video-pause i {
  position: absolute;
  left: 17px;
  top: 13px;
}

/* modal --------------------- (pratima)*/
.nedd_help {
  flex-grow: 1;
}

.nedd_help button {
  background-color: rgb(27 49 125 / 11%);
  border: 0;
  padding: 5px 15px;
  font-size: 10px;
  display: flex;
  color: #1b317d;
  border-radius: 30px;
  font-weight: 500;
  align-items: center;
}

.nedd_help button img {
  width: 15px;
  margin-right: 10px;
}

.modal-backdrop {
  background-color: transparent;
}

.btn-center {
  justify-content: center !important;
}

.model_text.mod_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.linkpage {
  text-align: right;
  color: #fff;
  text-decoration: underline;
}
.linkpage-modal {
  text-align: right;
  color: #fff;
  text-decoration: underline;
}
.linkpage-modal a {
  color: #fff;
}
.linkpage a {
  color: #fff;
}

.backdrop {
  position: fixed;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  width: 365px;
  height: 66px;
  top: 304px;
  left: 396px;
  z-index: 1;
}

.toltrip_input {
  position: relative;
}

.infoback_model {
  top: 0;
  left: 50%;
  background-color: #1b317d;
  border: 1px solid #b4c4f9;
  z-index: 99999;
  position: absolute;
  width: 344px;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
}

.infoback_model::before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(27 49 125);
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  left: 11px;
  border-top: 1px solid #b4c4f9;
  border-left: 1px solid #b4c4f9;
}

.momodl_bodydal {
  background-color: #0a58ca;
  width: 200px;
  height: 63px;
}

/* ------------------- */

#s_modal {
  width: 374px;
  height: 85px;
  top: -4px;
  left: -12px;
  z-index: 11111;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
}

.next_modl {
  width: 344px;
  padding: 20px;
  text-align: left;
  background-color: #1b317d !important;
  border: 1px solid #b4c4f9;
  top: -4px !important;
  border-radius: 10px;
  z-index: 99999;
}

.next_modl::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #1b317d !important;
  position: absolute;
  top: -8px !important;
  transform: rotate(45deg);
  left: 11px;
  border-top: 1px solid #b4c4f9;
  border-left: 1px solid #b4c4f9;
}

.applybtn.showbtn {
  position: relative;
}

#set_model.h_modal {
  position: absolute;
  top: 97px;
  right: 0;
}

#s2_modal {
  width: 179px;
  height: 70px;
  top: 0px;
  /* left: 29%; */
  z-index: 11111;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
}

#set2_model.h_modal .modal-dialog {
  position: absolute;
  top: 90px;
  right: 35px;
}

.set1-position {
  position: relative;
}

#set1_model.h_modal .modal-dialog {
  position: absolute;
  top: 100px;
  left: 0;
}

#set2_model .next_modl::before {
  top: -8px !important;
  left: unset;
}

#s3_modal {
  width: 294px;
  height: 65px;
  top: 0;
  left: -40px;
  z-index: 11111;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: unset;
}

#set3_model.h_modal .modal-dialog {
  position: absolute;
  top: 90px;
  left: -85px;
}

#set3_model .next_modl::before {
  top: -8px !important;
  left: unset;
}

.add_btn {
  position: relative;
}

#set4_model.h_modal .modal-dialog {
  position: absolute;
  top: 175%;
  right: 44px;
}

#set4_model .next_modl::before {
  top: -8px !important;
  left: unset;
}

#s4_modal {
  width: 350px;
  height: 60px;
  top: -8px;
  /* left: 29%; */
  z-index: 11111;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
}

/* ----------------------------- 5th modal */

.left_box {
  position: relative;
}

.set5-position {
  position: relative;
}

#set5_model.h_modal .modal-dialog {
  position: absolute;
  top: 46%;
  right: 0;
  left: 110%;
}

#set5_model .next_modl::before {
  transform: rotate(322deg);
  top: 25px !important;
  left: -8px !important;
}

#s5_modal {
  width: 242px;
  height: 280px;
  top: 0;
  left: -6px;
  z-index: 11111;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: unset;
}

/* ----------------------------- 5th modal */

#s_5_modal {
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
  border: 2px solid #fff;
}
#s_5_overlay_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  right: 0px;
}

/* 6th modal */
#s_6_modal {
  width: 100%;
  height: 13vh;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
  border: 2px solid #fff;
}
#s_6_overlay_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  right: 0px;
}
#set_6_modal {
  position: absolute;
}
#set_6_modal.h_modal .modal-dialog {
  position: absolute;
  top: 0;
  right: 48%;
  transform: translateY(-100%);
  z-index: 111;
}

#set_6_modal .next_modl::before {
  top: initial !important;
  left: unset;
  bottom: -9px;
  transform: rotate(225deg);
}

/* 6th modal */

/* 7th modal */
/* #set_7_modal{
  position: absolute;
}  */
#set_7_modal.h_modal .modal-dialog {
  position: absolute;
  top: 0;
  right: 48%;
  transform: translateY(-79%);
  z-index: 111;
}
#s_7_modal {
  width: 100%;
  height: 57vh;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
  border: 2px solid #fff;
}
#s_7_overlay_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  right: 0px;
}
#set_7_modal .next_modl::before {
  top: initial !important;
  left: unset;
  bottom: -9px;
  transform: rotate(225deg);
}

/* 7th modal */

/* 8th modal */

#set_8_modal.h_modal .modal-dialog {
  position: absolute;
  top: 54px;
  right: 48%;
  z-index: 111;
}
#s_8_modal {
  width: 100%;
  height: 50px;
  top: -10px;
  left: 0;
  z-index: 2;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
  border: 2px solid #fff;
}
#s_8_overlay_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  right: 0px;
}
#set_8_modal.h_modal .modal-dialog p {
  color: #ffffff;
}

#set_8_modal .next_modl::before {
  top: -8px !important;
  left: unset;
}
/* 

#s_8_modal {
  width: 179px;
    height: 60px;
    top: -7px;
    left: -20%;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    right: 0px;
    border: 2px solid #000;
    background: #fff;
} */
/* 8th modal */

/* 9th modal */

#set_9_modal.h_modal .modal-dialog {
  position: absolute;
  top: 54px;
  right: 35px;
  z-index: 111;
}
#s_9_modal {
  width: 34%;
  height: 44px;
  top: 0;
  z-index: 2;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
  border: 2px solid #fff;
}
#s_9_overlay_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  right: 0px;
}
#set_9_modal.h_modal .modal-dialog p {
  color: #ffffff;
}

#set_9_modal .next_modl::before {
  top: -8px !important;
  left: unset;
}
/* 

#s_8_modal {
  width: 179px;
    height: 60px;
    top: -7px;
    left: -20%;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    right: 0px;
    border: 2px solid #000;
    background: #fff;
} */
/* 9th modal */

.ap_btn {
  position: relative;
}

.next_label_btn {
  position: relative;
}

#set6_model.h_modal .modal-dialog {
  position: absolute;
  top: 71%;
  right: 0;
  left: 110%;
}

#set6_model .next_modl::before {
  transform: rotate(312deg);
  top: 18px !important;
  left: -8px;
}

#set6_model .next_modl {
  width: 458px;
}

#s6_modal {
  width: 260px;
  height: 82px;
  top: -26px;
  left: -17px;
  z-index: 11111;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: unset;
}

/* ----------------------------- 5th modal */

.next_label_btn {
  position: relative;
}

#set7_model.h_modal .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  left: 110%;
}

#set7_model .next_modl::before {
  transform: rotate(312deg);
  top: 20px !important;
  left: -8px;
}

#s7_modal {
  width: 260px;
  height: 82px;
  top: 8px;
  left: -17px;
  z-index: 11111;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: unset;
}

#set7_model .next_modl {
  width: 458px;
}

/* ----------------------------- 8th modal */

.hotl_btn {
  position: relative;
}

#set8_model.h_modal .modal-dialog {
  position: absolute;
  left: -90px;
  z-index: 11112;
  top: 114%;
  transform: translateX(30px);
  /* position: absolute;
  top: 65%;
  right: 21%;
  left: unset; */
}

#set8_model .next_modl::before {
  transform: rotate(50deg);
  top: 0;
  left: unset;
  right: 140px;
}

#s8_modal {
  width: 262px;
  height: 76px;
  top: 0;
  left: -10px;
  z-index: 11111;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: unset;
}

/* #set8_model .next_modl{
  width: 458px;
} */

#third2_modal .info_modal.third {
  top: 237px;
  left: -13%;
  background-color: #1b317d;
  border: 1px solid #b4c4f9;
  z-index: 99999;
  /* right: 0; */
}

#third2_modal .info_modal.third::before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(27 49 125);
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  right: 11px;
  border-top: 1px solid #b4c4f9;
  border-left: 1px solid #b4c4f9;
}

/* ------------------- */

#foth2_modal .backdrop {
  width: 279px;
  height: 63px;
  top: 411px;
  left: 29%;
  z-index: 11111;
}

#foth2_modal .info_modal.third {
  top: 474px;
  left: -185%;
  background-color: #1b317d;
  border: 1px solid #b4c4f9;
  z-index: 99999;
}

#foth2_modal .info_modal.third::before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(27 49 125);
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  right: 11px;
  border-top: 1px solid #b4c4f9;
  border-left: 1px solid #b4c4f9;
}

/* ------------------- */

#fifth2_modal .backdrop {
  width: 368px;
  height: 62px;
  top: 411px;
  left: 66%;
}

#fifth2_modal .info_modal.third {
  top: 474px;
  left: -15%;
  background-color: #1b317d;
  border: 1px solid #b4c4f9;
  z-index: 99999;
  width: 420px;
}

#fifth2_modal .info_modal.third::before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(27 49 125);
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  right: 11px;
  border-top: 1px solid #b4c4f9;
  border-left: 1px solid #b4c4f9;
}

/* ------------------- */

#six2_modal .backdrop {
  width: 296px;
  height: 388px;
  top: 129px;
  left: 59px;
}

#six2_modal .info_modal.third {
  top: 317px;
  left: -116%;
  background-color: #1b317d;
  border: 1px solid #b4c4f9;
  z-index: 99999;
  width: 420px;
}

#six2_modal .info_modal.third::before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(27 49 125);
  position: absolute;
  top: 28px;
  transform: rotate(317deg);
  /* right: 11px; */
  border-top: 1px solid #b4c4f9;
  border-left: 1px solid #b4c4f9;
  left: -9px;
}

/* ------------------- */

#seven2_modal .backdrop {
  width: 296px;
  height: 93px;
  top: 59%;
  left: 59px;
}

#seven2_modal .info_modal.third {
  top: 317px;
  left: -116%;
  background-color: #1b317d;
  border: 1px solid #b4c4f9;
  z-index: 99999;
  width: 420px;
}

#seven2_modal .info_modal.third::before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(27 49 125);
  position: absolute;
  top: 28px;
  transform: rotate(317deg);
  /* right: 11px; */
  border-top: 1px solid #b4c4f9;
  border-left: 1px solid #b4c4f9;
  left: -9px;
}

/* ------------------- */

#eight2_modal .backdrop {
  width: 296px;
  height: 65px;
  top: 67%;
  left: 59px;
}

#eight2_modal .info_modal.third {
  top: 265px;
  left: -116%;
  background-color: #1b317d;
  border: 1px solid #b4c4f9;
  z-index: 99999;
  width: 420px;
}

#eight2_modal .info_modal.third::before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(27 49 125);
  position: absolute;
  top: 139px;
  transform: rotate(317deg);
  /* right: 11px; */
  border-top: 1px solid #b4c4f9;
  border-left: 1px solid #b4c4f9;
  left: -8px;
}

/* ------------------- */

/* /////////////////////////////////////////////// policy page */

.policy_list {
  width: 100%;
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 15px;
  margin-block: 20px 50px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.09);
}

.policy_list .content_list .policy_list_hed {
  font-size: 16px;
  font-weight: 700;
  color: #1d262b;
  text-transform: capitalize;
  line-height: 23px;
  font-family: "Gilroy";
  margin-block-end: 15px;
}
.content_list {
  margin-block-end: 20px;
}
.policy_list .content_list .policy_list_para {
  font-size: 16px;
  font-weight: 500;
  color: #1d262b;
  line-height: 23px;
  font-family: "Gilroy";
  margin-block-end: 15px;
  text-align: justify;
  margin-inline-start: 15px;
}
.policy_list.terms_list_sec .content_list .policy_list_para {
  font-weight: 400 !important;
}
.terms_list li {
  list-style-type: disc;
}
.terms_list {
  padding-inline-start: 30px;
}
.list_icon {
  text-decoration: underline;
  color: #1d262b;
}
.copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

/* ------------------- */

#nine2_modal .backdrop {
  width: 281px;
  height: 76px;
  top: 303px;
  left: 56%;
  z-index: 11111;
}

#nine2_modal .info_modal.third {
  top: 377px;
  left: -81%;
  background-color: #1b317d;
  border: 1px solid #b4c4f9;
  z-index: 99999;
}

#nine2_modal .info_modal.third::before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(27 49 125);
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  right: 11px;
  border-top: 1px solid #b4c4f9;
  border-left: 1px solid #b4c4f9;
}

.info_modal {
  height: auto;
  width: auto;
  top: 80px;
  border-radius: 23.5px;
  background: rgb(9 18 50 / 89%);
  padding: 30px 30px;
  text-align: center;
}

.content {
  background: rgba(241, 244, 255, 0.11);
  width: 79px;
  height: 79px;
  border-radius: 50%;
  margin: 20px auto;
  line-height: 79px;
}

.content img {
  width: 32px;
}

.logo img {
  width: 252px;
  /* margin-bottom: 25px; */
}

.info p {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: "Gilroy";
  line-height: 21px;
  border-bottom: 1px solid rgba(228, 233, 253, 0.31);
  padding-bottom: 20px;
}

.model_text p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Gilroy";
  line-height: 28px;
  margin-bottom: 15px;
}

.btn-second-modal {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 45px;
  color: #1b317d;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Gilroy";
  margin-bottom: 25px;
  border: 0;
}

.btn-second-modal:hover {
  background-color: #1b317d;
  color: #fff;
  border: 1px solid #ffffff;
}

.info.same_info {
  text-align: left;
}

.info.same_info p {
  border-bottom: none !important;
  padding-bottom: 10px !important;
  font-weight: 500 !important;
}

.info.same_info ol li {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
  list-style: auto;
}

.info.same_info h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 10px;
}

/*  */
.second_modal_sec {
  padding: 0 !important;
}

.second_modal_sec .modal-dialog {
  margin: 0;
  margin-inline-start: auto;
  width: fit-content;
  margin-inline-end: 25px;
  top: 30px;
}

.second_modal_sec .modal-dialog .info_modal.third {
  left: 0;
}

/* third_modal_sec */
.third_modal_sec {
  padding: 0 !important;
}

.third_modal_sec .modal-dialog {
  margin: 0;
  margin-inline-end: auto;
  width: fit-content;
  margin-inline-start: 44px;
  top: 110px;
}

/* third_modal_sec */

/* forth_modal_sec */
.forth_modal_sec {
  padding: 0 !important;
}

.forth_modal_sec .modal-dialog {
  margin: 0;
  margin-inline-end: auto;
  width: fit-content;
}

/* forth_modal_sec */

.info_modal.third {
  width: 344px;
  padding: 20px;
  text-align: left;
  top: 50px;
  /* left: 113%; */
  border-radius: 10px;
}

.info_modal.third.forth {
  /* right: 65%; */
  left: unset;
  top: 0 !important;
}

.info_modal.third.forth.fifth {
  right: inherit !important;
  left: auto !important;
  top: 312px;
}

.info_modal.third::before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(9, 18, 50, 0.8);
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  right: 11px;
}

.info_modal.third.forth::before {
  top: -6px;
  left: 11px;
}

.btn-second-modal.within-third-modal {
  margin-bottom: 10px;
  padding: 8px 25px;
}

.listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listing p {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

.listingImg {
  background: rgba(241, 244, 255, 0.11);
  width: 109px;
  height: 72px;
  border-radius: 50%;
  margin: 20px auto;
  line-height: 67px;
  text-align: center;
  margin-right: 20px;
}

.listingImg img {
  width: 20px;
}

.info_modal.third.forth.fifth.six {
  right: 0;
  left: 15%;
  top: 95px;
}

.mobile {
  display: none;
}

/* price   */
.priceblk {
  background-image: url(../images/pricebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 110px;
}

.priceblk .titlebox {
  padding: 20px 0;
}

.pricebox {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
  border-radius: 32px;
  cursor: pointer;
  display: flex;
}

.upperdatabg {
  background: #5570cc;
  border-radius: 32px 32px 0px 0px;
}

.upperdatabg1 {
  background: #2e4594;
  border-radius: 32px 0px 0px 32px;
}

.upperdatabg2 {
  background: #0b7fd3;
  border-radius: 32px 32px 0px 0px;
}

.upperdatabg3 {
  background: #5570cc;
  border-radius: 32px 32px 0px 0px;
}

.upperdatabg4 {
  background: #2e4594;
  border-radius: 32px 32px 0px 0px;
}

.upperdata {
  padding: 4%;
  width: 40%;
}
/* .image_iq{

} */
.h3_css{
  font-size: 38px !important;
  line-height: 44px !important;
  position: absolute;
  letter-spacing: 0.01em !important;
}
.priceblk.paddingbody{
  margin-bottom: 20px;
}
.padd_set{
  background: url("/assets/home/images/pricing_bg.png") no-repeat center;
  position: relative;
}
.img_overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #5570cc9e;
    border-radius: 32px 0px 0px 32px;
}
.padd_set::before {
   color: #5570CC !important;
}
.image_iq img {
  width: 63px !important;
  bottom: 10%;
  
}
.princeiq{
  background-color: #EDEFFF !important;
  border-radius: 10px !important;
  text-align: center !important;
  padding: 15px 0px 15px 0 !important;
}
.image12{
  filter: invert(1);
  margin-right: 10px;
}
.image_iq{
  position: absolute;
  bottom: 10%;
}
.upperdata h3 {
  font-family: "Gilroy-ExtraBold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.priceicon {
  padding: 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.26);
}

.pricedata {
  padding: 30px;
  width: 60%;
  text-align: center;
}
.uptotxst{
  margin-top: 50px;
}
.dataprice {
  padding: 10px 0 10px 0;
}

.dataprice h4 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 5px 0;
  color: #3d58b5;
}

.dataprice h4 span {
  font-size: 12px;
}

.borderupper {
  /* opacity: 0.3; */
  border-top: 0.5px solid #000000;
}

.line-containeriq {
  position: relative;
  width: 90%;
  height: 1px;
  margin: 15px auto;
}

.lineiq {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D4D5E1;
}

.circleiq {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #edefff;
  border: 1px solid #d4d5e1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textiq {
  color: #d4d5e1;
  font-size: 15px;
}


.pricedata p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 20.39px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #212534;
  padding: 15px 0;
}

.darkline {
  font-family: "Gilroy-ExtraBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #212534;
}

.weathermidblk {
  visibility: hidden;
}

.owl-stage {
  height: 400px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

/* .owl-item{height: 100%;} */

/* footer */
.footerbg {
  background: url(../images/footerbg.png) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
}

.footerbg::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: url(../images/vectorfooter.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

.footerbg::after {
  display: none;
}

.uparrow {
  position: absolute;
  left: 47%;
  top: -40px;
  z-index: 1;
  transform: translateX(0px);
  cursor: pointer;
}

.footerblk {
  padding: 100px 0;
  position: relative;
}

.footerblk::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  max-height: 400px;
  width: 2px;
  background: rgba(255, 255, 255, 0.24);
  /* transform: rotate(90deg); */
  z-index: 0;
  top: 100px;
  left: 50%;
}

.footerleftblk {
  width: 100%;
  max-width: 500px;
}

.footerleftblk h2 {
  font-family: "Gilroy-ExtraBold";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 39px;
  letter-spacing: -0.03em;
  color: #ffffff;
  padding-bottom: 20px;
}

.footerleftblk p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 14.87px;
  line-height: 20px;
  color: #ffffff;
  padding: 20px 0;
}

.contactdata {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.contactdata a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 21.9206px;
  line-height: 35px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.contactdata a i {
  padding-right: 10px;
}

.footerrightblk {
  width: 100%;
  padding-left: 100px;
}
/* 
.footerleftblk {
  padding-right: 100px;
} */

.footerrightblk h3 {
  font-family: "Gilroy-ExtraBold";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: -0.03em;
  color: #ffffff;
  padding-bottom: 20px;
}

.fromblock {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  padding-top: 30px;
}

.fromblock label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 16.0529px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.fromblock input[type="text"]::placeholder {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 13.05px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5) !important;
}

.fromblock input[type="email"]::placeholder {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 13.05px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5) !important;
}

.fromblock input[type="text"],
.fromblock input[type="email"] {
  padding: 10px 0;
  border-bottom: 1px solid #ffffff !important;
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  max-width: 280px;
}

.fromblock input[type="text"]:focus,
.fromblock input[type="email"]:focus {
  color: #fff;
}

.contactfrom .watchbtn {
  margin-top: 40px;
}

.downloadfield2 {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 20px;
}

.copyright p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 14.87px;
  line-height: 24px;
  color: #ffffff;
  padding: 0;
}
.terms_url {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 14.87px;
  line-height: 24px;
  color: #ffffff;
  padding: 0;
}
.terms_policy {
  font-size: 14.87px !important;
  margin-block-start: 0;
}

/* pricebooking modal */
.modal-content.pricebooking {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 24px;
}

.modal-content.pricebooking .modal-header.headerblockmodal {
  background: #5570cc;
  color: white;
  background: #5570cc;
  border-radius: 24px 24px 0px 0px;
  display: block;
  padding: 25px 20px;
}

.modal-content.pricebooking .modal-header.headerblockmodal .modal-title.headerblockmodaltitle {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.modal-content.pricebooking button.closeButton {
  position: absolute;
  right: 20px;
  top: 17px;
  background: #738fee;
  border: 1px solid #738fee;
  border-radius: 50%;
  padding: 3px 15px 8px;
}

.modal-content.pricebooking button.closeButton span {
  color: #fff;
  font-size: 21px;
}

.modal-content.pricebooking .product-details label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #424242;
}

.modal-content.pricebooking .form-group {
  padding: 5px 0;
}

.modal-content.pricebooking .form-group label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #424242;
}

.form-control {
  background: #f2f2f6;
  border: 1px solid #f2f2f6;
  border-radius: 9.60537px;
  padding: 15px 10px;
  font-size: 12px;
}

input.form-control.dateinput {
  padding: 10px;
  background: #f0f0f0;
  border-radius: 16px;
  width: 150px;
}

.modal-content.pricebooking .modal-body {
  padding: 35px 35px 10px;
}

/* .modal-content.pricebooking .input-group{padding-top: 20px;} */
.modal-content.pricebooking .input-group label {
  font-size: 14px;
}

.modal-content.pricebooking .modal-footer {
  justify-content: center;
  flex-direction: row-reverse;
  padding: 10px 0 35px 0;
}

.modal-footer .btn {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  border-radius: 10.1644px;
  padding: 10px 20px;
  width: 100%;
  max-width: 180px;
}

.submitbtn {
  background-color: #1b317d;
}

.closebtn {
  background-color: #444444;
}

/* clientinfo */
.clientinfomodal {
  width: 100%;
  max-width: 450px;
}

.modal-content.clientinfocontent {
  border-radius: 24px;
}

.clientinfocontent .modal-header {
  padding: 35px 35px 20px;
  background: #eaeef9;
  border-radius: 24px 24px 0px 0px;
  position: relative;
  justify-content: center;
}

.clientinfocontent .modal-header h5 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 25.164px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1b317d;
}

.modal-content.clientinfocontent button.close {
  position: absolute;
  right: 20px;
  top: 17px;
  background: #697088;
  border: 1px solid #697088;
  border-radius: 50%;
  padding: 3px 15px 8px;
}

.modal-content.clientinfocontent button.close span {
  color: #fff;
  font-size: 21px;
}

.modal-content.clientinfocontent .list-group {
  padding: 20px 35px 35px;
}

.modal-content.clientinfocontent .list-group li {
  border-radius: 0;
  border: none;
  margin-top: 10px;
}

.modal-content.clientinfocontent .list-group li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc !important;
}

.modal-content.clientinfocontent .list-group li .infoheader {
  background: #f2f2f6;
  border-radius: 10px;
  padding: 6px 12px 6px;
}

.modal-content.clientinfocontent .list-group li .infoheader h5 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #000000;
}

.modal-content.clientinfocontent .list-group li div {
  padding: 10px 10px 0;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #5e6068;
}

/* ssubscriptioninfomodal */
.subscriptioninfomodal {
  width: 100%;
  margin: 20px auto;
  max-width: 600px;
}

.Subsciptionmodalcontent {
  padding: 35px;
}
.subsciption_modal{
  width: 100% !important;
}
.subsciption_modal .group-form label{
 text-align: center !important;
 display: block !important;
}
.subsciption_modal .group-form {
  margin: 50px auto 20px !important;
}
.subsciption_modal .closeButton span{
  color: #1b317d !important;
}
/* .modalclose span {
  color: #1b317d;
} */
.subsciption_modal .closeButton {
  width: 40px;
  height: 40px;
  font-size: 17px;
  font-size: 15px;
  background-size: 18px;
  background: #e3eaff !important;
  border-radius: 5px !important;
  border: none !important;
  color: #1b317d !important;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
    margin-right: 8px;
    margin-top: 8px;
    padding: 0 !important;
}

.Subsciptionmodalcontent .number_box span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #000000;
}

.subscriptiondatacontent th {
  padding: 0 5px 10px;
  font-size: 14px;
}

.output-div.subscriptiondatacontent {
  padding: 30px 0 0;
}

.closebtnmodalsubscription {
  justify-content: center;
}

.metar_padding {
  padding-bottom: 16px !important;
  margin-block-end: 16px;
}

.metar_width {
  max-width: 600px !important;
  margin: 0px auto !important;
}

/* dashboarddata */
.dashboarddata {
  padding: 0 0 100px;
}

/* .dashboardtablecontain{
  padding: 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 24px;
} */
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #1b317d;
  background-color: transparent;
  border-color: 1px solid #1b317d !important;
}

.headerboardflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 8px 8px rgb(0 0 0 / 9%);
  border-radius: 15px;
  margin-bottom: 30px;
}

.btnsetsgroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.aircraft {
  background-color: #1b317d;
  border-radius: 6.60722px;
  padding: 6px 25px;
}

.aircraft .btncarft {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
}

.aircraft:hover {
  background-color: transparent;
  border: 1px solid #1b317d;
  color: #1b317d;
}

.aircraft:hover .btncarft {
  color: #1b317d;
}

.profile {
  background-color: #464646;
  border-radius: 6.60722px;
  padding: 6px 25px;
}

.profile .btnprofile {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
}

.profile:hover {
  background-color: transparent;
  border: 1px solid #464646;
}

.profile:hover .btnprofile {
  color: #464646;
}

.dashboardtablecontain h3 {
  /* padding: 0 0 20px; */
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #212534;
}

.upperboxkey {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
}

.upperboxkey h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 22.47px;
  line-height: 21px;
  color: #1b317d;
}

.upperboxkeynew {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
}

.upperboxkeynew h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 22.47px;
  line-height: 21px;
  color: #1b317d;
}

.upperboxkeyheader {
  max-width: 100% !important;
  padding-bottom: 20px !important;
  overflow: auto;
}

.upperboxkeyheader h4 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 22.47px;
  line-height: 21px;
  color: #1b317d;
}

.addbtn {
  background: #464646;
  border-radius: 6.60722px;
  padding: 8px 40px;
}

.addbtn i {
  padding-right: 10px;
  color: #fff;
}

.upperboxkey th {
  background: #1b317d;
  padding: 10px 10px;
  color: #fff;
  white-space: nowrap;
}

.upperboxkey tr {
  border: none;
}
.tablecol {
  background: #1b317d;
  border-radius: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  /* height: 43px; */
}
.taCol02 {
  border-radius: 7px;
  overflow-x: auto;

  overflow-y: hidden;
}
.tabCol04 {
  border-radius: 7px;
  overflow-x: auto;

  overflow-y: hidden;
}

.leftradius {
  border-radius: 7px 0 0 7px;
}

.rightradius {
  border-radius: 0px 7px 7px 0px;
}

.upperboxkey tr td {
  padding: 10px 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #363636;
  border: none;
}

.upperboxkey tr:nth-child(odd) {
  background-color: #f2f2f2;
  color: #363636;
}



.upperboxkeynew tr td {
  padding: 10px 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  border: none;
}

.upperboxkeynew tr:nth-child(odd) {
  background-color: #f2f2f2;
  color: #363636;
}


.subscriptiontable {
  margin-top: 40px;
}

.subscriptiontableheader h4 {
  padding-bottom: 20px;
}

.dotbtn {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.dotbtn i {
  font-size: 12px;
}

.activestatusblock {
  display: flex;
  align-items: center;
  justify-content: center;
}

.activestatusblock .btn-group {
  padding-left: 20px;
}

.cardblkedit {
  padding-top: 150px !important;
}

.cardedit {
  width: 100% !important;
  margin: 0 0 100px;
}

.card-body {
  width: 100% !important;
}

.cardedit .card-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 22.47px;
  line-height: 21px;
  color: #1b317d;
}

.cardedit .card-header {
  padding: 20px;
}

.cardedit .card-body th {
  font-size: 14px;
}
.mobli_usebtn {
  display: none;
}

/* dashboardbannerblk */
.dashboardbannerblk {
  background: url("/assets/home/images/dashboardbannerbg.png") no-repeat center;
  padding: 110px 0;
  z-index: -1;
  background-size: cover;
  /* position: relative; */
}

/* dashboardcontain */
.fullcontaindashboard {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: -140px;
}

.dashboardcontain {
  background-color: #edefff;
  padding: 50px 0 150px;
}

.dashboardleftblk {
  width: 100%;
  max-width: 290px;
}

.leftfilterbox {
  background: #ffffff;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  padding: 30px;
}

.wrapdiv {
  margin-top: 15px;
}

.filterblkheader {
  position: relative;
}

.filterblkheaderafterline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
}

.filterblkheader h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #1b1b1b;
  padding: 10px 0 10px;
  /* text-align: center; */
}

.groupfilters {
  padding: 20px 0;
}

.groupfilters label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #828282;
}

.groupfilters select {
  background: #f2f2f6;
  border-radius: 7px;
  border: 1px solid #f2f2f6;
  padding: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #000000;
}

.groupfilters input {
  background: #f2f2f6;
  border: 1px solid #f2f2f6;
  border-radius: 7px;
  padding: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #000000;
}

.filterdetail {
  padding: 10px 0;
}

.filterdetail.hotelbtn {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.corhotelbtn h4 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 11.6646px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #000000;
  text-align: center;
}

.newcheckbox {
  padding: 50px 0;
}

.form-groupcheckbox {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  gap: 10px;
}

.form-groupcheckbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
}

.form-groupcheckbox label {
  position: relative;
  cursor: pointer;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #000000;
}

.innerfilterboxset {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.applybtn {
  background: #1b317d;
  border-radius: 7px;
  padding: 10px 22px 15px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  display: block;
}

.applybtn .btnapply {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 13.47px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  border: none;
}

.applybtn:hover {
  background-color: transparent;
  border: 1px solid #1b317d;
}

.applybtn:hover .btnapply {
  color: #1b317d;
}

/* rightside */
.dashboardrightblk {
  width: 100%;
  max-width: 1010px;
}

.rightupperheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #a8a8a8;
  padding: 10px 0;
  gap: 10px;
}

.rightupperheader.border-bottom-line {
  border-bottom: none;
}

.rightupperheader .filterblkheader::after {
  display: none;
}

.showbtn {
  width: 160px;
}

.lowerdatacontain {
  padding: 20px 0;
}

.arealist ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.arealist ul li {
  position: relative;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 11.6251px;
  line-height: 14px;
  color: #5c5c5c;
}

.arealist {
  padding-left: 10px;
}

.arealist ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.lowerdatacontain .rightupperheader {
  border: none;
}

.checklimitbox label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 11.2637px;
  line-height: 13px;
  color: #070707;
}

.inputset {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.inputset input {
  background: #f2f2f6;
  border: 1px solid #f2f2f6;
  border-radius: 7px;
  padding: 14px 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #000000;
}

input#location {
  width: 350px;
  max-width: 350px;
}

input#country {
  width: 243px;
  max-width: 243px;
}

input#destination {
  width: 250px;
  max-width: 250px;
}

.weatherapproachblk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.weatherapproachblk h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 11.2637px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #000000;
}

.togglebuttons {
  display: flex;
  border-radius: 20px !important;
  background: #ebeef6;
}

.togglebuttons input[type="radio"] {
  display: none;
  margin: 0;
}

.option1 label {
  background: #ebeef6;
  color: #606060;
  padding: 10px;
  border-right: 1px solid #ebeef6;
  cursor: pointer;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 10.2397px;
  line-height: 20px;
  padding: 10px 25px;
  text-align: center;
}

.option1 label:hover {
  background: #ebeef6;
}

.option1 label:nth-of-type(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.option1.rounded label:nth-of-type(1) {
  /* border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; */
  border-radius: 20px;
}

.option1 label:nth-last-of-type(1) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}

.option1.rounded label:nth-last-of-type(1) {
  border-radius: 20px;
}

.option1 input:checked + label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 10.2397px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #5f80f1;
}

.option1 input:checked + label.active {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 10.2397px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #5f80f1;
}

.bluebar {
  background: #1b317d;
  border: 1.02397px solid #dbdbdb;
  border-radius: 7.16782px;
  padding: 10px;
  /* margin-top: 20px; */
}

.aviationdatabase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.airportdatabase h4 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.airportdatabase p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 9.2607px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.drivingtimebox {
  background: #5f80f1;
  border-radius: 9.21577px;
  padding: 8px 20px;
  position: relative;
}

.runwaydata img {
  width: 100%;
  max-width: 15px;
}

.runwaydata {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.dropdownarrow i {
  color: #fff;
}

.iqdatabox {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.dividebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 97px;
  padding: 10px;
  background: #ffffff;
  border: 1.06042px solid #eaeaea;
  box-shadow: 0px 2.12084px 3.18126px rgba(0, 0, 0, 0.1);
  border-radius: 8.48337px;
}
.rightbox-tooltip {
  display: block !important;
  padding-block-start: 30px;
}

.tabview {
  display: none !important;
  margin-top: 10px;
}

.mobarrowview {
  display: none !important;
}

.iqleft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  /* width: 100%; */
}

.iqleft p {
  font-size: 10px;
}

.iqleft img {
  max-width: 30px;
}

.iqheader h5 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 11.6646px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #000000;
}

.iqheader p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 9.56499px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #000000;
}

.btnview {
  background: #e3eaff;
  border-radius: 4.24168px;
  padding: 5px 10px 10px;
}

.btnview .viewbtn {
  background-color: transparent;
  border: none;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 9.56499px;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #2f4cb1;
  padding: 0;
}

.viewlayerbtn {
  padding: 0px 10px 7px;
}

.forbtn {
  padding: 0px 10px 18px;
}

.arrowimginner img {
  max-width: 16px;
}

/* .btnviews{flex: 1;} */
.mapview {
  padding: 5px 10px 8px;
  background-color: #1b317d;
  border-radius: 6px;
}

.mapview i {
  color: #fff;
  font-size: 12px;
}

.hintBox {
  top: inherit;
  height: 200px;
  max-height: 200px;
  background: #fff;
  border: 1px solid #cecece;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  max-width: 350px;
  z-index: 2;
  border-radius: 8px;
}

.hintBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0 8px 8px 0;
}

.hintBox::-webkit-scrollbar {
  border-radius: 0 8px 8px 0;
  width: 6px;
  background-color: #f5f5f5;
}

.hintBox::-webkit-scrollbar-thumb {
  background-color: #000000;
  overflow: hidden;
  border-radius: 0px 8px 8px 0;
}

.addresshintresult a:hover {
  text-decoration: none;
  color: #666;
  background: #cecece;
}

.addresshintresult a {
  padding: 12px;
  float: left;
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #cecece;
  color: #666;
  cursor: pointer;
}

.modl_input {
  position: relative;
}

.inputset {
  gap: 10px;
}

.lowerdatacontain #resultbox {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 843px;
  margin-left: 4px;
}

.result-table {
  font-size: 10px;
}

.runwayaprch {
  background: #ffffff;
  border: 1.01313px solid #eaeaea;
  border-radius: 8.10505px;
  padding: 10px;
  margin-top: 15px;
  position: relative;
}

.iconarrow {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  padding: 5px 8px;
  font-size: 12px;
}

.runwayaprchheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.runwayaprchheader h3 {
  font-family: "Gilroy";
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #000000;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}

.runwayaprchheader h3 span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14.367px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #5f7bdb;
}

.innerdata {
  margin: 10px 0;
  background: #ffffff;
  border: 0 1px 1px 1px solid #eaeaea;
  box-shadow: 0px 2.07119px 3.10678px rgb(0 0 0 / 10%);
  border-radius: 8.28474px;
}

.divshadow {
  padding: 0 10px 10px;
}

.runwayoutlayer {
  background: #f0f1f5;
  border-radius: 9.11819px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.ilsblk {
  background: #f0f1f5;
  border-radius: 9.11819px;
  padding: 16px;
}

.separateblk {
  flex: 1;
}
.runwaylayerinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.runwaylayerinnerview {
  gap: 0px;
  width: 48%;
}

.runwaylayerheader {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14.1838px;
  line-height: 17px;
  color: #2b2b2b;
}

.arrowindicate {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 12.5565px;
  line-height: 15px;
  /* color: #018B26; */
}

.arrowindicategrey {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 12.5565px;
  line-height: 15px;
  color: #868686;
  margin-left: 15px;
}

.arrowindicatered {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 12.5565px;
  line-height: 15px;
  /* color: #FB2626; */
}

.runwayaprchheader p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 10.367px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #000000;
}

.spancolor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spancolor1 {
  color: #1b317d;
}

.spancolor2 {
  color: #cec03c;
}

.spancolor3 {
  color: #4cb256;
}

.ilsblk {
  margin-top: 15px;
}

.ilsheader h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14.1838px;
  line-height: 17px;
  color: #000000;
}

.ilsheader p {
  font-weight: 700;
  font-size: 14.1838px;
  line-height: 17px;
}

.ilsdata p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 14.1838px;
  line-height: 16px;
  color: #000000;
}

.ilsdata p span {
  font-weight: 300;
}

.ilsspan p {
  color: black;
}

.ilsdata-bold span {
  font-weight: bold !important;
}

.ilsspan p .spancolorils {
  color: black;
}

.celing_css_green {
  color: #008000 !important;
}

.celing_css_yellow {
  color: #b98904 !important;
}

.celing_css_magenta {
  color: magenta !important;
}

.celing_css_red {
  color: #fb2626 !important;
}

/* weather */
.weather_css_grn {
  color: #22b922 !important;
  padding-top: 13px;
  font-size: 16px !important;
  background: #def1de;
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0px auto;
}
.weather_css_ylw {
  color: #bfbf03 !important;
  padding-top: 13px;
  font-size: 16px !important;
  background: #f3f3df;
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0px auto;
}
.weather_css_red {
  color: #c21e1e !important;
  padding-top: 13px;
  font-size: 16px !important;
  background: #f7e0e0;
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0px auto;
}
.weather_css_pur {
  color: #941394 !important;
  padding-top: 13px;
  font-size: 16px !important;
  background: #f8dff8;
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0px auto;
}
.weather_css_blc {
  color: #000000 !important;
  padding-top: 13px;
  font-size: 16px !important;
  background: #dddcdc;
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0px auto;
}
.map_weather_css_grn {
  color: #22b922 !important;
  background: #def1de;
  border-radius: 35%;
  padding: 2px;
  width: 70px;
  text-align: center;
}
.map_weather_css_ylw {
  color: #bfbf03 !important;
  background: #f3f3df;
  border-radius: 35%;
  padding: 2px;
  width: 70px;
  text-align: center;
}
.map_weather_css_red {
  color: #c21e1e !important;
  background: #f7e0e0;
  border-radius: 35%;
  padding: 2px;
  width: 70px;
  text-align: center;
}
.map_weather_css_pur {
  color: #941394 !important;
  background: #f8dff8;
  border-radius: 35%;
  padding: 2px;
  width: 70px;
  text-align: center;
}
.map_weather_css_blc {
  color: #000000 !important;
  background: #dddcdc;
  border-radius: 35%;
  padding: 2px;
  width: 70px;
  text-align: center;
}

.seebtn {
  width: 300px;
  max-width: 300px;
}

.runwayaprchheader.ilsheader {
  padding: 8px 25px;
  gap: 5px;
}

.ilsdiffer {
  color: #fb2626;
}

.ilsdiffer p {
  color: #fb2626;
}

.infodata {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #fb2626;
}
.swal2-top{
  z-index: 99999999 !important;
}
.besideheadertitle {
  padding-right: 40px;
}

/* admin table */

.adminTable_list{
  width: 100%;
  overflow: auto;
}

.adminTable_list::-webkit-scrollbar-track {
  margin-top: 16px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  border-radius: 10px;
  background-color: #ffffff;
}

.adminTable_list::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
}

.adminTable_list::-webkit-scrollbar-thumb {
  background-color: #d0d0d0;
  border-radius: 10px;
}

.adminTable_list::-webkit-scrollbar
{
  width: 6px;  /* for vertical scrollbars */
  height: 6px; /* for horizontal scrollbars */
}









.custListImage li a{
  font-size: 14px !important;
}


/* Gmap Search Icon */

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

/* other */
.runwayspecificdata:hover {
  padding: 5px 10px;
  background-color: #78c4fa;
  border-radius: 6px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.categorybtn {
  background: #f0f0f0;
  border-radius: 18.1113px;
  padding: 5px 8px 12px;
}

.categorybtn .btncategory {
  background-color: transparent;
  border: none;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  color: #757575;
}

.percentagedata p {
  color: #018b26;
  font-weight: 600;
}

.iqleft.leftblkiq.weatherdata {
  width: 200px;
  max-width: 150px;
}

.iqleft.leftblkiq {
  width: 100%;
  max-width: 130px;
  height: 100%;
  min-height: 35px;
}

.midbtnheight {
  padding: 10px 5px 12px;
}

.wrapdiv .row {
  align-items: center;
}

.iqleft.leftblkiq.hotelnearbtn img {
  max-width: 20px;
}

.hotelnearbtniq{
  background-color: #1b317d;
  border-radius: 4.14237px;
  height: 35px !important;
  padding: 10px;
}

.iqleftiq{
  display: flex;
  gap: 5px;
}

.iqleftiq p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 9.56499px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: white !important;
}

.weatherapproachblk h3 i {
  color: #1b317d;
  background: #e7ecff;
  border: 1px solid #e7ecff;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}
#iq_header_data h3 span {
  margin-inline-start: 0px !important;
}
/* runwayaprchmodal */
.runwayaprchmodalwidth {
  max-width: 850px;
}

.runwayaprchmodalcontent {
  padding: 0 30px 30px;
}

.modalclose {
  /* background: #e3eaff;
  border: 1px solid #e3eaff;
  border-radius: 6px;
  padding-bottom: 6px;
  width: 30px; */
  width: 40px;
  height: 40px;
  font-size: 17px;
  font-size: 15px;
  background-size: 18px;
  background: #e3eaff;
  border-radius: 5px;
  border: none;
  color: #1b317d;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalclose span {
  color: #1b317d;
}

/* ..viewdivdata */
.viewdivdata {
  background: #f0f1f5;
  border-radius: 10.0101px;
  padding: 10px;
}

.viewdivdata h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 20.0202px;
  line-height: 24px;
  color: #1b317d;
}

.viewdivdata p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 12.2345px;
  line-height: 14px;
  color: #1f1f1f;
}

/* ..subscribebtn */
.subscribebtn {
  background: #fff0f1;
  border-radius: 4.14237px;
  padding: 4px 16px 12px;
}

.subscribebtn .subscribebutton {
  background-color: transparent;
  border: none;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 9.34105px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #cb2937;
}

#subscribeModal{
  z-index: 999999;
}

/* btndestination */
.btndestination {
  background: #1b317d;
  border-radius: 7px;
  padding: 12px 15px 16px;
  width: 242px;
}

.destinationbtn {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btndestination:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.destinationbtn img {
  width: 25px !important;
  padding-inline-end: 5px;
}

/* loginpage */

.loginpagefrm {
  background-color: transparent !important;
}

.loginform {
  padding: 150px 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginformset {
  background: #ffffff;
  border: 1.08564px solid #ececec;
  border-radius: 0px 16.2845px 16.2845px 0px;
  padding: 50px 30px;
  width: 100%;
  max-width: 500px;
  height: 650px;
}

.loginheader {
  padding: 0px 0 10px 0;
}

.loginheader h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 21.1373px;
  line-height: 23px;
  color: #435eba;
  text-align: center;
}

.loginimg img {
  border-radius: 16.2845px 0px 0px 16.2845px;
}

.loginimg img {
  height: 650px;
  object-fit: cover;
}

.forminput {
  padding: 20px 0 0;
}

.forminput label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #828282;
  padding-bottom: 5px;
}

.forminput input {
  background: #f2f2f6;
  border-radius: 7.59945px;
  padding: 15px;
}

.custLogFrm .form-check-input.logincheckbox {
  position: relative;
  opacity: 1;
  left: 35px;
  z-index: 1;
  top: 7px;
}

.form-group.form-check {
  padding: 20px;
}

label.form-check-label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
}

.form-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loginbtn {
  background: #1b317d;
  border-radius: 7.59945px;
  padding: 10px 40px;
  width: 100%;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  margin: 30px 0 0;
}

.loginbtn:hover {
  background: transparent;
  border: 1px solid #1b317d;
  color: #1b317d;
}

.loginbtn:focus {
  background: transparent;
  border: 1px solid #1b317d;
  color: #1b317d;
}

.registerline h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 13.5379px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 10px 0 0;
  text-align: center;
}

.registerline h2 a {
  color: #1b317d;
}

.registerform {
  padding: 10px 10px 0;
}

/* forgotpage */
.forgotcontain {
  border-radius: 16px;
  height: 100%;
}

.forgotmailinput {
  padding: 0;
}

#loadingbox {
  /* position: absolute; */
  width: 100%;
  height: 300px;
  /* top: 0;
  left: 0; */
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-align: center;
  padding: 130px 0 0 0;
  box-sizing: border-box;
}

.outputs {
  position: relative;
}

.loader-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  gap: 10px;
}

.hotel-near-btn {
  cursor: pointer;
}

.hotelnearbtn {
  background-color: #1b317d;
  border-radius: 4.14237px;
  min-height: 40px;
  height: 35px !important;
  padding: 5px;
}

.hotelnearbtn h5 {
  color: #fff;
}

.hotelnearbtn p {
  color: #fff;
}

/* .modal-header {
  border-bottom: none;
} */

.fboheaderbottom {
  /* opacity: 0.1; */
  /* border-bottom: 1px solid #000000; */
  padding: 10px 0;
}

.modalfboheader h3 {
  font-size: 17px;
}

.modalfboinner {
  padding: 0px;
  overflow-y: auto;
  margin-top: 0;
  overflow-x: hidden;
  padding-inline: 20px;
  max-height: 351px;
  height: 100%;
}

.modalbodyheaderfbo h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #1b317d;
}

.listcloseHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  padding-block: 20px;
}
.listcloseHeading .custMdlSecHead.lisHeading01 {
  border-bottom: none;
}
.londonflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.londonflex .custMdlSecHead.lisHeading01 {
  border-bottom: none;
}
.listClose55 {
  order: 2;
}
.modalbodyheaderfbo h2 span {
  color: #000000;
}
.modal-footer {
  padding-block-start: 22px;
}
.fbomodalcontent {
  padding: 10px 30px 10px;
  /* height: 60vh; */
  height: auto;
  z-index: 1;
}
.modalBodyContentcustBx50.londonDataModelBodyContent {
  height: 100%;
  max-height: 351px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modalbody {
  max-height: 351px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.fbodetailbox {
  background: #f0f1f5;
  border-radius: 5.07045px;
  padding: 15px;
  margin-top: 20px;
}

.headerfboboxdata {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerfboboxdata h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14.8767px;
  line-height: 38px;
  letter-spacing: 0.03em;
  color: #000000;
}

.headerfboboxdata p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14.8767px;
  line-height: 38px;
  letter-spacing: 0.03em;
  color: #1b317d;
}

.fbomodallist ul li {
  padding-top: 5px;
}

.fbomodallist ul li a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14.8767px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #000000;
}

.mapbtn {
  margin-top: 30px;
}

.mapbtnview {
  background: #1b317d;
  border-radius: 7.09862px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #1b317d;
  padding: 12px 25px;
}

.mapbtnview:hover {
  color: #1b317d;
  background-color: transparent;
  border: 1px solid #1b317d;
}

#modalscroll::-webkit-scrollbar-track {
  margin-top: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#modalscroll::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

#modalscroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1b317d;
}

.headwind-class {
  color: #018b26;
}

.tailwind-class {
  color: #fb2626;
}

.yellow-class {
  color: #8a9002;
}

.modal-content.runwayaprchmodalcontent {
  top: 40px;
  height: auto;
}

/* expandedinfomodal */
#expandedinfomodal .expandedmodalwidth {
  --bs-modal-width: 1200px;
}

#airportdetailstable {
  border: none;
  display: flex;
  flex-wrap: wrap;
}

#airportdetailstable .close.custWhiteCls {
  background-color: #efefef !important;
}

/* .close.custWhiteCls {
  left: auto !important;
  right: 44px !important;
  top: 40px;
  position: absolute;
} */

.close.custWhiteCls {
  width: 30px;
  height: 30px;
  font-size: 17px;
  font-size: 15px;
  background-size: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
}
.close.custWhiteCls.listClose {
  width: 40px;
  height: 40px;
  font-size: 17px;
  font-size: 15px;
  background-size: 18px;
  background: #e3eaff;
  border-radius: 5px;
  border: none;
  color: #1b317d;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custMdlSecHead.lisHeading01 {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: start;
  align-items: self-start;
  padding-inline-start: 0 !important;
  /* padding-block-end: 30px !important; */
}
.custMdlSecHead.lisHeading01 h3 {
  color: #000000;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}
.custMdlSecHead.lisHeading01 h5 {
  color: #5f7bdb;
  text-align: left;
  margin-inline-start: 10px;
  font-weight: 700;
  font-size: 16px;
}
.custBxWraping {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.custMdlSecBx.custBx50.model_list_hed.allList02 {
  margin: 0;
}
.open-airoport-choose-modal .close {
  position: absolute;
  left: 22px;
  top: 5px;
  color: #0f0f0f;
  text-shadow: 0px 0px 0px;
  font-size: 15px;
}
.runwayaprchmodalcontent .modal-header {
  padding: 15px 0;
  margin-bottom: 10px;
}

/* ========================================================================= loader */

.lod_esc {
  width: 200px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrapper {
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  /* max-width: 928px; */
  margin-left: auto;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.loader_text {
  text-transform: uppercase;
  font-weight: 600;
}
.circle {
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.wrapper span {
  position: absolute;
  top: 75px;
  font-family: "Lato";
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left: 15%;
}

/* ========================================================================= loader */

.custWhiteCls {
  opacity: 1;
}
.listInfoTitle {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.listInfoTitle a {
  color: inherit;
  text-decoration: none;
  flex: 2 80px;
  padding-block-start: 30%;
  padding-inline: 25px;
  color: #2e4cb4 !important;
  font-weight: bold;
  font-size: 16px;
}
.modelList04 .custMdlPaddList {
  padding: 0 10px 0;
}

.custMdlSecHead {
  background: #1b317d !important;
  border-radius: 10px !important;
  /* padding: 12px 50px !important; */
  transition: 0.3s;
  margin: 10px;
}
/* .allllist05 {
  width: 100%;
} */

.custMdlSecHead h3 {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  margin: 0 !important;
}

.custMdlSecHead h5 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 2px 0 0 0;
}

.custMdlSecCnt {
  width: 100%;
  /* float: left; */
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -10px; */
  gap: 20px;
}
.modern-list-item-content {
  padding: 0 !important;
}
.list_arearow {
  background-color: #fff !important;
  padding: 20px 30px 30px;
  border-radius: 15px;
  top: 0;
  left: 0;
  inset: 0;
  height: auto;
  z-index: 9999;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.09);
}
.modalBodyContentcustBx50 {
  overflow: hidden;
  overflow-y: auto;
  /* height: calc(100% - 94px); */
  height: 70vh;
  background-color: #fff;
  margin: auto;
  padding: 0 10px;
  border-top: none;
}
.modalBodyContentcustBx50 .custMdlSecCnt .custBxWraping {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.modalBodyContentcustBx50::-webkit-scrollbar {
  width: 6px;
}
.modern-list-item-content {
  border: none !important;
}

/* Track */
.modalBodyContentcustBx50::-webkit-scrollbar-track {
  margin-top: 16px;
  border-radius: 10px;
  background: #e5ebff;
}
.fbodetailbox:last-of-type {
  margin-bottom: 40px;
}

.modalBodyContentcustBx50::-webkit-scrollbar-thumb {
  background: #434b67;
  border-radius: 10px;
}

/* ::-webkit-scrollbar-thumb:hover {
  background: ##E5EBFF; 
} */
.list_arearow {
  padding: 0 15px 30px;
}
.custMdlSecBx {
  border-radius: 10px;
  margin: 16px 0 10px;
  background: #e5ebff;
}
.allllist06 + .allllist07 {
  background-color: #1b317d;
}
.allllist06 + .allllist07 + .allList07 {
  background-color: #000000;
}
.altBg04 {
  grid-column: 1 / span 2;
}
#commentbox {
  grid-column: 1 / span 2;
}
#owi {
  grid-column: 1 / span 2;
}
#ops {
  grid-column: 1 / span 2;
}
.custMdlSecBx:nth-of-type(5) {
  background-color: #2a2a2a;
}
.custMdlSecBx:nth-of-type(4) {
  background-color: #1b317d;
}

/* .custMdlSecBx.custBx33.model_list_hed {
  width:calc(50% - 20px);
} */
.listbg07 {
  display: flex;
  justify-content: space-between;
}

/* .custBx33 {
  width: calc(33.3% - 20px);
}

.custbox100 {
  width: calc(100% - 20px) !important;
} */
.custList5052 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 70px;
}
.ownershipList {
  color: #2e4cb4 !important;
}
.expanded-modal {
  overflow: hidden;
  padding-inline: 20px !important;
}
.custboxflex li {
  flex-wrap: wrap;
}
.custListImage li {
  list-style-type: none !important;
}
.custList506 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.custMdlSecBx.custBx50 .custListImage.custList506 li {
  width: calc(19.6% - 20px) !important;
  padding: 10px 15px !important;
}
.custMdlSecBx h3 {
  width: 100%;
  float: left;
  background: #1b317d;
  padding: 14px 0;
  border-radius: 10px;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}
.model_list_hed h3 {
  background: transparent;
  color: #2b2b2b;
  text-align: left;
  padding: 14px 25px;
  font-weight: 700;
}
.model_list_hed.list02 {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  /* width: 48%; */
}
.listBg {
  /* width: calc(50% - 20px); */
  width: 49%;
}
.listBg {
  background-color: #f0f1f5;
}
.listBg .custMdlPadd {
  padding: 0 0px 0 25px;
}
.modelList04 h3 {
  display: none;
}
.list03 li {
  display: inline-block;
  background-color: #e3eaff;
  border-radius: 35.5px;
  text-align: center;
  margin: 10px 0;
  height: 43px;
  line-height: 43px;
  color: #3952aa;
  padding-inline: 15px;
  width: fit-content !important;
  white-space: nowrap;
}
.modelList04 .custMdlPaddList {
  padding: 0;
  padding-inline-end: 2px;
}
.allllist05 h3 {
  color: #434b67;
}
.pdficonContent li a {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
}
/* .custListImage li .pdfImg h5{
  text-align: left !important;
  min-height: 13px;
  color: #3C4973;
  padding-inline-end: 10px;
} */
.pdficonContent li h5 {
  text-align: left !important;
  min-height: 10px !important;
  color: #3c4973 !important;
  padding-inline-end: 10px !important;
}
.pdficonContent li {
  background-color: #edf1ff;
  border-radius: 3.90365px;
}
.alllistImg {
  background-color: #fff;
}
.pdficonContent li span {
  border: none !important;
}
.pdfImg img {
  width: 18px !important;
  height: 21px !important;
}
.pdfImg {
  width: 23% !important;
}
.listImgcustMdl02 {
  display: flex;
  justify-content: start;
  width: calc(100% - 20px) !important;
  height: 100%;
  align-items: flex-start;
  padding: 0 25px 25px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  margin: 20px auto 8px;
}
/* #commentbox {
  margin-block-end: 10px;
} */
/* #listBg04{
  height: calc(300px - 15px);
}
#listBg05{
  height: calc(300px - 15px);
} */
/* .custMdlSecBx:nth-of-type(6) {
  height: 250px;
}
.custMdlSecBx:nth-of-type(7) {
  height: 250px;
} */
.altBg04 {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
}
/* .listImgcustMdl02 .custMdlSecBx.custBx50 .custListImage.custList506 li {
  width: calc(46.6% - 20px) !important;
  padding: 10px 15px !important;
} */
/* .listImgcustMdl02 .allllist06.alllistImg:last-of-type .custList506 li {
  width: calc(46.6% - 20px) !important;
  padding: 10px 15px !important;
} */
.listImgcustMdl02 .custMdlPaddList {
  padding: 0;
}
/* .listImgcustMdl02 .allllist06.alllistImg:last-of-type .custList506 li {
  width: calc(46.6% - 20px) !important;
  padding: 10px 15px !important;
} */
.pdficonContentBG02:first-of-type {
  width: calc(26% - 20px);
}
.listImgcustMdl02 .alllistImg:first-child {
  width: calc(26% - 20px);
}
/* .custMdlPaddList .custListImage.custList506.pdficonContent.pdficonContentBg02 li{
  width: calc(100% - 5px) !important;
} */
.custMdlPaddList .custListImage.custList506.pdficonContent.pdficonContentBg03 li {
  width: calc(24.7% - 20px) !important;
}
.alllistImg h3 {
  color: #3d3d3d !important;
}
.pdficonContentBg02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.listImgcustMdl02 .allllist06.alllistImg:first-of-type .pdficonContent {
  flex-direction: column;
}
.custMdlPadd .list03 li a {
  font-size: 14px !important;
  text-decoration: none !important;
  color: #3952aa !important;
  font-weight: 600;
}
.list03 {
  width: 100%;
  align-items: start;
  justify-content: flex-start;
  display: flex;
  overflow: auto;
  gap: 10px;
  padding-block: 10px;
}

.modelList04 {
  background-color: transparent;
  width: 100% !important;
  margin-block-end: 21px;
  margin-block-start: 0;
}

.list03::-webkit-scrollbar {
  display: none;
}
.custMdlSecCnt p {
  font-size: 14px;
  margin: 0px;
  color: #666;
  line-height: 23px;
}
img.afterHoursIcon {
  width: 20px;
}
.custMdlSecCnt p span {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.custMdlPadd ul li a {
  font-size: 15px;
  line-height: 1.8;
  color: #0f0f0f !important;
}

.paddingBoxlist {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: self-start;
}
.expandedmodaltwoblk h3 {
  width: 100%;
  float: left;
  background: #1b317d;
  padding: 14px 0;
  border-radius: 10px;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}
#airportComms {
  grid-column: 1 / span 2;
}

.custMdlPadd {
  padding: 25px;
  width: 100%;
  float: left;
}
.custMdlPaddList {
  padding: 25px 25px;
}
.custMdlPaddList p:first-of-type,
.custMdlPaddList p:first-of-type span {
  color: #2e4cb4;
  font-weight: bold;
}
.allList02 p {
  color: #2e4cb4;
  font-weight: bold;
}
.allList02 p:nth-of-type(3) a {
  color: #2e4cb4;
  font-weight: bold;
  text-decoration: underline;
}
.allList02 h3 {
  color: #2e4cb4;
}
.custMdlPadd ul {
  margin: 0;
  padding: 0;
}

.custList50 li {
  list-style-type: none;
  color: #0f0f0f;
  font-size: 14px;
  margin: 0 0 3px 0;
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}

.custList50 li span {
  color: #7d7d7d;
  width: 50%;
  display: flex;
}
.custList50.custList505 li .listItem02 {
  color: #434b67;
  font-weight: 700;
}
.custMdlSecBx:nth-of-type(5) .custList50.custList505 li .listItem03 {
  color: #fff;
  font-weight: 700;
}
.custList50.custList505 li span {
  color: #434b67;
  font-weight: 400;
  display: inline;
}
.custList50.custList505 li {
  display: block;
}
.custMdlSecBx:nth-of-type(6) ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.custList50.custList505 li .listItem03 {
  color: #434b67;
  font-weight: 700;
}
.custList50.custList505 li .listItem04 {
  color: #2e4cb4;
  font-weight: 700;
}
.boxItemList {
  font-size: 12px;
}

.custMdlSecBx:nth-of-type(5) .custList50.custList505 li span {
  color: #fff;
  /* font-weight: 400; */
  display: inline;
}
.custMdlSecBx:nth-of-type(5) .custList50.custList505 li {
  color: #fff;
  font-weight: 400;
}
.custMdlSecBx:nth-of-type(4) .custList50.custList505 li span {
  color: #fff;
  /* font-weight: 400; */
  display: inline;
}
.custMdlSecBx:nth-of-type(4) .custList50.custList505 li {
  color: #fff;
  font-weight: 400;
}
.custBx50list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.allList08 h3 {
  color: #fff;
}
.custListBox1f {
  width: 100%;
}
.custBxWraping ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
}
.custMdlSecBx:nth-of-type(5) h3 {
  color: #fff;
}
.custMdlSecBx:nth-of-type(5) ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
}
.custMdlSecBx:nth-of-type(4) ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
}
.custMdlSecBx:nth-of-type(6) ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
}
.allllist05 ul li {
  list-style: disc outside none;
  display: list-item !important;
  margin-left: 1em;
}
.allllist06 ul li {
  list-style: disc outside none;
  display: list-item !important;
  margin-left: 1em;
}
.custMdlSecBx:nth-of-type(7) ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
}
.custMdlSecBx:nth-of-type(4) h3 {
  color: #fff;
}
.allllist08 {
  background-color: #2a2a2a;
}
/* .allllist06{
  width: calc(100% - 20px);
} */
.custList50 li span:nth-child(2) {
  color: #0f0f0f;
}

.expandeddatainner p span {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.expandeddatainner p {
  font-size: 14px;
  color: #666;
  line-height: 23px;
}

.expandedlistdata ul li a {
  font-size: 15px;
  line-height: 1.8;
  color: #0f0f0f !important;
}

.expandedmodalcontent {
  padding: 20px 30px 30px;
  background-color: #efefef;
}

.custListImage {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.custMdlSecBx.custBx50 .custListImage li {
  width: calc(33.3% - 20px) !important;
}

.custListImage li {
  width: calc(100% - 20px) !important;
  float: left;
  margin: 10px;
  font-size: 12px;
  text-transform: uppercase;
  list-style-type: none;
}

.custMdlPadd ul li a {
  font-size: 15px;
  line-height: 1.8;
  color: #0f0f0f !important;
}

.custListImage li span img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
}

.custListImage li span {
  width: 100%;
  float: left;
  border-radius: 5px;
  /* padding: 11px;
  margin: 0 0 5px 0; */
}

.custListImage li h5 {
  font-size: 13px;
  min-height: 40px;
  color: #0f0f0f;
  text-align: center;
  float: left;
  width: 100%;
}

/* metertafbtn */
.metertafbtn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 50px;
}

.mtbtn {
  background: #1b317d;
  border-radius: 4.24168px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 6px 20px;
}

.mtbtn:hover {
  background: transparent;
  border: 1px solid #1b317d;
  color: #1b317d;
}

/* apchanalysiswindmodal */
.apchanalysiswindmodal {
  max-width: 1200px;
}

/* .apchanlysismodal{display: flex;align-items: center;justify-content: space-between;position: relative;} */
.aprchanalysisdata {
  padding: 20px;
  background-color: #f0f1f5;
}

.aprchanalysisdata#modalscroll::-webkit-scrollbar-track {
  margin-top: 0;
}

.apchanlysismodal::after {
  content: "";
  display: block;
  position: fixed;
  width: 1px;
  height: 510px;
  top: 130px;
  left: 48%;
  background-color: rgb(61, 61, 61);
  overflow: hidden;
  z-index: 0;
}

.ils-h3 {
  width: 160px;
}

.ilsspan-width {
  width: 125px;
}

.col-md-6.runwayaprchheader.ilsheader {
  justify-content: flex-start !important;
  gap: 38px !important;
}

span.head-procTitle {
  padding-left: 100px;
}

/* profile page */
/* .custLogFrm .form-group:not(:last-child) { */
  /* margin-bottom: 20px; */
/* } */

.custLogFrm {
  background: rgba(0, 0, 0, 0.5);
  padding: 7%;
  margin: 50px 20%;
  width: 60%;
}

.custLogFrm form {
  width: 100%;
}

.custLogFrm label {
  font-weight: bold;
}

.custLogFrm.custLogFrmProf {
  margin: 50px 0%;
  width: 49%;
  display: inline-flex;
  /* min-height: 575px; */
}

.custLogFrmTbl th {
  font-size: 13px;
  padding: 11px 9px;
  font-weight: normal;
  border: none !important;
}

.custLogFrmTbl tr td a.custBtnTbl {
  padding: 1px 8px 4px 8px;
}

.custLogFrmTbl tr td a.custBtnTbl img {
  width: 15px;
}

/* .custLogFrmTbl tr:nth-child(even) {
	background: #f7f7f7 !important;
}
.custLogFrmTbl tr:nth-child(odd) {
	background: #f1f1f1 !important;
} */
.custLogFrmTblMain {
  width: 80%;
  margin: 50px 10%;
}

.custLogFrm {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.custLogFrmhdr {
  text-align: center;
}

.custLogFrmhdr p {
  font-size: 16px;
  line-height: 1.8;
  color: #0a58ca;
}

.custLogFrmhdr p a {
  color: #1b317d;
}

.custLogFrmhdr h2 {
  margin: 25px 0 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

.custLogFrm .form-control {
  background: #f2f2f6 !important;
  font-size: 16px !important;
  /* text-transform: capitalize !important; */
  font-weight: 400 !important;
  border-radius: 10px !important;
  padding: 10px 17px !important;
  padding-right: 36px !important;
  color: #1b317d !important;
  border: 1px solid var(--grey2) !important;
  height: auto !important;
}

.custLogFrm .form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #0a58ca;
}

.submit__button,
.custLogFrm button[type="submit"],
.custLogFrm input[type="submit"] {
  background: #1b317d !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  border-radius: 10px !important;
  padding: 12px 50px !important;
  color: #fff !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #1b317d !important;
}

.submit__button:hover,
.custLogFrm button[type="submit"]:hover,
.custLogFrm input[type="submit"]:hover {
  background: #0a58ca !important;
}

.custLogFrm .form-check .form-check-label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  line-height: 36px;
}

.custLogFrm .form-check .form-check-label::before {
  content: "";
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid var(--grey2);
  width: 36px;
  left: 0;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  color: #fff;
  position: absolute;
}

.custLogFrm .form-check .form-check-label::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background-size: 14px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}

.custLogFrm .form-check {
  padding-left: 0;
}

.custLogFrm .form-check-input {
  position: absolute;
  opacity: 0;
}

.custLogFrm .form-check-input:checked ~ .form-check-label::before {
  background-color: #1b317d;
  border: 1px solid #1b317d;
}

.custLogFrm .form-check-input:checked ~ .form-check-label::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC43NzQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOC43NzQgMTQiPg0KICA8cGF0aCBpZD0iSWNvbl9hd2Vzb21lLWNoZWNrIiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1jaGVjayIgZD0iTTYuMzc2LDE4LjNsLTYuMS02LjFhLjkzOS45MzksMCwwLDEsMC0xLjMyOEwxLjYsOS41NDZhLjkzOS45MzksMCwwLDEsMS4zMjgsMGw0LjExLDQuMTEsNS44NzctNS44NzcsMi45MjYtMi45MjZhLjkzOS45MzksMCwwLDEsMS4zMjgsMEwxOC41LDYuMThhLjkzOS45MzksMCwwLDEsMCwxLjMyOEw3LjcsMTguM0EuOTM5LjkzOSwwLDAsMSw2LjM3NiwxOC4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNC41NzcpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==);
}

/* weatherIQmodal */
/* .weatheriqmodalcontainer {
  --bs-modal-width: 500px;
} */
.span_head {
  padding-left: 8px !important;
}
.modalheadertext h3 {
  font-family: "Gilroy";
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #000000;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}

.modalheadertext h3 span {
  font-family: "Gilroy";
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #5f7bdb;
  text-align: left;
  margin-inline-start: 10px;
  font-weight: 700;
  font-size: 16px;
}

.IQdivdata {
  background: #f0f1f5;
  border-radius: 9.11819px;
  padding: 16px;
  height: 100%;
}

.IQdivdata h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14.1838px;
  line-height: 17px;
  color: #2b2b2b;
  padding-bottom: 20px;
}

.IQdivdata p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 14.1838px;
  line-height: 17px;
  color: #0e65cb;
}

.iqmodalblk {
  padding-top: 10px;
}

.runwaymodalflex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.gapweatheraproach {
  padding-top: 10px;
}

.runwaylayerheader span {
  color: #000000;
}

.IQdivdata .viewdivdataiq h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 20.0202px;
  line-height: 24px;
  color: #1b317d;
  padding: 0;
}

.IQdivdata .viewdivdataiq p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 12.2345px;
  line-height: 14px;
  color: #1b317d;
}

.colorapproach {
  display: flex;
  align-items: center;
  gap: 20px;
}

.whitecard {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.whitecardheader {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 37px;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}

.demolinenext {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 11.4356px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #000000;
}

.runwaymodalflexlower {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.historydataline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.historydata {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 11.4356px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #1b317d;
}

.demolinenext {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 11.4356px;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #000000 !important;
}

.demolinenext span {
  color: #18abcb;
}

.historydata span {
  color: #4770ff;
}

.demoline {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 11.4356px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #000000 !important;
}

.demoline span {
  color: #0bb21c;
}

.approachanalysisblk {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 37px;
  letter-spacing: 0.03em;
  color: #0e65cb;
}

.colorapproachdata {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 10px;
}

.approachanalysisblk {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 37px;
  letter-spacing: 0.03em;
  color: #000000;
}

.windlayer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.approachwidth {
  width: 200px;
}

.minswidth {
  width: 130px;
}

.ceilingwidth {
  width: 130px;
}

.windwidth {
  width: 110px;
}

.btnchart {
  margin-bottom: 10px;
}

.chartbtn {
  background-color: #1b317d;
  color: #fff;
  border: 1px solid #1b317d;
  padding: 8px 15px;
  border-radius: 10.1644px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
}

/* allcraft */
.allcraftdata {
  margin-top: 20px;
}

.allcraftdata thead tr {
  background: #1b317d;
  border-radius: 6px;
}

.allcraftdata thead tr th {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
}

.allcraftdata tr td {
  text-align: center;
}

.editbtn {
  background: #71778c !important;
  border-radius: 5px !important;
}

.deletebtn {
  background: #eb3a49 !important;
  border-radius: 5px !important;
}

.custBtnTbl.deletebtn img {
  filter: brightness(0) invert(1);
}

.custBtnTbl.editbtn img {
  filter: brightness(0) invert(1);
}

.allcraftdata tr td input:checked {
  background-color: #1b317d;
}

/* .allcraftdata tr:nth-child(even) {background: #CCC}
.allcraftdata tr:nth-child(odd) {background: #FFF} */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.addcraftchecbox input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.addcraftchecbox input:checked ~ .checkmark {
  background-color: #1b317d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.addcraftchecbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.addcraftchecbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.addcraftchecbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.addcraftheader {
  padding-bottom: 15px;
}

.addcraftheader h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 22.47px;
  line-height: 21px;
  color: #1b317d;
}

.form-group.col-md-6.addcraftchecbox {
  margin-bottom: 5px !important;
}

.form-group.col-md-6.addcraftchecbox {
  margin-bottom: 5px !important;
}

.cat_css {
  width: 120px;
  border-radius: 20px;
  height: 40px;
  padding: 10px 10px;
}

.iqleft.innerarrow.deskarrowview.percentagedata {
  width: 100px;
  max-width: 100px;
  display: block !important;
}

.lochotel {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 130px;
}

.lochoteltitle h5 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 11.6646px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #000000;
}

.lochotelmap {
  gap: 10px;
  width: 100%;
  max-width: 160px;
}

.batnviewmap {
  width: 100%;
  gap: 10px;
  justify-content: center;
}

.batnviewmap .btn_view a {
  padding: 10px 12px 12px;
}

/* .iqleft.leftblkiq.hotelnearbtn{ */
/* max-width: 70px; */
/* } */
.runwaylayermap {
  width: 100%;
  /* max-width: 800px; */
}

/* showmap */
.mapclose {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}

.mapmodalbtngrp {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.12);
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mapclosemodal {
  background: #1b317d !important;
  border-radius: 6px;
}

.mapclosemodal span {
  color: #fff !important;
}

.btnmapimg {
  position: relative;
  background: #1b317d;
  border-radius: 6px;
  border: none;
  padding: 4px 11px 9px;
}

.mapmodal {
  padding: 0px !important;
  z-index: 10002;
}

.showmap {
  padding: 20px;
  height: 100vh;
  /* width: 1400px;
  max-width: 1400px; */
}

.showmapcontainer {
  --bs-modal-width: 100%;
  margin: 0;
}

.maplibregl-popup-tip.mapboxgl-popup-tip {
  border-top-color: #1b317d !important;
  border-bottom-color: #1b317d !important;
}

.mapboxgl-popup-content,
.maplibregl-popup-content {
  background: #1b317d !important;
  box-shadow: 0px 11px 14px rgba(27, 49, 125, 0.38) !important;
  border-radius: 9px !important;
}

.mapboxgl-popup-content,
.maplibregl-popup-content p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.mapboxgl-popup-close-button,
.maplibregl-popup-close-button {
  color: #fff !important;
}

/* tooltip */
.tooltip-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.tooltip {
  opacity: 0;
  z-index: 99;
  color: #1b317d;
  width: 190px;
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  /* text-shadow: 1px 1px 2px #111; */
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  right: -80px;
  bottom: 40px;
}

.tooltip:before,
.tooltip:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: -10px;
  left: 43%;
}

.tooltip-container:hover .tooltip,
a:hover .tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btnmapimg.active {
  background: #d9e1fc;
}

.btnmapimg.active img {
  filter: invert(0%) sepia(69%) saturate(2743%) hue-rotate(222deg) brightness(35%) contrast(126%);
}

.btnmapimg:hover {
  background: #d9e1fc;
}

.btnmapimg:hover img {
  filter: invert(0%) sepia(69%) saturate(2743%) hue-rotate(222deg) brightness(35%) contrast(126%);
}

/* .modal-dialog.showmapcontainer {
  position: absolute;
  inset: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
} */
.mapmodaldata {
  position: absolute;
  width: 100%;
  left: 0;
  /* top: 0; */
  bottom: 7px;
  z-index: 2;
  padding: 0 20px;
}

.distacediv {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-block-end: 5px;
}

.lengthdiv {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-block-end: 5px;
}

.weatherdiv {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  padding-block-end: 5px;
}

.airportentrydiv {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-block-end: 5px;
  display: none;
}

.airportentrydivshow {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-block-end: 5px;
}

.mapdataicon img {
  max-width: 12px;
}

.distacediv p {
  font-size: 12px !important;
}

.distacediv img {
  max-width: 16px !important;
}

.tapheader {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 0.03em;
  color: #1b317d !important;
  background-color: #e6eafc;
  border-radius: 4px;
  text-align: center;
  padding-block: 5px;
  margin-block-end: 10px;
}

.mapboxgl-popup-content,
.maplibregl-popup-content {
  padding: 8px 10px !important;
}

.modalmapheader {
  position: absolute;
  right: 80px;
  top: 30px;
  z-index: 1;
  background: #fff;
  padding: 10px;
  border-radius: 9px;
}

.modalmapheader h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #1b317d;
}

.showmore_close {
  width: 50px;
  display: flex;
}

.close_icon {
  margin-left: 20px;
}

/* loader */
.loader {
  /* background: #fff; */
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
  min-height: 100vh;
  height: 100vh;
  z-index: 100002;
}

.plane {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.plane-img {
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.earth-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  /* padding-top: 2.7rem; */
}

.earth {
  width: 160px;
  height: 160px;
  background: url("https://zupimages.net/up/19/34/6vlb.gif");
  border-radius: 100%;
  background-size: 340px;
  animation: earthAnim 12s infinite linear;
  margin: 0 auto;
  border: 1px solid #cdd1d3;
}

@keyframes earthAnim {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: -340px;
  }
}

.maplibregl-canvas.mapboxgl-canvas {
  width: 100% !important;
  height: 100% !important;
}

.body_loader {
  overflow: hidden;
  height: 100vh;
}

/* runway_modal */
.runway_modal .modal-dialog .runwayaprchmodalcontent {
  /* width: max-content; */
  margin-inline: auto;
}
.mobile_viewbtn {
  display: none;
}

.runway_modal .modal-dialog .runwayaprchmodalcontent .runway_row .col-md-4 {
  min-width: 270px;
}

.weatherdeclare {
  min-width: 110px !important;
  max-height: 42px;
}

.IQdivdata .viewdivdataiqsec h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 16.0202px;
  line-height: 24px;
  color: #1b317d;
  padding: 0;
}

/* weathersectionwrap */
.weathersectionwrap {
  display: flex;
  gap: 10px;
}

.weathersectionwrap .weatherdeclare {
  display: flex;
  gap: 10px;
}

.entryred_text {
  background-color: red;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 0.03em;
  border-radius: 4px;
  text-align: center;
  padding-block: 5px;
  margin-block-end: 10px;
}

.entrygreen_text {
  background-color: #069106;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 0.03em;
  border-radius: 4px;
  text-align: center;
  padding-block: 5px;
  margin-block-end: 10px;
}

.get_location {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  color: #1b1b1b;
  padding: 5px 0 10px;
  cursor: pointer;
}
.runwayInfo-limited {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 2px 8px;
}
.runwayInfo-limited th,
.runwayInfo-limited td {
  padding: 6px;
  font-size: 10px;
  text-align: center;
}
.runwayInfo-limited th:first-child {
  border-radius: 10px 0 0 10px;
}
.runwayInfo-limited th:last-child {
  border-radius: 0px 10px 10px 0px;
}
.runwayInfo-limited td:first-child {
  border-radius: 10px 0 0 10px;
}
.runwayInfo-limited td:last-child {
  border-radius: 0px 10px 10px 0px;
}

.runwayInfo-limited th,
.runwayInfo-limited td .arrowindicategrey {
  margin: 0;
}
.runwayInfo-limited td {
  background-color: #fff;
}
.runwayInfo-limited th {
  background-color: #d4ddff;
  color: #1b317d;
}

.arrowindicate2 {
  margin-bottom: 4px !important;
}

/* corporate-js modal */

#set_1_modal.h_modal .modal-dialog {
  position: absolute;
  top: 65px;
  right: 35px;
}

#set_1_modal .next_modl::before {
  top: -8px !important;
  left: unset;
}

#s_1_modal {
  width: 179px;
  height: 60px;
  top: -7px;
  left: -20%;
  z-index: 2;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
  border: 2px solid #fff;
}
#s_1_overlay_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  right: 0px;
}

.runwaydatagap {
  gap: 20px;
}
#set_2_modal {
  position: absolute;
  left: -35px;
}
#set_2_modal.h_modal .modal-dialog {
  position: absolute;
  top: 45px;
  left: -100px;
}

#s_2_modal {
  width: 179px;
  height: 60px;
  top: -7px;
  left: -20%;
  z-index: 2;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
  border: 2px solid #fff;
}
#s_2_overlay_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  right: 0px;
}

#set_2_modal .next_modl::before {
  top: -8px !important;
  left: unset;
  right: 35px;
}

#s_2_modal {
  width: 200px;
  height: 30px;
  top: -6px;
  left: 26px;
  z-index: 11111;
  position: absolute;
  border: 2px solid #000;
  background: #fff;
  opacity: 0.3;
}

#set_3_modal.h_modal .modal-dialog {
  position: absolute;
  top: 60px;
  right: -38px;
}

#set_3_modal .next_modl::before {
  top: -8px !important;
  left: unset;
  right: 35px;
}

#set_3_modal .info_modal.third {
  width: 270px;
}

#s_3_modal {
  width: 35px;
  height: 25px;
  top: 0;
  left: -11px;
  z-index: 2;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
  border: 2px solid #fff;
}
#s_3_overlay_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  right: 0px;
}

#set_4_modal.h_modal .modal-dialog {
  position: absolute;
  top: 115px;
  left: 0;
}

#set_4_modal .next_modl::before {
  top: -8px !important;
  left: unset;
  right: 35px;
}

#set_5_modal .info_modal.third {
  position: absolute;
  top: 17px !important;
}
#set_5_modal .info_modal.third::before {
  left: 140px;
}

#s_4_modal {
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.5) 0 0 0 5000px;
  opacity: 1;
  right: 0px;
  border: 2px solid #fff;
}
#s_4_overlay_modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  right: 0px;
}

.meter-table thead th {
  background-color: #d4ddff;
}
.weatherbtn-position {
  padding-block: 20px;
}

.separateblk {
  /* height: 300px; */
  /* overflow-x: scroll; */
  width: 100%;
  overflow: auto;
}
.tablescroll#modalscroll::-webkit-scrollbar-track {
  margin-top: 10px;
}
/* .small-width-table{
  width: 700px;
} */

/* weatherIQ btn */
.analytic-table-runway-approach {
  width: 100%;
}
.approachdata-table {
  background-color: #f0f1f5;
  padding: 20px;
}

/* .minimaValue{
  display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
} */
span.container {
  font-size: 13px;
  display: grid;
  padding: 0;
  width: 20px;
  margin: 0;
}

.denominator {
  grid-column: 2;
  grid-row: 2;
  font-size: 10px;
  line-height: 11px;
}

.numerator {
  position: relative;
  top: 2px;
  font-size: 10px;
  line-height: 12px;
}

.numerator:after {
  content: "";
  position: absolute;
  left: 100%;
  /* Give top and bottom the same value*/
  top: 60%;
  bottom: -50%;
  width: 1px;
  font-weight: 50;
  background: black;
  transform: rotate(45deg); /* Adjust this like you want */
}

.modalbodyheaderfbo.fbo-category {
  position: relative;
  top: 12px;
}

.fbodetailbox.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
}
/* home page */
.custom-diviq {
  width: 199.94px;
  height: 59px;
  border-radius: 32.94px;
  background-color: #1B317D;
  padding: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 315px;
  left: 281px;
}

.logo-imgiq {
  width: 32.13px;
  height: 29.81px;
  margin-right: 10px;
  filter: invert(1);
}

.text-containeriq {
  font-family: 'Gilroy';
}

.with-text {
  font-weight: 700;
  font-size: 12.5px;
  line-height: 15.47px;
  color: #fff;
}

.brand-text {
  font-weight: 800;
  font-size: 24.5px;
  line-height: 30.01px;
  color: #fff;
}

.swal2-container{
  z-index: 99999;
}