@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: normal;
  src: local("Proxima Nova"), url("Proxima Nova Font.otf") format("otf");
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Proxima Nova", sans-serif;
  color: #7e7e7e;
  font-size: 18px;
}

a {
  color: #9d312a;
  text-decoration: none;
}

a:hover {
  color: #9d312a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", sans-serif;
}

.form-control:focus {
  outline: 0;
  box-shadow: unset;
  border-color: #ced4da;
}

.theme-color {
  color: #9d312a !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #9d312a;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #9d312a;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ab2422;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ab2422;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: rgb(0 0 0 / 51%);
  box-shadow: 0 0.5rem 1rem 0 0.5rem 1rem rgb(61 10 0);
}

.header.header-scrolled,
.header.header-inner-pages {
  background-color: rgb(0, 0, 0, 1);
}

.header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header .logo a {
  color: #fff;
}

.header .logo img {
  max-height: 60px;
}

.PhoneInputInput {
  flex: 1 1;
  min-width: 0;
  border: 0 !important;
}

.PhoneInputInput:focus {
  outline: none;
}

.react-tel-input {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  position: relative;
  width: 100%;
  margin-top: 20px;

  border-bottom: 2px solid lightgray;
}
.react-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  border-radius: 3px 0 0 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  margin-right: 20px;
}

.navbar li:last-child {
  margin-right: 0px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #c9110f;
}
.btn-file-active {
  background-color: #c9110f;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  border: none;
  margin: 5px;
}
.btn-file {
  background-color: gray;
  color: #212121;
  padding: 5px;
  border-radius: 5px;
  border: none;
  margin: 5px;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 5px 30px;
  margin-left: 0px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ab2422;
  font-weight: 600;
  background-color: #ab2422;
  width: fit-content;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ab2422;
}

