:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: 'Univers LT Std';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

hr {
  color: #00396C;
  height: 2px !important;
  opacity: 1 !important;
}

/*tick list*/
ul.tick {
  list-style: none;
}

ul.tick li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 600;
  flex-basis: 50%;
}

ul.tick li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  color: #c80b00;
}

ul.tick li {
  margin-bottom: 10px;
}

/*btn*/
.btn {
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.01em;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #01294d;
  line-height: 30px;
  background: #CEFC5C;
  padding: 15px 44px;
  font-family: 'Covered By Your Grace';
  border-radius: 0;
}

.btn:hover {
  background: #01294d;
  color: #CEFC5C;
}

/*section-title*/
.section-title {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

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

.section-title h2 {
  color: #00396C;
  margin-bottom: 15px;
  font-family: 'Univers LT Std';
  letter-spacing: 0em;
  font-weight: 700;
  font-size: 60px;

  line-height: 120%;
  text-transform: uppercase;
}

.section-title h2 span {
  color: #CEFC5C;
}

.section-title h3 {
  color: #00396C;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Covered By Your Grace';
  font-size: 100px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
}

section {
  padding: 120px 0;
  position: relative;
}

.section-title p {
  margin-bottom: 20px !important;
  font-family: 'Univers LT Std';
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  color: #212529;
}

.section-title-light h2 {
  color: #fff;
}

.section-title-light p {
  color: #fff;
}


.section-title .marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.section-title .marquee-content {
  display: inline-block;
  white-space: nowrap;
  display: flex;
  animation: marquee 20s linear infinite;
  justify-content: space-between;
  align-items: center;
  gap: 200px;
}

.section-title .marquee-content h2 {
  margin-bottom: 0;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}



/*=============================
          header
==============================*/
.main-header {
  position: relative;
  padding: 20px 0;
  background: rgb(255 255 255 / 80%) !important;
  left: 0;
  z-index: 9999;
  margin: auto;
  top: 0;
  width: 100%;
  border-radius: 0;
}

.main-header.fixed-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.main-header .logo {
  position: relative;
}

.main-header .logo img {
  width: 100%;
}

.main-header .menu-box {
  position: relative;
}

.main-header .menu-box .navbar {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding: 0;
}

.main-header .menu-box .navbar .navbar-collapse {
  display: block;
}

.main-header .menu-box .navbar .navbar-nav {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.main-header .menu-box .navbar .navbar-nav>li {
  display: inline-block;
  position: relative;
  padding: 0px;
  border-left: 1.5px solid green;
}

.main-header .menu-box .navbar .navbar-nav>li:first-child {
  border-left: none;
}

.main-header .row {
  align-items: center;
}

.main-header .menu-box .navbar .navbar-nav>li.active a,
.main-header .menu-box .navbar .navbar-nav>li a:hover {
  color: #01294d;
}

.main-header .menu-box .navbar .navbar-nav>li:hover a {
  color: #01294d;
}

.main-header .menu-box .navbar .navbar-nav>li a {
  font-family: 'Univers LT Std';
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 25px;
  text-decoration: none;
  color: #00396C;
}

.main-header .menu-box .navbar .navbar-nav>li.menu-item-has-children>a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: -5px;
  font-size: 15px;
  top: -2px;
  position: relative;
}

.main-header .menu-box .navbar .navbar-nav>li>ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 200%;
  width: 250px;
  padding: 0px;
  z-index: 100;
  background: rgb(255 255 255 / 80%) !important;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 2px 2px 2px;
  -ms-border-radius: 0px 2px 2px 2px;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  -o-border-radius: 0px 2px 2px 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li:last-child {
  border-bottom: none;
}

.main-header .menu-box .navbar .navbar-nav li.loginbtn {
  padding-right: 0px;
  border-left: none;
}

.main-header .menu-box .navbar .navbar-nav li.loginbtn a {
  background-color: #CEFD5C;
  color: #00396C;
  font-style: italic;
  border: 1.5px solid #00396C;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.main-header .menu-box .navbar .navbar-nav li.loginbtn img {
  width: 20px;
  position: relative;
  bottom: 2px;
  left: 2px;
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li a {
  z-index: 100;
  padding: 10px 15px;
  font-family: 'Univers LT Std';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #00396C !important;
  position: relative;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li>ul {
  list-style: none;
  position: absolute;
  left: 250px;
  top: 200%;
  width: 250px;
  padding: 0px;
  z-index: 100;
  background: rgb(255 255 255 / 80%) !important;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 2px 2px 2px;
  -ms-border-radius: 0px 2px 2px 2px;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  -o-border-radius: 0px 2px 2px 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li>ul>li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li>ul>li a {
  z-index: 100;
  padding: 10px 15px;
  color: #00396C !important;
  position: relative;
  display: block;
  font-family: 'Univers LT Std';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li:hover>a {
  background: #01294d;
  color: #fff !important;
  transform: scale(1.03);
}

.main-header .menu-box .navbar .navbar-nav>li:hover>ul {
  top: 115%;
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 0%;
  z-index: 99;
}

.main-header .menu-box .navbar .navbar-nav>li>ul>li>ul>li:hover>a {
  background: #01294d;
  color: #fff !important;
  transform: scale(1.03);
}

.main-header .navbar-toggler {
  display: none;
}

.main-header .menu-box .navbar .close-toggler {
  display: none;
}

.fixed-header {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 9999;
  margin: auto;
  top: 0;
  width: 100%;
  background-color: white;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

.bannerWrap {
  position: relative;
  margin: -100px auto 0;
}

.bannerWraperImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.bannerWrap .banner-content {
  margin: 10em auto 6em;
  text-align: center;
  display: flex;
  color: #fff;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.bannerWrap .banner-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040;


  font-family: 'Univers LT Std';
  text-transform: uppercase;
}

.bannerWrap .banner-content p {
  text-transform: uppercase;
  color: #CEFC5C;
  box-shadow: 0px 4px 4px 0px #00000040;

  margin-bottom: 0px;
  font-family: 'Covered By Your Grace';

  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
}

.bannerWrap .banner-content .readmore {
  text-align: center;
}

.bannerWrap .banner-content .readmore a {
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  color: #01294d;
  line-height: 30px;
  background: #CEFC5C;
  padding: 15px 44px;
  font-family: 'Covered By Your Grace';
  border-radius: 0;
}

.bannerWrap .banner-content .readmore a:hover {
  color: #CEFC5C;
  line-height: 30px;
  background: #01294d;
}

/*=============================
        serviceWrap
==============================*/
.offerWrap {
  position: relative;
}

.offerWrapTwo {
  background: #00396C;
  position: relative;
  padding: 0;
}

.offerWrap .offerLisst {
  position: relative;
  margin-top: 60px;
}

.offerLisst .offerBox {
  position: relative;
  background: #00396C;
  display: flex;
  gap: 20px;
  padding: 30px 45px 30px 30px;
  align-items: center;
  justify-content: flex-start;
  min-height: 166px;
}

.offerLisst .offerBox:hover {
  background: #CEFC5C;
}

.offerLisst .offerBox::before {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/offer-icon.webp);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.offerLisst .offerBox:hover::before {
  rotate: 45deg;
  background: url(../images/flecha.webp);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.offerLisst .offerBox .icon {
  width: 60px;
}

.offerLisst .offerBox .content {
  position: relative;
  color: #fff;
}

.offerLisst .offerBox .content h3 {
  font-size: 30px;
  font-family: 'Covered By Your Grace';
  color: #CEFC5C;
}

.offerLisst .offerBox:hover .content h3,
.offerLisst .offerBox:hover .content p {
  color: #00396C;
}

.offerLisst .offerBox .content p {
  font-family: 'Univers LT Std';
  font-size: 16px;
}

.offerWrapTwo .offerLisst .offerBox {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 30px 45px 30px 30px;
  align-items: center;
  justify-content: flex-start;
  min-height: 220px;
}

.offerWrapTwo .offerLisst .offerBox h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #fff;
}

.offerWrapTwo .offerLisst .offerBox p {
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 0;
}

.whychooseWrap {
  position: relative;
}

.whychoosebg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.whychooseWrap .container {
  position: relative;
  z-index: 11;
}

.whychooseWrap::before {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 1;
  width: 50%;
  background: #ffffffd0;
}

.whychooseWrap .container .col-lg-6 {
  padding-right: 105px;
}

.whychooseWrap .chooseBtn {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.whychooseWrap .chooseBtn a {
  width: 100%;
  text-align: left;
  font-size: 33px;
}

.programmWrap {
  position: relative;
}

.programmWrapbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.programmWrap .section-title {
  margin-bottom: 0;
}

.programmWrap .section-title h2 {
  color: #fff;
}

.programmWrap .section-title p {
  color: #fff;
}

.tabsprogram {
  margin-top: 30px;
  position: relative;
}

.tabsprogram hr {
  color: #fff !important;
  margin: 0 !important;
}

.tabsprogram .nav-pills {
  position: relative;
  gap: 20px;
  margin-bottom: 0 !important;
  align-items: center;
  justify-content: flex-start;
}

.tabsprogram .nav-pills li {
  position: relative;
}

.tabsprogram .nav-pills li .nav-link {
  font-family: 'Covered By Your Grace';
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-size: 28px;
  border-radius: 0;
  line-height: 1;
  border-bottom: 3px solid transparent;
}

.tabsprogram .nav-pills .nav-link.active,
.tabsprogram .nav-pills .show>.nav-link {
  color: #CEFC5C;
  background-color: transparent;
  border-bottom: 3px solid #CEFC5C;
}

.tabsprogram .tab-content {
  position: relative;
  margin-top: 50px;
}

.tabsprogram .tab-content .row {
  gap: 25px 0;
}

.tabsprogProduts {
  position: relative;
  overflow: hidden;
}

.tabsprogProduts .pro-img {
  display: block;
  position: relative;
}

.tabsprogProduts .pro-img img {
  transition: transform 1s ease, opacity 0.5s ease 0.25s;
  border-radius: 0px;
  width: 100%;
}

.tabsprogProduts:hover .pro-img img {
  transform: scale(1.1);
  transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

.programmWrapTwo {
  position: relative;
  margin-top: -100px;
  padding-top: 220px;
}

.programmWrapTwo .tabsprogram .nav-pills {
  position: relative;
  gap: 20px;
  margin-bottom: 0 !important;
  align-items: center;
  justify-content: center;
}

.programmWrapTwo .tabsprogram .nav-pills li .nav-link {
  color: #00396C;
}

.programmWrapTwo .tabsprogram .nav-pills li .nav-link.active {
  border-bottom: 3px solid #00396C;
}

.programmWrapTwo .tabsprogram hr {
  color: #00396C !important;
  margin: 0 !important;
}

.programmWrapTwo .section-title h2 {
  color: #00396C;
}

.programmWrapTwo .section-title p {
  color: #00396C;
}

.portfolio-one__single {
  position: relative;
  display: block;
  border: 2px solid #CEFD5C;
  border-bottom: 10px solid #CEFD5C;
}

.portfolio-one__img-box {
  overflow: hidden;
}

.portfolio-one__img,
.portfolio-one__img-box {
  position: relative;
  display: block;
}

.portfolio-one__img {
  z-index: 1;
}

.portfolio-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(206 253 92 / 50%);
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity .5s ease, visibility .5s ease, transform .7s ease;
  z-index: 1;
}

.portfolio-one__single:hover .portfolio-one__img:before {
  visibility: visible;
  transform: scaleY(1) translateZ(0);
}

.portfolio-one__img img {
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.portfolio-one__single:hover .portfolio-one__img img {
  transform: scale(1.05);
}

.portfolio-one__content p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0px;
  right: 30px;
  background-position: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.portfolio-one__single:hover .portfolio-one__content p {
  transform: scaleY(1);
}

.project-content {
  position: absolute;
  bottom: -100px;
  left: 50px;
  right: 50px;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease-in-out;
}

.project-content-new {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 50px;
  z-index: 99;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: all .6s ease-in-out;
}

.project-content h4 {
  font-family: 'Univers LT Std';
  font-size: 40px;
  font-weight: bold;
  padding-right: 10px;
  line-height: 43.2px;
  font-style: italic;
  text-align: right;
  transition: all .5s ease;
  color: #CEFD5C;
  margin-bottom: 0px;
}

.portfolio-one__single:hover .project-content-new {
  display: none;
  transition: all .5s ease;
  bottom: 100px;
}

.project-content h4 a {
  color: #fff;
  text-decoration: none;
  transition: all .5s ease;
}

.project-content h4 a:hover {
  color: #BAEAA0;
}

.project-content p {
  font-family: 'Covered By Your Grace';
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #00396C;
  margin-bottom: 0;
}

.project-content ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 0px;
}

.project-content ul li {
  font-family: 'Covered By Your Grace';
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #00396C;
  margin-bottom: 0;
}

.portfolio-one__single:hover .project-content {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

.project-content-new .portfolio-one__sub-title {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  color: #fff;
}

.portfolio-one__title {
  font-family: 'Univers LT Std';
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background-position: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(1);
  z-index: 2;
}

.portfolio-one__single:hover .portfolio-one__content h3 {
  bottom: 21%;
}

.portfolio-one__title a {
  color: #fff;
  text-decoration: none;
  transition: all .5s ease;
}

.portfolio-one__title a:hover {
  color: #BAEAA0;
}

.portfolio-one__arrow {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 50px;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  transition: all .5s ease;
  z-index: 2;
  background-position: top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
}

.portfolio-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  text-decoration: none;
  font-size: 22px;
  color: #00396C;
  background: #FFFFFF4D;
  border: 1.16px solid #DCF49B;
  box-shadow: 0px 6px 30px 3px #00000017;
  border-radius: 50%;
  transition: all .5s ease;
}

.portfolio-one__arrow h4 {
  color: #00396C;
  font-family: 'Univers LT Std';
  font-style: italic;
  font-size: 40px;
  font-weight: bold;
  line-height: 43.2px;
  text-align: right;
  transition: all .5s ease;
  margin-bottom: 0px;
}

.portfolio-one__arrow a:hover {
  color: #061d1b;
  background-color: #BAEAA0;
}

.portfolio-one__single:hover .portfolio-one__arrow {
  transform: scale(1);
  transition-delay: .5s;
  opacity: 1;
}

.accessWrapbg {
  position: relative;
}

/* .accessWrap .section-title h2{font-size: 50px; */
.accessWrapbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.accessWrap .row {
  position: relative;
}

.appImgg {
  position: absolute;
  top: 0px;
  left: -45px;
  z-index: 9;
}

.appImgg img {
  width: 590px;
}

.accessWrap .accessList {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px 0px;
}

.accessWrap .accessList .listBOxx {
  border: 2px solid #00396c;
  position: relative;
  padding: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.accessWrap .accessList .listBOxx .imgg img {
  width: 100%;
}

.accessWrap .accessList .listBOxx .imgg {
  width: 15%;
}

.accessWrap .accessList .listBOxx .content {
  width: 85%;
}

.accessWrap .accessList .listBOxx .content h4 {
  font-size: 2.5rem;
  font-family: 'Covered By Your Grace';
  color: #00396c;
  margin-bottom: 0;
}

.accessWrap .accessList .listBOxx .content p {
  margin-bottom: 0px;
  font-size: 20px;
}

.latesNews {
  position: relative;
  background: #CEFD5C;
}

.latesNews .newssLoop {
  margin-top: 40px;
}

.latesNews .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
}

.latesNews .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #00396c;
  display: none;
}

.latesNews .owl-dots .owl-dot:nth-child(1) {
  display: block;
}

.latesNews .owl-dots .owl-dot:nth-child(2) {
  display: block;
}

.latesNews .owl-dots .owl-dot:nth-child(3) {
  display: block;
}

.latesNews .owl-dots .owl-dot:nth-child(4) {
  display: block;
}

.latesNews .owl-dots .owl-dot:nth-child(5) {
  display: block;
}

.teamWrap {
  position: relative;
  background: #fff;
}

.teamWrap .section-title h2 {
  color: #FFF;
  background: #00396C;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Univers LT Std';
  font-size: 60px;
  padding: 25px 0;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0em;
}

.teamWrap .teamLeft {
  position: relative;
}

.teamWrap .teamLeft img {
  width: 100%;
}

.teamWrap .teamLeft .border-line {
  position: absolute;
  content: "";
  left: 50px;
  border: 2px solid #00396C;
  top: -50px;
  right: 50px;
  bottom: -50px;
}

.team-qoutation {
  text-align: right;
}

.team-qoutation img {
  width: 500px;
}

.teamWrap .right-cont {
  position: relative;
  padding-left: 30px;
}

.teamWrap .right-cont h2 {
  color: #00396C;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 'Univers LT Std';
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0em;
}

.teamWrap .right-cont h5 {
  font-size: 36px;
  color: #00396C;
  margin-bottom: 40px;
}

.teamWrap .right-cont h5 span {
  font-family: 'Covered By Your Grace';
}

.teamWrap .right-cont p {
  margin-bottom: 20px !important;
  color: #212529;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.teammbersLIst {
  padding-top: 3rem;
}

.teammbersLIst .col-lg-6 {
  padding: 0px;
}

.teamDetails {
  position: relative;
  border: 2px solid #CEFD5C;
}

.teamDetails .content h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  font-family: 'Univers LT Std';
  font-size: 60px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: all .6s ease-in-out;
}

.teamDetails .content h4 a {
  color: #fff;
  text-decoration: none;
}

.teamDetails .content h4 span {
  font-family: 'Covered By Your Grace';
  display: block;
  font-weight: 400;
  color: #fff;
}

.teamDetails:hover .content h4 a {
  color: #CEFC5C;
}

.teamDetails .one__arrow {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 30px;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  transition: all .5s ease;
  z-index: 2;
  background-position: top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
}

.teamDetails .one__arrow i {
  font-size: 100px;
  color: #CEFC5C;
}

.teamDetails:hover .one__arrow {
  transform: scale(1);
  transition-delay: .5s;
  opacity: 1;
}

.teamDetails img {
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.teamDetails:hover img {
  filter: grayscale(0%);
  transition: all 0.3s ease;
}

.bottom-head {
  font-family: 'Covered By Your Grace';
  text-align: center;
  font-size: 80px;
  text-transform: uppercase;
  margin: 15px 0;
}

.academyWrap {
  position: relative;
  background: #CEFD5C;
}

.academyWrap .contentt {
  position: relative;
  padding-bottom: 25px;
  padding-right: 40px;
}

.academyWrap .contentt p {
  margin-bottom: 20px !important;
  font-family: 'Univers LT Std';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
}

.readmoree {
  position: relative;
  text-align: left;
}

.readmoree a {
  font-family: 'Covered By Your Grace';
  font-size: 30px;
  color: #212529;
}

.readmoree a img {
  width: 30px;
  padding-left: 10px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.readmoree a:hover {
  color: #00396C;
}

.readmoree a:hover img {
  color: #00396C;
  rotate: 45deg;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.reviewWrap {
  background: #00396C;
  margin-top: 50px;
}

.testimonal-single {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.testimonal-single .testImgg {
  position: relative;
  text-align: center;
  margin: 10px auto 35px;
  display: flex;
  width: 220px;
  flex-direction: column;
  align-items: center;
}

.testimonal-single .testImgg::before {
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/qoute-img.webp);
  background-repeat: no-repeat;
  content: "";
  width: 65px;
  height: 65px;
}

.testimonal-single .testImgg img {
  width: auto;
}

.testimonal-single p {
  margin-bottom: 20px;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
}

.testimonal-single .star-rating {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.testimonal-single .star-rating .fa-star {
  background: #fff;
  border-radius: 5px;
  color: #00396C;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonal-single .star-rating img {
  width: 36px;
}

.reviewWrap .owl-nav {
  display: flex;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  width: 100%;
}

.reviewWrap .owl-nav img {
  width: 55px;
}

.ctaWrap {
  position: relative;
}

.ctaWrapbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.ctaWrap::before {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 1;
  width: 100%;
  background: #ffffff93;
}

.ctaWrap .container {
  position: relative;
  z-index: 99;
}

.ctaWrap .container .readmore {
  text-align: center;
}

.ctaWrap .container .readmore a {
  text-transform: uppercase;
  color: #01294d;
  background: #CEFC5C;
  padding: 15px 44px 5px;
  font-family: 'Covered By Your Grace';
  border-radius: 0;

  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

.ctaWrap .container .readmore a:hover {
  color: #CEFC5C;
  background: #01294d;
}

.ctaWrap .section-title h2 span {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #01294d;
}

.countWraper {
  background: #CEFD5CCC;
  position: relative;
}

.countWraper .col-lg-3 {
  padding: 0;
  text-align: center;
}

.countWraper .col-lg-3 .counting {
  position: relative;
  border-right: 1px solid #00396C;
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-style: italic;
  font-size: 96px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #00396C;
}

.countWraper .col-lg-3:last-child .counting {
  border-right: none;
}

.countWraper .col-lg-3 h5 {
  margin-top: 25px;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #00396C;
  margin-bottom: 0px;
}

/*program-cta*/
.program-cta {
  position: relative;
  background-image: url(../images/programm-cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  margin-top: 120px;
  padding: 160px 0;
  width: 100%;
}

.program-cta .section-title h2 {
  font-style: italic;
  color: #fff;
}

.program-cta .section-title .readmore {
  text-align: center;
}

.program-cta .section-title .readmore a {
  font-size: 40px;
}

.program-cta .section-title p {
  margin: auto;
  color: #fff;
  max-width: 780px;
}

.program-cta .section-title h4 {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  margin: 35px 0;
}

.button-checkbnx {
  position: relative;
}

.button-checkbnx ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  gap: 30px;
  justify-content: center;
}

.button-checkbnx ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
  width: 360px;
}

.button-checkbnx ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.button-checkbnx ul li label {
  display: block;
  position: relative;
  padding: 25px 25px 25px 60px;
  height: 84px;
  z-index: 9;
  cursor: pointer;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  text-align: right;
}

.button-checkbnx ul li:hover label {
  color: #00396C;
  border: 1px solid #CEFD5C;
  background: #CEFD5C;
}

.button-checkbnx ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 30px;
  left: 30px;
  z-index: 999;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.button-checkbnx ul li:hover .check {
  border: 2px solid #00396C;
}

.button-checkbnx ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.button-checkbnx.button-checkbnx-one ul {
  flex-wrap: wrap;
}

.button-checkbnx.button-checkbnx-one ul li {
  width: 330px;
}

.button-checkbnx.button-checkbnx-one ul li label {
  padding: 15px 15px 15px 50px;
  height: 70px;
  font-size: 30px;
  line-height: 120%;
}

.button-checkbnx.button-checkbnx-one ul li .check {
  top: 25px;
}

.button-checkbnx.button-checkbnx-two ul li {
  width: 440px;
}

.button-checkbnx.button-checkbnx-two ul li label {
  padding: 25px 25px 25px 50px;
  height: 80px;
  font-size: 30px;
  line-height: 110%;
}

.button-checkbnx input[type=radio]:checked~.check {
  border: 1px solid #00396C;
}

.button-checkbnx input[type=radio]:checked~.check::before {
  background: #00396C;
}

.button-checkbnx input[type=radio]:checked~label {
  color: #00396C;
  border: 1px solid #CEFD5C;
  background: #CEFD5C;
}

.shop_tab_outter {
  width: 100%;
  position: relative;
  padding: 80px 0;
}

.shop_table {
  width: 100%;
  position: relative;
}

.shop_table .table {
  border-bottom: 0px;
  color: #ffffff;
}

.shop_table .table tbody {
  border-bottom: 0px;
}

.shop_table thead tr {
  border-bottom: 2px solid #00396C;
}

.shop_tab_outter .readmoredf {
  text-align: right;
  margin-top: 20px;
}

.shop_tab_outter .readmoredf .btn {
  font-size: 40px;
}

.shop_tab_outter .form-groupd {
  position: relative;
  margin-top: 20px;
}

.shop_tab_outter .form-groupd .form-control {
  width: 100%;
  display: flex;
  color: #000;
  background-color: transparent;
  border: none;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  height: 70px;
  padding: 0;
  border-bottom: 0.5px solid #00396C;
  border-radius: 0;
}

.shop_tab_outter .form-groupd .btn {
  position: absolute;
  right: 0px;
  background: #00396C;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #fff;
  top: -5px;
}

.shop_tab_outter .form-groupd .form-control:focus {
  outline: none;
  box-shadow: none;
}

.shop_tab_outter .form-groupd p {
  color: red;
  padding-top: 5px;
  font-size: 20px;
}

.shop_table tr {
  border-bottom: 1px solid #00396C;
}

.cart_item.footer_item .product-color,
.footer_item .product-name {
  border-bottom: none !important;
  border-bottom-width: 0;
}

.shop_table .product-remove {
  text-align: center;
}

.shop_table tr th {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 20px;
  color: #00396C;
  line-height: 100%;
  text-transform: uppercase;
  padding: 15px 0;
}

.shop_table .product-quantity {
  text-align: center;
}

.shop_table .product-color {
  text-align: center;
}

.shop_table .product-price {
  text-align: center;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom: none;
}

.shop_table .product-name,
.shop_table .product-color {
  padding-left: 20px;
}

.shop_table tr td {
  padding: 20px 0;
}

.shop_table .product-thumbnail img {
  width: 190px;
}

.shop_table .product-name {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #282727;
}

.shop_table .product-name a {
  color: #282727;
  text-decoration: none;
}

.shop_table .product-name a.remove {
  width: 24px;
  margin-right: 10px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #00396C;
  background: #CEFD5C;
  display: inline-block;
  color: #00396C;
  text-align: center;
  border-radius: 50px;
}

.shop_table .colors {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.shop_table .colors .form-check-input {
  font-size: 3em;
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  background: transparent;
  background-clip: border-box;
  border-radius: 50%;
  margin-top: 0;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.shop_table .colors .color10 {
  background: #DCFF86;
}

.shop_table .colors .color11 {
  background: #A03838;
}

.shop_table .colors .color12 {
  background: #00396C;
}

.shop_table .colors .form-check-input:checked {
  box-shadow: 0px 0px 0px 2px #000000;
  box-shadow: 0px 0px 0px 2px #00396C;
  border: 4px solid #fff;
  width: 28px;
  height: 28px;
}

.shop_table .product-price p {
  font-family: 'Univers LT Std';
  font-weight: 300;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #282727;
}

.shop_table .product-quantity {
  width: 12%;
}

.shop_table .product-quantity .quantity-spinner {
  display: flex;
  justify-content: center;
}

.shop_table .product-quantity .quantity-spinner .prod_qty {
  border: none;
  width: 30px;
  text-align: center;
  font-size: 20px;
  width: 30px;
}

.shop_table .product-quantity .quantity-spinner .minus {
  border: none;
  background: transparent;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #282727;
  padding: 0;
}

.shop_table .product-quantity .quantity-spinner .plus {
  border: none;
  background: transparent;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #282727;
  padding: 0;
}

.shop_table .product-subtotal {
  text-align: center;
}

.shop_table .product-subtotal span {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0px;
  text-align: center;
  color: #282727;
}

.shop_table tbody tr:last-child {
  border: none;
}

.cart_totals {
  background: #f5f5f5;
  padding: 32px 70px 35px;
}

.cart_totals a {
  width: 100%;
}

.cart_totals .totals-table {
  position: relative;
  margin-bottom: 20px;
}

.totals-table li {
  position: relative;
  border-bottom: 1px solid #00396C;
}

.totals-table .col-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #232323;
}

.totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 18px 27px;
  line-height: 30px;
  font-size: 18px;
  color: #888888;
  font-weight: 400;
  width: 50%;
}

.totals-table .shopping-option label {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #888888;
  font-weight: 300;
}

.checkout-btn {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
  background-color: #424141;
  border: 0px;
  text-align: center;
  padding: 15px 35px;
}

.articDetsil {
  position: relative;
}

.mainfooter {
  position: relative;
  padding-top: 120px;
}

.footerLogo {
  text-align: center;
  margin-bottom: 20px;
}

.footerLogo p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}

.footermainImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.mainfooter .top-footer {
  padding: 35px 0px;
}

.mainfooter .top-footer h5 {
  border-bottom: 2px solid #CEFC5C;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}

.mainfooter .top-footer ul {
  list-style: none;
  padding-left: 0px;
}

.mainfooter .top-footer ul li {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 15px;
  display: flex;
  line-height: 26px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.mainfooter .top-footer ul li a {
  color: #fff;
  text-decoration: none;
}

.mainfooter .top-footer ul li a:hover {
  color: #CEFC5C;
}

.socialMedia {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.socialMedia img {
  width: 34px;
}

.mainfooter .bottom-footer {
  border-top: 1px solid #FFFFFF;
  position: relative;
  padding: 30px 0px;
  margin-top: 20px;
}

.mainfooter .bottom-footer .copyrightt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainfooter .bottom-footer .copyrightt p {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 14px;
  line-height: 119%;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
}

.mainfooter .bottom-footer .copyrightt p a {
  color: #fff;
  text-decoration: none;
}

.mainfooter .bottom-footer .copyrightt p a:hover {
  color: #CEFD5C;
}

/*mainmodall*/

.mainmodall .modal-dialog {
  max-width: 630px !important;
  background: url(../images/modal-bg.webp);
  background-position: left top;
  background-repeat: no-repeat;
}

.mainmodall .modal-dialog .modal-content {
  background: transparent !important;
}

.mainmodall .modal-dialog .modal-content .modal-header .btn-close {
  color: #01294d;
  opacity: 1;
}

.mainmodall .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

.mainmodall .modal-dialog .modal-body {
  position: relative;
  padding: 25px 60px 0px;
}

.mainmodall .modal-dialog .modal-body .modal-logo {
  width: 300px;
  margin: auto;
}

.mainmodall .modal-dialog .modal-footer img {
  max-width: 300px;
  margin: 0;
}

.mainmodall .modal-dialog .mainformas {
  position: relative;
  margin-top: 60px;
}

.mainmodall .modal-dialog .mainformas .nav-tabs {
  border-bottom: none;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.mainmodall .modal-dialog .mainformas .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0px;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #000;
}

.mainmodall .modal-dialog .mainformas .nav-tabs .nav-item .nav-link.active {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #000;
}

.mainmodall .modal-dialog .mainformas .tab-content {
  position: relative;
}

.mainmodall .modal-dialog .mainformas .tab-content form {
  position: relative;
}

.mainmodall .modal-dialog .mainformas .tab-content form .form-control {
  width: 100%;
  display: flex;
  color: #000;
  background-color: transparent;
  border: none;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  height: 50px;
  padding: 0;
  border-bottom: 0.5px solid #00396C;
  border-radius: 0;
}

.mainmodall .modal-dialog .mainformas .tab-content form .form-control::placeholder {
  color: #000;
  opacity: 1;
}

.mainmodall .modal-dialog .mainformas .tab-content form .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #000;
}

.mainmodall .modal-dialog .mainformas .tab-content form .form-control:focus {
  box-shadow: none;
}

.mainmodall .modal-dialog .mainformas .tab-content form .btn-secondary {
  width: 100%;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #00396C;
  color: #fff;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  padding: 8px 0 4px;
  border: none;
}

.mainmodall .modal-dialog .mainformas .tab-content form .btn-secondary:hover {
  background: #CEFD5C;
  color: #00396C;
}

.mainmodall .modal-dialog .mainformas .tab-content form p {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-top: 35px;
  color: #000;
}

.checkbox.style-f {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-f input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-f input:checked~.checkbox__checkmark {
  background-color: transparent;
}

.checkbox.style-f input:checked~.checkbox__checkmark:after {
  transform: scale(1);
}

.checkbox.style-f:hover input~.checkbox__checkmark {
  background-color: transparent;
}

/* .checkbox.style-f:hover input:checked ~ .checkbox__checkmark{background-color: #00396C;
} */
.checkbox.style-f .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: transparent;
  border: 1.5px solid #00396C;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}

.checkbox.style-f .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 2.4px;
  top: 2.2px;
  width: 17px;
  height: 17px;
  display: block;
  background-color: #00396C;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.25s ease;
}

.checkbox.style-f .checkbox__body {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
}

/*=============================
          academy page
==============================*/
.banneracademy .banner-content {
  gap: 0px;
}

.banneracademy .banner-content h1 {
  position: relative;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  color: #00396C;
  margin-top: 30px;
  box-shadow: none;
}

.banneracademy .banner-content p {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: initial;
  box-shadow: none;
  color: #00396C;
  max-width: 700px;
  margin: auto;
}

/*=============================
        contactWrappPage
==============================*/
.contactWrappPage {
  position: relative;
  margin: -100px auto 0;
  padding-top: 240px;
}

.contactWrappPageImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.contactWrappPage form {
  position: relative;
}

.contactWrappPage form .form-control {
  width: 100%;
  display: flex;
  color: #000;
  background-color: transparent;
  border: none;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  height: 50px;
  padding: 0;
  border-bottom: 0.5px solid #00396C;
  border-radius: 0;
}

.contactWrappPage form textarea.form-control {
  height: 145px;
  background: #FFFFFF66;
  border: 0.5px solid #00396C;
  padding: 10px;
}

.contactWrappPage form .form-control::placeholder {
  color: #000;
  opacity: 1;
}

.contactWrappPage form .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #000;
}

.contactWrappPage form .form-control:focus {
  box-shadow: none;
}

.contactWrappPage form .btn-secondary {
  width: 100%;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #00396C;
  color: #fff;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  padding: 8px 0 4px;
  border: none;
}

.contactWrappPage form .btn-secondary:hover {
  background: #CEFD5C;
  color: #00396C;
}

.contactWrappPage .conten-para {
  max-width: 200px;
  margin: auto;
}

.contactWrappPage p {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  border-bottom: 0.5px solid #00396C;
  margin-top: 120px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  display: block;
  color: #00396C;
  text-align: center;
}

.contactWrappPage .right-formm h6 {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 60px;
  text-align: left;
  border-bottom: 0;
  color: #000;
}

.contactWrappPage .contact-leftsec .contact-info {
  position: relative;
  padding: 0 70px;
  margin-top: 50px;
}

.contactWrappPage .contact-leftsec .contact-info h4 {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #00396C;
  margin-bottom: 30px;
}

.contactWrappPage .contact-leftsec .contact-info p {
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  text-align: left;
  color: #000;
  padding-bottom: 30px;
  margin-top: 0;
  border-bottom: 0;
}

.contactWrappPage .contact-leftsec .contact-info p span {
  font-family: 'Covered By Your Grace';
  color: #00396C;
}

.contactWrappPage .contact-leftsec .contact-info ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 25px;
  margin-bottom: 0px;
  flex-direction: column;
}

.contactWrappPage .contact-leftsec .contact-info ul li {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  color: #00396C;
}

.contactWrappPage .contact-leftsec .contact-info ul li a {
  color: #000;
  text-decoration: none;
}

.contactWrappPage .contact-leftsec .contact-info ul li img {
  width: 40px;
  padding-right: 10px;
}

.contactWrappPage .contact-leftsec .contact-info ul li a:hover {
  color: #00396C;
}

.right-formm .checkbox.style-f .checkbox__checkmark {
  border-radius: 0;
}

.right-formm .checkbox.style-f .checkbox__checkmark:after {
  border-radius: 0;
}

.contact-leftsec .cont-img {
  position: relative;
}

.contact-leftsec .cont-img img {
  position: relative;
  object-fit: cover;
}

.blogBreadcrubd {
  position: relative;
  margin: -100px auto 0;
  padding: 220px 0 70px;
  background: #00396C;
}

.main-header-two {
  background: #fff !important;
}

.blogBreadcrubd .content-blog {
  position: relative;
}

.blogBreadcrubd .content-blog h1 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 20px;
}

.blogBreadcrubd .content-blog p {
  color: #fff;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.bloglistWrap {
  position: relative;
}

.blogheadList {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  justify-content: space-between;
}

.blogheadList .btn-catagaroy {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.blogheadList .btn-catagaroy a {
  width: 145px;
  height: 32px;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  padding: initial;
  text-align: center;
  text-transform: capitalize;
  color: #00396C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blogheadList .title {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: capitalize;
}

.blogheadList .btn-catagaroy a:hover {
  color: #fff;
}

.blogheadList .btn-catagaroy a.active {
  color: #fff;
  background: #00396C;
}

.searchBar {
  position: relative;
}

.searchBar .search-bar {
  max-width: 500px;
  margin: auto auto;
}

.searchBar .search-bar .input-group {
  border-radius: 0px;
  overflow: hidden;
}

.searchBar .search-bar .form-control {
  width: 100%;
  display: flex;
  color: #00396C;
  background-color: transparent;
  border: none;
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  height: 50px;
  padding: 0;
  border-bottom: 0.5px solid #00396C;
  border-radius: 0;
}

.searchBar .search-bar .btn {
  border: none;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0px;
  background: transparent;
}

.searchBar .search-bar .btn:focus {
  box-shadow: none;
}

.searchBar .search-bar .btn:focus-visible {
  box-shadow: none;
  outline: none;
}

.searchBar .search-bar .form-control::placeholder {
  color: #00396C;
  opacity: 1;
}

.searchBar .search-bar .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #00396C;
}

.blogsrticle-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}

.blogArticl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blogArticl .blog-img {
  width: 55%;
  overflow: hidden;
}

.blogArticl .blog-img img {
  object-fit: cover;
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.blogArticl .blog-img:hover img {
  transform: scale(1.05);
}

.blogArticl .content {
  width: 42%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.blogArticl .content h2 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 100%;
}

.blogArticl .content h2 a {
  text-decoration: none;
  color: #00396C;
}

.blogArticl .content ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blogArticl .content ul li {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
}

.blogArticl .content ul li a {
  text-decoration: none;
  color: #000;
}

.blogArticl .content ul li a.btn {
  width: 85px;
  height: 32px;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  padding: initial;
  text-align: center;
  text-transform: capitalize;
  color: #00396C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blogArticl .content ul li a.btn:hover {
  color: #CEFD5CCC;
}

.blogArticl .content p {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #000;
}

.blogArticl .content .links {
  position: relative;
}

.blogArticl .content .links img {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.blogArticl:hover .content .links img {
  rotate: 45deg;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.blogArticl:hover .content h2 a {
  color: #000;
}

.blogBreadcrubd .content-blog.titlee h1 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 25px;
}

.videoFeed {
  padding: 0px;
  position: relative;
  border-bottom: 25px solid #CEFD5C;
}

.videoFeed .imggfeed {
  overflow: hidden;
  position: relative;
}

.videoFeed .col-lg-3 {
  padding: 0;
}

.videoFeed .imggfeed img {
  object-fit: cover;
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.videoFeed .imggfeed:hover img {
  transform: scale(1.05);
}

/*progrtab-details*/
.progrtab-details {
  position: relative;
}

.progrtabImgg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.progrtab-details .prograam_nav {
  position: relative;
}

.progrtab-details .prograam_nav .section-title {
  margin-bottom: 0;
  position: relative;
  z-index: 99;
}

.progrtab-details .prograam_nav .nav {
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
  align-items: center;
  gap: 15px;
}

.progrtab-details .prograam_nav .nav li {
  position: relative;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 48px;
  color: #00396C;
}

.progrtab-details .prograam_nav .nav li .nav-link {
  position: relative;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  height: 82px;
  font-size: 44px;
  border: 1px solid transparent;
  padding: 5px 20px;
  color: #00396C;
  border-radius: 0;
}

.progrtab-details .prograam_nav .nav li .nav-link.active {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: transparent;
  border: 1px solid #00396C;
  color: #00396C;
}

.detasilprsm5ms {
  position: relative;
}

.imgsssad {
  position: absolute;
  top: -19%;
  overflow: hidden;
  left: -54%;
}

.firstRightSide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fiorstDesotNd {
  position: relative;
}

.firstRightSide h3 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #000;
}

.firstRightSide .fiorstDesot {
  margin-bottom: 15px;
  position: relative;
}

.firstRightSide .fiorstDesot h3 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #000;
}

.firstRightSide .fiorstDesot ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.firstRightSide .fiorstDesot ul li {
  font-family: 'Univers LT Std';
  line-height: 32px;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

.firstRightSide .fiorstDesot ul li::before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: "";
  background: url(../images/chevron-left.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.firstRightSide .fiorstDesotTwo {
  margin-bottom: 15px;
  position: relative;
}

.firstRightSide .fiorstDesotTwo h3 {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #00396C;
  margin-bottom: 20px;
}

.firstRightSide .fiorstDesotTwo ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.firstRightSide .fiorstDesotTwo ul li {
  font-family: 'Univers LT Std';
  line-height: 32px;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 40px;
  color: #00396C;
}

.firstRightSide .fiorstDesotTwo ul li::before {
  position: absolute;
  top: -2px;
  left: 0px;
  content: "";
  background: url(../images/login-rounded.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 36px;
}

.fiorstDesotNd h3 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 24px;
  line-height: 52px;
  color: #00396C;
}

.firstRightSide .fiorstDesotNd ul {
  padding-left: 0px;
  margin-bottom: 25px;
  list-style: none;
}

.firstRightSide .fiorstDesotNd ul li,
.firstRightSide .fiorstDesotNd ul p {
  font-family: 'Univers LT Std';
  line-height: 32px;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 40px;
  color: #000;
}

.firstRightSide .fiorstDesotNd ul li::before {
  position: absolute;
  top: -2px;
  left: 0px;
  content: "";
  background: url(../images/login-rounded.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 36px;
}

.button-checkbnxTeo {
  position: relative;
}

.button-checkbnxTeo ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.button-checkbnxTeo ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
}

.button-checkbnxTeo ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.button-checkbnxTeo ul li label {
  display: block;
  position: relative;
  padding: 6px 89px;
  height: 45px;
  z-index: 9;
  width: 290px;
  cursor: pointer;
  border: 1px solid #00396C;
  background: #00396C;
  color: #fff;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}

.button-checkbnxTeo ul li:hover label {
  color: #CEFD5C;
  border: 1px solid #00396C;
  background: #00396C;
}

.button-checkbnxTeo ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 13px;
  left: 24px;
  z-index: 999;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.button-checkbnxTeo ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.button-checkbnxTeo input[type=radio]:checked~.check {
  border: 1px solid #00396C;
}

.button-checkbnxTeo input[type=radio]:checked~.check::before {
  background: #00396C;
}

.button-checkbnxTeo input[type=radio]:checked~label {
  color: #CEFD5C;
  border: 1px solid #00396C;
  background: #00396C;
}

.bottomSectiond {
  position: relative;
  margin-top: 30px;
}

.bottomSectiond .pricee {
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #000;
}

.bottomSectiond .sucbrsdfsBtn {
  position: relative;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}

.bottomSectiond .sucbrsdfsBtn a {
  color: #000;
  text-decoration: none;
}

.bottomSectiond .sucbrsdfsBtn i {
  padding-left: 10px;
}

.bottomSectiond .sucbrsdfsBtn a:hover {
  color: #00396C;
}

.bottomSectiond .trail {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 29px;
  line-height: 100%;
  color: #00396C;
  margin-top: 10px;
}

.bottomSectiond .trail a {
  color: #00396C;
  text-decoration: none;
}

.contenidoWrap {
  position: relative;
  border: 1px solid #000000;
  border-bottom: none;
}

.contenidoWrap .conten-top {
  position: relative;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  align-items: center;
}

.contenidoWrap .conten-top .section-title {
  margin-bottom: 0;
}

.contenidoWrap .conten-top .section-title h2 {
  margin-bottom: 0;
  text-transform: initial;
}

.contenidoWrap .conten-top .rightSiod {
  position: relative;
}

.contenidoWrap .conten-top .rightSiod ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.contenidoWrap .conten-top .rightSiod ul li {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #00396C;
}

.contenidoWrap .conten-top .rightSiod ul li span {
  font-weight: 700;
}

.contenidoWrap .col-lg-6 {
  padding: 0;
}

.contenidoWrap .nav-pills {
  position: relative;
}

.contenidoWrap .nav-pills .nav-link {
  display: flex;
  border-radius: 0px;
  height: 127.5px;
  border: 1px solid #000000;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 115px 20px 80px;
  gap: 60px;
  border-top: none;
  position: relative;
}

.contenidoWrap .nav-pills .nav-link::before {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/flecha.webp);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.contenidoWrap .nav-pills .nav-link:hover::before,
.contenidoWrap .nav-pills .nav-link.active::before {
  rotate: 45deg;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.contenidoWrap .nav-pills .nav-link:first-child {
  border-top: 1px solid #000000;
}

.contenidoWrap .nav-pills .nav-link .leftside {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #00396C;
}

.contenidoWrap .nav-pills .nav-link .leftside span {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #00396C;
  display: block;
}

.contenidoWrap .nav-pills .nav-link .title {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #00396C;
  text-align: left;
}

.contenidoWrap .nav-pills .nav-link.active {
  background: #CEFD5CCC;
  border-color: #00396C;
}

.contenidoWrap .rightImg {
  position: relative;
  overflow: hidden;
}

.contenidoWrap .rightImg img {
  object-fit: cover;
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.contenidoWrap .rightImg:hover img {
  transform: scale(1.05);
}

.contenidoWrap .rightImg .content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px;
  background: #ffffff8c;
  color: #00396C;
}

.contenidoWrap .rightImg .content ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.contenidoWrap .rightImg .content ul li {
  margin-bottom: 25px;
}

.contenidoWrap .rightImg .content h4 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  line-height: 100%;
  color: #00396C;
  margin-bottom: 20px;
}

.contenidoWrap .rightImg .content p {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}

.content-blog ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.content-blog ul li {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: #fff;
}

.content-blog ul li a {
  text-decoration: none;
  color: #fff;
}

.content-blog ul li a:hover {
  color: #cefd5c;
}

.content-blog ul li a.btn {
  width: 85px;
  height: 32px;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  padding: initial;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.content-blog ul li a.btn:hover {
  color: #00396C;
  background: #CEFD5CCC;
  border: 1px solid #CEFD5CCC;
}

.pagination {
  position: relative;
}

.pagination .page-item {
  position: relative;
}

.pagination .page-item a {
  width: 60px;
  height: 50px;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  padding: initial;
  text-align: center;
  text-transform: capitalize;
  color: #00396C;
  display: flex;
  background: #CEFD5CCC;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #00396C;
}

.pagination .page-item a:hover {
  color: #CEFD5CCC;
  background: #00396C;
}

.pagination .page-item:first-child a {
  width: 80px;
}

/*=============================
        shopWrapp
==============================*/
.shopWrapp {
  position: relative;
  background: #fff;
}

.shopWrapp .shop_nav {
  position: relative;
  background: #00396C;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopWrapp .shop_nav .nav {
  justify-content: center;
}

.shopWrapp .shop_nav .nav.nav-pills .nav-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -2px;
  color: #fff;
  animation-duration: 0ms;
}

.shopWrapp .shop_nav .nav.nav-pills .nav-link.active {
  color: #CEFD5CCC;
}

.shopWrapp .tab-content {
  position: relative;
  padding: 80px 0px;
}

.shopWrapp .tab-content .product-des {
  position: relative;
}

.shopWrapp .tab-content .product-des .prodct-img {
  position: relative;
  overflow: hidden;

  background: #D9D9D97A;

  box-shadow: 0px 4px 4px 0px #00000040;
}

.shopWrapp .tab-content .product-des .prodct-img img {
  object-fit: cover;
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.shopWrapp .tab-content .product-des:hover .prodct-img img {
  transform: scale(1.05);
}

.shopWrapp .tab-content .product-des .contn-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
}

.shopWrapp .tab-content .product-des .contn-details h3 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
}

.shopWrapp .tab-content .product-des .contn-details h3 a {
  color: #000;
  text-decoration: none;
}

.shopWrapp .tab-content .product-des .contn-details h3 a:hover {
  color: #00396C;
}

.shopWrapp .tab-content .product-des .contn-details .price {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #00396C;
}

.shopWrapp .tab-content .product-des .contn-details .colors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.shopWrapp .tab-content .product-des .contn-details .colors {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.shopWrapp .tab-content .product-des .contn-details .colors .color::before {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 1px;
  z-index: 3;
}

.shopWrapp .tab-content .product-des .contn-details .colors .color2::before {
  background: #00396C;
  border: 1px solid #00396C;
}

.shopWrapp .tab-content .product-des .contn-details .colors .color3::before {
  background: #A03838;
  border: 1px solid #A03838;
}

.shopWrapp .tab-content .product-des .contn-details .colors .color:checked {
  opacity: 1;
}

.shopWrapp .tab-content .product-des .contn-details .colors .color:checked:before {
  border: 1px solid #000;
  box-shadow: 0px 0px 4px 3px #cdfd5c70;
}

.shopWrapp .tab-content .product-des .contn-details .order-btn {
  position: relative;
  margin-top: 15px;
  display: block;
  width: 100%;
}

.shopWrapp .tab-content .product-des .contn-details .order-btn a {
  background: transparent;
  width: 100%;
  color: #00396C;
  padding: 10px 25px 5px;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  height: 40px;


}

.shopWrapp .tab-content .product-des:hover .contn-details .order-btn a {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #CEFD5CCC;
  color: #00396C;
}


.procurtDetail {
  padding: 120px 0px;
}

.procurtDetail .productDetails {
  position: relative;
}

.procurtDetail .productDetails .top-nav {
  position: relative;
}

.procurtDetail .productDetails .top-nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.procurtDetail .productDetails .top-nav ul li {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}

.procurtDetail .productDetails .top-nav ul li a {
  color: #000;
  text-decoration: none;
}

.procurtDetail .productDetails .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.procurtDetail .productDetails .titleBox h2 {
  margin-bottom: 0;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #00396C;
}

.procurtDetail .productDetails .titleBox .fa-heart {
  font-size: 26px;
}

.procurtDetail .productDetails .titleBox .fa-heart:hover {
  font-weight: 900;
  cursor: pointer;
}

.procurtDetail .productDetails .price {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #00396C;
}

.procurtDetail .productDetails .sizewrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.procurtDetail .productDetails h5 {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #00396C;
}

.procurtDetail .productDetails .sizewrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}

.procurtDetail .productDetails .sizewrap ul li {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #00396C;
}

.procurtDetail .productDetails .sizewrap ul li a {
  color: #00396C;
  text-decoration: none;
}

.procurtDetail .productDetails .sizewrap ul li.active {
  font-weight: 700;
}

.procurtDetail .productDetails .colorwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.procurtDetail .productDetails .accordion {
  margin-top: 40px;
  position: relative;
}

.procurtDetail .productDetails .accordion .accordion-item {
  position: relative;
  border-radius: 0;
  border: none;
}

.procurtDetail .productDetails .accordion .accordion-item .accordion-header {
  position: relative;
  border-radius: 0;
  border: none;
}

.procurtDetail .productDetails .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  border-radius: 0;
  padding: 1rem 0rem;

  border: none;
  border-bottom: 2px solid #00396C;
  background: transparent;
  color: #00396C;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.procurtDetail .productDetails .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.procurtDetail .productDetails .accordion .accordion-body {
  font-family: 'Univers LT Std';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  background: #f3f3f3;
  border-radius: 0;
  color: #212529;
}

.procurtDetail .productDetails .pluswrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}

.procurtDetail .productDetails .pluswrap .quantity {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: 100px;
}

.procurtDetail .productDetails .pluswrap .btnnsddf {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0px;
  width: 34px;
  top: 0;
  background: #fff;
}

.procurtDetail .productDetails .pluswrap .btnnsddf .btn {
  padding: 0;
  background: transparent;
  border: none;
  color: #00396C;
  font-size: 22px;
  height: auto;
  line-height: 1;
}

.procurtDetail .productDetails .pluswrap .form-control {
  border: none;
  color: #00396C;
  border-bottom: 2px solid #00396C;
  border-radius: 0;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}

.procurtDetail .productDetails .pluswrap .btnnsddf .btn:focus {
  box-shadow: none;
}

.procurtDetail .productDetails .readmore {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.procurtDetail .productDetails .readmore .btn {
  display: block;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 40px;
  padding: 10px 40px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #00396C;
  background: #00396C;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.procurtDetail .productDetails .readmore .btn:hover {
  background: #CEFD5C;
  color: #00396C;
}

.procurtDetail .productDetails .redtext {
  position: relative;
  margin-top: 20px;
}

.procurtDetail .productDetails .redtext a {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: red;
  text-decoration: none;
}

.procurtDetail .productDetails .colors {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}

.procurtDetail .productDetails .colors .form-check-input {
  font-size: 3em;
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  background: transparent;
  background-clip: border-box;
  border-radius: 50%;
  margin-top: 0;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.procurtDetail .productDetails .colors .color10 {
  background: #DCFF86;
}

.procurtDetail .productDetails .colors .color11 {
  background: #A03838;
}

.procurtDetail .productDetails .colors .color12 {
  background: #00396C;
}

.procurtDetail .productDetails .colors .form-check-input:checked {
  box-shadow: 0px 0px 0px 2px #000000;
  box-shadow: 0px 0px 0px 2px #00396C;
  border: 4px solid #fff;
  width: 28px;
  height: 28px;
}

.product-slide {
  position: relative;
}

.product-slide .prodct-img {
  position: relative;
  overflow: hidden;
  background: #D9D9D97A;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.product-slide .prodct-img img {
  object-fit: cover;
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.product-slide:hover .prodct-img img {
  transform: scale(1.05);
}

.product-slide .contn-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 0;
  gap: 20px;
}

.product-slide .contn-details h3 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
}

.product-slide .contn-details h3 a {
  color: #000;
  text-decoration: none;
}

.product-slide .contn-details h3 a:hover {
  color: #00396C;
}

.product-slide .contn-details .price {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #000;
}

.productsLoop .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.productsLoop .owl-nav .owl-prev,
.productsLoop .owl-nav .owl-next {
  font-size: 70px !important;
  color: #00396C !important;
}

.productSlider {
  padding: 80px 0px;
  position: relative;
}

.productSlider .mini-head {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 48px;
  color: #00396C;
  line-height: 100%;
  text-align: center;
  margin-bottom: 35px;
}

.fix {
  overflow: hidden;
}

.product-details-image {
  position: relative;
}

.pro-img-thumb {
  display: block;
  float: left;
  margin-right: 25px;
}

.pro-img-thumb.thumb-horizontal {
  margin-right: 0;
  margin-top: 30px;
}

.pro-img-thumb a {
  position: relative;
}

.pro-img-thumb.thumb-vertical a {
  display: block;
  margin-bottom: 35px;
}

.pro-img-thumb.thumb-horizontal a {
  display: block;
  float: left;
  margin-right: 33px;
  width: 80px;
}

.pro-img-thumb a:last-child {
  margin: 0;
}

.pro-img-thumb a::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.35;
  position: absolute;
  right: 0;
  top: 0;
}

.pro-img-thumb a.active::before {
  opacity: 0;
}

.pro-img-thumb a img {
  height: 190px;
  object-fit: contain;
}

.pro-img-big {
  position: relative;
}

.zoomWrapper {
  position: relative;
  width: 100% !important;
}

.pro-img-big img {
  max-width: 100%;
  width: 100% !important;
}

.shopWrapp .tab-content .product-des .contn-details .colorRadio label {
  cursor: pointer;
}

.shopWrapp .tab-content .product-des .contn-details .colorRadio .input-radio {
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  font-size: 3em;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  border: 2px solid #F6782B;
  background: #F6782B;
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.shopWrapp .tab-content .product-des .contn-details .colorRadio label .input-radio:first-child {
  border: 2px solid #333;
  background: #333;
}

.shopWrapp .tab-content .product-des .contn-details .colorRadio label .input-radio:last-child {
  border: 2px solid #6b1c1c;
  background: #6b1c1c;
}

.shopWrapp .tab-content .product-des .contn-details .colorRadio label {
  display: flex;
}

.shopWrapp .tab-content .product-des .contn-details .colorRadio .input-radio.on:checked {
  box-shadow: 0px 0px 0px 2px #000000;
  background-color: #A0BCE0;
  border: 4px solid #fff;
}

.shopWrapp .tab-content .product-des .contn-details .colorRadio .input-radio.off:checked {
  box-shadow: 0px 0px 0px 2px #000000;
  background-color: #A0BCE0;
  border: 4px solid #fff;
}

/*=============================
          blog-detailWrap
==============================*/
.blog-detailWrap {
  position: relative;
}

.blog-detailWrap .blog_article {
  position: relative;
  margin-bottom: 80px;
}

.blog-detailWrap .blog_article .imgBlog {
  width: 100%;
  overflow: hidden;
  margin-bottom: 35px;
}

.blog-detailWrap .blog_article .imgBlog img {
  object-fit: cover;
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.blog-detailWrap .blog_article .imgBlog:hover img {
  transform: scale(1.05);
}

.blog-detailWrap .blog_article .title {
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #00396C;
  margin-bottom: 20px;
}

.blog-detailWrap .blog_article ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-detailWrap .blog_article ul li {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: #00396C;
}

.blog-detailWrap .blog_article ul li a {
  text-decoration: none;
  color: #00396C;
}

.blog-detailWrap .blog_article ul li a:hover {
  color: #cefd5c;
}

.blog-detailWrap .blog_article ul li a.btn {
  width: 85px;
  height: 32px;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  line-height: 100%;
  padding: initial;
  text-align: center;
  text-transform: capitalize;
  color: #CEFD5CCC;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #00396C;
}

.blog-detailWrap .blog_article ul li a.btn:hover {
  color: #00396C;
  background: #CEFD5CCC;
  border: 1px solid #CEFD5CCC;
}

.blog-detailWrap .blog_article .text-box {
  margin-top: 40px;
}

.blog-detailWrap .blog_article .text-box h4 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: justify;
  color: #000;
}

.blog-detailWrap .blog_article .text-box p {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 125%;
  text-align: justify;
  color: #000;
}

.blog-detailWrap .blog_article .text-box ul {
  list-style: disc;
  padding-left: 25px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  justify-content: flex-start;
  flex-direction: column;
}

.blog-detailWrap .blog_article .text-box ol {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  justify-content: flex-start;
  flex-direction: column;
}

.blog-detailWrap .blog_article .text-box ul li,
.blog-detailWrap .blog_article .text-box ol li {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  text-align: justify;
  color: #000;
}

.blog-detailWrap .nextBlog {
  margin-top: 80px;
  position: relative;
}

.blog-detailWrap .nextBlog .catorgy-nxt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
}

.blog-detailWrap .nextBlog .catorgy-nxt .title {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-transform: capitalize;
}

.blog-detailWrap .nextBlog .catorgy-nxt .nextBtn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.blog-detailWrap .nextBlog .catorgy-nxt .nextBtn .btn {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  background: #01294d;
  padding: 3px 20px;
}

.blog-detailWrap .nextBlog .catorgy-nxt .nextBtn .btn:hover {
  color: #01294d;
  background: #CEFC5C;
}

.next-box-details {
  position: relative;
  margin-top: 80px;
}

.next-box-details .heading {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #00396C;
  margin-bottom: 20px;
}

.next-box-details .blogNext_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}

.next-box-details .blogNext_box .img {
  overflow: hidden;
}

.next-box-details .blogNext_box .img img {
  object-fit: cover;
  transition: all .5s ease;
  transform: scale(1);
}

.next-box-details .blogNext_box:hover img {
  transform: scale(1.05);
}

.next-box-details .blogNext_box .content {
  position: relative;
}

.next-box-details .blogNext_box .content h5 {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  max-width: 550px;
  margin-bottom: 15px;
}

.next-box-details .blogNext_box .content h5 a {
  color: #00396C;
  text-decoration: none;
}

.next-box-details .blogNext_box .content ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.next-box-details .blogNext_box .content ul li {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: #00396C;
}

.next-box-details .blogNext_box .content ul li a {
  text-decoration: none;
  color: #00396C;
}

.next-box-details .blogNext_box .content ul li:last-child {
  margin-left: 15px;
}

.next-box-details .blogNext_box .content ul li:last-child img {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.next-box-details .blogNext_box:hover .content ul li:last-child img {
  rotate: 45deg;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.shareSocail {
  position: relative;
  margin-top: 20px;
}

.shareSocail h6 {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}

.shareSocail ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  gap: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shareSocail ul li {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #00396C;
}

.shareSocail ul li a {
  text-decoration: none;
  color: #00396C;
}

.shareSocail ul li img {
  width: 40px;
  padding-right: 5px;
}

/*=============================
          videoWrapp
==============================*/
.videoWrapp {
  position: relative;
}

.videoWrappbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.videoWrapp .imgboxx {
  position: relative;
}

.videoWrapp .imgboxx img {
  position: relative;
  width: 100%;
}

.videoWrapp .imgboxx .playbtm {
  position: absolute;
  display: flex;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoWrapp .imgboxx .playbtm img {
  width: 100px;
}

.videoWrapp .accordion {
  position: relative;
}

.videoWrapp .accordion .accordion-item {
  margin-bottom: 15px;
  background: transparent;
  border: none;
  border-radius: 0;
}

.videoWrapp .accordion .accordion-item .accordion-body {
  padding: 1rem 1.25rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.videoWrapp .accordion .accordion-item .accordion-body p {
  font-size: 22px;
}

.videoWrapp .accordion .accordion-item .accordion-button {
  border: none;
  border-bottom: 2px solid #00396C;
  background: #CEFD5C;

  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  border-radius: 0;
  line-height: 120%;
  text-transform: capitalize;
  color: #00396C;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.videoWrapp .accordion .accordion-item .accordion-button.collapsed {
  box-shadow: none;
  border-bottom: 2px solid #00396C;
  background: transparent;
}

.videoWrapp .accordion .accordion-item .accordion-button:hover {
  border-bottom: 2px solid #00396C;
  background: #CEFD5C;
  color: #00396C;
}

.acedynPara {
  position: relative;
}

.acedynPara .ademy-rasa {
  position: relative;
  overflow: hidden;
}

.acedynPara .ademy-rasa img {
  object-fit: cover;
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.acedynPara .ademy-rasa:hover img {
  transform: scale(1.05);
}

.acedynPara .row {
  position: relative;
  justify-content: center;
  align-content: center;
}

.acedynPara .row .paradetails {
  position: absolute;
  width: 690px;
  height: 690px;
  display: flex;
  top: 50%;
  left: 73%;
  transform: translate(-50%, -50%);
  background: #00396C;
  flex-direction: column;
  padding: 50px;
  align-items: center;
  justify-content: center;
}

.acedynPara .row .paradetails .section-title h2 {
  color: #fff;
}

.acedynPara .row .paradetails .section-title h2 span {
  color: #CEFC5C;
  font-family: 'Covered By Your Grace';
}

.acedynPara .row .paradetails ul {
  padding-left: 0;
  margin-bottom: 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 450px;
  list-style: none;
}

.acedynPara .row .paradetails ul li {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  padding-left: 30px;
  position: relative;
  color: #fff;
}

.acedynPara .row .paradetails ul li:before {
  position: absolute;
  left: 0px;
  font-size: 32px;
  content: "\f105";
  top: 0px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.checkhheader {
  position: relative;
  background: #CEFD5C;
  text-align: center;
  padding: 30px 0px;
}

.program-logo {
  position: relative;
  height: 310px;
}

.checkhheaderBg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 1;
  width: 100%;
}

.programSelection {
  position: relative;
}

.programSelection .section-heading {
  position: relative;
  margin: 50px 0;
}

.programSelection .wieghtIMgg {
  position: relative;
  overflow: hidden;
}

.programSelection .wieghtIMgg img {
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.programSelection .wieghtIMgg:hover img {
  transform: scale(1.05);
}

.programSelection .section-heading:before {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 30px;
  height: 5px;
  background: #00396C;
  content: "";
}

.programSelection .section-heading h2 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  font-size: 30px;
  width: auto;
  line-height: 100%;
  color: #00396C;
  background: #fff;
  z-index: 99;
  border: 1px solid #00396C;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 10px;
  min-width: 300px;
  padding-right: 30px;
  padding: 17px 30px 17px 10px;
}

.programSelection .section-heading h2:before {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 5px;
  background: #CEFD5C;
  content: "";
}

.programSelection form p {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  margin-bottom: 25px;
}

.programSelection form label {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 110%;
  color: #282727;
}

.programSelection form .checkbox.style-f .checkbox__body {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  padding-left: 15px;
}

.programSelection form .form-control {
  width: 100%;
  display: flex;
  color: #000;
  background-color: transparent;
  border: none;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  height: 60px;
  padding: 0;
  border-bottom: 0.5px solid #00396C;
  border-radius: 0;
}

.programSelection form .form-control:focus {
  box-shadow: none;
}

.programSelection form .footertext textarea.form-control {
  border: 1px solid #00396C;
  height: 160px;
  padding: 10px;
}

.programSelection form .btn {
  color: #fff;
  width: 250px;
  background: #01294d;
}

.programSelection form .btn:hover {
  color: #01294d;
  background: #CEFC5C;
}

.programSelection form .footertext2 textarea.form-control {
  border: 1px solid #00396C;
  height: 300px;
  padding: 10px;
}

.programSelection form table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.landcheckk {
  position: relative;
  margin-bottom: 30px;
}

.landcheckk .commnradionchh ul {
  display: flex;
  list-style: none;
  margin-top: 17px;
  margin-bottom: 0;
  padding-left: 0;
  gap: 40px;
  justify-content: flex-start;
}

.landcheckk .commnradionchh ul li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 110%;
  color: #282727;
}

.programSelection form table .form-control {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  color: #282727;
  line-height: 110%;
  text-align: center;
  border-bottom: none;
}

.programSelection form th {
  text-align: left;
  font-weight: bold;
  font-style: italic;
  height: 70px;
}

.programSelection form td,
.programSelection form th {
  border-bottom: 2px solid #003366;
}

.programSelection form td {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  color: #282727;
  line-height: 110%;
  height: 90px;
}

.programSelection form th {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 24px;
  color: #282727;
  line-height: 100%;
  letter-spacing: 0%;
}

.programSelection form th:nth-child(1),
.programSelection form td:nth-child(1) {
  width: 20%;
  border-right: 1px solid #000000;
}

.programSelection form th:nth-child(2),
.programSelection form td:nth-child(2) {
  width: 20%;
  border-right: 1px solid #000000;
  text-align: center;
}

.programSelection form th:nth-child(3),
.programSelection form td:nth-child(3) {
  width: 60%;
  text-align: center;
}

.programSelection form tr:last-child td {
  border-bottom: none;
}


.commnradionchh ul {
  display: flex;
  list-style: none;
  margin-top: 17px;
  margin-bottom: 0;
  padding-left: 0;
  gap: 10px;
  justify-content: space-around;
}

.commnradionchh ul li {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.commnradionchh ul li input[type='radio'] {
  font-size: 3em;
  width: 20px;
  height: 20px;
  border: 4px solid #00396C;
  background: transparent;
  background-clip: border-box;
  border-radius: 50%;
  margin-top: 0;
  appearance: none;
  background: #00396C;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.commnradionchh ul li input[type='radio']:checked {
  border: 4px solid #00396C;
  width: 20px;
  background: #CEFD5C;
  height: 20px;
}

.listofcheckpost {
  position: relative;
  margin-bottom: 30px;
}

.listofcheckpost .titltl {
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  padding: 10px 30px 20px 50px;
  margin-bottom: 10px;
  border-bottom: 2px solid #00396C;
}

.listofcheckpost textarea.form-control {
  border: 1px solid #00396C;
  height: 300px !important;
  padding: 10px;
}

.listofcheckpost .commnradionchh {
  border-bottom: 2px solid #00396C;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 30px 20px 50px;
  margin-bottom: 10px;
  gap: 20px;
}

.listofcheckpost .commnradionchh ul {
  margin-top: 0;
  width: 20%;
}

.listofcheckpost .commnradionchh ul li {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 110%;
  color: #282727;
}

.listofcheckpost .commnradionchh label {
  width: 80%;
}

.tenlisting {
  margin-bottom: 40px;
}

.tenlisting .streesAns {
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.tenlisting .streesAns label {
  min-width: 220px;
}

.tenlisting .streesAns ul {
  margin-top: 0;
  gap: 40px;
}

.tenlisting .streesAns ul li {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-direction: column;
}

.tenlisting .streesAns ul li label {
  min-width: auto;
}


.checkoutCont {
  position: relative;
}

.checkoutContImg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  z-index: -1;
}

.checkoutContImg img {
  width: 100%;
}

.checkoutCont .contentbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  width: 100%;
}

.googlebtn {
  position: relative;
  max-width: 520px;
  background-color: #000;
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px 0px #00000040;
  height: 54px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.checkoutCont .cotnetn-detaiols {
  width: 46%;
  position: relative;
}

.checkouttForm {
  position: relative;
}

.checkouttForm .sectioncheck {
  position: relative;
  margin-bottom: 50px;
}

.checkouttForm .sectioncheck h4 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #00396C;
}

.checkouttForm .sectioncheck .top-sec {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

.checkouttForm .form-control,
.checkouttForm .form-select {
  width: 100%;
  display: flex;
  color: #000;
  background-color: transparent;
  border: none;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  height: 50px;
  padding: 0;
  border-bottom: 0.5px solid #00396C;
  border-radius: 0;
}

.checkouttForm .form-control:focus,
.checkouttForm .form-select:focus {
  box-shadow: none;
}

.checkouttForm p {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0;
}

.prodct-detaiols .pricesec {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.prodct-detaiols .pricesec .totals {
  width: 160px;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  color: #282727;
}

.prodct-detaiols .pricesec p {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  color: #282727;
}

.prodct-detaiols .pricesec .totals strong,
.prodct-detaiols .pricesec p strong {
  font-weight: 700;
  color: #00396C;
  font-size: 24px;
  line-height: 135%;
}

.checkouttForm .checkbox.style-f {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkouttForm .checkbox.style-f input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkouttForm .checkbox.style-f input:checked~.checkbox__checkmark {
  background-color: transparent;
}

.checkouttForm .checkbox.style-f input:checked~.checkbox__checkmark:after {
  transform: scale(1);
}

.checkouttForm .checkbox.style-f:hover input~.checkbox__checkmark {
  background-color: transparent;
}

.checkouttForm .checkbox.style-f .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1.5px solid #00396C;
  transition: background-color 0.25s ease;
  border-radius: 0;
}

.checkouttForm .checkbox.style-f .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 2.4px;
  top: 2.2px;
  width: 14px;
  height: 14px;
  border-radius: 0;
  display: block;
  background-color: #00396C;
  transform: scale(0);
  transition: transform 0.25s ease;
}

.commnradion {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.commnradion p {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}

.commnradion ul {
  display: flex;
  list-style: none;
  margin-top: 17px;
  margin-bottom: 0;
  padding-left: 0;
  gap: 10px;
}

.commnradion ul li {
  display: flex;
  gap: 5px;
  align-items: center;
}

.commnradion ul li input[type='radio'] {
  font-size: 3em;
  width: 20px;
  height: 20px;
  border: 4px solid #00396C;
  background: transparent;
  background-clip: border-box;
  border-radius: 50%;
  margin-top: 0;
  appearance: none;
  background: #00396C;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.commnradion ul li input[type='radio']:checked {
  border: 4px solid #00396C;
  width: 20px;
  background: #CEFD5C;
  height: 20px;
}

.checkouttForm .checkbox.style-f .checkbox__body {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
}

.prodct-detaiols {
  width: 46%;
}

.prodct-detaiols ul {
  list-style: none;
  padding-left: 0px;
}

.prodct-detaiols ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 0.5px solid #00396C;
  margin-bottom: 25px;
  gap: 20px;
}

.prodct-detaiols ul li .pro-img {
  width: 160px;
}

.prodct-detaiols ul li .detild {
  position: relative;
}

.prodct-detaiols ul li .detild h6 {
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 300;
  color: #282727;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
}

.prodct-detaiols ul li .detild p {
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 300;
  color: #282727;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 140%;
}

.line-detaiols {
  width: 2px;
  height: 100%;
  background: #00396C;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(50%, 0%);
}

.listFooter {
  position: relative;
  background: #00396C;
}

.logofoot {
  text-align: center;
}

/*=============================
        Admin Panel
==============================*/

.adminpanelWrap {
  position: relative;
  padding: 0;
}

.adminpanelWrap .top-head-nav {
  position: relative;
  background: #00396C;
  padding: 20px 0px;
}

.adminpanelWrap .top-head-nav .navwrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adminpanelWrap .top-head-nav .navwrapp .nav-pills {
  position: relative;
}

.adminpanelWrap .top-head-nav .navwrapp .nav-pills .nav-item {
  position: relative;
  padding: 0 12px;
}

.adminpanelWrap .top-head-nav .navwrapp .nav-pills .nav-item .nav-link {
  border-radius: 0;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  padding: 0 0px;
  color: #fff;
}

.adminpanelWrap .top-head-nav .navwrapp .nav-pills .nav-item .nav-link.active {
  background: transparent;
  color: #CEFD5CCC;
}

.adminpanelWrap .top-head-nav .navwrapp .nav-pills .nav-item .nav-link img {
  width: 35px;
}

.adminpanelWrap .top-head-nav .navwrapp .notibell {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.adminpanelWrap .top-head-nav .navwrapp .notibell .btn {
  background: transparent;
  border: none;
  padding: 0px;
  position: relative;
}

.adminpanelWrap .top-head-nav .navwrapp .notibell .btn span {
  position: absolute;
  background: #CEFD5C;
  transform: translate(-50%, -50%);
  left: 85%;
  top: 4px;
  height: 24px;
  width: 24px;
  border-radius: 50rem;
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  text-align: center;
}

.adminpanelWrap .top-head-nav .navwrapp .notibell .btn:focus {
  box-shadow: none;
}

.adminpanelWrap .content-body {
  position: relative;
  padding-bottom: 120px;
}

.adminpanelWrap .content-body p {
  background: #CEFD5CCC;
  text-align: center;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  padding: 10px 0px;
  color: #00396C;
}

.adminpanelWrap .content-body .admnbodyImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}

.contentdataBody {
  position: relative;
  padding-top: 30px;
}

.contentdataBody .tab-content .profiletop {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contentdataBody .tab-content .profiletop .leftsidee {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.contentdataBody .tab-content .profiletop .leftsidee h2 {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #00396C;
  margin-bottom: 0;
}

.contentdataBody .tab-content .profiletop .leftsidee .text {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #00396C;
  margin-bottom: 0;
}

.contentdataBody .tab-content .profiletop .imgProfile {
  position: relative;
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.contentdataBody .tab-content .profiletop .imgProfile img {
  border: 0.5px solid #FFFFFF;
  position: relative;
  width: 89px;
  height: 89px;
  border-radius: 50%;
}

.contentdataBody .tab-content .section-heading-admin {
  position: relative;
  padding-top: 0px;
  margin-top: 50px;
  padding-bottom: 40px;
}

.contentdataBody .tab-content .section-heading-admin .imgsssadm {
  position: absolute;
  top: 20%;
  overflow: hidden;
  left: -19%;
  z-index: -1;
}

.contentdataBody .tab-content .section-heading-admin:before {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 45px;
  height: 2px;
  background: #00396C;
  content: "";
  z-index: -1;
}

.contentdataBody .tab-content .section-heading-admin .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contentdataBody .tab-content .section-heading-admin .content h2 {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #00396C;
}

.contentdataBody .tab-content .section-heading-admin .content .editorbtn {
  position: relative;
}

.contentdataBody .tab-content .section-heading-admin .content .editorbtn a {
  border: 1px solid #00396C;
  padding: 7px 40px;
  color: #00396C;
  font-family: 'Univers LT Std';
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
}

.contentdataBody .tab-content .section-heading-admin .content .editorbtn a i {
  margin-left: 20px;
}

.contentdataBody .tab-content .section-heading-admin .content .editorbtn a:hover {
  background: #00396C;
  color: #fff;
}

.contentdataBody .tab-content .editorAdmin {
  position: relative;
  margin-top: 30px;
}

.contentdataBody .tab-content .editorAdmin .textt {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #000;
  letter-spacing: 0%;
}

.contentdataBody .tab-content .editorAdmin .facturasListt {
  margin-top: 35px;
}

.contentdataBody .tab-content .editorAdmin .facturasListt ul {
  margin: 0px;
  list-style: none;
  padding-left: 0px;
}

.contentdataBody .tab-content .editorAdmin .facturasListt ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.contentdataBody .tab-content .editorAdmin .facturasListt ul li .details {
  display: flex;
  width: 90%;
  justify-content: space-between;
}

.contentdataBody .tab-content .editorAdmin .facturasListt ul li .details .title,
.contentdataBody .tab-content .editorAdmin .facturasListt ul li .details .price {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  position: relative;
  line-height: 100%;
  color: #000;
}

.contentdataBody .tab-content .editorAdmin .facturasListt ul li .line {
  position: relative;
  width: 70%;
}

.contentdataBody .tab-content .editorAdmin .facturasListt ul li .line::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 18px;
  height: 2px;
  background: #000000;
  content: "";
  z-index: -1;
}

.contentdataBody .tab-content .editorAdmin .facturasListt ul li .imgbox {
  width: 10%;
  text-align: right;
}

.subscriptionWrapp {
  position: relative;
  margin-top: 50px;
}

.subscriptionWrapp ul {
  margin-bottom: 0rem;
  padding-left: 0;
  list-style: none;
}

.subscriptionWrapp ul li {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  color: #000;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscriptionWrapp ul li:last-child {
  margin-bottom: 0;
}

.subscriptionWrapp ul li .contentLinks a {
  padding: 2px 10px;
  text-decoration: none;
  color: #000;
}

.subscriptionWrapp ul li .contentLinks a.active,
.subscriptionWrapp ul li .contentLinks a:hover {
  background: #CEFD5CCC;
}

.subscriptionWrapp ul li .revonalBtn a {
  border: 1px solid #00396C;
  padding: 7px 40px;
  color: #00396C;
  font-family: 'Univers LT Std';
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
}

.subscriptionWrapp ul li .revonalBtn a {
  min-width: 170px;
  display: block;
}

.subscriptionWrapp ul li .revonalBtn a:hover,
.subscriptionWrapp ul li .revonalBtn a.active {
  background: #00396C;
  color: #fff;
}

.subscriptionWrapp ul li .contentLinksTwo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.subscriptionWrapp ul li .contentLinksTwo .texttt {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscriptionWrapp ul li .contentLinksTwo .colors {
  position: relative;
}

.subscriptionWrapp ul li .contentLinksTwo .colors .form-check-input {
  font-size: 3em;
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  background: #A03838;
  background-clip: border-box;
  border-radius: 50%;
  margin-top: 0;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.subscriptionWrapp ul li .contentLinksTwo .colors .form-check-input:checked {
  box-shadow: 0px 0px 0px 2px #000000;
  box-shadow: 0px 0px 0px 2px #00396C;
  border: 4px solid #fff;
  width: 28px;
  height: 28px;
}

.contentdataBody .tab-content .editorAdmin form .form-group {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contentdataBody .tab-content .editorAdmin hr {
  margin-top: 50px;
  height: 1px !important;
  background: #000000;
}

.contentdataBody .tab-content .editorAdmin form .form-group .form-control {
  width: 100%;
  display: flex;
  color: #000;
  background-color: transparent;
  border: none;
  font-family: 'Univers LT Std';
  height: 50px;
  padding: 0;
  border-bottom: 0.5px solid #00396C;
  border-radius: 0;
  font-weight: 300;
  padding-left: 20px;
  font-size: 24px;
  line-height: 100%;
}

.contentdataBody .tab-content .editorAdmin form .form-group .form-control:focus {
  box-shadow: none;
}

.contentdataBody .tab-content .editorAdmin form .form-group label {
  position: relative;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  top: 6px;
  min-width: 270px;
  border-bottom: 0.5px solid #00396C;
}

.contentdataBody .tab-content .editorAdmin form .button-admin {
  position: relative;
  text-align: right;
  margin-top: 60px;
}

.contentdataBody .tab-content .editorAdmin form .button-admin .submit {
  background: #00396C;
  border: 1px solid #00396C;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #fff;
  width: 457px;
  height: 66px;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
}
.contentdataBody .tab-content .editorAdmin form .button-admin .submit:hover{
  background: #CEFD5CCC;
      color: #00396C;
    border: 1px solid #CEFD5CCC;

}

.programWrapp {
  position: relative;
}

.programWrapp .articDetsil {
  position: relative;
  border: 0.5px solid #00396C;
}

.programWrapp .articDetsil h3 {
  background: #00396C;
  border-bottom: 0.5px solid #00396C;
  font-family: 'Univers LT Std';
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  display: flex;
  height: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.programWrapp .articDetsil .contentBix {
  position: relative;
  padding: 50px;
}

.programWrapp .articDetsil .contentBix h4 {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #00396C;
  text-align: center;
  margin-bottom: 30px;
}

.programWrapp .articDetsil .contentBix .text {
  position: relative;
}

.programWrapp .articDetsil .contentBix .text p {
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 20px;
  color: #00396C;
  margin-bottom: 35px;
  line-height: 1.4;
  background: transparent;
  text-align: left;
  padding: 0;
}

.programWrapp .articDetsil .contentBix .text h5 {
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  color: #00396C;
  margin-bottom: 10px;
  line-height: 1.4;
  background: transparent;
  text-align: left;
  padding: 0;
}

.programWrapp .articDetsil.articDetsilTwo {
  border-top: none;
}

.programWrapp .articDetsil .contentBix form {
  position: relative;
}

.programWrapp .articDetsil .contentBix form label {
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 24px;
  color: #00396C;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.programWrapp .articDetsil .contentBix form label img {
  width: 33px;
}

.programWrapp .articDetsil .contentBix form textarea.form-control {
  width: 100%;
  height: 232px;
  color: #00396C;
  background: #FFFFFFB2;
  border: 1px solid #00396C;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  color: #00396C;
  line-height: 1.4;
  text-align: left;
}

.programWrapp .articDetsil .contentBix form .form-control:focus {
  box-shadow: none;
}

.programWrapp .articDetsil .contentBix form textarea.form-control {
  color: #00396C;
  background: #FFFFFFB2;
  border: 1px solid #00396C;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  color: #00396C;
  line-height: 1.4;
  text-align: left;
}

.programWrapp .articDetsil .contentBix form .btn {
  position: relative;
  font-family: 'Covered By Your Grace';
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #00396C;
  padding: 10px 40px;
  color: #fff;
}

.programWrapp .articDetsil .contentBix form .btn:hover {
  background: #CEFD5CCC;
  border-color: #CEFD5CCC;
  ;
  color: #00396C;
}

.programWrapp .articDetsil .contentBix .crossfif {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.programWrapp .articDetsil .contentBix .crossfif .crossLIne {
  position: relative;
  width: 60%;
}

.programWrapp .articDetsil .contentBix .crossfif .crossLIne::before {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  content: "";
  height: 1px;
  background: #00396C;
}

.programWrapp .articDetsil .contentBix .crossfif .crosBOx {
  display: flex;
  gap: 10px;
  width: 20%;
  align-items: center;
  justify-content: flex-start;
}

.programWrapp .articDetsil .contentBix .crossfif .crosBOx p {
  margin-bottom: 0;
  line-height: normal;
}

.programWrapp .articDetsil .contentBix .crossfif .checkcenter {
  display: flex;
  gap: 10px;
  width: 20%;
  align-items: center;
  justify-content: flex-end;
}

.programWrapp .articDetsil .contentBix .crossfif .checkcenter p {
  margin-bottom: 0;
  line-height: normal;
}

.programWrapp .articDetsil .contentBix .crossfif .checkcenter {
  position: relative;
}

.programWrapp .articDetsil .contentBix .crossfif .checkcenter input[type="checkbox"] {
  position: relative;
  width: 80px;
  height: 40px;
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  border: 2px solid #00396C;
  border-radius: 20px;
  box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2);
  transition: 0.7s;
}

.programWrapp .articDetsil .contentBix .crossfif .checkcenter input:checked[type="checkbox"] {
  background: #00396C;
}

.programWrapp .articDetsil .contentBix .crossfif .checkcenter input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  background: #00396C;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: .5s;
}

.programWrapp .articDetsil .contentBix .crossfif .checkcenter input:checked[type="checkbox"]:before {
  left: 36px;
  background: #fff;
}


.programWrapp .accordion {
  position: relative;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button {
  background: #00396C;
  border: 0.5px solid #00396C;
  height: 80px;
  padding-right: 75px;
  color: #fff;
  position: relative;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button.accordion-red {
  color: #FF0000;
  border: 0.5px solid #FF0000;
  background: transparent;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button.accordion-grey {
  color: #00396C;
  border: 0.5px solid #00396C;
  background: #D9D9D9CC;
  border-top: none;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button:hover,
.programWrapp .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #CEFD5CCC;
  color: #00396C;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button.accordion-red:hover,
.programWrapp .accordion .accordion-item .accordion-header .accordion-button.accordion-red:not(.collapsed) {
  color: #FF0000;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button::before {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/offer-icon.webp);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button.accordion-red::before {
  background: url(../images/flecha-red.png);
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button.accordion-grey::before {
  background: url(../images/flecha.webp);
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button:hover::before,
.programWrapp .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  rotate: 45deg;
  background: url(../images/flecha.webp);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button:hover.accordion-red::before,
.programWrapp .accordion .accordion-item .accordion-header .accordion-button.accordion-red:not(.collapsed)::before {
  background: url(../images/flecha-red.png);
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button .textcontrol {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button .textcontrol .txtcntr {
  margin: auto;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}

.programWrapp .accordion .accordion-item .accordion-header .accordion-button .textcontrol .dtaiols {
  margin-left: auto;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  text-align: center;
  position: absolute;
  right: 0px;
}

.programWrapp .accordion .accordion-item {
  position: relative;
  background: transparent;
  border: none;
}

.programWrapp .accordion .accordion-item .accordion-body {
  border-left: 0.5px solid #00396C;
  border-right: 0.5px solid #00396C;
  border-bottom: 0.5px solid #00396C;
  background: transparent;
  position: relative;
}

.programWrapp .accordion .accordion-item .accordion-body .gymlist {
  position: relative;
}

.programWrapp .accordion .accordion-item .accordion-body .gymlist ul {
  position: relative;
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-top: 10px;
  gap: 20px;
  flex-wrap: wrap;
}

.programWrapp .accordion .accordion-item .accordion-body .gymlist ul li {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  display: flex;
  text-align: left;
  align-items: center;
}

.programWrapp .accordion .accordion-item .accordion-body .gymlist ul li a {
  color: #00396C;
  text-decoration: none;
}

.programWrapp .accordion .accordion-item .accordion-body .gymlist ul li img {
  width: 30px;
  margin-right: 10px;
}

.programWrapp .progbtnn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.programWrapp .progbtnn .date-row {
  width: 25%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.5px solid #00396C;
  padding: 7px 20px;
  background: #CEFD5CCC;
}

.programWrapp .progbtnn .date-row .txtbox {
  font-family: 'Univers LT Std';
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #00396C;
}

.programWrapp .progbtnn .date-row .btnnbox {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.programWrapp .progbtnn .date-row .btnnbox a {
  font-size: 24px;
  text-align: center;
  color: #00396C;
}

.programWrapp .progbtnn .title {
  width: 75%;
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #00396C;
}

.programWrapp .progbtnn .title::before {
  border-bottom: 7px solid #00396C;
  position: absolute;
  right: 0;
  height: 7px;
  width: 100%;
  background: #00396C;
  content: "";
  bottom: -5px;
}

/*newpageset*/
.newpageset {
  position: relative;
  padding: 0px;
}

.newpageset .container {
  max-width: 600px;
}

.newpageset .headerpage {
  position: relative;
  background: #00396C;

  padding: 25px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newpageset .headebelow {
  position: relative;
  padding: 25px 32px;
  display: flex;
  justify-content: space-between;
  border-bottom: 5px solid #CEFD5C;
  align-items: flex-start;
}

.newpageset .headerpage .contentNew {
  position: relative;
  text-align: right;
}

.newpageset .headerpage .contentNew h3 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: right;
  color: #fff;
}

.newpageset .headerpage .contentNew p {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  margin-bottom: 0;
  color: #fff;
}

.newpageset .headebelow .contentNeww {
  text-align: left;
}

.newpageset .headebelow .contentNewwt {
  text-align: right;
}

.newpageset .headebelow .contentNeww p {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
  color: #000;

}

.newpageset .footerNew {
  position: relative;
  background: #00396C;

}

.newpageset .footerNew ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0;
  height: 40px;
  list-style: none;
  padding-left: 0;
  align-items: center;
}

.newpageset .footerNew ul li {
  font-family: 'Univers LT Std';
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}

.newpageset .footerNew ul li a {
  color: #fff;
  display: flex;
  text-decoration: none;
  align-items: center;
}

.newpageset .footerNew ul li img {
  width: 22px;
  margin-right: 4px;
}

.newpageset .contnBoddy {
  position: relative;
  height: 530px;
}

.newpageset .contnBoddy .contnBoddyIMg {
  height: 445px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  width: 345px;
}

.newpageset .contnBoddy .InnreDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px 32px;
}

.newpageset .contnBoddy .InnreDiv .bottmdev {
  position: relative;
  padding-bottom: 35px;
}

.newpageset .contnBoddy .InnreDiv .bottmdev .exsoh {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.newpageset .contnBoddy .InnreDiv .bottmdev .indureo {
  position: relative;
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  width: 156px;
  margin: 14px 0px;
  height: 31px;
  display: flex;
  background: #CEFD5C;
  align-items: center;
  justify-content: center;
}

.newpageset .contnBoddy .InnreDiv .bottmdev h6 {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #000;
}

.newpageset .contnBoddy .InnreDiv .bottmdev .totaldev {
  border: 1px solid #00396C;
  padding: 10px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.newpageset .contnBoddy .InnreDiv .bottmdev .totaldev h3 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  margin-bottom: 0;

}

.newpageset .contnBoddy .InnreDiv .bottmdev .priceBox {
  display: flex;
  justify-content: flex-end;
}

.newpageset .contnBoddy .InnreDiv .bottmdev .priceBox ul {
  list-style: none;

  padding-left: 0;
  margin-bottom: 0;
}

.newpageset .contnBoddy .InnreDiv .bottmdev .priceBox ul li p {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
  color: #000;
}

.newpageset .contnBoddy .InnreDiv .bottmdev .priceBox ul li {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  gap: 70px;
}

.newpageset .contnBoddy .InnreDiv .topdevv {
  position: relative;
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}

.newpageset .contnBoddy .InnreDiv .topdevv h5 {
  font-family: 'Univers LT Std';
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #000;

}

.newpageset .contnBoddy .InnreDiv .topdevv p {
  font-family: 'Univers LT Std';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 0;
  color: #000;
}


/*=============================
          media
==============================*/
@media screen and (max-width:1400px) {
  .main-header .menu-box .navbar .navbar-nav>li a {
    font-family: 'Univers LT Std';
    font-size: 20px;
  }

  .bannerWrap .banner-content h1 {
    font-size: 60px;
  }

  .bannerWrap .banner-content p {
    font-size: 4rem;
  }

  .adminpanelWrap .top-head-nav .navwrapp .nav-pills .nav-item {
    padding: 0 8px;
  }

  .adminpanelWrap .top-head-nav .navwrapp .nav-pills .nav-item .nav-link {
    font-size: 18px;
  }

  .acedynPara .row .paradetails {
    position: absolute;
    width: 550px;
    height: 650px;
  }

  section {
    padding: 100px 0;
  }

  .adminpanelWrap .content-body {
    padding-bottom: 100px;
  }

  .program-cta {
    margin-top: 100px;
    padding: 100px 0;
  }

  .blogArticl .content h2 {
    font-size: 30px;
  }

  .mainfooter {
    position: relative;
    padding-top: 70px;
  }

  .blogArticl .content p {
    font-size: 22px;
  }

  .blogArticl .content .links img {
    width: 30px;
  }

  .section-title h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .section-title p {
    font-size: 18px;
  }

  .offerLisst .offerBox .content h3 {
    font-size: 26px;
  }

  .whychooseWrap .chooseBtn a {
    font-size: 26px;
    padding: 15px 20px;
  }

  .project-content ul li {
    font-size: 24px;
    line-height: 26px;
  }

  .appImgg img {
    width: 540px;
  }

  .accessWrap .accessList .listBOxx .content p {
    font-size: 18px;
  }

  .accessWrap .accessList {
    gap: 20px 0px;
  }

  .teammbersLIst {
    padding-top: 1.5rem;
  }

  .bottom-head {
    font-size: 60px;
  }

  .academyWrap .contentt p {
    font-size: 22px;
  }

  .section-title h3 {
    font-size: 70px;
    line-height: 56px;
  }

  .banneracademy .banner-content p {
    font-size: 24px;
  }

  .contenidoWrap .nav-pills .nav-link {
    height: 110px;
  }

  .contenidoWrap .nav-pills .nav-link .leftside span {
    font-size: 50px;
  }

  .contenidoWrap .nav-pills .nav-link .title {
    font-size: 28px;
  }

  .contenidoWrap .conten-top {
    margin-bottom: 45px;
  }

  .bottomSectiond .sucbrsdfsBtn {
    font-size: 50px;
  }

  .bottomSectiond .trail {
    font-size: 24px
  }

  .bottomSectiond .pricee {
    font-size: 32px;
  }

  .pro-img-thumb a img {
    height: 160px;
  }

  .procurtDetail {
    padding: 100px 0px;
  }

  .button-checkbnx.button-checkbnx-one ul li {
    width: 285px;
  }

  .button-checkbnx.button-checkbnx-one ul li label {
    padding: 15px 15px 15px 50px;
    height: 70px;
    font-size: 27px;
    line-height: 130%;
  }

  .button-checkbnx.button-checkbnx-two ul li label {
    padding: 25px 25px 25px 50px;
    height: 80px;
    font-size: 28px;
  }

  .checkoutContImg {
    width: 40%;
  }

  .contenidoWrap .rightImg .content p {
    font-size: 22px;
  }

  .programWrapp .progbtnn .date-row {
    width: 30%;
  }

  .programWrapp .progbtnn .title {
    width: 70%;
  }
}

@media screen and (max-width:1200px) {
  .main-header.fixed-header .container {
    max-width: 100%;
  }

  .pro-img-thumb a img {
    height: 130px;
  }

  .productSlider {
    padding: 55px 0px;
  }

  .programWrapp .progbtnn .date-row .txtbox {
    font-size: 18px;
  }

  .programWrapp .progbtnn .title {
    font-size: 40px;
  }

  .contenidoWrap .rightImg .content {
    padding: 30px;
  }

  .procurtDetail .productDetails .pluswrap {
    margin-top: 40px;
  }

  .contenidoWrap .rightImg .content p {
    font-size: 20px;
  }

  .contenidoWrap .rightImg .content h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .progrtab-details .prograam_nav .nav li .nav-link {
    height: 70px;
    font-size: 32px;
  }

  .button-checkbnxTeo ul li label {
    padding: 6px 45px;
    width: 250px;
    font-size: 24px;
    line-height: 130%;
  }

  .button-checkbnx.button-checkbnx-one ul li label,
  .button-checkbnx.button-checkbnx-two ul li label {
    font-size: 24px;
    padding: 20px 25px 20px 50px;
    height: 70px;
  }

  .contenidoWrap .nav-pills .nav-link {
    height: 92.9px;
    padding: 15px 90px 15px 30px;
    gap: 45px;
  }

  .contenidoWrap .nav-pills .nav-link .leftside span {
    font-size: 40px;
  }

  .contenidoWrap .nav-pills .nav-link .leftside {
    font-size: 18px;
  }

  .offerLisst .row {
    justify-content: center;
    gap: 25px 0;
  }

  .contenidoWrap .nav-pills .nav-link .title {
    font-size: 24px;
  }

  .section-title h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .portfolio-one__arrow {
    padding: 25px 30px;
  }

  .portfolio-one__arrow h4 {
    font-size: 30px;
    line-height: 24px;
  }

  .blogArticl .content h2 {
    font-size: 26px;
  }

  .bannerWrap .banner-content {
    margin: 7em auto 3em;
  }

  .blogArticl .blog-img {
    width: 50%;
  }

  .acedynPara .row .paradetails {
    height: auto;
  }

  .acedynPara .row .paradetails ul li {
    font-size: 22px;
  }

  .blogArticl .blog-img img {
    object-fit: cover;
    height: 300px;
  }

  .blogArticl .content {
    width: 48%;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .bannerWrap .banner-content h1 {
    font-size: 44px;
  }

  .bannerWrap .banner-content p {
    font-size: 3rem;
  }

  .whychooseWrap .container .col-lg-6 {
    padding-right: 50px;
  }

  .teamWrap .section-title h2 {
    font-size: 45px;
    padding: 20px 0;
    line-height: 60px;
  }

  .main-header .menu-box .navbar .navbar-nav>li a {
    padding: 5px 20px;
  }

  section {
    padding: 90px 0;
  }

  .adminpanelWrap .content-body {
    padding-bottom: 90px;
  }

  .program-cta {
    margin-top: 90px;
    padding: 90px 0;
  }

  .project-content {
    left: 30px;
    right: 30px;
  }

  .teamWrap .right-cont h2,
  .teamDetails .content h4 {
    font-size: 45px;
    line-height: 50px;
  }

  .section-title h3 {
    font-size: 60px;
    line-height: 50px;
  }

  .appImgg img {
    width: 500px;
  }

  .accessWrap .accessList .listBOxx .content h4 {
    font-size: 2rem;
  }

  .bottom-head {
    font-size: 50px;
  }

  .academyWrap .contentt {
    padding-right: 0;
  }

  .ctaWrap .container .readmore a,
  .bannerWrap .banner-content .readmore a {
    font-size: 30px;
  }

  .mainfooter {
    position: relative;
    padding-top: 50px;
  }

  .searchBar {
    width: 100%;
  }

  .banneracademy .banner-content p {
    font-size: 22px;
  }

  .countWraper .col-lg-3 .counting {
    font-size: 55px;
    line-height: 40px;
  }

  .program-cta .section-title h4 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .button-checkbnx ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    width: 300px;
  }

  .button-checkbnx ul li label {
    height: 70px;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 25px 20px 60px;
  }

  .button-checkbnx ul li .check {
    top: 25px;
    left: 25px;
  }

  .procurtDetail {
    padding: 90px 0px;
  }

  .tenlisting .streesAns ul {
    gap: 16px;
  }

  .programSelection form label {
    font-size: 20px;
  }

  .contentdataBody .tab-content .editorAdmin .facturasListt ul li .details .title,
  .contentdataBody .tab-content .editorAdmin .facturasListt ul li .details .price {
    font-size: 20px;
  }

  .programSelection form .form-control,
  .programSelection form p,
  .programSelection form .checkbox.style-f .checkbox__body {
    font-size: 20px;
  }

  .programSelection .section-heading h2 {
    font-size: 24px;
    padding: 14px 20px 14px 10px;
  }

  .contentdataBody .tab-content .editorAdmin .facturasListt ul li .imgbox img {
    width: 40px;
  }

  .adminpanelWrap .top-head-nav .navwrapp .notibell .btn img {
    width: 30px;
  }

  .adminpanelWrap .top-head-nav .navwrapp .nav-pills .nav-item .nav-link {
    font-size: 17px;
  }

  .adminpanelWrap .top-head-nav .navwrapp .nav-pills .nav-item .nav-link img {
    width: 28px;
  }

  .contentdataBody .tab-content .profiletop .leftsidee .text {
    font-size: 26px;
  }

  .contentdataBody .tab-content .profiletop .leftsidee h2,
  .contentdataBody .tab-content .section-heading-admin .content h2 {
    font-size: 50px;
  }

  .contentdataBody .tab-content .editorAdmin form .form-group .form-control {
    font-size: 20px;
  }

  .contentdataBody .tab-content .editorAdmin form .form-group label {
    font-size: 30px;
    top: 10px;
    min-width: 220px;
  }

  .contentdataBody .tab-content .editorAdmin form .button-admin .submit {
    width: 370px;
    height: 60px;
    font-size: 30px;
    line-height: 150%;
  }

  .subscriptionWrapp ul li {
    font-size: 20px;
  }

  .programWrapp .articDetsil .contentBix .crossfif .crosBOx {
    width: 35%;
  }

  .programWrapp .articDetsil .contentBix .crossfif .checkcenter {
    width: 20%;
  }

  .programWrapp .articDetsil .contentBix .crossfif .crossLIne {
    position: relative;
    width: 44%;
  }
}

@media screen and (max-width:992px) {
  .main-header.fixed-header .container {
    max-width: 720px;
  }

  .offcanvas {
    background: #00396C;
  }

  .offcanvas .offcanvas-header {
    justify-content: flex-end;
  }

  .offcanvas .offcanvas-header .offcanvas-title {
    display: none;
  }

  .offcanvas .offcanvas-header .btn-close {
    display: block;
    color: #00396C !important;
    padding: 0;
    opacity: 1;
    border: none;
    font-size: 18px;
    margin-bottom: 25px;
    height: 60px;
    border-radius: 50px;
    background: #CEFD5CCC;
    width: 60px;

  }

  .offcanvas .offcanvas-body {
    position: relative;
  }

  .offcanvas .offcanvas-body .nav {
    flex-direction: column;
    gap: 10px;
  }

  .offcanvas .offcanvas-body .nav .nav-item .nav-link {
    border-radius: 0;
    font-family: 'Univers LT Std';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: left;
    padding: 7px 0px 7px 15px;
    color: #fff;
    border: 1px solid #fff;
  }

  .offcanvas .offcanvas-body .nav .nav-item .nav-link.active,
  .offcanvas .offcanvas-body .nav .nav-item .nav-link:hover {
    color: #CEFD5CCC;
    background-color: #00396C;
  }

  .offcanvas .offcanvas-body .nav .nav-item .nav-link img {
    width: 30px;
  }



  .adminpanelWrap .top-head-nav .navwrapp .nav-pills {
    gap: 15px
  }

  .contentdataBody .tab-content .profiletop .leftsidee .text {
    font-size: 24px;
  }

  .adminpanelWrap .top-head-nav .navwrapp {
    gap: 25px;
  }

  .adminpanelWrap .top-head-nav .navwrapp .mobile-btnn {
    position: relative;
  }

  .adminpanelWrap .top-head-nav .navwrapp .mobile-btnn .btn {
    position: relative;
    padding: 10px 20px;
  }

  .adminpanelWrap .top-head-nav .navwrapp .mobile-btnn .btn i {
    position: relative;
    top: 4px;
  }

  .program-cta .section-title .readmore a {
    font-size: 30px;
  }

  .countWraper .col-lg-3:nth-child(2) .counting {
    border-right: none;
  }

  .countWraper .row {
    gap: 30px 0px;
  }

  .contentdataBody .tab-content .editorAdmin form .form-group label {
    font-size: 26px;
    top: 11px;
    min-width: 205px;
  }

  .blogheadList {
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    flex-direction: column;
  }

  .searchBar {
    margin-top: 20px;
    width: 100%;
  }

  .searchBar .search-bar {
    max-width: 100%;
  }

  .button-checkbnx-two ul {
    flex-direction: column;
    align-items: center;
  }

  .programWrapp .progbtnn {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }

  .programWrapp .progbtnn .title {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .contenidoWrap .rightImg .content {
    padding: 50px;
  }

  .bannerWrap .banner-content h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0;
  }

  .contenidoWrap .rightImg .content p {
    font-size: 24px;
  }

  .contenidoWrap .rightImg .content h4 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .pro-img-thumb a img {
    height: 176px;
  }

  .bannerWrap .banner-content {
    margin: 6em auto 2em;
  }

  .acedynPara .row .paradetails {
    position: relative;
    margin-top: 30px;
    left: 0;
    transform: none;
    top: 0px;
    width: 100%;
  }

  .procurtDetail .productDetails {
    margin-top: 50px;
  }

  .checkoutCont .contentbox {
    width: 100%;
    flex-direction: column;
  }

  .checkoutCont .cotnetn-detaiols,
  .prodct-detaiols {
    width: 100%;
  }

  .line-detaiols {
    display: none;
  }

  .navbar-toggler {
    padding: 0;
    display: block !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 0px;
    height: 45px;
    width: 45px;
    right: 15px;
    border: 1px solid #000 !important;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
  }

  .button-checkbnxTeo ul li label {
    width: 245px;
  }

  .acedynPara .row .paradetails ul {
    max-width: 100%;
  }

  .blogArticl {
    position: relative;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .blogArticl .blog-img,
  .blogArticl .content {
    width: 100%;
  }

  .contactWrappPage .contact-leftsec .contact-info {
    position: relative;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .contactWrappPage .contact-leftsec .contact-info h4 {
    font-size: 40px;
    margin-bottom: 8px;
  }

  .contactWrappPage {
    padding-top: 170px;
  }

  .contactWrappPage p {
    font-size: 50px;
    margin-top: 80px;
    padding-bottom: 15px;
  }

  .appImgg {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 9;
  }

  .teamWrap .teamLeft {
    margin-bottom: 70px;
  }

  .bottom-head {
    font-size: 40px;
  }

  .program-cta .section-title .readmore a {
    font-size: 26px;
  }

  .section-title h2 br {
    display: none;
  }

  .testimonal-single p {
    font-size: 20px;
    line-height: 120%;
  }

  .mainfooter .bottom-footer .copyrightt {
    flex-direction: column;
    gap: 15px;
  }

  .footerLogo {
    margin-bottom: 40px;
  }

  .footerLogo img {
    width: 70%;
    margin: auto;
  }

  .teamWrap .teamLeft .border-line {
    left: 30px;
    top: -30px;
    right: 30px;
    bottom: -30px;
  }

  .mainfooter {
    position: relative;
    padding-top: 40px;
  }

  .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 450px;
    padding: 40px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
  }

  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .main-header .menu-box .navbar {
    justify-content: flex-end;
  }

  .main-header .menu-box .navbar .navbar-nav>li.active a,
  .main-header .menu-box .navbar .navbar-nav>li a:hover {
    color: transparent;
  }

  .main-header .menu-box .navbar .navbar-nav>li a {
    display: block !important;
    padding: 13px 15px !important;
  }

  .main-header .menu-box .navbar .navbar-nav>li.active a,
  .main-header .menu-box .navbar .navbar-nav>li:hover a {
    display: block;
    color: #fff;
    background: #01294d;
  }

  .main-header .menu-box .navbar .nav-right-part {
    position: relative;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: 100px;
  }

  .main-header .menu-box .navbar .close-toggler {
    display: block;
    color: #fff;
    padding: 0;
    border: none;
    font-size: 18px;
    margin-bottom: 25px;
    height: 60px;
    border-radius: 50px;
    background: #01294d;
    width: 60px;
  }

  .main-header .menu-box .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
    gap: 0;
    list-style: none;
  }

  .contenidoWrap .conten-top {
    margin-bottom: 45px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }

  .contenidoWrap .conten-top {
    margin-bottom: 35px;
  }

  .shop_tab_outter .form-groupd {
    margin-top: 40px;
  }

  .contenidoWrap .conten-top .rightSiod ul li {
    text-align: center;
    font-size: 20px;
  }

  .main-header .menu-box .navbar .navbar-nav li {
    text-align: left;
    position: relative;
    float: none;
    padding: 0px 0;
    width: 100%;
    border-top: 1px solid #dfe2e9;
    border-left: none;
  }

  .btn {
    font-size: 26px;
  }

  .shop_tab_outter .readmoredf .btn {
    font-size: 32px;
  }

  .shopWrapp .shop_nav .nav.nav-pills .nav-link {
    font-size: 24px;
  }

  .shopWrapp .shop_nav {
    height: 70px;
  }

  .main-header .menu-box .navbar .navbar-nav li a {
    width: 100%;
    padding: 0;
    color: #393d48;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.5;
  }

  .main-header .menu-box .navbar .navbar-nav>li.menu-item-has-children>a::after {
    position: absolute;
    right: 12px;
    top: 10px;
    margin-left: 0;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background: #01294d;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 10;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a::after {
    position: absolute;
    right: 15px;
    top: 13px;
    margin-left: 0;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background: #01294d;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .main-header .menu-box .navbar .navbar-nav li:hover a::after {
    color: #01294d;
    background: #fff;
  }

  .main-header .menu-box .navbar .navbar-nav li.active a::after {
    color: #01294d;
    background: #fff;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li {
    padding: 0;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li>ul>li {
    padding: 0;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li>a {
    color: #01294d !important;
    background: #fff !important;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li:hover>a {
    background: #01294d !important;
    color: #fff !important;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li>ul>li a {
    color: #01294d !important;
    background: #fff !important;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li>ul>li a:hover {
    color: #fff !important;
    background: #01294d !important;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a:hover::after {
    background: #fff !important;
    color: #01294d !important;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li>ul {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }

  .offerLisst .offerBox {
    min-height: auto !important;
  }

  .main-header .menu-box .navbar .navbar-nav>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 45px;
    z-index: 9999;
  }

  .main-header .logo {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }

  .whychooseWrap::before {
    width: 100%;
  }

  .main-header .logo img {
    width: 300px;
  }

  .progrtab-details .prograam_nav .section-title {
    margin-bottom: 20px;
  }

  .programmWrap .text-end {
    text-align: center !important;
  }

  .progrtab-details .prograam_nav .nav {
    justify-content: center;
    position: relative;
    z-index: 99;
  }

  .detasilprsm5ms {
    position: relative;
    margin-bottom: 35px;
  }

  .blog-detailWrap .blog_article .title {
    font-size: 30px;
  }

  .firstRightSide .fiorstDesotNd ul li,
  .firstRightSide .fiorstDesotNd ul p,
  .firstRightSide .fiorstDesot ul li,
  .firstRightSide .fiorstDesotTwo ul li {
    font-size: 20px;
  }

  .bottomSectiond .sucbrsdfsBtn {
    font-size: 40px;
  }

  .bottomSectiond .pricee {
    font-size: 28px;
    padding-bottom: 5px;
  }

  .section-title h2,
  .section-title p {
    text-align: center;
  }

  .whychooseWrap .container .col-lg-6 {
    padding-right: 15px;
  }

  .tabsprogram {
    margin-top: 50px;
  }

  .blog-detailWrap .nextBlog .catorgy-nxt {
    align-items: center;
    gap: 15px;
    flex-direction: column;
  }

  .blog-detailWrap .nextBlog .catorgy-nxt .nextBtn {
    flex-wrap: wrap;
  }

  .blog-detailWrap .blog_article .text-box ul li,
  .blog-detailWrap .blog_article .text-box ol li,
  .blog-detailWrap .blog_article .text-box p {
    font-size: 20px;
  }

  .programWrapp .progbtnn .date-row {
    width: 70%;
  }

  .next-box-details .blogNext_box .content h5 {
    font-size: 24px;
  }

  .banneracademy .banner-content p {
    font-size: 22px;
  }

  .programWrapp .articDetsil .contentBix {
    padding: 35px;
  }

  .programWrapp .articDetsil .contentBix h4 {
    font-size: 36px;
  }
}

@media screen and (max-width:767px) {
  .bannerWrap .banner-content h1 {
    font-size: 32px;
  }

  .programWrapp .articDetsil .contentBix h4 {
    font-size: 30px;
  }

  .programWrapp .articDetsil .contentBix form .btn {
    font-size: 28px;
  }

  .programWrapp .articDetsil .contentBix form label {
    font-size: 20px;
  }

  .contentdataBody .tab-content .editorAdmin form .form-group {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .contentdataBody .tab-content .editorAdmin form .form-group .form-control {
    padding-left: 0px;
  }

  .bannerWrap .container {
    max-width: 100%;
  }

  .blogBreadcrubd .content-blog.titlee h1 {
    font-size: 30px;
    line-height: 110%;
  }

  section {
    padding: 70px 0;
  }

  .adminpanelWrap .content-body {
    padding-bottom: 70px;
  }

  .program-cta {
    margin-top: 70px;
    padding: 70px 0;
  }

  .bannerWrap .banner-content p {
    font-size: 2.5rem;
  }

  .content-blog ul {
    justify-content: center;
  }

  .bannerWrap .banner-content {
    margin: 6em auto 2em;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .programWrapp .accordion .accordion-item .accordion-header .accordion-button .textcontrol .txtcntr {
    font-size: 18px;
  }

  .offerWrap .offerLisst {
    position: relative;
    margin-top: 30px;
  }

  .procurtDetail .productDetails .redtext a {
    font-size: 20px;
  }

  .productSlider .mini-head {
    font-size: 36px;
  }

  .pro-img-thumb a img {
    height: 110px;
  }

  .subscriptionWrapp ul li .revonalBtn a {
    font-size: 20px;
    width: 150px;
  }

  .subscriptionWrapp ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
    justify-content: center;
    gap: 20px;
  }

  .contenidoWrap .col-lg-6 {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .contenidoWrap .rightImg .content p {
    font-size: 20px;
  }

  .contenidoWrap .rightImg .content {
    padding: 25px;
  }

  .contenidoWrap .rightImg .content h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .procurtDetail {
    padding: 70px 0px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title h3 {
    font-size: 40px;
    line-height: 30px;
  }

  .searchBar .search-bar .form-control {
    font-size: 24px;
  }

  .latesNews .newssLoop {
    margin-top: 20px;
  }

  .searchBar .search-bar .btn {
    font-size: 24px;
  }

  .teamWrap .section-title h2 {
    font-size: 40px;
    padding: 10px 0;
    line-height: 50px;
  }

  .academyWrap .contentt p {
    font-size: 20px;
  }

  .program-cta .section-title .readmore a {
    font-size: 24px;
  }

  .section-title h2 br,
  .section-title p br {
    display: none;
  }

  .blogBreadcrubd .content-blog h1 {
    text-align: center;
    font-size: 50px;
    line-height: 120%;
  }

  .videoWrapp .accordion .accordion-item .accordion-button,
  .acedynPara .row .paradetails ul li {
    font-size: 20px;
  }

  .blogBreadcrubd .content-blog p {
    text-align: center;
    font-size: 26px;
    line-height: 110%;
  }

  .blogBreadcrubd {
    padding: 175px 0 50px;
  }

  .bannerWrap .banner-content h1 br {
    display: none;
  }

  .mainmodall .modal-dialog .modal-body {
    position: relative;
    padding: 10px 20px 0px;
  }

  .mainmodall .modal-dialog .mainformas .nav-tabs .nav-item .nav-link,
  .mainmodall .modal-dialog .mainformas .nav-tabs .nav-item .nav-link.active {
    font-size: 24px;
  }

  .shopWrapp .tab-content {
    position: relative;
    padding: 40px 0px;
  }

  .checkbox.style-f .checkbox__body,
  .mainmodall .modal-dialog .mainformas .tab-content form .form-control,
  .mainmodall .modal-dialog .mainformas .tab-content form p {
    font-size: 20px;
  }

  .mainmodall .modal-dialog .mainformas .tab-content form .btn-secondary {
    font-size: 30px;
  }

  .banneracademy .banner-content p {
    font-size: 20px;
  }

  .offerWrapTwo .offerLisst .offerBox p {
    font-weight: 400;
    font-size: 20px;

  }

  .shopWrapp .tab-content .product-des .contn-details h3 {
    font-size: 20px;
  }

  .videoWrapp .imgboxx .playbtm img {
    width: 70px;
  }

  .countWraper .col-lg-3 .counting {
    border-right: none;
  }

  .countWraper .col-lg-3 h5 {
    margin-top: 15px;
  }

  .button-checkbnx ul {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .programSelection form td,
  .programSelection form th {
    font-size: 18px;
  }

  .programSelection .section-heading h2 {
    font-size: 20px;
    padding: 14px 20px 14px 10px;
  }

  .contentdataBody .tab-content .section-heading-admin .imgsssadm {
    display: none;
  }

  .tenlisting .streesAns {
    margin-top: 30px;
    flex-direction: column;
  }

  .contentdataBody .tab-content .profiletop .leftsidee {
    max-width: 250px;
    width: 60%;
  }

  .contentdataBody .tab-content .profiletop .imgProfile {
    position: relative;
    width: 40%;
  }

  .landcheckk .commnradionchh ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;


  }

  .contentdataBody .tab-content .editorAdmin .textt {
    font-size: 30px;
    text-align: center;
  }

  .contentdataBody .tab-content .editorAdmin .facturasListt ul li .line {
    position: relative;
    width: 0;
  }

  .contentdataBody .tab-content .profiletop .leftsidee h2,
  .contentdataBody .tab-content .section-heading-admin .content h2 {
    font-size: 40px;
  }

  .contentdataBody .tab-content .editorAdmin .facturasListt ul li .imgbox {
    width: 15%;
    text-align: right;
  }

  .contentdataBody .tab-content .section-heading-admin .content .editorbtn a {
    font-size: 20px;
  }

  .contentdataBody .tab-content .editorAdmin form .form-group label {
    top: 0px;
    margin-bottom: 16px;
    min-width: 100%;
    border-bottom: none;
  }

  .contentdataBody .tab-content .editorAdmin form .button-admin .submit {
    width: 290px;
  }

  .contentdataBody .tab-content .editorAdmin form .button-admin {
    position: relative;
    text-align: center;
    margin-top: 35px;
  }

  .programWrapp .articDetsil .contentBix .crossfif .crossLIne {
    display: none
  }

  .programWrapp .articDetsil .contentBix .crossfif .checkcenter {
    width: 40%;
  }
.programWrapp .accordion .accordion-item .accordion-header .accordion-button .textcontrol .dtaiols{
  font-size: 18px;
}
  .programWrapp .articDetsil .contentBix {
    padding: 25px;
  }
  .subscriptionWrappTwo ul li{
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width:575px) {
  .bannerWrap .banner-content h1 {
    font-size: 28px;
  }

  .bannerWrap .banner-content p {
    font-size: 2rem;
  }

  .progrtab-details .prograam_nav .nav li {
    font-size: 30px;
  }

  .progrtab-details .prograam_nav .nav li .nav-link {
    height: 55px;
    font-size: 24px;
  }

  section {
    padding: 60px 0;
  }

  .adminpanelWrap .content-body {
    padding-bottom: 60px;
  }

  .program-cta {
    margin-top: 60px;
    padding: 60px 0;
  }

  .firstRightSide .fiorstDesot h3 {
    font-size: 28px;
  }

  .navbar-collapse {
    width: 80%;
    padding: 25px;
  }

  .pro-img-thumb a img {
    height: 75px;
  }

  .main-header .logo img {
    width: 220px;
  }

  .navbar-toggler {
    top: -5px;
  }

  .pro-img-thumb.thumb-vertical a {
    display: block;
    margin-bottom: 20px;
  }

  .next-box-details .blogNext_box .content ul li {
    font-size: 18px;
  }

  .next-box-details .blogNext_box .content ul {
    gap: 5px;
  }

  .banneracademy .banner-content p {
    font-size: 20px;
  }

  .contentdataBody .tab-content .section-heading-admin .content .editorbtn a {
    width: auto;
    padding: 10px 20px;
  }

  .shopWrapp .shop_nav .nav.nav-pills .nav-link {
    font-size: 20px;
    padding: 7px;
  }

  .contentdataBody .tab-content .section-heading-admin .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
  }
    .programWrapp .accordion .accordion-item .accordion-header .accordion-button .textcontrol .txtcntr{
        font-size: 18px;
        margin-left: 0;
    }
  .contentdataBody .tab-content .profiletop .leftsidee h2,
  .contentdataBody .tab-content .section-heading-admin .content h2 {
    font-size: 36px;
  }

  .shopWrapp .shop_nav {
    height: 60px;
  }

  .contentdataBody .tab-content .section-heading-admin:before {

    bottom: 20px;
  }

  .adminpanelWrap .top-head-nav .navwrapp .nav-pills .nav-item .nav-link {
    font-size: 15px;
  }

  .prodct-detaiols ul li .pro-img {
    width: 130px;
  }

  .prodct-detaiols ul li .detild h6 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .contenidoWrap .rightImg .content {
    padding: 5px;
  }

  .contenidoWrap .rightImg .content p {
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .table {
    width: 800px;
    font-size: 12px;
    /* Reduce font size for smaller screens */
  }

  .table th,
  .table td {
    white-space: nowrap;
    /* Prevent text wrapping */
  }

  .shop_table .colors .form-check-input:checked {
    height: 18px;
    width: 18px;
  }
}