@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {    
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
h1,h2{
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
}
.container{
    max-width: 1170px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position:relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 45px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    position: relative;
    margin-right: 50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0px;
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #3DAC94;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #3DAC94;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3DAC94;
}

.navbar-light .navbar-nav li.active > a,
.navbar-light .navbar-nav li.current-menu-item > a,
.navbar-light .navbar-nav li.current-menu-parent > a,
.navbar-light .navbar-nav li > a.active,
.navbar-light .navbar-nav li > a.current-menu-item,
.navbar-light .navbar-nav li > a.current-menu-parent,
.navbar-light .navbar-nav li.current_page_parent a,
.navbar-light .navbar-nav li > a:hover,
.navbar-light .navbar-nav li.menu-item-has-children:hover > a {
    color: #3DAC94;
}

.navbar-light .navbar-nav li.menu-item-has-children a {
    position: relative;
}

.navbar-light .navbar-nav li.menu-item-has-children > a:after {
    display: inline-flex;
    position: relative;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.navbar-light .navbar-nav li.menu-item-has-children:hover > a:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.navbar-light .navbar-nav li .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 200px;
    max-width: 250px;
    background: #FFFFFF;
    margin-top: -2px;
    visibility: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    opacity: 0;
    padding: 10px 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.navbar-light .navbar-nav li .sub-menu li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.navbar-light .navbar-nav li .sub-menu li:last-child {
    border: none;
}

.navbar-light .navbar-nav li .sub-menu li a {
    padding: 7px 20px;
}

.navbar-light .navbar-nav li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #262626;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #262626;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    padding: 140px 0;    
    position: relative;
}
img.mobileimg{
    display: none;
}
.hero-banner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 0.25;
    top: 0;
    left: 0;
}
.hero-banner.about-banner:before {
    display: none;
}
.hero-banner .container{
    position: relative;
}

.banner-data {
    max-width: 550px;
}

.hero-banner.about-banner .banner-data {
    max-width: 595px;
}

.hero-banner h1{
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    line-height: 57px;
    margin: 0 0 15px;
}
.hero-banner p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    margin: 0 0 30px;
    max-width: 460px;
}

.hero-banner.about-banner h1 {
    margin-bottom: 35px;
}

.hero-banner.about-banner p {
    font-size: 16px;
    line-height: 24px;
    max-width: 595px;
}
.btn-action{
    max-width: 330px;
    width: 100%;
}
.btn-action button{
    padding: 12px 40px 12px 20px;
    background: #3DAC94;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
    outline: none !important;
}
.btn-action button:after{
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 14px;
    top: 15px;
    right: 15px;
    border: none;
}
.btn-action .dropdown-menu{
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    top: 100%;
}
.btn-action .dropdown-menu li a{
    padding: 12px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 500;
    color: #262626;
}
.btn-action .dropdown-menu li:last-child a{
    border-bottom: none;
}
.btn-action .dropdown-menu li a:hover{
    background: rgb(0,190,109,.1);
    color: #262626;
}
/*.btn-action:hover .dropdown-menu{
    display: block;
}*/

