@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;1,100;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;1,100;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital@0;1&family=Zain:wght@200;300;400;700;800;900&display=swap');

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
}
li {
    list-style: none;
}

a {
    text-decoration: none;
    font: inherit;
}

img, a {
    display: block;
}

button {
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
}

html {
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

section, footer {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 35%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  margin-top:5rem;    
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.clickable {
  cursor:pointer;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@media (min-width: 992px) {
    section, footer {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
}

.text-orange {
    color: #F17921;
}

.text-blue {
    color: #21A1E0;
}

.bronze{
    background: linear-gradient(180deg, #391B04 0%, rgba(104, 57, 22, 0) 397.14%) ;
}
.silver{
    background: linear-gradient(180deg, #404040 0%, #ABABAB 215.82%);
}
.gold {
    background: linear-gradient(180deg, #F1D021 0%, rgba(241, 121, 33, 0) 363.81%);
}
.platinum{
    background: linear-gradient(106.29deg, #7C16FF 38.69%, #AA66FF 110.32%);
}
.diamond {
    background: linear-gradient(180deg, #00F3E5 0%, rgba(4, 38, 34, 0.0802085) 210.05%);
}
.enterprise{
    background: linear-gradient(103deg, #AB0BAE 11.71%, #5D005F 102.68%);
}
.blue{
     background: linear-gradient(180deg, #064E6E 0%, #006693 100%);
}

.btn {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4.5px;
    color: #fff;
    padding: 8px 16px;
    margin-right: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: auto;*/
    /*width: 75%;*/
}
.w-75{
     width: 75%;
}
.btn .btn-text {
    position: relative;
    z-index: 5;
}

.btn-primary {
    background-color: #0096D9;
}
.btn-warning {
    background-color: orange;
}
.btn-success {
    background-color: #00ff00;
}
.btn-primary:hover {
    background-color: #0d6efd;
}

.btn-secondary {
    color: #f8f9fa;
    border: solid 1px #f8f9fa;
}

.btn-secondary:hover {
    background-color: #f8f9fa;
    color: #212529;
}

.btn-tertiary {
    background-color: #FF7C1A;
}

.btn-tertiary:hover {
    background-color: #FF7C1A;
}

.container {
    background: #fff;
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
}

.navbar-upper {
    background-color: #064E6E;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.navbar-upper .nu-mid {
    order: 1;
    width: 100%;
    margin: 20px;
}

.navbar-upper .nu-left {
    order: 3;
    padding: 0 20px 0px 20px;
    margin-bottom: 20px;
    border-right: 1px solid #FFFFFF;
}

.navbar-upper .nu-right {
    order: 3;
    padding: 0 20px 0px 20px;
    margin-bottom: 20px;
}

.navbar {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 1440px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 1rem;
    box-shadow: 0 10px 20px -5px hsla(0, 0%, 0%, 0.03);
    z-index: 100;
}

.navbar .navbar-brand img{
    height: 3.5rem;
}

.sticky {
    position: fixed;
    top: 0;
}
.sticky .navbar-nav{
    top:102%;
}
.navbar-nav {
    position: absolute;
    background: #fff;
    /*top: calc(100% + 40px);*/
    top: 25%;
    left: 30px;
    right: 30px;
    text-align: center;
    box-shadow: 0 10px 30px -5px hsla(0, 0%, 0%, 0.025);
    padding: 30px;
    border-radius: 8px;
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    z-index:1000;
}

.nav-item a {
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    color: #006693;
    transition: 0.25s ease;
}

.nav-item:not(:last-child) a {
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
}

.nav-item a:hover {
    color: #F17921;
}

.navbar-nav.active {
    animation: menuPopup 0.5s ease forwards;
    pointer-events: all;
}

@keyframes menuPopup {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.nav-toggle-btn {
    background: #064E6E;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.nav-toggle-btn span {
    background: #fff;
    width: 30px;
    height: 2px;
    transition: 0.25s ease;
}

.nav-toggle-btn.active .one {
    transform: rotate(45deg) translate(3px, 3px);
}

.nav-toggle-btn.active .two {
    display: none;
}

.nav-toggle-btn.active .three {
    transform: rotate(-45deg) translate(2px, -2px);
}

@media (min-width: 992px) {
    .navbar-upper {
        justify-content: space-between;
        align-items: center;
        padding: 10px 6rem;
    }
    .navbar-upper .nu-mid {
        order: 2;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .navbar-upper .nu-left {
        order: 1;
        border-right: none;
        margin: 0;
        padding: 0;
    }
    .navbar-upper .nu-right {
        order: 3;
        margin: 0;
        padding: 0;
    }
    .navbar {
        padding: 10px 6rem;
    }
    .navbar-nav {
        background: transparent;
        position: static;
        box-shadow: none;
        padding: 0;
        opacity: 1;
        transform: scale(1);
        pointer-events: all;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .nav-item:not(:last-child) a {
        border-bottom: none;
    }
    .nav-toggle-btn {
        display: none;
    }
}

.home {
    background-color: #003851;
    position: relative;
    padding: 80px 15px 0;
    overflow: hidden;
}

.home-left {
    margin-bottom: 60px;
}

.home-left,
.home-right {
    position: relative;
    z-index: 10;
}

.section-text {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.main-heading {
    color: #E4F8FF;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
}

.home .section-text {
    max-width: 500px;
    margin-bottom: 30px;
}

.home-btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home-right .img-box {
    justify-content: center;
}

.home-right .img-box .banner-img {
    position: relative;
    width: 36rem;
    max-width: 100%;
    margin: auto;
    z-index: 2;
}

@media (min-width: 992px) {
    .home {
        display: flex;
        
    }
    .home-left {
        width: 50%;
    }
    .home-right {
        width: 50%;
        justify-content: left;
    }
    .home-right .img-box .banner-img {
        margin-left: 0px;    
    }
}

.features {
    background-color: #fff;
    padding: 30px 0 30px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.section-title {
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    color: #064E6E;
}

.section-subtitle {
    border-radius: 8px;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    margin: 20px 0;
}

.section-subtitle p {
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
    text-transform: uppercase;
    color: #064E6E;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.mSlideImg {
    display: block;
    /*width:100%;*/
}

.dSlideImg {
    display: none;
    width:100%;
}

.tab-content {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
    width: 100%;
    margin: 20px;
    text-align: left;
}

.tab-content .tc-upper {
    background-color: #064E6E;
    color: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: center;
}

.tab-content .tc-upper svg {
    margin-right: 15px;
}

.tab-content .tc-lower {
    padding: 30px 20px 30px 20px;
    border: 1px solid #064E6E;
    border-radius: 0px 0px 15px 15px;
    display: flex;
    flex-flow: column;
}

.tab-content .tc-lower .tcl-left {
    display: flex;
    align-items: center;
}

.tab-content .tc-lower .tcl-left .list li {
    font-family: 'Montserrat', sans-serif;
    color: #064E6E;
    font-size: 15px;
    font-weight: 600;
    line-height: 128%;
    margin-left: 1rem;
    list-style-image: url(images/circle.svg);
}

.tab-content .tc-lower .tcl-left .list li span {
    position: relative;
    top: -4px;
}

.tab-content .tc-lower .tcl-right {
    display: flex;
    align-items: center;
}

.tab-content .tc-lower .tcl-right svg {
    width: 350px;
}

.tab-content .tc-lower .tcl-right img {
    width: 100%;
}

.swiper-1 {
	display: none;
	flex-flow: row;
	justify-content: center;
	position: relative !important;
	top: 10px;
	width: auto !important;
	left: auto !important;
	margin: 0;
}

.swiper-1 img {
    width: 3rem;
    height: 3rem;
    margin: 5px auto 5px auto;
}

.swiper-1 .swiper-pagination-bullet {
    padding: 5px 10px;
    border-radius: 0;
    width: 8rem !important;
    height: 8.5rem;
    border-radius: 10% !important;
    text-align: center;
    /* line-height: 20px; */
    font-size: 17px;
    color: #064E6E;
    opacity: 1;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.swiper-1 .swiper-pagination-bullet-active {
	/*color:#fff;*/
	box-shadow: 2px 3px 11px #c9c7c7;
	background: #CFEFFF !important;
}

@media (min-width: 992px) {
    .section-title {
        font-size: 40px;
        line-height: 42px;
        font-weight: 700;
    }
    .dSlideImg {
        display: block;
    }
    .mSlideImg {
        display: none;
    }
    .tab-content .tc-lower {
        flex-flow: row;
    }
    .tab-content .tc-lower .tcl-left {
        width: 50%;
        padding-left: 4rem;
        align-items: center;
    }
    .tab-content .tc-lower .tcl-left .list {
        line-height: 3rem;
    }
    .tab-content .tc-lower .tcl-left .list li {
        font-size: 17px;
        font-family: 'Montserrat', sans-serif;
        line-height:41px;
    }
    .tab-content .tc-lower .tcl-right {
        width: 50%;
        align-items: center;
        justify-content: center;
    }
    .tab-content .tc-lower .tcl-right svg {
        width: 508px;
    }
    .tab-content .tc-lower .tcl-right img {
        height: 15rem;
        width: 30rem;
    }
    .swiper-1 {
        display: flex;
    }
    .swiper-scrollbar {
        display: none;
    }
}

.refferal-program {
    background-color: #003750;
}

.rp-left {
    padding: 20px 0 20px 0;
    color: #fff;
}

.rp-left img {
    margin: 10px 0;
}

.rp-left p {
    margin: 5px 0;
    font-size: 22px;
}

.rp-left h1 {
    margin: 10px 0;
    font-size: 40px;
    font-weight: 600;
}

.rp-right {
    padding: 20px 0 20px 0;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.rp-right .box-step {
    position: relative;
    margin: 0 5px 5px 0;
    height: 170px;
    width: 48%;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
}

.rp-right .step-1 {
    background-color: #F3FFE9;
}
.rp-right .step-2 {
    background-color: #E4F8FF;
}
.rp-right .step-3 {
    background-color: #FFF2FC;
}
.rp-right .step-4 {
    background-color: #E9FFFA;
}
.rp-right .step-5 {
    background-color: #FFF2F2;
}
.rp-right .step-6 {
    background-color: #FDFFEA;
}

.rp-right .box-step span {
    margin: 5px 0 0 5px;
    padding: 2px;
    width: 3.5rem;
    background-color: #064E6E;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 125%;
}

.rp-right .box-step h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    color: #064E6E;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 15%;
}

.rp-right .box-step svg {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}

@media (min-width: 992px) {
    .refferal-program {
        display: flex;
    }
    .rp-left {
        width: 40%;
        align-items: center;
    }
    .rp-right {
        width: 60%;
    }
    .rp-right .box-step {
        width: 30%;
        height: 13rem;
    }
    .rp-right .box-step h3 {
        font-size: 23px !important;
        line-height: 27px;
        margin-top: 10%;
        word-break:break-word;
    }
}

.reviews {
    padding: 20px 0 20px 0;
}

.reviews h1 {
    margin: 10px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    color: #064E6E;
    margin: 10px 0 10px 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper{
    padding-bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px !important;
}

.swiper .s-2 span {
    height: 10px !important;
    width: 10px !important;
    border-radius: 1% !important;
}

.cardlayout {
    font-family: 'Montserrat', sans-serif;
  background-color: #E6F0F6;
  margin-top: 80px;
  padding: 10px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items:center;
  border-radius: 1rem;
  box-shadow: 0px 2.57633px 8.15838px rgba(6, 78, 110, 0.14);
}

.cardlayout .card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%);
    overflow: hidden;
}

.cardlayout .card-img  img {
    height: 100px;
    width: 100px;
}

.cardlayout h4 {
    color: #064E6E;
    font-size: 14px;
}

.cardlayout h5 {
    color: #064E6E;
    font-size: 16px;
    font-weight: 600;
}

.cardlayout p {
    color: #064E6E;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
}

.apps {
    background-color: #E6F0F6;
    padding-top: 40px;
}

.apps .apps-left {
    color: #064E6E;
}

.apps .apps-left .app-link {
    display: flex;
    margin: 20px 0 20px 0;
}

.apps .apps-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apps .apps-right img {
    width: 100%;
}

@media (min-width: 992px) {
    .apps {
        display: flex;
    }
    .apps .apps-left {
        width: 50%;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .apps .apps-left h4 {
        font-size: 1.5rem;
    }
    .apps .apps-left h1 {
        font-size: 3rem;
    }
    .apps .apps-right {
        width: 50%;
    }
    .apps .apps-left .app-link svg {
        height: 3rem;
        width: 11rem;
    }
}

.pricing {
    background-color: #fff;
    padding: 40px 0 ;
}

.pricing h1 {
    text-align: center;
    font-weight: 600;
    color: #064E6E;
    margin: 15px;
}

.pricing .pricing-container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pricing .pricing-container .pricing-box {
    width: 45%;
    margin: 0.4rem;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
}

.pricing .pricing-container .pricing-box .pb-upper {
    border-radius: 15px 15px 0 0;
    color: #fff;
    padding: 0.5rem 1rem;
    box-shadow: 0px 8.6876px 23.4565px rgba(0, 0, 0, 0.16);
}

.pricing .pricing-container .pricing-box .pb-mid {
    border-radius: 0 0 15px 15px;
    padding: 1rem 0.5rem;
    color: #064E6E;
    font-weight: 400;
}

.pricing .pricing-container .pricing-box .pb-lower {
    display: none;
    margin: 0 0 1rem 3rem;
    color: #002643;
    font-size: 15px;
    text-align: left;
    line-height: 30px;
}

.pricing .pricing-mid {
    color: #002643;
    margin: 1rem 0 0 3rem;
}

.pricing .pricing-mid p {
    margin-top: 10px;
}

.pricing .pricing-lower {
    margin-top: 0.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #002643;
    padding: 0.5rem 0;
}

.pricing .pricing-lower span {
    width: 90%;
    background: #064E6E;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
}

.pricing .pricing-lower a {
    margin-top: 1rem;
}

.pricing .pricing-container .bronze .pb-upper {
    background: linear-gradient(180deg, #391B04 0%, rgba(104, 57, 22, 0) 397.14%);
}
.pricing .pricing-container .silver .pb-upper {
    background: linear-gradient(180deg, #404040 0%, #ABABAB 215.82%);
}
.pricing .pricing-container .gold .pb-upper {
    background: linear-gradient(180deg, #F1D021 0%, rgba(241, 121, 33, 0) 363.81%);
}
.pricing .pricing-container .platinum .pb-upper {
    background: linear-gradient(106.29deg, #7C16FF 38.69%, #AA66FF 110.32%);
}
.pricing .pricing-container .diamond .pb-upper {
    background: linear-gradient(180deg, #00F3E5 0%, rgba(4, 38, 34, 0.0802085) 210.05%);
}
.pricing .pricing-container .enterprise .pb-upper {
    background: linear-gradient(103deg, #AB0BAE 11.71%, #5D005F 102.68%);
}

@media (min-width: 992px) {
    .pricing .pricing-container .pricing-box {
        width: 30%;
    }
    .pricing .pricing-container .pricing-box .pb-mid {
        font-size: 25px;
    }
    .pricing .pricing-container .pricing-box .pb-lower {
        display: block;
    }
    .pricing .pricing-mid {
        display: none;
    }
    .pricing .pricing-lower span {
        width: 60%;
    }
}

.partners {
    background-color: #fff;
    padding: 40px 0 ;
}

.partners h1 {
    text-align: center;
    font-weight: 600;
    color: #064E6E;
    margin: 15px;
}

.partners .prtn-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    flex-wrap: wrap;
}

.partners .prtn-logo img {
    width: 25%;
    margin: 12px;
}

@media (min-width: 992px) {
    .partners h1 {
        font-size: 3rem;
    }
    .partners .prtn-logo img {
        width: 10%;
    }
}

.join-now {
    background-color: #064E6E;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.join-now .jn-left {
    width: 70%;
    color: #fff;
}

.join-now .jn-right {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: end;
}

footer {
    background-color: #E4EFF6;
    color: #064E6E;
    padding: 20px 0;
}

.line {
    width: 100%;
    margin: 15px 0 15px 0;
}

.footer-upper {
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
}

.footer-upper .fu-left {
    margin: 20px 0 30px 0;
}

.footer-upper .fu-right .f-nav .fnav-item a{
    padding: 10px;
    font-weight: 400;
    color: #064E6E;
    transition: 0.25s ease;
}

.footer-lower {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    text-align: center;
}

.footer-lower .fl-left li {
    margin: 5px 0 5px 0;
}

.footer-lower .fl-right {
    display: flex;
    flex-flow: column-reverse;
}

.footer-lower .fl-right .flr-upper {
    display: flex;
    margin: 10px 0 10px 0;
    justify-content: center;
    align-items: center;
}

.footer-lower .fl-right .flr-upper svg {
    margin: 10px;
}

.footer-lower .fl-right .flr-lower {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    flex-wrap: wrap;
}

.footer-lower .fl-right .flr-lower span {
    width: 40%;
    margin: 5px;
}

.footer-lower .fl-right .flr-lower a {
    color: #064E6E;
    transition: 0.25s ease;
}

@media (min-width: 992px) {
    .footer {
        /*padding-left: 20px !important;*/
        /*padding-right: 20px !important; */
    }
    .footer-upper {
        flex-flow: row;
        justify-content: space-between;
    }
    .footer-upper .fu-right .f-nav {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .footer-upper .fu-left {
        margin: 0;
    }
    .footer-lower {
        flex-flow: row;
        text-align: left;
    }
    .footer-lower .fl-left {
        width: 50%;
    }
    .footer-lower .fl-right {
        width: 50%;
    }
    .footer-lower .fl-right {
        flex-flow: column;
    }
    .footer-lower .fl-right .flr-upper {
        justify-content: flex-start;
    }
    .footer-lower .fl-right .flr-lower {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .footer-lower .fl-right .flr-lower span {
        width: 25%;
    }
}

/* sign up page*/

.signup .signup-upper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #064E6E;
}

.signup .signup-upper img {
    padding-top: 2rem;
}
.signup .signup-upper h1 {
    padding: 2rem 0;
    font-size: 2rem;
    text-align: center;
}

.signup .signup-lower {
    margin: auto;
}

.signup .signup-lower .step-bar {
    background-color: #21A1DF;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 0.5rem;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
    font-size: 12px;
    gap: 2%;
}

.signup .signup-lower .step-bar .step.active {
    background-color: #fff;
    color: #21A1DF;
    padding: 0.5rem;
    border-radius: 30px;
}

.signup .signup-lower .tab {
    display: none;
    padding: 1rem;
}

.signup .signup-lower .select-plan {
    text-align: center;
    color: #064E6E;
}

.signup .signup-lower .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.signup .signup-lower .row .col {
    width: 100%;
}
.signup .signup-lower input, select, textarea {
    width: 100%;
    color: #064E6E;
    border: none;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
}

.signup .signup-lower input.invalid {
    /*background-color: #FF7C1A;*/
        border: 1px solid red;
}

.signup .signup-lower .button a {
    /*display: flex;*/
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
    text-align:center;
}

.signup .signup-lower .button {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.signup .signup-lower .button button {
    width: 30%;
    margin: 10px 0;
}

@media (min-width: 992px) {
    .signup .signup-lower {
        width: 75%;
    }
    .signup .signup-lower .row .col {
        width: 48%;
    }
    .signup .signup-lower input, select {
        width: 100%;
    }
}

/*Login Page*/

.login {
    display: flex;
    justify-content: center;
    flex-flow: column-reverse;
}

.login .login-left {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.login .login-upper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #064E6E;
}

.login .login-upper img {
    padding-top: 2rem;
}
.login .login-upper h1 {
    padding: 2rem 0;
    font-size: 2rem;
    text-align: center;
}

.login .login-lower {
    margin: 0 auto;
}

.login .login-lower .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.login .login-lower .row .col {
    width: 100%;
}
.login .login-lower input {
    width: 100%;
    color: #064E6E;
    border: none;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
}

.login .login-lower input.invalid {
    /*background-color: #FF7C1A;*/
        border: 1px solid red;
}

.login .login-lower .button a {
    /*display: flex;*/
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    /*padding: 0 1rem;*/
    text-align:center;
}

.login .login-lower .button {
    /*display: flex;*/
    justify-content: center;
    gap: 10px;
}

.login .login-lower .button button {
    width: 100%;
    margin: 10px 0;
}
.login .login-lower .button a {
    color:#FF7C1A;
}

.login .login-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

/*.login .login-right .blue {*/
/*    width: 116px;*/
/*    height: 116px;*/
/*    background-color: #21A1DF;*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    top: 100px;*/
/*}*/

/*.login .login-right .orange {*/
/*    width: 116px;*/
/*    height: 116px;*/
/*    background-color: #F17921;*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 100px;*/
/*}*/

.login .login-right img {
    width: 90%;
}

@media (min-width: 992px) {
    .login {
        flex-flow: row;
    }
    .login .login-lower {
        width: 75%;
    }
    .login .login-lower .row .col {
        width: 100%;
    }
    .login .login-lower input, select {
        width: 100%;
    }
    .login .login-left {
        width: 40%;
    }
    .login .login-right {
        display: flex;
        width: 60%;
    }
}

/*Pricing Plan*/

.choose-plan {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1rem 0;
}

.choose-plan .cp-upper h3 {
    color: #064E6E;
    font-weight: 700;
    margin: 0.5rem 0;
}

.choose-plan .cp-mid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.5rem 0;
    gap: 0.5rem;
}

.choose-plan .cp-mid select {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 1rem 0.5rem;
    border-radius: 5%;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
}

.choose-plan .cp-mid .currency, .students{
    display: none;
}

.choose-plan .cp-mid #a, #c{
    padding-left: 0px;
}

.choose-plan .cp-mid #a img, .btn-select img{
    width: 24px;
    height: 24px;
}

.choose-plan .cp-mid #c img, .btn-select img{
    width: 24px;
    height: 24px;
}

.choose-plan .cp-mid #a li, #c li{
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 15px;
}

.choose-plan .cp-mid #a li:hover, #c li:hover{
    background-color: #F4F3F3;
}

.choose-plan .cp-mid #a li img, #c li img{
    width: 24px;
    height: 24px;
}

.choose-plan .cp-mid #a li span, .btn-select li span{
    /*margin-left: 30px;*/
}

/* item list */

.choose-plan .cp-mid .b, .d{
    display: none;
    position: absolute;
    z-index: 1100;
    background: #FFF;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
}

.choose-plan .cp-mid .open{
    display: show !important;
}

.choose-plan .cp-mid .btn-curr, .btn-std{
    height:50px;
    width: 100%;
    max-width: 350px;
    border-radius: 5%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
}
.choose-plan .cp-mid .btn-curr li, .btn-std li{
    list-style: none;
    float: left;
    padding-bottom: 0px;
    display: flex;
    gap: 15px;
    padding-left: 15px;
}

.choose-plan .cp-mid .btn-curr:hover li, .btn-std:hover li{
    margin-left: 0px;
}

/*.choose-plan .cp-mid .btn-curr:hover{*/
/*    background-color: #F4F3F3;*/
/*    border: 1px solid transparent;*/
/*    box-shadow: inset 0 0px 0px 1px #ccc;*/
/*}*/

.choose-plan .cp-mid .btn-curr:focus, .btn-std:focus{
    outline:none;
}

.choose-plan .cp-mid .curr-select, .std-select{
    width: 100%;
}

.choose-plan .cp-mid .arrow-down {
    float: right;
    margin-right: 1rem;
}

.choose-plan .cp-mid .switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 7px;
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.13);
  background: #FFFFFF;
  color: #064E6E;
}

.choose-plan .cp-mid .switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.choose-plan .cp-mid .switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.choose-plan .cp-mid .switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: #FFFFFF;
}

.choose-plan .cp-mid .switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.choose-plan .cp-mid .switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.choose-plan .cp-mid .switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.choose-plan .cp-mid .switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.choose-plan .cp-mid .switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.choose-plan .cp-mid .switch-wrapper label:hover {
  background: var(--lightgray);
}

.choose-plan .cp-mid .switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 6px;
  box-shadow: 0px 3.1634px 33.2157px rgba(0, 0, 0, 0.13);
  background: #0096D9;
  transition: transform 0.25s ease-in-out;
}

.choose-plan .cp-mid .switch-wrapper .gift-box {
    width: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
}

.choose-plan .cp-mid .switch-wrapper .gift-offer {
    width: 100%;
}

.gift-offer span {
    /*box-shadow: 0px 0px 20px 10px #e7e7e7;*/
    color:#FF7C1A;
    font-weight:bold;
}

.choose-plan .cp-lower {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.choose-plan .cpl-pack {
    width: 45%;
    margin: 0.5rem;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
    overflow: hidden;
}

.choose-plan .cpl-pack:hover {
    border: 1px solid #0096D9;
    transition: all 0.1s;
}

.choose-plan .cpl-pack .cplp-upper {
    color: #fff;
    padding: 0.5rem 0;
    box-shadow: 0px 7.98173px 21.5507px rgba(0, 0, 0, 0.16);
}

.choose-plan .cpl-pack .bronze {
    background: linear-gradient(180deg, #391B04 0%, rgba(104, 57, 22, 0) 397.14%);
}
.choose-plan .cpl-pack .silver {
    background: linear-gradient(180deg, #404040 0%, #ABABAB 215.82%);
}
.choose-plan .cpl-pack .bronze {
    background: linear-gradient(180deg, #391B04 0%, rgba(104, 57, 22, 0) 397.14%);
}

.choose-plan .cpl-pack .cplp-mid {
    padding: 1.5rem 0;
    color: #064E6E;
}
.choose-plan .cpl-pack .cplp-mid h5 {
    font-size: 16px;
    font-weight: 400;
}
.choose-plan .cpl-pack .cplp-mid p {
    font-size: 8px;
        padding: 10px;
    text-align: justify;
}

.choose-plan .cpl-pack .cplp-lower {
    background: linear-gradient(180deg, #263238 0%, #5F727B 215.82%);
    color: #fff;
    padding: 0.5rem 0;
    box-shadow: 0px 7.98173px 21.5507px rgba(0, 0, 0, 0.16);
}

.premium-plan {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1rem 0;
}

.premium-plan .pp-upper h3 {
    color: #064E6E;
    margin: 0.5rem 0;
}

.premium-plan .pp-lower {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.premium-plan .ppl-pack {
    width: 43%;
    margin: 1.2rem 0.6rem;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 10px #E7E7E7;
    /*overflow: hidden;*/
    position: relative;
}

.premium-plan .ppl-pack .pplp-upper {
    color: #fff;
    padding: 0.5rem 0;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 7.98173px 21.5507px rgba(0, 0, 0, 0.16);
}

.premium-plan .ppl-pack .premium {
    background: linear-gradient(180deg, #168FFF 0%, #0F5A9E 215.82%);
}

.premium-plan .ppl-pack .pplp-mid {
    padding: 1.5rem 0;
    color: #064E6E;
}
.premium-plan .ppl-pack .pplp-mid h5 {
    font-size: 16px;
    font-weight: 400;
}
.premium-plan .ppl-pack .pplp-mid p {
    font-size: 8px;
}

.premium-plan .ppl-pack .pplp-lower {
    background: linear-gradient(180deg, #263238 0%, #5F727B 215.82%);
    color: #fff;
    padding: 0.5rem 0;
    border-radius: 0 0 20px 20px;
    opacity: 0;
    transition: opacity 0.15s ease-in;
}

.premium-plan .ppl-pack:hover .pplp-lower {
    opacity: 1;
}

.premium-plan .ppl-pack .pplp-lower p {
    font-size: 12px;
    margin: 3px;
    box-shadow: 0px 7.98173px 21.5507px rgba(0, 0, 0, 0.16);
}

.best-plan {
    position: absolute;
    bottom: -12%;
    left: -10%;
}

.bp-text {
    position: absolute;
    font-size: 7px;
    color: #fff;
    text-align: center;
    width: 16%;
    bottom: 2%;
    left: -5%;
}

.add-ons {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1rem 0;
}

.add-ons .ao-upper h3 {
    color: #064E6E;
    margin: 0.5rem 0;
}

.add-ons .ao-mid {
    width: 100%;
}

.add-ons .ao-mid .accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.add-ons .ao-mid .accordion {
    width: 70%;
    color: white;
    overflow: hidden;
    margin: 16px auto;
    box-shadow: 0px 4.53177px 12.2358px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.add-ons .ao-mid .accordion .card-blur {
    display: none;
    position: absolute;
    bottom: 0;
    height: 44%;
    width: calc(64% + 1px);
    background-color: black;
    opacity: 0;
    transition: opacity 0.15s ease-in;
    border-radius: 10px;
}
.add-ons .ao-mid .accordion:hover .card-blur {
    opacity: 0.6;
}

.add-ons .ao-mid .accordion .marker {
    position: absolute;
    right: 2rem;
    margin-top: 1rem;
}

.add-ons .ao-mid .accordion .info {
    position: absolute;
    right: 2rem;
    margin-top: 3rem;
}

.add-ons .ao-mid .accordion .info-text {
    visibility: hidden;
    width: 15rem;
    background-color: black;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    right: 2rem;
    bottom: 0;
    z-index: 1;
}

.add-ons .ao-mid .accordion .info:hover .info-text {
    visibility: visible;
}

.add-ons .ao-mid .accordion .accordion-label {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    /*background: linear-gradient(180deg, #064E6E 0%, #006693 100%);*/
    box-shadow: 0px 4.53177px 12.2358px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    cursor: pointer;
}
.add-ons .ao-mid .accordion .accordion-label:hover {
    background: rgba(4,57,94,1);
}
.add-ons .ao-mid .accordion .accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    transition: all 0.3s;
}

.add-ons .ao-mid .accordion .accordion-label .al-left {
    margin: auto 10px;
}

.add-ons .ao-mid .accordion .accordion-label .al-right span {
    font-size: 12px;
    text-align:center;
    font-weight: 600;
    margin-bottom: 2px;
}

.add-ons .ao-mid .accordion .accordion-label .al-right p {
    font-size: 12px;
}

.add-ons .ao-mid .accordion .accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: #064E6E;
    background: white;
    transition: all 0.3s;
}
.add-ons .ao-mid .accordion .accordion-content .ac-upper {
    border-bottom: 1.5px solid #F5FBFF;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.add-ons .ao-mid .accordion .accordion-content .ac-upper h3 {
    font-weight: 700;
}

.add-ons .ao-mid .accordion .ac-price {
    display: none;
    background: linear-gradient(180deg, #263238 0%, #5F727B 215.82%);
    color: #fff;
    letter-spacing: 1px;
    /*padding: 0.5rem 0;*/
    border-radius: 0 0 10px 10px;
    position: absolute;
    bottom: 0;
    width: 64%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.15s ease-in;
    z-index:10;
}

.add-ons .ao-mid .accordion:hover .ac-price {
    opacity: 1;
}

.add-ons .ao-mid .accordion .accordion-content .ac-lower li {
    margin-left: 14px;
    margin-bottom: 5px;
    list-style-image: url('images/icon-check.png');
}

.add-ons .ao-mid .accordion input:checked + .accordion-label {
    background: rgba(4,57,94,1);
}
.add-ons .ao-mid .accordion input:checked + .accordion-label::after {
    transform: rotate(90deg);
}
.add-ons .ao-mid .accordion input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 16px;
}

@media (min-width: 992px) {
    .choose-plan .cp-upper h3 {
        font-weight: 700;
        font-size: 40px;
    }
    .choose-plan .cp-mid select {
        width: 30%;
    }
    .choose-plan .cp-mid .curr-select, .std-select{
        width: 30%;
    }
    .choose-plan .cpl-pack {
        width: 28%;
        margin: 1rem;
    }
    .choose-plan .cpl-pack .cplp-mid {
        padding: 3rem 0;
        color: #064E6E;
    }
    .choose-plan .cpl-pack .cplp-mid h5 {
        font-size: 20px;
    }
    .choose-plan .cpl-pack .cplp-mid p {
        font-size: 10px;
    }
    .premium-plan .pp-upper h3 {
        font-weight: 700;
        font-size: 40px;
    }
    .premium-plan .pp-mid select {
        width: 30%;
    }
    .premium-plan .ppl-pack {
        width: 28%;
        margin: 1rem;
    }
    .premium-plan .ppl-pack .card-blur {
        position: absolute;
        top: 0;
        height: 100%;
        width: calc(100% + 1px);
        background-color: black;
        opacity: 0;
        transition: opacity 0.15s ease-in;
        border-radius: 20px;
    }
    .premium-plan .ppl-pack:hover .card-blur {
        opacity: 0.6;
    }
    .premium-plan .ppl-pack .pplp-mid {
        padding: 3rem 0;
        color: #064E6E;
    }
    .premium-plan .ppl-pack .pplp-mid h5 {
        font-size: 20px;
    }
    .premium-plan .ppl-pack .pplp-mid p {
        font-size: 10px;
    }
    .best-plan {
        position: absolute;
        bottom: -15%;
        left: -7%;
        width: 50px;
        height: 75px;
    }
    .bp-text {
        position: absolute;
        font-size: 8px;
        color: #fff;
        text-align: center;
        width: 9%;
        bottom: -0%;
        left: -4%;
    }
    
    .add-ons .ao-upper h3 {
        font-weight: 700;
        font-size: 40px;
    }
    .add-ons .ao-mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .add-ons .ao-mid .accordion {
        width: 30%;
        height: 18rem;
        margin: 16px 16px;
        position: relative;
    }
    .add-ons .ao-mid .accordion .card-blur {
        display: block;
        height: 100%;
        width: calc(100% + 1px);
    }
    .add-ons .ao-mid .accordion .accordion-content .ac-upper {
        display: none;
    }
    .add-ons .ao-mid .accordion .ac-price {
        display: block;
        width: 100%;
    }
    .add-ons .ao-mid .accordion .marker {
        top: 4rem;
    }
    .add-ons .ao-mid .accordion .info {
        bottom: 1rem;
    }
    .add-ons .ao-mid .accordion .accordion-label {
        justify-content: left;
    }
    .add-ons .ao-mid .accordion .jc-center {
        justify-content: center;
    }
    .add-ons .ao-mid .accordion .accordion-label::after {
        display: none;
    }
    .add-ons .ao-mid .accordion .accordion-content {
        max-height: 100vh;
        margin: 16px;
    }
}

.pp-tnc h1 {
    text-align: center;
    margin: 1rem 0 1rem 0;
    font-size: 3rem;
    font-weight: 700;
}

.pp-tnc h3 {
    margin: 1rem 0 1rem 0;
    font-size: 1.5rem;
}

.pp-tnc h5 {
    font-size: 1rem;
}

.pp-tnc p {
    font-size: 1rem;
    text-align: justify;
    margin: 1rem 0 1rem 0;
}

.pp-tnc a {
    display: inline;
}

.pp-tnc ul li {
    list-style-type: disc;
    margin-left: 1.5rem;
}

.pp-tnc ol li {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

.cookies {
    position: fixed;
    bottom: 50px;
    z-index: 1000;
    background-color: #FFF;
    width: 90%;
    left:50%;
    transform: translate(-50%, 0);
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.cookies svg {
    float: right;
    cursor: pointer;
}

.cookies button {
    display: none;
    border-radius: 25px;
    background-color: #808080;
    padding: 5px 15px;
    margin: 5px;
}

@media (min-width: 992px) {
    .cookies {
        width: 60%;
        bottom: 10px;
    }
}