@font-face {
  font-family: 'PNB';
  src: url('../../../pretop/common/css/PROXIMA NOVA BLACK.woff');  
}
@font-face {
  font-family: 'PNR';
  src: url('../../../pretop/common/css/PROXIMANOVA-REGULAR.woff');
}

@font-face {
  font-family: 'GSH';
  src: url('../../../pretop/common/css/GenYoGothic-H.woff');
}
@font-face {
  font-family: 'GSB';
  src: url('../../../pretop/common/css/GenYoGothic-B.woff');
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'PNR','Montserrat', eurostile, sans-serif;
}

body {
  overflow-x: initial !important;
}

p {
  font-size: 18px;
  color: #444444;
}

h2,
h1.page-title {
  margin-bottom: 15px;
  color: #444444;
  font-weight: 900 !important;
}

ul li {
  font-size: 14px;
  color: #444444;
}

.Uppercase {
  text-transform: uppercase;
  font-family:'PNB';
}

h3 {
  color: #444444;
  margin-bottom: 1rem !important;
}

h4 {
  color: #444444;
}

h5 {
  color: #444444;
  font-size: 18px !important;
}

.pre-nav {
  background-color: #08083a;
}

.pre-nav li {
  display: inline-block;
  padding-right: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pre-nav ul {
  margin-bottom: 0px;
}

.pre-nav i {
  color: #fff;
}

.home-header img {
  width: 100%;
}

.h-one {
  font-size: 70px;
}

.navbar {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  h2,
  h1.page-title {
    font-size: 50px;
  }

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    max-height: 90vh;
    margin-top: 10px;
  }
}

/* ============ mobile view .end// ============ */

.navbar-brand {
  width: 150px;
}

.pre-nav ul {
  padding-left: 0px;
}

.blue-text,
.title-section h3 {
  color: #08083a;
}

.p-50-t {
  padding-top: 50px;
}

.p-50-b {
  padding-bottom: 50px;
}

.outer {
  margin: 0 auto;
  max-width: 800px;
}