.career-wrp{
    padding: 85px 0 55px;
    /* padding: 0 0 55px; */
    background: #F9FAFB;
}
.career-wrp h2{
    font-size: 36px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 35px;
    text-align: center;
}
.career-block{
    height: calc(100% - 30px);
    margin: 0 0 30px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 0px 0px 4px #F2F4F7;
}
.career-img img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.career-data{
    padding: 29px 34px;
    height: calc(100% - 240px);
}
.career-data h3{
    font-size: 18px;
    font-weight: 600;
    color: #164A76;
    line-height: 28px;
    margin: 0;
}
.career-data h3:hover{
    color: #3DAC94;
}
.career-data h6{
    font-size: 16px;
    font-weight: normal;
    color: #519BCC;
    margin: 0 0 10px;
}
.career-data p{
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 24px;
    margin: 0 0 15px;
    min-height: 100px;
}
.career-data .btn-group{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 0 10px;
}
.btn-main{
    padding: 8px 20px;
    background: #3DAC94;
    border:none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.btn-main:hover{
    background: #111;
    color: #fff;
}
.career-time{
    padding: 15px 29px;
    border-top: 1px solid #E9E8E8;
    display: flex;
    align-items: center;
}
.career-time h4{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color:#262626;
}
.career-time h4 i{
    color: #519BCC;
    margin-right: 3px;
}
.career-time h5{
    margin: 0 0 0 auto;
    font-size: 16px;
    font-weight: normal;
    color:#262626;
}

.amazing-companies-wrp{
    padding: 85px 0 65px;
}
.amazing-companies-wrp h2{
    font-size: 36px;
    font-weight: 500;
    color: #164A76;
    text-align: center;
    margin: 0 0 15px;
}
.amazing-companies-wrp p{
    /* font-size: 16px; */
    font-size: 20px;
    font-weight: normal;
    color: #262626;
    text-align: center;
    margin: 0 0 15px;
}

.amazing-companies-wrp .slick-slide {
    margin: 0 15px;
}
.amazing-companies-wrp .slick-list {
    margin: 0 -15px;
}
.companies-logo img{
    width: 100%;
}

.learner-outcome-wrp{
    padding: 70px 0;
    background: #F9FAFB;
}
.learner-outcome-title h2{
    font-size: 36px;
    font-weight: 500;
    color: #164A76;
    line-height: 44px;
    margin: 0 0 25px;
}
.learner-outcome-title .btn-action{
    max-width: 280px;
}
.learner-box{
    display: flex;
}
.learner-box h2{
    font-size: 60px;
    font-weight: 500;
    color: #519BCC;
    margin: 0;
}
.learner-box p{
    font-size: 20px;
    font-weight: normal;
    color: #164A76;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 15px;
}
.learner-status-row {
    padding: 0 0 0 50px;
}
.learner-status-row .row{
    margin: 0 -30px;
}
.learner-status-row .row .col-md-6{
    padding: 0 30px;
}

.success-stories-wrp{
    padding: 100px 0 65px;
}
.success-stories-slider{    
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.learner-status-row .btn-action{
    display: none;
}
.success-stories-slider .container{
    max-width: 820px;
    display: flex  !important;
    align-items: center;
}
.success-img{
    min-width: 282px;
}
.success-img h6{
    font-size: 16px;
    font-weight: 500;
    color: #519BCC;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
    display: none;
}
.success-img img{
    width: 282px;
    height: 282px;
    border-radius: 100%;
    object-fit: cover;
    background: #BDBDBB;
}
.success-data{
    padding: 0 0 0 32px;
}
.success-data h6{
    font-size: 16px;
    font-weight: 500;
    color: #519BCC;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.success-data p{
    font-size: 20px;
    font-weight: normal;
    color: #262626;
    line-height: 30px;
    margin: 0 0 15px;
}
.success-data h5{
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    margin: 0 0 20px;
    line-height: 24px;
    padding: 0 0 0 20px;
    position: relative;
}
.success-data h5:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 80%;
    background: #519BCC;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.success-data h4{
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    margin: 0;
}

.success-stories-slider .slick-prev,
.success-stories-slider .slick-next{
    position: absolute;
    right:0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.success-stories-slider .slick-prev:before,
.success-stories-slider .slick-next:before {
    width: 30px;
    height: 30px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color:#98A2B3;
    background:transparent;
    font-weight:400;
    line-height: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:30px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.success-stories-slider .slick-prev {
    left:0;
    right: auto;
}
.success-stories-slider .slick-prev:before {
    content: "\f053";
}
.success-stories-slider .slick-prev:hover:before,
.success-stories-slider .slick-next:hover:before{
    color: #519BCC;
}

/* **** Slider Dots ***** */
.success-stories-slider .slick-dots{
    display: flex;
    align-items: center;    
    justify-content: center;
    margin: 60px auto 0;
}
.success-stories-slider .slick-dots li{
    line-height: 0;
    margin-right: 15px;
}
.success-stories-slider .slick-dots li:last-child{
    margin: 0;
}
.success-stories-slider .slick-dots li button{
    width:15px;
    height:15px;
    border: none;
    font-size: 0;
    background: #519BCC;
    opacity: 0.30;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.success-stories-slider .slick-dots li.slick-active button{
    background: #519BCC;
    opacity: 1;
}

.program-wrp{
    padding: 65px 0 20px;
}
.program-wrp h2{
    font-size: 36px;
    font-weight: 500;
    color: #164A76;
    text-align: center;
    margin: 0 0 35px;
}
.programs-block{
    padding: 50px 40px;
    /* background: #F9FAFB; */
    background: #164A76;
    border-radius: 3px;
    /* min-height: 375px; */
    height: calc(100% - 30px);
    margin: 0 0 30px;
}
.programs-block img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 0 28px;
}
.programs-block h3{
    font-size: 18px;
    font-weight: 600;
    color: #59CCB4;
    line-height: 28px;
    margin: 0 0 15px;
}
.programs-block p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 24px;
}

.mobile-programs{display: none;}
.program-slider .slick-slide {
    margin: 0 6px;
}
.program-slider .slick-list {
    margin: 0 -6px;
}

.faq-wrapper{
    padding: 30px 0 130px;
}
.faq-wrapper h2{
    font-size: 36px;
    font-weight: 500;
    color: #164A76;
    text-align: center;
    margin: 0 0 35px;
}
.faq-list{
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}

.faq-list .accordion .accordion-item {
    margin: 0 0 15px;
    background-color: transparent;
    border: none;
}
.faq-list .accordion .accordion-item:last-child{
    margin: 0;
}
.faq-list .accordion .accordion-item h2{margin: 0}
.faq-list .accordion .accordion-item .accordion-button {
    font-size: 20px;
    color:#262626;
    font-family: 'Poppins';
    font-weight: 400;
    background-color: #F3F8FA;
    line-height: 30px;
    padding: 20px 50px 20px 40px;
    position: relative;
}
.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #F3F8FA;
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 20px;
    top: 50%;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.faq-list .accordion .accordion-body {
    padding: 0px 40px 15px;
    background-color: #F3F8FA;
}
.faq-list .accordion .accordion-body p{
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    margin: 0 0 15px;
}
.faq-list .accordion .accordion-body p:last-child{
    margin: 0;
}

footer{
    background: #103A5E;
}
.footer-top{
    padding: 60px 0;
}
.quicklinks h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px;
}
.quicklinks li a{
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #fff;
    padding: 3px 0;
}
.quicklinks li.active a,
.quicklinks li.current-menu-item a,
.quicklinks li.current-menu-parent a,
.quicklinks li a.active,
.quicklinks li a.current-menu-item,
.quicklinks li a.current-menu-parent,
.quicklinks .menu li.current_page_parent a,
.quicklinks li a:hover{
    color: rgba(255,255,255,0.60);
}
.social-bx a{
    margin-right: 15px;
    font-size: 28px;
    color: #fff;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    color: rgba(255,255,255,0.60);
}

.copyright{
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.30);
    background: #0C2C47;
}
p.mobilep{display: none;}
p.mobilep,
.copyright p{
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
}
p.mobilep a,
.copyright p a{
    color: #fff;
    margin-right: 10px;
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
    /* text-decoration: underline; */
    opacity: 0.70;
}
p.mobilep p span,
.copyright p span{
    margin-right: 10px;
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
    opacity: 0.70;
}
p.mobilep p a:last-child,
.copyright p a:last-child{
    margin: 0;
    padding: 0;
    border: none;
}
p.mobilep p span:last-child,
.copyright p span:last-child{
    border: none;
    padding: 0;
    margin: 0;
}
.copyright p a.active,
.copyright p a:hover{
    /* opacity: 1; */
    text-decoration: underline;
}
/* **** End Home Page **** */