.engImg {
  width: 35px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ab2422;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.filterDropSelect.settingDropSelect {
  width: 250px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(171 36 34 / 56%);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ab2422;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #fff;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ab2422;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero .container {
  padding-top: 72px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-position: 50%;
  background-size: 78% 67%;
  border: 2px solid #fff;
  border-radius: 50%;
}

.bannrLogo {
  width: 104px;
  margin-top: -121px;
}

.h5Font {
  font-size: 65px;
}

.deiFont {
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.carousel-caption {
  right: 15%;
  top: 44%;
  left: 15%;
  color: #fff;
  text-align: center;
}

.textSlider {
  padding: 2rem 0;
}

.signupbtn,
.signupbtn:hover,
.signupbtn:focus {
  padding: 16px 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #9d312a;
  font-weight: 300;
  background-color: #9d312a;
  letter-spacing: 2px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  display: inline-block;
  text-align: center;
}

@media (max-width: 991px) {
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# about us
--------------------------------------------------------------*/
.aboutbox {
  border-radius: 5px;
  padding: 32px 78px;
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
  margin-top: 5rem;
}

.abouttitle {
  text-transform: capitalize;
  color: #9d312a;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.linevr {
  background-color: #c9c3c3;
  width: 1px;
  display: block;
  margin: 0 4rem;
}

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
.text-theme {
  color: #a92421 !important;
}

.mt5 {
  margin-top: 4rem;
}

.titleSec {
  color: #cf0e0b;
  font-size: 38px;
  font-weight: 600;
}

.secBhg {
  background-image: url(../images/bgshape.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}

/*--------------------------------------------------------------
# newsletter
--------------------------------------------------------------*/
.newsletter-bg {
  background-image: url(../images/newslatterBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11rem 0 4rem;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.newsletter-bg h4 {
  font-size: 32px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #fff;
}

.newsletter-bg form {
  margin-top: 30px;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.newsletter-bg form input[type="email"],
.newsletter-bg form input[type="email"]:focus-visible {
  padding: 30px 8px;
  width: 100%;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  outline: 0;
}

.newsletter-bg form input[type="email"]::placeholder {
  color: #fff;
}

.newsletter-bg form input[type="submit"] {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #ffffff;
  color: #ab2422;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  height: 86px;
}

.newsletter-bg form input[type="submit"]:hover {
  background: #ffffff;
  color: #ab2422;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-top {
  padding: 60px 0 30px 0;
  font-size: 14px;
  background: #000;
}

.footerLogo {
  max-height: 162px;
}

.footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

.footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

.turouImg {
  width: 75%;
  border: 5px solid #fff;
}

.hr {
  margin: 2rem 0;
  height: 1px;
  background-color: #fff;
}

.contactIcon {
  position: absolute;
  width: 25px;
  height: 25px;
  object-fit: contain;
  left: 0;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.socialIcon {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.ps5 {
  padding-left: 1.9rem;
}

.playIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24%;
  right: 0;
  width: 85px;
  height: 85px;
  margin: auto;
  background-color: #ab2422;
  border-radius: 50%;
  padding: 10px;
}
.StatusBtn {
  padding: 5px 16px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
}
.approvedStatus {
  background-color: #39ac1736;
  color: #39ac17;
}
.pendingStatus {
  background-color: #dfb21d54;
  color: #dfb21d;
}

.rejectedStatus {
  background-color: #d8402d69;
  color: #d8402d;
}

.permissionStatus {
  background-color: lightgray;
  color: black;
}
.modal-content {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border-radius: 30px;
}
.header-label {
  color: #9d312a;
  font-weight: bold;
  font-size: 16px;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

/*=============== gema ==================== */
.gemaBg {
  background-image: url(../images/gemaBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.gemaFormStyle .form-control {
  border-radius: 50px;
  height: 73px;
  padding-left: 2rem;
  border-width: 2px;
}

.gemaFormStyle .form-control::placeholder {
  color: #dcdddc;
}

.inputTitle {
  position: absolute;
  top: -15px;
  left: 30px;
  background-color: #f2f2f2;
  padding: 0 8px;
  text-transform: capitalize;
  color: #000;
}

.gemamemberRadio {
  display: flex;
  grid-gap: 10px 30px;
  align-items: center;
  padding-top: 25px;
}

.gemamemberRadio [type="checkbox"]:checked,
.gemamemberRadio [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.gemamemberRadio [type="checkbox"]:checked + label,
.gemamemberRadio [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  color: #666;
}

.gemamemberRadio [type="checkbox"]:checked + label:before,
.gemamemberRadio [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.gemamemberRadio [type="checkbox"]:checked + label:after,
.gemamemberRadio [type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #9d312a;
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gemamemberRadio [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.gemamemberRadio [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.MandatoryText {
  position: absolute;
  top: 39px;
  right: 0;
  color: #d4cfcf;
  font-size: 14px;
}

.textarea-control.form-control {
  height: auto;
  border-radius: 20px;
}

.absoluteTransparencyBG {
  background-image: url(../images/abosuluteTranBG.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.WegetmoreBG {
  background-image: url(../images/weGetMoreBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 0px;
}

.YourpersonalcontactBG {
  background-image: url(../images/yourPersonalContact.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 13rem 0px 13rem 0;
}

.signupbtn.blackBG {
  background-color: #000;
  border-color: #000;
}

.YourpersonalcontactBox {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.workBoxSha {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 1rem 1rem 3rem 1rem;
}

.workBoxImage {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.accordion-item,
.accordion-button:focus {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.accordion-item .accordion-button.collapsed {
  padding: 24px 20px;
}

.accordion-button:not(.collapsed),
.accordion-button {
  background-color: transparent;
  box-shadow: unset;
  color: #a92421;
  font-size: 19px;
  font-weight: 600;
  padding: 24px 20px 0px;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 20px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/closeFAQ.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.cursor-pointer {
  cursor: pointer;
}

.contetTop {
  margin-top: 8rem;
}

/*=============== Prices ==================== */
.bgPriceBdy {
  background-color: #f8f8f8;
}

.pfont {
  font-size: 37px;
  font-weight: 200;
}

.Font4 {
  font-size: 34px;
}

.carousel-caption.priceCaption {
  top: 25%;
}

.pricemosiclist {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: space-between;
  padding: 0 0 0 20px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.pricemosiclist div p {
  margin-bottom: 45px;
}

.ps6 {
  padding-left: 4rem;
}

.listIcons {
  position: absolute;
  top: -13px;
  left: 0;
  width: 39px;
  height: 55px;
  object-fit: contain;
}

.redBgLogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 227px;
}

.joinForFreeBgUnder {
  background: rgb(106, 26, 26);
  background: linear-gradient(
    0deg,
    rgba(106, 26, 26, 1) 35%,
    rgba(167, 35, 32, 1) 100%,
    rgba(171, 36, 34, 1) 100%
  );
  text-align: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px;
  padding-bottom: 3rem;
}

.joinForFreeBg {
  background: rgb(106, 26, 26);
  background: linear-gradient(
    0deg,
    rgba(106, 26, 26, 1) 35%,
    rgba(167, 35, 32, 1) 100%,
    rgba(171, 36, 34, 1) 100%
  );
  border-radius: 25px;
  padding: 20px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: relative;
}

.etcPrice {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
  background-color: #fff;
  color: #000;
  font-size: 43px;
  font-weight: 600;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  padding: 2rem 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.Dateextension {
  margin: 9rem 0 7rem 0;
}

.pm-w {
  max-width: 980px;
  margin: auto;
}

.joinForFreeBgUnder.monthly {
  padding-bottom: 1rem;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  margin: 4rem 0;
}

.joinForFreeBg.monthly {
  background: rgb(171, 36, 34);
  background: linear-gradient(
    0deg,
    rgba(171, 36, 34, 1) 0%,
    rgba(167, 35, 32, 1) 100%,
    rgba(171, 36, 34, 1) 100%
  );
}

.etcPrice.monthl {
  width: 86%;
  font-size: 33px;
}

.imageRound {
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 100%;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.imgrd {
  width: 100px;
  height: 100%;
  margin: auto;
  object-fit: contain;
}

.colBottom {
  margin-top: 7rem;
}

.en [lang="ger"],
.ger [lang="en"] {
  display: none;
}

.ger [lang="ger"],
.en [lang="en"] {
  display: block;
}

.ger .navbar li {
  margin-right: 5px;
}

.ger .YourpersonalcontactBG {
  padding: 13rem 0px 13rem 0;
}

.gemamemberRadio.radTome [type="checkbox"]:checked + label:before,
.gemamemberRadio.radTome [type="checkbox"]:not(:checked) + label:before {
  top: 5px;
}

.gemamemberRadio.radTome [type="checkbox"]:checked + label:after,
.gemamemberRadio.radTome [type="checkbox"]:not(:checked) + label:after {
  top: 8px;
}

.rbbian {
  position: absolute;
  top: 117px;
  right: 13rem;
  background-color: #fff;
  padding: 0rem 1rem;
  border: 2px solid #bf1414;
  font-size: 26px;
  transform: rotate(315deg);
  font-weight: 500;
}

/*=============== Responsive ==================== */

@media (min-width: 991.9px) and (max-width: 1199.9px) {
  .redBgLogoDiv {
    background-color: #fff;
    text-align: center;
    padding: 20px;
  }

  .redBgLogo {
    position: static;
  }
}

@media (max-width: 1399.9px) {
  .rbbian {
    top: 133px;
    font-size: 20px;
  }
}

@media (max-width: 1176.9px) {
  .bannrLogo {
    width: 68px;
    margin-top: -64px;
  }

  .h5Font {
    font-size: 29px;
  }

  .deiFont {
    font-size: 19px;
  }
}

@media (max-width: 1024.9px) {
  .bannrLogo {
    width: 68px;
    margin-top: -64px;
  }

  .h5Font {
    font-size: 29px;
  }

  .deiFont {
    font-size: 19px;
  }

  .Font4 {
    font-size: 25px;
  }

  .pfont {
    font-size: 29px;
  }
}

@media (max-width: 991.9px) {
  .aboutbox,
  .pricemosiclist {
    display: grid;
    padding: 32px 19px;
    margin-top: 1rem;
  }

  .linevr {
    display: none;
  }

  #header .logo img {
    max-height: 37px;
  }

  .rbbian {
    right: 5rem;
  }
}

@media (max-width: 768.9px) {
  .carousel-caption {
    position: static;
    color: #000;
    text-align: left;
    padding-left: 19px;
  }

  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }

  div#hero {
    margin-top: 4rem;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }

  #header {
    background-color: #000;
  }

  .mt5 {
    margin-top: 1rem;
  }

  .newsletter-bg {
    text-align: left;
  }

  .imgrd {
    width: 70px;
  }

  .imageRound {
    width: 150px;
    height: 150px;
  }

  .newsletter-bg form {
    padding: 6px 0px;
  }

  .rbbian {
    right: 0rem;
    top: 156px;
  }

  .rowReve {
    flex-direction: column-reverse;
  }
}

@media (max-width: 575.9px) {
  .colBottom {
    margin-top: 0;
  }
}

@media (max-width: 502.9px) {
  .etcPrice {
    width: 77%;
  }
}

@media (max-width: 499.9px) {
  .newsletter-bg form input[type="submit"] {
    position: static;
    height: 57px;
    width: 100%;
    margin-top: 22px;
  }

  .newsletter-bg form input[type="email"] {
    padding: 21px 8px;
  }

  .etcPrice {
    font-size: 29px;
  }
}

@media (max-width: 380.9px) {
  .rbbian {
    font-size: 13px;
    top: 158px;
  }
}

@media (max-width: 333.9px) {
  .rbbian {
    top: 187px;
  }
}