.big .item {
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

.thumbs .item {
  background: #c9c9c9;

  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.thumbs .item h1 {
  font-size: 18px;
}

.thumbs .current .item {}

.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.big.owl-theme .owl-prev {
  left: 0px;
}

.big.owl-theme .owl-next {
  right: 20px;
}

.thumbs.owl-theme .owl-next,
.thumbs.owl-theme .owl-prev {
  background: #333;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #6ebfbc !important;
}

.orange-button a {
  padding-right: 46px;
  padding-left: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
  text-decoration: none;
  background: #ff9233;
  background: linear-gradient(125deg, #ff9233, #ffbb00);
  display: inline-block;
  position: relative;
}

.orange-btn {
  padding-right: 46px;
  padding-left: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
  text-decoration: none;
  background: #ff9233;
  background: linear-gradient(125deg, #ff9233, #ffbb00);
  display: inline-block;
  position: relative;
}

.orange-button.btn-outline a {
  background: none;
  color: #ff9233;
  border: 1px solid #ff9233;
}

.navbar .orange-button a {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(125deg, #3ab3b0, #55367d);
}

.circle-fa-icon {
  background-color: #ffbb00;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 50%;
}

.spacer {
  border: 1px solid #c9c9c9;
}

.grad-text {
  display: block;
  color: #3ab3b0;
  background-image: -webkit-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
  background-image: -moz-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
  background-image: -o-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
  background-image: -ms-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
  background-image: linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family:'PNB','GSH',Montserrat,eurostile, sans-serif;
  font-size:80px;
  font-weight:500!important;
}
@media only screen and (max-width: 650px){
    .grad-text{
        font-size:45px;
    }
}


.normal-blue h2 {
  color: #08083a;
}

.specs-features .bg-grey,
.card.bg-grey {
  background-color: #eee;
}

.specs-features .detail {
  font-weight: 700;
}

.card-title {
  text-transform: uppercase;
}

.specs-features .card-title {
  font-weight: 500;
  text-transform: capitalize;
}

.specs-features .features {
  padding-top: 15px;
}

.bold-blue-text h4 {
  color: #08083a;
}

img {
  max-width: 100%;
  height: auto;
}

.map {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.map img {
  display: block;
  width: 100%;
}

.map-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 60%;
  padding: 1rem;
  background-color: #fff;
  transition: all 300ms ease-in;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
}

.map-popup>*:first-child {
  margin-top: 0;
}

.map-popup>*:last-child {
  margin-bottom: 0;
}

.map-popup.open {
  opacity: 1;
  visibility: visible;
}

.marker {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #55367d;
  transition: all 300ms;
}

.pre-nav .form-select {
  max-height: 90%;
  margin: 6px 0;
  background-color: #08083A;
  color: white;
  border: none;
}


.pre-nav .form-select>option {
  background-color: #08083A;
}

.form-select-sm {
  font-size: 0.7rem;
}

@media only screen and (min-width: 48em) {
  .map-item {
    position: absolute;
    width: 36px;
    height: 36px;
  }

  .map-item .marker {
    top: auto;
    left: auto;
  }

  .map-popup {
    position: absolute;
    left: 58px;
    width: 280px;
    transform: translateY(-50%);
  }

  .map-popup:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #fff transparent transparent;
  }

  .map-popup.edge {
    left: auto;
    right: calc(100% + 24px);
  }

  .map-popup.edge:before {
    left: auto;
    right: -16px;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
  }
}

.details {
  text-align: center;
}

.details h5 {
  font-weight: 800;
}

.normal-blue {
  color: #08083a;
}

.bg-grey {
  background-color: #eee;
}

.specs h5 {
  font-size: 18px;
}

.card {
  background-color: transparent;
}

.more-options h5 {
  font-weight: 800;
}

.more-options .card {
  text-align: center;
}

.orange-outline a {
  background: #fff !important;
  color: #343a40;
  border: 4px solid #ffbb00;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  padding: 5px 16px;
  font-weight: bolder;
}

.light-blue h5 {
  color: #3ab3b0;
}

.thin-text {
  font-weight: 500;
}

.grad-text-bold h2 {
  display: inline-block;
  color: #3ab3b0;
  background-image: -webkit-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}

@media (min-width: 1580px) {
  .col-m-auto {
    flex: 1 0 0;
  }
}

.tabs .nav-tabs .nav-link {
  border-radius: 0px;
  background-color: #f5f6f5;
  width: 100%;
  color: #777;
}

.tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #3ab3b0;
  background-image: -webkit-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
  color: #fff;
}

.accordion-item {
  border: 0px;
}

.subscribe {
  color: #3ab3b0;
  background-image: -webkit-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
}

.subscribe h2 {
  color: #fff !important;
}

.subscribe h3 {
  color: #fff;
}

/*footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #08083a;
}

footer ul {
  padding-left: 0px;
}

footer ul li {
  list-style: none;
}

footer a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

footer li a {
  font-weight: 400;
}

.footer-fonts {
  text-transform: uppercase;
}

.footer-fonts h5 {
  color: #fff;
  font-weight: 600;
}*/

.city-table {
  width: 100%;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

.city-table thead {
  display: none;
}

.city-table td {
  padding: 6px;
  white-space: nowrap;
  display: inline-table;
}

.col1 {
  text-align: right;
}

.col2 {
  width: 100%;
  text-align: left;
  background-color: #eee;
}

.graph-bar {
  background-color: grey;
  display: inline-block;

  min-width: 3px;
}

.graph-pct {
  display: inline-block;
  margin-top: 15px;
  vertical-align: middle;
}

.graph-pct-inline {
  display: none;
}

.graph-bar {
  background-color: #ffbb00;
}

#city1 .graph-bar {
  background-color: #ffbb00;
}

#city2 .graph-bar {
  background-color: #ffbb00;
}

#city3 .graph-bar {
  background-color: #ffbb00;
}

#city4 .graph-bar {
  background-color: #ffbb00;
}

#city5 .graph-bar {
  background-color: #ffbb00;
}

@media screen and (max-width: 767px) {
  .city-table {
    width: 95%;
    border-spacing: 0 1em;
    border-collapse: separate;
  }

  .city-table td {
    display: block !important;
    white-space: normal;
  }

  .col1 {
    text-align: left;
  }

  .graph-pct {
    display: none;
  }

  .graph-pct-inline {
    display: inline;
  }

  .question-box-icon,
  .question-box-text {
    width: 100%;
  }
}

/*attempt at animation*/
.graph-bar {
  animation-duration: 1.5s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}

.graphcol2 {
  animation-name: city-animation;
}