/* **** Products **** */
/*.products-banner{
    padding: 120px 0;
}
*/

.products-banner{
    padding: 100px 0 79px 0;
}

.products-banner .row{
    align-items: center;
}
.pro-banner-txt h6{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 5px;
}
.pro-banner-txt h1{
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 30px;
}
.raitingbx{
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}
.raitingbx i{
    font-size: 20px;
    color: #FDB022;
    margin: 0;
}
.raitingbx span{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin-left: 10px;
}
.pro-banner-txt ul li{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    padding: 0 0 0 30px;
    position: relative;
}
.pro-banner-txt ul li:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 13px;
    background: url('../images/check-ic.svg') 0 0 no-repeat;
    background-size: contain;
    top: 11px;
    left: 0;
}

.banner-cart{
    padding: 45px 35px;
    background: #fff;
    border-radius: 3px;
}
.banner-cart h2{
    font-size: 30px;
    font-weight: normal;
    color: #3DAC94;
    text-align: center;
    margin:0 0 20px;
}
.cart-fixed h2 del span,
.banner-cart h2 del span{
    display: inline-block;
    font-size: 20px;
    text-decoration: line-through;
    color: #262626;
    font-family: 'Poppins';
}
.banner-cart .btn-main{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    padding: 12px;
    border-radius: 5px;
    margin: 0 0 15px;
}
.banner-cart h6{
    font-size: 16px;
    font-weight:normal;
    line-height: 24px;
    color: #262626;
    text-align: center;
    margin: 0;
}
.banner-cart h6 a{color: #3DAC94;}

.menulist-box{
    position: sticky;
    top:15px;
    left: 0;
    right: 0;
}
.menulist-box ul{
    padding: 30px 30px;
    background: #F2F4F7;
}
.menulist-box ul li a{
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #262626;
}
.menulist-box ul li a.active,
.menulist-box ul li a:hover{
    color: #3DAC94;
}
.menulist-box .btn-main{
    display: block;
    text-align: center;
    margin: 15px 0 0;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
}

.zi-program-content{
    padding: 0 0 0 30px;
}
.data-analytics-wrp .courses-info-row{
    /* display: flex;
    flex-wrap: wrap; */
    max-width: 100%;
    padding: 30px 30px 15px;
    border-radius: 3px;
    border: 1px solid #D0D5DD;
    margin: 0 0 55px;
}
.courses-info{
    padding: 25px 0;
    border-bottom: 2px solid #EAECF0;
}
.courses-info-row{
    max-width: 760px;
    margin: 0 auto;
}
.courses-info-row h3{
    font-size: 14px;
    font-weight: normal;
    color: #262626;
    line-height: 24px;
    margin: 0 0 15px;
}
.courses-info-row h3 strong{
    display: block;
    font-weight: 600;
    color: #164A76;
}

.data-analytics-wrp{
    padding: 80px 0 15px;
}
.data-analytics-dt{
    padding: 0  0 0;
}
.data-analytics-dt h3{
    font-size: 30px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 20px;
    font-family: 'Lexend';
}
.data-analytics-dt p{
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 26px;
    margin: 0 0 20px;
}
.analytics-box{
    padding: 25px;
    background: #519BCC;
    border-radius: 6px;
}
.analytics-box img{
    margin: 0 0 10px;
    width: 73px;
}
.analytics-box h4{
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    font-family: 'Lexend';
    line-height: 32px;
}

.qualify-wrp {
    margin: 65px 0;
}

.qualify-wrp .source-text {
    position: relative;
    display: block;
    font-size: 12px;
    color: #262626;
    padding-left: 10px;
    margin-top: 15px;
}

.qualify-wrp .source-text:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #262626;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.qualify-data{
    padding: 55px;
    background: #F9FAFB;
    border-radius: 3px;
}
.qualify-data h2{
    font-size: 30px;
    font-weight: 500;
    color: #164A76;
    text-align: center;
    margin: 0 0 10px;
}
.qualify-data h6{
    font-size: 18px;
    font-weight: normal;
    color: #262626;
    text-align: center;
    margin: 0 0 45px;
}
.qualify-box{
    padding: 0 30px;
}
.qualify-box h3{
    font-family: 'Lexend';
    font-size: 60px;
    font-weight: normal;
    color: #519BCC;
    text-align: center;
    margin: 0 0 35px;
}
.qualify-box h4{
    font-family: 'Lexend';
    font-size: 60px;
    font-weight: normal;
    color: #164A76;
    text-align: center;
    margin: 0 0 35px;
}
.qualify-box p{
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 24px;
}
.amazing-companies-wrp.prosponer{padding: 0 0 65px;}
.who-benefit-wrp h2{
    font-size: 30px;
    font-weight: 500;
    color: #164A76;
    /* text-align: center; */
    margin: 0 0 45px;
}
.who-benefit-wrp .slick-slide {
    margin: 0 10px;
}
.who-benefit-wrp .slick-list {
    margin: 0 -10px;
}
.benefit-box{
    padding: 30px 25px;
    background: #F9FAFB;
    border-radius: 3px;
    margin: 00px;
    min-height: 320px;
}
.benefit-box img{
    margin: 0 0 20px;
}
.benefit-box h3{
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    line-height: 28px;
    margin: 0 0 15px;
}
.benefit-box p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 24px;
}

