*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body, html {
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  line-height: 26px;
  color: #000;
  font-family: Poppins;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  outline: 0;
  background: #FF4A52;
}
body.overfloy-y-hidden, html.overfloy-y-hidden {
  overflow-y: hidden;
}

a[href] {
  text-decoration: none;
  transition: 0.2s ease;
  cursor: pointer;
	color: #000;
}
a:hover{color:#FF4A52;}
img {
  max-width: 100%;
  display: block;
  transition: 0.5s ease;
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 45px;
  }
}
@media (max-width: 1230px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 675px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}

.container-fluid {
  padding: 0 25px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

h1, h2, h3, h4 {
  color: #000;
  font-weight: normal;
}
h1 em, h2 em, h3 em, h4 em {
  font-style: normal;
}

h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 1300px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 1140px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

h2 {
  font-size: 36px;
  line-height: 42px;
      padding-top: 10px;
}

h3 {
  font-size: 34px;
  line-height: 40px;
  
}
@media (max-width: 1300px) {
  h3 {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 1140px) {
  h3 {
    font-size: 26px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

h4 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

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

.text-img-center {
  text-align: -webkit-center;
}

.grid {
  display: grid;
}

.inline-block {
  display: inline-block;
}

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

.heading h3 {
  font-size: 50px;
  line-height: normal;
}
@media (max-width: 1300px) {
  .heading h3 {
    font-size: 40px;
  }
}
@media (max-width: 1140px) {
  .heading h3 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .heading h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 24px;
  }
}
.heading h3 .span1, .heading h3 .span2 {
  font-size: 50px;
  line-height: 55px;
}
@media (max-width: 1300px) {
  .heading h3 .span1, .heading h3 .span2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 1140px) {
  .heading h3 .span1, .heading h3 .span2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .heading h3 .span1, .heading h3 .span2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.heading.size48 h3 {
  font-size: 48px;
  line-height: 1;
}
.heading.size36 h3 {
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 767px) {
  .heading.size36 h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

input, button, select {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.4s ease;
}
.overlay.overlay_active {
  pointer-events: all;
  opacity: 0.6;
  transition: 0.5s ease;
}

.video_icon {
  width: 45px;
  height: 45px;
  border: 2px solid #7b7b7b;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .video_icon {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .video_icon {
    border-width: 1px;
  }
}
.video_icon:before {
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.8196078431);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 1024px) {
  .video_icon:before {
    width: 33px;
    height: 33px;
  }
}
.video_icon img {
  width: 10px;
  position: relative;
  margin-left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.social-links a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 6px;
}
.social-links a svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.social-links a svg path {
  fill: #fff;
  transition: 0.5s ease;
}

.model .close {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 0;
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  transition: 0.5s ease;
  z-index: 999;
}

.ModelPop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close svg {
  width: 26px;
  height: 26px;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 188;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video .close_model {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
}

.tab-nav ul {
  text-align: center;
}
.tab-nav ul li {
  display: inline-block;
  cursor: pointer;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: 0s ease;
}
.tab-nav-content .tabs .to-up {
  transition: 0s ease;
  transform: translateY(50px);
}
.tab-nav-content .tabs.active {
  transition: 0.5s ease;
  position: unset;
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: all;
}
.tab-nav-content .tabs.active .to-up {
  transition: 0.5s ease;
  transform: translateY(0px);
}

.has_dropdown {
  position: relative;
}
.has_dropdown a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.has_dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  transition: 0.5s ease;
}
.has_dropdown:hover::before {
  right: 0;
  width: 100%;
}
.has_dropdown:hover .nav_dropdown {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  height: auto;
  transform: translateY(0px);
  user-select: auto;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  pointer-events: all;
  transition: 0.2s ease, height 0.6s ease;
}
.has_dropdown .nav_dropdown {
  background: #fff;
  border-radius: 3px;
  width: 150px;
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(5px) scale(0.99);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.1s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.has_dropdown .nav_dropdown ul li {
  display: block;
  margin-left: 0;
}
.has_dropdown .nav_dropdown ul li a {
  color: #000;
  display: block;
  padding: 6px 0 6px 20px;
}
.has_dropdown .nav_dropdown ul li a:hover {
  background: #fff;
  color: #fff;
}

.web_cta_btn a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background: #FF4A52;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}
@media (max-width: 520px) {
  .web_cta_btn a {
    font-size: 16px;
  }
}
.web_cta_btn a:hover {
  background: transparent linear-gradient(180deg, #2CA01C 0%, #0E7100 100%) 0% 0% no-repeat padding-box;
}

.inner_cta_btn a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  background: #FF4A52;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}
.inner_cta_btn a:hover {
  background: #000;
  color: #fff;
  border-color: #FF4A52;
}

.section {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}

.bg-gray {
  background: #F3F5FF;
}

@media (max-width: 1024px) {
  .title {
    text-align: center;
  }
}
.title h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.title p {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #FF4A52;
}
@media (max-width: 1024px) {
  .title p {
    justify-content: center;
  }
}
.title p span {
  display: block;
  height: 1px;
  width: 100px;
  background: #FF4A52;
  margin-left: 3px;
}
@media (max-width: 1024px) {
  .title p span {
    display: none;
  }
}

.service_cta a {
  display: inline-flex;
  align-items: center;
  color: #FF4A52;
}
.service_cta a:hover img {
  padding-left: 20px;
}
.service_cta a img {
  width: auto;
  padding-left: 10px;
  transition: 0.3s ease;
}

.border {
  border-top: 1px solid rgba(0, 0, 0, 0.0901960784);
  border-bottom: 1px solid rgba(0, 0, 0, 0.0901960784);
  padding: 10px 0;
}

ul.style_first {
  padding-left: 15px;
}
@media (max-width: 675px) {
  ul.style_first {
    padding-left: 0px;
  }
}
ul.style_first li {
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
}
ul.style_first li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #FF4A52;
}

.m-30 {
  margin: 30px 0;
}

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

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

ul.listing_style_one li {
  padding-left: 25px;
  position: relative;
  margin: 8px 0;
}
ul.listing_style_one li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: url(../../assets/images/icons/airplane.png);
}
.listing_style_one ul li {
  padding-left: 25px;
  position: relative;
  margin: 8px 0;
}
.listing_style_one ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: url(../../assets/images/icons/airplane.png);
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 20px 0;
}
@media (max-width: 860px) {
  header {
    padding: 15px 0;
  }
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background: #fff;
  transition: 0.5s ease;
  z-index: -1;
  height: 100%;
}
header .inner-wrap .container .flex {
  justify-content: space-between;
  align-items: center;
}
header .inner-wrap .container .flex .col {
  width: 100%;
}
header .inner-wrap .container .flex .col:first-child {
  flex: 0 1 13%;
  max-width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 860px) {
  header .inner-wrap .container .flex .col:first-child {
    flex: 0 1 25%;
    max-width: 25%;
  }
}
@media (max-width: 520px) {
  header .inner-wrap .container .flex .col:first-child {
    flex: 0 1 45%;
    max-width: 45%;
  }
}
header .inner-wrap .container .flex .col:first-child a {
  display: inline-block;
}
header .inner-wrap .container .flex .col:last-child {
  flex: 0 1 70%;
  max-width: 70%;
  margin: auto 0;
}
@media (max-width: 1140px) {
  header .inner-wrap .container .flex .col:last-child {
    flex: 0 1 70%;
    max-width: 70%;
  }
}
@media (max-width: 1024px) {
  header .inner-wrap .container .flex .col:last-child {
    flex: 0 1 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  header .inner-wrap .container .flex .col:last-child {
    flex: 0 1 15%;
    max-width: 15%;
  }
}
header .inner-wrap .container .flex .col:last-child .nav{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
header .inner-wrap .container .flex .col:last-child .nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 60%;
    width: 100%;
}
@media (max-width: 991px) {
  header .inner-wrap .container .flex .col:last-child .nav ul {
    justify-content: end;
  }
}
@media (max-width: 1230px) {
  header .inner-wrap .container .flex .col:last-child .nav ul li:nth-child(9) {
    display: none;
  }
}
@media (max-width: 991px) {
  header .inner-wrap .container .flex .col:last-child .nav ul li {
    display: none;
  }
}
header .inner-wrap .container .flex .col:last-child .nav ul li.active a {
  color: #FF4A52;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu {
  position: relative;
  padding-right: 20px;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu::before {
  content: "";
  position: absolute;
  background: url(../../assets/images/icons/arrow-down.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu ul.dropdown {
  position: absolute;
  left: -20px;
  top: 100%;
  display: block;
  padding: 15px 0 10px 0;
  width: 255px;
  box-shadow: 0 30px 30px 0 rgba(29, 10, 81, 0.1);
  border-radius: 5px;
  text-align: left;
  background: #fff;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.3s ease;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu ul.dropdown li {
  width: 100%;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu ul.dropdown li a {
  color: #000;
  padding: 4px 15px;
  display: inline-block;
  width: 100%;
  text-transform: none;
  margin: 4px 0;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu ul.dropdown li a:hover {
  color: #FF4A52;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu:hover::before {
  filter: invert(1);
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0px);
}
header .inner-wrap .container .flex .col:last-child .nav ul li a {
  color: #000;
  font-weight: normal;
}
header .inner-wrap .container .flex .col:last-child .nav .con-ham{
	display: flex;
	align-items: center;
	flex: 0 1 35%;
    width: 100%;
    justify-content: right;
}
header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol{
	position: relative;
}
@media (max-width: 767px) {
  header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol:first-child{
	display: none;
  }
}


header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol a.header-call-cta {
  background: #FF4A52;
  padding: 8px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #fff;
}
header .inner-wrap .container .flex .col:last-child .nav ul li a.header-call-cta:hover {
  background: #000;
  color: #fff;
}
header .inner-wrap .container .flex .col:last-child .nav ul li a.header-call-cta:hover figure img {
  filter: invert(0);
}
header .inner-wrap .container .flex .col:last-child .nav ul li a.header-call-cta figcaption {
  margin-left: 10px;
}
header .inner-wrap .container .flex .col:last-child .nav ul li a.header-call-cta span {
  font-size: 11px;
  display: block;
  line-height: 16px;
}
header .inner-wrap .container .flex .col:last-child .nav ul li a:hover {
  color: #FF4A52;
}
header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol .ham-menu {
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol .ham-menu {
    display: block;
  }
}
header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol .ham-menu img {
  filter: invert(0);
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  max-width: 450px;
  width: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: 0.5s ease;
  padding: 0px 30px 30px;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.mobile-menu::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
.mobile-menu::-webkit-scrollbar-track {
  box-shadow: none;
}
.mobile-menu::-webkit-scrollbar-thumb {
  outline: 0;
  background: transparent linear-gradient(180deg, #2CA01C 0%, #0E7100 100%) 0% 0% no-repeat padding-box;
}
.mobile-menu.overfloy-y-hidden {
  overflow-y: hidden;
}
@media (max-width: 675px) {
  .mobile-menu {
    max-width: 100%;
    padding: 0px 30px 30px;
  }
}
.mobile-menu.open-ham {
  transform: translateX(0%);
}
.mobile-menu .site-logo {
  display: inline-block;
}
.mobile-menu .site-logo figure {
  padding: 15px;
}
@media (max-width: 675px) {
  .mobile-menu .site-logo figure {
    padding: 15px 0;
  }
}
.mobile-menu .site-logo figure img {
  margin: auto 0;
}
@media (max-width: 675px) {
  .mobile-menu .site-logo figure img {
    width: 200px;
  }
}
.mobile-menu ul.main-list {
  margin: 10px 0 30px;
}
.mobile-menu ul.main-list li {
  margin: 10px 0;
}
.mobile-menu ul.main-list li:nth-child(6) {
  display: none;
}
.mobile-menu ul.main-list li:last-child {
  display: none;
}
.mobile-menu ul.main-list li.drop-menu {
  position: relative;
}
.mobile-menu ul.main-list li.drop-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../assets/images/icons/arrow-down.png);
  filter: invert(1);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.mobile-menu ul.main-list li.drop-menu ul.dropdown {
  padding-left: 20px;
}
.mobile-menu ul.main-list li a {
  color: #000;
  transition: 0.2s ease;
  font-weight: 600;
}
.mobile-menu ul.main-list li a:hover {
  color: #FF4A52;
}
.mobile-menu ul.main-list li.active a {
  color: #FF4A52;
}
.mobile-menu .hamburger-icon {
  width: 100%;
  display: inline-block;
}
.mobile-menu .hamburger-icon .col {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}
.mobile-menu .hamburger-icon .col figure {
  flex: 0 1 10%;
  max-width: 10%;
  width: 100%;
  margin-top: 5px;
}
.mobile-menu .hamburger-icon .col figure img {
  width: 100%;
  filter: invert(1);
}
.mobile-menu .hamburger-icon .col .details {
  width: 100%;
}
.mobile-menu .hamburger-icon .col .details span {
  display: block;
  font-size: 14px;
  color: #000;
  transition: 0.2s ease;
}
.mobile-menu .hamburger-icon .col .details a {
  display: block;
  color: #000;
  transition: 0.2s ease;
  font-weight: 600;
}
.mobile-menu .hamburger-icon .col .details a:hover {
  color: #FF4A52;
}

.Hero_Banner {
  position: relative;
  overflow: hidden;
}
.Hero_Banner .Hero_inner_wrap {
  position: relative;
}
.Hero_Banner .Hero_inner_wrap figure {
  width: 100%;
  position: relative;
}
.Hero_Banner .Hero_inner_wrap figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5215686275);
}
.Hero_Banner .Hero_inner_wrap figure img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 520px) {
  .Hero_Banner .Hero_inner_wrap figure img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
.Hero_Banner .Hero_inner_wrap figure .hero-content {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap figure .hero-content {
    top: 70%;
    transform: translate(-50%, -70%);
    padding: 0 30px;
  }
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap figure .hero-content {
    padding: 0 15px;
  }
}
.Hero_Banner .Hero_inner_wrap figure .hero-content h1 {
  color: #fff;
  font-weight: 600;
}
.Hero_Banner .Hero_inner_wrap figure .hero-content p {
  font-size: 22px;
  color: #fff;
  margin: 20px 0;
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap figure .hero-content p {
    font-size: 16px;
  }
}
.Hero_Banner .Hero_inner_wrap .leadform-grid {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .Hero_Banner .Hero_inner_wrap .leadform-grid {
    max-width: 100%;
  }
}
@media (max-width: 860px) {
  .Hero_Banner .Hero_inner_wrap .leadform-grid {
    padding: 0 30px;
  }
}
@media (max-width: 520px) {
  .Hero_Banner .Hero_inner_wrap .leadform-grid {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 0 15px;
    margin-top: 30px;
  }
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .trip-selector {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 50px;
}
@media (max-width: 520px) {
  .Hero_Banner .Hero_inner_wrap .leadform-grid .trip-selector {
    justify-content: center;
  }
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .trip-selector .form-check-inline {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
@media (max-width: 520px) {
  .Hero_Banner .Hero_inner_wrap .leadform-grid .trip-selector .form-check-inline {
    color: #000;
    gap: 10px;
  }
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .trip-selector .form-check-inline input[type=radio] {
  border: brown;
  background-color: brown;
  width: 15px;
  height: 15px;
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .trip-selector .form-check-inline input[type=radio]:checked {
  background: red !important;
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .trip-selector .form-check-inline.active span::before {
  background: #FF4A52;
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap .leadform-grid .form {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .form .form-group {
  position: relative;
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .form .form-group span {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .form .form-group input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.3803921569);
  color: #fff;
}
@media (max-width: 520px) {
  .Hero_Banner .Hero_inner_wrap .leadform-grid .form .form-group input {
    background: rgba(0, 0, 0, 0.4196078431);
  }
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .form .form-group input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 14px;
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .form .form-group input::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 14px;
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .form .form-group input::-ms-input-placeholder {
  color: #fff;
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .form .form-group input[type=submit] {
  background: #FF4A52;
  color: #fff;
  font-size: 14px;
}
.Hero_Banner .Hero_inner_wrap .leadform-grid .form .form-group input[type=submit]:hover {
  background: #000;
}

.Home_SecA {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .Home_SecA {
    padding-bottom: 60px;
  }
}
.Home_SecA .container .flex {
  justify-content: space-between;
}
.Home_SecA .container .flex .col {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}
@media (max-width: 1024px) {
  .Home_SecA .container .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
  }
  .Home_SecA .container .flex .col:first-child {
    display: none;
  }
}
.Home_SecA .container .flex .col figure img {
  margin: auto;
}

@media (max-width: 1024px) {
  .Home_SecB .container p {
    text-align: center;
  }
}
.Home_SecB .container .grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .Home_SecB .container .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.Home_SecB .container .grid .grid-box:hover figure img {
  transform: scale(1.1);
}
.Home_SecB .container .grid .grid-box figure {
  border-radius: 27px;
  overflow: hidden;
}
.Home_SecB .container .grid .grid-box figure img {
  width: 100%;
  transition: 0.3s ease;
}
.Home_SecB .container .grid .grid-box figcaption h5 {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .Home_SecC .container p {
    text-align: center;
  }
}
.Home_SecC .container > .title {
  width: 800px;
  margin: auto;
}
@media (max-width: 860px) {
  .Home_SecC .container > .title {
    width: 100%;
  }
}
.Home_SecC .container .advertising {
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px;
  overflow: hidden;
}
.Home_SecC .container .advertising .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 675px) {
  .Home_SecC .container .advertising .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .Home_SecC .container .advertising .col:first-child {
    order: 2;
  }
  .Home_SecC .container .advertising .col:last-child {
    order: 1;
  }
}
.Home_SecC .container .advertising .col:first-child {
  background: #FF4A52;
  display: flex;
}
.Home_SecC .container .advertising .col figure {
  height: 100%;
}
.Home_SecC .container .advertising .col figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.Home_SecC .container .advertising .col .inner-wrap {
  width: 70%;
  margin: auto;
}
@media (max-width: 860px) {
  .Home_SecC .container .advertising .col .inner-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 675px) {
  .Home_SecC .container .advertising .col .inner-wrap {
    width: 90%;
    text-align: center;
  }
}
.Home_SecC .container .advertising .col .inner-wrap .title h3 {
  color: #fff;
  text-align: left;
}
@media (max-width: 675px) {
  .Home_SecC .container .advertising .col .inner-wrap .title h3 {
    text-align: center;
  }
}
.Home_SecC .container .advertising .col .inner-wrap p {
  color: #fff;
  text-align: left;
}
.Home_SecC .container .advertising .col .inner-wrap .inner_cta_btn:hover a {
  border-color: #000;
}
.Home_SecC .container .advertising .col .inner-wrap .inner_cta_btn a {
  border: 1px solid #fff;
}

.Home_SecD .container .upper-wrap {
  width: 900px;
  margin: auto;
}
@media (max-width: 991px) {
  .Home_SecD .container .upper-wrap {
    width: 100%;
  }
}
.Home_SecD .container .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .Home_SecD .container .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Home_SecD .container .grid .adv-box {
  position: relative;
}
.Home_SecD .container .grid .adv-box:hover figure img {
  transform: scale(1.1);
}
.Home_SecD .container .grid .adv-box:first-child {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.Home_SecD .container .grid .adv-box:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(0deg, black, transparent);
  z-index: 1;
}
.Home_SecD .container .grid .adv-box:first-child figure {
  position: relative;
}
.Home_SecD .container .grid .adv-box:first-child figure img {
  width: 100%;
  transition: 0.3s ease;
}
.Home_SecD .container .grid .adv-box:first-child figcaption {
  content: "";
  position: absolute;
  bottom: 8%;
  left: 4%;
  z-index: 2;
}
.Home_SecD .container .grid .adv-box:first-child figcaption .badge-area-2 h4 {
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  margin: 10px 0 0;
}
@media (max-width: 520px) {
  .Home_SecD .container .grid .adv-box:first-child figcaption .badge-area-2 h4 {
    font-size: 22px;
  }
}
.Home_SecD .container .grid .adv-box:first-child figcaption .badge-area-2 p {
  color: #fff;
}
.Home_SecD .container .grid .adv-box:first-child figcaption .badge-area-2 .badge-product-sale {
  display: table;
  position: relative;
  text-align: center;
  z-index: 2;
}
.Home_SecD .container .grid .adv-box:first-child figcaption .badge-area-2 .badge-product-sale span {
  position: relative;
  background: #FF4A52;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 50px;
  border-radius: 0;
  min-height: auto;
  border: 0;
}
.Home_SecD .container .grid .adv-box:first-child figcaption .badge-area-2 .badge-product-sale span::before {
  border: 5px solid #FF4A52;
  border-color: #FF4A52 transparent transparent #FF4A52;
  border-width: 9px 5px;
  position: absolute;
  right: -9px;
  top: 0;
  content: "";
  z-index: 1;
}
.Home_SecD .container .grid .adv-box:first-child figcaption .badge-area-2 .badge-product-sale span:after {
  border: 5px solid #FF4A52;
  border-color: transparent transparent #FF4A52 #FF4A52;
  border-width: 10px 5px;
  position: absolute;
  right: -9px;
  bottom: 0;
  content: "";
  z-index: 1;
}
.Home_SecD .container .grid .adv-box:last-child figure {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.Home_SecD .container .grid .adv-box:last-child figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 32% 0, 63% 100%, 0% 100%);
          clip-path: polygon(0 0, 32% 0, 63% 100%, 0% 100%);
  background: rgba(255, 74, 82, 0.6705882353);
  z-index: 2;
  width: 100%;
}
.Home_SecD .container .grid .adv-box:last-child figure img {
  width: 100%;
  transition: 0.3s ease;
}
.Home_SecD .container .grid .adv-box:last-child figure figcaption {
  content: "";
  position: absolute;
  top: 60%;
  left: 5%;
  transform: translateY(-60%);
  bottom: 0;
  z-index: 2;
}
.Home_SecD .container .grid .adv-box:last-child figure figcaption h3 {
  color: #fff;
}
.Home_SecD .container .grid .adv-box:last-child figure figcaption h1 {
  color: #fff;
  font-size: 57px;
  font-weight: 600;
}
@media (max-width: 860px) {
  .Home_SecD .container .grid .adv-box:last-child figure figcaption h1 {
    font-size: 40px;
  }
}
.Home_SecD .container .grid .adv-box:last-child figure figcaption h1 span {
  font-size: 36px;
}
@media (max-width: 860px) {
  .Home_SecD .container .grid .adv-box:last-child figure figcaption h1 span {
    font-size: 22px;
  }
}
.Home_SecD .container .grid .adv-box:last-child figure figcaption h6 {
  color: #fff;
  font-weight: normal;
}

.Home_SecE .container .grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 860px) {
  .Home_SecE .container .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 520px) {
  .Home_SecE .container .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.Home_SecE .container .grid .grid-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2196078431);
  padding: 20px;
  transition: 0.3s ease;
}
.Home_SecE .container .grid .grid-box:hover {
  transform: scale(1.1);
}
.Home_SecE .container .grid .grid-box figure {
  margin-bottom: 20px;
}
.Home_SecE .container .grid .grid-box figure img {
  margin: auto;
}
.Home_SecE .container .grid .grid-box p {
  font-weight: 600;
}

.Home_SecF .container .flex {
  justify-content: space-between;
}
.Home_SecF .container .flex .col {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
}
@media (max-width: 860px) {
  .Home_SecF .container .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .Home_SecF .container .flex .col:last-child {
    margin-top: 40px;
  }
}
.Home_SecF .container .flex .col figure img {
  width: 100%;
}
.Home_SecF .container .flex .col figcaption h6 {
  margin: 15px 0 5px;
}
.Home_SecF .container .flex .col figcaption .inner_cta_btn a {
  font-size: 14px;
}
@media (max-width: 860px) {
  .Home_SecF .container .flex .col ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 860px) and (max-width: 520px) {
  .Home_SecF .container .flex .col ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Home_SecF .container .flex .col ul li {
  display: flex;
  gap: 20px;
}
@media (max-width: 860px) {
  .Home_SecF .container .flex .col ul li {
    display: block;
  }
}
.Home_SecF .container .flex .col ul li:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 860px) {
  .Home_SecF .container .flex .col ul li:not(:first-child) {
    margin-top: 0px;
  }
}
.Home_SecF .container .flex .col ul li figure {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}
@media (max-width: 860px) {
  .Home_SecF .container .flex .col ul li figure {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Home_SecF .container .flex .col ul li figcaption {
  flex: 1;
}
.Home_SecF .container .flex .col ul li figcaption h6 {
  font-weight: 600;
}

footer {
  background: #333333;
  position: relative;
}
footer .container > .flex {
  padding: 50px 0;
}
footer .container > .flex .box {
  width: 100%;
  flex: 0 1 25%;
  max-width: 25%;
}
@media (max-width: 1140px) {
  footer .container > .flex .box:first-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
  footer .container > .flex .box:last-child, footer .container > .flex .box:nth-child(2), footer .container > .flex .box:nth-child(3) {
    flex: 0 1 33%;
    max-width: 33%;
    margin-top: 50px;
    padding: 0 15px;
  }
}
@media (max-width: 675px) {
  footer .container > .flex .box:last-child, footer .container > .flex .box:nth-child(2), footer .container > .flex .box:nth-child(3) {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
footer .container > .flex .box:last-child, footer .container > .flex .box:nth-child(2), footer .container > .flex .box:nth-child(3) {
  padding-left: 70px;
}
@media (max-width: 1140px) {
  footer .container > .flex .box:last-child, footer .container > .flex .box:nth-child(2), footer .container > .flex .box:nth-child(3) {
    padding-left: 0;
  }
}
footer .container > .flex .box:last-child ul li a, footer .container > .flex .box:nth-child(2) ul li a, footer .container > .flex .box:nth-child(3) ul li a {
  font-size: 14px;
}
footer .container > .flex .box:last-child ul.contact-info li {
  margin: 10px 0;
}
footer .container > .flex .box:last-child ul.contact-info li .flex {
  align-items: top;
  gap: 10px;
}
footer .container > .flex .box:last-child ul.contact-info li .flex figure {
  flex: 0 1 10%;
  max-width: 10%;
  width: 100%;
}
footer .container > .flex .box:last-child ul.contact-info li .flex figure img {
  margin-top: 3px;
}
footer .container > .flex .box:last-child ul.contact-info li .flex figcaption {
  flex: 1;
}
footer .container > .flex .box:last-child ul.contact-info li .flex figcaption a {
  color: #fff;
}
footer .container > .flex .box:last-child ul.contact-info li .flex figcaption a:hover {
  color: #FF4A52;
}
footer .container > .flex .box:first-child ul {
  display: flex;
  gap: 15px;
  justify-content: left;
  margin-top: 40px;
}
footer .container > .flex .box:first-child ul li a {
  border: 1px solid white;
  border-radius: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
footer .container > .flex .box:first-child ul li a i{color: #fff;}
footer .container > .flex .box:first-child ul li a:hover {
  background: #FF4A52;
  border: 1px solid #FF4A52;
}
footer .container > .flex .box a {
  display: inline-block;
}
footer .container > .flex .box p {
  color: #fff;
}
footer .container > .flex .box h6 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
footer .container > .flex .box.ouick-links ul li a {
  color: #fff;
  position: relative;
}
footer .container > .flex .box.ouick-links ul li a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #FF4A52;
  opacity: 0;
  transition: 0.1s ease;
}
footer .container > .flex .box.ouick-links ul li a:hover {
  color: #FF4A52;
  font-weight: 400;
}
footer .container > .flex .box.ouick-links ul li a:hover::before {
  opacity: 1;
}
> footer .container > .flex .box.ouick-links:last-child > ul {
  margin-top: 20px;
}
> footer .container > .flex .box.ouick-links:last-child > ul li {
  margin: 10px 0;
}
> footer .container > .flex .box.ouick-links:last-child > ul li a {
  color: #fff;
}
> footer .container > .flex .box.ouick-links:last-child > ul li a:hover {
  color: #FF4A52;
}
> footer .container > .flex .box.ouick-links:last-child > ul li > .flex figure {
  margin-right: 8px;
}
footer .copyright {
    background: #131313;
    padding: 9px 15px;
    text-align: center;
   // margin-bottom: 40px;
}
footer .copyright p {
  color: #fff;
  font-size: 14px;
}
footer .copyright p a {
  color: #fff;
}

div#back-to-top {
  position: fixed;
  left: auto;
  right: -100px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  z-index: 11;
  bottom: 20px;
  background: #FF4A52;
  padding: 10px;
  cursor: pointer;
  transition: 700ms ease;
}
div#back-to-top.show {
  right: 20px;
  bottom:62px;
}
div#back-to-top svg {
  color: #fff;
  max-width: 15px;
}

.hamburger {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 400px;
  width: 100%;
  background: #FF4A52;
  z-index: 9;
  transform: translateX(100%);
  transition: 0.5s ease;
}
@media (max-width: 520px) {
  .hamburger {
    max-width: 100%;
  }
}
.hamburger.active {
  transform: translateX(0%);
}
.hamburger .inner-wrap {
  position: relative;
  height: 100%;
}
.hamburger .inner-wrap .model-body {
  padding: 50px;
  height: 100%;
}
@media (max-width: 675px) {
  .hamburger .inner-wrap .model-body {
    padding: 30px;
  }
}
.hamburger .inner-wrap .model-body > ul {
  margin-top: 50px;
  border-bottom: 1px solid #0E7100;
  padding-bottom: 30px;
}
.hamburger .inner-wrap .model-body > ul li:not(:last-child) {
  margin-bottom: 10px;
}
.hamburger .inner-wrap .model-body > ul li a {
  color: #fff;
  font-weight: 400;
  position: relative;
}
.hamburger .inner-wrap .model-body > ul li a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #0E7100;
  opacity: 0;
  transition: 0.1s ease;
}
.hamburger .inner-wrap .model-body > ul li a:hover {
  color: #0E7100;
  font-weight: 500;
  letter-spacing: 1px;
}
.hamburger .inner-wrap .model-body > ul li a:hover::before {
  opacity: 1;
}
.hamburger .inner-wrap .model-body .social-contact {
  padding-top: 30px;
}
.hamburger .inner-wrap .model-body .social-contact .inner-wrap a {
  display: flex;
  gap: 20px;
}
.hamburger .inner-wrap .model-body .social-contact .inner-wrap a:not(:last-child) {
  margin-bottom: 10px;
}
.hamburger .inner-wrap .model-body .social-contact .inner-wrap a svg {
  width: 20px;
  height: 20px;
}
.hamburger .inner-wrap .model-body .social-contact .inner-wrap a span {
  font-weight: 400;
  color: #fff;
  transition: 0.3s ease;
}
.hamburger .inner-wrap .model-body .social-contact .inner-wrap a:hover span {
  color: #0E7100;
}
.hamburger .inner-wrap .model-body .social-contact ul.soci-handle {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}
.hamburger .inner-wrap .model-body .social-contact ul.soci-handle li a {
  border: 1px solid white;
  border-radius: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.hamburger .inner-wrap .model-body .social-contact ul.soci-handle li a:hover {
  background: #0E7100;
  border: 1px solid #0E7100;
}
.hamburger .inner-wrap .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hamburger .inner-wrap .shape img {
  width: 100%;
}

/* .get-quote {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 400px;
  width: 100%;
  background: #FF4A52;
  z-index: 9;
  transform: translateX(100%);
  transition: 0.5s ease;
}
@media (max-width: 520px) {
  .get-quote {
    max-width: 100%;
  }
}
.get-quote.active {
  transform: translateX(0%);
}
.get-quote .inner-wrap {
  position: relative;
  height: 100%;
}
.get-quote .inner-wrap .model-body {
  padding: 50px;
  height: 100%;
}
@media (max-width: 675px) {
  .get-quote .inner-wrap .model-body {
    padding: 30px;
  }
}
.get-quote .inner-wrap .model-body .quoteformsec h4 {
  color: #0E7100;
  font-weight: 600;
  margin-top: 20px;
}
.get-quote .inner-wrap .model-body .quoteformsec .common-form {
  margin-top: 30px;
} */

.Internal_Banner .inner-banner figure {
  width: 100%;
  position: relative;
}
@media (max-width: 675px) {
  .Internal_Banner .inner-banner figure {
    height: 50vh;
  }
}
.Internal_Banner .inner-banner figure::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.6;
}
.Internal_Banner .inner-banner figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 675px) {
  .Internal_Banner .inner-banner figure img {
    height: 100%;
  }
}
.Internal_Banner .inner-banner figure figcaption {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
  width: 100%;
}
.Internal_Banner .inner-banner figure figcaption h1 {
  color: #fff;
  font-weight: 600;
  font-size:36px;
}
.Internal_Banner .inner-banner figure figcaption h4 {
  color: #fff;
  font-weight: 300;
}
.Internal_Banner .inner-banner figure figcaption ul {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.Internal_Banner .inner-banner figure figcaption ul li {
  color: #fff;
}
.Internal_Banner .inner-banner figure figcaption ul li a {
  color: #FF4A52;
}
@media (max-width: 520px) {
  .Internal_Banner .inner-banner figure figcaption ul li a {
    font-size: 12px;
    font-weight: 200;
  }
}

.Blog_SecA .container .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}
@media (max-width: 767px) {
  .Blog_SecA .container .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Blog_SecA .container .grid .grid-box figure {
  overflow: hidden;
}
.Blog_SecA .container .grid .grid-box figure a {
  display: block;
}
.Blog_SecA .container .grid .grid-box figure a:hover img {
  transform: scale(1.1);
}
.Blog_SecA .container .grid .grid-box figure a img {
  width: 100%;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .Blog_SecA .container .grid .grid-box figcaption {
    text-align: center;
  }
}
.Blog_SecA .container .grid .grid-box figcaption a {
  display: block;
}
.Blog_SecA .container .grid .grid-box figcaption h6 {
  margin: 10px 0;
  color: #000;
}
.Blog_SecA .container .grid .grid-box figcaption h6:hover {
  color: #FF4A52;
}
@media (max-width: 767px) {
  .Blog_SecA .container .grid .grid-box figcaption .inner_cta_btn {
    margin-top: 20px;
  }
}
.Blog_SecA .container .grid .grid-box figcaption .inner_cta_btn a {
  display: inline-block;
  background: #fff;
  border: 1px solid #FF4A52;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.Blog_SecA .container .grid .grid-box figcaption .inner_cta_btn a:hover {
  color: #fff;
  background: #FF4A52;
}

.Blog-Details_SecA .container .flex {
  justify-content: space-between;
}
.Blog-Details_SecA .container .flex .col {
  width: 100%;
}
.Blog-Details_SecA .container .flex .col:first-child {
  flex: 0 1 70%;
  max-width: 70%;
}
@media (max-width: 991px) {
  .Blog-Details_SecA .container .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Blog-Details_SecA .container .flex .col:last-child {
  flex: 0 1 29%;
  max-width: 29%;
}
@media (max-width: 991px) {
  .Blog-Details_SecA .container .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.Blog-Details_SecA .container .flex .col .inner_content_wrap figure img {
  width: 100%;
}
.Blog-Details_SecA .container .flex .col .inner_content_wrap figure ul {
  display: flex;
  align-content: color;
  gap: 30px;
}
.Blog-Details_SecA .container .flex .col .inner_content_wrap figure ul li {
  color: #646464;
  font-size: 14px;
}
.Blog-Details_SecA .container .flex .col .inner_content_wrap figure ul li i {
  color: #646464;
  margin-right: 8px;
}
.Blog-Details_SecA .container .flex .col .inner_content_wrap .inner_content {
  margin-top: 30px;
}
.Blog-Details_SecA .container .flex .col .inner_content_wrap .inner_content h3 {
  font-weight: 600;
}
.Blog-Details_SecA .container .flex .col .inner_content_wrap .inner_content p {
  margin: 15px 0;
}
.Blog-Details_SecA .container .flex .col .inner_content_wrap .inner_content h4 {
  margin: 30px 0 10px;
  font-weight: 600;
}
.Blog-Details_SecA .container .flex .col .sidebar {
  background: #F3F5FF;
  padding: 20px 15px;
}
.Blog-Details_SecA .container .flex .col .sidebar h5 {
  font-size: 20px;
}
.Blog-Details_SecA .container .flex .col .sidebar ul {
  margin-top: 10px;
}
.Blog-Details_SecA .container .flex .col .sidebar ul li {
  display: flex;
  gap: 15px;
  padding: 15px 0;
}
.Blog-Details_SecA .container .flex .col .sidebar ul li:not(:first-child) {
  border-top: 2px solid rgba(0, 0, 0, 0.1490196078);
}
.Blog-Details_SecA .container .flex .col .sidebar ul li figure {
  flex: 0 1 28%;
  max-width: 28%;
  width: 100%;
}
.Blog-Details_SecA .container .flex .col .sidebar ul li figcaption {
  flex: 1;
}
.Blog-Details_SecA .container .flex .col .follow-us {
  background: #F3F5FF;
  padding: 20px 15px;
  margin-top: 20px;
}
.Blog-Details_SecA .container .flex .col .follow-us .follow-usbtn {
  background: #FF4A52;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
}
.Blog-Details_SecA .container .flex .col .follow-us ul {
  margin-top: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 10px;
}
.Blog-Details_SecA .container .flex .col .follow-us ul li a {
  border: 1px solid #FF4A52;
  border-radius: 50px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.Blog-Details_SecA .container .flex .col .follow-us ul li a:hover {
  background: #FF4A52;
}
.Blog-Details_SecA .container .flex .col .follow-us ul li a:hover i {
  color: #fff;
}
.Blog-Details_SecA .container .flex .col .follow-us ul li a i {
  color: #FF4A52;
  font-size: 20px;
}

.Group_booking_SecA .container .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 860px) {
  .Group_booking_SecA .container .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Group_booking_SecA .container .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Group_booking_SecA .container .grid .grid-box {
  text-align: center;
}
.Group_booking_SecA .container .grid .grid-box figure {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2196078431);
  border-radius: 14px;
  display: inline-block;
  overflow: hidden;
  padding: 5px;
}
.Group_booking_SecA .container .grid .grid-box figure img {
  margin: auto;
}
.Group_booking_SecA .container .grid .grid-box figcaption h6 {
  font-weight: 600;
  margin: 10px 0 5px;
}
.Group_booking_SecA .container .grid .grid-box figcaption p {
  color: #676767;
}
.Group_booking_SecA .container .grid .grid-box figcaption a.next-cta {
  display: inline-flex;
  background: #F2F2F2;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.Group_booking_SecA .container .grid .grid-box figcaption a.next-cta:hover i {
  color: #FF4A52;
}
.Group_booking_SecA .container .grid .grid-box figcaption a.next-cta i {
  color: #000;
  font-size: 20px;
}

.group_booking_details_SecA .container .flex {
  justify-content: space-between;
}
.group_booking_details_SecA .container .flex .col {
  width: 100%;
}
.group_booking_details_SecA .container .flex .col:first-child {
  flex: 0 1 70%;
  max-width: 70%;
}
@media (max-width: 991px) {
  .group_booking_details_SecA .container .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.group_booking_details_SecA .container .flex .col:last-child {
  flex: 0 1 29%;
  max-width: 29%;
}
@media (max-width: 991px) {
  .group_booking_details_SecA .container .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .group_booking_details_SecA .container .flex .col .inner_content_wrap figure {
    display: none;
  }
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap figure img {
  width: 100%;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content {
  margin-top: 30px;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content h3 {
  font-weight: 600;
  margin: 15px 0 0;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content p {
  margin: 15px 0;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content h4 {
  margin: 30px 0 10px;
  font-weight: 600;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content .table-content {
  border: 1px solid rgba(163, 163, 163, 0.7215686275);
  margin-bottom: 30px;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content .table-content .heading {
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content .table-content .heading i {
  font-size: 25px;
  color: #676767;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content .table-content .heading p {
  color: #676767;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content .table-content .inner-content-wrap {
  padding: 20px 0;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content .table-content .inner-content-wrap ol {
  padding: 0 50px;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content .table-content .inner-content-wrap ol li {
  color: #676767;
  margin: 10px 0;
  list-style-type: decimal;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content ul.listing_style_one li {
  padding-left: 35px;
  position: relative;
  margin: 8px 0;
}
.group_booking_details_SecA .container .flex .col .inner_content_wrap .inner_content ul.listing_style_one li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: url(../../assets/images/icons/airplane.png);
}
.group_booking_details_SecA .container .flex .col .sidebar {
  background: #F3F5FF;
  padding: 20px 15px;
  position: sticky;
  top: 100px;
}
.group_booking_details_SecA .container .flex .col .sidebar h5 {
  font-size: 20px;
}
.group_booking_details_SecA .container .flex .col .sidebar ul.group_booking_listing {
  margin-top: 10px;
}
.group_booking_details_SecA .container .flex .col .sidebar ul.group_booking_listing li {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: #fff;
  font-weight: 500;
  cursor: pointer;
}
.group_booking_details_SecA .container .flex .col .sidebar ul.group_booking_listing li:not(:first-child) {
  margin-top: 8px;
}

.Business_booking_SecA .container .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 860px) {
  .Business_booking_SecA .container .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Business_booking_SecA .container .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Business_booking_SecA .container .grid .grid-box {
  text-align: center;
}
.Business_booking_SecA .container .grid .grid-box figure {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2196078431);
  border-radius: 14px;
  display: inline-block;
  overflow: hidden;
  padding: 5px;
  width: 100%;
}
.Business_booking_SecA .container .grid .grid-box figure img {
  width: 100%;
  margin: auto;
}
.Business_booking_SecA .container .grid .grid-box figcaption h6 {
  font-weight: 600;
  margin: 10px 0 5px;
}
.Business_booking_SecA .container .grid .grid-box figcaption p {
  color: #676767;
}
.Business_booking_SecA .container .grid .grid-box figcaption a.next-cta {
  display: inline-flex;
  background: #F2F2F2;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.Business_booking_SecA .container .grid .grid-box figcaption a.next-cta:hover i {
  color: #FF4A52;
}
.Business_booking_SecA .container .grid .grid-box figcaption a.next-cta i {
  color: #000;
  font-size: 20px;
}

.Term-condition_SecA .container .content p {
  margin: 20px 0;
}
.Term-condition_SecA .container .content h2, .Term-condition_SecA .container .content h3, .Term-condition_SecA .container .content h4, .Term-condition_SecA .container .content h5, .Term-condition_SecA .container .content h6 {
  margin: 20px 0 10px;
  font-weight: 600;
}
.Term-condition_SecA .container .content ul {
  margin: 25px 0;
}

.Contact-SecA {
  background: #fff;
}
.Contact-SecA .container .title {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .Contact-SecA .container .title {
    flex-wrap: wrap;
  }
}
.Contact-SecA .container .title h3 {
  flex: 0 1 25%;
  max-width: 25%;
  font-size: 52px;
}
@media (max-width: 1024px) {
  .Contact-SecA .container .title h3 {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .Contact-SecA .container .title h3 {
    font-size: 32px;
  }
}
.Contact-SecA .container .title p {
  display: block;
  flex: 0 1 55%;
  max-width: 55%;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #242424;
}
@media (max-width: 1024px) {
  .Contact-SecA .container .title p {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Contact-SecA .container > .flex {
  justify-content: space-between;
  margin-top: 40px;
}
.Contact-SecA .container > .flex .col {
  width: 100%;
}
.Contact-SecA .container > .flex .col:first-child {
  flex: 0 1 45%;
  max-width: 45%;
  background: #F3F5FF;
  padding: 0 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 860px) {
  .Contact-SecA .container > .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .Contact-SecA .container > .flex .col:first-child {
    padding: 0 20px;
  }
}
.Contact-SecA .container > .flex .col:last-child {
  flex: 0 1 55%;
  max-width: 55%;
}
@media (max-width: 860px) {
  .Contact-SecA .container > .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.Contact-SecA .container > .flex .col ul li {
  margin: 40px 0;
}
.Contact-SecA .container > .flex .col ul li .flex {
  justify-content: space-between;
}
.Contact-SecA .container > .flex .col ul li .flex figure {
  flex: 0 1 10%;
  max-width: 10%;
  width: 100%;
}
.Contact-SecA .container > .flex .col ul li .flex figure img {
  width: 100%;
}
.Contact-SecA .container > .flex .col ul li .flex figcaption {
  flex: 0 1 85%;
  max-width: 85%;
  width: 100%;
}
.Contact-SecA .container > .flex .col ul li .flex figcaption a {
  color: #000;
  display: block;
  font-weight: 600;
}
.Contact-SecA .container > .flex .col ul li .flex figcaption a:hover {
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #FF4A52, #0E7100);
  background-image: linear-gradient(to right, #FF4A52, #0E7100);
  color: rgba(0, 0, 0, 0);
}
.Contact-SecA .container > .flex .col .inner-div {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 100%;
  padding: 30px 30px 50px;
  margin: auto;
  background: #fff;
}
@media (max-width: 767px) {
  .Contact-SecA .container > .flex .col .inner-div {
    max-width: 100%;
    padding: 15px 15px 30px;
  }
}
.Contact-SecA .container > .flex .col .inner-div form .form-group {
  width: 100%;
  margin: 15px 0;
}
.Contact-SecA .container > .flex .col .inner-div form .form-group .form-control, .Contact-SecA .container > .flex .col .inner-div form .form-group textarea {
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 10px 15px;
  color: #000;
}
.Contact-SecA .container > .flex .col .inner-div form .form-group textarea {
  font-size: 16px;
  font-family: Poppins;
  color: #000;
}
.Contact-SecA .container > .flex .col .inner-div form .form-group input[type=submit] {
  background: #1B1C19;
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}
.Contact-SecA .container .map-wrap {
  margin-top: 40px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  line-height: 0;
  padding: 5px;
}

.form-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}
.form-box h5 {
  font-weight: 600;
  margin-bottom: 30px;
}

.form .flex {
  justify-content: space-between;
}
.form .flex .half {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
}
@media (max-width: 767px) {
  .form .flex .half {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.form .form-group {
  margin-top: 15px;
  width: 100%;
}
.form .form-group .form-control, .form .form-group textarea {
  width: 100%;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  background: #F3F5FF;
  color: #1A1818;
  font-size: 16px;
}
.form .form-group textarea {
  font-size: 16px;
  font-family: Poppins;
  color: #1A1818;
  height: 120px;
}
.form .form-group input[type=submit] {
  background: #FF4A52;
  display: inline-block;
  padding: 10px 80px;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease;
}
.form .form-group input[type=submit]:hover {
  background: #000;
  color: #fff;
}
.form .form-group a {
  color: #FF4A52;
  font-weight: 600;
}
.form .flex {
  justify-content: space-between;
}
.form .flex .w-50 {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
}
@media (max-width: 767px) {
  .form .flex .w-50 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.Customer_Detalis .container .inner-div {
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 25px;
}
@media (max-width: 520px) {
  .Customer_Detalis .container .inner-div {
    padding: 10px 15px;
  }
}
.Customer_Detalis .container .inner-div .form p {
  font-weight: bold;
  margin-top: 15px;
}
.Customer_Detalis .container .inner-div .form .flex {
  justify-content: space-between;
}
.Customer_Detalis .container .inner-div .form .flex .half {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
}
@media (max-width: 520px) {
  .Customer_Detalis .container .inner-div .form .flex .half {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Customer_Detalis .container .inner-div .form span.declaration {
  display: block;
  margin: 20px 0;
}/*# sourceMappingURL=style.css.map */



.get-quote {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 500px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 520px) {
  .get-quote {
    max-width: 100%;
  }
}
.get-quote.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.get-quote .inner-wrap {
  position: relative;
  height: 100%;
}
.get-quote .inner-wrap .close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-quote .inner-wrap .close svg {
  width: 20px;
  height: 20px;
}
.get-quote .inner-wrap .model-body {
  padding: 10px 10px;
  height: 100%;
}
@media (max-width: 675px) {
  .get-quote .inner-wrap .model-body {
    padding: 10px;
  }
}
.get-quote .inner-wrap .model-body .quoteformsec {
  padding: 20px;
  border: 5px solid #FB5B32;
}
.get-quote .inner-wrap .model-body .quoteformsec .quick-flight {
  background: #4D40CA;
  padding: 20px 5px;
  border-radius: 5px;
}
.get-quote .inner-wrap .model-body .quoteformsec .quick-flight h5 {
  color: #fff;
}
.get-quote .inner-wrap .model-body .quoteformsec > figure {
  margin-top: -15px;
}
.get-quote .inner-wrap .model-body .quoteformsec > figure img {
  width: 20%;
  margin: auto;
}
.get-quote .inner-wrap .model-body .quoteformsec .menu-contact-cta {
  background: #FB5B32;
  border-radius: 10px;
  padding: 15px 10px;
}
.get-quote .inner-wrap .model-body .quoteformsec .menu-contact-cta:hover {
  background: #4D40CA;
}
.get-quote .inner-wrap .model-body .quoteformsec .menu-contact-cta a {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 675px) {
  .get-quote .inner-wrap .model-body .quoteformsec .menu-contact-cta a {
    font-size: 22px;
  }
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content p span {
  color: #FB5B32;
}
@media (max-width: 675px) {
  .get-quote .inner-wrap .model-body .quoteformsec .web-content h3 {
    font-size: 18px;
  }
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #4D40CA;
  margin: 0;
}
@media (max-width: 675px) {
  .get-quote .inner-wrap .model-body .quoteformsec .web-content h2 {
    font-size: 24px;
  }
  
  
  
 .Internal_Banner .inner-banner figure figcaption ul li {
    color: #fff;
    font-size: 13px;
}

.mobheading h2 {
        font-size: 24px !important;
        line-height: 25px;
    }
    
    
  .mobheading h3 {
        font-size: 18px !important;
        line-height: 25px;
    }
    
    
    
    .mobheading h4 {
        font-size: 19px;
        line-height: 23px;
    }
    
    
    
    .mobheading h5 {
        font-size: 18px;
        line-height: 22px;
    }
    
    
    .mobheading h6 {
        font-size: 17px;
        line-height: 20px;
    }
    
    
    
    
    
    
  .Internal_Banner .inner-banner figure figcaption ul {
    display: inline;
    
   
}  
  
  
 .Internal_Banner .inner-banner figure figcaption h1 {
            color: #fff;
        font-weight: 600;
        font-size: 28px;
        line-height: 27px;
        padding-top: 46px;
} 
  
  
  
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content p {
  margin: 0;
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content .help-center {
  background: rgba(0, 0, 0, 0.1215686275);
  border-radius: 15px;
  padding: 20px;
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content .help-center ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content .help-center ul li:first-child {
  margin-top: 0;
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content .help-center ul li figure {
  flex: 0 1 12%;
  max-width: 12%;
  width: 100%;
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content .help-center ul li figure img {
  width: auto;
}
.get-quote .inner-wrap .model-body .quoteformsec .web-content .help-center ul li figcaption {
  flex: 0 1 85%;
  max-width: 85%;
  width: 100%;
  text-align: left;
}



 @media (min-width: 320px) and (max-width: 767px) {
	 .accordion button .icon {
    top: 15px !important;
    right: 0 !important;
	padding: 10px 6px !important;
}
	 
.fixfooter {
    display: block !important;
	text-align:left !important;
    color: #4d40ca !important;
     font-weight: 700 !important;
  
}
	 
	 .fixfooter a {
    color: #4d40ca !important;
}
	 
	 header .inner-wrap .container .flex .col:last-child .nav .con-ham {
    flex: unset !important;
    max-width: none !important;
}

	 
}


@media (min-width: 320px) and (max-width: 767px) {
    
    .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;

}

header .inner-wrap .container .flex {
    justify-content: space-around !important;
}

    header .inner-wrap .container .flex .col:first-child {
        flex: 0 1 40% !important;
        max-width: 40% !important;
    }
    
        header .inner-wrap .container .flex .col:last-child {
        flex: 0 1 60% !important;
        max-width: 60% !important;
    }
    
    .g-translate {
    padding-top: 8px;
}

header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol {
    display: inline-flex !important;
    align-items: center !important;
}

    header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol:first-child {
        display: none !important;
    }

    
}

@media (min-width: 768px) and (max-width: 1024px) {
    
    .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;

}

header .inner-wrap .container .flex {
    justify-content: space-around !important;
}

    header .inner-wrap .container .flex .col:first-child {
        flex: 0 1 40% !important;
        max-width: 40% !important;
    }
    
        header .inner-wrap .container .flex .col:last-child {
        flex: 0 1 60% !important;
        max-width: 60% !important;
    }
    
    .g-translate {
    padding-top: 8px;
}

header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol {
    display: inline-flex !important;
    align-items: center !important;
}

    header .inner-wrap .container .flex .col:last-child .nav .con-ham .hamcol:first-child {
        display: none !important;
    }

    
}