@keyframes city-animation {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.grey-bar {
  width: 100%;
  background-color: #eee;
  height: 30px;
  position: absolute;
  z-index: -1;
}

.subscribe form {
  width: 500px;
}

.btn-primary {
  background: #ff9233;
  background: linear-gradient(125deg, #ff9233, #ffbb00);
}

.btn-primary {
  border: 0px;
}

.form-control {
  padding: 10px;
}

form .btn {
  padding: 10px;
  font-weight: 600;
}

.map-popup h3 {
  font-size: 16px;
  font-weight: 700;
}

.map-popup p {
  font-size: 16px;
}

.align_center {
  text-align: center !important;

}

.scale-image {
  overflow: hidden;
}

.scale-image img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  /* Animation */
}

.scale-image img:hover {
  transform: scale(1.1);
}

/*footer .d-inline-footer {
  display: inline;
}*/

.map a:hover {
  color: #ff9233;
}

.marker {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.blob-purple {
  background: #55367d;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin: 10px;
  height: 30px;
  width: 30px;
  transform: scale(1);
  animation: blob-purple 2s infinite;
}

/*footer .fa-brands {
  padding: 5px 10px 0 0;
  font-size: 2rem;
}*/

.blob-purple .fa-plus::before {
  position: relative;
  top: -2px;
}

.accordion-button.collapsed {
  color: #3ab3b0 !important;
  background-image: none;
}

.accordion-button {
  background-image: -webkit-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
  color: #fff !important;
}

.accordion-button:not(.collapsed) {
  border-radius: 0px;
  background-color: #f5f6f5;
  width: 100%;
  color: #777;
}

/*.pre-nav .form-select-sm{
  background-color: #08083a;
  color: white;
  border: none;
}

.pre-nav .form-select-sm option{
  background-color: white;
  color: #333222;
}*/

@keyframes blob-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.video-container {
  position: relative;
}

.video-container iframe {
  width: 100%;
}

.video-container video {
  width: 100% !important;
  height: 100% !important;
}

.heightset iframe {
  width: 100%;
  min-height: 800px;
}

@media screen and (max-width: 960px) {
  .heightset iframe {
    width: 100%;
    min-height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .heightset iframe {
    width: 100%;
    min-height: 250px;
  }
}

@media screen and (max-width: 380px) {
  .heightset iframe {
    width: 100%;
    min-height: 180px;
  }
}

.orange-button a {
  transition: 0.3s;
}

.orange-button a:hover {
  opacity: 0.5;
}

.orange-btn {
  margin-top: 16px;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
}

.orange-btn:hover {
  opacity: 0.5;
}

.home-header-2 {
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

#owl-one img {
  width: auto;
  margin: auto;
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 100ms !important;
  animation-duration: 100ms !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.bold-text {
  font-weight: 600;
}

.trans-icon img {
  width: 200px;
}

.owl-nav i {
  font-size: 30px;
  color: #fff;
  background-color: #55367d;
  padding: 15px 10px;
  border-radius: 3px;
}

.owl-nav i:hover {
  opacity: 80%;
}

/*Styled A Links*/
a {
  text-decoration: none;
  color: #3ab3b0;
  transition: 0.2s;
}

a:hover {
  color: #55367d;
}

.dark-bg {
  background-color: #08083a;
}

.fixed-bottom-right {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1030;
}

.bottom-button a {
  font-size: 0.8rem;
  padding: 10px 26px;
}

#FormBuilder_update-subscribe .Inputfield_email_address .InputfieldHeader {
  display: none;
}

#FormBuilder_update-subscribe .Inputfields {
  max-width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 700px) {
  #FormBuilder_update-subscribe .Inputfields {
    grid-template-columns: 1fr;
  }
}

.btn-success {
  border: none;
}

.payment-options i {
  padding-right: 0.5rem;
  font-size: 2rem;
  margin-top: 1rem;
  color: #08083a;
}

table {
  margin: 10px 0;
}

table td,
table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table tr:hover {
  background-color: #ddd;
}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #08083a;
  color: white;
}

.LE-Block {
  display: flex;
  padding-top: 5px;
}

.LE-Block p {
  display: block;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 0.5rem;
}

.LE-Block img {
  max-height: 35px;
}

.panel-heading img {
  max-height: 20px;
}