.data-jobwrp{
    padding: 65px 0;
}
.job-anality-img img{
    width: 100%;
}
.data-jobwrp .data-analytics-dt{
    padding: 0;
}
.data-analytics-dt h4{
    font-size: 18px;
    font-weight: 500;
    color: #164A76;
    margin:25px 0 20px;
}
.data-analytics-dt h4 * {
    font-weight: inherit;
}
.data-analytics-dt ul{
    display: flex;
    flex-wrap: wrap;
    margin-right: -75px;
}
.data-analytics-dt ul li{
    width: 50%;
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 24px;
    padding: 3px 0 3px 15px;
    position: relative;
}
.data-analytics-dt ul li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #262626;
    border-radius: 50%;
    top: 12px;
    left: 0;
}

.courses-block-big h2{
    font-size: 30px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 35px;
}
.courses-top{
    padding: 60px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 0px 0px 4px #F2F4F7;
    border-radius: 3px;
    margin: 0 0 40px;
}
.learn-box h3{
    font-size: 18px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 15px;
}
.learn-box ul{
    margin: 0 0 20px;
}
.learn-box ul li{
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 24px;
    padding: 3px 0 3px 15px;
    position: relative;
}
.learn-box ul li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #262626;
    border-radius: 50%;
    top: 12px;
    left: 0;
}
.learn-box a{
    font-size: 16px;
    font-weight: normal;
    color: #3DAC94;
    display: table;
}
.learn-box a:hover{
    color: #111;
}