.subBtn {
  padding-right: 46px;
  padding-left: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
  text-decoration: none;
  background: #ff9233;
  background: linear-gradient(125deg, #ff9233, #ffbb00);
  display: inline-block;
  position: relative;
}

.subBtn:hover {
  color: #55367d;
  opacity: 0.5;
}

.loader {
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.loading {
  border: 2px solid #ccc;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-top-color: #1ecd97;
  border-left-color: #1ecd97;
  animation: spin 1s infinite ease-in;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* HOME PAGE CSS 03/03/23 *************************************/

.model-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/terminator.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.right-content h3 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.right-content p {
  color: #fff;
}


.tabs-icons .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-image: none;
}

.tabs-icons .nav-tabs .nav-link {
  border-color: transparent;
  background-color: transparent;
}

.tabs-icons img {
  width: 100px;
  height: 100px;
  padding-bottom: 15px;
}

.promise {

  text-align: center;
  background-color: #eee;
}

.promise img {
  margin: auto;
}

.news-views a {
  text-decoration: none;
}

.trust-piolt-block-bottom {
  background-color: #eee;
}

div:not(.homeTabs) .nav-tabs .nav-link.active {
  background: -webkit-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
}

.tabs-icons .nav-tabs .nav-item.show .nav-link,
.homeTabs .nav-tabs .nav-link.active {
  background: -webkit-linear-gradient(0deg, #329F94 0%, #37A9A3 100%);
}

.homeTabs .nav-tabs .nav-link.active h5 {
  color: white !important;
}

#owl-all a {
  text-decoration: none;
}

.home-page-header {
  height: 600px;
  background-color: #eee;
}

h1 {
  font-size: calc(3.375rem + 1.5vw);
  font-weight: bold;

}

.home-page-header h1 {
  text-transform: uppercase;
}

.promise h5 {
  color: #08083a;
}

.dropdown-menu[data-bs-popper] {
  right: 0px;
}


[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

[ripple] .ripple {
  position: absolute;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-animation: ripple 1.6s;
  animation: ripple 1.6s;
}

@-webkit-keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }

  100% {
    transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }

  100% {
    transform: scale(40);
    opacity: 0;
  }
}

nav .tabs {
  z-index: 15px;
  position: relative;
  background: #FFFFFF;
  width: 600px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 100px auto 10px;
  overflow: hidden;
}

.tabs-header {
  position: relative;
  overflow: hidden;
}

.tabs-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F4B142;
  width: auto;
  height: 2px;
  transition: 0.3s ease;
}


nav .tabs-nav i {
  border-radius: 100%;
  cursor: pointer;
}

.tabs-content {
  height: auto !important;
}

nav .tabs-content {
  position: relative;
  padding: 15px 20px;
  transition: 0.3s ease;
  overflow: hidden;
  background-color: #eee;
  height: 100% !important;
}

nav .tabs-content:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}

nav .tabs-content .tab {
  display: none;
}

nav .tabs-content .tab.active {
  display: block;
}

.tabs-header a {
  font-weight: 800;
  color: #444444;
  font-size: 18px !important;

}

.tabs-header ul {
  list-style: none;
  padding: 0px;
  padding-top: 15px;
}

.spacer {
  border-top: 1px solid #c9c9c9;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}

nav .tabs-content a {
  text-decoration: none;
}

nav a {
  font-weight: 800;
  color: #444444;
  font-size: 18px !important;
  /*text-transform: uppercase;*/
}

.dropdown-menu {
  border-radius: 0px;
}

.tabs-header li.active a {

  color: #3ab3b0;
  text-decoration: none;
  border-bottom: 1px solid #3ab3b0;

}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}

nav .tabs-content {
  max-width: 100%;
}

.tabs-content .card-title {
  font-weight: 800;
}

#navbar-content {
  max-width: 100%;
}

@media screen and (max-width: 767px) {

  .remove-padding {
    padding: 0px;
  }

  .px-4 {
    padding: 0px !important;
    ;
  }

  .mega-content {
    max-width: 100%;
    padding-bottom: 15px;
  }

  .navbar-collapse {
    padding-top: 20px;
  }

  .tabs-header ul {
    padding-bottom: 15px;
  }
}

#owl-header {
  position: absolute;
  height: 600px;
}

#owl-header .item {
  height: 600px;
  background-image: url(../images/car-1.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.slider-header {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.dropdown-menu[data-bs-popper] {
  margin-top: -1px;


}

.tabs-header {

  padding-bottom: 15px;
}

.slider-header h1 {
  color: #fff;
}

.home-page-header h1 {
  color: #fff;
}

.home-page-header {
  background-image: url(../images/car-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.video-header {
  position: relative;
  height: 600px;
  background-color: #ddd;
  overflow: hidden;
}

#video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;


}

.content-video {
  position: relative;
  z-index: 9;
}

.multi-header {
  height: 600px;
  background-color: #000;
}

.min-height-300 {
  min-height: 300px;

}

.min-height-h-600 {
  min-height: 600px;
  background-color: #fff;
}

.top-right-image {
  background-image: url(../images/car-1.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.main-image {
  background-image: url(../images/car-2.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.bottom-right-image {
  background-color: #333
}


.main-image h1 {
  color: #fff;
}

.top-right-image h3 {
  color: #fff;
}

.bottom-right-image h3 {
  color: #fff;
}

.multi-header h3 {
  font-weight: 800;
}

@media screen and (max-width: 767px) {

  .multi-header {
    height: auto;
  }


}

.mw-70 {
  max-width: 70%;
}

.custom-select-lg {
  padding: 13px;
}

.orange-button a {
  cursor: pointer;
}

.inputfieldContent .btn-success {
  margin-bottom: 0 !important;
}

.paypalHeader {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  color: #3ab3b0;
  background-image: -webkit-linear-gradient(0deg, #3ab3b0 0%, #55367d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}


/*Portal CSS - 18/05/2023*/
.account-manage h3 {
  font-weight: 900;
  color: #08083a
}

.ProfileForm.InputfieldForm,
.LoginForm.InputfieldForm,
.RegisterForm.InputfieldForm,
#ProcessForgotPassword .InputfieldForm {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  padding-top: 20px !important;
}

.LoginRegisterPro h2 {
  font-size: 2rem;
  padding: 20px 20px 0 20px;
}


.ProfileForm.InputfieldForm .Inputfield,
.LoginForm.InputfieldForm,
.LoginRegisterPro .Inputfield {
  border: none !important;
  padding-top: 0 !important;
}

.LoginRegisterLinks {
  padding-top: 20px;
}

.ProfileForm.InputfieldForm .InputfieldEmail {
  display: none;
}

.LoginRegisterPro .InputfieldPassword input {
  width: 100% !important;
}

.ProfileForm.InputfieldForm h2 {
  display: none;
}

.LoginRegisterPro .Inputfield:not(.InputfieldSubmit) {
  background: #fff !important;
}

.InputfieldSubmit {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.list-group-item.active {
  background-color: #08083a;
  border-color: #08083a;
}

/*Blog Section CSS*/

a .badge {
  transition: 0.2s;
}

.ytButton {
  border-radius: 0 0 0 50%;
  background: linear-gradient(125deg, #ff9233, #ffbb00);
  transition: 0.2s;
  color: #fff;
}

a .badge:hover,
.ytButton:hover {
  opacity: .5;
}

.expertTitle {
  color: #fff;
}

.collapsed .expertTitle {
  color: #08083a !important;
}

.agoraBuildIcons a img {
  transition: 0.2s;
}

.agoraBuildIcons a img:hover {
  opacity: 0.5;
}

.catTitle {
  margin-bottom: 0;
  text-transform: uppercase;
}

.btn {
  transition: 0.2s;
}

.btn:hover {
  opacity: .6;
}


.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab .owl-navbar .owl-stage {
  transform: translate3d(0px, 0px, 0px);
  transition: all 0s ease 0s;
}



@media screen and (max-width: 460px) {
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media screen and (min-width: 992px) {

}
@media screen and (max-width: 992px) {
  .dropdown-mega .dropdown-menu{
    border: none;
    box-shadow: 0 0 0 rgba(0,0,0,.15) !important;
  }

  .mega-content .container{
    max-width: 100%;
  }
}


/*Multi-lang Images Hotfix*/
.iconFont{
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background-color: linear-g;
  background-image: linear-gradient(to right, #4FC1C2, #3C419C);
  font-size: math;
  margin-top: 5%;
  padding: 2% 6% 2% 6%;
  border-radius: 25px 0 0 25px;
  font-size: 60%;
}
.FEATURES li{
    font-size:15px;
}
.align_center2{
    font-family:'PNB','GSB', Montserrat,eurostile, sans-serif;
    font-size:30px !important;
}
.card-text2{
    font-family:'PNR', Montserrat,eurostile, sans-serif;
    font-size:15px;
}
@media screen and (max-width: 460px) {
  .align_center2{
    
    font-size:20px!important;
}
  
}
 .pc {
    display: none !important;
  }
 .ImgTittle{
     font-size:30px !important;
     font-family:'GSH';
 }
 .buytext{
     font-size:21px;
 }
@media screen and (max-width: 767px) {
  .pc {
    display: block !important;
  }
  
}