.skills-box h3{
    font-size: 18px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 25px;
}
.skills-box ul{
    display: flex;
    flex-wrap: wrap;
}
.skills-box ul li{
    margin: 0 10px 10px 0;
    padding: 5px 15px;
    background: linear-gradient(90deg, #02305C 1.78%, #184280 51.16%, #215D90 98.52%);
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: normal;
}

.courses-bottom{
    padding: 40px 30px;
    background: #F9FAFB;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 0px 0px 4px #F2F4F7;
    border-radius: 3px;
} 
.courses-bottom h2{
    font-size: 18px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 40px;
}
.courses-bottom .row{
    align-items: center;
}
.timeframe{
    max-width: 175px;
    margin: 0 auto;
}
.timeframe h2{
    font-size: 72px;
    font-weight: 400;
    color: #519BCC;
    text-align: center;
    margin: 0;
}
.timeframe p{
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 24px;
    margin: 0;
    text-align: center;
}
.timeframe p b {
    font-weight: 600;
    color: #164A76;
}
.status-rw ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.status-rw ul li{
    width: 50%;
    padding: 15px;
    border: 1px solid #D0D5DD;
}
.status-rw ul li h3{
    font-size: 30px;
    font-weight: 500;
    color: #519BCC;
    font-family: 'Lexend';
    text-align: center;
    margin: 0 0 10px;
}
.status-rw ul li h4{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #164A76;
    text-align: center;
    margin: 0 0 5px;
}
.status-rw ul li p{
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    text-align: center;
    margin: 0;
}
.status-rw ul li:first-child{
    border-top: none;
    border-left: none;
    border-right: none;
}
.status-rw ul li:nth-child(2){
    border-right: none;
    border-top: none;
}
.status-rw ul li:nth-child(3){
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
}
.status-rw ul li:nth-child(4){
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.tabluer-data{
    margin: 60px 0 0;
}
.tabluer-data table{
    margin: 0;
}
.tabluer-data table thead th{
    padding: 10px;
    background: #164A76;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
}
.tabluer-data table tbody td{
    font-size: 14px;
    padding: 10px;
    color: #262626;
    border: 1px solid #fff;
    background: rgba(152,162,179,0.60);
    text-align: center;
    vertical-align: middle;
}
.tabluer-data table tbody td.mainbx{
    background: #D0D5DD;
    font-weight: 600;
}
.tabluer-data table tbody tr:nth-child(2) td{
    background: #D0D5DD;
}
.tabluer-data table tbody tr:nth-child(3) td{
    background: #EAECF0;
}
.tabluer-data table tbody tr:nth-child(4) td{
    background: #F2F4F7;
}

.modul-wrp{
    padding: 75px 0 0;
    border-bottom: 1px solid #D0D5DD;
}
.modul-wrp .nav-tabs{
    border-bottom: 2px solid #D0D5DD;
}
.modul-wrp .nav-tabs li{
    margin-right: 20px;
}
.modul-wrp .nav-tabs li:last-child{
    margin: 0;
}
.modul-wrp .nav-tabs li a{
    padding: 12px 0;
    min-width: 120px;
    font-size: 18px;
    font-weight: 500;
    color: #98A2B3;
    border: none;
    border-radius: 0;
    position: relative;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.modul-wrp .nav-tabs li a:after{
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    background: #164A76;
    bottom: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.modul-wrp .nav-tabs li a:hover{
    color: #164A76;
}
.modul-wrp .nav-tabs .nav-item.show .nav-link, .modul-wrp .nav-tabs .nav-link.active{
    color: #164A76;
}
.modul-wrp .nav-tabs .nav-item.show .nav-link:after, .modul-wrp .nav-tabs .nav-link.active:after{
    width: 100%;
}
.modul-wrp .modul-data{
    padding: 35px 0;
}
.modul-wrp .modul-data h3{
    font-size: 23px;
    font-weight: 500;
    color: #164A76;
    font-family: 'Lexend';
    margin: 0 0 20px;
}
.modul-wrp .add-banner {
    display: none;
}
.exp-box{
    margin: 0 0 30px;
}
.exp-box:last-child{
    margin: 0;
}
.exp-box h4{
    font-size: 18px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 15px;
}
.exp-box ul li{
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 24px;
    position: relative;
    padding: 0 0 0 15px;
}
.exp-box ul li:before{
    position: absolute;
    content: '';
    width:4px;
    height:4px;
    background: #262626;
    border-radius: 50%;
    top:10px;
    left: 0;
}
.add-banner img{
    width: 100%;
    border-radius: 3px;
}

.modul-mobile {
    display: none;
}
.modul-mobile .faq-list .accordion .accordion-item{
    border: 1px solid #D0D5DD;
    margin: 0;
    border-radius: 0;
}
.modul-mobile .faq-list .accordion .accordion-item .accordion-button{
    font-size: 16px;
    color: #262626;
    padding: 15px 50px 15px 30px;
    background: #fff;
    border-radius: 0;
}
.modul-mobile .faq-list .modul-wrp .modul-data{padding: 0;}
.modul-mobile .faq-list .accordion .accordion-body{padding: 0 30px 15px}
.modul-mobile .modul-wrp .modul-data h3{font-size: 18px;}
.modul-mobile .exp-box h4{font-size: 16px;}
.modul-mobile .exp-box ul li{font-size: 14px;}

.how-learn-wrp{
    padding: 65px 0 35px;
}
.how-learn-wrp h2{
    font-size: 30px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 35px;
}
.learn-block{
    margin: 0 0 35px;
}
.learn-block img{
    width: 55px;
    height: 55px;
    /* border-radius: 50%; */
    object-fit: cover;
    margin: 0 0 30px;
    /* background: #D9D9D9; */
}
.learn-block p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 24px;
    max-width: 250px;
}

.data-analytics-wrp .faq-wrapper h2{
    text-align: left;
}

.fee-financing-wrp{
    padding: 0 0 50px;
}
.fee-financing-wrp h2{
    font-size: 30px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 35px;
}
.fee-financing-wrp ul{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #D0D5DD;
    border-bottom: 1px solid #D0D5DD;
}
.fee-financing-wrp ul li{
    width: 33.33%;
    padding: 35px 25px;
}
.fee-financing-wrp ul li:first-child {
    padding-left: 0;
}
.fee-financing-wrp ul li:nth-child(2){
    border-left: 1px solid #D0D5DD;
    border-right: 1px solid #D0D5DD;
}
.fee-financing-wrp ul li h6{
    font-size: 18px;
    font-weight: 600;
    color: #164A76;
    margin: 0 0 10px;
    /* height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.fee-financing-wrp ul li h3{
    font-size: 24px;
    font-weight: 500;
    color: #519BCC;
    margin: 0 0 25px;
    font-family: 'Lexend';
}
.fee-financing-wrp ul li p{
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    margin: 0;
    line-height: 24px;
}
.fee-financing-wrp .payment-policy-text {
    margin-top: 20px;
    display: block;
    position: relative;
    display: block;
    font-size: 12px;
    color: #262626;
    padding-left: 10px;
    margin-top: 15px;
}
.fee-financing-wrp .payment-policy-text:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #262626;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.fee-financing-wrp .payment-policy-text a {
    text-decoration: none;
    color: #3DAC94;
}
.fee-financing-wrp .payment-policy-text a:hover {
    color: #262626;
}

.prosponer h2{
    font-size: 18px;
    font-weight: 500;
    color: #164A76;
    margin-bottom: 27px;
}
.menulist-box .dropdown-toggle::after{display: none;}
.mobile-scroll button{
    width: 100%;
    align-items: center;
    padding: 12px 15px 12px 15px;
    background: #F2F4F7;
    color: #262626;
    font-size: 16px;
    font-weight: normal;
    border: none;
    display: none;
}
.banner-cart .single_add_to_cart_button.button{
    width: 100%;
    align-items: center;
    padding: 12px 15px 12px 15px;
    background: #3DAC94 !important;
    color: #262626;
    font-size: 16px;
    font-weight: normal;
    border: none;
}
.banner-cart .single_add_to_cart_button.button:hover{
    background: #262626 !important;
    color: #fff;
}
.mobile-scroll button i{
    margin-left: auto;
}
.mobile-scroll .dropdown-menu{
    padding: 10px 0;
    border-radius: 0;
    border: none;
    min-width: 100%;
    width: 100%;
}
.mobile-scroll .dropdown-menu li a{
    padding: 10px 15px;
}

#myBtn{
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 35px 35px auto;
}


.mobile-drop-footer{
    display: none;
}
.mobile-drop-footer .accordion .accordion-item {
    margin: 0 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.mobile-drop-footer .accordion .accordion-item:last-child{
    margin: 0;
}
.mobile-drop-footer .accordion .accordion-item h2{margin: 0}
.mobile-drop-footer .accordion .accordion-item .accordion-button {
    font-size: 16px;
    color:#fff;
    font-family: 'Poppins';
    font-weight: 600;
    background-color:transparent;
    line-height: 30px;
    padding: 10px 40px 10px 0px;
    position: relative;
    border-radius: 0;
}
.mobile-drop-footer .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.mobile-drop-footer .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.mobile-drop-footer .accordion .accordion-item .accordion-button::after {
    display: none;
}
.mobile-drop-footer .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 20px;
    top: 50%;
    font-size: 18px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mobile-drop-footer .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.mobile-drop-footer .accordion .accordion-body {
    padding: 0px 0px 15px;
    background-color:transparent;
}


.cart-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px;
    background: #fff;
    z-index: 999;
    align-items: center;
    display:none;
}
.cart-fixed h2,
.cart-fixed h3{
    font-size: 20px;
    font-weight: 500;
    color: #3DAC94;
    margin: 0;
    max-width: 160px;
    font-family: 'Lexend';
}
.cart-fixed div#wc-stripe-payment-request-wrapper{padding: 0 !important;}
.cart-fixed p#wc-stripe-payment-request-button-separator{display: none !important;}
.cart-fixed .single_add_to_cart_button.button{
    font-size: 14px;
    padding: 10px 15px;
    background: #3DAC94 !important;
    color: #262626;
    margin-left: auto;
}
.cart-fixed .single_add_to_cart_button.button:hover{
    background: #000 !important;
    color: #fff;
}
/* **** End Products **** */

.partner-part {
	padding: 32px 0 0 0;
	display: flex !important;
    align-items: flex-start;
}

.partner-part p {
	color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.5px;
}

.partner-image {
	padding: 0 0 0 10px;
}

/* 25/08/2023 */
.banner-data .download-brochure button {
    border: 1px solid #fff;
    color: #fff;
    background: transparent !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.banner-data .download-brochure button:hover {
    background-color: #3DAC94 !important;
    border: 1px solid #3DAC94 !important;
}

.silicon-wrp {
    padding: 30px 0 110px 0;
}

.silicon-left h2 {
    color: #164A76;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.silicon-left p {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.silicon-left .silicon-banner-btn {
    display: flex;
    align-items: center;
}

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

.silicon-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.silicon-right ul li {
    list-style: none;
}

.silicon-right ul li:first-child {
    padding-right: 56px;
    position: relative;
}

.silicon-right ul li:last-child {
    padding: 0 0 0 33px;
}

.silicon-right ul li:first-child::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    border-right: 1px solid #519BCC;
}

.silicon-right ul li span {
    color:  #519BCC;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.silicon-right ul li p {
    color:  #262626;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.silicon-banner-btn .btn-sign-up {
    margin-left: 14px;
    max-width: 202px !important;
}

.silicon-banner-btn .btn-sign-up {
    flex: 0 0 50%;
}

.silicon-banner-btn .btn-sign-up.dropdown button  {
    padding: 12px 40px 12px 20px;
}

.silicon-banner-btn .sign-up-btn,
.silicon-banner-btn .btn-sign-up button {
    padding: 12px 20px 12px 20px;
    background: transparent !important;
    border-radius: 5px;
    border: 1px solid #3DAC94;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #3DAC94 !important;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.silicon-banner-btn .sign-up-btn:hover {
    background-color: #3DAC94 !important;
    color: #fff !important;
}

.silicon-banner-btn .btn-sign-up button:after {
    color: #3DAC94 !important;
}

.silicon-right {
    margin: 0 0 0 35px;
}

.silicon-banner-btn .btn-sign-up .dropdown-menu {
    border: 1px solid #3DAC94;
}

.register-wrp {
    background-color: #fff !important;
}

.career-wrp .detail {
    max-width: 934px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.career-wrp .detail p {
    font-size: 20px;
    line-height: 30px;
    color: #262626;
}
/* 25/08/2023 */

/* 29/08/2023 */
#cookie-notice {
    box-shadow: 0px -5px 4px rgba(0,0,0,0.08);
}

.cookie-revoke-hidden .cookie-notice-container .cn-text-container,
.cookie-revoke-hidden .cookie-notice-container a,
.cookie-revoke-hidden .cookie-notice-container p {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 25px !important;
    margin: 0 !important;
}

.cookie-revoke-hidden .cn-notice-text {
    padding-right: 20px;
}

.cookie-revoke-hidden .cookie-notice-container a,
#cookie-notice .cn-button:not(.cn-button-custom),
.cn-buttons-container .cn-button {
    background-color: #3DAC94 !important;
    color: #fff !important;
    padding: 6px 21px !important;
}

.cookie-revoke-hidden .cookie-notice-container a:hover,
#cookie-notice .cn-button:not(.cn-button-custom):hover,
.cn-buttons-container .cn-button:hover {
    background-color: #000 !important;
}

.cn-buttons-container .cn-set-cookie {
    margin-right: 10px;
}

#cn-notice-text a {
    background-color: transparent !important;
    color: #3DAC94 !important;
    padding: 0 !important;
}

#cn-notice-text a:hover {
    color: #000 !important;
}

#cn-accept-cookie {
    margin-right: 10px !important;
}

#cn-notice-text {
    padding-right: 20px !important;
}
/* 29/08/2023 */

/* sticky-term-privacy */
.modal {
	z-index: 999999;
}

.modal-backdrop.show {
	z-index: 99999;
}

.sticky-term-privacy-section {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 32px 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.sticky-term-privacy-section .term-privacy-detail {
	position: relative;
	padding-right: 45px;
}

.sticky-term-privacy-section .term-privacy-detail .close-popup-icon {
	position: absolute;
	right: 0;
	top: -21px;
	color: inherit;
	text-decoration: none;
	font-size: 25px;
}

.sticky-term-privacy-section .term-privacy-detail a.close-popup-icon:hover {
	color: #029DE0;
}

.sticky-term-privacy-section .term-privacy-detail .title {
	font-weight: 500;
	margin-bottom: 5px;
}

.sticky-term-privacy-section .term-privacy-detail .title * {
	font-weight: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.sticky-term-privacy-section .term-privacy-detail .detail *:last-child {
	margin-bottom: 0;
}

.sticky-term-privacy-section .term-privacy-detail .detail p {
	font-size: 15px;
}

.sticky-term-privacy-section .term-privacy-detail .detail a {
	color: inherit;
	text-decoration: underline;
}

.sticky-term-privacy-section .term-privacy-detail .detail a:hover {
	color: #029DE0;
}

.sticky-term-modal .modal-body {
	padding: 87px 57px 65px;
}

.sticky-term-modal .modal-body .btn-close {
	position: absolute;
	right: 27px;
	top: 33px;
	opacity: 1;
	box-shadow: none;
}

.sticky-term-modal .modal-body .btn-close:hover {
	--bs-btn-close-color: #029DE0;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23029DE0'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}

.sticky-term-modal .term-modal-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.sticky-term-modal .term-modal-title * {
	font-weight: inherit;
	font-size: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.sticky-term-modal .term-modal-detail .detail a {
	text-decoration: underline;
	color: inherit;
}

.sticky-term-modal .term-modal-detail .detail a:hover {
	color: #029DE0;
}
/* sticky-term-privacy */